:root {
	--primary-color: #2a3a1c;
	--seconady-color: #a2b1ba;
}
/*a:visited,*/
a:hover {
	color: var(--primary-color);
}
ol,
ul {
	padding-left: 0;
	margin-left: 20px;
}
.single-stock {
	margin-top: -20px !important;
}
.disabled {
	cursor: none;
	pointer-events: none;
}
.saha-color--primary {
	color: var(--primary-color) !important;
}
.btn-flotante {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-flotante::before {
	top: 5px;
}
.btn-flotante span {
	margin-left: 7px;
}

.btn-primary {
	background-color: var(--primary-color);
	color: white !important;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 15px;
	font-weight: 700;
	transition: all 0.5s ease;
}
.btn-primary:hover {
	background-color: black;
	transition: all 0.5s ease;
}
.header__site {
	z-index: 999;
}
.select2-container {
	z-index: inherit;
}
.woocommerce-checkout .container.entry-header {
	display: none !important;
}
.woocommerce-checkout .entry-content {
	margin: 55px 0 110px 0;
}
form.checkout {
	display: inherit;
	grid-template-columns: inherit;
	grid-gap: inherit;
	grid-auto-rows: inherit;
}
form.checkout .row > .col-md-6:last-child {
	padding-left: 100px;
}
.woocommerce-checkout .product-name {
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px !important;
	line-height: 29px;
	letter-spacing: -0.02em;
	color: var(--primary-color);
	margin-bottom: 20px;
	margin-right: 15px;
}
.woocommerce-checkout .product-name .product-quantity {
	font-weight: normal;
}
.woocommerce-checkout .product-price span {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}
.woocommerce-checkout .cart_item .product-info {
	min-width: 235px;
	display: flex;
	justify-content: space-between;
}
.woocommerce-checkout .cart_item .product-image {
	text-align: center;
}
.woocommerce-checkout .cart_item .product-image img {
	padding-right: 32px;
}
.select2-container {
	width: 100% !important;
}
.woocommerce-input-wrapper input {
	width: 100% !important;
	border: none;
	background: #e3e9ed80 !important;
	border-radius: 1px;
	height: 48px;
}
.woocommerce-billing-fields__field-wrapper p label,
.woocommerce-shipping-fields__field-wrapper p label {
	margin-bottom: 25px;
}
.required {
	color: #f8655d !important;
	text-decoration: none !important;
}
.woocommerce-billing-fields__field-wrapper p {
	float: left;
	margin-bottom: 0;
}
.form-row {
	margin-bottom: 30px !important;
	vertical-align: top;
	clear: right;
}
.form-row.use_billing_address {
	margin-bottom: 0px !important;
}
.form-row-first {
	float: left !important;
	width: 48%;
}
.form-row-last {
	float: right !important;
	width: 48%;
}
.form-row-wide {
	width: 100%;
	float: left;
}
.woocommerce-input-wrapper select {
	width: 100%;
	background-color: rgba(227, 233, 237, 0.5);
	height: 48px !important;
	padding: 10px !important;
	border-radius: 3px;
	border: none;
}
.select2-container--default .select2-selection--single {
	border: none;
}
.woocommerce-billing-fields h3,
#order_review_heading {
	margin-bottom: 35px;
}

.woocommerce-checkout textarea {
	background: #e3e9ed80;
	border: none;
	padding: 15px;
	height: 150px;
	border-radius: 3px;
}

h3#ship-to-different-address {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.02em;
	margin: 35px 0 55px 0;
}

h3#ship-to-different-address label {
	display: flex;
	align-items: center;
	padding-top: 25px;
}

.woocommerce-shipping-fields h3 span {
	margin-left: 10px;
	font-size: 1rem;
	line-height: 1.2;
}

.shop_table.woocommerce-checkout-review-order-table {
	display: block;
}

.shop_table.woocommerce-checkout-review-order-table tbody {
	max-height: 550px;
	/*overflow: scroll;*/
	display: block;
	margin-bottom: 45px;
}
.shop_table.woocommerce-checkout-review-order-table tbody ::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}
.shop_table.woocommerce-checkout-review-order-table
	tbody::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.woocommerce-checkout-review-order-table tfoot {
	border-top: 1px solid var(--primary-color);
	/*border-bottom: 1px solid #e3e9ed;*/
	padding: 30px 0 0 0 !important;
	display: block !important;
}
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
	border-top: 1px solid var(--primary-color);
	padding-top: 25px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}
.order-total .woocommerce-Price-amount bdi {
	font-weight: 700 !important;
}
.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout-review-order-table tfoot tr td {
	font-weight: normal;
	font-size: 16px !important;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	text-align: right;
}
.woocommerce-checkout-review-order-table tfoot tr {
	display: flex;
	margin: 0;
	padding: 0 !important;
}
.woocommerce-checkout-review-order-table tfoot tr th {
	padding-left: 25px !important;
}
.woocommerce-checkout-review-order-table tfoot tr td {
	padding-right: 25px !important;
}

.woocommerce-checkout-review-order-table tfoot tr th {
	flex: 0 0 150px;
}

.payment_method_transbank_webpay_plus_rest img {
	display: block;
	position: relative;
	left: -30px;
	margin: 15px 0;
}
.woocommerce-checkout .wc_payment_methods li + li {
	margin-top: 35px;
}
.woocommerce-checkout .wc_payment_methods li {
	position: relative;
}
.woocommerce-checkout input[type='radio'],
.cart-collaterals input[type='radio'] {
	position: absolute;
	opacity: 0;
	top: 0;
	z-index: 99;
	cursor: pointer;
}

.woocommerce-checkout .checkmark,
.cart-collaterals .checkmark {
	position: absolute;
	top: 3px;
	height: 16px;
	width: 16px;
	background-color: white;
	border-radius: 50%;
	border: 1px solid;
}
.cart-collaterals .checkmark {
	left: -15px;
}

.woocommerce-checkout input:checked ~ .checkmark,
.cart-collaterals input:checked ~ .checkmark {
	background-color: white;
	border: 1px solid black;
}

.woocommerce-checkout .checkmark:after,
.cart-collaterals .checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

.woocommerce-checkout input:checked ~ .checkmark:after,
.cart-collaterals input:checked ~ .checkmark:after {
	display: block;
}

.woocommerce-checkout .checkmark:after,
.cart-collaterals .checkmark:after {
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f8655d;
}

