/*
Theme Name: prim theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 5.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import "../prim-theme/assets/css/myaccounts.css?v=12";

body,
p,
button {
  margin: 0;
}
html {
  background-color: white;
}

:root {
  --Success: var(--Green-30);
  --Warning-yellow: #ebbf23;
  --Warning-orange: #d1752a;
  --Error: #cc4141;
  --Neutral-05: #ffffff;
  --Neutral-10: #f7f7f7;
  --Neutral-20: #e0e0e0;
  --Neutral-30: #bdbdbd;
  --Neutral-40: #8a8a8a;
  --Neutral-50: #525252;
  --Neutral-60: #3b3b3b;
  --Neutral-70: #262626;
  --Blue-05: #f7fdff;
  --Blue-10: #e5f7ff;
  --Blue-20: #b2e6ff;
  --Blue-30: #61c4f2;
  --Blue-40: #0090d4;
  --Blue-50: #005f8c;
  --Blue-60: #003d59;
  --Blue-70: #001a26;
  --Green-05: #f7fffb;
  --Green-10: #e1faed;
  --Green-20: #b8e5ce;
  --Green-30: #76c79d;
  --Green-40: #4b8a69;
  --Green-50: #33664c;
  --Green-60: #193d2a;
  --Green-70: #0f261a;
  --Yellow-05: #fffcf2;
  --Yellow-10: #fff5db;
  --Yellow-20: #fade96;
  --Yellow-30: #ebc338;
  --Yellow-40: #ad8312;
  --Yellow-50: #734e0f;
  --Yellow-60: #4d3012;
  --Yellow-70: #261607;
  --Orange-05: #fefaf6;
  --Orange-10: #fef1e5;
  --Orange-20: #fad5af;
  --Orange-30: #f3a156;
  --Orange-40: #c26c27;
  --Orange-50: #83421a;
  --Orange-60: #4d270f;
  --Orange-70: #261206;
  --Red-05: #fffafa;
  --Red-10: #ffebeb;
  --Red-20: #ffbfbf;
  --Red-30: #ff8080;
  --Red-40: #d14343;
  --Red-50: #8c2a2a;
  --Red-60: #541a1a;
  --Red-70: #260b0b;
  --Anthracite-05: #f9fafb;
  --Anthracite-10: #edf0f3;
  --Anthracite-20: #dae0e7;
  --Anthracite-30: #bec9d5;
  --Anthracite-40: #a2b2c3;
  --Anthracite-50: #6e86a0;
  --Anthracite-60: #3d4c5c;
  --Anthracite-70: #14191f;

  --space-01: 2px;
  --space-02: 4px;
  --space-03: 8px;
  --space-04: 12px;
  --space-05: 16px;
  --space-06: 24px;
  --space-07: 32px;
  --space-08: 48px;
  --space-09: 64px;
  --space-10: 80px;
  --space-11: 96px;
  --space-12: 128px;

  --initial-header-carticon: url('assets/images/icon-cart.svg');
  --fixed-header-carticon: url("../../uploads/2024/10/icon-cart-blue.svg");
	--fixed-header-userticon: url("../../uploads/2024/10/icon-user-blue.svg");
	--initial-header-userticon: url("../../uploads/2024/10/icon-user.svg");
  --fixes-normal-header: url("../../uploads/2024/10/icon-user.svg");
}

/*Fonts Start*/
@font-face {
  font-family: "avenir_next";
  src: url("../prim-theme/assets/fonts/avenirnextltpro-regular-webfont.woff2") format("woff2"),
    url("../prim-theme/assets/fonts/avenirnextltpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "avenir_next_semibold";
  src: url("../prim-theme/assets/fonts/avenirnextltpro-demi-webfont.woff2") format("woff2"),
    url("../prim-theme/assets/fonts/avenirnextltpro-demi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "avenir_next_bold";
  src: url("../prim-theme/assets/fonts/avenirnextltpro-bold-webfont.woff2") format("woff2"),
    url("../prim-theme/assets/fonts/avenirnextltpro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*Fonts End*/
/*General*/

body {
  font-family: "avenir_next", serif;
  font-size: 16px;
  color: var(--Blue-60);
  line-height: 1.5;
}

h1,
h2 {
  font-family: "avenir_next_bold", serif;
  color: var(--Blue-60);
}

h3,
h4,
h5,
h6 {
  font-family: "avenir_next_semibold", serif;
  color: var(--Blue-60);
}
.row,
.container {
  max-width: 1440px !important;
  width: 100%;
  padding: 0 24px;
}

.row.row-collapse {
  max-width: 100% !important;
}

.home #wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.home .header-bottom {
  width: 100%;
}
.home .header-wrapper.stuck div#masthead {
  width: 1390px;
  margin: 0 auto;
}
.header-bottom {
  width: 1440px;
  margin: 0 auto;
}
.header-search-form-wrapper .searchform-wrapper input[type=search] {
  border-color: rgba(0, 0, 0, .09);
}
.header-inner {
  padding: 0;
}
.button{
  border-radius: 99px !important;
}

.button:hover {
  box-shadow: none;
}

/*tFooter*/

.footer-wrapper .divider {
  border: 0;
}

.absolute-footer {
  background-color: var(--Neutral-05);
  color: var(--Neutral-60);
  width: 100%;
}

.footer-primary {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
	    padding-top: 10px;
}

.logo-footer .img {
	width: 105px !important;
}

span.acceptcheckoutterms {
	min-width: 16px;
}

.copyright-footer {
  margin-right: 24px;
  font-size: 14px;
}

.absolute-footer ul {
  border-bottom: none;
  font-size: 14px;
  opacity: 1;
  text-transform: none;
  padding-bottom: 0;
}

.menu-item-type-post_type {
  color: var(--Blue-50);
  text-decoration: underline;
}

.last-divider > div {
  padding-bottom: 0;
}

.news-form {
  display: flex;
  align-items: baseline;
  margin-top: 30px;
}

.wpcf7-form-control-wrap > input,
.wpcf7-form-control-wrap > select {
  border: var(--Neutral-30) solid 1px;
  border-radius: 8px !important;
  background-color: var(--Neutral-05) !important;
}

.news-btn > p > input {
  background-color: var(--Neutral-05) !important;
  color: var(--Blue-70) !important;
  border: var(--Blue-70) solid 1px !important;
  text-transform: capitalize !important;
}

.sigue {
  display: flex;
  align-items: center;
}

.sigue > .col-inner {
  display: flex;
  justify-content: end;
  gap: 12px;
}

.col-inner > .img:not(:last-child) {
  margin-bottom: 0;
}

.sub-text {
  color: var(--Neutral-60);
}

.text-under-sub > p > a {
  color: var(--Blue-50);
  text-decoration: underline;
}

.mega-menu-wrapper .ux-menu-link__text, .ux-menu-link__link {
  color: var(--Blue-70)!important
}
 
.mega-menu-wrapper .ux-menu-link__text:hover, .ux-menu-link__link:hover {
  color: var(--Blue-40)!important
}

.footer-wrapper .ux-menu-link__text {
  color: var(--Blue-50)!important
}

.wpcf7-form {
  margin-bottom: 0;
}

/*header*/
.header {
  position: absolute;
}

.header-bg-color {
  background: linear-gradient(0deg, rgba(138, 138, 138, 0) 0%, rgba(108, 108, 108, 0.9) 100%);
  border-radius: 8px;
}

.nav-top-link {
  font-size: 14px;
  font-weight: 600;
}

.account-item .account-link {
  padding: 4px;
}
.account-item .header-button a {
  text-transform: capitalize;
}

.account-item .header-button a:hover {
  background-color: var(--Blue-60);
  color: #fff !important;
}
.stuck .header-button:hover .icon-user:before, .header-hover-class .header-button:hover{
  background-image: url(../../uploads/2024/10/icon-user.svg);
}

.account-item .header-account-title {
  text-transform: capitalize;
}

.account-item .account-link:hover {
  background-color: var(--Blue-60);
  border: 1px solid var(--Blue-60);
}

.stuck > div > div.header-bg-color, .header-hover-class > div > div.header-bg-color {
  background: transparent;
  background-color: #ffff;
}

.stuck .header-main .nav > li > a,
.stuck .header-main .nav > li > div,
.stuck .header-main .nav .account-link,
.stuck .header-main .nav .header-cart-link,
.stuck .header-search-form .icon-search, 
.header-hover-class .header-main .nav > li > a,
.header-hover-class .header-main .nav > li > div,
.header-hover-class .header-main .nav .account-link,
.header-hover-class .header-main .nav .header-cart-link,
.header-hover-class .header-search-form .icon-search {
  color: var(--Blue-50);
}

.stuck .header-button:hover a, .header-hover-class .header-button:hover a {
  color: #fff !important;
}
.stuck .header-main .nav .search-field,
.stuck .header-main .nav .search-field::placeholder, 
.header-hover-class .header-main .nav .search-field,
.header-hover-class .header-main .nav .search-field::placeholder {
  border-color: #bbbbbb;
  color: #bbbbbb !important;
  border-radius: 8px;
}

.header-search-form,
.header-search-form .search-field::placeholder {
  color: #bbbbbb !important;
  background-color: #fff;
  border-radius: 8px;
  border: none;
}
.header-search-form .icon-search {
  color: var(--Neutral-50);
}

.header-search-form {
  max-width: 100%;
  width: 375px !important;
}

.sub-menu .has-block {
  margin: auto !important;
}

.row-media-menu {
  max-height: 290px;
  width: 450px;
  height: 100%;
  margin-right: 0;
}
.row-media-menu .img-inner,
.row-media-menu .img,
.menu-media-text .col-inner
 {
  width: 448px!important;
  height: 290px !important;
  float: right;
  margin: 20px;
  margin-top: -20px !important;
}
.row-media-menu .box-image {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.row-media-menu .box-text {
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0;
}
.row-media-menu .box-text-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  padding: 16px !important;
  color: #fff;
}
.row-media-menu .button {
  border-radius: 100px;
  width: 130px;
}

.media-text > h1 {
  font-size: 28px;
}
.media-text > p {
  font-size: 18px;
}

.icon-shopping-cart:before {  
  content: "";
  background-image: var(--initial-header-carticon);
  background-repeat: no-repeat;
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-user:before {
  content: "";
  background-image: var(--fixes-normal-header);
  background-repeat: no-repeat;
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
}

/*Header white*/

.nav-back {
  position: relative;
}

.nav-back .header-main {
  height: 72px;
  border-bottom: 2px solid var(--b);
}

.nav-back .header-bg-color {
  background: white;
  border-radius: 0;
}

.nav-back .header-main .nav > li > a,
.nav-back .header-main .nav > li > div,
.nav-back .header-main .nav .account-link,
.nav-back .header-main .nav .header-cart-link,
.nav-back .icon-search,
.nav-back .icon-user {
  color: var(--Blue-50) !important;
}
.nav-back .search-field {
  background-color: white !important;
  border-radius: 8px !important;
}
.nav-back .header-main .nav .account-link:hover,
.nav-back .icon-user:hover {
  color: white !important;
}
.stuck .icon-shopping-cart:before,
.header-hover-class .icon-shopping-cart:before,
.nav-back .icon-shopping-cart:before {
  content: "";
  background-image: var(--fixed-header-carticon);
  background-repeat: no-repeat;
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.stuck .icon-user:before,
.header-hover-class .icon-user:before,
.nav-back .icon-user:before {
  content: "";
  background-image: var(--fixed-header-userticon);
  background-repeat: no-repeat;
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.account-item .header-button a:hover .icon-user:before {
	content: "";
  background-image: var(--initial-header-userticon);
  background-repeat: no-repeat;
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.stuck .account-link:hover > .icon-user,
.header-hover-class .account-link:hover > .icon-user,
.nav-back .account-link:hover > .icon-user {
  filter: brightness(10);
}

/* HERO*/
.banner {
  border-radius: 8px;
}
.home #main {
  margin-top: 16px;
}

.header-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

.home .header-wrapper .stuck{
  padding: 0;
}
.home .stuck .header-inner{
  padding: 0;
}

.home .header-bg-container {
  max-width: 1440px;
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.home .stuck .header-bg-container {
  max-width: 100%;
  margin: 0 !important;
}

.home .hero-banner,
.home .category-section,
.home .category-section-extra,
.ship-section,
.home .help-section,
.home .section-products-high {
  max-width: 1440px;
  margin-left: 24px;
  margin-right: 24px;
  width: initial !important;
}


@media only screen and(max-width: 575px){
	.myaccount-select-default-address{
		margin-bottom:-20px !important;
	}
}

.hero-banner {
  margin-bottom: 16px;
}

.hero-banner .banner-bg {
  border-radius: 8px;
}

.hero-banner .text-box {
  left: 0;
}
.hero-banner .text-box {
  width: 38% !important;
}

.hero-banner .text-box-content {
  margin-left: 24px;
}

.text-hero h3 {
  font-size: 32px;
  font-weight: 700;
  font-family: 'avenir_next_bold';
}

.text-hero h2 {
  font-size: 64px;
  font-weight: 700;
  font-family: 'avenir_next_bold';
}

.text-hero p {
  font-size: 16px;
}

.btn-hero {
  background-color: #003d59;
  margin: 0 !important;
  padding: 4px 24px;
}

/*Product Highlight*/

.products-high .button,
.products-high .image-tools .wishlist-button:hover {
  background-color: #fff;
  border-color: #ffff;
}

.products-high .icon-heart-o , .btns-product-mini-cart .icon-heart-o {
  color: black;
}

.products-high .icon-heart-o:hover, .btns-product-mini-cart .icon-heart-o :hover{
  color: var(--Red-40);
}

.badge-container{
  margin: 12px 0 0 12px !important;

}
.products-high .badge-container {
  display: none;
}

.widget_shopping_cart_content .products-high .box-image {
  min-height: 237px;
}

.products-high .box-image {
  min-height: 380px;
}

.grid-tools {
  justify-content: center;
}

.btn-add-to-cart {
  border-radius: 100px;
  background: var(--Colors-Blue-60, #003d59);
  color: white;
  width: fit-content;
  margin-bottom: 10px;
}

/*Shipping information section*/

.ship-section {
  /* background-image: url("/wp-content/uploads/2024/10/Condiciones_Desktop.png"); */
  height: auto;
  width: 100%;
  max-width: 1392px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-bottom: 80px;
  padding-top: 48px;
  border-radius: 8px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ship-text h2 {
  font-size: 32px;
  font-weight: 700;
}

.ship-text p {
  font-size: 18px;
}

.ship-text > .col-inner {
  width: 40%;
  margin-left: 0 !important;
}

.row .col-cards {
  padding-top: 40px !important;
}

.ship-card > div {
  padding: 22px;
  border-radius: 8px;
  height: 100%;
}

.ship-card h3 {
  font-weight: 600;
}

.ship-card p {
  font-size: 14px;
}

/* mini-cart */
a.cart_buttons {
  border-radius: 45px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
  border: 1px solid var(--Blue-60);
  transition: all 0.3s linear;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

a.continue_shopping_btn {
  color: var(--Blue-60);
  margin-bottom: 10px;
}

a.open_cart_btn {
  background: var(--Blue-60);
  color: var(--Neutral-05);
  font-family: "avenir_next_semibold";
}

a.continue_shopping_btn:hover {
  background: var(--Blue-60);
  color: var(--Neutral-05);
}

a.open_cart_btn:hover {
  color: var(--Blue-60);
  background-color: var(--Neutral-05);
}

#cart-popup {
  background: white;
}

.off-canvas .mfp-content.off-canvas-cart {
  width: 478px;
}

.widget_shopping_cart .col {
  flex-basis: 50% !important;
  max-width: 50% !important;
}

.cart-message {
  color: var(--Blue-70);
  font-size: 16px;
  font-weight: 600;
  padding: 0 24px;
  text-align: left;
  margin-bottom: 16px;
}

.cart-popup-inner {
  padding: 0;
}

.cart-header {
  margin: 0 !important;

  width: 100%;
}

.cart-divider {
  border-bottom: 1px solid var(--Neutral-20);
  margin: 0 !important;
}

.mfp-close {
  mix-blend-mode: normal;
  opacity: 1 !important;
  right: 12px !important;
  transform: translateY(8px);
}

.mfp-close > svg {
  color: var(--Blue-70);
  width: 20px;
  height: 20px;
}
.mfp-close > svg path {
  color: var(--Blue-70);
}

.cart-body {
  padding: 16px;
}

.card-body-desc {
  margin: 0 !important;
  background: var(--Neutral-10);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 48px 16px;
}

.cesta-img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.cart-cesta {
  color: var(--Blue-60);
  font-size: 18px;
  font-weight: 600;
}

.cart-desc {
  color: var(--Blue-60);
  font-size: 14px;
  padding-bottom: 24px;
}

.btn-seguir {
  border-radius: 100px;
  background: var(--Blue-60);
  color: var(--Neutral-10);
  text-transform: none;
  width: 100%;
}

.widget_shopping_cart_content {
  flex-wrap: wrap;
}

.mini-cart-content {
  flex: 1 0 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
}

.widget_shopping_cart p.total {
  border-bottom: none;
}

/*Harshit Change*/
.ux-mini-cart-footer {
  border-top: 1px solid var(--Neutral-20);
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.ux-mini-cart-empty {
  padding: 15px 0 24px 0;
}

.ux-mini-cart-empty:first-child {
  top: 0;
  position: sticky;
  background-color: white;
  padding-bottom: 0;
  z-index: 30;
}

ul.product_list_widget li + li {
  border-top: none;
}

.cart-popup-inner .woocommerce-mini-cart {
  gap: 16px;
  margin-top: 24px;
}

.product-card {
  display: flex;
  height: auto;
}

.product-card ul.product_list_widget li {
  padding: 0;
  height: 200px;
}

.widget_shopping_cart ul.product_list_widget li {
  padding-right: 0;
}

.product-card img {
  position: initial !important;
  width: 100% !important;
  height: 100% !important;
}

.product-img a {
  width: 124px;
  height: 140px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.product-info {
  width: 100%;
  color: var(--Blue-70) !important;
  background-color: var(--Neutral-10);
  padding: 16px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ux-mini-cart-qty {
  max-width: 100%;
}

.ux-mini-cart-qty input {
  border: 1px solid var(--Blue-70) !important;
}

.ux-mini-cart-qty .input-text {
  border-left: 0 !important;
  border-right: 0 !important;
  color: var(--Blue-70) !important;
}

.ux-mini-cart-qty .quantity .minus {
  padding-left: 14px;
  padding-right: 0;
  height: 36px;
}
/*Harshit Change*/
.ux-mini-cart-qty input[type="number"] {
	height: 36px !important;
	aret-color: transparent;
}
.ux-mini-cart-qty .quantity .plus {
  padding-right: 14px;
  padding-left: 0;
  color: var(--Blue-70) !important;
  height: 36px;
}

.product-card a.icon-remove,
a.remove {
  position: relative !important;
  border: none;
}

/*Harshit Change*/
.btns-product-mini-cart {
  display: flex;
  align-items: center;
  gap: 8px;
}
.btns-product-mini-cart button {
  margin: 0;
  padding: 0;
}

.product-name-section {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.product-name-section a {
  max-width: 70%;
}

.product-name-section .ux-quantity {
  display: none !important;
}

.product-increase-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.product-increase-section .product-subtotal {
  display: none;
}

.woocommerce-mini-cart-item .ux-mini-cart-qty {
  margin-right: 0 !important;
  margin-top: 0;
}

.woocommerce-mini-cart-item__tax-rate,
span.amount {
  color: var(--Blue-70);
  font-size: 12px;
  opacity: 1;
}

.ordertotaldetails .woocommerce-mini-cart-item__tax-rate,
span.amount {
  color: var(--Blue-70);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.woocommerce-order{
  margin-left: 2em;
}

.woocommerce-Price-amount > bdi,
.woocommerce-Price-currencySymbol {
  color: var(--Blue-70) !important;
  font-weight: 600 !important;
  opacity: 1;
  font-size: 18px;
}

.cart-subtotal .woocommerce-Price-amount > bdi,
.woocommerce-Price-currencySymbol {
  color: var(--Blue-70) !important;
  font-weight: 400 !important;
  opacity: 1;
  font-size: 18px;
}

.tax-total .woocommerce-Price-amount > bdi,
.woocommerce-Price-currencySymbol {
  color: var(--Blue-70) !important;
  font-weight: 400 !important;
  opacity: 1;
  font-size: 18px;
}

.cart-total-discount .woocommerce-Price-amount > bdi,
.woocommerce-Price-currencySymbol {
  color: var(--Blue-70) !important;
  font-weight: 400 !important;
  opacity: 1;
  font-size: 18px;
}

/* ------brands list page-------- */
.marca-list {
  list-style-type: none;
  padding: 0;
}

.marca-list li {
  margin: 20px 0;
}

.marca-list li img {
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 10px;
}

.marca-list li a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}

.marca-list li a:hover {
  color: #0073aa;
}

.marca-list li small {
  font-size: 0.9em;
  color: #555;
}

.marca-list li p {
  margin-top: 10px;
  font-size: 0.95em;
  color: #666;
}

/*Help section*/

.help-section {
  background-image: url("/wp-content/uploads/2024/10/SoporteDesktop.png");
  height: auto;
  width: 100%;
  background-position: center;
  background-size: cover;
  margin: 80px 0;
  color: var(--Blue-05);
  border-radius: 8px;
}

.help-section .col-inner {
  width: 70%;
  margin: 0 !important;
  padding-left: 25px;
}

.help-section .col {
  padding: 0 !important;
}

.help-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--Blue-05);
}

.help-text p {
  font-size: 16px;
  margin: 24px 0;
  color: var(--Blue-05);
}

.help-btn {
  color: var(--Blue-05) !important;
  border: 1px solid var(--Blue-05) !important;
  font-weight: normal !important;
  font-size: 16px !important;
}

.help-text-mobile {
  display: none;
}

/*News section*/

.news-section {
  background-color: var(--Neutral-10);
  padding: 80px 0;
  width: 100%;
  margin: 0;
  padding: 128px 24px;
  border-radius: 8px;
}

.news-text {
  background-color: var(--Neutral-20);
  color: var(--Blue-60);
  padding: 0;
  padding-left: 24px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.news-text .col-inner {
  width: 50%;
  flex: none;
  margin: 0 !important;
}

.news-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--Blue-60);
}

.news-text p {
  font-size: 16px;
  margin: 24px 0;
  color: var(--Blue-60);
}

.news-text .news-btn {
  color: var(--Blue-60) !important;
  border: 1px solid var(--Blue-60) !important;
  font-weight: normal !important;
  font-size: 16px !important;
}

.news-articles {
  padding-right: 0;
  padding-bottom: 0;
}

.news-article .box-text {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom: 3px solid var(--Blue-40);
  background-color: var(--Neutral-05);
  padding: 16px;
  height: auto;
  max-height: 208px;
}

.news-article p {
  font-size: 22px;
  font-weight: 600;
  color: var(--Blue-60);
  text-align: left;
}

.news-article .button {
  text-align: right;
  width: 100%;
  margin-top: 0;
}

.news-article .box-text-inner p {
  max-height: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.custom_filters_implementation {
  border: 1px solid var(--Neutral-05);
  border-radius: 10px;
  padding: 14px 25px;
  margin-bottom: 24px;
  position: relative;
  transition: top 0.3s;
  background: var(--Neutral-05);
  z-index: 99;
}

.custom_filters_implementation.sticky {
  position: fixed;
  top: 70px;
  z-index: 99;
  left: 15px;
  right: 15px;
  margin: 0 auto;
  /*harshit*/
  width: auto;
  max-width: 1383px;
	/*harshit*/
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
/* input[type="number"] {
  -moz-appearance: textfield;
} */
.filter-dropdown-menu {
  display: none;
  padding: 11px 25px;
}

.filter_major_btn {
  display: block;
  padding: 0;
}
.filter_major_btn {
  color: var(--Blue-70);
  margin: 0;
  padding: 0 8px;
  font-size: 12px;
  line-height: 18px;
  padding-top:10px;
  font-family: "avenir_next", serif;
  text-transform: capitalize;
  font-weight: 600;
  display: flex !important;
  position: relative;
}
.filter-dropdown-button span:last-child,
.filter_major_btn span:last-child {
  font-size: 5px;
  font-weight: bold;
  position: relative;
  color: var(--Blue-80);
  transition: transform 0.3s ease;
  width: 10px;
  height: 13px;
  display: inline-block;
  margin-left: 4px;
}
.filter-dropdown-button span:last-child:after,
.filter_major_btn span:last-child:after {
  transform: translateY(-50%) rotate(45deg);
  right: 2px;
}
.filter-dropdown-button span:last-child:before,
.filter_major_btn span:last-child:before {
  transform: translateY(-50%) rotate(-45deg);
  left: 2px;
}
button.filter-dropdown-button span.rotatearrow,
.filter_major_btn span.rotatearrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.filter-dropdown-menu .dropdown-item {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.filter-dropdown-menu .dropdown-item input[type="checkbox"] {
  margin-right: 10px;
}
.filter-dropdown-menu.show {
  display: block;
}
.filter-dropdown-menu > label {
  color: var(--Blue-70);
  font-size: 14px;
  line-height: 21px;
  font-weight: lighter;
  position: relative;
  margin-bottom: 10px;
}
.filter-dropdown-menu > label:last-child {
  margin-bottom: 0;
}
.filter-dropdown-menu label input[type="checkbox"] {
  margin: 0;
  position: relative;
  display: none;
}
.filter-dropdown-menu label > div {
  display: inline-block;
  border: 1px solid var(--Neutral-50);
  width: 14px;
  height: 14px;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.filter-dropdown-menu label > div input[type="checkbox"]:checked + small:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--Blue-70);
  border-radius: 2px;
}
.filter-dropdown-menu label > div input[type="checkbox"]:checked + small:after {
  /* content: "âœ“"; */
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 4.4px;
  width: 4px;
  height: 8px;
  border: solid var(--Neutral-05);
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(45deg);
}
.filter_major_main_btn_wrapper {
  text-align: right;
  padding: 0 25px;
  margin-top: 15px;
}

.filter_major_wrapper {
  height: 300px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.filter_major_main_wrapper {
  display: none;
  height: 400px;
  position: absolute;
  left: 0;
  right: 0;
  top: 59px;
  background: var(--Neutral-05);
  padding: 15px 10px;
  z-index: 99;
  border: 1px solid #eee;
  border-radius: 10px;
}
.filter_major_wrapper::-webkit-scrollbar {
  width: 7px;
}
.filter_major_wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #8080804f;
  border-radius: 10px;
}
.filter_major_wrapper::-webkit-scrollbar-thumb {
  background: var(--Blue-70);
  border-radius: 10px;
}
.filter_major_wrapper::-webkit-scrollbar-thumb:hover {
  background: var(--Blue-70);
}

.lmp_products_loading {
  margin-bottom: 25px;
}

.lmp_load_more_button {
  text-align: center;
}
.lmp_load_more_button #load_more_button {
  font-size: 16px;
  color: var(--Neutral-70);
  background-color: #ffffff;
  border: 1px solid var(--Neutral-70);
  padding: 12px 25px;
  border-radius: 100px;
  transition: all 0.3s linear;
}

button.load-more-infot-btn-wrapper:hover,
.lmp_load_more_button #load_more_button:hover {
  background-color: var(--Blue-60);
  color: var(--Neutral-05);
  transition: all 0.3s linear;
}

.custom-select {
  width: max-content;
  float: right;
}
.custom-select select {
  display: none;
}

div div.select-selected {
  font-size: 12px;
  line-height: 18px;
  color: var(--Blue-70);
  padding: 0;
  border: none;
  font-family: "avenir_next", serif;
  position: relative;
  padding-right: 17px;
  top: 5px;
  font-weight: 600;
  width: max-content;
  }

.select-items {
  position: absolute;
  top: 59px;
  left: 0;
  right: 0;
  z-index: 99;
  background: var(--Neutral-05);
  padding: 10px 0px;
  z-index: 99;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: all 0.3s linear;
  text-align:  right;
  padding: 1em;
}
.select-selected:after,
.filter_major_btn span:last-child:after,
.filter-dropdown-button span:last-child:after {
  position: absolute;
  content: "";
  top: 4px;
  right: 0;
  width: 0;
  height: 0;
  border: solid var(--Blue-70);
  border-width: 0 1.65px 1.65px 0;
  display: inline-block;
  padding: 3.3px;
  transform: rotate(45deg);
  transition: all 0.3s linear;
}
.select-selected.select-arrow-active:after {
  transform: rotate(224deg);
  top: 9px;
  transition: all 0.3s linear;
}

.select-selected {
  cursor: pointer;
  user-select: none;
  color: var(--Blue-70);
  font-size: 13px;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: var(--Neutral-10);
}

div.wishlist_define_wrapper .add_to_cart {
  font-family: "avenir_next_semibold", serif;
  padding: 7px 0;
  bottom: 40px;
  position: relative;
  border: 1px solid var(--Blue-60);
}
div.wishlist_define_wrapper .add_to_cart:hover {
  padding: 7px 0;
}
div.wishlist_define_wrapper .product-small a.remove.remove_from_wishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid var(--Red-50);
  color: var(--Red-50);
  padding: 6px 9px;
  width: auto;
  height: auto;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
div.wishlist_define_wrapper .product-small:hover a.remove.remove_from_wishlist {
  background: var(--Red-50);
  color: var(--Neutral-05);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
div.wishlist_define_wrapper .product-small a.remove.remove_from_wishlist i {
  position: relative;
  top: 0.9px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.wishlist_define_wrapper {
  margin-top: 40px;
  background: var(--Neutral-10);
  padding: 48px 0;
}
div.wishlist_define_wrapper .add_to_cart {
  font-family: "avenir_next_semibold", serif;
  padding: 7px 0;
  bottom: 12px;
  position: relative;
  border: 1px solid var(--Blue-60);
}
div.wishlist_define_wrapper .add_to_cart:hover {
  padding: 7px 0;
}
div.wishlist_define_wrapper .product-small a.remove.remove_from_wishlist {
  position: absolute !important;
  border: 1px solid var(--Red-50);
  color: var(--Red-50);
  padding: 6px 9px;
  width: auto;
  height: auto;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
div.wishlist_define_wrapper .product-small:hover a.remove.remove_from_wishlist {
  background: var(--Red-50);
  color: var(--Neutral-05);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
div.wishlist_define_wrapper .product-small a.remove.remove_from_wishlist i {
  position: relative;
  top: 0.9px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.wishlist_define_wrapper {
  margin-top: 40px;
}
button.load-more-wishlist {
  font-size: 13px;
  color: var(--Blue-60);
  background-color: var(--Neutral-05);
  padding: 3px 25px;
  border: 1px solid var(--Blue-60);
  border-radius: 45px;
  display: inline-block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
button.load-more-wishlist:hover {
  background-color: var(--Blue-60);
  color: var(--Neutral-05);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.wishlist_products_loading {
  display: none;
  margin-bottom: 10px;
}
.wishlist_products_loading i {
  font-size: 27px;
}

/*Shopping cart*/

.checkout-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: white;
}

.checkout-header-btns {
  display: flex;
  color: var(--Blue-60);
  font-size: 14px;
  gap: 8px;
  margin-bottom: 30px;
}

.btn-header-check {
  display: flex;
  gap: 8px;
}
.btn-header-check i {
  width: 20px;
  display: flex;
  align-items: center;
}

.checkout-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.checkout-header-empty {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cart-empty-wrapper {
  display: flex;
  justify-content: space-between;
  height: 420px;
  margin-bottom: 24px;
}

.empty-cart-message {
  width: 75%;
  background-color: var(--Neutral-10);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.empty-cart-cesta {
  font-size: 18px;
  font-weight: 600;
  color: var(--Blue-60);
  padding-top: 48px;
}

.empty-cart-desc {
  font-size: 14px;
  color: var(--Blue-60);
  padding: 4px 0 24px 0;
  text-align: center;
}

.cart-empty-wrapper .button-continue-shopping {
  background-color: var(--Blue-60) !important;
  color: var(--Neutral-10) !important;
}

.cart-empty-wrapper .button-continue-shopping:hover {
  background-color: var(--Neutral-10) !important;
  color: var(--Blue-60) !important;
}

.empty-cart-img {
  width: 138px;
  border-radius: 8px;
}

.category-buttons {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
}

.empty-cart-categories {
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Blue-60);
  background-color: transparent;
  border: 1px solid var(--Blue-30);
  border-radius: 8px;
  width: 145px;
  padding: 16px;
  text-align: center;
}

.empty-cart-categories:hover {
  background-color: var(--Blue-20);
}

.checkout-cart-cesta {
  padding-right: 40px;
  width: 65%;
}

.woocommerce-breadcrumb {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  color: var(--Blue-60);
}
.breadcrumbs a {
  color: var(--Blue-60);
  font-weight: 400;
  font-size: 14px;
}

.cart-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--Blue-60);
}

.cart-quantity-count,
.cart-summary p {
  font-size: 14px;
  color: var(--Blue-50);
  margin-bottom: 32px;
}

.cart-resume {
  padding: 32px;
  background-color: var(--Neutral-10);
  border-radius: 8px;
  flex: 1;
  color: var(--Blue-70);
}
.checkout-products-list {
  width: 100%;
}

.cart_item .product-thumbnail {
  width: 200px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
/* jordi cambio 24/07/2025*/
.cart_item .product-thumbnail img {
  /*height: 200px;
  width: 200px;*/
  height: auto;
  width: auto;
}

.product-details {
  background-color: var(--Neutral-10);
  flex-grow: 1;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart_item .product-name {
  justify-content: space-between;
}

.cart_item .product-icons {
  display: flex;
  gap: 8px;
}

.product-quant-total {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.product-details-caract {
  color: var(--Blue-70);
  font-size: 14px;
}

.cart_item .product-subtotal > span {
  color: var(--Blue-70) !important;
  font-size: 18px;
  font-weight: 600;
}

.ux-quantity {
  width: 85px !important;
  height: 36px !important;
}
.qtypdp{
  color:var(--Neutral-60);
  font-size: 14px;
  font-weight: 400;
}

.ux-quantity input {
  border: 1px solid var(--Blue-70) !important;
}

/*Harshit change*/
.ux-quantity .input-text {
  border-left: 0 !important;
  border-right: 0 !important;
  height: 36px !important;
  color: var(--Blue-70) !important;
}

.ux-quantity .minus {
  padding-left: 14px;
  padding-right: 0;
  height: 34px;
}
.ux-quantity .plus {
  padding-right: 14px;
  padding-left: 0;
  color: var(--Blue-70) !important;
  height: 34px;
}

.cart-sidebar-title {
  color: var(--Blue-70);
  font-weight: 600;
  font-size: 22px;
}

.cart-sidebar-desc {
  font-size: 16px;
}

.coupon {
  padding: 32px 0;
}

.coupon-div {
  padding-top: 8px;
  display: none;
}

.coupon-div-show {
  display: flex;
}

.header-expandable {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.header-expandable p {
  font-weight: 600;
  font-size: 16px;
}

.header-expandable i {
  font-size: 25px;
}

.warn-total {
  font-size: 12px;
  color: var(--Blue-60);
  padding-bottom: 32px;
}

.input-coupon {
  padding: 12px 16px !important;
  border-radius: 8px !important;
  border: 1px solid var(--Neutral-30) !important;
  background-color: var(--Neutral-05) !important;
  color: var(--Neutral-50) !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.btn-coupon {
  text-transform: capitalize;
  margin: 0;
  margin-left: 8px;
  background-color: var(--Neutral-05);
  color: var(--Blue-70);
  border-radius: 100px;
  padding: 0 24px;
  border: 1px solid var(--Blue-70);
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
}

.btn-coupon:hover {
  background-color: var(--Blue-60);
}

th,
td {
  border-bottom: none;
}

.cart-total-text,
.cart-total-text > span {
  font-size: 16px !important;
  color: var(--Blue-70) !important;
}

.order-total > th,
.order-total .woocommerce-Price-amount {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.button-continue-shopping {
  text-transform: capitalize;
  border-radius: 100px;
  color: var(--Blue-70) !important;
  background-color: var(--Neutral-10) !important;
  border: 1px solid var(--Blue-60) !important;
  font-size: 16px;
  font-weight: 400;
}
.button-continue-shopping:hover {
  color: var(--Neutral-10) !important;
  background-color: var(--Blue-60) !important;
}

.checkout-button {
  text-transform: capitalize;
  border-radius: 100px;
  color: var(--Neutral-10) !important;
  background-color: var(--Blue-60) !important;
  border: 1px solid var(--Blue-60) !important;
  font-size: 16px;
  font-weight: 600;
}

.checkout-button:hover {
  color: var(--Blue-60) !important;
  background-color: var(--Neutral-10) !important;
}
.product-subtotal-mobile {
  display: none;
}

/*Product detail page*/
.product-gallery {
  margin-right: 8px;
}
.product-summary {
  margin-left: 8px;
}

.flickity-button {
  display: none;
}

.product-main .flickity-slider .col .attachment-woocommerce_thumbnail {
  height: 120px;
  width: auto;
  display: block;
  margin: auto;
  transform: none;
}

.product-sumary {
  background-color: var(--Neutral-10);
  border-radius: 8px;
  padding: 24px 48px;
  color: var(--Neutral-60) !important;
}

.product-sumary .product-title {
  padding-top: 8px;
  color: var(--Neutral-60) !important;
  font-weight: 600;
  font-size: 24px;
}

.product-sumary .product-short-description {
  font-size: 14px;
  padding-bottom: 12px;
}

.div-sku-rating p {
  padding-right: 32px;
  color: var(--Neutral-60);
  font-size: 14px;
}
.product-rating-value {
  font-size: 18px;
  color: var(--Neutral-60);
  padding-right: 4px;
  margin: 5px 0;
}

.star-rating {
  margin: 0;
}

/*.single_variation,
.reset_variations {
  display: none !important;
}*/ /*jordi comentado 02/07/2025*/

.variations {
  padding-top: 36px;
  padding-bottom: 8px;
}

.variations-details {
  padding-bottom: 12px;
}

.price-wrapper,
.product-page-price .woocommerce-Price-amount > bdi,
.product-summary .woocommerce-Price-currencySymbol {
  font-size: 24px;
  font-weight: 600;
  vertical-align: initial;
  opacity: 1 !important;
}

.btns-checkout {
  display: flex;
  padding-top: 24px;
  gap: 16px;
}

.btns-checkout .btn-cesta,
.btns-checkout .ux-buy-now-button {
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.btns-checkout .btn-cesta {
  background-color: #003d59;
  border-radius: 100px;
}

.btns-checkout .ux-buy-now-button {
  border-radius: 100px;
  width: 50%;
  background-color: var(--Neutral-05);
  color: var(--Blue-70);
  border: solid 1px var(--Blue-70);
}

.btns-checkout .ux-buy-now-button:hover {
  border-radius: 100px;
  background-color: #003d59;
  color: var(--Neutral-05);
}

.btn-cesta > svg {
  fill: white;
}

.accordion-item .toggle {
  position: initial;
  font-size: 14px;
  color: #222;
  opacity: 1;
}

.accordion-title,
.accordion-title.active {
  padding: 16px 0;
  font-family: 'avenir_next';
  font-size: 14px;
  font-weight: 600;
  color: var(--Blue-60) !important;
  display: flex;
  line-height: 27px;
  justify-content: space-between;
  align-items: center;
  background-color: inherit;
  border-top: 1px solid #e7e9ed;
}

.accordion-inner {
  padding: 16px 0;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 21px;
  font-style: normal;
}

.opinion-div {
  display: flex;
  padding-top: 40px;
  padding-bottom: 80px;
  gap: 16px;
}

.opinion-div > div {
  flex-basis: 100%;
}

.opinion-desc {
  background-color: var(--Neutral-10);
  padding: 48px 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.opinion-title {
  color: var(--Blue-60);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}

.opinion-text {
  color: var(--Blue-60);
  font-size: 16px;
}

.opinion-button {
  margin-bottom: 0;
  background-color: transparent;
  color: var(--Blue-70);
  border: 1px solid var(--Blue-70);
  border-radius: 100px;
  text-transform: none;
}

.opinion-button:hover {
  color: var(--Neutral-05);
  background-color: var(--Blue-60);
}

.opinion-button svg {
  vertical-align: middle;
}
.opinion-button:hover svg > path {
  fill: var(--Neutral-05);
}

.opinion-img {
  height: 264px;
}

.off-canvas-undefined > button {
  display: none;
}

button.close-review,
.review-title > button.mfp-close {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}

.review-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

.review-title h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--Neutral-70);
}

.review-form-inner {
  background-color: var(--Neutral-05);
  padding: 24px;
  border-radius: 8px;
}

.product-thumbnail {
  width: 146px;
}
.product-thumbnail > img {
  min-width: 146px;
}

.review-form {
  display: flex;
  gap: 24px;
}

.comment-respond > small {
  display: none;
}
.comment-form-comment {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}
.comment-form-comment > textarea {
  resize: none;
  border-radius: 8px;
  border: 1px solid var(--Neutral-50);
  margin-bottom: 0;
}
.comment-form-comment > label {
  margin-left: 18px;
  background-color: var(--Neutral-05);
  top: -12px;
  position: absolute;
}

.review-cat {
  font-size: 12px;
  color: var(--Blue-60);
}

.product-category-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--Blue-60);
}

.max-words {
  font-size: 14px;
  color: var(--Neutral-60);
  margin-bottom: 24px;
}

.review-btns > button {
  margin: 0;
}
.review-btns {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}

.button-cancel {
  text-transform: capitalize;
  color: var(--Blue-70);
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid var(--Blue-70);
}

.submit-review-button {
  text-transform: capitalize;
  color: var(--Neutral-10);
  background-color: var(--Blue-60);
  border-radius: 100px;
  border: 1px solid var(--Blue-60);
}
.single_variation_wrap-mobile {
  display: none;
}
.opinion-img-mobile {
  display: none;
}

/*Product list page*/

.all-products-header-container {
  margin-top: 32px;
  margin-bottom: 10px;
}

.all-products-header {
  width: 100%;
  display: flex;
}

.all-products-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--Neutral-60);
  margin-top: 24px;
}

/*Harshit Change*/
.display-product-catalog-section {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.category-btn {
  display: flex;
  border: 1px solid var(--Blue-30);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px !important;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  width: 145px !important;
  height: 96px;
  text-transform: capitalize;
}

.category-btn:hover {
  background-color: var(--Blue-20);
  border: none;
}

.products {
  margin: 0 !important;
}

.custom-filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-btn {
  color: var(--Blue-70);
  font-size: 12px;
  font-weight: 600;
}

.btn-filter,
.btn-order {
  display: flex;
  align-items: center;
}

.btn-filter > p {
  margin-right: 4px;
}

form p {
  margin-bottom: 0;
}

.dropdowns-wrapper > button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--Blue-70);
  text-transform: capitalize;
}
.dropdowns-wrapper > button:hover {
  background-color: var(--Neutral-10);
}

.category-dropdown-menu > label {
  cursor: pointer;
}

.btn-order .select-items:not(.select-hide) {
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 14px;
  font-weight: 600;
  color: var(--Blue-70);
  cursor: pointer;
}

.btn-limpiar {
  color: var(--Blue-70);
  font-size: 14px;
  font-weight: 400;
  margin-right: 16px;
  padding: 8px 14px;
}

.btn-filtros {
  font-weight: 600;
  font-size: 14px;
  color: var(--Blue-70);
  border: 1px solid var(--Blue-70);
  border-radius: 100px;
  padding: 8px 14px;
}

.plp-wrapper-background {
  background-color: var(--Neutral-10);
  padding: 48px 0;
  margin: auto;
}
.plp-wrapper-background .shop-container {
  width: 100%;
  max-width: 1440px !important;
  padding: 0;
  margin: 0 auto;
}
.plp .lmp_load_more_button {
  padding: 80px 0;
}

.plp .row.row-small {
  max-width: 100% !important;
}

.plp .row.row-small > div {
	padding: 0 9.8px 19.6px;
}

.plp .products {
  background-color: var(--Neutral-10);
}
.plp .promotional_products_plp > .col {
  padding: 0;
}

.badge-circle,
.badge-outline {
  margin: 0;
}
.wishlist-icon .wishlist-button {
  border: none;
  color: var(--Blue-70);
}
.wishlist-icon .wishlist-button:hover {
  border: 1px solid var(--Blue-40);
  background: var(--Blue-30);
}

.wishlist-icon .wishlist-button:hover > i {
  color: var(--Red-40);
}

.product-small .star-rating,
.yith-wcwl-add-to-wishlist {
  display: none;
}

.product-small .box-text {
  padding: 12px;
}

.wishlist-popup > div {
  display: block;
}
.promotional_products_plp .box-image {
  border-radius: 8px 8px 0px 0px;
}

.promotional_products_plp .box-text {
  background-color: var(--Blue-20);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom: 3px solid var(--Colors-Blue-40, #0090D4);
}

.all-products-header-container {
  display: flex;
  padding-right: 0;
}

.shop-page-title .container:after {
  display: none;
}

.recommended-products {
  margin-top: 48px;
}

/*Checkout details*/

.checkout-detail {
  display: flex;
  gap: 24px;
}

.step-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 65%;
}

.step-card {
  background-color: var(--Neutral-10);
  border-radius: 8px;
  padding: 24px 32px;
}

.step-title {
  color: var(--Blue-70);
  font-size: 18px;
  font-weight: 600;
}

.checkout-step {
  margin-top: 16px;
}

.step-number {
  color: var(--Neutral-05);
  background-color: var(--Blue-70);
  border-radius: 100%;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 8px;
}

.steps-resume {
  flex: 1;
  border-radius: 8px;
  background-color: var(--Neutral-10);
  padding: 24px 32px;
  color: var(--Blue-70);
}

.step-card-content {
  display: flex;
  padding-bottom: 16px;
  gap: 16px;
}
.shipping-address,
.billing-address {
  flex: 1;
}

.address-card-title {
  font-weight: 600;
  font-size: 16px;
  color: var(--Neutral-70);
  margin-bottom: 8px;
}

.address-card {
  padding: 16px;
  background-color: var(--Neutral-05);
  border-radius: 8px;
  border: 1px solid var(--Neutral-30);
  height: 200px;
}

.address-card .input-text {
  position: relative;
  z-index: 99;
  resize: none;
}

.address-card .name {
  font-size: 14px;
  color: var(--Blue-70);
  font-weight: 600;
}

.wc-block-components-address-card__address-section,
.woocommerce-billing-field {
  color: var(--Blue-70);
  font-size: 14px;
}

.shipping_address {
  margin-bottom: 8px;
}

.address-card .toggle-note {
  padding: 11px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.address-card .icon-angle-down {
  font-size: 20px;
}

.btn-div {
  display: flex;
  justify-content: end;
}
.button-continue {
  background-color: var(--Blue-60);
  text-transform: none;
  color: var(--Neutral-10);
  border-radius: 100px;
}
.button-continue i {
  padding-left: 8px;
  font-size: 20px;
}

.wc_payment_methods {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wc_payment_method,
.payment_methods li + li {
  padding: 16px;
  background-color: var(--Neutral-05);
  border-radius: 8px;
  border: 1px solid var(--Neutral-30);
}

.accept-terms-label {
  display: flex;
}
.wc_payment_method label {
  color: var(--Neutral-70);
  font-size: 14px;
  font-weight: 600;
}

.payment_box {
  padding-left: 32px;
  color: var(--Neutral-70);
  font-size: 14px;
}

#custom_revision_wrappper {
  color: var(--Blue-70);
  font-size: 14px;
}

#custom_revision_wrappper > p {
  padding-left: 25px;
}

.shop_table tr td:last-of-type,
td.product-total {
  text-align: right;
}

.steps-resume-title {
  font-size: 22px;
  font-weight: 600;
}

.button-pedido {
  background-color: var(--Blue-60);
  color: var(--Neutral-10);
  border-radius: 100px;
  text-transform: none;
  font-size: 16px !important;
  font-weight: 600;
  margin: 24px 0;
}

.steps-resume .product-total {
  display: none;
}

.steps-resume .cart_item,
.steps-resume .product-name {
  display: initial;
  color: var(--Blue-70);
}

.steps-resume .cart-subtotal td,
.steps-resume .tax-rate td,
.steps-resume .order-total td {
  text-align: right !important;
}

.steps-resume .shipping__list_label {
  display: flex;
  justify-content: space-between;
}

.steps-resume .vat-info {
  color: var(--Blue-70);
}

.cart-discount th {
  padding: 0;
}

/*Order complete*/

.woocommerce-order {
  display: flex;
  gap: 32px;
}

.gracias-title {
  color: var(--Blue-60);
  font-weight: 600;
  font-size: 28px;
  padding: 8px 0;
}

.gracias-desc {
  color: var(--Blue-50);
  font-size: 14px;
}

.order-btn-wrapper {
  display: flex;
  width: 100%;
  margin: 40px 0;
  gap: 16px;
}



.btn-guardar-pedido {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  background-color: var(--Blue-60);
  color: var(--Neutral-10);
  border: solid 1px var(--Blue-60);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
}

.btn-guardar-pedido:hover {
  background-color: var(--Neutral-10);
  color: var(--Blue-70);
  border: 1px solid var(--Blue-70);
}

.btn-guardar-pedido:hover > svg > path {
  fill: var(--Blue-70);
}

.number-products {
  font-size: 14px;
  color: var(--Blue-50);
  margin-bottom: 32px;
}

.cart-wrapper .shop_table {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.woocommerce-order-details .woocommerce-table,
.woocommerce-order-details .woocommerce-table > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-product-card {
  display: flex;
  color: var(--Blue-70) !important;
}
.order-product-card .product-thumbnail{
  margin-right: 1em;
}

.order-product-card-header {
  display: flex;
  justify-content: space-between;
}

.order-product-card .wc-item-meta > li {
  display: flex;
}

.order-product-card .wc-item-meta-label {
  padding-right: 3px;
}

.order-product-card .product-title-quant {
  font-size: 16px;
  font-weight: 600;
}

.order-product-card .woocommerce-Price-amount > bdi {
  font-size: 18px;
  font-weight: 600;
}
.product-quant-total .product-quantity {
  padding-top: 10px;
}

.woocommerce-order-number {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  padding-top: 16px;
  padding-bottom: 8px;
}

.woocommerce-order-date {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-bottom: 10px;
}

.resume-data,
.resume-data > span,
.resume-data > span > span {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding-bottom: 10px;
  color: var(--Blue-70);
}

.resume-data .total {
  font-size: 18px;
  font-weight: 600;
}

.divider {
  border-top: 1px solid var(--Neutral-30);
  opacity: 1;
}

.shipped_via {
  display: none;
}

.details-section {
  padding-top: 16px;
}

.client-details-section {
  display: flex;
  justify-content: space-between;
}

.client-details-title {
  font-size: 16px;
  font-weight: 600;
}

.bank-transfer-section {
  padding-top: 16px;
}

.note {
  justify-content: end;
  font-size: 14px;
}
.note > strong {
  padding-right: 3px;
}

ul.product_list_widget li {
  padding: 0;
}

/* checkout page - adress text area*/
.woocommerce-additional-fields__field-wrapper textarea {
  /*display: none;*/ /*original*/
  display: block; /*jordi*/
}
.woo--user-logged-out .woocommerce-additional-fields__field-wrapper textarea {
  display: block !important;
}
.toggle-note {
  cursor: pointer;
}

.woocommerce-billing-row {
  display: flex;
  gap: 5px; /* EspaÃ§o entre os campos */
}

.woocommerce-billing-label {
  font-weight: bold;
  margin-bottom: 5px;
}

.woocommerce-billing-field p {
  margin: 0;
}

.woocommerce-form-signup__term input[type="checkbox"]:checked + small:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--Blue-70);
  border-radius: 2px;
}
.woocommerce-form-signup__term input[type="checkbox"]:checked + small:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 4.4px;
  width: 4px;
  height: 8px;
  border: solid var(--Neutral-05);
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(45deg);
}
.woocommerce-form-signup__term input {
  display: none;
}
.woocommerce-form-signup__term small {
  position: relative;
  display: inline-block;
  border: 1px solid var(--Neutral-50);
  width: 15px;
  height: 15px;
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 10px;
}
p.acc_extra_section {
  margin-top: 15px;
}
.account-container .row-divided > .col + .col:not(.large-12) {
  border-left: none;
}
.woocommerce-myaccount-form-wrapper div.input_field {
  position: relative;
  margin: 6px 0 0;
  padding: 8px 0 0;
}
.woocommerce-myaccount-form-wrapper div.input_field label {
  position: absolute;
  left: 12px;
  top: 0;
  z-index: 1;
  background: var(--Neutral-05);
  font-size: 12px;
  font-family: "avenir_next_semibold";
  display: none;
  padding: 0 5px;
  line-height: 18px;
  color: var(--Neutral-70);
}
.woocommerce-myaccount-form-wrapper div.input_field input,
.woocommerce-myaccount-form-wrapper div.input_field select {
  margin: 0;
  box-shadow: none;
  border: 1px solid var(--Neutral-30);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  padding: 11px 14px;
  height: auto;
}
.woocommerce-myaccount-form-wrapper div.input_field input::placeholder {
  color: var(--Neutral-60);
}
.woocommerce-myaccount-form-wrapper div.input_field input::-ms-input-placeholder {
  color: var(--Neutral-60);
}
.signup_step_two .float_section > div:first-child {
  width: 49.1%;
  float: left;
}
.signup_step_two .float_section > div:last-child {
  width: 49.1%;
  float: right;
}

.woocommerce-myaccount-form-wrapper div.input_field input:focus {
  border-color: #767676;
}
.password-input input:focus ~ .show-password-input,
.password-input:hover .show-password-input {
  visibility: visible;
}
.access_login_wrapper {
  margin: 20px 0 15px;
}
.access_login_wrapper input#rememberme {
  position: relative;
  top: 3px;
  margin: 0 2px 0 0;
}
.my_account_initial_wrapper h3,
.div_popup_main_inner_wrapper h3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32.78px;
  font-family: "avenir_next_semibold";
  text-transform: capitalize;
  letter-spacing: 0;
  color: #000;
}
form.woocommerce-form.woocommerce-myaccount-form-wrapper {
  width: 64%;
  margin: 0 auto;
}

.account-restpassword-inner a.woocommerce-Button {
  width: 100%;
  background-color: var(--Blue-60);
  border-radius: 50px;
  font-family: "avenir_next_semibold";
  font-size: 16px;
  margin: 0;
  min-height: auto;
  line-height: normal;
  padding: 10px;
  border: 1px solid var(--Blue-60);
  line-height: 24px;
  transition: all 0.3s linear;
}

.account-restpassword-inner a.woocommerce-Button:hover {
  color: var(--Blue-60);
  background-color: var(--Neutral-05);
  box-shadow: none;
}

.access_login_wrapper > label {
  float: left;
  margin: 0;
  line-height: normal;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

.access_login_wrapper > p {
  float: right;
  margin: 0;
  line-height: normal;
}

.woocommerce-myaccount-form-wrapper div.input_field > span.woclear_input {
  position: absolute;
  right: 12px;
  top: 17px;
  color: var(--Blue-70);
  font-weight: bold;
  display: none;
  cursor: pointer;
  font-size: 19px;
}
.woocommerce-myaccount-form-wrapper div.input_field > span.show_password_input {
  position: absolute;
  top: 21px;
  right: 3px;
  color: #767676;
  visibility: visible;
  padding: 0;
  cursor: pointer;
}

.show_password_input:after,
.lost_reset_password .show-password-input.display-password:after,
.woocommerce-account .show-password-input.display-password:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(assets/img/icons/show-password.png);
  position: absolute;
  background-repeat: no-repeat;
  right: 8px;
  top: 50%;
}

.show_password_input.display_password:after,
.lost_reset_password .show-password-input:after,
.woocommerce-account .show-password-input:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(assets/img/icons/hide-password.png);
  position: absolute;
  background-repeat: no-repeat;
  right: 8px;
  top: 50%;
}
.my_account_initial_wrapper {
  position: relative;
}

.registration_steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.registration_steps:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: var(--Blue-60);
  width: 100%;
  transform: translateY(-50%);
  z-index: -1;
  margin: 0 auto;
}
.registration_steps > div > span {
  font-size: 18px;
  display: inline-block;
  font-family: "avenir_next_semibold";
  line-height: 27px;
}
.registration_steps > div {
  display: inline-block;
  vertical-align: top;
  background: var(--Neutral-05);
  padding: 0 10px;
}

.registration_steps > div > span:first-child {
  border: 1px solid var(--Blue-60);
  display: inline-block;
  border-radius: 100%;
  padding: 1px 8px 0 8px;
  font-size: 16px;
  line-height: 24px;
}

.registration_steps > div:first-child > span:first-child {
  background: var(--Blue-60);
  color: var(--Neutral-05);
}
.woocommerce_password_terms p {
  font-size: 14px;
  line-height: 21px;
  color: var(--Red-50);
  margin: 0 0 3px;
}
.woocommerce_password_terms p.checkdata {
  color: var(--Green-40);
}
.woocommerce_password_terms p span {
  border: 1px solid var(--Red-50);
  border-radius: 50%;
  font-size: 10px;
  padding: 0px 1px;
  color: var(--Red-50);
  width: 13.33px;
  display: inline-block;
  height: 13.33px;
  position: relative;
  top: 1.5px;
}
.woocommerce_password_terms p span i.fa.fa-check:after {
  content: "";
  position: absolute;
  background-color: var(--Red-50);
  height: 1px;
  width: 6px;
  bottom: 5px;
  transform: rotate(133deg);
  right: 2px;
}
.woocommerce_password_terms p span i.fa.fa-check:before {
  content: "";
  position: absolute;
  background-color: var(--Red-50);
  height: 1px;
  width: 3px;
  bottom: 4px;
  transform: rotate(45deg);
  left: 3px;
}
.woocommerce_password_terms p.checkdata span i.fa.fa-check:before,
.woocommerce_password_terms p.checkdata span i.fa.fa-check:after {
  background-color: var(--Neutral-05);
}
.woocommerce_password_terms p.checkdata span {
  border-color: var(--Green-40);
  background: var(--Green-40);
  color: var(--Neutral-05);
}
.woocommerce_password_terms {
  margin: 20px 0;
}
.signup_step_two,
.signup_step_three {
  display: none;
}
a.signup_pref_btn {
  color: var(--Blue-60);
  border-radius: 50px;
  font-family: "avenir_next_semibold";
  font-size: 16px;
  line-height: 24px;
  padding: 10px 10px;
  border: 1px solid var(--Blue-60);
  text-align: center;
  width: 100px;
}
.woocommerce-myaccount-form-wrapper button.woocommerce-form-signup__submit {
  width: 72%;
}

p.signup_error,
.common_error_area {
  color: var(--Red-50);
  font-size: 12px;
  width: 100%;
}
.input__error > label {
  display: block !important;
  visibility: visible;
  color: var(--Red-50);
}
.input__error > input, .input__error > select {
  border-color: var(--Red-50) !important;
}
.signup_process_loader,
.customer_details_loader,
.common-loader-wrapper {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}
.signup_process_loader img,
.customer_details_loader img,
.common-loader-wrapper img {
  font-size: 30px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rest_password_successwrapper {
  width: 60%;
}

p.common_error_area {
  margin-bottom: 27px;
}
.fa-spinner {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lost_reset_password .show-password-input,
.woocommerce-account .show-password-input {
  visibility: visible;
  line-height: 1.65;
}
.woocommerce-password-strength,
small.woocommerce-password-hint {
  display: none !important;
}
div#lost_password_form_wrapper,
.div_popup_main_wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #26262699;
  z-index: 9999;
}
div#lost_password_form_wrapper .my_account_initial_wrapper {
  text-align: left;
  top: unset;
  transform: unset;
}
div#lost_password_form_wrapper form.woocommerce-form.woocommerce-myaccount-form-wrapper {
  width: 100%;
}
div#lost_password_form_wrapper > .account-container,
.div_popup_main_wrapper > .div_popup_main_inner_wrapper {
  background-color: var(--Neutral-05);
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--Neutral-10);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
}
div#lost_password_form_wrapper .my_account_initial_wrapper > p {
  margin: 4px 0 20px;
}

div#lost_password_form_wrapper .forgot_password_footer_wrapper p:first-child button {
  color: var(--Blue-60);
  background: var(--Neutral-05);
  margin-right: 8px;
  display: none;
}

div.password_mail_sent .forgot_password_footer_wrapper p:first-child button {
  display: inline-block !important;
}
.password_mail_sent .my_account_initial_wrapper .input_field:after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 99;
}
div#lost_password_form_wrapper .forgot_password_footer_wrapper p:first-child button:hover {
  background: var(--Blue-60);
  color: var(--Neutral-05);
}
.forgot_password_footer_wrapper > div:last-child {
  text-align: right;
}
div#lost_password_form_wrapper .close,
.div_popup_main_inner_wrapper .close {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s linear;
  border-radius: 50px;
  width: 24px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.div_popup_main_inner_wrapper .close {
  top: 28px;
  right: 20px;
}
div#lost_password_form_wrapper .close:hover,
.div_popup_main_inner_wrapper .close:hover {
  background-color: var(--Neutral-10);
}
.woocommerce__no_information_avl {
  background: var(--Neutral-10);
  padding: 80px 40px;
  margin: 30px 0 30px;
}
.woocommerce__no_information_avl p {
  margin: 0;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  color: var(--Blue-60);
}
.woocommerce__no_information_avl h6 {
  font-size: 27px;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 32.78px;
  color: var(--Blue-60);
}

/*My account*/
.account-login-inner {
  display: flex;
  gap: 48px;
}
.account-img-div,
.login-form-wrapper {
  flex: 1;
}

.login-form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-form-title {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.login-form-subtitle {
  font-size: 16px;
  color: #000;
  padding-bottom: 48px;
}

.remember-me {
  color: var(--Blue-70);
  font-size: 14px;
  padding-left: 4px;
}

#forgetpasswordbtn {
  font-size: 14px;
  color: var(--Blue-70);
}

.login-button {
  background-color: var(--Blue-60);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid var(--Blue-60);
  transition: all 0.3s linear;
  color: var(--Neutral-10);
  width: 100%;
  margin: 16px 0 40px;
  text-transform: none;
}

.login-button:hover {
  background-color: var(--Neutral-10);
  color: var(--Blue-60);
}

/*Harshit change*/
.create-account-footer {
  font-size: 16px;
  text-align: center;
  margin-top:10px !important;
}
.create-account-footer a {
  margin-left: 10px;
}

.recover-password-modal-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--Neutral-70);
}

.olvidaste-desc {
  font-size: 14px;
  color: var(--Neutral-50);
}
.inserte-desc {
  font-size: 14px;
  color: var(--Neutral-50);
  padding-top: 8px;
}

.forgot_password_footer_wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.send-email-modal-btn {
  border-radius: 100px;
  color: var(--Neutral-10);
  background-color: var(--Blue-60);
  border: 1px solid var(--Blue-60);
  text-transform: none;
}

.change-email-btn {
  border-radius: 100px;
  color: var(--Blue-60);
  background-color: var(--Neutral-10);
  border: 1px solid var(--Blue-60);
  text-transform: none;
}

.send-email-modal-btn:hover {
  color: var(--Blue-60);
  background-color: var(--Neutral-10);
}

.change-email-btn:hover {
  color: var(--Neutral-10);
  background-color: var(--Blue-60);
}

.tertiary-btn {
  color: var(--Blue-70);
  font-size: 12px;
  font-weight: 600;
}

/*Create account*/

.create-account-div {
  flex: 1;
}
.account-signup-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.divider-steps {
  width: 50px;
  border-top: 2px solid var(--Blue-50);
  margin: 0;
  opacity: 1;
}

.registration_steps > div > span:first-child {
  margin-right: 4px;
}
.atras-btn {
  border-radius: 100px;
  color: var(--Blue-60);
  background-color: var(--Neutral-10);
  border: 1px solid var(--Blue-60);
  text-transform: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}

.atras-btn:hover {
  color: var(--Neutral-10);
  background-color: var(--Blue-60);
}

.signup_from_step2_btn_wrapper {
  display: flex;
  margin: 40px 0;
  gap: 16px;
}

.signup_from_step2_btn_wrapper .send-email-modal-btn {
  flex: 1;
}

.accout_form_ui_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.step-3-inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.step-3-inner .login-form-title {
  margin-bottom: 10px;
}

.step-3-inner img {
  margin-bottom: 16px;
}

.step-3-inner .login-button {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

.error-404 {
  margin: 87px 60px;
}

.error-404-wrapper {
  background-image: url("/wp-content/uploads/2024/11/404.png");
  height: 500px;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-404-inner {
  width: 34%;
  text-align: center;
}

.error-404 .page-title {
  color: #000;
  font-weight: 700;
  font-size: 40px;
  font-family: 'avenir_next_bold';
}

.error-404 .page-title span {
  color: var(--Blue-60);
}

.error-404 .page-subtitle {
  padding: 4px 0 48px;
  color: #000;
  font-size: 16px;
}

.btns-404 {
  display: flex;
  gap: 16px;
}

.volver-btn {
  background-color: var(--Blue-60);
  border: 1px solid var(--Blue-60);
  color: var(--Neutral-10);
  font-weight: 600;
  font-size: 16px;
  border-radius: 100px;
  flex: 1;
  padding: 12px 0;
}

.volver-btn:hover {
  background-color: transparent;
  color: var(--Blue-60);
}

.soporte-btn {
  background-color: transparent;
  border: 1px solid var(--Blue-60);
  color: var(--Blue-60);
  border-radius: 100px;
  flex: 1;
  padding: 12px 0;
  font-family: 'avenir_next_semibold';
}

.soporte-btn:hover {
  color: var(--Neutral-10);
  background-color: var(--Blue-60);
}

/*Support page*/

.header-soporte {
  display: flex;
  justify-content: space-between;
  margin: 32px 0;
}

.page-banner-title {
  padding-top: 24px;
}
.header-soporte .div-img {
  width: 33%;
}

.soporte-div {
  padding: 24px 32px;
  border-radius: 8px;
  background-color: var(--Neutral-10);
}

.soporte-title {
  color: var(--Blue-60);
  font-size: 24px;
  font-weight: 600;
}

.soporte-subtitle {
  padding-top: 4px;
  color: var(--Blue-60);
  font-size: 16px;
}

.soporte-page .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.soporte-page .row-form {
  gap: 16px;
  flex-flow: nowrap;
}

.soporte-page .soporte-form {
  padding: 0;
}

.soporte-page .row:after {
  content: none;
}

.delegado-row {
  margin-top: 24px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
}

.delegado-row:last-child {
  margin-top: 8px;
  margin-bottom: 24px;
}

.delegado-row .col {
  padding-bottom: 0;
}

.delegado-row .col-inner {
  display: flex;
  align-items: flex-start;
}

.icon-del {
  display: inline-block;
}

.del-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--Blue-70);
  margin-left: 8px;
}

.del-sub {
  margin-left: 32px;
  color: var(--Blue-70);
  font-size: 16px;
}

.soporte-map {
  margin: 16px 0 0 32px;
  width: 100%;
}

.soporte-page .preguntas {
  font-size: 32px;
  font-weight: 700;
  color: var(--Blue-70);
  margin-top: 144px;
  margin-bottom: 32px;
}

.faq-div .col-inner {
  width: 80%;
  margin: auto !important;
}

.soporte-page .accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.soporte-page .accordion-item {
  background-color: var(--Neutral-10);
  border-bottom: 1px solid var(--Neutral-20);
  border-top: 1px solid var(--Neutral-20);
  border-radius: 8px;
}

.soporte-page .accordion-title {
  flex-direction: row-reverse;
}

.soporte-page .accordion .toggle {
  font-size: 10px;
}

.soporte-page .accordion-title span {
  color: var(--Blue-70);
  font-size: 18px;
  font-weight: 600;
  padding-left: 8px;
}

.soporte-page .accordion-inner {
  padding-left: 8px;
  color: var(--Neutral-50);
  font-size: 14px;
  padding-top: 0px;
}

.soporte-form .col-inner {
  background-color: var(--Neutral-10);
  border-radius: 8px;
  padding: 24px 32px;
}

.soporte-form-title {
  color: var(--Blue-60);
  font-size: 22px;
  font-weight: 600;
}

.soporte-form-subtitle {
  color: var(--Blue-60);
  font-size: 14px;
  margin-top: 4px !important;
  margin-bottom: 24px !important;
}

.soporte-form .wpcf7-form-control-wrap > input::placeholder,
.soporte-form .wpcf7-form-control-wrap > select,
.soporte-form textarea::placeholder {
  color: var(--Neutral-50);
  font-size: 16px;
  font-weight: 400;
}

.soporte-form textarea {
  resize: none;
}

.soporte-form .div-btn-form {
  display: flex;
  justify-content: end;
}

.soporte-form .wpcf7-submit {
  margin: 0;
  padding: 4px 24px;
  background-color: var(--Blue-60);
  color: var(--Neutral-10);
  text-transform: none;
  border-radius: 100px;
  margin-top: 10px;
}

.soporte-form .wpcf7-submit:hover {
  border: 1px solid var(--Blue-60);
  color: var(--Blue-60);
  background-color: white;
  box-shadow: none;
}

.soporte-form .wpcf7-spinner {
  display: none;
}

.legal-content-wrapper {
  color: var(--Blue-60);
  font-size: 16px;
  font-family: "avenir_next";
}

.legal-content-wrapper p {
  color: var(--Blue-60);
  font-size: 16px;
  font-family: "avenir_next";
  margin-bottom: 16px;
}

.legal-content-wrapper h5 {
  color: var(--Blue-60);
  font-size: 16px;
  font-family: "avenir_next_semibold", serif;
}

.legal-points {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 16px 8px 16px;
  margin-bottom: 24px;
}

.table-info {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 16px;
}

.table-info td {
  padding: 10px 12px;
}
.table-info th {
  text-transform: none;
}
.table-info td ul {
  margin-bottom: 0 !important;
}

table.table-info,
.table-info td,
.table-info th {
  border: 1px solid #a2b2c3;
}

table.table-info {
  width: 100%;
  border-collapse: collapse;
}
.table-info thead {
  background-color: #edf0f3;
}

.legal-content-wrapper > .col-inner {
  background-color: #f7f7f7 !important;
  padding: 24px;
  border-radius: 8px;
}

#cmplz-document {
  max-width: 100%;
  font-size: 16px;
  font-family: "avenir_next", serif;
  padding: 24px 24px 24px 24px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

#cmplz-document h2 {
  font-family: "avenir_next_semibold", serif;
  color: var(--Blue-60);
  font-size: 16px;
  margin-bottom: 0;
}

#cmplz-cookies-overview,
#cmplz-manage-consent-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
#cmplz-cookies-overview h3,
#cmplz-manage-consent-container h3 {
  font-size: 16px !important;
  font-family: "avenir_next", serif;
}

