.img-hover{
  z-index: 5 !important;
}
.position_abs_dest{
  position: absolute;
  top: 266px;
  left: 0px;
  z-index: 5;
}
.position_abs_dest1{
  position: absolute;
  top: 252px;
  left: 0px;
  z-index: 10;
}
a:hover .botonver{
	background: #037FFF;
}
a:hover .dest_home{
	border: 2px solid #d6d6d6;
}
.dest_home{
	border: 2px solid transparent;
}
.position_abs_dest_slider{
  position: absolute;
  top: 219px;
  left: 0px;
  z-index: 5;
}
.bacletiquetasj{
  width: 40px !important;
}
.dest_ban_max{
  max-height: 60px;
}
.dest_ban_max1{
  max-height: 30px;
}
.destac_position{
  display: inline-block;
  width: 130px !important;
}

/* lista */

.list-1 .t_product_thumbs {
  display: block;
  text-align: left;
  background: #fff;
  border: 0;
  position: relative;
  transition: all 0.3s;
  padding: 10px;
  height: 140px;
  margin-bottom: 20px;
}

          /* Contenedor principal del producto */
          .product-card {
            display: grid;
            gap: 20px;
            background-color: white;
            border-radius: 8px;
            padding: 16px 20px;
            margin: 0px 0px 20px 0px;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
          }
          .product-card:hover {
          
            box-shadow: 0 4px 12px rgba(167, 167, 167, 0.3);
          }

          /* Contenido interno con flexbox */
          .product-card-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: stretch;
          }

         
          .product-right {
            padding: 10px;
            box-sizing: border-box;
          }

          /* Imagen del producto */
          .product-image {
            background-color: white;
            border-radius: 6px;
            width: 100px;
            height: 100px;
            flex-shrink: 0;
            overflow: hidden;
          }
          .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
          }

          /* Info del producto: título, descripción, precios */
          .product-info {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 100%;
          }

          .product-title {
            color: #333;
            font-weight: bold;
            font-size: 2rem;
            margin-bottom: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block; /* asegura que se comporte como un bloque dentro del contenedor */
            width: 100%;     /* ocupa todo el ancho disponible del contenedor */
            margin-right: -50px;
          }



          .product-description {
            font-size: 2rem;
            color: #333;
            margin-bottom: 12px;
          }

          .product-prices {
            font-size: 2rem;
          }

          .price-main {
            color: #333;
            font-size: 2rem;
          }

          .price-secondary {
            color: #333;
            font-size: 2rem;
            margin-left: 12px;
          }

          /* Parte derecha: acciones y miniatura móvil */
          .product-right {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: flex-end;
            text-align: right;
             position: absolute;
             right: 25px;
            top: 109px;
          }

          /* Lista de acciones y botones */
          .product-actions ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            gap: 10px;
          }

          .product-actions li {
            padding-bottom: 5px;
          }

          .product-actions button {
            background-color: #194170;
            color: white;
            border: none;
            padding: 6px 12px;
            border-radius: 4px;
            cursor: pointer;
            font-weight: bold;
            font-size: 2rem;
            transition: background-color 0.2s ease;
          }

          .product-actions button:hover {
            background-color: #32b6e6;
          }

          /* Miniatura móvil (oculta en escritorio) */
          .miniatura-mobile {
            display: none;
            width: 50px;
            height: 50px;
            margin-bottom: 10px;
          }

          .miniatura-mobile img {
            width: 100%;
            height: auto;
            border-radius: 5px;
          }
         

          .discount-badge {
             width: 54px;
              height: 31px;
              position: relative;
              background: #b5146f;
              font-size: 20px;
              line-height: 26px;
              color: #fff;
              border-radius: 5px;
              margin-left: 12px !important;
              text-align: right;
              padding-right: 6px;
              top: -8px;
              padding-top: 2px;
              font-weight: bold;
            }

            .discount-badge::before {
              content: "";
              position: absolute;
              left: -12px;
              bottom: 0;
              width: 0;
              height: 0;
              border-right: 15px solid #b5146f;
              border-top: 16px solid transparent;
              border-bottom: 15px solid transparent;
            }
            .discount-absol{
              position: absolute;
                right: -80px;
            }
            
          /* Layout escritorio: izquierda 60%, derecha 40% */
          @media (min-width: 1025px) {
            .product-left {
              width: 100%;
              display: flex;
              gap: 16px;
            }
          }

         .product-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  text-align: left;
}

          /* Layout móvil: todo en columna, miniatura visible, imagen grande oculta */
          @media (max-width: 1024px) {
            .product-card-inner {
              flex-direction: column;
            }

            .product-left,
            .product-right {
              width: 100%;
            }

            .product-image {
              display: none !important; /* Oculta imagen grande en móvil */
            }

            .miniatura-mobile {
              display: block; /* Muestra miniatura móvil */
            }

            .product-title,
            .product-description,
            .price-main,
            .price-secondary,
            .product-actions button {
              font-size: 1.5rem;
            }

            .product-actions ul {
              justify-content: flex-end;
            }
          }