.woocommerce-checkout
	span.checkmark
	+ label
	.cart-collaterals
	span.checkmark
	+ label {
	left: 30px;
	position: relative;
	font-size: 14px;
}

.woocommerce-checkout .saha-radio,
.woocommerce-shipping-methods li {
	position: relative;
}

.woocommerce-checkout .saha-radio + .saha-radio {
	margin-left: 45px;
}

.woocommerce-checkout .saha-radio .checkmark {
	margin-right: 15px;
}
.woocommerce-checkout input[type='checkbox'] {
	position: relative;
	cursor: pointer;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	max-width: 15px;
	vertical-align: middle;
}
.woocommerce-checkout input[type='checkbox']:before {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	border-radius: 2px;
	background-color: white;
	border: 1px solid;
}

.woocommerce-checkout input[type='checkbox']:checked:after {
	content: '';
	display: block;
	width: 5px;
	height: 10px;
	border: solid #f8655d;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
	left: 6px;
}

select {
	/*background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg' class='bi bi-chevron-down'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>")
		no-repeat;
	background-position: calc(100% - 0.75rem) center !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	padding-right: 2rem !important;
	background-color: white;*/
}

.plus,
.minus {
	background: var(--white);
	box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
	border-radius: 100%;
	font-weight: 700;
	font-size: 0.9em;
	color: var(--black);
	border: none;
	width: 26px;
	height: 26px;
	line-height: 26px;
	padding: 0;
}
.quantity input {
	border-radius: 0;
	border: none;
	height: auto;
	padding: 0;
	text-align: center;
	font-size: 1.5rem;
	color: black;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	font-weight: 500 !important;
}

.quantity input:hover {
	color: black;
}

.single-product form.cart {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.single-product form.cart .stock {
	flex: 0 0 100%;
}
.single-product form.cart .stock p {
	font-size: 14px;
	margin: 15px 0;
}
.single-product .alt {
	margin-top: 20px;
}
.woocommerce-cart .quantity input {
	border: none !important;
}
.header__links .nav-item a {
	padding: 0 !important;
}

.header__links .nav-item + .nav-item {
	margin-left: 70px;
}

.header__links .nav-item a ~ ul .nav-item + .nav-item {
	margin-left: 0;
}
.header__links .nav-item a ~ ul .nav-item a {
	padding: 10px 2.5rem !important;
}
.dropdown-toggle::after {
	border: none !important;
	/* font-family: 'Font Awesome 5 Free'; */
	content: '' !important;
	display: inline-block;
	padding-right: 0;
	vertical-align: middle;
	font-weight: 900;
	/*background-image: url(/wp-content/themes/seeds/assets/img/chevron-down-bk.svg);*/
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	transition: all 0.5s ease;
}
.show-submenu::after {
	transform: rotate(180deg);
	transition: all 0.5s ease;
}
.products {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.page-numbers li {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.page-numbers li {
	width: auto;
	height: auto;
	line-height: normal;
	padding: 0;
	border: none;
}
.page-numbers li a {
	color: black !important;
	width: 35px;
	height: 35px;
	left: 0;
	border-radius: 3px;
	border: 1px solid transparent !important;
}
.wp-pagenavi span.current,
.page-numbers li span.current {
	color: white !important;
	background: transparent !important;
	width: 35px;
	height: 35px;
	left: 0;
	border-radius: 3px;
	border: 1px solid transparent !important;
	font-weight: 800;
	line-height: 29px;
    padding: 3px 5px;
	/*
	justify-content: center !important;
    align-items: center !important;
	*/
}


.page-numbers li a.next,
.page-numbers li a.prev {
	border: none !important;
}
.swiper-button-next_lg:after,
.swiper-button-prev_lg:after {
	font-size: 1.5rem !important;
}
.swiper-button-next_lg:after,
.swiper-rtl .swiper-button-prev_lg:after {
	content: 'next';
}
.swiper-button-prev_lg,
.swiper-rtl .swiper-button-next_lg {
	left: -30px;
	right: auto;
}
.swiper-button-prev_lg:after,
.swiper-rtl .swiper-button-next_lg:after {
	content: 'prev';
}
.swiper-button-next_lg,
.swiper-rtl .swiper-button-prev_lg {
	right: -30px;
	left: auto;
}
.swiper-button-next_lg:after,
.swiper-button-prev_lg:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}
.swiper-button-next_lg,
.swiper-button-prev_lg {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--seconady-color);
}

.products .col-md-12,
.brans .col-md-12 {
	position: relative;
}
.woocommerce-widget-layered-nav-list a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	content: '\f0c8';
	position: relative;
	top: 0;
	left: 0;
	padding-right: 5px;
	color: var(--seconady-color);
	font-size: 17px;
	vertical-align: middle;
}

.woocommerce-widget-layered-nav-list .chosen a:before {
	content: '\f14a' !important;
	color: inherit !important;
	position: relative !important;
	font-weight: 900;
	color: var(--primary-color) !important;
}

footer ul li form input.wpcf7-submit {
	position: relative;
	top: 0px;
	right: inherit;
}
.content__cart .shipping-calculator-button {
	color: var(--primary-color) !important;
	font-weight: 500;
}

/*.content__cart .shipping-calculator-button::after {
	content: '\f0d1';
	border: none !important;
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	font-weight: 900;
	font-size: 20px;
}*/

button[name='calc_shipping'] {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
	color: var(--white);
	background-color: var(--green);
	padding: 0 25px;
	border-radius: 8px;
	height: 40px;
	border: none;
}
.woocommerce-breadcrumb a:visited {
	color: black;
}
.single-product .woocommerce-product-gallery__image {
	background: var(--seconady-color);
	border: none;
}

.single-product .woocommerce-product-gallery__image img {
	border-bottom: none !important;
}

.row .container {
	max-width: 1130px;
}

.mySwiperbrands .swiper-slide > .row:first-child {
	background-repeat: no-repeat !important;
	background-position: right !important;
	background-size: 47% !important;
}

.marcas .brans__content {
	padding-left: 0;
}

.swiper-button-prev_lg,
.swiper-rtl .swiper-button-next_lg {
	left: -120px;
	top: 50% !important;
	transform: translateY(100%);
}
.swiper-button-next_lg,
.swiper-rtl .swiper-button-prev_lg {
	right: -120px;
	top: 50% !important;
	transform: translateY(100%);
}

.marcas .mySwiperbrands + .container {
	position: absolute;
	justify-content: space-between;
	top: 50%;
	z-index: 999;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	max-width: 1114px;
}