#cmplz-cookies-overview .cmplz-dropdown,
#cmplz-document .cmplz-dropdown,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category {
  background-color: transparent;
}

.wps-rma-form__wrapper {
  max-width: 1410px;
  margin: 24px auto;
}

.wps-rma-form__wrapper .wps-rma-form__header {
  background-color: transparent !important;
}

.wps-rma-form__wrapper .wps-rma-form__heading {
  color: var(--Blue-60);
}
.wps_wrma_exhange_shop {
  width: auto !important;
}

#wps_wrma_guest_request_form_wrapper {
  margin: 24px auto;
  max-width: 640px;
}
form.wps_rma_guest_form input[type="text"],
form.wps_rma_guest_form select {
  max-width: initial;
}

.mt-24 {
  margin-top: 24px;
}

input[type="submit"].button {
  background-color: var(--Blue-60) !important;
  border: 1px solid var(--Blue-60) !important;
  transition: all 0.3s linear;
  color: var(--Neutral-05) !important;
  box-shadow: none !important;
  border-radius: 99px;
}

input[type="submit"].button:hover {
  color: var(--Blue-60) !important;
  background-color: var(--Neutral-05) !important;
  box-shadow: none !important;
}

.button.primary.disabled {
  background-color: var(--Neutral-10);
  color: var(--Neutral-40);
  pointer-events: none;
  border-color: var(--Neutral-10);
  cursor: not-allowed;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  background-color: transparent;
  font-size: 12px;
}
.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}
/*Support page*/

