.koby-cart {
  font-family: "Montserrat" !important;
}
.koby-cart .woocommerce {
  width: 85%;
  margin: 20px auto;
  margin-bottom: 80px;
  left: 0;
  right: 0;
  padding: 50px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0 60% 38%;
  grid-template-columns: 0 60% 38%;
  place-items: center;
}
.koby-cart .woocommerce .woocommerce-message {
  border: none;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background-color: white;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.koby-cart .woocommerce .cart-empty {
  border: none;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background-color: white;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.koby-cart .woocommerce p.return-to-shop a {
  background-color: #f46f82;
  padding: 12px;
  text-decoration: none;
  border-radius: 20px;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  color: white;
  text-transform: uppercase;
}
.koby-cart .woocommerce p.return-to-shop a:hover {
  background-color: #333;
}
.koby-cart .woocommerce .woocommerce-cart-form {
  padding-top: 20px;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table thead tr th {
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr td {
  padding: 4px 6px;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr .product-remove a {
  color: #f46f82 !important;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr .product-remove a:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: white !important;
  background: #f46f82;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr .product-thumbnail a img {
  max-width: 150px;
  width: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr .product-name {
  font-family: "Montserrat";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr .product-name a {
  color: #333;
  text-decoration: none;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr .product-price,
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr .product-subtotal {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 12px;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody tr .product-quantity .quantity input {
  border: none;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 12px;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody .coupon {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody .coupon input {
  border: 1px solid #333;
  width: 50%;
  color: #333;
  font-family: "Montserrat";
  font-weight: 400;
  padding: 5px auto;
  border-radius: 5px;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody .coupon button {
  text-transform: uppercase;
  margin: auto 5px;
  background-color: #333;
  color: white;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody .coupon button:hover {
  background-color: #f46f82;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody .button {
  margin: auto 5px;
  background-color: #333;
  color: white;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  font-family: "Montserrat";
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 14px;
}
.koby-cart .woocommerce .woocommerce-cart-form table.shop_table tbody .button:hover {
  background-color: #f46f82;
}
.koby-cart .woocommerce .cart-collaterals {
  font-family: "Montserrat";
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
}
.koby-cart .woocommerce .cart-collaterals .cart_totals {
  display: block;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.koby-cart .woocommerce .cart-collaterals .cart_totals h2 {
  width: 80%;
  font-family: "Montserrat" !important;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  margin: 15px auto;
}
.koby-cart .woocommerce .cart-collaterals .cart_totals h2::after {
  content: "";
  width: 80%;
  background: #333;
  height: 1px;
  display: block;
  margin: 5px auto;
}
.koby-cart .woocommerce .cart-collaterals .cart_totals table tr th {
  font-weight: 400 !important;
  font-size: 12px !important;
}
.koby-cart .woocommerce .cart-collaterals .cart_totals table tr td {
  font-weight: 700;
  font-size: 12px !important;
}
.koby-cart .woocommerce .cart-collaterals .cart_totals table tr td form a {
  color: white;
  text-decoration: none;
  padding: 3px;
  margin: 5px;
  font-weight: 600;
}
.koby-cart .woocommerce .cart-collaterals .cart_totals table tr td form input {
  border-radius: 8px;
  padding: 3px;
  border: 0.5px solid gray;
  font-family: "Montserrat";
}
.koby-cart .woocommerce .cart-collaterals .cart_totals table tr td form button {
  background-color: #333;
  color: white;
  border-radius: 20px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 400;
}
.koby-cart .woocommerce .cart-collaterals .cart_totals table tr td form button:hover {
  background-color: #f46f82;
}
.koby-cart .woocommerce .cart-collaterals .cart_totals a {
  background-color: #f46f82;
  border-radius: 20px;
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.koby-cart .woocommerce .cart-collaterals .cart_totals a:hover {
  background-color: #333;
}
@media screen and (max-width: 650px) {
  .koby-cart .woocommerce {
    width: 95%;
  }
}
@media screen and (max-width: 500px) {
  .koby-cart .woocommerce {
    width: 95%;
    -ms-grid-columns: 80%;
    grid-template-columns: 80%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
.jp-checkout {
  padding: 100px auto;
  margin: auto;
  background-color: #ebebeb;
}
.jp-checkout input#submit_payu_latam {
  padding: 12px 24px;
  background-color: #f36e81;
  border: none;
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.jp-checkout input#submit_payu_latam:hover {
  background-color: #333;
}
.jp-checkout .woocommerce {
  padding: 100px 0px;
  width: 80%;
  margin: 0 auto;
}
.jp-checkout .woocommerce .woocommerce-form-coupon-toggle {
  border-top: none !important;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background-color: white;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 70%;
  margin: 0 auto;
}
.jp-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  border-top: 3px solid #f36e81;
}
.jp-checkout .woocommerce .woocommerce-form-coupon-toggle a {
  text-decoration: none;
  color: #f36e81;
}
.jp-checkout .woocommerce .checkout_coupon,
.jp-checkout .woocommerce .woocommerce-form-coupon {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(0, 0, 0, 0.2);
  border-top: none !important;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px auto 30px auto;
}
.jp-checkout .woocommerce .checkout_coupon input,
.jp-checkout .woocommerce .woocommerce-form-coupon input {
  border-radius: 5px;
  border: 1px solid #333;
  font-family: "Montserrat";
  font-weight: 400;
}
.jp-checkout .woocommerce .checkout_coupon button,
.jp-checkout .woocommerce .woocommerce-form-coupon button {
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 5px;
  background: #f36e81;
  color: white;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.jp-checkout .woocommerce .checkout_coupon button:hover,
.jp-checkout .woocommerce .woocommerce-form-coupon button:hover {
  background-color: #333;
  color: white;
}
.jp-checkout .woocommerce .woocommerce-checkout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 5% 35%;
  grid-template-columns: 60% 35%;
  gap: 5%;
  color: #333;
  padding-bottom: 50px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.jp-checkout .woocommerce .woocommerce-checkout input,
.jp-checkout .woocommerce .woocommerce-checkout textarea,
.jp-checkout .woocommerce .woocommerce-checkout select {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  border: none;
  padding: 10px;
  border-radius: 5px;
}
.jp-checkout .woocommerce .woocommerce-checkout h3#order_review_heading {
  display: none;
}
.jp-checkout .woocommerce .woocommerce-checkout #order_review .shop_table {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(0, 0, 0, 0.2);
  background: white;
}
.jp-checkout .woocommerce .woocommerce-order {
  padding-top: 30px;
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 50px;
}
.jp-checkout .woocommerce .woocommerce-order .woocommerce-notice,
.jp-checkout .woocommerce .woocommerce-order .woocommerce-notice--success,
.jp-checkout .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  margin: 10px auto;
}
.jp-checkout .woocommerce .woocommerce-order strong {
  font-weight: 700;
}
.jp-checkout .woocommerce .woocommerce-order .woocommerce-order-details {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(0, 0, 0, 0.2);
  background: white;
  border-radius: 5px;
  padding: 10px;
}
.jp-checkout .woocommerce .woocommerce-order .woocommerce-order-details h2 {
  font-family: "Montserrat";
  font-weight: 700;
}
.jp-checkout .woocommerce .woocommerce-order .woocommerce-order-details a {
  text-decoration: none;
  color: #f36e81;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
}
.jp-checkout #payment a {
  color: #f36e81;
  text-decoration: none;
}
.jp-checkout #payment button {
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px auto;
  background: #f36e81;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.jp-checkout #payment button:hover {
  background-color: #333;
}
@media screen and (max-width: 880px) {
  .jp-checkout .woocommerce {
    width: 90%;
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .jp-checkout .woocommerce .woocommerce-checkout textarea {
    width: 100% !important;
  }
}
@media screen and (max-width: 650px) {
  .jp-checkout .woocommerce {
    width: 95%;
  }
  .jp-checkout .woocommerce .woocommerce-checkout {
    -ms-grid-columns: 60% 10px 38%;
    grid-template-columns: 60% 38%;
    gap: 10px;
  }
}
@media screen and (max-width: 550px) {
  .jp-checkout .woocommerce {
    width: 95%;
  }
  .jp-checkout .woocommerce .woocommerce-checkout {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    right: 0;
    margin: 0 auto;
    gap: 10px;
  }
}
.xoo-wsc-basket {
  display: none !important;
}
.xoo-wsc-container {
  text-transform: uppercase !important;
}
.xoo-wsc-container a {
  text-decoration: none;
  font-family: 'Montserrat';
  font-weight: 600 !important;
  font-size: 14px !important;
}
.xoo-wsc-container .xoo-wsc-header {
  color: #333;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 20px !important;
}
.xoo-wsc-container .xoo-wsc-smr-del {
  color: #f36e81 !important;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.xoo-wsc-container .xoo-wsc-smr-del:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
}
.xoo-wsc-container .variation {
  font-weight: 400;
  font-style: italic;
  font-size: 12px !important;
}
.xoo-wsc-container .xoo-wsc-qty-price {
  font-family: 'Montserrat' !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}
.xoo-wsc-container .xoo-wsc-qty-price span {
  font-family: 'Montserrat' !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}
.xoo-wsc-footer {
  text-transform: uppercase;
}
.xoo-wsc-footer .xoo-wsc-ft-amt {
  font-size: 14px !important;
}
.xoo-wsc-footer .xoo-wsc-ft-amt span {
  font-size: 14px !important;
}
.xoo-wsc-footer a {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 8px auto !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333;
  color: white;
  border-radius: 10px;
  width: 70%;
  font-size: 14px !important;
  text-decoration: none;
  border: 2px solid #333;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.xoo-wsc-footer a:hover {
  background-color: transparent;
  color: #333;
}
.xoo-wsc-footer a:last-child {
  border: 2px solid #f36e81;
  background: #f36e81;
}
.xoo-wsc-footer a:last-child:hover {
  background-color: transparent;
  color: #f36e81;
}
.clientes {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 10% 0;
}
.clientes .container-clientes {
  padding: 10px;
}
.clientes .container-clientes .logos-clientes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  width: 100%;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.clientes .container-clientes .logos-clientes li {
  color: white;
  width: 80%;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.clientes .container-clientes .logos-clientes li img {
  margin: auto;
}
.clientes .container-clientes .logos-clientes .slick-arrow {
  background: none !important;
  border: none !important;
}
.clientes .container-clientes .logos-clientes .slick-arrow:hover {
  cursor: pointer;
}
.clientes .container-clientes .logos-clientes .slick-arrow::before {
  content: "";
  display: none;
}
.clientes .container-clientes .logos-clientes .slick-prev {
  top: 45%;
  left: -7%;
}
.clientes .container-clientes .logos-clientes .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  content: "\f104";
  color: white;
  background-color: #f36e81;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clientes .container-clientes .logos-clientes .slick-next {
  top: 45%;
  right: -7%;
}
.clientes .container-clientes .logos-clientes .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  content: "\f105";
  color: white;
  background-color: #f36e81;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product .ancho {
  width: 89%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.single-product .ancho .contenido .product {
  width: 90%;
  left: 0;
  right: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  position: relative;
  bottom: 0;
}
.single-product .ancho .contenido .product img {
  margin: auto;
  max-width: 450px;
  height: auto;
  aspect-ratio: 0.75;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .ancho .contenido .product .onsale {
  display: none;
}
.single-product .ancho .contenido .product li {
  list-style: none;
}
.single-product .ancho .contenido .product .woo-variation-gallery-slider-wrapper {
  margin-top: 10px;
  cursor: pointer;
}
.single-product .ancho .contenido .product .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
  left: 0px;
}
.single-product .ancho .contenido .product .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
  right: 0px;
}
.single-product .ancho .contenido .product .woo-variation-gallery-thumbnail-wrapper {
  display: none;
}
.single-product .ancho .contenido .product .woocommerce-product-gallery {
  margin: 30px 20px;
}
.single-product .ancho .contenido .product .woocommerce-product-gallery figure {
  max-width: 500px;
  width: 100%;
  height: 90%;
}
.single-product .ancho .contenido .product .woocommerce-product-gallery figure .slick-arrow {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #f36e81;
  font-size: 0;
}
.single-product .ancho .contenido .product .woocommerce-product-gallery figure .slick-arrow::before {
  content: "";
  font-family: "Montserrat";
  font-weight: 400;
  color: #f36e81;
  font-size: 32px !important;
}
.single-product .ancho .contenido .product .woocommerce-product-gallery figure .slick-prev::before {
  content: "<";
  margin-right: 20px;
}
.single-product .ancho .contenido .product .woocommerce-product-gallery figure .slick-next::before {
  content: ">";
  margin-left: 0px;
}
.single-product .ancho .contenido .product .woocommerce-product-gallery figure .woocommerce-product-gallery__image a {
  width: 100%;
}
.single-product .ancho .contenido .product .woocommerce-product-gallery figure .woocommerce-product-gallery__image a img {
  margin: auto;
  max-width: 450px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  -o-object-position: bottom;
     object-position: bottom;
}
.single-product .ancho .contenido .product .summary {
  padding: 8%;
  color: #333;
  text-transform: uppercase;
}
.single-product .ancho .contenido .product .summary h1 {
  font-family: "Montserrat";
  font-size: 32px;
  margin: 10px auto;
}
.single-product .ancho .contenido .product .summary p.price {
  font-family: "Montserrat";
  font-size: 24px;
}
.single-product .ancho .contenido .product .summary p.price span.woocommerce-Price-amount:nth-child(2) {
  color: #a4a198;
  text-decoration: line-through;
}
.single-product .ancho .contenido .product .summary .woocommerce-product-details__short-description {
  margin: 20px auto;
  color: #333;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
}
.single-product .ancho .contenido .product .summary form {
  text-align: center;
  margin: 10px auto;
}
.single-product .ancho .contenido .product .summary form .woocommerce-Price-amount:last-child {
  display: none;
}
.single-product .ancho .contenido .product .summary form .variations {
  left: 0;
  right: 0;
  text-align: center;
}
.single-product .ancho .contenido .product .summary form .variations tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product .ancho .contenido .product .summary form .variations tbody tr {
  font-family: "Montserrat";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
}
.single-product .ancho .contenido .product .summary form .variations tbody tr .label {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
}
.single-product .ancho .contenido .product .summary form .variations tbody tr .value select {
  border: 2px solid #98adda;
  margin: 10px 10px 10px auto;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
  color: #333;
  padding: 5px;
  border-radius: 10px;
}
.single-product .ancho .contenido .product .summary form .variations tbody tr .label {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
}
.single-product .ancho .contenido .product .summary form .variations tbody tr .value {
  display: block !important;
}
.single-product .ancho .contenido .product .summary form .variations tbody tr .value a {
  display: none !important;
}
.single-product .ancho .contenido .product .summary form .single_variation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
}
.single-product .ancho .contenido .product .summary form .single_variation_wrap input {
  padding: 5px;
  border-radius: 10px;
  font-family: "Montserrat";
  font-weight: 500;
  text-align: center;
  color: #333;
  border: 2px solid #98adda;
}
.single-product .ancho .contenido .product .summary form .single_variation_wrap input::-moz-selection {
  color: #f36e81;
}
.single-product .ancho .contenido .product .summary form .single_variation_wrap input::selection {
  color: #f36e81;
}
.single-product .ancho .contenido .product .summary form .woocommerce-variation-add-to-cart button {
  background: #333;
  border: none;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 12px;
  margin: 10px auto;
  padding: 8px 30px;
  text-transform: uppercase;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.single-product .ancho .contenido .product .summary form .woocommerce-variation-add-to-cart button:hover {
  background: #98adda;
}
.single-product .ancho .contenido .product .summary form .woocommerce-variation-add-to-cart a {
  font-family: "Montserrat";
  font-weight: 400;
  color: #f36e81;
  font-size: 14px;
  text-decoration: none;
  margin: auto 5px;
  border: 1px solid #f36e81;
  border-radius: 5px;
  padding: 2px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.single-product .ancho .contenido .product .summary form .woocommerce-variation-add-to-cart a:hover {
  color: #333;
  border: 1px solid #333;
}
.single-product .ancho .contenido .product .summary .product_meta {
  display: none;
}
.single-product .ancho .contenido .product .woocommerce-tabs {
  display: none;
}
.single-product .ancho .contenido .product .related {
  display: none;
  margin-bottom: 80px;
  width: 200%;
}
.single-product .ancho .contenido .product .related h2 {
  color: #333;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
.single-product .ancho .contenido .product .related ul.products {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.single-product .ancho .contenido .product .related ul.products li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product .ancho .contenido .product .related ul.products li a.woocommerce-LoopProduct-link {
  text-decoration: none;
}
.single-product .ancho .contenido .product .related ul.products li a.woocommerce-LoopProduct-link .onsale {
  background-color: #f36e81;
  border-radius: 0;
  float: left;
  font-family: "Montserrat";
  font-weight: 600;
  height: 20px;
  min-height: 20px;
  margin: auto;
  left: 5px;
  line-height: 1;
  padding: 5px auto !important;
  right: auto;
  text-transform: uppercase;
  top: 5px;
}
.single-product .ancho .contenido .product .related ul.products li a.woocommerce-LoopProduct-link h2 {
  font-size: 20px !important;
  font-weight: 600;
  padding: 0px !important;
}
.single-product .ancho .contenido .product .related ul.products li a.woocommerce-LoopProduct-link .price .woocommerce-Price-amount {
  color: #a4a198;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: line-through;
}
.single-product .ancho .contenido .product .related ul.products li a.woocommerce-LoopProduct-link .price .woocommerce-Price-amount:first-child {
  color: #333;
  text-decoration: none;
}
.single-product .ancho .contenido .product .related ul.products li a.woocommerce-LoopProduct-link .label-group {
  color: #333;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.single-product .ancho .contenido .product .related ul.products li a.add_to_cart_button {
  background-color: #333;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  float: right;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 30px;
  top: 70%;
  -webkit-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
}
.single-product .ancho .contenido .product .related ul.products li a.add_to_cart_button:hover {
  background-color: #f36e81;
}
.single-product .ancho .contenido .tallas_container .slick-slider .slick-arrow {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #f36e81;
  font-size: 0;
}
.single-product .ancho .contenido .tallas_container .slick-slider .slick-arrow::before {
  content: "";
  font-family: "Montserrat";
  font-weight: 400;
  color: #f36e81;
  font-size: 32px !important;
}
.single-product .ancho .contenido .tallas_container .slick-slider .slick-prev::before {
  content: "<";
  margin-right: 20px;
}
.single-product .ancho .contenido .tallas_container .slick-slider .slick-next::before {
  content: ">";
  margin-left: 20px;
}
.single-product .ancho .contenido .tallas_container h2 {
  color: #333;
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
}
.single-product .ancho .contenido .tallas_container .tallas-content {
  cursor: pointer;
}
.single-product .ancho .contenido .tallas_container .tallas-content .talla_basica {
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-product .ancho .contenido .tallas_container .tallas-content .talla_basica h3 {
  color: #333;
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.single-product .ancho .contenido .tallas_container .tallas-content .talla_basica img {
  margin: 0 auto;
  width: 70%;
}
.single-product .ancho .contenido .related-single {
  margin-bottom: 80px;
}
.single-product .ancho .contenido .related-single h2 {
  font-family: "Montserrat";
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-product .ancho .contenido .related-single .slick-slider .slick-arrow {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #f36e81;
  font-size: 0;
}
.single-product .ancho .contenido .related-single .slick-slider .slick-arrow::before {
  content: "";
  font-family: "Montserrat";
  font-weight: 400;
  color: #f36e81;
  font-size: 32px !important;
}
.single-product .ancho .contenido .related-single .slick-slider .slick-prev::before {
  content: "<";
  margin-right: 20px;
}
.single-product .ancho .contenido .related-single .slick-slider .slick-next::before {
  content: ">";
  margin-left: 20px;
}
.single-product .ancho .contenido .related-single ul .slick-slide {
  margin: 10px;
}
.single-product .ancho .contenido .related-single ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product .ancho .contenido .related-single ul li a.woocommerce-LoopProduct-link {
  text-decoration: none;
}
.single-product .ancho .contenido .related-single ul li a.woocommerce-LoopProduct-link .onsale {
  background-color: #f36e81;
  border-radius: 0;
  float: left;
  font-family: "Montserrat";
  font-weight: 600;
  height: 20px;
  min-height: 20px;
  margin: auto;
  left: 5px;
  line-height: 1;
  padding: 5px auto !important;
  right: auto;
  text-transform: uppercase;
  top: 5px;
}
.single-product .ancho .contenido .related-single ul li a.woocommerce-LoopProduct-link h2 {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #333;
  font-size: 20px !important;
  font-weight: 600;
  padding: 0px !important;
  margin: 5px auto;
}
.single-product .ancho .contenido .related-single ul li a.woocommerce-LoopProduct-link img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .ancho .contenido .related-single ul li a.woocommerce-LoopProduct-link .price .woocommerce-Price-amount {
  color: #a4a198;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: line-through;
}
.single-product .ancho .contenido .related-single ul li a.woocommerce-LoopProduct-link .price .woocommerce-Price-amount:first-child {
  color: #333;
  text-decoration: none;
}
.single-product .ancho .contenido .related-single ul li a.woocommerce-LoopProduct-link .label-group {
  display: none;
  color: #333;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.single-product .ancho .contenido .related-single ul li a.add_to_cart_button {
  background-color: #333;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  float: right;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 10px;
  top: 65%;
  -webkit-transition: all ease-in 300ms;
  transition: all ease-in 300ms;
}
.single-product .ancho .contenido .related-single ul li a.add_to_cart_button:hover {
  background-color: #f36e81;
}
@media screen and (max-width: 650px) {
  .single-product .ancho {
    width: 95%;
  }
  .single-product .ancho .contenido .product {
    width: 100%;
  }
  .single-product .ancho .contenido .product .woocommerce-product-gallery {
    margin: 10px;
  }
  .single-product .ancho .contenido .product .summary {
    padding: 2%;
  }
  .single-product .ancho .contenido .product .summary h1 {
    font-size: 28px;
  }
  .single-product .ancho .contenido .product .summary p.price {
    font-size: 18px;
  }
  .single-product .ancho .contenido .product .summary .woocommerce-product-details__short-description {
    margin: 10px auto;
  }
  .single-product .ancho .contenido .product .summary form .variations tbody {
    display: block;
  }
  .single-product .ancho .contenido .product .summary form .single_variation_wrap {
    display: block;
    margin: 0 auto;
  }
  .single-product .ancho .contenido .product .summary form .single_variation_wrap input {
    width: 90%;
  }
  .single-product .ancho .contenido .product .related {
    margin-top: 50px;
    text-align: center;
  }
  .single-product .ancho .contenido .product .related ul.products {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .single-product .ancho .contenido .product .related ul.products .slick-slider .slick-arrow {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #f36e81;
    font-size: 0;
  }
  .single-product .ancho .contenido .product .related ul.products .slick-slider .slick-arrow::before {
    content: "";
    font-family: "Montserrat";
    font-weight: 400;
    color: #f36e81;
    font-size: 32px !important;
  }
  .single-product .ancho .contenido .product .related ul.products .slick-slider .slick-prev::before {
    content: "<";
  }
  .single-product .ancho .contenido .product .related ul.products .slick-slider .slick-next::before {
    content: ">";
  }
  .single-product .ancho .contenido .product .related ul.products li {
    margin: 15px auto;
  }
  .single-product .ancho .contenido .product .related ul.products li a.woocommerce-LoopProduct-link {
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .single-product .ancho .contenido .product .related ul.products li a.add_to_cart_button {
    top: 65%;
    right: 5%;
  }
}
@media screen and (max-width: 860px) {
  .single-product .ancho .contenido .product {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
    place-items: center;
  }
  .single-product .ancho .contenido .product .woocommerce-product-gallery figure {
    height: 100%;
  }
  .single-product .ancho .contenido .product .woocommerce-product-gallery figure .woocommerce-product-gallery__image {
    margin: 10px;
  }
  .single-product .ancho .contenido .product .woocommerce-product-gallery figure .woocommerce-product-gallery__image a img {
    width: 90vw;
    max-height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-product .ancho .contenido .product .summary {
    padding: 0;
    text-align: center;
  }
  .single-product .ancho .contenido .product .summary form .variations tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-product .ancho .contenido .tallas_container h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .single-product .ancho .contenido .tallas_container .tallas-content .talla_basica img {
    margin: 0 auto;
    width: 100%;
  }
  .single-product .ancho .contenido .related-single h2 {
    text-align: center;
  }
  .single-product .ancho .contenido .related-single ul {
    display: -ms-grid;
    display: grid;
    overflow-x: hidden;
  }
  .single-product .ancho .contenido .related-single ul li {
    text-align: center;
  }
  .single-product .ancho .contenido .related-single ul li a.add_to_cart_button {
    top: 60%;
    right: 5px;
    float: right;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  overflow-x: hidden;
}
body button,
body input,
body select {
  padding: 12px;
  font-family: "Montserrat";
  border-radius: 20px;
}
body button {
  border: none;
}
* li {
  list-style: none;
}
* img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
* h2 {
  color: #f36e81;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
}
a.checkout-button {
  padding: 12px 24px;
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
}
button#place_order {
  color: white;
  padding: 12px 24px;
  cursor: pointer;
}
nav {
  background-color: #fcfbf4;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}
nav .logo-carrito {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
nav .logo-carrito .mid-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
}
nav .logo-carrito .mid-menu .menu-responsive {
  margin: auto;
  display: none;
}
nav .logo-carrito .mid-menu .menu-responsive .res-icon {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  width: 30px;
  height: 1.5px;
  left: 60%;
  top: 60px;
  background-color: #333;
}
nav .logo-carrito .mid-menu .menu-responsive .res-icon::before {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 30px;
  height: 1.5px;
  left: 0;
  background: #333;
  position: absolute;
  content: "";
  top: -10px;
}
nav .logo-carrito .mid-menu .menu-responsive .res-icon::after {
  top: 10px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 30px;
  height: 1.5px;
  left: 0;
  background: #333;
  position: absolute;
  content: "";
}
nav .logo-carrito .mid-menu .menu-responsive:hover {
  background: black;
}
nav .logo-carrito .mid-menu .menu-responsive:hover .res-icon::before {
  top: -12px;
}
nav .logo-carrito .mid-menu .menu-responsive:hover .res-icon::after {
  top: 12px;
}
nav .logo-carrito .mid-menu .menu-responsive .active {
  -webkit-transform: rotate(180deg) translateX(15px);
          transform: rotate(180deg) translateX(15px);
  background-color: transparent;
}
nav .logo-carrito .mid-menu .menu-responsive .active::before {
  top: 0;
  -webkit-transform: rotate(45deg) translateY(15px);
          transform: rotate(45deg) translateY(15px);
}
nav .logo-carrito .mid-menu .menu-responsive .active::after {
  top: 0;
  -webkit-transform: rotate(-45deg) translateY(-15px);
          transform: rotate(-45deg) translateY(-15px);
}
nav .logo-carrito .mid-menu .menu-responsive ul {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  height: 0;
  background: #96a484;
  position: absolute;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  left: 0;
  right: 0;
  top: 125px;
}
nav .logo-carrito .mid-menu .menu-responsive ul li {
  text-align: center;
  padding: 10px 0 10px 0px;
}
nav .logo-carrito .mid-menu .menu-responsive ul li::after {
  content: "";
  height: 1px;
  max-width: 50%;
  width: 150px;
  background-color: white;
  display: block;
  margin: 5px auto;
}
nav .logo-carrito .mid-menu .menu-responsive ul li a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
nav .logo-carrito .mid-menu .menu-responsive .open {
  height: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav .logo-carrito .mid-menu .menu-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
nav .logo-carrito .mid-menu .menu-desktop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: auto;
}
nav .logo-carrito .mid-menu .menu-desktop ul li {
  margin: auto;
  position: relative;
}
nav .logo-carrito .mid-menu .menu-desktop ul li a {
  text-align: center;
  text-decoration: none;
  margin: auto 15px;
  color: #333;
}
nav .logo-carrito .mid-menu .menu-desktop ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 2px auto;
  width: 40%;
  height: 1px;
  background-color: #f36e81;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
nav .logo-carrito .mid-menu .menu-desktop ul li a:hover {
  cursor: pointer;
}
nav .logo-carrito .mid-menu .menu-desktop ul li a:hover::after {
  width: 90%;
}
nav .logo-carrito img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-justify: center;
  max-width: 300px;
}
nav .logo-carrito .carrito-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin: auto;
}
nav .logo-carrito .carrito-header a {
  margin: auto 15px;
}
nav .logo-carrito .carrito-header a i {
  color: #2e364d;
  font-size: 22px;
}
nav .logo-carrito .carrito-header .cantidad-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f36e81;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 20px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px;
  margin-top: -12px;
  position: absolute;
  width: 20px;
  z-index: 100;
  -webkit-text-stroke: 0px transparent;
}
.xoo-wsc-basket {
  display: none !important;
}
.xoo-wsc-container {
  text-transform: uppercase !important;
}
.xoo-wsc-container a {
  text-decoration: none;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.xoo-wsc-container .xoo-wsc-header {
  color: #333;
  font-weight: 700;
  font-size: 20px !important;
}
.xoo-wsc-container .xoo-wsc-smr-del {
  color: #f46f82 !important;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.xoo-wsc-container .xoo-wsc-smr-del:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
}
.xoo-wsc-container .variation {
  font-weight: 400;
  font-style: italic;
  font-size: 12px !important;
}
.xoo-wsc-container .xoo-wsc-qty-price {
  font-weight: 400 !important;
  font-size: 12px !important;
}
.xoo-wsc-container .xoo-wsc-qty-price span {
  font-weight: 400 !important;
  font-size: 12px !important;
}
.xoo-wsc-footer {
  text-transform: uppercase;
}
.xoo-wsc-footer .xoo-wsc-ft-amt {
  font-size: 14px !important;
}
.xoo-wsc-footer .xoo-wsc-ft-amt span {
  font-size: 14px !important;
}
.xoo-wsc-footer a {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 8px auto !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333;
  color: white;
  border-radius: 10px;
  width: 70%;
  font-size: 14px !important;
  text-decoration: none;
  border: 2px solid #333;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.xoo-wsc-footer a:hover {
  background-color: transparent;
  color: #333;
}
.xoo-wsc-footer a:last-child {
  border: 2px solid #f46f82;
  background: #f46f82;
}
.xoo-wsc-footer a:last-child:hover {
  background-color: transparent;
  color: #f46f82;
}
.container {
  max-width: 1240px;
  padding: 24px;
  margin: auto;
}
.descripcion {
  padding-top: 160px;
  font-size: 1.2rem;
}
.descripcion .descripcion-text {
  padding: 15px;
}
.descripcion h1 {
  color: #f46f82;
  font-weight: 900;
}
.descripcion p {
  width: 80%;
  margin: 30px auto;
}
.descripcion a {
  font-family: "Montserrat";
  background-color: #f36e81;
  border: none;
  border-radius: 20px;
  color: white;
  font-size: 18px;
  padding: 12px 18px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.descripcion a:hover {
  cursor: pointer;
  background-color: #333;
}
.servicios {
  padding-top: 50px;
}
.servicios .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.servicios .tab-content img {
  max-width: 550px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.servicios .tab-content section {
  padding: 24px;
  margin: auto;
}
.servicios .trabajar-juntos-btn {
  padding: 24px;
  color: #96a486;
}
.servicios .sp-tab__preloader {
  display: none;
}
.servicios .sp-tab__section_title_162 {
  display: none;
}
.servicios a {
  color: white;
}
.servicios a button {
  font-family: "Montserrat";
  background-color: #f36e81;
  border: none;
  border-radius: 20px;
  color: white;
  font-size: 18px;
  padding: 12px 18px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.servicios a button:hover {
  cursor: pointer;
  background-color: #333;
}
.productos {
  padding-top: 100px;
}
.productos .single-product .product_title {
  color: #96a484;
}
.productos .single-product button {
  background-color: #98adda;
  border: none;
  color: white;
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.productos .single-product button:hover {
  background-color: #333;
}
.productos .single-product .product_meta {
  display: none;
}
.productos .single-product .ancho {
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.productos .single-product .ancho .contenido .product {
  width: 90%;
  left: 0;
  right: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  position: relative;
  bottom: 0;
}
.productos .single-product .ancho .contenido .product .onsale {
  display: none;
}
.productos .single-product .ancho .contenido .product li {
  list-style: none;
}
.productos .single-product .ancho .contenido .product .woo-variation-gallery-slider-wrapper {
  margin-top: 10px;
  cursor: pointer;
}
.productos .single-product .ancho .contenido .product .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
  left: 0px;
}
.productos .single-product .ancho .contenido .product .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
  right: 0px;
}
.productos .single-product .ancho .contenido .product .woo-variation-gallery-thumbnail-wrapper {
  display: none;
}
.productos .single-product .ancho .contenido .product .summary {
  padding: 8%;
  color: #333;
  text-transform: uppercase;
}
.productos .single-product .ancho .contenido .product .summary h1 {
  font-family: "Montserrat";
  font-size: 32px;
  margin: 10px auto;
}
.productos .single-product .ancho .contenido .product .summary p.price {
  font-family: "Montserrat";
  font-size: 24px;
}
.productos .single-product .ancho .contenido .product .summary p.price span.woocommerce-Price-amount:nth-child(2) {
  color: #a4a198;
  text-decoration: line-through;
}
.productos .single-product .ancho .contenido .product .summary .woocommerce-product-details__short-description {
  margin: 20px auto;
  color: #333;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
}
.productos .single-product .ancho .contenido .product .summary form {
  text-align: center;
  margin: 10px auto;
}
.productos .single-product .ancho .contenido .product .summary form .woocommerce-Price-amount:last-child {
  display: none;
}
.productos .single-product .ancho .contenido .product .summary form .variations {
  left: 0;
  right: 0;
  text-align: center;
}
.productos .single-product .ancho .contenido .product .summary form .variations tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productos .single-product .ancho .contenido .product .summary form .variations tbody tr {
  font-family: "Montserrat";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
}
.productos .single-product .ancho .contenido .product .summary form .variations tbody tr .label {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
}
.productos .single-product .ancho .contenido .product .summary form .variations tbody tr .value select {
  border: 2px solid #98adda;
  margin: 10px 10px 10px auto;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
  color: #333;
  padding: 5px;
  border-radius: 10px;
}
.productos .single-product .ancho .contenido .product .summary form .variations tbody tr .label {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
}
.productos .single-product .ancho .contenido .product .summary form .variations tbody tr .value {
  display: block !important;
}
.productos .single-product .ancho .contenido .product .summary form .variations tbody tr .value a {
  display: none !important;
}
.productos .single-product .ancho .contenido .product .summary form .single_variation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
}
.productos .single-product .ancho .contenido .product .summary form .single_variation_wrap input {
  padding: 5px;
  border-radius: 10px;
  font-family: "Montserrat";
  font-weight: 500;
  text-align: center;
  color: #333;
  border: 2px solid #98adda;
}
.productos .single-product .ancho .contenido .product .summary form .single_variation_wrap input::-moz-selection {
  color: #f36e81;
}
.productos .single-product .ancho .contenido .product .summary form .single_variation_wrap input::selection {
  color: #f36e81;
}
.productos .single-product .ancho .contenido .product .summary form .woocommerce-variation-add-to-cart button {
  background: #333;
  border: none;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 12px;
  margin: 10px auto;
  padding: 8px 30px;
  text-transform: uppercase;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.productos .single-product .ancho .contenido .product .summary form .woocommerce-variation-add-to-cart button:hover {
  background: #98adda;
}
.productos .single-product .ancho .contenido .product .summary form .woocommerce-variation-add-to-cart a {
  font-family: "Montserrat";
  font-weight: 400;
  color: #f36e81;
  font-size: 14px;
  text-decoration: none;
  margin: auto 5px;
  border: 1px solid #f36e81;
  border-radius: 5px;
  padding: 2px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.productos .single-product .ancho .contenido .product .summary form .woocommerce-variation-add-to-cart a:hover {
  color: #333;
  border: 1px solid #333;
}
.productos .single-product .ancho .contenido .product .summary .product_meta {
  display: none;
}
.productos .single-product .ancho .contenido .product .woocommerce-tabs {
  display: none;
}
@media screen and (max-width: 650px) {
  .productos .single-product .ancho {
    width: 95%;
  }
  .productos .single-product .ancho .contenido .product {
    width: 100%;
  }
  .productos .single-product .ancho .contenido .product .woocommerce-product-gallery {
    margin: 10px;
  }
  .productos .single-product .ancho .contenido .product .summary {
    padding: 2%;
  }
  .productos .single-product .ancho .contenido .product .summary h1 {
    font-size: 28px;
  }
  .productos .single-product .ancho .contenido .product .summary p.price {
    font-size: 18px;
  }
  .productos .single-product .ancho .contenido .product .summary .woocommerce-product-details__short-description {
    margin: 10px auto;
  }
  .productos .single-product .ancho .contenido .product .summary form .variations tbody {
    display: block;
  }
  .productos .single-product .ancho .contenido .product .summary form .single_variation_wrap {
    display: block;
    margin: 0 auto;
  }
  .productos .single-product .ancho .contenido .product .summary form .single_variation_wrap input {
    width: 90%;
  }
  .productos .single-product .ancho .contenido .product .related {
    margin-top: 50px;
    text-align: center;
  }
  .productos .single-product .ancho .contenido .product .related ul.products {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .productos .single-product .ancho .contenido .product .related ul.products .slick-slider .slick-arrow {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #f36e81;
    font-size: 0;
  }
  .productos .single-product .ancho .contenido .product .related ul.products .slick-slider .slick-arrow::before {
    content: "";
    font-family: "Montserrat";
    font-weight: 400;
    color: #f36e81;
    font-size: 32px !important;
  }
  .productos .single-product .ancho .contenido .product .related ul.products .slick-slider .slick-prev::before {
    content: "<";
  }
  .productos .single-product .ancho .contenido .product .related ul.products .slick-slider .slick-next::before {
    content: ">";
  }
  .productos .single-product .ancho .contenido .product .related ul.products li {
    margin: 15px auto;
  }
  .productos .single-product .ancho .contenido .product .related ul.products li a.woocommerce-LoopProduct-link {
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .productos .single-product .ancho .contenido .product .related ul.products li a.add_to_cart_button {
    top: 65%;
    right: 5%;
  }
}
@media screen and (max-width: 500px) {
  .productos .single-product .ancho .contenido .product {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
    place-items: center;
  }
  .productos .single-product .ancho .contenido .product .woocommerce-product-gallery figure {
    height: 100%;
  }
  .productos .single-product .ancho .contenido .product .woocommerce-product-gallery figure .woocommerce-product-gallery__image {
    margin: 10px;
  }
  .productos .single-product .ancho .contenido .product .woocommerce-product-gallery figure .woocommerce-product-gallery__image a img {
    width: 90vw;
    max-height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .productos .single-product .ancho .contenido .product .summary {
    padding: 0;
    text-align: center;
  }
  .productos .single-product .ancho .contenido .product .summary form .variations tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productos .single-product .ancho .contenido .tallas_container h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .productos .single-product .ancho .contenido .tallas_container .tallas-content .talla_basica img {
    margin: 0 auto;
    width: 100%;
  }
  .productos .single-product .ancho .contenido .related-single h2 {
    text-align: center;
  }
  .productos .single-product .ancho .contenido .related-single ul {
    display: -ms-grid;
    display: grid;
    overflow-x: hidden;
  }
  .productos .single-product .ancho .contenido .related-single ul li {
    text-align: center;
  }
  .productos .single-product .ancho .contenido .related-single ul li a.add_to_cart_button {
    top: 60%;
    right: 5px;
    float: right;
  }
}
.productos .woocommerce .single-product img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.productos .woocommerce .single-product .woocommerce-tabs {
  display: none;
}
footer {
  background-color: #96a484;
  margin: auto 0;
  color: white;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  bottom: 0;
}
footer p {
  gap: 18px;
}
footer a {
  text-decoration: none;
  color: white;
  margin: 5px;
}
footer a:hover {
  cursor: pointer;
  color: #333;
}
footer i {
  color: white;
  font-size: 24px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
footer i:hover {
  cursor: pointer;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 95vw;
  }
}
@media screen and (max-width: 860px) {
  nav .mid-menu .menu-desktop {
    display: none !important;
  }
  nav .mid-menu .menu-responsive {
    display: inherit !important;
  }
  nav .mid-menu .menu-responsive ul {
    display: none;
  }
  .servicios .tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .servicios img {
    max-width: 90%;
  }
}
@media screen and (max-width: 630px) {
  .container {
    max-width: 90%;
    width: 90vw;
  }
  nav .logo-carrito img {
    max-width: 200px;
  }
  .descripcion {
    padding-top: 50px;
  }
  .servicios .tab-content img {
    max-width: 400px;
  }
}
@media screen and (max-width: 450px) {
  .container {
    max-width: 95%;
  }
  nav {
    width: 100%;
  }
  nav .logo-carrito img {
    width: 180px;
    margin: auto;
  }
  nav .logo-carrito .res-icon {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .servicios {
    width: 95%;
    margin: 0;
  }
  .servicios .sp-tab__card-body {
    padding: 2px;
  }
  .servicios .tab-content img {
    max-width: 300px;
  }
}