.marcas .mySwiperbrands .swiper-pagination {
	border-bottom: 1px solid #e3e9ed;
	width: 100%;
}
.products .swiper-slide {
	height: auto;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.09);
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.home .products .swiper-button-next_lg,
.home .products .swiper-rtl .swiper-button-prev_lg,
.home .products .swiper-button-prev_lg,
.home .products .swiper-rtl .swiper-button-next_lg {
	transform: translateY(0);
}
.container {
	max-width: 1114px;
}

.marcas__item--description {
	margin-bottom: 120px;
}
.marcas .brans__content {
	padding: 110px 80px 50px 0;
}

.brans .swiper {
	height: auto;
}

.product__extra-one-list {
	padding-left: 1.3rem;
	padding-left: 0;
	margin: 0 0 0 15px;
}
.product__extra-one-list li + li {
	margin-top: 20px;
}
.product__extra-one-title {
	margin-bottom: 30px;
}

.content__cart .product-name a,
.content__cart .product-price span {
	font-size: 16px;
}
/*.cart__data .product-price {
	margin-bottom: 50px;
}*/

.error-404 {
	/*text-align: center;*/
	padding: 150px 0;
}

.error-404 h1 span {
	display: block;
	font-size: 5rem;
	font-weight: 700;
	margin-bottom: 32px;
}

header input.form-control {
	border: none;
	padding: 0 5px 0 30px !important;
	height: 28px;
	line-height: 28px;
	min-width: 190px;
}
.wa__btn_popup_txt {
	min-width: 352px;
	height: 55px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 15px !important;
}
.wa__btn_popup_txt span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}
.wa__btn_popup_txt span:before {
	content: '\f232';
	border: none !important;
	font-family: 'Font Awesome 5 Brands';
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	font-weight: 900;
	font-size: 28px;
	color: #f8655d;
}
.wa__btn_popup .wa__btn_popup_txt {
	top: -50px;
	margin-right: 0 !important;
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
}
.wa__btn_popup.wa__active .wa__btn_popup_txt {
	top: -50px;
	opacity: 1;
	visibility: visible;
	margin-right: 0 !important;
	right: 0 !important;
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
}
.wa__btn_popup_icon {
	display: none;
}
.wa__popup_chat_box {
	min-width: 450px;
	overflow: visible !important;
	bottom: 140px !important;
}
.wa__popup_chat_box:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 25px 0 25px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -49px;
	right: 30px;
}
.wa__popup_chat_box .wa__popup_heading {
	background: white !important;
	color: black !important;
	padding: 15px 43px 17px 74px;
	position: relative;
	border-radius: 4px 4px 0 0;
}
.wa__popup_chat_box .wa__popup_content {
	border-radius: 0 0 4px 4px;
}

.globe-float {
	position: fixed;
	bottom: calc(40px + 71px + 60px);
	right: 40px;
	width: 100%;
	padding: 25px;
	border-radius: 10px;
	max-width: 450px;
	background: #ffffff;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	z-index: 9;
}
.globe-float:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 25px 0 25px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -49px;
	right: 30px;
	z-index: 2;
}
.globe-float:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 25px 0 25px;
	border-color: rgb(0 0 0 / 25%) transparent transparent transparent;
	position: absolute;
	bottom: -53px;
	right: 30px;
	filter: blur(3px);
	z-index: 1;
}
.globe-float .header-globe {
	margin-bottom: 40px;
}
.globe-float .header-globe p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.globe-float .avatar-globe {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.globe-float .figure_avatar {
	margin-right: 15px;
	flex: 0 0 50px;
	background: var(--seconady-color);
	min-height: 50px;
	border-radius: 100%;
}
.globe-float .body_avatar p:first-child {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 0;
	color: black;
}
.globe-float .body_avatar p:first-child:hover {
	color: black;
}
.globe-float .body_avatar p:last-child {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 0;
	color: var(--primary-color);
}
.globe-float .footer-globe:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: var(--seconady-color);
	display: block;
	margin: 45px 0 25px 0;
}
.globe-float .footer-globe p {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0;
}

.globe-float .footer-globe p a {
	color: var(--primary-color);
}

.close-globe {
	-webkit-overflow-scrolling: touch;
	transform: translateX(calc(100% + 40px));
	transition: transform 0.3s;
}

.open-globe {
	transform: translateX(0);
	transition: transform 0.3s;
}
.username {
	position: absolute;
	font-size: 14px;
	width: max-content;
	right: 0;
	top: 30px;
}
.navbar {
	padding: 20px 0;
}
.header__icon {
	position: relative;
}
.navbar-expand-lg .navbar-collapse {
	justify-content: flex-end;
}

.header__links .saha-submenu li:hover a span {
	color: var(--green) !important;
}
.nav-link {
	cursor: pointer;
}
.hamburger-menu {
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto 0;
	height: 30px;
	cursor: pointer;
	order: 0;
	margin-left: 0px;
	transition: all 0.3s ease;
}
.bar {
	position: relative;
	transform: translateY(12px);
	background: black;
	transition: all 0ms 300ms;
}
.bar,
.bar:after,
.bar:before {
	width: 25px;
	height: 2px;
}
.bar:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 8px;
	background: black;
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar:after {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	background: black;
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate {
	background: rgba(255, 255, 255, 0);
}
.bar.animate:after {
	top: 0;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header-right {
	display: flex;
}
#swiper-pagination_product {
	bottom: -30px;
	padding-right: 25px;
}

.single-product #swiper-pagination_product {
	padding-right: 0;
}