.header-soporte {
  display: flex;
  justify-content: space-between;
  margin: 32px 0;
}

.page-banner-title {
  padding-top: 24px;
}
.header-soporte .div-img {
  width: 33%;
}

.soporte-div {
  padding: 24px 32px;
  border-radius: 8px;
  background-color: var(--Neutral-10);
}

.soporte-title {
  color: var(--Blue-60);
  font-size: 24px;
  font-weight: 600;
}

.soporte-subtitle {
  padding-top: 4px;
  color: var(--Blue-60);
  font-size: 16px;
}

.soporte-page .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.soporte-page .row-form {
  gap: 16px;
  flex-flow: nowrap;
}

.soporte-page .soporte-form {
  padding: 0;
}

.soporte-page .row:after {
  content: none;
}

.delegado-row {
  margin-top: 24px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
}

.delegado-row:last-child {
  margin-bottom: 24px;
}

.delegado-row .col {
  padding-bottom: 0;
}

.delegado-row .col-inner {
  display: flex;
  align-items: flex-start;
}

.icon-del {
  display: inline-block;
}

.del-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--Blue-70);
  margin-left: 8px;
}

.del-sub {
  margin-left: 32px;
  color: var(--Blue-70);
  font-size: 16px;
}

.soporte-page .preguntas {
  font-size: 32px;
  font-weight: 700;
  color: var(--Blue-70);
  margin-top: 144px;
  margin-bottom: 32px;
}

.faq-div .col-inner {
  width: 80%;
  margin: auto !important;
}

.soporte-page .accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.soporte-page .accordion-item {
  background-color: var(--Neutral-10);
  border-bottom: 1px solid var(--Neutral-20);
  border-top: 1px solid var(--Neutral-20);
  border-radius: 8px;
}

.soporte-page .accordion-title {
  flex-direction: row-reverse;
}

.soporte-page .accordion .toggle {
  font-size: 10px;
}

.soporte-page .accordion-title span {
  color: var(--Blue-70);
  font-size: 18px;
  font-weight: 600;
  padding-left: 8px;
}

.soporte-page .accordion-inner {
  padding-left: 8px;
  color: var(--Neutral-50);
  font-size: 14px;
  padding-top: 0px;
}

.soporte-form .col-inner {
  background-color: var(--Neutral-10);
  border-radius: 8px;
  padding: 24px 32px;
}

.soporte-form-title {
  color: var(--Blue-60);
  font-size: 22px;
  font-weight: 600;
}

.soporte-form-subtitle {
  color: var(--Blue-60);
  font-size: 14px;
  margin-top: 4px !important;
  margin-bottom: 24px !important;
}

.soporte-form .wpcf7-form-control-wrap > input::placeholder,
.soporte-form .wpcf7-form-control-wrap > select,
.soporte-form textarea::placeholder {
  color: var(--Neutral-50);
  font-size: 16px;
  font-weight: 400;
}

.soporte-form textarea {
  resize: none;
}

.soporte-form .div-btn-form {
  display: flex;
  justify-content: end;
}

.soporte-form .wpcf7-submit {
  margin: 0;
  padding: 4px 24px;
  background-color: var(--Blue-60);
  color: var(--Neutral-10);
  text-transform: none;
  border-radius: 100px;
  margin-top: 10px;
}

.soporte-form .wpcf7-submit:hover {
  border: 1px solid var(--Blue-60);
  color: var(--Blue-60);
  background-color: white;
  box-shadow: none;
}

.soporte-form .wpcf7-spinner {
  display: none;
}

.legal-content-wrapper {
  color: var(--Blue-60);
  font-size: 16px;
  font-family: "avenir_next";
}

.legal-content-wrapper p {
  color: var(--Blue-60);
  font-size: 16px;
  font-family: "avenir_next";
  margin-bottom: 16px;
}

.legal-content-wrapper h5 {
  color: var(--Blue-60);
  font-size: 16px;
  font-family: "avenir_next_semibold", serif;
}

.legal-points {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 16px 8px 16px;
  margin-bottom: 24px;
}

.table-info {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 16px;
}

.table-info td {
  padding: 10px 12px;
}
.table-info th {
  text-transform: none;
}
.table-info td ul {
  margin-bottom: 0 !important;
}

table.table-info,
.table-info td,
.table-info th {
  border: 1px solid #a2b2c3;
}

table.table-info {
  width: 100%;
  border-collapse: collapse;
}
.table-info thead {
  background-color: #edf0f3;
}

.legal-content-wrapper > .col-inner {
  background-color: #f7f7f7 !important;
  padding: 24px;
  border-radius: 8px;
}

#cmplz-document {
  max-width: 100%;
  font-size: 16px;
  font-family: "avenir_next", serif;
  padding: 24px 24px 24px 24px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

#cmplz-document h2 {
  font-family: "avenir_next_semibold", serif;
  color: var(--Blue-60);
  font-size: 16px;
  margin-bottom: 0;
}

#cmplz-cookies-overview,
#cmplz-manage-consent-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
#cmplz-cookies-overview h3,
#cmplz-manage-consent-container h3 {
  font-size: 16px !important;
  font-family: "avenir_next", serif;
}

#cmplz-cookies-overview .cmplz-dropdown,
#cmplz-document .cmplz-dropdown,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category {
  background-color: transparent;
}

.wps-rma-form__wrapper {
  max-width: 1410px;
  margin: 24px auto;
}

.wps-rma-form__wrapper .wps-rma-form__header {
  background-color: transparent !important;
}

.wps-rma-form__wrapper .wps-rma-form__heading {
  color: var(--Blue-60);
}
.wps_wrma_exhange_shop {
  width: auto !important;
}

#wps_wrma_guest_request_form_wrapper {
  margin: 24px auto;
  max-width: 640px;
}
form.wps_rma_guest_form input[type="text"],
form.wps_rma_guest_form select {
  max-width: initial;
}

.mt-24 {
  margin-top: 24px;
}

input[type="submit"].button {
  background-color: var(--Blue-60) !important;
  border: 1px solid var(--Blue-60) !important;
  transition: all 0.3s linear;
  color: var(--Neutral-05) !important;
  box-shadow: none !important;
  border-radius: 99px;
}

input[type="submit"].button:hover {
  color: var(--Blue-60) !important;
  background-color: var(--Neutral-05) !important;
  box-shadow: none !important;
}

.button.primary.disabled {
  background-color: var(--Neutral-10);
  color: var(--Neutral-40);
  pointer-events: none;
  border-color: var(--Neutral-10);
  cursor: not-allowed;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  background-color: transparent;
  font-size: 12px;
}
.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}

.title-destacados-mobile {
  display: none;
}
.product_container .box-text-products .title-wrapper p.category {
  color: var(--Neutral-40);
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product_container .box-text-products .title-wrapper p.product-title a {
  color: #003d59;
  font-size: 14px;
  font-family: 'avenir_next_semibold';
  line-height: 27.32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 0 0px;
  font-weight: 600;
}
/*My account - account details*/

.edit-account,
.form-account-preferences,
.divider-account {
  max-width: 700px;
  margin: auto;
}

.account-details-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  color: var(--Blue-70);
}

.label-wrapper-fields {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.label-wrapper-perfil {
  position: relative;
  flex: 1;
}

.label-wrapper-perfil label {
  position: absolute;
  background-color: white;
  top: -9px;
  left: 10px;
  font-size: 12px;
  font-weight: 600;
}

.label-wrapper-perfil input,
.label-wrapper-perfil select {
  border: 1px solid var(--Neutral-50);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  color: var(--Neutral-60);
  height: auto;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  box-shadow: none;
}
.label-wrapper-perfil select {
  cursor: pointer;
}

.label-wrapper-perfil input:focus-visible {
  outline: none;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}

.label-wrapper-perfil .disclaimer {
  font-size: 14px;
  color: var(--Neutral-60);
}

.btn-wrapper-account-details {
  display: flex;
  justify-content: end;
}
.btn-wrapper-account-details button {
  margin: 0;
  padding: 4px 24px;
  background-color: var(--Blue-60);
  color: var(--Neutral-10);
  text-transform: none;
  border-radius: 100px;
  margin-top: 10px;
}

.btn-wrapper-account-details button:hover {
  background-color: #fff;
  border: 1px solid var(--Blue-60);
  color: var(--Blue-60);
  box-shadow: none;
}

.divider-account {
  margin-top: 32px;
  margin-bottom: 32px;
}

.label-preferences {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: var(--Blue-70);
}
.ckp_extra_information {
  margin: 20px 0;
}
.col-inner.products-in-wislist .icon-heart-o:before{
  content:"";
  color: var(--Red-40) !important;
}
.checkout-footer-footer {
  display: flex;
  flex-wrap: wrap;
}
.footer-secondary {
  padding: 7.5px 0;
}
.footer-primary {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.checkout-footer-footer .footer-secondary {
  text-align: right;
}
.product_container .badge-container > div {
  display: inline-block !important;
  position: relative !important;
  width: auto;
  padding: 0 !important;
  margin: 0 0 2px !important;
  opacity: 1 !important;
}
.product_container .badge-container {
  width: 88%;
}
.single.single-product .badge-container > div {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.single.single-product .badge-container {
  margin-right: 8px !important;
}
.woocommerce-wishlist.woocommerce-page .page-wrapper > div.row {
  max-width: 100% !important;
  padding: 0;
}
.woocommerce-wishlist.woocommerce-page .page-wrapper > div.row > div.large-12 {
  padding: 0;
}
.woocommerce-wishlist.woocommerce-page .page-wrapper  .wishlist-page-title > .container {
  padding: 0 30px !important;
}
.wishlist_page_conditional_footer .ship-section {
  margin: 0 !important;
} 
.wishlist_define_wrapper .container {
  padding: 0 24px;
}
p#woocommerce_eu_vat_number_field {
  order: 120;
}
div.div_popup_main_footer_wrapper button#addresspopupdelete, div.div_popup_main_footer_wrapper button#addresspopupcancel {
  text-transform: capitalize;
}
.home_product_slider_section > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
a#checkoutcancelbtn, a#checkoutpopbtn {
  text-transform: capitalize;
}
.checkout-confirm-popup h3 {
  font-variant-caps: var(--Neutral-70);
  font-size: 24px;
  line-height: 36px;
}
.checkout-confirm-popup .modal-content h3 {
  font-variant-caps: var(--Neutral-70);
  font-size: 18px;
  line-height: 27px;
}
li.woocommerce-mini-cart-item.mini_cart_item .product-name-section {
  margin-bottom: 10px;
}
li.woocommerce-mini-cart-item.mini_cart_item .product-name-section > a {
  font-size: 14px;
  font-family: 'avenir_next';
}
li.woocommerce-mini-cart-item.mini_cart_item .woocommerce-mini-cart-item__tax-rate, li.woocommerce-mini-cart-item.mini_cart_item .woocommerce-mini-cart-item__tax-rate span {
  font-size: 12px;
  line-height: 18px;
  color: var(--Neutral-50);
}