.product-card {
  position: relative;
}

.product-button-fixed {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.product-button-fixed button {
  background-color: #194170;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 2rem;
  transition: background-color 0.2s ease;
}

.product-button-fixed button:hover {
  background-color: #32b6e6;
}

/* Para móviles: mover el botón a la parte inferior fluida */
@media (max-width: 1024px) {
  .product-button-fixed {
    position: static;
    margin-top: 10px;
    text-align: left;
    padding-left: 10px;
  }

  .product-button-fixed button {
    font-size: 1.5rem;
  }
}

.product-prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-button-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.price-button {
  margin-right: 16px;
}

.price-button button {
  background-color: #194170;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 2rem;
  transition: background-color 0.2s ease;
}

.price-button button:hover {
  background-color: #32b6e6;
}

.price-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.price-main,
.price-secondary {
  color: #333;
  font-size: 2rem;
}

.product-prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.price-text {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.price-main,
.price-secondary {
  color: #333;
  font-size: 2rem;
}

.price-button {
  position: absolute;
  right: 0px; /* siempre a 10px del borde derecho */
  top: 77%;
  transform: translateY(-50%);
}

.price-button button {
  background-color: #194170;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 2rem;
  transition: background-color 0.2s ease;
}

.price-button button:hover {
  background-color: #32b6e6;
}

.product-prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 10px; /* botón a 10px del borde */
}

.price-content {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.price-main,
.price-secondary {
  font-size: 2rem;
  color: #333;
}

.price-button {
  flex-shrink: 0;
}

.price-button button {
  background-color: #194170;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 2rem;
  transition: background-color 0.2s ease;
}

.price-button button:hover {
  background-color: #32b6e6;
}

.product-prices-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-right: 10px;
}

.product-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 2rem;
  color: #333;
}

.price-main,
.price-secondary {
  font-size: 2rem;
  color: #333;
}

.price-button button {
  background-color: #194170;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 2rem;
  transition: background-color 0.2s ease;
}

.price-button button:hover {
  background-color: #32b6e6;
}


.product-card:hover .price-button button {
  background-color: #32b6e6;
}

      


@media screen and (max-width: 767px) and (min-width: 400px) {
  
  .position_abs_dest_slider{
    top: 177px;
  }
  .position_abs_dest{
    top: 185px;
  }
  .position_abs_dest1{
    top: 185px;
  }
  
}
@media screen and (max-width: 767px) {
  .destac_position{
    display: inline-block;
    width: 90px !important;
  }
  .
}


@media screen and (max-width: 990px) {
  .grid-custom-wrap {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 8px;
    margin: 0 4px;
  }
    

  .list-1 .t_product_thumbs {
    height: 150px;
  }


  .list-1 .t_product_thumbs img {
    display: none;
    max-width: 100px;
  max-height: 25px;
  }

  .list-1 .t_product_thumbs .img-hover {
    display: none !important;
  }
  .img-hover {
    display: none !important;
  }
  .list-1 .t_product_thumbs h2 {
    padding-top: 27px !important;
    font-size: 13px !important;
    height: unset !important;
  }
}

@media screen and (max-width: 600px) {
  .grid-custom-wrap {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 8px;
    margin: 0 4px;
  }

  .t_product_thumbs .ribbon-dues {
    top: 0% !important;
    /* top: 40% !important;*/
  }

  .t_product_thumbs .old-price .ribbon-discount {
    margin-left: 15px;
  }

  .t_product_thumbs .ribbon-random_icon {
   /* left: -30px !important;
    top: 20px !important;
    transform: rotate(90deg);*/
  }

  .list-1 .t_product_thumbs {
    height: 150px;
  }

  .list-1 .t_product_thumbs img {
    display: none;
  }

  .list-1 .t_product_thumbs .img-hover {
    display: none !important;
  }

  .list-1 .t_product_thumbs h2 {
    padding-top: 27px !important;
    font-size: 13px !important;
    height: unset !important;
  }
}