#swiper-pagination_product .swiper-pagination-bullet-active {
	background: var(--primary-color);
}
footer .form-newsletter .input {
	flex: 0 0 80%;
	max-width: 80%;
	padding-right: 0;
	position: relative;
}
footer .form-newsletter .button-send {
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 0;
}
footer .form-newsletter .button-send button {
	border: none;
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	border-radius: 0 3px 3px 0;
	background: var(--primary-color);
}
footer .form-newsletter .button-send button i {
	color: white;
}
footer ul li form input[type='email'] {
	width: 100%;
	padding: 0 10px !important;
	height: 40px;
	border: none;
	border-radius: 3px 0 0 3px;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	background: #ffb900;
	font-size: 12px !important;
	line-height: normal;
	margin: 5px 0 0 0;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--primary-color);
	background: var(--primary-color);
	font-size: 12px;
	margin: 5px 0 0 0;
}
.wpcf7-spinner {
	position: absolute;
	top: 10px;
	right: 50px;
	margin: 0;
}
.single-product .entry-summary {
	margin: 25px 0 0 0 !important;
	width: 40%;
}
/*
.single-product div.product .woocommerce-product-gallery {
	padding-left: 30px;
}
*/
.woocommerce-variation-price {
	margin-top: 15px;
}
del {
	color: #a3a3a3;
}
del .woocommerce-Price-amount bdi {
	font-size: 16px;
	color: #a3a3a3;
	margin-right: 10px;
}
.page-id-181 .product__swiper_link {
	position: relative;
	display: flex !important;
	justify-content: end;
	padding: 0;
}
.marcas__links {
	box-shadow: none !important;
}
.content-card {
	padding: 50px 20px 20px 20px;
}
.page-id-181 .marcas__row {
	padding: 0 1px;
}
.page-id-181 .product__swiper_title {
	font-size: 16px;
	line-height: normal;
}
.text__featured {
	overflow: hidden;
	position: relative;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.text__featured .col-md-3 {
	position: absolute;
	right: 0;
	height: 100%;
	width: 35%;
	top: 0;
}
.text__featured--padding {
	padding: 70px 130px 70px 0 !important;
}
.related__news--img {
	margin-top: 0;
}
.related__news .swiper-slide {
	border: none !important;
	padding-bottom: 10px;
}
.related__news .swiper-slide article {
	height: 100%;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
}
.page__contact form .custom-file {
	width: 75%;
}
#shipping_method li {
	position: relative;
}
.single-product div.product .woocommerce-product-gallery {
	width: 60%;
	display: flex;
	justify-content: center;
}
form.checkout [type='button']:not(:disabled) {
	max-width: 130px;
	float: right;
}

form.checkout .is-invalid {
	/*border:1px solid var(--primary-color)*/
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #ff0000;
	background: linear-gradient(
		180deg,
		rgba(241, 244, 246, 1) 50%,
		rgba(255, 255, 255, 1) 50%
	);
	width: fit-content;
	padding: 0 20px;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: none;
}
.card-header {
	padding: 0.5rem 0;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: 1px solid var(--primary-color);
}
.card-header h5 {
	font-weight: 600;
}
#accordion-checkout .card-body {
	padding: 45px 0;
}
#billing_factura_documento_field .woocommerce-input-wrapper {
	display: flex;
}
#billing_factura_documento_field .saha-radio {
	width: 100%;
}
#billing_factura_documento_field input:checked ~ .checkmark,
#billing_factura_documento_field .checkmark {
	border-color: var(--primary-color);
}
#billing_factura_documento_field .saha-radio + .saha-radio {
	margin-left: 35px;
}
#billing_factura_documento_field label {
	font-weight: 700;
	font-size: 16px;
}
.woocommerce-terms-and-conditions-checkbox-text {
	font-size: 14px;
}
.woocommerce-terms-and-conditions-checkbox-text a {
	color: var(--primary-color);
}
.scroll-reset + .woocommerce-error,
.scroll-reset + .woocommerce-message,
.scroll-reset + .woocommerce-info,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	max-width: 1320px;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	padding-top: 20px;
	padding-bottom: 20px;
}
.scroll-reset + .woocommerce-error,
.scroll-reset + .woocommerce-message,
.scroll-reset + .woocommerce-info {
	margin-bottom: 20px;
	margin-top: 20px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
	margin-bottom: 0;
	margin-top: 0;
}
.checkout #customer_details {
	padding-inline-end: 0;
}
.header-order_review {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-order_review a {
	color: var(--primary-color);
	text-decoration: underline !important;
}

#billing_documento_field .woocommerce-input-wrapper {
	display: flex;
}
#billing_documento_field input[type='radio'] {
	position: relative;
	opacity: 1;
	top: 0;
	z-index: 99;
	cursor: pointer;
	height: 18px;
	width: 18px !important;
}
#billing_documento_field input[type='radio']::before {
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid var(--primary-color);
	display: block;
	border-radius: 100%;
	background: white;
}
#billing_documento_field input[type='radio']:checked::after {
	content: '';
	background: var(--primary-color);
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 100%;
	position: absolute;
	top: 4px;
	left: 3.8px;
}
#billing_documento_field label {
	margin-left: 15px;
}
#billing_documento_field label + input {
	margin-left: 40px;
}
.woocommerce-checkout input[type='radio'].is-invalid + label {
	border-bottom: 1px solid var(--primary-color);
}
.woocommerce-shipping-calculator select {
	width: 100%;
	background-color: rgba(227, 233, 237, 0.5) !important;
	height: 48px;
	border: none;
	padding: 0 10px;
	border-radius: 3px;
}
span.select2-selection__arrow:before {
	content: '\F282';
	font-family: bootstrap-icons !important;
	font-size: 10px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b,
.shipping-calculator-form #calc_shipping_country_field {
	display: none;
}
.shipping-calculator-form {
	margin-top: 15px;
}
.show_input {
	opacity: 1;
	height: 100%;
	transform: scaleY(1);
	transform-origin: bottom;
	transition: all 0.5s ease;
}
.hidden_input {
	opacity: 0;
	height: 0;
	transform: scaleY(0);
	transform-origin: top;
	display: none;
	transition: all 0.5s ease;
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-additional-fields__field-wrapper .form-row {
	width: calc(50% - 20px) !important;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	width: calc(100% + 20px);
}
.woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-billing-fields__field-wrapper .notes,
.woocommerce-shipping-fields__field-wrapper .form-row-wide,
.woocommerce-shipping-fields__field-wrapper .notes,
.woocommerce-additional-fields__field-wrapper .form-row-wide,
.woocommerce-additional-fields__field-wrapper .notes {
	width: calc(100% - 20px) !important;
}
.quantity.hidden button + button,
.quantity.hidden + button {
	display: none !important;
}

#saha-bottom-menu-mobile {
	list-style: none;
	padding: 0;
	margin: 0;
}
#saha-bottom-menu-mobile li + li {
	margin-top: 35px;
}
#saha-bottom-menu-mobile li a {
	color: black;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	transition: all 0.5s ease;
}
#saha-bottom-menu-mobile li a:hover {
	color: var(--primary-color);
	transition: all 0.5s ease;
}

.bottom_menu_mobile {
	padding: 0 25px;
}
.bottom_menu_mobile .social_menu {
	margin-top: 60px;
}
.inner-bottom_menu_mobile {
	padding: 25px 0;
	border-top: 1px solid var(--primary-color);
}