/*Harshit Change*/
@media only screen and (max-width: 767px) {
	
	.price-wrapper .price {
		font-size: 15px !important;
	}
	
	.woocommerce-Price-amount > bdi, .woocommerce-Price-currencySymbol, .product_container .col-inner .woocommerce-Price-amount > bdi {
		font-size: 15px !important;
	}
	
.div_popup_main_wrapper > .div_popup_main_inner_wrapper {
	position: fixed !important;
}
	
	#add_shipping_address_form > fieldset > div > div:nth-child(11), #add_shipping_address_form > fieldset > div > div:nth-child(12) {
		padding: 0 !important;
	}
	
	.button, button, input[type=button], input[type=reset], input[type=submit] {
		font-size: 0.95em;
	}
	
	.product_container .simple-product .product_type_simple small, .product_container .simple-product .product_type_woosb small, .product_container .add_to_cart_button:before, .product_container p.product.woocommerce.add_to_cart_inline .product_type_simple.add_to_cart_button:before, .product_container p.product.woocommerce.add_to_cart_inline .product_type_woosb.add_to_cart_button:before {
		position: static !important;
	}
	
	#content > div:first-child > div:first-child {
		padding-top: 0 !important;
	}
	
	.col > .col-inner > .row-small {
		display:initial;
	}
	
	.header {
		position: relative !important;
	}
	
	.woo_panel_details_final p {
		    word-wrap: break-word !important;
	}
	
	#custom_revision_wrappper label[for="acceptcheckoutterms"] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
	
	
	.mini-cart-content {
		width: 101% !important;
	}
	
	#yith-wcwl-popup-message{
		        margin-left: 0% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
	}
	
	
	.text-hero h3{
		padding-top: 41px !important;
		font-size: 25px !important;
	}
	
	.home_product_slider_section .product_container > .col-inner, .home_product_slider_section .product_container .box-text-products{
		height: 350px !important;
	}
	
	
	
	
	.logo-footer .col-inner {
		display: flex;
		justify-content: center;
	}
	
	.sigue .col-inner{
		display: flex;
		justify-content: center;
	}
	
	
	
	.category-section-extra .banner-bg{
		background: rgb(207 219 233);
	}

   
 

   .section-bg :is(img,picture,video){
	   display: none !important;
	   object-fit: contain !important;
   }
   
   /*harshitt*/
   .product-footer {
		padding: 15px;
	}
	 
	.large-12.col {
		padding: 0;
	}
   
   
   
   .nav-slide {
	   padding-top:40px !important;
   }
   .off-canvas-right .mfp-content, .off-canvas-left .mfp-content{
	   --drawer-width: 100% !important;
   }
   .category-section-extra .section-content .col{
		max-width:50%
	}
   
}

@media (min-width: 240px) and (max-width: 320px) {
	
	.slider-nav-reveal .flickity-prev-next-button.previous{
		       top: -891% !important;
	}
	
	
	.slider-nav-reveal .flickity-prev-next-button.next {
		    top: -1721% !important;
	}
	
	.home-page-feat-cart-type .category-card .category-card-content h3{
		word-wrap: break-word !important;
	}
	
	
	.product_container .col-inner .box-text .price-wrapper, .product_container .col-inner .woocommerce-Price-amount>bdi, .product_container .col-inner .woocommerce-Price-currencySymbol{
		font-size: 12px !important;
	}
	
	.ux-mini-cart-qty input[type="number"]{
		max-width:0.5em !important;
		width:0.5em !important;
	}
	
	.mini-cart-content {
		padding: 0 0px !important;
	}
	
	.mini_cart_item .product-img{
		    width: 129px !important;
	}
	
	.off-canvas-cart .ux-mini-cart-footer{
		margin-left: 0px !important;
    margin-right: 30px !important;
	}
	
	li.woocommerce-mini-cart-item.mini_cart_item .product-name-section>a{
		font-size: 11px !important;
	}
	
	.mini-cart-content .woocommerce-Price-amount>bdi, .woocommerce-Price-currencySymbol {
		font-size: 11px !important;
	}
	
	
	a.checkout_panel_proceed_buttons{
		display: ruby !important;
	}
}






@media (min-width: 300px) and (max-width: 380px) {
	.category-section .row{
		    gap: 9px !important;
	}
}

 /*Harshit Change*/   