.list-1 .t_product_thumbs img {
  width: unset;
  padding: 20px 0 40px;
  float: left;
  height: 160px;
  margin-right: 30px;
}

.list-1 .t_product_thumbs .img-hover {
  height: 110px;
  padding: unset;
}

.list-1 .t_product_thumbs h2 {
  padding: unset;
  font-size: 18px;
  padding-top: 10px;
  height: 37px;
}

.list-1 .t_product_thumbs .ribbon-dues {
  top: 0px;
/*  top: 60px;*/
  right: 0;
  left: unset;
  border-radius: 50px 0 0 50px;
  padding: 5px 10px 5px 15px;
  text-align: center;
  font-size: 12px;
}

.list-1 .t_product_thumbs .old-price .ribbon-discount {
  text-align: center;
}


/* lista simplificada*/

.list-simple .t_product_thumbs {
  height: 80px;
  margin-bottom: 20px;
  text-align: left;
}

.list-simple .t_product_thumbs img {
  width: unset;
  padding: 0px 0 40px;
  float: left;
  height: 100px;
}

.list-simple .t_product_thumbs .img-hover {
  height: 70px;
  padding: unset;
  margin-top: -15px;
}

.list-simple .t_product_thumbs h2 {
  text-indent: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}

.list-simple .t_product_thumbs .ribbon-dues {
  top: 0px;
  right: 180px;
  border-radius: 0 0 5px 5px;
  left: unset;
  text-align: center;
  font-size: 12px;
}

.list-simple .t_product_thumbs .old-price .ribbon-discount {
  text-align: center;
  position: absolute;
  left: 50%;
}

.list-simple .t_product_thumbs .ribbon-random_icon {
  left: 190px;
  top: 40px;
}

.list-simple .t_product_thumbs .old-price {
  top: 40px;
  position: relative;
}

/* slider */
.swiper-container {
  padding: 20px 0 !important;
}

.swiper-slide {
  width: 260px;
}


/* thumb producto */
.t_product_thumbs {
  display: block;
  text-align: center;
  background: #fff;
  border: 0;
  position: relative;
  transition: all 0.3s;
  padding: 10px;
}

.t_product_thumbs:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}

.t_product_thumbs img {
  width: 100%;
  padding: 20px 0 40px;
}

.t_product_thumbs .img-hover {
  display: none;
  transition: all 0.3s;
}

.t_product_thumbs:hover .img-hover {
  display: block;
  position: absolute;
  top: 20px;
  z-index: 100;
  left: 0;
  padding: 0;
  transition: all 0.3s;
}

.t_product_thumbs .ribbon-dues {
  background: rgba(42, 42, 42, 0.9);
  color: #fff;
  position: absolute;
  top: 0%;
/*  top: 50%;*/

  left: 0;
  width: 100px;
  border-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 85px;
  padding: 5px 15px 5px 10px;
  text-align: center;
  font-size: 12px;
  z-index: 110;
}
.classpromofinal2{
  height: 41px;
}
.t_product_thumbs h2 {
  height: 40px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  margin: 0 0 15px 0;
  font-size: 15px;
  color: #00000099;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0px;
}

.t_product_thumbs:hover h2 {
  color: #000000;
}