/** MARCAS **/
.marcas__items-content img {
	transition: all 0.2s ease;
}
.marcas__items-content:hover img {
	transform: scale(1.1);
	/*box-shadow: 0 4px 16px var(--primary-color);*/
	transition: all 0.2s ease;
}

/** BLOG */
.list-group-horizontal {
	border-bottom: 1px solid #e3e9ed;
	margin-bottom: 80px;
}

#account_modal {
	position: absolute;
	background: white;
	width: 200px;
	top: calc(100% + 25px);
	border-radius: 7px;
	padding: 25px;
	right: -100% !important;
	transform: translateX(100%);
	left: auto !important;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
	transition: transform 0.3s ease-in-out;
}
.open-modal-account #account_modal {
	z-index: 9000;
	right: 0 !important;
	transition: transform 0.3s ease-in-out;
	transform: translateX(0);
}
#account_modal li {
	text-align: center;
}
#account_modal li a:hover {
	color: var(--primary-color);
	transition: all 0.5s ease;
}

/** CART **/
.content__cart .cart_item {
	width: 100%;
}
.cart-collaterals .coupon {
	margin-bottom: 15px;
}
.coupon button {
	border-radius: 0 2px 2px 0;
	margin-left: -4px;
	font-size: 14px;
	color: white;
	text-transform: initial;
	font-weight: normal;
}
.coupon input {
	border-radius: 2px 0 0 2px;
	background-color: rgba(227, 233, 237, 0.46);
}
.coupon input::placeholder {
	color: black;
	font-size: 14px;
	text-transform: initial;
}
#checkout-row-coupon input::placeholder {
	color: inherit;
	font-size: 1em;
	text-transform: initial;
	font-weight: normal;
}
.woocommerce-cart-form .cart__data div:last-child {
	display: flex;
    flex-direction: inherit;
    /* align-items: flex-start !important;*/
}

.dp-car {
	display: flex;
}

.woocommerce-cart-form .cart__data div:last-child .product-price {
	margin-top: 15px;
}
.cart_totals {
	padding: 40px 35px;
}
.cart_totals .order-total th,
.cart_totals .order-total td {
	border-top: 1px solid var(--primary-color);
	font-size: 16px;
	font-weight: 700 !important;
}
.cart_totals td {
	padding-left: 75px;
}
.cart_totals th,
.cart_totals td,
.content__cart .cart-subtotal .woocommerce-Price-amount {
	font-size: 16px !important;
}
.cart_totals th {
	width: 150px;
}
.cart_totals .order-total span {
	font-size: 16px !important;
}
.cart-collaterals {
	margin-top: -55px;
	margin-bottom: 2rem;
}
.cart_totals .cart-discount th {
	font-weight: normal;
}
.cart_totals .cart-discount th span {
	display: block;
	font-weight: 600;
}
#shipping_method li + li {
	margin-top: 15px;
}
.cart-collaterals .woocommerce-shipping-methods li label {
	margin-left: -15px;
	padding-left: 25px;
	width: 100%;
	z-index: 9;
	position: relative;
}
/** FIXED CART **/

.xoo-wsc-tool,
.xoo-wsc-container {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}
.xoo-wsc-tools-label {
	font-size: 14px;
}
.xoo-wsc-container .woocommerce-shipping-calculator a {
	color: var(--primary-color);
	text-decoration: underline !important;
}
.shipping-calculator-form {
	margin-top: 15px;
	border: 1px solid #c4c4c4;
	padding: 25px 25px 15px 25px;
}
.xoo-wsc-content {
	padding: 24px 40px;
}
.xoo-wsc-footer {
	padding: 10px 40px;
}
.xoo-wsc-related-products {
	border-top: 1px solid rgba(248, 101, 93, 0.3);
	margin-top: 25px;
	padding-top: 25px;
}
.xoo-wsc-rp-cont {
	border-bottom: none;
}
.xoo-wsc-total .xoo-wsc-container span.amount {
	font-size: 20px;
	font-weight: 600;
}
.xoo-wsc-price,
.xoo-wsc-rp-right-area a.button {
	display: none;
}
.xoo-wsc-total span.amount,
.xoo-wsc-total .xoo-wsc-tools-label {
	font-weight: 600;
	font-size: 20px;
}
.xoo-wsc-product {
	padding: 15px 0;
}
.xoo-wsc-img-col img {
	padding-right: 15px;
}
.xoo-wsc-sum-col {
	padding-left: 0px;
}
.xoo-wsc-qtybox .row {
	margin-right: 0;
	margin-left: 0;
	flex: 0 0 70px;
	flex-wrap: initial;
}
.xoo-wsc-product {
	display: flex;
}
.xoo-wsc-sum-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xoo-wsc-product a.xoo-wsc-pname {
	margin-bottom: 15px;
}
.xoo-wsc-icon-trash:before {
	content: '';
	background-image: url(/wp-content/themes/saha/assets/img/trash.svg);
	display: block;
	background-size: contain;
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
}
a.xoo-wsc-remove {
	margin-bottom: 0 !important;
}
input[type='number'].xoo-wsc-qty {
	min-width: 25px;
}
#xoo-wsc-coupon-code {
	border: none;
	background-color: #e3e9ed;
	height: 40px;
	color: black;
	padding: 0 15px;
	max-width: 150px;
}
#xoo-wsc-coupon-code::placeholder {
	color: black;
}
.xoo-wsc-coupon-submit {
	font-size: 14px;
	line-height: 20px;
	border-radius: 0 2px 2px 0;
	margin-left: 0;
	max-width: 95px;
	font-weight: normal;
}
.xoo-wsc-coupon.active {
	justify-content: flex-end;
}
.xoo-wsc-rp-title {
	margin-bottom: 45px;
	text-align: left;
	color: black;
}
.xoo-wsc-sp-title {
	font-weight: 700;
	font-size: 16px;
}
#xoo_wsc_shipping_method input[type='radio'] {
	position: relative;
	opacity: 1;
	top: 0;
	z-index: 99;
	cursor: pointer;
	height: 18px;
	width: 18px !important;
}
#xoo_wsc_shipping_method input[type='radio']::before {
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid var(--primary-color);
	display: block;
	border-radius: 100%;
	background: white;
}
#xoo_wsc_shipping_method input[type='radio']:checked::after {
	content: '';
	background: var(--primary-color);
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 100%;
	position: absolute;
	top: 4px;
	left: 3.8px;
}
.xoo-wsc-footer ul#xoo_wsc_shipping_method li {
	align-items: center;
}
.variations {
	margin-bottom: 0;
}
.variations select {
	height: 40px;
	padding: 0 25px;
	border-radius: 2px;
	background-color: #e3e9ed80 !important;
	border: none;
	min-width: 300px;
}
.variations tr {
	display: flex;
	flex-direction: column;
}
.woocommerce-variation-add-to-cart {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 15px;
}
section.products #swiper-button-prev_featured,
section.products #swiper-button-next_featured,
.cross-sells #swiper-button-prev_featured,
.cross-sells #swiper-button-next_featured {
	transform: translateY(0);
}
.cross-sells {
	position: relative;
	padding-bottom: 80px;
}
.cross-sells ul.products.columns-2 li.product {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}
.cross-sells ul.products li.product img {
	height: auto;
	padding-bottom: 10px;
}
.cross-sells .products .swiper {
	padding: 20px 0;
}
.saha-cs-btnLogin-and-remenberPassword {
	width: 100%;
	align-items: center;
	flex-direction: column-reverse;
}
.woocommerce-shipping-methods li label {
	margin-left: 25px;
}
/** LOST PASSWORD **/
.woocommerce-lost-password main {
	width: 100%;
	max-width: 615px;
	margin: 0 auto;
}
.woocommerce-lost-password .woocommerce-ResetPassword {
	box-shadow: none !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
}
.woocommerce-ResetPassword.lost_reset_password .form-row {
	display: flex;
	flex-direction: column;
	text-align: left;
	width: 100%;
	max-width: 390px;
}
.woocommerce-lost-password .woocommerce-ResetPassword p {
	font-size: 14px;
}
.woocommerce-lost-password .woocommerce-ResetPassword p span,
.woocommerce-lost-password p span {
	display: block;
}
.woocommerce-lost-password .woocommerce p {
	text-align: center;
}
.saha-cs-resetPassword_title {
	width: 100%;
}
.lost_reset_password::before {
	width: 100%;
}
.woocommerce-ResetPassword.lost_reset_password {
	max-width: 100% !important;
}
.woocommerce-ResetPassword.lost_reset_password label[for='password_1'],
.woocommerce-ResetPassword.lost_reset_password label[for='password_2'] {
	display: flex;
}