@media (min-width: 850px) and (max-width: 1024px) {
    .nav-right {
		width:104% !important;
	}
	
	.error-404-inner{
		width: 100% !important;
	}
	
	
	.ship-text > .col-inner {
		    margin-top: 40px !important;
			width: 100% !important;
			margin-left: 0 !important;
	}
	
	    .large-6{
		        flex-basis: 100% !important;
        max-width: 100% !important;
		}
	
	.news-articles .col{
		flex-basis: 100% !important;
		max-width: 100% !important;
	}


	.news-text{
		max-width: 100% !important;
		width: 100% !important;
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	
	.news-articles{
		flex-basis: 100%;
		max-width: 100%;
	}
	
	
}


@media only screen and (max-width: 767px)  {
	
	.soporte-map {
		margin: 0 !important;
	}
	
	.product_container .simple-product, .product_container .bundle-product, .product_container .hover-slide-in {
		justify-content: right !important;
	}
	
	.product_container .add_to_cart_inline a.add_to_cart_button {
		margin-bottom: 16px;
	}
	
	/* hahaha 
	.product_container .hover-slide-in { 
		margin-bottom: 12px !important;
	}
	*/
	
	.box-image p.product.woocommerce.add_to_cart_inline {
		width: 30px;
		margin-right: 10px !important;
		position: relative;
	}
	
	.row-slider .flickity-prev-next-button {
		background-color: transparent !important;
		box-shadow: none !important;
		opacity: .8;
		transform: translateX(0) !important;
		width: 20px !important;
	}
}

/* General Styles */
main > .shop-container {
   /* height: 4095px; */ /* Default height */ /*This is not the correct approach to fix the UI by giving a static height to the section, as it will cause a large blank space on the page*/
}

/* Media Queries for Different Screen Sizes using min-width and max-width */

/* 280px to 320px */
@media (min-width: 280px) and (max-width: 320px) {
    main > .shop-container {
        height: 4300px;
    }
}

/* 320px to 344px */
@media (min-width: 320px) and (max-width: 344px) {
    main > .shop-container {
        height: 4110px;
    }
}

/* 344px to 375px */
@media (min-width: 344px) and (max-width: 375px) {
    main > .shop-container {
        height: 4070px;
    }
}

/* 375px to 650px */
@media (min-width: 344px) and (max-width: 400px) {
   
	.footer-wrapper{
	margin-top:15% !important;
	}
	  
}


/* 375px to 650px */
@media (min-width: 375px) and (max-width: 767px) {
    main > .shop-container {
        height: 4070px;
    }
	
	.footer-wrapper{
	margin-top:60%;
	}
	  
}

/* 650px to 667px */
@media (min-width: 650px) and (max-width: 667px) {
/*     main > .shop-container {
        height: 4200px;
    } *//*This is not the correct approach to fix the UI by giving a static height to the section, as it will cause a large blank space on the page*/
    /* div.wishlist_define_wrapper .product-small.col.has-hover.product.type-product {
      flex-basis: 31.33%;
      max-width: 31.33%;
  } */
}

/* 667px and above */
@media (min-width: 667px) {
/*     main > .shop-container {
        height: 4200px;
    } *//*This is not the correct approach to fix the UI by giving a static height to the section, as it will cause a large blank space on the page*/
	
}

	.shipping-info-plp-block {
		height: auto !important;
	}
	
	.recommended-products-plp{
		height: auto !important;
	}



/*Harshit Change*/
@media only screen and (max-width: 767px) {
	
	
	.filter_major_main_btn_wrapper{
		padding: 0 5px !important;
	}
	
	.account__media_wrapper{
		display:none !important;
	}
	
	
	.account-container .row-divided > .col + .col:not(.large-12) {
		    flex-basis: 100%;
			max-width: 100%;
			margin-top: 10%;
	}
	
	.main-category-page-full-wrapper .product-category{
			flex-basis:50% !important;
		    padding: 15px !important;
	}
	
	
	.col > .col-inner > .row-small{
		
	}
	
	.shipping-info-plp-block {
		height: auto !important;
	}
	
	.recommended-products-plp{
		height: auto !important;
	}
	
	.logo-footer{
 
flex-basis: 100%;
        max-width: 100%;
	}
 

.sigue {
margin-top: 20px;
}

#footer.logo-footer, .sigue {

flex-basis: 100% !important;

max-width: 100% !important;

}

.menu-link-footer .flex{
	 justify-content: center;
}


.footer-menu-items .row-menu-footer .col .col-inner .menu-link-footer .menu-item{
display: flex;
    justify-content: center;
}

.hero-banner{
	background-color: transparent !important;
}
.banner-bg :is(img,picture,video){
	object-fit: contain !important;
}
		.hero-banner .banner-bg :is(img,picture,video){
	object-fit: cover !important;
			        object-position: right;
}

	.woocommerce-account form.woocommerce-form.woocommerce-myaccount-form-wrapper{
		width: 100% !important;
	}

	.menu-footer .row-menu-footer .medium-2{
		        flex-basis: 100% !important;
        max-width: 100% !important;
	}
	
	.menu-footer .row-menu-footer .medium-3{
		 flex-basis: 100% !important;
        max-width: 100% !important;
	}
	
	.product_container .col-inner{
		padding-bottom: 20px !important;
	}


	.news-section{
		padding: 24px 24px !important;
		padding-top:0px !important;
	}

	.news-text h2{
		    padding-top: 40px !important;
	}
	.account__media_wrapper{
	margin-top: 120px !important;
	}

	.plp .row.row-small {
	    row-gap: 30px !important;
		gap: 0px !important
	}


	
	.news-articles .col{
		flex-basis: 100% !important;
		max-width: 100% !important;
		padding-bottom: 40px !important;
	}


	.news-text{
		max-width: 100% !important;
		width: 100% !important;
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	
	.news-articles{
		flex-basis: 100%;
		max-width: 100%;
	}
	

	.text-hero p{
		font-size: 17px !important; 
	}

	.text-hero h2 {
	    font-size: 200% !important;
	}

	
	

   
   
   .nav-slide{
   padding-top: 50px;
   }
}

@media only screen and (max-width: 1024px) {
  /* Hero */
  .hero-banner .text-box {
    width: 50% !important;
  }

  .header-search-form {
    width: 30% !important;
  }
  .edit-account,
  .form-account-preferences,
  .divider-account {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}


@media only screen and (max-width: 849px) {
	.medium-logo-center .flex-left { flex: none !important; }
}

@media only screen and (max-width: 767px) {
  /* Menu */




	

	.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
	    margin-top: 40px;
	}




	
	.news-text{
		max-width: 100% !important;
		width: 100% !important;
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	
	.news-articles{
		flex-basis: 100%;
		max-width: 100%;
	}
	

  .header-inner {
    height: 72px;
	  padding-left:0;
	  padding-right:0;
  }
  .stuck .header-button .account-link-mobile,
  .stuck .header-button .icon,
  .header-hover-class .header-button .account-link-mobile,
  .header-hover-class .header-button .icon  {
    color: var(--Blue-50);
  }
  .header-button .icon {
    background-color: transparent;
    border: none;
  }

  .all-products-header{
    display: block;
  }
  
  .icon-user {
    font-size: 20px !important;
  }
  /*Shipping information section*/
  .ship-section {
    background-image: url("/wp-content/uploads/2024/10/Condiciones_Mobile2.png");
    height: auto;
    width: 100%;
    background-position: top;
    background-size: cover;
    margin-bottom: 64px;
    margin-top: 64px;
  }
  .ship-section .row {
    flex-direction: column;
    /* padding: 16px; */
  }
  .ship-section .col {
    width: 100%;
    max-width: 100%;
  }
  .ship-text > .col-inner {
    width: 100%;
    padding-top: 128px;
  }
  .col-cards {
    max-width: 70%;
  }

  .col-cards > .col-inner {
    padding-left: 0 !important;
  }

  /*help section*/

  .help-section .col-inner {
    width: 100%;
  }

  .products-high .box-image a {
    min-height: 263px;
  }

  .checkout-wrapper,
  .checkout-wrapper > div {
    flex-direction: column;
  }

  .checkout-cart-cesta {
    padding-right: 0;
    max-width: 100%;
    width: auto;
  }
	
  

  .flickity-button {
    display: block;
  }
  .single_variation_wrap-mobile {
    display: block;
  }
  .single_variation_wrap-mobile .woocommerce-variation-add-to-cart .price-wrapper,
  .single_variation_wrap-mobile .woocommerce-variation-add-to-cart .ux-quantity {
    display: none;
  }
  .variations {
    padding-top: 16px;
  }
  .btns-checkout .btn-cesta,
  .btns-checkout .ux-buy-now-button {
    width: 100% !important;
    margin: 0;
  }
  .btns-checkout {
    flex-direction: column;
  }
  .single_variation_wrap-mobile .btns-checkout {
    margin-bottom: 16px;
  }

  .single_variation_wrap .btns-checkout {
   
  }

  .opinion-div {
    flex-direction: column;
  }

  .opinion-desc {
    height: 340px;
    padding: 48px 32px;
  }

  .opinion-button,
  .opinion-img {
    width: 100%;
  }

  .review-form {
    flex-direction: column;
  }

  .opinion-div > div {
    flex-basis: auto;
  }

  .opinion-img {
    display: none;
  }
  .opinion-img-mobile {
    display: block;
    height: auto;
    width: 100%;
  }
  .product-images {
    margin-bottom: 24px;
  }

  .plp .row-small > .col {
    max-width: 31%;
    padding: 0;
    margin: auto;
  }

  .all-products-header .medium-text-center {
    text-align: left !important;
  }
  .plp .display-product-catalog-section {
    display: none;
  }

  .all-products-header-container {
    flex-direction: column;
  }

  .banner-promo-plp {
    margin-top: 24px;
  }

  .cart-empty-wrapper {
    flex-direction: column;
    gap: 16px;
    height: auto;
    margin-bottom: 24px;
  }

  .empty-cart-message {
    margin: 0;
    width: 100%;
    padding: 48px 16px;
  }
  .empty-cart-categories {
    width: 158px;
  }

  .checkout-detail {
    flex-direction: column;
  }

  .step-cards {
    width: 100%;
  }

  .step-card-content {
    flex-direction: column;
  }

  .woocommerce-order {
    flex-direction: column;
  }

  .order-btn-wrapper {
    flex-direction: column;
  }

  .order-product-card-header {
    flex-direction: column;
  }

  .client-details-section {
    flex-direction: column;
    gap: 16px;
  }

  .account-img-div {
    display: none;
  }

  form.woocommerce-form.woocommerce-myaccount-form-wrapper {
    width: 90%;
  }

  div#lost_password_form_wrapper > .account-container,
  .div_popup_main_wrapper > .div_popup_main_inner_wrapper {
    max-width: 100%;
	   left: 35%;
    margin-left: 15%;
    margin-right: -20%;
  }
  .step-3-inner {
    width: 85%;
  }
  .error-404 {
    margin: 100px 0;
  }
  .error-404-inner {
    width: 90%;
  }

  .soporte-page .row-form {
    flex-direction: column;
  }

  .soporte-page .soporte-div,
  .soporte-page .soporte-form {
    width: 100%;
    max-width: 100%;
  }

  .soporte-page .faq-div > .col-inner {
    max-width: 90%;
    width: 90%;
  }

  .header-soporte {
    flex-direction: column;
    gap: 24px;
  }

  .header-soporte .div-img {
    width: 100%;
  }
  .edit-account,
  .form-account-preferences,
  .divider-account {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .signup_step_two .float_section {
    display: flex;
    flex-direction: column;
  }
  .signup_step_two .float_section div {
    width: 100% !important;
  }
}
@media only screen and (max-width: 425px) {
  .row,
  .container {
    width: 100%;
    padding: 0 16px;
  }
  .header-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home .header-bg-container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .header-main .container {
    padding: 0;
  }

  .logo-footer > div {
    display: flex;
    justify-content: center;
  }

  .logo-footer > div > div {
    width: 104px !important;
  }

  .sigue {
    margin-top: 30px;
  }

  .sigue > .col-inner {
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .social-footer {
    width: 24px !important;
  }

  .sub-text {
    text-align: center;
  }

  .news-form {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }

  .news-btn {
    padding: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  .news-btn > p > input {
    width: 100%;
  }
  .menu-footer > div > div > div {
    flex-basis: 100%;
    max-width: 100%;
  }

  .menu-link-footer {
    justify-content: center;
    align-items: center;
  }

  .row-menu-footer {
    margin: 0 !important;
  }

  #menu-secondary-1 {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  #menu-secondary-1 > li {
    margin: 0 !important;
  }

  .text-under-sub > p {
    text-align: center;
  }

  .off-canvas-left .mfp-content {
    width: 100%;
    overflow: auto;
  }

  .off-canvas #main {
    overflow: hidden;
  }
  .nav-slide {
    padding-top: 50px;
  }

  .nav-sidebar .menu-item {
    text-decoration: none;
  }
  .nav-sidebar .menu-item > a,
  .nav-slide-header {
    color: var(--Blue-70);
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
  }
  .nav-sidebar.nav-vertical > li + li {
    border-top: none;
  }
  .nav-slide-header {
    border-bottom: 1px solid var(--Neutral-30);
    margin-bottom: 24px !important;
  }
  .nav-slide-header .toggle {
    padding-left: 20px;
    text-transform: none;
    color: var(--Blue-70) !important;
    opacity: 1;
  }
  .icon-angle-right {
    color: var(--Blue-70);
  }
  .sub-menu .menu-item,
  .sub-menu .menu-item > a {
    text-transform: none !important;
    border: none !important;
    color: var(--Blue-70) !important;
  }
  .off-canvas .nav-vertical li li > a {
    padding-top: 6px;
    padding-bottom: 6px;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
  }
  .medium-logo-center .flex-left {
    flex: none;
  }
  .off-canvas .is-current-parent li:not(.has-child) > a {
    font-weight: normal;
  }
  /* HERO*/

  .home .hero-banner,
  .home .category-section,
  .home .category-section-extra,
  .ship-section,
  .home .help-section,
  .home .section-products-high {
    max-width: 1440px;
    margin-left: 16px;
    margin-right: 16px;
    width: initial !important;
  }

  .hero-banner {
    padding-top: 440px !important;
  }
  .text-hero > p {
    margin: 0;
  }
  .hero-banner .container {
    padding: 0;
  }

  .hero-banner .text-box {
    width: 100% !important;
    top: 30%;
    display: flex;
    justify-content: center;
  }

  .hero-banner .text-box-content {
    margin: 0;
  }
  .text-hero {
    padding: 20px 30px 0;
}
  .text-hero h3 {
    font-size: 32px;
    padding-bottom: 16px;
  }

  .text-hero h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .btn-hero > span {
    font-size: 16px;
  }
  .home #wrapper {
    width: initial;
  }

  /*Mini-cart*/
  .off-canvas .mfp-content.off-canvas-cart {
    width: 100%;
  }

  /*help section*/
  .help-text-mobile {
    display: block;
    background-color: var(--Blue-60);
    border-radius: 8px;
    margin: 10px 16px 48px 16px !important;
    width: auto;
  }

  .help-text-section {
    display: none;
  }
  .help-section {
    background-image: url("/wp-content/uploads/2024/10/SoporteMobile.png");
    height: 300px;
    padding-bottom: 10px !important;
    margin-bottom: 0;
  }
  .help-text-mobile .col-inner {
    margin: 0 !important;
  }

  .help-text-mobile .col {
    padding: 24px 0;
  }

  .help-text-mobile h2 {
    font-size: 24px;
  }

  .help-text-mobile p {
    font-size: 14px;
  }

  /*News*/

  .news-text {
    margin-bottom: 16px;
    padding: 24px;
    align-items: flex-end;
  }

  .news-text .col-inner {
    width: 100%;
  }
  .news-text .news-btn {
    width: auto;
    padding: 10px 24px;
  }

  .news-articles {
    padding-right: 0;
    padding-left: 0;
  }
  .news-article .col {
    padding-bottom: 16px;
  }
  .products-high .box-image a {
    min-height: 200px;
  }
  .checkout-header {
    flex-direction: column;
  }
  .checkout-header-btns {
    padding-top: 24px;
    flex-direction: column;
    gap: 8px;
  }

  .product-quantity {
    text-align: left;
  }
  .product-icons .remove {
    display: none;
  }

  .product-subtotal-mobile {
    display: flex;
    justify-content: space-between;
    padding-top: 66px;
    align-items: baseline;
  }

  .product-subtotal-mobile > span {
    color: var(--Blue-70) !important;
    font-size: 18px;
    font-weight: 600;
  }

  .cart_item {
    border-radius: 8px;
  }
  .cart_item .product-thumbnail {
    width: 100px;
    height: 100px;
  }
  .cart_item .product-thumbnail img {
    width: 100px;
    height: 100px;
  }
  .plp .row-small > .col {
    max-width: 47%;
    padding: 0;
  }

  .forgot_password_footer_wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .send-email-modal-btn,
  .change-email-btn {
    width: 100%;
  }

  .btns-recover-modal {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .delegado-row {
    padding: 16px;
  }
  .soporte-page .accordion-title span {
    font-size: 16px;
  }
  .soporte-page .faq-div > .col-inner {
    max-width: 100%;
    width: 100%;
  }
  .del-sub,
  .del-title {
    font-size: 14px;
  }
  .soporte-title {
    font-size: 20px;
  }
  .soporte-subtitle {
    font-size: 14px;
  }
  .soporte-page .preguntas {
    font-size: 22px;
  }

  .product_container .hover-slide-in {
    transform: none !important;
  }

  .custom_filters_implementation.sticky {
    width: 92%;
  }

  .product_container .add_to_cart_inline {
    position: relative;
  }
  .product_container .add_to_cart_inline a.product_type_external {
    font-size: 12px;
  }
  .product_container .add_to_cart_inline a.add_to_cart_button {
    font-size: 0px;
    height: 32px;
    width: 32px;
    background-color: var(--Blue-60);
    margin-bottom: 16px;
    position: absolute;
    right: 0;
    z-index: 1;
    color: #fff;
    bottom: 0;
  }
  .product_container .add_to_cart_button:before {
    content: "";
    background-image: url("../prim-theme/assets/img/icons/icon-cart-white.svg");
    background-repeat: no-repeat;
    font-size: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center;
    margin-top: 5px;
  }

  .title-destacados {
    display: none;
  }

  .title-destacados-mobile {
    display: block;
  }

  .label-wrapper-fields {
    flex-direction: column;
  }
  .btn-header-check {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .wishlist_define_wrapper .product_container .add_to_cart_inline a {
    width: 100%;
  }
/*   .wishlist_define_wrapper .product_container .add_to_cart_button:before {
    content: none;
    line-height: initial;
    margin: 0 0 10px;
    padding: 5px 0;
  } */
	.hero-banner .banner-bg :is(img,picture,video){
	object-fit: cover !important;
}
	.woocommerce-wishlist .product_container p.product.woocommerce.add_to_cart_inline .product_type_woosb.add_to_cart_button:before, .woocommerce-wishlist .product_container .add_to_cart_button:before {
		        position: absolute !important;
        right: 5px !important;
        bottom: 0 !important;
	}
}

.product_container .add_to_cart_inline > span {
  display: none;
}
.product_container .add_to_cart_inline a, .product_container .add_to_cart_inline small {
  border-radius: 45px;
  color: #fff !important;
  width: 15em;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  opacity: 1;
  background: var(--Blue-60);
  font-family: "avenir_next_semibold";
  transition: all 0.3s linear;
  display: block;
}

.product_container .add_to_cart_inline {
  padding: 0 !important;
  border: none !important;
  margin: 0 auto;
}

.wishlist_define_wrapper .products-wishlist-view {
  background-color: #f7f7f7;
  padding-left: 15px !important;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 65px;
}
.wishlist-cta{
  display: none;
}
.wishlist_define_wrapper .product-small.col.has-hover.product.type-product {
  background-color: white;
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  flex-basis: 24%;
  max-width: 24%;
}

.wishlist_define_wrapper .product-small.col.has-hover.product.type-product .box-image {
  position: relative;
}

.wishlist_define_wrapper
  .product-small.col.has-hover.product.type-product
  .image-fade_in_back
  .image-link {
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
}

.wishlist_define_wrapper
  .product-small.col.has-hover.product.type-product
  .box-image
  .image-fade_in_back
  img {
  height: auto;
  width: 200px;
  margin-top: 50px;
}
.wishlist_define_wrapper .product-small.col.has-hover.product.type-product .name.product-title > a {
  font-weight: 600;
  font-size: 20px;
  line-height: 27.32px;
}

.wishlist_define_wrapper .remove .remove_from_wishlist {
  display: absolute !important;
}

.wishlist_define_wrapper .wishlist-cta {
  width: 100%;
}

.wishlist_define_wrapper .main_empty_wrappers {
  display: flex;
  padding: 0;
  flex-flow: column;
  height: 130px;
  justify-content: center;
}
.wishlist_define_wrapper .show-on-hover.absolute.fill.hide-for-small.back-image {
  width: 100%;
}

.wishlist_define_wrapper .product_container .add_to_cart_inline > span {
  display: none;
}
.wishlist_define_wrapper .product_container .add_to_cart_inline a {
  border-radius: 45px;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  opacity: 1;
  bottom:11px !important;
  background: var(--Blue-60);
  font-family: "avenir_next_semibold";
  transition: all 0.3s linear;
  display: block;
}


.pckacceptcheckoutterms{
	display: flex;
}

.wishlist_define_wrapper .product_container .add_to_cart_inline {
  padding: 0 !important;
  border: none !important;
  margin: 0 auto;
}

.wishlist_define_wrapper .products-wishlist-view {
  background-color: #f7f7f7;
  padding-left: 15px !important;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 65px;
}

.wishlist_define_wrapper
  .product-small.col.has-hover.product.type-product
  .image-fade_in_back
  .image-link {
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
}

.wishlist_define_wrapper
  .product-small.col.has-hover.product.type-product
  .box-image
  .image-fade_in_back
  img {
  height: auto;
  width: 200px;
}

.wishlist_define_wrapper .remove .remove_from_wishlist {
  display: absolute !important;
}

.wishlist_define_wrapper .wishlist-cta {
  width: 100%;
}

.wishlist_define_wrapper .main_empty_wrappers {
  display: flex;
  padding: 0;
  flex-flow: column;
  height: 130px;
  justify-content: center;
}
.wishlist_define_wrapper .show-on-hover.absolute.fill.hide-for-small.back-image {
  width: 100%;
}



/*Search Starts*/

.dfd-card  {
  border: 1px solid var(--Neutral-10);
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s linear;
  background-color: var(--Neutral-10);
}

.dfd-card:hover{
  border: 1px solid var(--Neutral-10);
  transition: all 0.3s linear;
  box-shadow: 0 0 12px rgb(138 138 138 / 0.12);
}

.dfd-card-content {
  background-color: var(--Neutral-10);
  padding: 14px 24px;

}

.dfd-card-title {
  color: var(--Blue-60);
  font-size: 18px;
  font-family: 'avenir_next_semibold';
}

.dfd-card-pricing{
  font-size: 18px;
  font-family: 'avenir_next';
  color: var(--Blue-60);
}

.dfd-card-price--sale {
  color: var(--Blue-60);
}

.dfd-card-price {
  color: var(--Red-40);
}

.dfd-footer .dfd-branding {
  display: none;
}
.dfd-title-sm {
color: var(--Blue-70) !important;
font-size: 16px;
font-family: 'avenir_next_semibold';
}
.dfd-title-lg, .dfd-facet-title>:first-child {
color: var(--Blue-70);
  font-size: 18px;
  font-family: 'avenir_next_semibold';
}

.dfd-suggestion-link>button {
color: var(--Blue-60) !important;
font-family: 'avenir_next';
font-size: 14px;
}

.dfd-suggestion-link>button:hover {
color: var(--Blue-40) !important;
font-family: 'avenir_next_semibold';
text-decoration: none;
}

.dfd-suggestion-button:hover {
border-color: var(--Blue-40);
}

.dfd-root button{
color: var(--Blue-60);
}

.dfd-root button:hover {
color: var(--Blue-40);
text-decoration: none !important;
}

.dfd-fullscreen .dfd-searchbox {
border-color: var(--Neutral-30);
}

.dfd-carousel-arrow svg{
 fill: var(--Blue-60);
}

.dfd-mobile .dfd-card {
  padding: 0;
}

.dfd-mobile .dfd-card-price--sale {
  color: var(--Red-40);
}

.dfd-mobile .dfd-card .dfd-card-content {
  padding: 12px;  
}
/*Search Ends*/

.single-product .product-gallery .product-thumbnails .flickity-slider > .col {
  width: 152px;
  height: 120px;
  overflow: hidden;
  padding: 0;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-product .product-gallery .product-thumbnails .flickity-slider > .col > a {
  display: block;
  height: 100%;
  text-align: center;
  border: 1px solid #cccccc38;
  border-radius: 8px;
  overflow: hidden;
}
.single-product .product-gallery .product-thumbnails .flickity-slider > .col > a img {
  width: auto;
  height: 100%;
}
.single-product .custom-rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.single-product .star-rating {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.single-product .star-rating span {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.single-product h1.product-title {
  font-size: 28px;
  font-family: "avenir_next_semibold";
  line-height: 42px;
  margin: 0;
}
.single-product .product-short-description p {
  font-size: 14px;
  line-height: 21px;
  margin: 14px 0 15px;
  letter-spacing: -0.3px;
  color: var(--Blue-60);
  font-weight: 400;
  font-style: normal;
}
.single-product .product_sku {
  color: var(--Neutral-50);
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}
.single-product .product-info .price {
  font-size: 24px;
  margin: 16px 0 14px;
  line-height: 32.78px;
}
.single-product .product-summary del span.amount {
  font-size: 24px;
  line-height: 32.78px;
}
.single-product  span.amount {
  color: var(--Blue-60);
}
.single-product  .product-summary .woocommerce-Price-currencySymbol {
  font-size: inherit;
}
.single-product .product-main {
  padding-top: 20px;
}
.product_container .col-inner:hover {
  box-shadow: 0 0 12px rgb(138 138 138 / 0.12);
  transition: all 0.3s linear;
}
.single-product .woocommerce-tabs ul {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.single-product .woocommerce-tabs {
    margin: 90px 0;
    padding: 0;
    border: none;
}
.single-product .woocommerce-tabs ul li a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 100;
  padding: 8px 12px;
  letter-spacing: 0;
  color: var(--Neutral-40);
}
.single-product .woocommerce-tabs ul li:hover a {
  font-family: 'avenir_next_semibold';
  color: var(--Blue-60);
}
.single-product .woocommerce-tabs ul li:hover a:before {
  opacity: 0;
}
.single-product .woocommerce-tabs ul li.active:hover a:before {
  opacity: 1;
}
.single-product .woocommerce-tabs ul li.active a {
  font-family: 'avenir_next_semibold';
  color: var(--Blue-60);
}
.single-product .woocommerce-tabs ul li.active a:before {
  top: unset;
  height: 1.6px;
  bottom: 0;
}
.single-product .tab-panels p {
  font-size: 14px;
  color: var(--Blue-60);
  letter-spacing: 0;
  margin: 0 0 15px;
  line-height: 21px;
  font-weight: 100;
}
.single-product .tab-panels {
  margin: 0 auto;
  width: 950px;
  padding: 35px 0 0;
}
.single-product .related.related-products-wrapper.product-section {
  border: none;
  padding-top: 48px;
}
.single-product .ux-swatch {
  /* border-color: var(--Neutral-40); */
  box-shadow: none;
  transition: all 0.3s linear;
}
.single-product .variation-title label {
  font-size: 14px;
  line-height: 21px;
  color: var(--Blue-70);
  margin: 0;
  font-weight: 400;
}
.single-product .variation-title span {
  font-family: 'avenir_next_semibold';
}
.single-product .ux-swatch:hover:not(.selected):not(.disabled),
.single-product .ux-swatch.selected {
  box-shadow: 0 0 0 1px var(--Neutral-40);
  transition: all 0.3s linear;
}
.single-product table.variations > tbody > tr .ux-swatch:hover:not(.selected):not(.disabled) {
  box-shadow: none;
}
.single-product .ux-swatches-attribute-ux_color .ux-swatch:hover:not(.selected):not(.disabled), .single-product .ux-swatches-attribute-ux_color .ux-swatch.selected {
  border-radius: 4px;
}
.single-product .ux-swatch.selected {
  box-shadow: 0 0 0 1px Var(--Blue-60);
}
.single-product table.variations > tbody > tr .ux-swatch.selected {
  background: Var(--Blue-60);
  border: none !important;
}
.single-product table.variations > tbody > tr .ux-swatch.selected span{
  color: var(--Neutral-05);
}
.single-product .ux-swatches .ux-swatch--color {
  height: 24px;
  padding:1px;
  width: 24px;
}
.single-product .ux-swatches .ux-swatch--color span:first-child{
  border-radius: 4px;
}
.single-product .variation-title {
  margin-bottom: 8px;
}
.single-product table.variations > tbody > tr .variation-title {
  margin-bottom: 9px;
}
.single-product table.variations > tbody > tr .ux-swatches .ux-swatch.disabled {
  border: 1px solid var(--Neutral-40);
  color: var(--Neutral-40);
  border-radius: 99px;
  min-width: 32px;
  min-height: 26px;
  line-height: 21px;
  font-size: 14px;
  transition: all 0.3s linear;
   padding: 0 8px;
}
.single-product table.variations > tbody > tr .ux-swatches .ux-swatch {
  border: 1px solid var(--Blue-60);
  border-radius: 99px;
  min-width: 32px;
  min-height: 26px;
  color: var(--Blue-60);
  line-height: 21px;
  font-size: 14px;
  transition: all 0.3s linear;
   padding: 0 8px;
}
.single-product table.variations > tbody > tr .ux-swatches .ux-swatch:hover {
  color: var(--Neutral-05);
  background-color: var(--Blue-60);
  transition: all 0.3s linear;
}
.single-product .variations > tbody > tr > td > div:last-child{
  margin-bottom: 20px;
}
.single-product .variations > tbody > tr:last-child > td > div:last-child{
  margin-bottom: 0;
}
.single_product_cart_quantity > .quantity button {
  padding: 0;
  margin: 0;
  height: 34px;
  line-height: 0;
  min-height: auto;
}
.single_product_cart_quantity > .quantity {
  margin: 0;
  border: 1px solid var(--Blue-70);
  border-radius: 100px;
  transition: all 0.3s linear;
}
.single_product_cart_quantity > .quantity:hover {
  background-color: var(--Blue-70);
  transition: all 0.3s linear;
}
.single_product_cart_quantity > .quantity:hover input {
  color: var(--Neutral-05);
}
.single_product_cart_quantity > .quantity input {
  height: auto;
  box-shadow: none;
  border: none;
  width: auto;
  background: transparent;
  font-size: 14px;
  line-height: 21px;
}
.single_product_cart_quantity > .quantity:hover button span {
  background: var(--Neutral-05) !important;
}
.single_product_cart_quantity > .quantity button:first-child {
  padding-left: 12px;
}
.single_product_cart_quantity > .quantity button:last-child {
  padding-right: 12px;
}
.single-product .product-summary .variations_button {
  padding: 0;
}
.single-product .single_product_cart_quantity {
  margin-bottom: 25px;
}
.single-product .single_add_to_cart_button.disabled {
  cursor: no-drop;
}

.single_product_cart_btn_wrapper button:first-child svg path {
  fill: var(--Neutral-05);
}
/* .single-product .single_add_to_cart_button:hover svg path{
  fill: var(--Blue-60);
} */

.single-product .product-thumbnails img {
  opacity: 1;
}
.single-product .product-main > .content-row {
  padding-top: 20px;
}

.single-product .badge-container .badge {
  height: auto;
  width: auto;
}
.single-product .badge-container .badge .badge-inner {
background: var(--Blue-40);
border-radius: 100px;
font-size: 12px;
padding: 6px 14px;
font-weight: 200;
}
.single-product .product-info {
padding-top: 0;
}
.single-product .flickity-page-dots .dot.is-selected {
background-color: var(--Neutral-30);
opacity: 1 !important;
}
.single-product .flickity-page-dots .dot {
border: none;
height: 8px;
margin: 0 4px;
opacity: 1;
width: 8px;
background: var(--Neutral-20);
display: none;
}
.single_product_page_add_review_section_wrapper .shortcode-error {
margin: 0;
}

.single-product .single_add_to_cart_button {
  width: 50%;
}
.single-product .cart-checkout-button {
  width: 100%;
  border-radius:100px;
  color: var(--Neutral-10);
  background: var(--Blue-60);
}
.single-product .product-main {
  padding-bottom: 0;
}
h1._headings, .single-product .related-products-wrapper h3, h3._headings, .product-section-title-related {
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize !important;
}
.variations_form .ux-swatch.selected {
  box-shadow: 0 0 0 1px var(--Neutral-40) !important;
}
.variations .reset_variations{
  text-decoration: underline;
  text-transform: none;
  color: var(--Blue-60);
  opacity: 1;
  display: none !important;
}
.variations .reset_variations:hover {
  text-decoration: none;
}
.cart-recommendation .custom_product_section_slider,
.cart-recommendation .condiciones-title{
  max-width: 1402.5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
}

.single-product .product-gallery .product-thumbnails .flickity-slider > .col {
  width: 152px;
  height: 120px;
  overflow: hidden;
  padding: 0;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-product .product-gallery .product-thumbnails .flickity-slider > .col > a {
  display: block;
  height: 100%;
  text-align: center;
  border: 1px solid #cccccc38;
  border-radius: 8px;
  overflow: hidden;
}
.single-product .product-gallery .product-thumbnails .flickity-slider > .col > a img {
  width: auto;
  height: 100%;
}
.single-product .custom-rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.single-product .star-rating {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.single-product .star-rating span {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.single-product h1.product-title {
  font-size: 28px;
  font-family: "avenir_next_semibold";
  line-height: 42px;
  margin: 0;
}
.single-product .product-short-description p {
  font-size: 14px;
  line-height: 21px;
  margin: 14px 0 15px;
  letter-spacing: -0.3px;
  color: var(--Blue-60);
  font-weight: 400;
  font-style: normal;
}
.single-product .product-info .price {
  font-size: 24px;
  margin: 16px 0 14px;
  line-height: 32.78px;
}
.single-product .product-summary del span.amount {
  font-size: 24px;
  line-height: 32.78px;
}
.single-product  span.amount {
  color: var(--Blue-60);
}
.single-product  .product-summary .woocommerce-Price-currencySymbol {
  font-size: inherit;
}
.single-product .product-main {
  padding-top: 20px;
}
.product_container .col-inner:hover {
  box-shadow: 0 0 12px rgb(138 138 138 / 0.12);
  transition: all 0.3s linear;
}
.single-product .woocommerce-tabs ul {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.single-product .woocommerce-tabs {
    margin: 90px 0;
    padding: 0;
    border: none;
}
.single-product .woocommerce-tabs ul li a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 100;
  padding: 8px 12px;
  letter-spacing: 0;
  color: var(--Neutral-40);
}
.single-product .woocommerce-tabs ul li:hover a {
  font-family: 'avenir_next_semibold';
  color: var(--Blue-60);
}
.single-product .woocommerce-tabs ul li:hover a:before {
  opacity: 0;
}
.single-product .woocommerce-tabs ul li.active:hover a:before {
  opacity: 1;
}
.single-product .woocommerce-tabs ul li.active a {
  font-family: 'avenir_next_semibold';
  color: var(--Blue-60);
}
.single-product .woocommerce-tabs ul li.active a:before {
  top: unset;
  height: 1.6px;
  bottom: 0;
}
.single-product .tab-panels p {
  font-size: 14px;
  color: var(--Blue-60);
  letter-spacing: 0;
  margin: 0 0 15px;
  line-height: 21px;
  font-weight: 100;
}
.single-product .tab-panels {
  margin: 0 auto;
  width: 950px;
  padding: 35px 0 0;
}
.single-product .related.related-products-wrapper.product-section {
  border: none;
  padding-top: 48px;
}
.single-product .ux-swatch {
  /* border-color: var(--Neutral-40); */
  box-shadow: none;
  transition: all 0.3s linear;
}
.single-product .variation-title label {
  font-size: 14px;
  line-height: 21px;
  color: var(--Blue-70);
  margin: 0;
  font-weight: 400;
}
.single-product .variation-title span {
  font-family: 'avenir_next_semibold';
}
.single-product .ux-swatch:hover:not(.selected):not(.disabled),
.single-product .ux-swatch.selected {
  box-shadow: 0 0 0 1px var(--Neutral-40);
  transition: all 0.3s linear;
}
.single-product table.variations > tbody > tr .ux-swatch:hover:not(.selected):not(.disabled) {
  box-shadow: none;
}
.single-product .ux-swatches-attribute-ux_color .ux-swatch:hover:not(.selected):not(.disabled), .single-product .ux-swatches-attribute-ux_color .ux-swatch.selected {
  border-radius: 4px;
}
.single-product .ux-swatch.selected {
  box-shadow: 0 0 0 1px Var(--Blue-60);
}
.single-product table.variations > tbody > tr .ux-swatch.selected {
  background: Var(--Blue-60);
  border: none !important;
}
.single-product table.variations > tbody > tr .ux-swatch.selected span{
  color: var(--Neutral-05);
}
.single-product .ux-swatches .ux-swatch--color {
  height: 24px;
  padding:1px;
  width: 24px;
}
.single-product .ux-swatches .ux-swatch--color span:first-child{
  border-radius: 4px;
}
.single-product .variation-title {
  margin-bottom: 8px;
}
.single-product table.variations > tbody > tr .variation-title {
  margin-bottom: 9px;
}
.single-product table.variations > tbody > tr .ux-swatches .ux-swatch.disabled {
  border: 1px solid var(--Neutral-40);
  color: var(--Neutral-40);
  border-radius: 99px;
  min-width: 32px;
  min-height: 26px;
  line-height: 21px;
  font-size: 14px;
  transition: all 0.3s linear;
   padding: 0 8px;
}
.single-product table.variations > tbody > tr .ux-swatches .ux-swatch {
  border: 1px solid var(--Blue-60);
  border-radius: 99px;
  min-width: 32px;
  min-height: 26px;
  color: var(--Blue-60);
  line-height: 21px;
  font-size: 14px;
  transition: all 0.3s linear;
  padding: 0 8px;
}
.single-product table.variations > tbody > tr .ux-swatches .ux-swatch:hover {
  color: var(--Neutral-05);
  background-color: var(--Blue-60);
  transition: all 0.3s linear;
}
.single-product .variations > tbody > tr > td > div:last-child{
  margin-bottom: 20px;
}
.single-product .variations > tbody > tr:last-child > td > div:last-child{
  margin-bottom: 0;
}
.single_product_cart_quantity > .quantity button {
  padding: 0;
  margin: 0;
  height: 34px;
  line-height: 0;
  min-height: auto;
}
.single_product_cart_quantity > .quantity {
  margin: 0;
  border: 1px solid var(--Blue-70);
  border-radius: 100px;
  transition: all 0.3s linear;
}
.single_product_cart_quantity > .quantity:hover {
  background-color: var(--Blue-70);
  transition: all 0.3s linear;
}
.single_product_cart_quantity > .quantity:hover input {
  color: var(--Neutral-05);
}
.single_product_cart_quantity > .quantity input {
  height: auto;
  box-shadow: none;
  border: none;
  width: auto;
  background: transparent;
  font-size: 14px;
  line-height: 21px;
}
.single_product_cart_quantity > .quantity:hover button span {
  background: var(--Neutral-05) !important;
}
.single_product_cart_quantity > .quantity button:first-child {
  padding-left: 12px;
}
.single_product_cart_quantity > .quantity button:last-child {
  padding-right: 12px;
}
.single-product .product-summary .variations_button {
  padding: 0;
}
.single-product .single_product_cart_quantity {
  margin-bottom: 25px;
}
.single-product .single_add_to_cart_button.disabled {
  cursor: no-drop;
}

.single_product_cart_btn_wrapper button:first-child svg path {
  fill: var(--Neutral-05);
}
/* .single-product .single_add_to_cart_button:hover svg path{
  fill: var(--Blue-60);
} */

.single-product .product-thumbnails img {
  opacity: 1;
}
.product_container .image-tools .wishlist-button:hover {
  border: none;
  background: var(--Blue-10);
  color: var(--Blue-60);
}
.product_container .image-tools .wishlist-button:hover .icon-heart-o:before {
  content:"";
  color: var(--Blue-40);
}
.single-product .product-main > .content-row {
  padding-top: 20px;
}

.single-product .badge-container .badge {
  height: auto;
  width: auto;
}
.single-product .badge-container .badge .badge-inner {
background: var(--Blue-40);
border-radius: 100px;
font-size: 12px;
padding: 6px 14px;
font-weight: 200;
}
.single-product .product-info {
padding-top: 0;
}
.single-product .flickity-page-dots .dot.is-selected {
background-color: var(--Neutral-30);
opacity: 1 !important;
}
.single-product .flickity-page-dots .dot {
border: none;
height: 8px;
margin: 0 4px;
opacity: 1;
width: 8px;
background: var(--Neutral-20);
display: none;
}
.single_product_page_add_review_section_wrapper .shortcode-error {
margin: 0;
}

.single-product .cart-checkout-button {
  width: 100%;
  border-radius:100px;
  color: var(--Neutral-10);
  background: var(--Blue-60);
}
.single-product .product-main {
  padding-bottom: 0;
}
h1._headings, .single-product .related-products-wrapper h3, h3._headings, .product-section-title-related {
  font-size: 22px;
  line-height: 30px;
  font-family: "avenir_next_bold", serif;
  color: var(--Blue-70);
}
.variations_form .ux-swatch.selected {
  box-shadow: 0 0 0 1px var(--Neutral-40) !important;
}
.variations .reset_variations{
  text-decoration: underline;
  text-transform: none;
  color: var(--Blue-60);
  opacity: 1;
  display: none !important;
}
.variations .reset_variations:hover {
  text-decoration: none;
}
.cart-recommendation .custom_product_section_slider,
.cart-recommendation .condiciones-title{
  max-width: 1402.5px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-Address{
  display: block;
  padding-left: 0px !important;
  padding-top: 10px;
  color: var(--Blue-70);
}

woocommerce-Address-additional{
  display: block;
  padding-top: 10px;
  color: var(--Blue-70);
}

.woocommerce-Addresses{
  display: block;
}

.bill_addresss{
  border-radius: 8px;
  border: 1px solid var(--Neutral-30);
  background: var(--Neutral-05);
  padding: 16px;
  font-size: 16px;
  color: var(--Neutral-70);
}

.add_address{
  float: right;
  border-radius: 100px;
  border: 1px solid var(--Blue-70);
  font-size: 16px;
  color:var(--Blue-70);
  background-color: #fff;
}
/*cart & checkout*/
.cart_header_right ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.cart_header_right ul li{
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.cart_header_right ul li a {
  display: inline-block;
}
.cart_header_right ul li a span{
  font-size: 14px;
  line-height: 21px;
  color: var(--Blue-60);
}
.cart_header_right ul li:last-child {
  margin-left: 15px;
}
.main_cart_page_wrapper {
  margin-top: 30px;
}
.main_cart_product_wrapper {
  padding: 0;
  min-height: max-content;
  display: flex;
  background: var(--Neutral-10);
  border-radius: 8px;
  margin-bottom: 24px;
  overflow: hidden;
}
.main_cart_oos_product_wrapper {
  border: 1px solid var(--Red-50);
}
.main_cart_product_wrapper > div:nth-child(1) {
  float: left;
  width: 200px;
  height: 200px;
  background: var(--Neutral-05);
}
.main_cart_product_wrapper > div:nth-child(1) a {
  display: block;
  height: 100%;
}
.main_cart_product_wrapper > div:nth-child(1) a img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.main_cart_product_wrapper > div:nth-child(2) {
  float: left;
  padding: 16px;
  width: 78%;
}
.main_cart_product_wrapper .cart_product_title{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--Blue-70);
  margin: 0;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main_cart_product_wrapper .cart_product_title a {
  color: inherit;
}
.main_cart_oos_product_image {
  position: relative;
}

.main_cart_oos_product_image  img {
  opacity: 0.6;
}
.main_cart_oos_product_image .oos-badge{
  position: absolute;
  width: 68px;
  background-color: white;
  border-radius: 99px;
  color: #8C2A2A;
  font-size: 12px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'avenir_next_semibold';
}
.cartmain_attribute_summary_section_wrapper p, .cartmain_taxes_summary_section_wrapper p {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 4px;
  color: var(--Blue-70);
}
.cartmain_attribute_summary_section_wrapper p:last-child, .cartmain_taxes_summary_section_wrapper p:last-child {
  margin: 0;
}
.cart_product_card_first > div a.remove {
  margin-right: 18px;
}
.cart_product_card_first > div a {
  display: inline-block;
  padding: 0;
  border: none;
  position: relative;
}
.main_cart_outofstock {
  color: var(--Red-50);
  font-size: 14px;
  line-height: 21px;
  font-family: 'avenir_next_semibold';
  margin: 0;
}
div.main_cart_product_price span {
  font-size: 18px;
  line-height: 27px;
}

.main_cart_product_price span.amount {
    font-weight: 700;
    font-family: 'avenir_next_semibold';
}
.cartmain_attribute_summary_section_wrapper, .cartmain_taxes_summary_section_wrapper, .main_cart_outofstock {
  margin-top: 16px;
}
.cart_product_card_third {
  margin-top: 13px;
}
.cart_product_card_third .custom-qty button {
  padding: 14px 0;
  margin: 0;
  line-height: 0;
  min-height: auto;
}
.cart_product_card_third .custom-qty button.disabled {
  pointer-events: none;
}
.cart_product_card_third .custom-qty input {
  margin: 0;
  padding: 0;
  border: none;
  width: 20px;
  background: transparent;
  box-shadow: none;
  height: auto;
  text-align: center;
  pointer-events: none;
  font-size: 14px;
  right: -2px;
  position: relative;
}
.cart_product_card_third .custom-qty {
  border: 1px solid var(--Blue-70);
  border-radius: 100px;
  padding: 0 14px;
  display: inline-block;
}
.main_cart_product_wrapper .cart_product_card_third a {
  display: inline-block;
  border: none;
  width: auto;
  font-size: 14px !important;
  line-height: 21px !important;
  font-family: "avenir_next";
  font-weight: 100;
  vertical-align: middle;
  padding: 8px 14px;
  border-radius: 50px;
  height: auto;
}
.cart_product_card_third a:first-child {
  border: 1px solid var(--Red-50);
  color: var(--Red-50);
}
.cart_product_card_third a:last-child {
  border: 1px solid var(--Blue-70);
  color: var(--Blue-70);
  margin-left: 16px;
}
.main_cart_product_wrapper .cart_product_card_third a span {
  display: inline-block;
  vertical-align: middle;
}
.cart_product_card_third > div:first-child {
  float:left;
}
.cart_product_card_third > div:last-child {
  float:right;
}
.cart_product_card_first > div a span, #add_cart_inwislist span:last-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.cart_product_card_first > div a span small, #add_cart_inwislist span:last-child small{
  width: 15px;
  height: 15px;
  border: 2px solid var(--Blue-70);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
} 
.cart_order_process_sidebar {
  padding: 32px;
  border-radius: 8px;
  background: var(--Anthracite-10);
}
.woo__cart_main_wrapper {
  padding-top: 20px;
}
.cart_order_process_sidebar > h4 {
  font-size: 22px;
  line-height: 30.05px;
  color: var(--Blue-70);
  margin: 0;
  font-weight: 600;
}
.cart_order_process_sidebar > p {
  font-size: 16px;
  line-height: 24px;
  color: var(--Blue-70);
  margin: 10px 0 0;
}
body .cart_checkout_toggle_wrapper h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--Blue-70);
  margin: 0;
  cursor: pointer;
  padding: 0 18px 0 0;
  text-transform: capitalize;
  text-align: left;
}
body .cart_checkout_toggle_wrapper h3 span.angulararr{
  float: right;
  border: solid black;
  border-width: 0 2.9px 2.9px 0;
  padding: 5px;
  transform: rotate(45deg);
  position: absolute;
  right: 4px;
  top: 3px;
  transition: transform 0.3s ease;
}
body .cart_checkout_toggle_wrapper h3 span.rotatearrow{
  transform: rotate(-135deg);
  transition: transform 0.3s ease;
  top: 9px;
}
.cart_apply_coupon_field_wrapper input {
  margin: 8px 0 0;
  box-shadow: none;
  border: 1px solid var(--Neutral-30);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  padding: 11px 14px;
  height: auto;
  background: transparent;
}
.cart_apply_coupon_field_wrapper label {
  position: absolute;
  left: 12px;
  top: 0;
  z-index: 1;
  background: var(--Anthracite-10);
  font-size: 12px;
  font-family: 'avenir_next_semibold';
  padding: 0 5px;
  line-height: 18px;
  color: var(--Neutral-70);
  margin: 0;
}
.cart_apply_coupon_field_wrapper {
  margin-top: 20px;
}
.cart_page_coupon_main_wrapper button {
  background-color: var(--Blue-60);
  font-family: 'avenir_next_semibold';
  font-size: 16px;
  margin: 10px 0 0;
  padding: 10px;
  border: 1px solid var(--Blue-60);
  line-height: 24px;
  text-shadow: none;
  color: var(--Neutral-05);
}
.woo__main_Cart_check_pin {
  padding: 30px 0 0;
}
.cart_coupon_wrapper {
  padding: 40px 0 0;
}
.woo__cart_main_wrapper .cart_totals .shop_table tbody th, .woo__cart_main_wrapper .cart_totals .shop_table tbody td {
  border: none;
  padding: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'avenir_next';
  color: var(--Blue-70);
}
.woo__cart_main_wrapper .cart_totals .shop_table tbody th span.amount, .woo__cart_main_wrapper .cart_totals .shop_table tbody td span.amount {
  font-weight: 100;
  color: var(--Blue-70);
  float: right;
}
.woo__cart_main_wrapper .cart_totals .shop_table tbody td.cart_final_total_attr, .woo__cart_main_wrapper .cart_totals .shop_table tbody td.cart_final_total_value {
  font-family: 'avenir_next_semibold';
  font-size: 18px;
  line-height: 27px;
  padding: 0;
}
.woo__cart_main_wrapper .cart_totals .wc-proceed-to-checkout {
  margin: 0;
}
.woo__main_cart_actions a.cart_buttons {
  padding: 11px;
}
.woo__main_cart_actions .continue-shopping {
  margin-bottom: 15px;
}
.woo__cart_main_wrapper .cart_totals .texes_distribution_popup {
  top: 24px;
  left: 29px;
}
.woo__cart_main_wrapper .cart_totals .texes_distribution_popup p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  color: var(--Blue-70);
}

.envio-pin-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.envio-pin-wrapper .button{
  margin: 0px;
}
.woo__main_Cart_check_pin .envio-pin-input {
  border: 1px solid var(--Neutral-30);
  border-radius: 8px;
  padding: 0px 24px;
  background: var(--Neutral-05) url("assets/img/icons/Icons-cart-location.svg") no-repeat 5px center;
  width: 256px;
  margin-right: 10px;
}
.woo__main_Cart_check_pin .envio-pin-input input {
  border: none;
  box-shadow: none;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  padding: 0;
  margin: 0 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  height: 45px;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
}
p.woo_check_pin_resorces {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 18px;
  color: var(--Blue-60);
}
p.woo_check_pin_resorces .checkestimatedelivery {
  font-family: 'avenir_next_semibold';
}
.woo__cart_main_wrapper div.cart_totals {
  margin-top: 40px;
}
.woo__place_order_button button#place_order {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 11px 8px;
  border: 1px solid var(--Blue-60);
  transition: all 0.3s linear;
  background: var(--Blue-60);
  color: var(--Neutral-05);
  font-family: 'avenir_next_semibold';
  text-transform: none;
}
.woo__place_order_button button#place_order:hover {
  background: var(--Neutral-05);
  color: var(--Blue-60);
  transition: all 0.3s linear;
  box-shadow: none;
}
.woo_checkout_main_wrapper .woocommerce-checkout-payment {
  margin: 22px 0 35px;
}
.woocommerce-checkout-review-order-table {
  margin: 15px 0 0;
}
.checkout_product_slider_wrapper small {
  display: inline-block;
  color: var(--Blue-05);
  background: var(--Blue-70);
  font-size: 12px;
  line-height: 18px;
  border-radius: 50px;
  text-align: center;
  width: 18px;
  margin-left: 10px;
}
.woocommerce-checkout-review-order-table tbody .cart_item td, .woocommerce-checkout-review-order-table tbody .cart_item th, .woocommerce-checkout-review-order-table tbody .cart_item td span.amount, .woocommerce-checkout-review-order-table tbody .cart_item th span.amount {
  padding: 0 0 10px 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--Blue-70);
  font-weight: 400;
  vertical-align: top;
  width: 75%;
}

@media only screen and (max-width: 767px) {
	
	.has-hover .product-small img {
		min-height: 20vh;
	}
	
	.product_container .add_to_cart_inline a.add_to_cart_button {
		right: -35%;
		z-index: 1;
		bottom: 0;
		height: 32px;
	}
	
	  .product_container .add_to_cart_button:before {
    content: "";
    background-image: url("../prim-theme/assets/img/icons/icon-cart-white.svg");
    background-repeat: no-repeat;
    font-size: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center;
    margin-top: 5px;
  }
	
  .woocommerce-checkout-review-order-table tbody .cart_item td, .woocommerce-checkout-review-order-table tbody .cart_item th, .woocommerce-checkout-review-order-table tbody .cart_item td span.amount, .woocommerce-checkout-review-order-table tbody .cart_item th span.amount {
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 21px;
    color: var(--Blue-70);
    font-weight: 400;
    vertical-align: top;
  }
}

.woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout-review-order-table tfoot td span.amount, .woocommerce-checkout-review-order-table tfoot th span.amount {
  padding: 0 0 7px 0;
  font-size: 14px;
  line-height: 21px;
  color: var(--Blue-70);
  font-weight: 100;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child td, .woocommerce-checkout-review-order-table tfoot tr:last-child th, .woocommerce-checkout-review-order-table tfoot tr:last-child td span.amount, .woocommerce-checkout-review-order-table tfoot tr:last-child th span.amount {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--Blue-70);
  font-family: 'avenir_next';
  font-weight: 400;
}
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
  border: none;
}
.woocommerce-checkout-review-order-table p.item_tax {
  font-size: 12px;
  line-height: 18px;
  color: var(--Blue-60);
  margin: 0;
}

.woocommerce-checkout-review-order-table .texes_distribution_popup {
  top: 24px;
  left: 14px;
}
.woocommerce-privacy-policy-text p {
  font-size: 12px;
  line-height: 18px;
  color: var(--Blue-60);
  margin: 5px 0 0px;
}
.woocommerce-checkout-review-order-table .checkout_coupon_main_wrapper {
  margin: 0;
  padding: 12px 0 0;
  position: relative;
}
.woocommerce-checkout-review-order-table td.woo__sub_total_wrapper {
  padding: 30px 0 0;
}
.woo__checkout_panel {
  background: var(--Neutral-10);
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 24px;
  position: relative;
}
.woo__checkout_panel > h6{
  font-size: 18px;
  line-height: 27px;
  color: var(--Blue-70);
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 24px 32px;
  margin: 0;
  position: relative;
  display: flex;
}
.woo__checkout_panel.valid_panel > h6 {
  color: var(--Neutral-40);
}
.woo__checkout_panel > h6 > div > span {
  display: inline-block;
  width: 24px;
  text-align: center;
  border: 1px solid;
  border-radius: 50px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  margin-right: 7px;
}
.woo__checkout_panel.active_panel > h6 > div > span {
  background-color: var(--Blue-70);
  color: var(--Neutral-05);
  border: 1px solid var(--Blue-70);
}
.woo__checkout_panel.valid_panel > h6 > div > span {
  background-color: var(--Neutral-40);
  color: var(--Neutral-05);
  border: 1px solid var(--Neutral-40);
}
.woo__checkout_panel.valid_panel > h6 > div {
  width: 50%;
}
.woo__checkout_panel > h6 > div:last-child {
  display: none;
}
.woo__ck_editor {
  cursor: pointer;
}
.woo__checkout_panel.valid_panel > h6 > div:last-child {
  display: block;
  text-align: right;
}
.woo__checkout_panel.valid_panel > h6 > div:last-child small {
  font-size: 16px;
  line-height: 24px;
  color: var(--Blue-70);
  font-family: 'avenir_next';
  font-weight: 100;
  margin-left: 8px;
}
.woo__checkout_panel.valid_panel > h6 > div:last-child img {
  position: relative;
  display: inline-block;
  vertical-align: inherit;
}
.woo_checkout_main_wrapper {
  padding: 30px 0 0;
}
.woo_panel_details_common {
  padding: 0 32px 24px 32px;
}
.woo_panel_details_common h5 {
  color: var(--Neutral-70);
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px;
}
.address_wrappers, .address_null_parent_wrappers {
  border: 1px solid var(--Neutral-30);
  border-radius: 8px;
  padding: 16px;
  background: var(--Neutral-05);
  margin-bottom: 16px;
}
.address_wrappers:last-child {
  margin: 0;
}
/* #customer_details .col:first-child, #customer_details_final .col:first-child{
  padding-right: 8px;
  padding-left: 0;
  padding-bottom: 0;
} */
#customer_details .col:last-child, #customer_details_final .col:last-child{
  padding-left: 8px;
  padding-right: 0;
}
.checkout_address_seleted, .billing_address_seleted  {
  display: flex;
}
.selectaddressbtn {
  border: 1px solid var(--Blue-60);
  width: 17px;
  height: 16px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  top: 3px;
  padding: 3px;
  transition: all 0.3s linear;
}
.add_checkout_address_note_form {
  display: none;
}
.primary_selected_checkout_address .add_checkout_address_note_form {
  display: block;
}
.primary_selected_checkout_address .selectaddressbtn {
  border: 4px solid var(--Blue-60);
}
.primary_selected_checkout_address .display_address_username> span {
  display: inline-block;
}
.display_address {
  margin-left: 8px;
}
.display_address {
  font-size: 14px;
  line-height: 21px;
  width: -webkit-fill-available;
}
.display_address p {
  margin: 1px 0 0;
  color: var(--Neutral-70);
}
.display_address strong {
  margin: 0 0 5px;
  color: var(--Blue-70);
  font-family: 'avenir_next_semibold';
  display: inline-block;
}
.display_address_username> span {
  font-size: 12px;
  line-height: 18px;
  color: var(--Blue-60);
  background-color: #B2E6FF;
  padding: 2px 8px;
  border-radius: 50px;
  font-family: 'avenir_next_semibold';
  display: inline-block;
  margin-left: 8px;
  display: none;
  transition: all 0.3s linear;
}
.checkout_address_note_slider h6 {
  font-size: 12px;
  line-height: 18px;
  padding: 8px 0;
  color: var(--Neutral-70);
  text-transform: capitalize;
  transition: all 0.3s linear;
  border-radius: 8px;
  position: relative;
}
.checkout_address_note_slider h6:after {
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  right: 3px;
  transition: all 0.3s linear;
}
.checkout_address_note_slider h6.open:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 14px;
}
.checkout_address_note_slider h6:hover {
  background-color: var(--Neutral-10);
}
.add_checkout_address_note_form textarea {
  border-radius: 8px;
  padding: 8px 16px;
  border: 1px solid var(--Neutral-30);
  margin: 0;
  box-shadow: none;
  resize: none;
  max-width: 100%;
  min-height: 48px;
}
.checkout_address_note_slider {
  margin-top: 9px;
}
.add_checkout_address_note_form a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 2px 16px;
  border-radius: 50px;
  border: 1px solid;
  color: var(--Blue-70);
  margin-top: 6px;
  transition: all 0.3s linear;
  position: relative;
}
.add_checkout_address_note_form a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: none;
}
.add_checkout_address_note_form a:hover {
  color: var(--Neutral-05);
  background-color: var(--Blue-70);
  border-color: var(--Blue-70);
}
.add_checkout_address_note_form {
  text-align: right;
}
.add_checkout_address_note_form.closed {
  display: none;
}
.address_input_field {
  position: relative;
  margin: 6px 0 0;
  padding-left: 8px;
  width: 100%;
}
#billing_address_2_field>label, #shipping_address_2_field>label {
  opacity: 1;
  overflow: visible;
  white-space: nowrap;
  width: auto;
}
.address_input_field label{
  position: absolute;
  left: 12px;
  top: -8px;
  z-index: 1;
  background: var(--Neutral-05);
  font-size: 12px;
  font-family: 'avenir_next_semibold';
  padding: 0 5px;
  line-height: 18px;
  color: var(--Neutral-70);
}
.address_input_field input, .address_input_field select, #woocommerce_eu_vat_number_field input  {
  margin: 0;
  box-shadow: none;
  border: 1px solid var(--Neutral-30);
  color: var(--Neutral-50);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  height: auto;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
}
.address_input_field .select2-selection {
  border: 1px solid var(--Neutral-30);
  border-radius: 8px;
  padding: 4px 14px;
  height: auto;
}
a.checkout_panel_proceed_buttons {
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  color: var(--Neutral-10);
  background: var(--Blue-60);
  border-radius: 50px;
  margin-top: 20px;
}
a.checkout_panel_proceed_buttons span {
  border: solid var(--Neutral-10);
  border-width: 0 1px 1px 0px;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: relative;
  top: -2px;
}
#custom_payment_wrapper ul li.wc_payment_method {
  border: 1px solid var(--Neutral-30);
  border-radius: 8px;
  background: var(--Neutral-05);
  margin-bottom: 0;
  position: relative;
  display: block;
  padding: 0;
}
#custom_payment_wrapper ul li.wc_payment_method:last-child{
  margin-bottom: 0;
}
#custom_payment_wrapper ul li.wc_payment_method > label {
  font-size: 14px;
  line-height: 21px;
  color: var(--Neutral-70);
  font-family: 'avenir_next_semibold';
  margin: 0;
  padding: 16px;
  display: block;
  cursor: pointer;
}
#custom_payment_wrapper ul li.wc_payment_method >  div.payment_box {
  padding: 0 45px 16px 45px;
  margin: 0;
  border-radius: 10px;
}
#custom_payment_wrapper ul li.wc_payment_method > div.payment_box > p, #custom_payment_wrapper ul li.wc_payment_method > div.payment_box > p a {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  color: var(--var-Neutral-70);
}
#custom_payment_wrapper ul li.wc_payment_method > div.payment_box > p a:focus {
  color: inherit;
}
#custom_payment_wrapper ul li.wc_payment_method > div.payment_box > p a {
  text-decoration: underline;
}
#custom_payment_wrapper ul li.wc_payment_method input[type="radio"] {
  margin: 0;
  display: none;
}
#custom_payment_wrapper ul li.wc_payment_method input[type="radio"]:checked + label .for-select-radio {
  border: 4px solid var(--Neutral-50);
  width: 16px;
  height: 16px;
  padding: 3px;
}
#custom_payment_wrapper ul li.wc_payment_method input[type="radio"] + label .for-select-radio {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  border: 1px solid var(--Neutral-50);
  vertical-align: text-top;
  padding: 7px;
  margin-right: 8px;
}
div#custom_revision_wrappper > p {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 18px;
  color: var(--Neutral-50);
}
div#custom_revision_wrappper > label > p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  color: var(--Blue-70);
  display: inline-block;
  font-weight: 100;
}
div#custom_revision_wrappper > label > p a:focus {
  color: inherit;
}
div#custom_revision_wrappper > label > p a {
  text-decoration: underline;
  color: inherit;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
  content: none;
  display: none;
}
div#custom_revision_wrappper > label > input {
  margin: 0 8px 0 0;
}
span.acceptcheckoutterms {
  border: 1px solid var(--Neutral-50);
  width: 16px;
  height: 16px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin-right: 4px;
}
div#custom_revision_wrappper > label > input[type="checkbox"]:checked + span.acceptcheckoutterms:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--Blue-70);
  border-radius: 2px;
}
div#custom_revision_wrappper > label > input[type="checkbox"]:checked + span.acceptcheckoutterms:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5.4px;
  width: 4px;
  height: 8px;
  border: solid var(--Neutral-05);
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(45deg);
}
.woo_panel_details_final h6 {
  color: var(--Blue-70);
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0;
}
.woo_panel_details_final p {
  font-size: 14px;
  line-height: 21px;
  color: var(--Neutral-70);
  margin: 1px 0 0;
}
#custom_payment_wrapper .wc-braintree-card-icons-container, ul.payment_methods li[class*=payment_method_braintree_] label>img:first-of-type {
  float: none;
}
#custom_payment_wrapper .wc_payment_method>label[for=payment_method_braintree_paypal]:first-of-type img, label[for=payment_method_braintree_paypal] img {
  max-width: 46px;
  margin-left: 16px;
  float: none;
}
#custom_payment_wrapper .wc-braintree-card-icons-container {
  margin-left: 16px;
}
#custom_payment_wrapper li.payment_method_braintree_cc .wc-braintree-card-icons-container img.wc-braintree-card-icon {
  max-width: 33px;
  max-height: 19px;
  width: 33px;
  height: 19px;
}

