

.prd-sm {
  margin-bottom: 25px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .prd-sm:not(:last-child) {
    margin-bottom: 20px; }
  .prd-sm-img {
    width: 87px;
    min-width: 87px; }
    .prd-sm-img img {
      border: 1px solid #f0f0f0; }
  .prd-sm-delete {
    position: absolute;
    top: 0;
    right: -4px;
    cursor: pointer;
    font-size: 16px;
    color: #3368c6; }
    .prd-sm-delete:hover {
      opacity: .5; }
  .prd-sm-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 15px; }
    .prd-sm-info h3 {
      margin-bottom: 0;
      font-size: 15px;
      line-height: 22px;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      text-transform: none;
      letter-spacing: -.01em;
      color: #787878; }
      .prd-sm-info h3 a {
        display: block;
        text-decoration: none;
        transition: .2s;
        color: #787878; }
        .prd-sm-info h3 a:hover {
          color: #3368c6 !important;
          text-decoration: none; }
    .prd-sm-info .price {
      margin-top: auto;
      padding-top: 15px;
      font-size: 20px;
      font-weight: 600;
      color: #424242; }

.header-cart-dropdown .prd-sm-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-right: 30px; }

.prd-grid:not(.prd-carousel) {
  margin: -25px -15px 0; }

.prd-grid.prd-carousel {
  margin: 0; }
  .prd-grid.prd-carousel .prd {
    margin-bottom: 30px; }
  .prd-grid.prd-carousel .slick-dots {
    margin-top: 15px; }

.prd-grid:not(.prd-carousel) .prd {
  width: calc(33.333% - 30px);
  float: left; }

.prd {
  background: #fff;
  margin: 30px 15px 0;
  padding-bottom: 25px;
  border: 1px solid #f0f0f0;
  transition: .3s; }
  @media (max-width: 575px) {
    .prd {
      margin-top: 15px; } }
  .prd:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-color: transparent; }
  .prd-img {
    border-bottom: 1px solid #f0f0f0; }
    .prd-img img {
      width: 100%; }
  .prd-info {
    padding: 0 15px;
    text-align: center; }
    @media (max-width: 575px) {
      .prd-info {
        padding: 0 8px; } }
    .prd-info > * {
      margin-top: 15px; }
      @media (max-width: 575px) {
        .prd-info > * {
          margin-top: 10px; } }
    .prd-info h3 {
      margin-bottom: 0;
      font-size: 15px;
      line-height: 22px;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      color: #787878;
      text-transform: none; }
      .prd-info h3 a {
        display: block;
        text-decoration: none;
        color: #787878;
        transition: .2s; }
        .prd-info h3 a:hover {
          color: #3368c6 !important;
          text-decoration: none; }
    .prd-info .price {
      font-size: 26px;
      margin-top: 13px;
      font-weight: 600;
      font-family: "Poppins", serif;
      color: #5f5f5f; }
    .prd-info .star-rating {
      margin-top: 8px; }
    .prd-info .btn, body:not(.touch) .prd-info .btn:focus {
      font-size: 15px;
      line-height: 19px;
      padding: 10px 18px;
      border-radius: 22px;
      text-transform: none; }
      @media (max-width: 767px) {
        .prd-info .btn, body:not(.touch) .prd-info .btn:focus {
          padding: 10px 15px; }
          .prd-info .btn i, body:not(.touch) .prd-info .btn:focus i {
            display: none; } }

@media (max-width: 575px) {
  .prd-md-grid .col-xs-6 {
    width: 100%; } }
@media (min-width: 1024px) {
  .prd-grid:not(.prd-carousel) .prd:nth-child(3n) {
    margin-right: 0; }

  .prd-grid:not(.prd-carousel) .prd:nth-child(3n+1) {
    clear: left; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .prd-grid:not(.prd-carousel) .prd {
    width: calc(50% - 30px); }

  .prd-grid:not(.prd-carousel) .prd:nth-child(2n) {
    margin-right: 0; }

  .prd-grid:not(.prd-carousel) .prd:nth-child(2n+1) {
    clear: left; } }
@media (max-width: 767px) {
  .prd-grid:not(.prd-carousel) .prd {
    width: calc(50% - 30px); }

  .prd-grid:not(.prd-carousel) .prd:nth-child(2n) {
    margin-right: 0; }

  .prd-grid:not(.prd-carousel) .prd:nth-child(2n+1) {
    clear: left; } }
@media (max-width: 374px) {
  .prd-grid {
    margin-right: 0;
    margin-left: 0; }

  .prd-grid:not(.prd-carousel) .prd {
    width: calc(100% - 30px); }

  .prd-info a.btn span {
    display: none; } }
.product-card img {
  width: 100%; }

.prd-carousel .slick-next {
  right: -50px; }
.prd-carousel .slick-prev {
  left: -50px; }

.filters-row {
  display: flex;
  width: 100%;
  padding: 0 0 25px;
  font-size: 16px; }
  @media (max-width: 1023px) {
    .filters-row {
      flex-direction: column;
      font-size: 15px; } }
  .filters-row-left {
    margin-right: auto; }
  .filters-row-right {
    margin-left: auto; }
    @media (max-width: 1023px) {
      .filters-row-right {
        margin: 10px auto 0 0; } }
  .filters-row .form-inline {
    display: inline-block; }
    .filters-row .form-inline:not(:first-child) {
      margin-left: 20px; }
    .filters-row .form-inline select {
      min-width: 200px; }
      @media (max-width: 1023px) {
        .filters-row .form-inline select {
          min-width: 100px; } }
    @media (max-width: 575px) {
      .filters-row .form-inline {
        display: block;
        margin-left: 0 !important;
        margin-top: 10px; } }
  .filters-row .pagination {
    margin-bottom: 0; }
  .filters-row .pagination .page-link {
    font-size: 14px;
    line-height: 26px;
    width: 30px;
    height: 30px; }

.simple-pagination {
  display: inline-block;
  font-size: 15px; }
  .simple-pagination span,
  .simple-pagination a.pagination-arrow {
    display: inline-block;
    padding: 3px 13px;
    vertical-align: top;
    text-decoration: none; }
  .simple-pagination a:not(.pagination-arrow) {
    display: inline-block;
    padding: 3px 13px;
    border: 1px solid #717171;
    border-radius: 2px;
    vertical-align: top;
    color: #717171;
    text-decoration: none; }
  .simple-pagination a.active,
  .simple-pagination a:hover {
    border-color: #3368c6; }
  .simple-pagination a.pagination-arrow:hover {
    color: #3368c6 !important; }
  .simple-pagination a + a {
    margin-left: 2px; }

.product-block .rating-text {
  font-size: 15px;
  color: #787878;
  cursor: pointer;
  text-decoration: underline; }
  .product-block .rating-text:hover {
    text-decoration: none; }
.product-block .rating-text:not(:first-child) {
  margin-left: 25px; }

.product-block-info > *:not(:first-child):not(span) {
 }
.zoomWindowContainer img{border: 0px !important;}
.product-previews {
  float: left;
  width: 101px; }
  @media (max-width: 1023px) {
    .product-previews {
      width: 80px; } }
  @media (max-width: 575px) {
    .product-previews {
      width: 60px; } }
  .product-previews img {
    width: 100%; border-radius: 15px;}
.product-previews-item img{border-radius: 15px;}
.product-previews-item {
  display: block;
  

  opacity: .7;
  transition: .2s; }
  .product-previews-item:hover, .product-previews-item.active {
    opacity: 1; }

.product-block-add-to-cart {
  height: 52px !important;
  font-size: 15px !important;
  line-height: 22px !important;
  padding: 14px 33px !important; }
  @media (max-width: 1023px) {
    .product-block-add-to-cart {
      padding-right: 20px !important;
      padding-left: 20px !important; } }
  .product-block-add-to-cart [class*='icon'] {
    top: 1px !important;
    font-size: 16px !important;
    margin: 0 0 0 15px !important; }

.product-block-gallery {
  margin-bottom: 30px;
  overflow: hidden; }

.product-block-mainimage {
  float: right;
  width: calc(100% - 127px);
  border: 1px solid #f0f0f0; }
  @media (max-width: 1023px) {
    .product-block-mainimage {
      width: calc(100% - 100px); } }
  @media (max-width: 575px) {
    .product-block-mainimage {
      width: calc(100% - 85px); } }
  .product-block-mainimage img {
    width: 100%; }

.product-block-title {
  font-size: 24px;
    line-height: 44px; }
  @media (max-width: 1023px) {
    .product-block-title {
      font-size: 28px;
      line-height: 36px; } }
  @media (max-width: 575px) {
    .product-block-title {
      font-size: 22px;
      line-height: 32px; } }

.product-block-price {
  margin-top: auto;
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  font-family: "Poppins", serif;
  color: #3368c6; }

.product-block-price-comment {
  font-size: 14px;
  margin-top: 5px !important; }

@media (max-width: 575px) {
  .btn.product-block-add-to-cart {
    width: 100%;
    margin-top: 10px; } }
.product-block-description {
  padding: 10px 0 0;
  font-size: 16px;
  line-height: 26px; }
  @media (max-width: 1023px) {
    .product-block-description {
      font-size: 15px;
      line-height: 20px; } }
  @media (max-width: 575px) {
    .product-block-description {
      padding: 10px 0;
      font-size: 14px;
      line-height: 18px; } }
  .product-block-description table {
    margin-bottom: 0; }
  .product-block-description table td,
  .product-block-description table tr {
    border: 0 !important;
    padding: 14px;
    color: #787878; }
  .product-block-description table td:first-child {
    color: #444; }
    .product-block-description table td:first-child span {
      position: relative;
      padding-left: 35px; }
      @media (max-width: 1023px) {
        .product-block-description table td:first-child span {
          padding-left: 20px; } }
      @media (max-width: 767px) {
        .product-block-description table td:first-child span {
          padding-left: 15px; } }
      .product-block-description table td:first-child span:before {
        position: absolute;
        top: -1px;
        left: 10px;
        display: inline-block;
        vertical-align: middle;
        content: '\e906';
        font-size: 10px;
        font-family: 'dentco';
        color: #3368c6;
        transition: .2s; }
        @media (max-width: 1023px) {
          .product-block-description table td:first-child span:before {
            top: -1px;
            left: 0; } }

.product-block-actions {
  display: flex;
  align-items: center;
  margin-top: 16px !important; }
  @media (max-width: 575px) {
    .product-block-actions {
      flex-direction: column;
      text-align: center; } }



.current__price {
    color: #b30e4f;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.8rem;
}

.product__card--btn {
        text-transform: uppercase;
    font-size: 13px;
    display: block;
   
    line-height: 2rem;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    padding: 0 1.5rem;
    background-color: #bb0b51;
}

.product__card--btn:hover {
    background: #000;
    color: #fff;
}
table td{font-size: 13px;}

.quantity__number {
    text-align: center;
    border: none;
    border-top: 1px solid #e5e4e4;
    border-bottom: 1px solid #e7e5e5;
    margin: -5px;
    padding-top: -2px;
    width: 3.3rem;
    padding: 2px;
    /* margin-top: -21px; */
    height: 3rem; 
}

.count-reduce {
    display: inline-block;
    border: 1px solid #edebeb;
    margin: 0;
    width: 3.3rem;
    height: 3rem;
    text-align: center;
    padding: 0;
    background: #f3f0f0;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 700;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 8px;
}

.count-add {
    display: inline-block;
    border: 1px solid #edebeb;
    margin: 0;
    width: 3.3rem;
    height: 3rem;
    text-align: center;
    padding: 0;
    background: #f3f0f0;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 700;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 8px; margin-right: 20px;
}

.cmtcr{margin-top: 25px;}

.nmrg{margin: 77px;}

@media only screen and (max-width: 600px) {
  .nmrg{margin-top:38px; margin-bottom: 38px;margin-left: 0px; margin-right: 0px;}
}