.bis_notifier_fields{
	background: #e3e9ed;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 5px 5px 7px #00000021;
}
.bis_notifier_fields .custom_message {
    font-weight: 600;
}
.bis_notifier_fields .notifymeptag {
    width: 100%;
    justify-content: space-between;
	margin-bottom: 0;
}
.bis_notifier_fields input{
  
    height: 50px;
}
.bis_notifier_fields input#backinstock_textbox{
	flex: 0 0 70%;
    padding: 0 15px;
    border: none;
    border-radius: 3px 0 0 3px;
}
.bis_notifier_fields br{
	display:none;
}

.bis_notifier_fields input[type="submit"]{
	flex: 0 0 30%;
    width: 30%;
    padding: 0;
    background: #f6655e;
    border: none;
    border-radius: 0 3px 3px 0;
    color: white;
	transition:all .5s ease;
}
.bis_notifier_fields input[type="submit"]:hover{
    background: black;
    color: white;
	transition:all .5s ease;
}
.outofstock_success_msg,
.outofstock_error_msg{
	margin-bottom:15px;
}
@media screen and (max-width: 767px) {
	.bis_notifier_fields .notifymeptag{
		flex-direction: column;
	}
	.bis_notifier_fields .notifymeptag input{
		flex: auto !important;
    width: 100%;
    border-radius: 3px !important;
	}
	.bis_notifier_fields{
		margin-bottom:25px;
	}
	.bis_notifier_fields .notifymeptag input[type="submit"]{
		margin-top:15px;
	}
	body.panel-opened .saha-header_menu {
		padding: 0;
	}
	.header__links {
		padding: 50px 25px 25px 25px !important;
	}
	main {
		width: 100% !important;
	}
	.swiper-button-next_lg:after,
	.swiper-button-prev_lg:after {
		font-size: 1rem !important;
		font-weight: 900;
	}
	.header__links .nav-item + .nav-item {
		margin-left: 0;
	}
	.swiper-button-next_lg,
	.swiper-rtl .swiper-button-prev_lg {
		right: 0px;
	}
	.swiper-button-prev_lg,
	.swiper-rtl .swiper-button-next_lg {
		left: 0;
	}
	.brans .col-md-12:last-child {
		padding: 0;
	}
	.brans .swiper-slide {
		margin-top: 0;
	}
	.brans__content {
		padding: 25px;
	}
	.col-md-6.brans__media,
	.col-md-6.brans__content {
		/*height: auto;*/
		height: 430px;
		justify-content: center;
	}
	.brans__content--bran {
		position: absolute;
		top: 25px;
		left: 25px;
		padding: 0;
		margin: 0;
	}
	.brans__content--title {
		padding: 0;
		font-size: 16px;
	}
	.brans__content .subtitle {
		padding: 0 15px;
	}
	.brans__content--buttom--more,
	.brans__content--buttom--more:hover,
	.brans__content--buttom--more:visited {
		right: 25px;
		font-size: 14px;
	}
	.customers {
		padding: 40px;
		min-height: 500px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.customers__title {
		margin-bottom: 0;
	}
	.customers .swiper-pagination-bullet-active,
	.customers .swiper-pagination-bullet {
		width: 30px !important;
	}
	.customers__swiper-name {
		margin-bottom: 10px;
	}
	.learn .col-md-12.hide__desktop {
		padding: 0 32px;
		position: relative;
	}
	.learn__button {
		margin-top: 1.938rem;
		font-size: 0.875rem;
		font-weight: 600;
		position: relative;
		bottom: initial;
		width: 100%;
		padding-bottom: 17px;
		border-bottom: 1px solid rgba(248, 101, 93, 0.3);
		display: block;
		padding-top: 30px;
	}
	.learn__title {
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 25px;
	}
	.learn .card-body {
		padding: 50px 1rem 30px;
	}
	.learn .card {
		border: none;
	}
	.learn .product__swiper_button {
		color: var(--seconady-color);
	}
	footer .col-md-12.col-md-3 {
		width: 80%;
	}

	ul.products li.product img {
		height: auto;
	}

	.single-product .woocommerce-product-gallery__image img,
	.mySwiperproductsg img {
		border-bottom: none !important;
		height: 280px;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
	.product__header {
		margin-bottom: 55px;
	}
	.product__extra-one {
		margin: 0 15px;
	}

	.single-post .product__extra-one {
		margin: 0;
	}

	.single-product .entry-summary {
		margin-top: 25px !important;
		width: auto;
	}
	.entry-title {
		font-size: 1.5rem;
		line-height: normal;
	}
	.single-product .price {
		margin-bottom: 55px;
	}
	.product__extra-one-list li {
		font-size: 0.875rem;
		padding: 0;
	}
	.product__extra-one-list li + li {
		margin-top: 30px;
	}
	.product__extra-one-title {
		margin-bottom: 30px;
	}
	.single-product form.cart {
		margin: 25px 0 35px 0;
	}
	.product__swiper_container img {
		height: 180px;
	}
	a .product__swiper_title,
	a .product__swiper_price,
	a .product__swiper_price .amount {
		font-size: 14px;
		margin-bottom: 0;
	}
	.products .swiper-slide {
		padding: 10px !important;
	}
	.woocommerce-breadcrumb {
		margin-bottom: 0;
	}

	.saha-header_menu {
		position: fixed;
		height: 100%;
		width: 100%;
		padding: 0;
		top: 0;
		bottom: 0;
		font-size: 0.9em;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 9001;
		background-color: white;
		color: black;
		-webkit-overflow-scrolling: touch;
		transform: translateX(-100%);
		transition: transform 0.3s;
	}
	body.panel-opened {
		overflow: hidden;
	}
	body.panel-opened .saha-header_menu {
		transform: translateX(0);
	}
	/*body.panel-opened .hamburger-menu {
        z-index: 9999999;
        right: 0;
        order: 3;
        top: 0;
        padding-top: 0;
        margin-top: 10px;
        transition: all .3s ease;
    }*/
	.header-menu_mobile form {
		max-width: 250px;
	}
	.header-menu_mobile form i {
		position: absolute;
		left: 5px;
		top: 50%;
		transform: translateY(-50%);
	}
	.header-menu_mobile {
		box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
		padding: 30px;
		display: flex;
		justify-content: space-between;
	}
	.header__links {
		padding: 50px 25px;
		margin-left: 0;
	}
	.header__links li {
		padding: 0 !important;
	}
	.header__links .nav-item + .nav-item {
		margin-top: 60px;
	}
	.saha-submenu .nav-item + .nav-item {
		margin-top: 0px !important;
	}
	.single-product .product {
		flex-direction: column;
	}
	.content {
		max-width: 780px;
	}
	.products .swiper-slide:hover {
		transform: translateY(0);
	}
	.btn-flotante span {
		display: none;
	}
	.btn-flotante {
		font-size: 14px;
		padding: 15px 25px;
		bottom: 70px;
		right: 10px;
	}
	.globe-float {
		bottom: calc(40px + 71px + 35px);
		right: 10px;
		width: 100%;
		max-width: 95%;
	}
	footer .col-12.col-md-4 {
		order: 0;
	}
	footer .col-6.col-md-2 {
		order: 3;
	}
	footer .col-6.col-md-2 + .col-6.col-md-2 {
		order: 2;
	}
	footer .col-12.col-md-3 {
		flex: 0 0 70% !important;
		order: 4;
	}
	footer .col-12.col-md-8.mt-md-5 {
		order: 5;
	}
	footer .col-12.col-md-4.mt-md-5 {
		order: 6;
	}
	.marcas.brans .swiper-pagination-bullet {
		margin-right: 20px !important;
	}

	.page-id-18.brans .col-md-12:last-child {
		padding: 0 15px;
	}
	.page-id-181 .product__swiper_container img {
		max-height: 180px;
	}
	.page-id-181 .marcas.brans .swiper-pagination {
		width: 100%;
	}
	.page-id-181 .brans .swiper-pagination {
		justify-content: space-between !important;
	}
	.marcas.brans .swiper-pagination-bullet {
		border-bottom: 8px solid transparent;
		font-size: 14px;
	}
	.brans .swiper-pagination-bullet-active {
		border-bottom: 4px solid var(--green) !important;
	}
	.page-id-181 .marcas__col-4 {
		min-height: auto;
	}
	.page-id-181 .brans .col-md-12:last-child {
		padding: 0 15px;
	}
	.content-card {
		padding: 15px;
	}
	.list-group-horizontal {
		flex-direction: row !important;
		justify-content: space-between;
		flex-wrap: wrap;
		border-bottom: 1px solid #e3e9ed;
	}
	.list-group-horizontal > .list-group-item {
		padding: 0 !important;
	}
	.archive.category .brans .col-md-12:last-child {
		padding: 0 15px;
	}
	.product__swiper_link {
		margin-top: 15px;
	}
	/*
    .wp-pagenavi span.current,
    .wp-pagenavi a,
    .wp-pagenavi a.nextpostslink{
        display: flex;
    }
	*/
	.archive.category .product__swiper_container img {
		max-height: 150px;
	}
	.row.text__featured {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 55px;
	}
	.row.text__featured div[class^='col-md'] {
		width: 50%;
	}
	.text__featured--padding {
		padding: 20px 0px 20px 0 !important;
		font-weight: 500;
	}
	.hero__single--title {
		margin: 25px 0 30px 0;
		font-size: 24px;
	}
	.marcas__title {
		font-size: 24px;
	}
	/*
	.related__news article {
		padding: 0 25px;
	}
	*/
	.related__news--content {
		padding: 50px 45px 20px 45px;
	}
	.text__content--subtitle {
		text-align: center;
		margin-bottom: 53px;
	}
	.related__news--link {
		border-bottom: 1px solid;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		text-decoration-line: none !important;
		color: var(--green) !important;
		display: flex;
		justify-content: space-between;
	}
	.related__news--description {
		margin-bottom: 60px;
	}
	.marcas.brans .mySwiperbrands .swiper-slide > .row:first-child {
		/*
		background-repeat: no-repeat !important;
		background-position: top!important;
		background-size: contain !important;
		*/
		background: none !important;
	}
	.marcas .brans__content {
		padding: 28px 15px 50px 15px;
	}
	.brans .swiper {
		margin-top: 0px;
	}
	.brans .swiper-slide {
		border: none !important;
	}
	.about__objective--title {
		height: 80px;
	}
	footer .container-xxl {
		padding-left: 40px;
		padding-right: 40px;
	}
	footer .footer__title {
		font-size: 14px;
	}
	.footer__title {
		margin-top: 45px;
	}
	.marcas__item--title {
		font-size: 14px;
		line-height: normal;
	}
	.marcas__item--description {
		font-size: 12px;
		padding-top: 20px;
	}
	.single-product div.product .woocommerce-product-gallery {
		width: unset;
	}

	.woocommerce-billing-fields__field-wrapper .form-row-first,
	.woocommerce-billing-fields__field-wrapper .form-row-last,
	.woocommerce-shipping-fields__field-wrapper .form-row-first,
	.woocommerce-shipping-fields__field-wrapper .form-row-last {
		width: 100% !important;
	}

	.woocommerce-billing-fields__field-wrapper,
	.woocommerce-shipping-fields__field-wrapper,
	.woocommerce-additional-fields__field-wrapper {
		gap: 0;
		width: 100%;
	}
	.woocommerce-billing-fields__field-wrapper .form-row-wide,
	.woocommerce-billing-fields__field-wrapper .notes,
	.woocommerce-shipping-fields__field-wrapper .form-row-wide,
	.woocommerce-shipping-fields__field-wrapper .notes,
	.woocommerce-additional-fields__field-wrapper .form-row-wide,
	.woocommerce-additional-fields__field-wrapper .notes {
		width: 100% !important;
	}
	tr.woocommerce-shipping-totals.shipping {
		display: flex;
		margin: 0;
		padding: 0 !important;
		flex-direction: column;
		align-items: flex-start;
	}
	tr.woocommerce-shipping-totals.shipping th {
		flex: auto;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}
	.woocommerce-checkout-review-order-table tfoot tr th {
		padding-left: 0 !important;
	}
	#customer_details .col-lg-5 {
		margin-top: 45px;
	}

	#mega-menu-wrap-header
		#mega-menu-header
		> li.mega-menu-item
		> a.mega-menu-link {
		padding: 0 !important;
	}
	#mega-menu-wrap-header
		#mega-menu-header
		> li.mega-menu-item
		+ li.mega-menu-item {
		margin-top: 31px;
	}
	#mega-menu-wrap-header
		#mega-menu-header
		> li.mega-menu-megamenu
		> ul.mega-sub-menu
		> li.mega-menu-item
		> a.mega-menu-link,
	#mega-menu-wrap-header
		#mega-menu-header
		> li.mega-menu-megamenu
		> ul.mega-sub-menu
		li.mega-menu-column
		> ul.mega-sub-menu
		> li.mega-menu-item
		> a.mega-menu-link {
		line-height: normal;
		left: 0;
		padding: 0 !important;
	}
	#mega-menu-wrap-header
		#mega-menu-header
		li.mega-menu-megamenu
		> ul.mega-sub-menu
		> li.mega-menu-row
		> ul.mega-sub-menu
		> li.mega-menu-columns-3-of-12:not(:nth-last-child(-n + 2)) {
		margin-bottom: 50px;
	}
	#mega-menu-wrap-header
		#mega-menu-header
		li.mega-menu-megamenu
		> ul.mega-sub-menu
		> li.mega-menu-row
		> ul.mega-sub-menu
		> li.mega-menu-columns-3-of-12:nth-child(odd) {
		width: 100%;
		flex: 0 0 58%;
		max-width: 58%;
	}
	#mega-menu-wrap-header
		#mega-menu-header
		li.mega-menu-megamenu
		> ul.mega-sub-menu
		> li.mega-menu-row
		> ul.mega-sub-menu
		> li.mega-menu-columns-3-of-12:nth-child(even) {
		width: 100%;
		flex: 0 0 42%;
		max-width: 42%;
	}
	#mega-menu-wrap-header
		#mega-menu-header
		> li.mega-menu-megamenu
		> ul.mega-sub-menu
		li.mega-menu-column
		> ul.mega-sub-menu
		> li.mega-menu-item
		> a.mega-menu-link:not(:first-child) {
		font-weight: 300 !important;
	}
	.list-group-horizontal {
		margin-bottom: 20px;
	}
	.woocommerce-variation-add-to-cart {
		flex-wrap: wrap;
	}
	.single-stock {
		margin-top: 0px !important;
	}
	.single-product .content {
		max-width: 100%;
		width: 325px;
	}
	.single-product div.product .woocommerce-product-gallery {
		padding-left: 0;
	}
	.product_title.entry-title {
		font-size: 2rem;
	}
	.single-product .product__header .onsale {
		top: -18px;
	}
	.single-product .onsale {
		top: 0;
	}
	.onsale,
	span.outofstock {
		padding: 1px 10px;
		font-size: 12px;
		line-height: 20px;
		height: 20px;
	}
	.cart_totals {
		padding: 30px 20px;
	}
	.cart_totals td {
		padding-left: 0;
	}
	.woocommerce-shipping-totals.shipping td {
		display: flex;
		text-align: right;
		clear: both;
		flex-direction: column;
		align-items: flex-start;
	}
	.woocommerce-shipping-totals.shipping td:before {
		margin-bottom: 15px;
	}
	.cart-collaterals .checkmark {
		left: 0;
	}
	#shipping_method li {
		text-align: left;
	}
	.woocommerce-shipping-methods li label {
		margin-left: 25px;
	}
	.content__cart .woocommerce-shipping-destination {
		text-align: left;
	}
	.cart-collaterals {
		margin-top: 0;
	}
	.saha-cs-cart__title,
	.cart_totals h2 {
		font-size: 16px;
		font-weight: 600 !important;
	}
	.woocommerce-cart .actions {
		display: none;
	}
	.content__cart .cart_item {
		margin-bottom: 20px;
	}
	.coupon input {
		width: 150px;
	}
	.cross-sells ul.products {
		display: flex;
	}
	.cart-collaterals .woocommerce-shipping-methods li label {
		padding-left: 40px;
	}
	ul.products.columns-3 li.product:hover {
		transform: translateY(0px);
	}
	.wc_payment_method label {
		margin-left: 30px;
	}
}

.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field,
.awcfe-order-extra-details {
	display: none !important;
}

@media screen and (max-width: 767px) {
	/* same height in  product image */
	ul.products li.product img {
		height: 180px;
	}
	/* delete margin */
	.page-numbers li {
		margin: 0 !important;
	}

	.page-numbers {
		gap: 2px;
	}
}



@media only screen and (min-width: 1024px){
	.text__featured .container:first-child > .row div[class*="col-md"]{
			min-height: 600px;
			display: flex;
			align-items: center;
	}
}