.woocommerce-order-details {
  margin-top: 16px;
}
.orderuserdetail {
  margin-bottom: 0;
}
.orderuserdetail td {
  vertical-align: top;
}
.orderuserdetail td:nth-child(1) {
  width: 50%;
}
.orderdetails,
.ordertotaldetails {
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 16px;
}

.order-order_total td{
  font-family: "avenir_next_semibold", serif;
  font-size: 18px !important;
}

.order-cutomer-note {
  font-style: oblique;
}
/*Cart & Checkout & Order Confirmation Page*/
.cart-collaterals .payment-icons{
  display: block !important;
  text-align: center;
  margin-top: 32px;
}
/*Cart & Checkout*/
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  accent-color: var(--Blue-60);
  margin-bottom: 0em;
}

.woocommerce-account ul #my-account-nav li a{
  text-transform: none;
}

.small-columns-1>.col {
  flex-basis: 46%;
  max-width: 46%;
}
.woo__checkout_panel #customer_details .small-columns-1>.col {
  flex-basis: 50%;
  max-width: 50%;
}
@media only screen and (min-width: 850px) {
  .row .category-card, .row .category-link{
    flex: 23% !important;
  }
 /* .large-columns-4>.col {
      flex-basis: 24%;
      max-width: 24% ;
  } */
}
.box-text-products{
  background: var(--Neutral-05);
}
.box-text-products{
    .box-text p {
      color: #0B1F2F;
      font-size: 16px;
      font-weight: 600;
  }
}

.wishlist-button .icon-heart-o:before, btns-product-mini-cart .icon-heart-o:before {
  content: "";
  color: var(--Blue-70);
}

.product_container .image-tools .wishlist-button.wishlist-added>i:before, .single-product .image-tools .wishlist-button.wishlist-added i:before {
  content: "";
  color: var(--Red-40);
}
.tax-rate{
  display: none;
  border: 1px solid var(--Neutral-20);
  background: rgb(255, 255, 255);
  padding: 12px;
  position: absolute;
  width: 170px;
  top: auto;
  left: 18px
}
.texes_distribution_popup{
  display: none;
  border: 1px solid var(--Neutral-20);
  background: rgb(255, 255, 255);
  padding: 1px 12px 5px 12px;
  position: absolute;
  top: auto;
  left: 18px
}
.mega-menu-wrapper{
  padding: 0 16px 32px;
}
.btn-seguir:hover{
  background: var(--Neutral-05);
  color: var(--Blue-60);
}
.add-payment-button{
  background: var(--Blue-50);
  text-transform: none;
}
.empty-wishlist-msg {
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #EDF0F3;
}

.empty-wishlist-msg .box-image{
  max-width: 144px;
}
.empty-wishlist-msg .box-text {
  margin-bottom: 0;
  padding-bottom: 0;
}
.empty-wishlist-msg .button {
  margin-bottom: 0;
  margin-top: 24px;
  font-size: 14px;
  font-family: 'avenir_next';
  color: #fff;
  background-color: var(--Blue-60);
}

.empty-wishlist-cat {
  display: flex !important;
  gap: 8px;
}
.empty-wishlist-cat .product-category {
  margin: 0;
  padding: 0;
  max-width: 45%;
}
.empty-wishlist-cat .box-image {
  display: none;
}

.empty-wishlist-cat .box-text{
  display: flex;
   border: 1px solid var(--Blue-30);
   border-radius: 8px;
   justify-content: center;
   align-items: center;
   padding: 16px !important;
   text-align: center;
   font-size: 18px;
   font-weight: 300;
   height: 96px;
   text-transform: capitalize !important;
   text-transform: none !important;
 }
 .empty-wishlist-cat .box-text:hover {
   background-color:var(--Blue-20)
 }
 .empty-wishlist-cat .header-title {
   text-transform: none !important;
 }
 .empty-cart-button {
   background-color: var(--Blue-60);
 }

.address_null_parent_wrappers p {
  font-size: 14px;
  line-height: 21px;
  color: var(--Neutral-70);
  font-family: 'avenir_next_semibold';
}
.address_null_parent_wrappers a {
  font-size: 16px;
  line-height: 24px;
  color: var(--Blue-70);
  border: 1px solid var(--Blue-70);
  display: inline-block;
  padding: 5px 26px;
  border-radius: 50px;
  margin-top: 12px;
  transition: all 0.3s linear;
}
.address_null_parent_wrappers a:hover {
  background-color: var(--Blue-70);
  color: var(--Neutral-05);
}
.address_null_parent_wrappers a svg {
  position: relative;
  top: 3px;
}
.address_null_parent_wrappers a:hover svg path {
  fill: var(--Neutral-05);
}
.address_null_parent_wrappers {
  margin: 0;
}

.order-received-sidebar {
  background: #F7F7F7;
  padding: 32px;
  border-radius: 8px;
}
.order-received-detail-header-section {
  text-align: center;
}
.order-received-detail-header-section > h3 {
  font-size: 28px;
  line-height: 42px;
  margin: 8px 0;
  color: var(--Blue-60);
}
.order-received-detail-header-section > p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  color: var(--Blue-50);
}

.order-received-detail-header-section .btn-wrapper{
  margin: 32px 0 !important;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}

.order-received-detail-header-section .btn-wrapper .button{
    flex: 1 0 47.96%;
}

.order-received-sidebar td, .order-received-sidebar th {
  border: none;
  font-size: 14px;
  color: var(--Neutral-70);;
}
.order-received-sidebar > div > h3 {
  font-size: 24px;
  line-height: 32.78px;
  color: var(--Blue-70);
  margin: 0;
  font-family: 'avenir_next_semibold';
}
.order-received-sidebar > div > table > tbody > tr > td > h6 {
  text-transform: capitalize;
  color: var(--Blue-70);
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.order-received-detail-header-section .btn-wrapper .button{
  flex: 1 0 50%;
}
.order-received-detail-header-section .btn-wrapper .button {
  flex: 1 0 100%;
}
/* .order-received-sidebar > div > h3 {
  font-size: 22px;
  line-height: 30.05px;
} */
.order-received-sidebar > div > table > tbody > tr > td > h6 {
  margin-top: 17px;
}
.order-received-sidebar > div > table > tbody > tr:first-child > td:last-child > p {
  margin: 0;
}
.order-received-sidebar td.heading-18 {
  font-size: 18px !important;
}
.order-received-sidebar > .order-summary-wrapper > table.orderdetails {
  margin-top: 10px;
}
.order-received-sidebar td, .order-received-sidebar th {
  padding-top: 5px;
  padding-bottom: 5px;
color: var(--Blue-70);
}
.order-received-detail-header-section .btn-wrapper .button{
  border-radius: 99px !important;
    flex: 1;
}
.wps_rma_view_order{
  display: none;
}
.wps_rma_view_order{
  display: none;
}
.product_container{
  background: #fff;
}
.category-section-extra{
  padding:80px 0;
}
.info{
  margin-left: 10px;
}
@media only screen and (max-width: 979px) {
  .custom-filter-row .large-4 {
      float: right;
      width: 100%;
  }
}
.filter-dropdown-button span:last-child{
  position: absolute;
  right: 10px;
}


.products-high{
  background: var(--Neutral-10);
}
.slider-nav-push{
  overflow: scroll;
}
@media only screen and (max-width: 767px) {
	
	.col > .col-inner > .main-category-page-full-wrapper.row-small {
		
	}
	
	.product_container .col-inner:hover {
		transition: none !important;
	}
	
	.product_container .col-inner {
		transition: none !important;
	}
	
	.product_container .col-inner[style] {
		transition: none !important;
	}
	
	.product-small .hover-slide-in {
		transform: none !important;
	}
	
  .cart_product_card_price{
    margin-top: 4px
  }
    .span.amount {
      position: relative;
      top: 15px;
  }
  .wishlist_define_wrapper .product-small.col.has-hover.product.type-product .name.product-title > a {
    color: var(--Blue-70);
    font-family: 'avenir_next_semibold';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
        line-height: 24px;
  }
  .wishlist_define_wrapper
  .product-small.col.has-hover.product.type-product
  .box-image
  .image-fade_in_back
    img {
    margin-top: 0;
  }
}

/*review Form*/
ul.product_ratings_row_wrapper {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
}
ul.product_ratings_row_wrapper li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 0;
}
ul.product_ratings_row_wrapper li .ratingqueraw, ul.product_ratings_row_wrapper li.active .ratingquefill  {
  display: block;
}
ul.product_ratings_row_wrapper li .ratingquefill, ul.product_ratings_row_wrapper li.active .ratingqueraw  {
  display: none;
}
#review_form h3#reply-title, #review_form p.logged-in-as {
  display: none;
}
.product_comments_wrapper {
  width: 922px;
  padding: 24px;
  background: var(--Neutral-05);
  border-radius: 8px;
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}
.product_comments_main_wrapper {
  position: fixed;
  background: #26262699;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}

.review_form_section_wrapper {
  margin-left: 24px;
  width: 100%;;
}
.review_form_section_wrapper h4 {
  font-size: 16px;
  line-height: 24px;
  color: var(--Blue-60);
}
.review_form_section_wrapper textarea {
  width: 100%;
  resize: none;
  margin: 6px 0 0;
  box-shadow: none;
  border: 1px solid var(--Neutral-30);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  padding: 11px 14px;
  height: 135px;
}
.comment_header_wrapper h3 {
  font-size: 24px;
  line-height: 36px;
  color: var(--Neutral-70);
}
#commentform label {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  left: 12px;
  top: 0;
  background: var(--Neutral-05);
  margin: 0;
  padding: 0 5px;
}
#commentform p {
  line-height: 21px;
  font-size: 14px;
  color: var(--Neutral-60);
  margin: 4px 0 0;
}
.comment_footer_wrapper {
  margin-top: 15px;
}
.comment_footer_wrapper a {
  font-size: 16px;
  line-height: 24px;
  font-family: 'avenir_next_semibold';
  border: 1px solid;
  border-radius: 50px;
  padding: 8px 27px;
  display: inline-block;
  margin-left: 15px;
  transition: all 0.3s linear;
}
#submit_review_btn {
  color: var(--Neutral-05);
  background-color: var(--Blue-60);
  transition: all 0.3s linear;
}
#submit_review_btn:hover {
  color: var(--Blue-60);
  background-color:var(--Neutral-05);
  transition: all 0.3s linear;
}
.cancel_review_btn:hover {
  color: var(--Neutral-05);
  background-color: var(--Blue-60);
  transition: all 0.3s linear;
}
.product_comments_wrapper div:nth-child(2) > div:nth-child(1) img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.review_form_section_wrapper small {
  font-size: 12px;
  line-height: 18px;
  color: var(--Blue-60);
  text-transform: capitalize;
  font-family: "avenir_next";
  font-weight: 100;
  margin: 0 0 3px;
}
.commenterror {
  color: var(--Red-50);
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 0;
}
/*review form end*/

		
.cart-popup-inner .payment-icons {
  display: none !important;
}