.t_product_thumbs h3 {
  color: #999;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

.t_product_thumbs .final-price {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  margin: 5px auto 15px;
  display: block;
}
.final-price-promo{
  color: #f8f8f8;
  font-size: 22px;
}
.final-price-promo1{
  color: #f8f8f8;
  font-size: 20px;
}
.final-price-promo4{
  color: #f8f8f8;
  font-size: 18px;
}
.final-price-promo2{
  color: #f8f8f8;
  font-size: 14px;
  font-weight: 400;

}
.final-price-promo3{
  color: #f8f8f8;
  font-size: 12px;
  font-weight: 400;
}
.t_product_thumbs .final-price1 {
  font-size: 22px;
  font-weight: 600;
  color: #222;
  margin: 5px auto 15px;
  display: block;
}
.t_product_thumbs .final-prices1 {
  font-size: 22px;
  font-weight: 600;
  color: #222;
  margin: 5px auto 15px;
  display: block;
}


@media screen and (min-width: 1800px) {
  .t_product_thumbs .final-price1 {
    font-size: 30px;
  }
  .t_product_thumbs .final-prices1{
    font-size: 26px;
  }
}


.t_product_thumbs .old-price {
  font-size: 18px;
  font-weight: 400;
  color: #a5a5a5;
  text-decoration: line-through;
  height: 31px;
}

.t_product_thumbs .old-price .ribbon-discount {
  width: 40px;
  height: 26px;
  position: relative;
  background: #b5146f;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  border-radius: 5px;
  margin-left: 20px;
}

.t_product_thumbs .old-price .ribbon-discount:after {
  content: "";
  position: absolute;
  left: -12px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 15px solid #b5146f;
  border-top: 10px solid transparent;
  border-bottom: 15px solid transparent;
}

.t_product_thumbs .ribbon-availability {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 10px 10px 30px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  background: #194170;
  border-bottom-left-radius: 50px;
  z-index: 110;
  text-align: right;
  opacity: 0.9;
}

.t_product_thumbs .ribbon-random_icon {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 110;
}


/* Vista gremio */
.t_product_thumbs_gremio-header {
  height: 50px;
  color: #222;
  background: #fff;
  line-height: 50px;
  padding-left: 16px;
  width: 100%;
}

.t_product_thumbs_gremio img {
  width: 50px;
  margin: 0 5px;
}

.t_product_thumbs_gremio a.name-producto {
  color: #222;
  width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.t_product_thumbs_gremio-header strong,
.t_product_thumbs_gremio div {
  width: 80px;
}


.gremio-carrito {
  display: block;
  border: 1px solid #444;
  color: #444;
  padding: 0px !important;
  height: 30px;
  width: 30px !important;
  min-width: unset !important;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  opacity: 1;
}

.wrap-cantidades {
  display: flex;
  justify-content: space-between;
  width: 60px !important;
  text-align: center;
}

.sumar-carrito,
.restar-carrito {
  color: #000;
  font-size: 20px;
  display: block;
}

.gremio-carrito:hover {
  opacity: 0.5;
}

.color-black {
  color: #444;
}

.color-celeste {
  color: #01bdc6;
}

.color-green {
  color: #049b41;
}

.color-grey {
  color: #999;
}

.color-orange {
  color: orange;
}
.boxfinalprice1{
  width: 70% !important;
}
.t_product_thumbs .final-price2{
  font-size: 26px;
  font-weight: 600;
  color: #222;
  margin: 5px auto 15px;
  display: block;
}
.t_product_thumbs .final-prices2{
  font-size: 26px;
  font-weight: 600;
  color: #222;
  margin: 5px auto 15px;
  display: block;
}


@media screen and (max-width: 1200px) and (min-width: 769px) {
  .t_product_thumbs .final-price{
    font-size: 22px;
  }
  .dest_ban_max{
    max-height: 50px;
  }
  .dest_ban_max1{
    max-height: 25px;
  }
  .final-price-promo{
    font-size: 14px;
  }
  .final-price-promo1{
    font-size: 14px;
  }
  .final-price-promo4{
    font-size: 14px;
  }
  .final-price-promo2{
    font-size: 10px;
  }
  .final-price-promo3{
    font-size: 8px;
  }
  
.final-price-promo3{
  font-size: 10px;
}
  .t_product_thumbs .final-price1{
    font-size: 18px;
  }

  .t_product_thumbs .final-prices1{
    font-size: 18px;
  }
  .t_product_thumbs .final-price2{
    font-size: 22px;
  }
  .t_product_thumbs .final-prices2{
    font-size: 22px;
  }
  .t_product_thumbs{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .boxfinalprice{
    width: 64% !important;
  }
  .boxfinalprice1{
    width: 64% !important;
  }
  .position_abs_dest{
    top: 201px;
  }
  .position_abs_dest1{
    top: 233px;
  }
  .container{
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 400px) {
  .t_product_thumbs .final-price{
    font-size: 22px;
  }
  .final-price-promo{
    font-size: 18px;
  }
  .bacletiquetasj{
    width: 60px !important;
  }
  .dest_ban_max{
    max-height: 44px;
  }
  .dest_ban_max1{
    max-height: 22px;
  }
  .final-price-promo1{
    font-size: 16px;
    
  }
  .final-price-promo4{
    font-size: 16px;
  }
  .classpromofinal2{
    height: 42px;
  }
  .final-price-promo2{
    font-size: 12px;
  }
  .final-price-promo3{
    font-size: 10px;
  }
  .t_product_thumbs .final-price1{
    font-size: 18px;
  }
  .t_product_thumbs .final-price2{
    font-size: 22px;
  }
  .t_product_thumbs .final-prices2{
    font-size: 22px;
  }
  .t_product_thumbs .final-prices1{
    font-size: 18px;
  }
  .t_product_thumbs{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .boxfinalprice{
    width: 64% !important;
  }
  .boxfinalprice1{
    width: 64% !important;
  }
  .position_abs_dest{
    top: 201px;
  }
  .position_abs_dest1{
    top: 201px;
  }
  .container{
    width: 100% !important;
  }
}

@media screen and (max-width: 399px) and (min-width: 350px) {
  .position_abs_dest_slider{
    top: 158px;
  }
  .t_product_thumbs .final-prices1{
    font-size: 16px;
  }
  .position_abs_dest{
    top: 168px;
  }
  .position_abs_dest1{
    top: 168px;
  }
  .bacletiquetasj{
    width: 50px !important;
  }
  .dest_ban_max{
    max-height: 40px;
  }
  .dest_ban_max1{
    max-height: 20px;
  }
  .t_product_thumbs{
    padding: 0px !important;
  }
  .t_product_thumbs .final-price{
    font-size: 20px;
  }
  .final-price-promo{
    font-size: 14px;
  }
  .final-price-promo1{
    font-size: 14px;
  }
  .final-price-promo4{
    font-size: 14px;
  }
  .final-price-promo2{
    font-size: 10px;
  }
  .final-price-promo3{
    font-size: 8px;
  }
  .t_product_thumbs .final-price1{
    font-size: 14px;
  }
  .t_product_thumbs .final-price2{
    font-size: 17px;
  }
  .t_product_thumbs .final-prices2{
    font-size: 17px;
  }
  .t_product_thumbs .old-price{
    font-size: 16px;
  }
  .borderbox{
   display: block;
  }
  .t_product_thumbs .ribbon-availability{
    font-size: 12px;
    padding: 5px 10px 5px 15px;
    border-bottom-left-radius: 15px;
  }
  .boxfinalprice{
    width: 60% !important;
  }
  .boxfinalprice1{
    width: 60% !important;
  }
  .t_product_thumbs img{
    padding: 15px 0 35px;
  }
}

@media screen and (max-width: 349px) and (min-width: 320px) {
  .position_abs_dest_slider{
    top: 158px;
  }
  .position_abs_dest{
    top: 150px;
  }
  .position_abs_dest1{
    top: 140px;
  }
  .bacletiquetasj{
    width: 50px !important;
  }
  .dest_ban_max{
    max-height: 50px;
  }
  .dest_ban_max1{
    max-height: 25px;
  }
  .t_product_thumbs{
    padding: 0px !important;
  }
  .t_product_thumbs .final-price{
    font-size: 18px;
  }
  .final-price-promo{
    font-size: 14px;
  }
  .final-price-promo1{
    font-size: 12px;
  }
  .final-price-promo4{
    font-size: 12px;
  }
  .final-price-promo2{
    font-size: 10px;
  }
  .final-price-promo3{
    font-size: 8px;
  }
  .t_product_thumbs .final-price1{
    font-size: 12px;
  }
  .t_product_thumbs .final-prices1{
    font-size: 12px;
  }
  .t_product_thumbs .final-price2{
    font-size: 15px;
  }
  .t_product_thumbs .final-prices2{
    font-size: 15px;
  }
  .t_product_thumbs .old-price{
    font-size: 16px;
  }
  .borderbox{
   display: block;
  }
  .t_product_thumbs .ribbon-availability{
    font-size: 12px;
    padding: 5px 10px 5px 15px;
    border-bottom-left-radius: 15px;
  }
  .boxfinalprice{
    width: 60% !important;
  }
  .boxfinalprice1{
    width: 60% !important;
  }
  .t_product_thumbs img{
    padding: 15px 0 35px;
  }
}
@media screen and (max-width: 319px) {
  .position_abs_dest_slider{
    top: 277px;
  }
  .xsprodmobile{
    width: 100% !important;
  }
  .position_abs_dest{
    top: 280px;
  }
  .position_abs_dest1{
    top: 280px;
  }
  .t_product_thumbs{
    padding: 0px !important;
  }
}

@media screen and (max-width: 576px) {
  .product-prices {
    flex-direction: column;
    align-items: flex-start;
  }
  .price-secondary{
    margin: 0px;
  } 
}