.add_product_review_wrapper {
  margin-bottom: 0;
  background-color: transparent;
  color: var(--Blue-70);
  border: 1px solid var(--Blue-70);
  border-radius: 100px;
  text-transform: none;
}

.add_product_review_wrapper:hover {
  color: var(--Neutral-05);
  background-color: var(--Blue-60);
}

.add_product_review_wrapper svg {
  vertical-align: middle;
}
.add_product_review_wrapper:hover svg > path {
  fill: var(--Neutral-05);
}
.woocommerce-form-login-toggle {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  #cmplz-cookies-overview .cmplz-dropdown summary div:after, #cmplz-document .cmplz-dropdown summary div:after {
    margin: 1em !important;
    height: 12px !important;
    width: 12px !important;
    position: absolute !important;
    right: 1em !important;
  }
  #cmplz-cookies-overview .cmplz-dropdown summary, #cmplz-document .cmplz-dropdown summary{
    width: 100%;
  }
  #cmplz-cookies-overview{
    padding: 0 !important;
  }
  #cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3{
    width: 6em;
   }
  #cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div p{
    width: 6em;
  }
  .cmplz-accept-service {
    margin-top: 0em;
  }
}
.ux-mini-cart-empty button.wishlist-button.wishlist-added i.icon-heart-o:before {
  content: "";
  color: red;
}
.save_account_details:disabled{
  background-color: var(--Neutral-10);
  color: var(--Neutral-40);
  pointer-events: none;
  border-color: var(--Neutral-10);
  cursor: not-allowed;
}

@media only screen and (max-width: 767px) {
	
	/*harshit*/
	
	.plp-wrapper .home_product_slider_section .product-small img {
		height: 100%;
	}
	
	.plp .home_product_slider_section .product-small img {
		height: 100%;
	}
	
	
  .product_container .simple-product .product_type_simple small,
  .product_container .simple-product .product_type_woosb small,
  .product_container p.product.woocommerce.add_to_cart_inline .add_to_cart_button,
  .product_container p.product.woocommerce.add_to_cart_inline .add_to_cart_button {
    background-color: unset;
    position: absolute;
    border: 0px;
	  width: 30px !important;
	  margin-right: 10px !important;
  }
  .product_container .simple-product .product_type_simple small,
  .product_container .simple-product .product_type_woosb small,
	.product_container .add_to_cart_button:before,
  .product_container p.product.woocommerce.add_to_cart_inline .add_to_cart_button:before,
  .product_container p.product.woocommerce.add_to_cart_inline .add_to_cart_button:before {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: var(--Blue-60);
    border-radius: 50%;
  }
  .product_container .oos-product .button.add_to_cart_button {
    border: 0;
    color: transparent !important;
  }
    .product_container .simple-product .product_type_simple small,
  .product_container .simple-product .product_type_woosb small, .product_container .add_to_cart_inline small {
    display: none !important;
  }
	/*harshit*/
	
  .order_mobile {
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin-bottom: 1em;
  }
  .small-columns-2 .flickity-slider>.col, .small-columns-2>.col{
           max-width: 45% !important;
        margin-left: 12px;
  }
  .wishlist_define_wrapper .product-small.col.has-hover.product.type-product {
    flex-basis: 32% !important;
    max-width: 32% !important;
    margin: 0px;
}
.product_defined_wrapper.wishlist_define_wrapper > .container > .products {
  gap: 10px;
}
}
@media only screen and (max-width: 567px) {
  .wishlist_define_wrapper .product-small.col.has-hover.product.type-product {
    flex-basis: 48% !important;
    max-width: 48% !important;
}
}
.fa.fa-trash-o:before{
  color: var(--Blue-70);
  width: 20px;
  height: 20px;
}

.popup-modal {
  position: fixed;
  background: #26262699;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}

.popup-modal-wrapper {
  width: 90%;
  padding: 24px 24px 8px 24px;
  background: var(--Neutral-05);
  border-radius: 8px;
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}

.checkout-confirm-popup {
  max-width: 584px;
  padding: 24px;
}

.modal-header {
  display: flex;
}
  
.modal-close {
  cursor: pointer;
}
.goout-button{
  background: var(--Blue-60);
}
.modal-content{
  padding: 1em;
  padding-left: 0em;
  color: var(--Blue-70);
}

.botones1, a.popmake-close.pum-close.pum-do-default, span.pum-close.popmake-close {
  padding: 12px 16px 10px;
  font-size: 13px;
  min-width: 90px;
  border-radius: 30px !important;
  margin: 3px 0;
  line-height: 1.2em;
  position: relative;
  font-weight: 400;
  text-align: center;
  max-width: 100%;
  color: #fff;
  border: 3px solid #fff;
  background: 0 0;
  display: inline-block;
}
div#sigo {
  padding: 0 !important;
}

input.btn.button[name=ced_new_return_request] {
  float: unset !important;
  margin-top: 5px !important;
  display:none !important;
}
.header-wrapper.stuck div#logo img.header-logo {
  display: block !important;
}
 
.header-wrapper.stuck div#logo img.header-logo-dark {
  display: none !important;
}
.wpcf7 label.conatct_form_tnc span {
  display: inline-block;
  margin: 0 1px 0 0;
}
.pum-content.popmake-content, h4, .pum-content.popmake-content, h2 {
  font-family: 'avenir_next_semibold';
}
a.popmake-close.pum-close.pum-do-default, span.pum-close.popmake-close {
  background: #fff;
  color: rgba(30, 115, 190, 1);
}
@media only screen and (max-width: 1023px) {
  .product_comments_wrapper {
    max-width: 920px;
    width: 90%;
  }
}
.save_account_details:disabled{
  background-color: var(--Neutral-10);
  color: var(--Neutral-40);
  pointer-events: none;
  border-color: var(--Neutral-10);
  cursor: not-allowed;
}

/* image gallary changes */
.woo__image_gallery_popup_wrapper {
  position: fixed;
  background: #26262699;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--Neutral-05);
  z-index: 9999;
  padding: 20px;
}
 
.woo__image_gallery_popup_wrapper > .row{
  margin: 0 auto;
}

.woocommerce-product-gallery__image a {
  pointer-events: none;
}

variations_form .ux-swatch.selected {
  width: 90%;
  box-shadow: 0 0 0 1px var(--Neutral-40) !important;
  padding: 24px 24px 8px 24px;
}
 
 .variations .reset_variations{
  text-decoration: underline;
  text-transform: none;
  color: var(--Blue-60);
  opacity: 1;
  display: none !important;
}
.variations .reset_variations:hover {
  text-decoration: none;
}
.popup-desktop-slider-container-wrapper .bx-wrapper .bx-controls-direction a {
  height: auto;
  width: auto;
  right: 0;
  left: 0;
  background: var(--Neutral-05);
  border-radius: 8px;
  text-indent: unset;
  text-align: center;
}
.popup-desktop-slider-container-wrapper .bx-wrapper .bx-controls-direction a.bx-prev{
  top: 16px;
}
.popup-desktop-slider-container-wrapper .bx-wrapper .bx-controls-direction a.bx-next{
  bottom: 0;
  top: unset;
}
.popup-desktop-slider-container-wrapper .bx-wrapper .bx-viewport {
  height: 85vh !important;
  margin: 30px 0;
}
.popup-desktop-slider-container-wrapper .bx-wrapper img{
  display: inline-block;
}
.ppopup-desktop-slider-container-wrapper .bx-wrapper .bx-controls-direction a img {
  position: relative;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.popup-mobile-slider-container-wrapper .bx-wrapper {
  max-width: 100% !important;
}
.popup-mobile-slider-container-wrapper .popup-slider-image {
  padding: 0;
}
.popup-mobile-slider-container-wrapper .bx-wrapper .bx-controls-direction a {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--Neutral-05);
}
.popup-mobile-slider-container-wrapper .bx-wrapper .bx-controls-direction a img {
  position: relative;
  top: 50%;
  top: 50%;
}
.popup-mobile-slider-container-wrapper .bx-wrapper .bx-controls-direction a.bx-prev{
  left: 0;
}
.popup-mobile-slider-container-wrapper .bx-wrapper .bx-controls-direction a.bx-next{
  right: 0;
}
.popup-slider-image {
  padding: 10px 0;
}
.popup-slider-image.fadeout:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.woo_image_popup_slider_main_image {
  text-align: center;
  height: 95vh;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.woo_image_popup_slider_main_image:hover img{
	transition: all 0.3s linear;
	    top: 50%;
    transform: scale(1.1) translateY(-50%);
}
.woo__image_gallery_inner_popup_wrapper .close {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
.woo_image_popup_slider_main_image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.popup-slider-image.fadeout:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  bottom: 0;
}
.popup-mobile-slider-container-wrapper {
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  height: 114px;
  display: block;
}
.custom_product_section_slider .flickity-prev-next-button, .related-products-wrapper .flickity-prev-next-button{
  opacity: 1;
}
.custom_product_section_slider .flickity-prev-next-button:disabled, button.flickity-prev-next-button[disabled], .related-products-wrapper .flickity-prev-next-button:disabled, button.flickity-prev-next-button[disabled]{
  opacity: 0.4 !important;
}
.custom_product_section_slider .slider-nav-reveal .flickity-prev-next-button, .related-products-wrapper .slider-nav-reveal .flickity-prev-next-button {
  background: transparent;
  box-shadow: none;
}
.custom_product_section_slider button.flickity-button.flickity-prev-next-button.previous, .related-products-wrapper button.flickity-button.flickity-prev-next-button.previous, .slider-nav-reveal .flickity-prev-next-button.next {
  left: unset !important;
  top: 0px !important;
  bottom: 0px !important;
  height: auto;
  display:block !important;
}
.custom_product_section_slider button.flickity-button.flickity-prev-next-button.previous, .related-products-wrapper button.flickity-button.flickity-prev-next-button.previous {
  
}
.slider:hover .flickity-prev-next-button.previous {
  transform: translateX(-3.1999px) !important;
}
.slider:hover .flickity-prev-next-button.next {
  transform: translateX(3.1999px) !important;
}
.custom_product_section_slider .slider-nav-reveal .flickity-prev-next-button:hover, .related-products-wrapper .slider-nav-reveal .flickity-prev-next-button:hover {
  box-shadow: none;
}
.custom_product_section_slider .slider-nav-reveal .flickity-prev-next-button.next, .related-products-wrapper .slider-nav-reveal .flickity-prev-next-button.next {
  right: 7px !important;
}
.custom_product_section_slider .slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg, .related-products-wrapper .slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
  margin-top: 0;
  width: 22px;
  border-radius: 100px;
}
.custom_product_section_slider .slider-nav-reveal, .related-products-wrapper .slider-nav-reveal {
  overflow: visible;
  padding-top: 0;
}

.nav-dark .header-button {
  color: white !important;
}

.stuck .nav-dark .is-outline, .header-hover-class .nav-dark .is-outline{
  color: var(--Blue-50) !important;
} 

.badge-inner .secondary, .new-bubble{
  background-color: var(--Blue-40) !important;
}

.on-sale{
  background-color: var(--Green-40) !important;
}
.badge{
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    display: block !important;
    height: 22px !important;
    padding: 2px 8px !important;
}
.badge-circle .badge-inner{
  border-radius: 24px !important;
  padding: 4px;
}




/*Harshit change */
@media only screen and (min-width: 850px) {
  .container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse){
    gap: 15px;
  }
}
@media only screen and (min-width: 850px) {
  .gallery-columns-4 .gallery-item, .large-columns-4 .flickity-slider>.col {
      flex-basis: 25% !important;
      max-width: 25% !important;
  }
}
.footer-wrapper {
  width: 100%;
  align-items: center;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1410px;
}

.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
  background:  var(--Neutral-10);
}

.searchform {
  box-shadow:none !important;
  border:none !important;
}

.over_view_order_summary_section_wrapper .over_view-order-summary {
  grid-column: 1 / 3;
}

button[type="submit"].woocommerce-disabled-Button {
  background: var(--Neutral-10) !important;
  color: var(--Neutral-40);
  border-color: var(--Neutral-10) !important;
  pointer-events: none;
  width: auto !important;
}
.price del {
  text-decoration: none;
}
.del span.amount{
  color: var(--Colors-Blue-50, #005F8C) !important;
  font-size: var(--Typography-font-size-body-m, 16px) !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}
.checkout-footer{
  width: 100%;
}
.guest_user_checkout_details_form_wrapper small.nif_validation_image {
  top:15px;
}
.guest_user_checkout_details_form_wrapper #billing_first_name_field {
  order: 1 !important;
}
.guest_user_checkout_details_form_wrapper #billing_last_name_field {
  order: 2 !important;
}
.guest_user_checkout_details_form_wrapper #billing_company_field {
  order: 3 !important;
}
.guest_user_checkout_details_form_wrapper #billing_phone_field {
  order: 4 !important;
}
.guest_user_checkout_details_form_wrapper #billing_email_field {
  order: 5 !important;
}
.guest_user_checkout_details_form_wrapper #billing_nif_field {
  order: 6 !important;
}
.guest_user_checkout_details_form_wrapper #billing_country_field {
  order: 7 !important;
}
.guest_user_checkout_details_form_wrapper #billing_address_1_field {
  order: 8 !important;
}
.guest_user_checkout_details_form_wrapper #billing_postcode_field {
  order: 9 !important;
}
.guest_user_checkout_details_form_wrapper #billing_city_field {
  order: 10 !important;
}
.guest_user_checkout_details_form_wrapper #billing_state_field {
  order: 11 !important;
}
small.nif_validation_image {
  position: absolute;
  right: 12px;
  width: 20px;
  top: 20px;
}
.woocommerce-myaccount-form-wrapper .woocommerce-address-fields small.nif_validation_image {
  top: 14px;
}
.wishlist-popup.dark {
  display: none !important;
}
.custom-content{
  display: none;
}
.add_to_cart_button{
  width: 15em !important;
  color:#fff !important;
   font-size:16px !important;
   line-height:24px !important;
}
.pcount{
  color: var(--Blue-50);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px;
}
/* .main_cart_part_products_wrapper{
  background: var(--Neutral-10);
} */
.cart_product_card_qty > .qtypdp{
  display: none;
}

/* Checkout footer  */

.checkout-footer-footer {
  display: flex;
  flex-wrap: wrap;
}

.checkout-footer-footer > div{
  width: calc(100% / 3);
}
.checkout-footer-footer .footer-secure {
  text-align: left;
}

.checkout-footer-footer .footer-primary {
  text-align: center;
  display: block;
}
.checkout-footer-footer .footer-secondary{
  text-align: right;
}

.checkout-footer .checkout-footer-note {
  background-color: var(--Neutral-10);
  padding: 24px 0;
}

.checkout-footer .checkout-footer-note p{
  margin: 0;
  padding: 0;
}

.checkout-footer .absolute-footer {
  background-color: var(--Neutral-05);
}
.image-tools a.button{
  margin: auto !important;
  margin-bottom: 16px !important;
}
.account-item .header-button a:hover ~ .stuck .icon-user:before, .account-item .header-button a:hover ~ .header-hover-class .icon-user:before {
    background-image: url(../../uploads/2024/10/icon-user.svg) !important;
}
/*External Swatches*/
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
  padding: 0;
  font-size: 14px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  height: auto;
  padding: 4px 10px;
  color: var(--Blue-60);
  background: transparent;
  box-shadow: none;
  border: 1px solid var(--Blue-60);
	    margin-left: 0;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 5px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled {
  background: linear-gradient(to top left, transparent calc(50% - .031rem), #000, transparent calc(50% + .031rem));
  opacity: 0.79;
  border: 1px solid var(--Neutral-40);
  color: var(--Neutral-40);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before {
  background-image: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock),  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
   color: #fff;
  background: Var(--Blue-60);
  border: 1px solid var(--Blue-60) !important;
  outline: none !important;
  box-shadow: none !important;
}
span.woo-selected-variation-item-name {
    font-family: 'avenir_next_semibold' !important;
    font-size: 13px !important;
}
/*External Swatches*/
.single-product .wishlist-icon .wishlist-button:hover {
  border: none;
  background: var(--Neutral-10);
}
#delete_multiple_shippings:hover, .woocommerce-myaccount-form-wrapper .woocommerce-address-fields .woocommerce-Button, #submit_multiple_shippings, .woocommerce-ChangePasswordForm button[type="submit"]{
  background-color: var(--Blue-60);
  border-color: rgba(0, 0, 0, .05);
  color: #fff;
  text-transform: capitalize;
  font-family: 'avenir_next_semibold';
  transition: all 0.3s linear;
}
#delete_multiple_shippings, .woocommerce-myaccount-form-wrapper .woocommerce-address-fields .woocommerce-Button:hover, #submit_multiple_shippings:hover, .woocommerce-ChangePasswordForm button[type="submit"]:hover {
  background-color: transparent;
  color: var(--Blue-60);
  border-color: var(--Blue-60);
  transition: all 0.3s linear;
  text-transform: capitalize;
  font-family: 'avenir_next_semibold';
}
#delete_multiple_shippings {
  margin-right: 0;
}
.primary.is-outline, .primary.is-underline {
  color: var(--Blue-60);
 
}
a.myacc-add-address-btn svg {
  position: relative;
  top: 5px;
}
.woocommerce-ChangePasswordForm button[type="submit"].woocommerce-disabled-Button {
  background: var(--Neutral-10);
  color: var(--Neutral-40);
  border-color: var(--Neutral-10);
  pointer-events: none;
}
.col-inner.products-in-wislist button.wishlist-button {
    background: transparent !important;
}
a.myacc-add-address-btn:hover {
    background: var(--Blue-60) !important;
    color: #fff;
    border-color: var(--Blue-60) !important;
}
a.myacc-add-address-btn:hover svg path {
  fill: white !important;
}
@media only screen and (min-width: 850px) {
  .main_empty_wrappers  .large-4 {
      flex-basis: 31% !important;
      max-width: 31% !important;
  }
}
.stuck .header-button:hover .icon-user:before, .header-hover-class .header-button:hover .icon-user:before {
  background-image: url(../../uploads/2024/10/icon-user.svg);
}
#woocommerce-form-signup .woocommerce-privacy-policy-text {
  display: none;
}
.my_account_initial_wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.header-button .button.icon.circle{
  color: var(--Blue-50);
}
.shipping__list_label{
  text-align: left;
  color: var(--Blue-70);
  font-size: 14px;
  font-style: "avenir_next";
  font-weight: 400;
  line-height: 21px;
}
.woocommerce-billing-fields__field-wrapper .address_input_field label, .woocommerce-shipping-fields__field-wrapper .address_input_field label {
  display: none;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p{
  padding: 0 8px 0px !important;
}
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p {
  padding: 0 8px 8px !important;
}
.guest_user_checkout_details_form_wrapper {
  background: #fff;
  border: 1px solid var(--Neutral-30);
  border-radius: 8px;
  padding: 16px 25px;
}
.guest_user_checkout_details_form_wrapper .woocommerce-billing-fields {
  padding-top: 0;
  border: none;
}
.guest_user_checkout_details_form_wrapper textarea#order_comments {
  resize: none;
  min-height: 48px;
  box-shadow: none;
  border: 1px solid var(--Neutral-30);
  color: var(--Neutral-50);
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 10px;
}
.guest_user_checkout_details_form_wrapper .woocommerce-billing-fields h3 {
  padding: 0;
}
.guest_user_checkout_details_form_wrapper h3 {
  font-size: 20px;
  line-height: 27.32px;
  color: var(--Neutral-70);
}
.guest_user_checkout_details_form_wrapper label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
  font-size: 14px;
  line-height: 21px;
  color: var(--Blue-70);
  font-family: "avenir_next_semibold";
}
.guest_user_checkout_details_form_wrapper label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
  position: relative;
  top: 2px;
  margin-left: 0;
}
.guest_user_checkout_details_form_wrapper label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  margin-top: 16px;
}
.select2-container .select2-choice>.select2-chosen, .select2-container .select2-selection--single .select2-selection__rendered, .select2-selection{
  line-height: 32px !important;
  padding: 4px !important;
}
.cart-wrapper.main_cart_page_wrapper .cross-sells {
  display: none;
}
.recommended-products .product_container .add_to_cart_inline a {
    margin-bottom: 10px;
    width: 100%;
}
.product_container .col-inner .box-text .price-wrapper {
  font-size: 18px;
  line-height: 27px;
  font-family: 'avenir_next_semibold';
  margin-top: 6px;
}
.minicart_recommended-products .product_container > div {
  background: #F7F7F7;
  border-radius: 8px;
  overflow: hidden;
}
.minicart_recommended-products .product_container .box-text-products {
  background: transparent
}
.minicart_recommended-products .product_container .box-text-products {
  background: transparent;
  text-align: left;
}
.minicart_recommended-products .product_container > div .title-wrapper p.product-title a {
  font-size: 16px;
  line-height: 24px;
}
.minicart_recommended-products .product_container {
  padding: 8px;
}
.minicart_recommended-products h6._headings {
  text-align: left;
  padding: 0 29px;
  font-size: 22px;
  color: var(--Blue-60);
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 30.05px;
}
.minicart_recommended-products .product_container > div a.button.add_to_cart_button {
  width: 100% !important;
  padding: 5px 14px;
  min-height: auto;
}
.product_container.col, .promotional_products_plp.col {
  padding: 0;
}
p.woocommerce-shipping-destination {
  display: none !important;
}
.woocommerce__update_cart {
  transition: all 0.3s linear;
}
.woocommerce__update_cart:hover {
  background: var(--Blue-70) !important;
  color: var(--Neutral-05) !important;
}
.woocommerce__update_cart:hover svg path {
  fill: var(--Neutral-05) !important;
}
.header-button .button.icon.circle {
  color: hsla(0, 0%, 100%, .8);
}
span.header-account-title {
  color: hsla(0, 0%, 100%, .8);
}
.header-wrapper.stuck .header-button .button.icon.circle, .header-wrapper.header-hover-class .header-button .button.icon.circle  {
  color: var(--Blue-50);
}
.header-wrapper.stuck span.header-account-title, .header-wrapper.header-hover-class span.header-account-title  {
  color: var(--Blue-50);
}
.header-wrapper.stuck .header-button .button:hover span.header-account-title, .header-wrapper.header-hover-class .header-button .button:hover span.header-account-title  {
  color: hsla(0, 0%, 100%, .8);
}
.nav-back span.header-account-title {
  color: var(--Blue-60);
}
.nav-back .header-button .button:hover span.header-account-title {
  color: hsla(0, 0%, 100%, .8);
}
.nav-back .header-button .button.icon.circle {
  color: var(--Blue-50);
}




/*Media Query*/
@media only screen and (max-width: 597px) {
  .accout_form_ui_wrapper {
    width: 66%;
  }
  #cmplz-cookies-overview, #cmplz-manage-consent-container {
    background-color: transparent;
    padding: 0;
  }
  #cmplz-document {
      padding: 24px 16px;
  }
  #cmplz-cookies-overview h3, #cmplz-manage-consent-container h3 {
      font-size: 12px !important;
      font-family: 'avenir_next_semibold';
      word-wrap: break-word;
  }
  #cmplz-cookies-overview .cmplz-dropdown summary p, #cmplz-document .cmplz-dropdown summary p {
      font-size: 12px;
      word-wrap: break-word;
  }
  #cmplz-cookies-overview .cmplz-dropdown summary div, #cmplz-document .cmplz-dropdown summary div {
      grid-gap: 10px;
  }
  #cmplz-cookies-overview .cmplz-dropdown p, #cmplz-document .cmplz-dropdown p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p, #cmplz-cookies-overview .cmplz-dropdown h4, #cmplz-document .cmplz-dropdown h4, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4, #cmplz-cookies-overview .cmplz-dropdown ul, #cmplz-document .cmplz-dropdown ul, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown ul {
    padding: 0;
  }
  #cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description, #cmplz-document .cmplz-dropdown .cmplz-service-description, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description, #cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data, #cmplz-document .cmplz-dropdown .cmplz-sharing-data, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data {
    padding: 0 0 15px;
  }
  #cmplz-cookies-overview .cmplz-dropdown summary, #cmplz-document .cmplz-dropdown summary, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
    padding: 5px 0;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
    overflow-x: scroll;
  }

  /*Checkout Footer Responsiev*/
  .checkout-footer-footer > div {
    width: 100%;
  }
  .copyright-footer {
    margin:0;
  }
  .checkout-footer-footer .footer-secondary {
    text-align: center;
  }
  .checkout-footer-footer .footer-secure {
    text-align: center;
  }
  .container.checkout-footer-footer {
    margin-top: 20px;
  }
  .checkout-footer-footer .footer-primary {
    margin: 10px 0 20px;
  }

  /*Review Responsive Issue*/
  .product_comments_wrapper > div:nth-child(2) > div:nth-child(1) {
    display: none;
  }
  .review_form_section_wrapper {
    margin-left: 0;
    width: 100%;
  }
  .comment_footer_wrapper a {
    display: block;
    text-align: center;
    margin: 0;
  }
  a#submit_review_btn {
    margin-top: 9px;
  }

  /*Login Page Responsive*/
  .woocommerce-account form.woocommerce-form.woocommerce-myaccount-form-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .login-form-subtitle {
    padding-bottom: 20px;
  }
  
  
  /*Harshit Changes */
  .category-section .row {
  
    gap: 6px !important;
  }
  
  .large-12.col {
    /* Your CSS changes go here */
    width: 100% !important; /* Example: Adjust width */
    padding-bottom:20px !important;
	padding-top:20px !important;
   }
  
  /*Harshit Change*/
  .main-category-page-full-wrapper{
	 gap: 15px !important;
  }
  
  
  .ux-mini-cart-qty input[type="number"] {
	height: 33px !important;
	caret-color: transparent;
   }
  
  /*Harshit Change*/
  .product-summary{
	margin:0px !important;
  }
  
  .single-product .product-main > .content-row{
	padding:0px !important;
  }
  
  .product-footer{
	padding-left:24px !important;
    padding-right:24px !important;
  }
  
  .ship-section{
   
  }
  
  /*Harshit Change*/
  .login-form-wrapper {
    margin-top: 40px;
	margin-left:1px;
	margin-right:1px;
  }
  
  
  /*Harshit Change*/
  .ux-mini-cart-qty .quantity .minus {
	  height: 28px !important;
   }
   
   /*Harshit Change*/
  .ux-mini-cart-qty .input-text {
          height: 33px !important;
  }
  
  .ux-mini-cart-qty .quantity .plus {
  height: 28px !important;
  }
  
  /*Mobile Fixes*/
  .single.single-product .badge-container {
    margin-top: 8px !important;
  }
  .product_container .badge-container {
    width: 50%;
  }
  .product_container .badge-container > div {
    margin: 0 !important;
  }
  .ship-text h2 {
      font-size: 24px;
      line-height: 40px;
  }
  .ship-text p {
    line-height: 27px;
  }
  .woocommerce-wishlist.woocommerce-page .page-wrapper  .wishlist-page-title > .container {
    padding: 0 15px !important;
  }
  .woo_panel_details_common {
    padding: 0 15px 24px 15px;
  }
  .woo__checkout_panel > h6 {
    padding: 24px 15px;
  }
  .woo__checkout_panel #customer_details .small-columns-1>.col {
    padding: 0;
}
div.div_popup_main_footer_wrapper button#addresspopupdelete, div.div_popup_main_footer_wrapper button#addresspopupcancel {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
div.div_popup_main_footer_wrapper button#addresspopupdelete {
  margin-top: 16px !important;
}
.row.div_popup_main_footer_wrapper {
  padding: 0 !important;
}
.div_popup_main_inner_wrapper p {
  font-size: 14px;
  line-height: 21px;
}
.div_popup_main_inner_wrapper h3 {
  font-size: 18px;
  line-height: 27px;
}
.myacc-add-address-btn-wrapper {
  text-align: left;
}
.wishlist_define_wrapper > div > div.products {
  gap: 0px;
}
.home_product_slider_section.cart-recommendation {
  padding: 30px 30px 0;
}
.frequently-bought-products > div {
  margin: 0 !important;
}
.main_Cart_ship_conditional_section_wrapper .ship-section {
  margin-left: 0;
  margin-right: 0;
}
a#checkoutcancelbtn, a#checkoutpopbtn {
  width: 100%;
}
.checkout-confirm-popup h3 {
  font-size: 18px;
  line-height: 27px;
}
.checkout-confirm-popup .modal-content h3 {
  font-size: 14px;
  line-height: 21px;
}
.my_account_orders .woocommerce-orders-table-body .woocommerce-Price-amount.amount, .my_account_orders .woocommerce-orders-table-body .woocommerce-Price-amount.amount bdi, .my_account_orders .woocommerce-orders-table-body .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol{
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  font-family: 'avenir_next_semibold';
}
.my_account_orders .woocommerce-orders-table-body .order-products-slider-inner-wrapper .woocommerce-Price-amount {
  font-size: 12px;
  line-height: 18px;
  font-family: 'avenir_next_semibold';
}
.cart_order_process_sidebar > h4 {
  font-size: 20px;
  line-height: 27.32px;
}
.cart_order_process_sidebar > p {
  font-size: 12px;
  line-height: 18px;
}
.cart_order_process_sidebar {
  padding: 20px 20px;
}
.order-received-sidebar > div > h3 {
  font-size: 20px;
  line-height: 30.05px;
}
.cart-title {
  font-size: 24px;
}
.order-received-detail-header-section a.button {
  margin: 0 0 8px;
}
.order-received-detail-header-section > h3 {
  font-size: 24px;
  line-height: 36px;
}
.order-received-sidebar td.heading-18 {
  font-size: 16px !important;
}
.order-received-detail-section .woocommerce-order-details .order-product-card .product-thumbnail {
  width: 100px;
}
.order-received-detail-section .woocommerce-order-details .order-product-card .product-thumbnail img {
  max-width: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
}
.order-received-detail-section .woocommerce-order-details .order-product-card span.woocommerce-Price-amount.amount, .order-received-detail-section .woocommerce-order-details .order-product-card span.woocommerce-Price-amount.amount bdi, .order-received-detail-section .woocommerce-order-details .order-product-card span.woocommerce-Price-amount.amount span {
  font-size: 16px;
}
.order-received-detail-section .woocommerce-order-details .order-product-card .woocommerce-table__product-total.product-total {
  margin: 4px 0 11px;
}
.main_cart_product_wrapper {
  margin-bottom: 8px;
}
ul.sub-menu.nav-sidebar-ul.children li.nav-slide-header {
  padding-top: 0;
}
.mobile-sidebar-levels-1 .nav-slide>li>.sub-menu, .mobile-sidebar-levels-1 .nav-slide>li>ul.children {
  padding-top: 17px;
}
.product-sumary {
  padding: 24px 24px;
}
.single-product h1.product-title {
  font-size: 18px;
  line-height: 27px;
}
.single-product .product-short-description p {
  font-size: 12px;
  line-height: 18px;
}
.single-product .product-summary .woocommerce-Price-amount.amount, .single-product .product-summary .woocommerce-Price-amount.amount bdi, .single-product .product-summary .woocommerce-Price-amount.amount span, .single-product .product-summary .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  font-size: 16px;
  line-height: 24px;
}
.view_order_woocommerce-table__product-total button {
  padding: 2px 12px;
  font-family: "avenir_next_semibold";
}
.main_cart_product_wrapper > div:nth-child(1) {
  width: 100px;
 
}
.cart_product_card_first .cart_product_action {
  width: 25px;
}
.main_cart_product_wrapper .cart_product_title {
  font-size: 14px;
  line-height: 21px;
}
div.main_cart_product_price span.woocommerce-Price-amount.amount, div.main_cart_product_price span.woocommerce-Price-amount.amount bdi, div.main_cart_product_price span.woocommerce-Price-amount.amount small, div.main_cart_product_price span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  font-size: 16px;
  line-height: 24px;
}
.woocommerce-mini-cart-item.mini_cart_item .product-img a {
  width: 100px;
  height: 100%;
}

/*Harshit Change-- Remove Height:auto !important*/ 
.woocommerce-mini-cart-item.mini_cart_item .product-img a img {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
}
.btns-product-mini-cart {
  gap: 16px;
}
}/*568*/

.badge-circle+.badge{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.product_container .add_to_cart_inline  del> span,.product_container .add_to_cart_inline  ins> span{
  display: none;
}

.filter_major_main_btn_wrapper a:first-child {
  margin-right: 15px;
  border-radius: 50px;
  padding: 3px 13px;
  transition: all 0.3s linear;
}

.filter_major_main_btn_wrapper a:last-child {
  border: 1px solid var(--Blue-70);
  border-radius: 50px;
  padding: 3px 13px;
  font-family: 'avenir_next_semibold';
  transition: all 0.3s linear;
}


.filter_major_main_btn_wrapper a:last-child:hover {
  background-color: var(--Blue-70);
  color: var(--Neutral-05);
}
.woocommerce-myaccount-form-wrapper button[type="submit"]:hover, .woocommerce-myaccount-form-wrapper button[type="button"]:hover, .accout_form_ui_wrapper a:hover, .account-restpassword-inner a.woocommerce-Button:hover, #wps_rma_return_request_form input:hover{
  color: var(--Blue-60);
  background-color: var(--Neutral-05);
  box-shadow: none;
}
.woocommerce-myaccount-form-wrapper button[type="submit"], .woocommerce-myaccount-form-wrapper button[type="button"], .accout_form_ui_wrapper a, .account-restpassword-inner a.woocommerce-Button, #wps_rma_return_request_form input {
  width: 100%;
  background-color: var(--Blue-60);
  border-radius: 50px;
  font-family: 'avenir_next_semibold';
  font-size: 16px;
  margin: 0;
  min-height: auto;
  line-height: normal;
  padding: 12px 16px;
  border: 1px solid var(--Blue-60);
  line-height: 24px;
  transition: all 0.3s linear;
}
.main-category-page-full-wrapper .product-category > div {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.main-category-page-full-wrapper .product-category > div > a, .main-category-page-full-wrapper .product-category > div > a > div {
  height: 100%;
  display: block;
}
.main-category-page-full-wrapper .product-category > div h5.header-title {
  font-size: 20px;
  line-height: 27.32px;
  text-transform: capitalize;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: var(--Blue-70);
  margin-bottom: 10px;
}
.main-category-page-full-wrapper .product-category > div p.count {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  letter-spacing: 0;
  color: var(--Blue-70);
}
.main-category-page-full-wrapper .product-category > div > a div.box-text {
  height: 100%;
}
.main-category-page-full-wrapper .product-category {
  display:-webkit-inline-box !important;
  padding: 0;
  flex-basis: 24%;
  max-width: 24%;
}
.sub-menu.nav-dropdown > div.row {
  margin: 0 auto;
}
span.mini_cart_tooltip:hover ~ .texes_distribution_popup {
  display: inline-block;
}
table.shop_table.woocommerce-checkout-review-order-table .texes_distribution_popup {
  left: 39px;
}
table.shop_table.woocommerce-checkout-review-order-table .texes_distribution_popup:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--Neutral-05);
  margin: 0;
  position: absolute;
  top: -3px;
  left: 45%;
  transform: translateY(-45%);
}
.product_container .col-inner {
  border-radius: 8px;
  overflow: hidden;
}
.empty-cart-button:hover {
  background-color: white;
  border-radius: 100px;
  border-color: var(--Blue-50);
  color: var(--Blue-50);
}
.badge-inner {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  font-family: 'avenir_next_semibold';
  padding: 2px 5px !important;
  width: auto;
  text-align:right;
}
p.product.woocommerce.add_to_cart_inline span, p.product.woocommerce.add_to_cart_inline ins, p.product.woocommerce.add_to_cart_inline bdi{
  display: none !important;
}
p.product.woocommerce.add_to_cart_inline {
  padding: 0 !important;
  margin: 0 !important;
	
}
.category-item > .icon-box-text > h3 {
  font-size: 24px !important;
  line-height: 36px;
  color: var(--Blue-60) !important;
}
.feat-cat-car-wrapper h3 {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  color: var(--Blue-05) !important;
}
.home-page-feat-cart-type .category-item {
  display: inline-grid;
  position: relative;
  height: auto;
}
.category-card > .col-inner {
  background: var(--Neutral-10);
}
.nav-dropdown-has-border .nav-dropdown {
  border: none !important;
}
.nav-dropdown-has-shadow .nav-dropdown {
  box-shadow: none !important;
}
.header-hover-class > div > div.header-inner {
  background-color: white;
}
.div-sku-rating {
  margin-bottom: 20px;
}
.up-sells.upsells.products.upsells-wrapper.product-section {
  display: none;
}
.news-articles .col {
  padding-bottom: 0;
}
.banner-promo-plp {
  max-width: 456px;
  max-height: 111px;
  border-radius: 8px;
  overflow: hidden;
}
.banner-promo-plp img {
  object-fit: contain;
}
.product-main .left{
  left:auto !important;
  padding-top: 5px !important;
  right:45px !important;
}

.recommended-products-plp {
  background-color: var(--Neutral-05);
}

.recommended-products-plp .row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
  background-color: var(--Neutral-05) !important;
}

.recommended-products-plp .box-text.box-text-products {
background: var(--Neutral-10);
}

.cart-wrapper .main_cart_product_content {
display: flex;
flex-direction: column;
justify-content: space-between;
}
 
.cart-wrapper .main_cart_product_content .cart_product_card_price {
transform: translateY(8px);
}

.mini-cart-content .woocommerce-Price-amount > bdi,
.woocommerce-Price-currencySymbol {
  color: var(--Blue-70) !important;
  font-weight: 600 !important;
  opacity: 1;
  font-family: 'avenir_next_semibold';
  font-size: 14px;
}


.woocommerce-checkout-review-order-table .woocommerce-Price-amount > bdi,
.woocommerce-Price-currencySymbol {
  color: var(--Blue-70) !important;
  font-weight: 400 !important;
  opacity: 1;
  font-size: 18px;
}


.conatct_form_tnc{
	display:flex !important;
}

.woocommerce-checkout-review-order .product-total .woocommerce-Price-amount > bdi,
.woocommerce-Price-currencySymbol {
  color: var(--Blue-70) !important;
  font-weight: 400 !important;
  opacity: 1;
  font-size: 16px;
}


.woocommerce-checkout-review-order .woo__sub_total_wrapper .woocommerce-Price-amount > bdi,
.woocommerce-Price-currencySymbol {
  color: var(--Blue-70) !important;
  font-weight: 400 !important;
  opacity: 1;
  font-size: 14px;
}
.woocommerce-checkout-review-order .order-total .woocommerce-Price-amount > bdi,
.woocommerce-Price-currencySymbol {
  color: var(--Blue-70) !important;
  font-weight: 600 !important;
  opacity: 1;
  font-size: 16px;
}

.add-to-cart-form  .button > span {

  transform: translateY(2px);
}

.sidebar-menu-top-content {
 
      padding: 20px 24px;
      border-bottom: 1px solid var(--Neutral-30);
      color: var(--Blue-70);
      font-weight: 600;
      font-family: 'avenir_next_semibold';
  }

.woocommerce-order.order-confirmation-page {
    margin-left: 0;
            margin-right: 0;
            gap: 24px;
    }

@media only screen and (min-width: 850px) {
  .large-7.order-confirmation-address-section {
      max-width: 56%;
  }
}

.large-5.col.order-confirmation-price-section {
  padding: 0;
  }
.pull-right.cart_product_action {
    transform: translateY(-3px);
    }
.cart_product_action .cm__add_to_wishlist {
      transform: translateY(-2px);
      }    

.table.shipping__table font {
        font-family: 'avenir_next';
    }
     
#customer_details .address_parent_wrappers {
      height: 100%;
      }
       
 
.order-received-detail-header-section .btn-wrapper .button.primary.is-outline {
        background-color:var(--Neutral-05);
      }
.order-received-detail-header-section .btn-wrapper .button.primary.is-outline:hover {
        color:var(--Neutral-05);
        background-color:var(--Blue-60);
      }
      
.order-received-detail-header-section .btn-wrapper .button.primary {
        background-color:var(--Blue-60);
      }
.order-received-detail-header-section .btn-wrapper .button.primary:hover {
        border-color:var(--Blue-60);
        color:var(--Anthracite-60);
        background-color:var(--Neutral-05);
      }      

.order-summary-wrapper .order-tax_totals .woocommerce-Price-amount > bdi,
.woocommerce-Price-currencySymbol {
        color: var(--Blue-70) !important;
        font-weight: 400 !important;
        opacity: 1;
        font-size: 16px;
      }

.checkout-shipping-wrapper-padding{
  padding-bottom: 0%;
}      

.shipping-info-plp-block {
  padding-top: 48px;
  padding-bottom: 80px;
  height: 809px;
}

.product-details-sidebar.woocommerce-table__product-total .woocommerce-Price-amount > bdi,
.product-details-sidebar.woocommerce-table__product-total .woocommerce-Price-currencySymbol {
  color: var(--Blue-70) !important;
  font-weight: 600 !important;
  opacity: 1;
  font-size: 14px;
}

.success-color {
  color: var(--Green-60) !important;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  font-family: 'avenir_next';
  background-color: var(--Green-20);
  line-height: 18px;
  border-color: var(--Green-60);
  border: var(--Green-60) solid 1px;
  display: flex;
  align-items: center;
}

.message-container.container.success-color.medium-text-center {
  height: 44px;
}
.dropdowns-wrapper-parent:has(.dropdowns-wrapper-hidden){
  display: none;
} 
.dropdowns-wrapper:has(+ .dropdowns-wrapper-hidden) {
  height: 0;
  display: none;
  line-height: 0;
}
.dropdowns-wrapper-hidden {
  display: none;
}
.home-page-feat-cart-type .category-card {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home-page-feat-cart-type .category-card .category-card-content img {
  width: 60px;
}
.home-page-feat-cart-type .category-card .category-card-content h3 {
  font-size: 24px !important;
  line-height: 36px;
  color: var(--Blue-60) !important;
}


@media only screen and (max-width: 240px) {
	.text-hero h3 {
		font-size: 13px;
	}
	
   .mfp-close{
		        left: 190px !important;
	}
}


@media only screen and (max-width: 376px) {
	
	.cart-wrapper .main_cart_product_content {
		padding: 10px !important;
	}
	
	.badge-inner {
		font-size: 7px !important;
	}
	
	.add_to_cart_inline small{
		width: 8em !important;
    position: relative !important;
    left: -20px !important;
    bottom: 11px !important;
    font-size: 12px !important;
	}
	    
}

/* Mobile Styles */
/*Harshit Changes */
@media only screen and (max-width: 376px) {
  /* Home Page */
  
  /*Harshit Changes */
  .category-section .row {
    display: -webkit-inline-box !important;
    gap: 6px !important;
  }
  
  /*Harshit Change*/
  .main-category-page-full-wrapper{
	 gap: 15px !important;
  }
  
  /*Harshit Change*/
  .product-summary{
	margin:0px !important;
  }
  
  .single-product .product-main > .content-row{
	padding:0px !important;
  }
  
  .product-footer{
	padding-left:24px !important;
    padding-right:24px !important;
  }
 
  
  .home-page-feat-cart-type .category-card .category-card-content h3 {
    font-size: 20px !important;
    line-height: 27px;
    font-family: "avenir_next";
  }
  .feat-cat-car-wrapper h3 {
    font-family: "avenir_next";
    font-size: 20px !important;
    font-weight: 600;
    line-height: 30px;
  }
  .feat-cat-car-wrapper .icon-inner {
    height:40px;
  }
  .home-featured-box h3 {
    padding-top:10px;
  }
  .home-featured-box h3 font {
    font-size: 18px;
    line-height: 27px;
  }
  .home-featured-box .col-inner {
    display: flex;
    flex-direction: column;
  }
  .home-featured-box .col-inner img {
    width: 56px;
    transform: translateX(-2px);
  }
  .news-text .col-inner h2 {
    font-size: 24px;
    font-family: "avenir_next";
    line-height: 40px;
  }
  .news-text .col-inner p {
    font-size: 18px;
  }
  .home_product_slider_section {

  }

  /* PLP */
  .custom_filters_implementation .custom-filter-row {
    align-items: unset;
  }
  .custom_filters_implementation .custom-filter-row .filter_major_btn span {
    color: var(--Blue-70);
  }
  .custom_filters_implementation .custom-filter-row .filter_major_btn span:last-child:after {
    top: 0;
  }
  .banner-promo-plp {
    width: unset;
  }
  .price-dropdown-menu.filter-dropdown-menu .pricerange {
    font-size: 12px;
  }
  /* .filter_major_main_btn_wrapper {
    padding: 0 8px;
  }
  .filter-cancel {
    display: none;
  }
  .apply-filter {
    display: block;
    text-align: center;
  } */

  /* ATC styling */
  .product_container .box-text-products .title-wrapper p.product-title a {
    font-size: 16px;
    line-height: 24px;
  }
  .product_container .box-text-products .title-wrapper p.category {
    font-size: 12px;
    line-height: 18px;
  }
  .product_container .col-inner .box-text .price-wrapper, .product_container .col-inner .woocommerce-Price-amount > bdi, .product_container .col-inner .woocommerce-Price-currencySymbol {
    font-size: 16px;
    line-height: 24px;
  }
  .product_container .simple-product {
    justify-content: left;
  }

  /* Checkout Main heading */
  .guest-banner-login .col {
    text-align: center !important;
  }
  .guest-banner-login .guest-text {
    margin-bottom: 8px;
  }
  
  /* Checkout Legal Notice & Privacy Policy checkbox with text */
  .pckacceptcheckoutterms {
    display: flex;
  }
  #custom_revision_wrappper label[for="acceptcheckoutterms"] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  #custom_revision_wrappper label[for="acceptcheckoutterms"] .acceptcheckoutterms {
    flex-shrink: 0;
  }
  #custom_revision_wrappper > p {
    padding-left: 0;
  }

  /* Checkout Footer */
  .checkout-footer-note .container p {
    font-size: 14px;
  }
  .checkout-footer .absolute-footer {
    padding: 1px 0;
  }
  #footer .absolute-footer .checkout-footer-footer .footer-primary {
    margin: 0;
    line-height: 18px;
  }
  #footer .absolute-footer .checkout-footer-footer .footer-primary .copyright-footer {
    font-size: 12px !important;
  }
  #footer .absolute-footer .checkout-footer-footer .footer-secondary {
    padding: 0;
  }
  #footer .absolute-footer .checkout-footer-footer {
    gap: 17px;
  }
  #footer .checkout-footer-footer .footer-secondary .payment-icons {
    height: 32px;
  }

  /* Left Category Slider */
  .nav-vertical li li {
    padding-left: 4px;
  }
  li.menu-item a {
    font-size: 14px !important;
  }
  li.menu-item:not(:last-child) {
    padding-bottom: 8px;
  }

  /* Order Confirmation */
  .order-received-detail-header-section .btn-wrapper {
    flex-direction: column;
   }
  .order-received-detail-header-section .btn-wrapper .button {
    padding: 6px 24px;
  }
  .order-received-detail-header-section .btn-wrapper .button {
    font-weight: 600;
  }

  /* Support Page */
  .container.soporte-page {
    padding: 0 24px;
  }
  .container.soporte-page .soporte-div, .container.soporte-page .soporte-form .col-inner {
    padding: 16px;
  }
  .container.soporte-page .soporte-form .col-inner h5 {
    font-family: "avenir_next";
    font-size: 20px;
    font-weight: 600;
  }
  .container.soporte-page .soporte-form .col-inner p {
    font-size: 12px;
    font-weight: 400;
  }
  .legal-page-wrapper .title-wrapper.header-soporte,
  .cookie-page-wrapper .title-wrapper.header-soporte {
    gap: unset;
    margin-bottom: 24px;
  }
  .wpcf7-form {
    margin-top: 16px;
  }
  .wpcf7-form .form-btn-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .wpcf7-form .form-btn-wrapper .wpcf7-submit.has-spinner {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .soporte-form .wpcf7-form-control-wrap > input,
  .soporte-form .wpcf7-form-control-wrap > select {
    height:48px !important;
  }
  .soporte-form .wpcf7-form-control-wrap > textarea {
    height: 120px;
    border: var(--Neutral-30) solid 1px;
    border-radius: 8px !important;
    background-color: var(--Neutral-05) !important;
  }
  .wpcf7 label.conatct_form_tnc {
    display: flex;
  }
  .wpcf7 label.conatct_form_tnc .wpcf7-form-control-wrap {
    transform: translateY(5px);
  }
  .wpcf7 label.conatct_form_tnc .conatct_form_tnc_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--Blue-70);
  }
  .cookie-page-wrapper #cmplz-document {
    padding: 24px 32px;
  }
  .cookie-page-wrapper #cmplz-document i {
    font-style: normal;
    font-size: 16px;
  }
  .no-bg {
    background-color: unset !important;
    padding: 0 !important;
  }
  div#cmplz-document p,
  #cmplz-document h2,
  #cmplz-cookies-overview,
  #cmplz-manage-consent-container,
  div#cmplz-document .cmplz-categories > .cmplz-category,
  div#cmplz-document #cmplz-manage-consent-container span.cmplz-category-header,
  #cmplz-cookies-overview details.cmplz-dropdown.cmplz-service-desc.cmplz-dropdown-cookiepolicy,
  #cmplz-cookies-overview details.cmplz-dropdown.cmplz-service-desc.cmplz-dropdown-cookiepolicy summary.cmplz-service-header,
  .add-bg {
    background-color: var(--Neutral-05);
  }
  #cmplz-cookies-overview .cmplz-dropdown summary div:after, #cmplz-document .cmplz-dropdown summary div:after {
    position: unset !important;
    margin: unset !important;
  }
  .cmplz-categories > .cmplz-category {
    background-color: var(--Neutral-05) !important;
  }
  #cmplz-document h2 {
    font-weight: 600;
  }
  div#cmplz-document p,
  #cmplz-document h2 {
    padding: 16px;
  }

  div#cmplz-document #cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category:not(:last-child) {
    margin-bottom: unset;
  }
  div#cmplz-document #cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category {
    border-top: 1px solid #e7e9ed;
    padding: 16px 0;
  }
  div#cmplz-document .cmplz-subtitle {
    margin-top: unset;
    padding: 24px 16px 0 16px;
  }
  div#cmplz-document p.sub-section {
    padding: 0 16px !important;
  }
  div#cmplz-document p.last-section {
    padding-top: 0 !important;
  }
  div#cmplz-document h2 {
    padding-bottom: 0;
  }
  div#cmplz-document .add-bg {
    margin-left: unset;
    margin-bottom: unset;
    padding-bottom: 20px;
    padding-left: 31px;
    padding-right: 16px;
  }
  div#cmplz-document .add-bg li {
    margin: unset;
  }
  div#cmplz-document .cmplz-categories {
    margin-top: 0 !important;
    padding-top: 16px;
  }
  .cookie-page-wrapper #cmplz-cookies-overview {
    padding-top: 16px !important;
  }
  #cmplz-cookies-overview details.cmplz-dropdown.cmplz-service-desc.cmplz-dropdown-cookiepolicy {
    padding: 16px;
    border-top: 1px solid #e7e9ed;
}
  /* Login/Reset/Password */
  .account__media_wrapper {
   
  }
  .login-form-wrapper .remember-me {
    font-weight: 400;
  }
}
.woocommerce-address-fields fieldset > div.row > div:has(.nif_field_disabled_wrapper) {
  display: none;
}
.home_product_slider_section .box-image {
	    height: 230px;
}
/* Responsice 28-March-2025*/
@media only screen and (max-width: 1399px) {
  .news-text .col-inner {
    width: 71%;
	}
		.news-section {
    padding: 100px 24px;
}
	.text-hero h2 {
    font-size: 55px;
}

	.plp .lmp_load_more_button {
    padding: 60px 0 35px;
}
	    body.home.page-template .ship-text>.col-inner {
        width: 51%;
    }
	.ship-text>.col-inner {
    width: 50%;
}
	.woocommerce-cart.woocommerce-page .home_product_slider_section.cart-recommendation > div:nth-child(1) {
    margin: 30px auto 0 !important;
    width: 92%;
}
	.woocommerce-cart.woocommerce-page .home_product_slider_section.cart-recommendation > div:nth-child(2) {
    margin: 50px auto 20px !important;
    width: 90%;
}
	.main_cart_product_wrapper .cart_product_title {
    width: 70%;
	}
	.woo_panel_details_common {
    padding: 0 29px 24px 24px;
}
	.checkout-footer-footer > div {
    align-content: center;
}
	.dfd-results-grid {
    grid-template-columns: repeat(5, calc(19.75% - var(--dfd-results-grid-gap) / 2)) !important;
}
	.single-product .single_add_to_cart_button {
    width: 46%;
}
	.popup-desktop-slider-container-wrapper .bx-wrapper .bx-viewport {
  height: 90vh !important;
}
	.product_container .badge-container {
    width: 78%;
  }
	.home_product_slider_section.recommended-products-plp > div:nth-child(1), .home_product_slider_section.recommended-products-plp > div:nth-child(2) {
    margin: 0 auto !important;
    width: 96% !important;
}
.header-bottom {
  width: 100%;
  margin: 0 auto;
}
.home .header-wrapper.stuck div#masthead {
  width: 100%;
  margin: 0 auto;
}
}/*1366*/
@media only screen and (max-width: 1365px) {
	  
		div.col-cards > div.col-inner {
    padding: 0px 0px 0px 0px !important;
}
	.news-section {
    padding: 70px 24px;
}
	 body.home.page-template .ship-text>.col-inner {
        width: 52%;
    }
	    .ship-text>.col-inner {
        width: 56%;
    }
	.conatct_form_tnc {
		display:inline-block !important;
	}
	.product_container .badge-container {
    width: 76%;
  }
}/*1280*/
@media only screen and (max-width: 733px) {
	 .dfd-results-grid {
        grid-template-columns: repeat(3, calc(33% - var(--dfd-results-grid-gap) / 2)) !important;
    }
	.home_product_slider_section .box-image {
    height: auto;
}
}
@media only screen and (max-width: 597px) {
	.dfd-results-grid {
        grid-template-columns: repeat(2, calc(49.65% - var(--dfd-results-grid-gap) / 2)) !important;
    }
}
/* Responsice 28-March-2025*/