@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//hannacolombia.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Titillium Web", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Titillium Web", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Titillium Web", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Titillium Web", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Titillium Web", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Titillium Web", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(0,94,184);
	--wd-alternative-color: rgb(242,86,35);
	--wd-link-color: rgb(0,94,184);
	--wd-link-color-hover: rgb(0,94,184);
	--btn-default-bgcolor: rgb(225,235,255);
	--btn-default-bgcolor-hover: rgb(225,235,255);
	--btn-default-color: rgb(0,94,184);
	--btn-default-color-hover: rgb(0,94,184);
	--btn-accented-bgcolor: rgb(28,97,231);
	--btn-accented-bgcolor-hover: rgb(28,97,231);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-form-brd-radius: 5px;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}



.site-content {
  max-width: 100% !important;
  width: 100% !important;
  flex: 100%;
}

.woocommerce-Tabs-panel,
.woodmart-tab-content,
.wd-tab-content,
.wd-scroll-content,
.wd-accordion-item .wd-scroll-content {
  max-height: none !important;
  overflow: visible !important;
}

.wd-scroll-content {
  overflow-y: visible !important;
}

.wd-accordion-item .wd-scroll-content {
  display: block !important;
}

.wd-accordion-item {
  height: auto !important;
}


















.carrito-left {
    padding: 10px 10px;
}

.wd-sticky-nav-title{
	border-radius: 50px!important;
}

.container{
	padding: 0;
}

.main-page-wrapper{
	padding-top: 0px;
}


.wd-product :is(.product-image-link,.hover-img) img{
	object-fit: contain!important;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
	object-fit: contain !important;
}

.wd-prefooter{
	display: none;
}

.product-element-bottom h3 a,
span.woocommerce-Price-amount.amount{
	color: #000000;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop {
    background: #e2e2e2;
		color: #000000;
		padding: 2px;
		width: auto;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop span {
	font-size: 14px;
	padding: 5px;
}

/* Seleccionamos el botón */
.wd-add-btn-replace .button {

}

/* Quitamos el hover */
.wd-add-btn-replace .button:hover {
	transform: none!important;
}

/* Quitamos before y after */
.wd-add-btn-replace .button::before,
.wd-add-btn-replace .button::after {
  content: none !important;
  display: none !important;
}





.wd-registration-page.wd-no-registration{
	max-width: 100%!important;
}

h2.wd-login-title{
	font-family: "Soho Gothic Pro", Sans-serif!important;
    font-size: 30px!important;
    font-weight: 600!important;
    text-transform: none!important;
    font-style: normal!important;
    text-decoration: none!important;
    line-height: 1.2em!important;
    letter-spacing: 0px!important;
    word-spacing: 0em!important;
	color: #000000!important;
	margin-bottom: 100px!important;
}

form.login.woocommerce-form.woocommerce-form-login{
	width: 450px!important;
    margin: 0 auto!important;
	    display: flex !important
;
    flex-direction: column;
    column-gap: 10px;
}

form.login.woocommerce-form.woocommerce-form-login:before{
	content: 'Iniciar sesión para empezar';
	font-family: "Soho Gothic Pro", Sans-serif!important;
    font-size: 20px!important;
    font-weight: 600!important;
    text-transform: none!important;
    font-style: normal!important;
    text-decoration: none!important;
    line-height: 1.2em!important;
    letter-spacing: 0px!important;
    word-spacing: 0em!important;
	    color: #000000 !important;
    margin-bottom: 25px !important;
}

p.woocommerce-FormRow.woocommerce-FormRow--wide.form-row.form-row-wide label{
	font-family: "Soho Gothic Pro", Sans-serif!important;
	    color: #000 !important;
}

input#username{
	border-radius: 10px;
}

input#password{
	border-radius: 10px;
}

.show-password-input{
	    border: 1px solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

button.button.woocommerce-button.woocommerce-form-login__submit{
	border-radius: 10px !important;
    background: #005EB8 !important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span{
	font-family: "Soho Gothic Pro", Sans-serif!important;
	    color: #000 !important;
}

a.woocommerce-LostPassword.lost_password{
	font-family: "Soho Gothic Pro", Sans-serif!important;
	font-size: 16px !important;
}



/* Oculta el checkbox original */
.yith-wcan-filter input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

/* Estiliza el label */
.yith-wcan-filter label {
  position: relative;
  padding-left: 28px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

/* Círculo exterior */
.yith-wcan-filter label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #0073ba; /* color del borde */
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}

/* Punto relleno solo si está checked */
.yith-wcan-filter input[type="checkbox"]:checked ~ .term-label::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);*/
  width: 8px;
  height: 8px;
  background: #0073ba;
  border-radius: 50%;
  pointer-events: none;
}



/* estilos componentes off canvas menu buscador */

.productos-populares-wrapper{
	display: flex ; 
	gap: 0; 
	flex-wrap: wrap; 
	justify-content: space-between;
}

.producto-popular{
	text-decoration: none; 
	color: inherit; 
	padding: 15px; 
	border-radius: 12px; 
	text-align: center; 
	flex: 1 1 30%; 
	max-width: 30%;
}

.producto-popular .img-container{
	background:#F2F3F4; 
	padding:20px; 
	border-radius:12px; 
	filter: brightness(1); 
	mix-blend-mode: multiply;
}

.producto-popular .img-container img{
	filter: brightness(1); 
	mix-blend-mode: multiply;
}

.producto-popular .info-producto{
	margin-top:10px;
}

.producto-popular .info-producto{
	margin-top:10px;
}

.producto-popular .info-producto strong{
	display: block; 
	text-align: left; 
	font-family: 'Soho Gothic Pro', Sans-serif; 
	font-size: 16px; 
	font-weight: 500; 
	text-transform: none; 
	font-style: normal; 
	text-decoration: none; 
	line-height: 1.2em; 
	letter-spacing: 0px; 
	word-spacing: 0em; 
	color: #000000;
}

.producto-popular .info-producto span{
	display: block; 
	text-align: left; 
	font-family: 'Soho Gothic Pro', Sans-serif; 
	font-size: 16px; 
	font-weight: 400; 
	text-transform: none; 
	font-style: normal; 
	text-decoration: none; 
	line-height: 1.2em; 
	letter-spacing: 0px; 
	word-spacing: 0em; 
	color: #000000; 
	margin-top: 5px;
}


.page-id-24251 .whb-main-header{
	display: none;
}

.page-id-24251 footer.footer-container.color-scheme-dark{
	display: none;
}

.page-id-24251 .cc-compass{
	display: none;
}



.hcc-cart-wrapper .hcc-cart-item{
	background: #f5f5f5 !important;
    border: 0 !important;
    border-radius: 25px !important;
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

.hcc-cart-wrapper .hcc-cart-main{
	background: #f5f5f5 !important;
	border-radius: 25px!important;
}

.hcc-cart-wrapper .hcc-quantity-controls{
	    background: #c1c1c1 !important;
    border: 0 !important;
    border-radius: 10px !important;
}

.hcc-cart-wrapper .hcc-qty-btn{
	    background: #c1c1c1 !important;
    border-radius: 10px !important;
}

.hcc-cart-wrapper .hcc-qty-input{
	    background: #c1c1c1 !important;
    border: 0 !important;
}

.hcc-cart-wrapper .hcc-qty-btn{
	    height: auto !important;
    min-height: 10px !important;
    width: fit-content !important;
    padding: 0px 8px !important;
    font-weight: 400 !important;
    padding-bottom: 5px !important;
    color: #000 !important;
}

.hcc-cart-wrapper .hcc-qty-input{
	height: fit-content !important;
}

.hcc-discount-badge span.woocommerce-Price-amount.amount{
	color: #fff;
}

.hcc-cart-wrapper .hcc-item-actions{
	display: flex !important;
	justify-content: flex-start!important;
	column-gap: 25px!important;
	margin: 0 !important;
    border: 0 !important;
	    border-bottom: 1px solid #b6b6b6 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.hcc-cart-wrapper .hcc-item-buttons button{
	color: #696969 !important;
	font-size: 12px!important;
	text-decoration: none!important;
}


.hcc-cart-wrapper .hcc-price-panel{
	background: #f5f5f5 !important;
    border: 0 !important;
    border-radius: 25px !important;
	margin: 0!important;
	
}


.hcc-cart-wrapper .hcc-cross-sell-section{
	background: #f5f5f5 !important;
    border: 0 !important;
    border-radius: 25px !important;
	margin: 0!important;
}


.hcc-cart-wrapper .hcc-cart-subtotal-bottom{
	background: #f5f5f5 !important;
    border: 0 !important;
    border-radius: 25px !important;
	margin: 0!important;
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
}

.hcc-cart-wrapper .hcc-cart-subtotal-bottom{
	display: flex !important;
    justify-content: flex-end !important;
	padding-top: 0!important
}

.hcc-cart-wrapper .hcc-cart-subtotal-bottom span.woocommerce-Price-amount.amount{
	font-size: 18px;
}

.hcc-cart-wrapper .hcc-cart-subtotal-bottom strong{
	    display: flex;
    align-content: center !important;
    align-items: center !important;
}

.hcc-cart-wrapper .hcc-cart-subtotal-bottom small.tax_label{
	font-size: 18px;
	margin-left: 5px;
}

.hcc-panel-price-header{
	display: none;
}

.hcc-panel-subtotal span.woocommerce-Price-amount.amount{
	font-size: 18px;
}

.hcc-panel-subtotal small.tax_label{
	font-size: 18px;
}

.hcc-cart-wrapper .hcc-panel-subtotal{
	line-height: 20px;
}

.hcc-panel-subtotal span.woocommerce-Price-amount.amount{
	font-size: 18px;
}

.hcc-panel-subtotal span{
	 width: min-content;
}


.hcc-cart-wrapper .hcc-item-image img{
	  filter: brightness(1);
    mix-blend-mode: multiply;
}

.hcc-cart-wrapper .hcc-checkout-button{
	        background: #005CB9 !important;
    color: #fff !important;
    padding: 5px 10px !important;
    text-align: center !important;
    min-height: auto !important;
    font-size: 12px !important;
    text-transform: math-auto;
    width: fit-content !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
}





.hcc-cart-wrapper .hcc-cross-sell-link{
	    display: flex !important;
    text-decoration: none !important;
    color: inherit !important;
    flex-direction: row;
}

.hcc-cart-wrapper .hcc-cross-sell-info {
    text-align: left !important;
}

.hcc-cart-wrapper .hcc-cross-sell-image{
	width: 40%;
	display: flex;
	background: #fff !important;
	border-radius: 10px !important;
}

.hcc-cart-wrapper .hcc-cross-sell-info{
	margin-left: 15px;
}

.hcc-cart-wrapper .hcc-cross-sell-name{
	margin: 0!important;
	font-size: 12px!important;
	min-height: auto!important;
}

.hcc-cart-wrapper .hcc-cross-sell-sku{
	color: #000!important;
	margin: 0!important;
}


.hcc-cart-wrapper .hcc-cross-sell-info .hcc-add-to-cart-btn{
	 background: #C1C1C1 !important;
    color: #000 !important;
    padding: 5px 10px !important;
    text-align: center !important;
    min-height: auto !important;
    font-size: 12px !important;
    text-transform: math-auto;
    width: fit-content !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
}

.hcc-cart-wrapper .hcc-cross-sell-prices{
	margin: 0!important;
}

.hcc-cart-wrapper .hcc-cross-sell-old-price{
	margin: 0!important;
	display: none!important;
}

body .hcc-cart-wrapper .hcc-saved-items-section .hcc-tab-content[data-content="buy-again"].active{
	background: #f5f5f5 !important;
    border: 0 !important;
    border-radius: 25px !important;
	margin: 0!important;
padding:25px;
	border-top-left-radius: 0!important;
}

body .hcc-cart-wrapper .hcc-saved-items-section .hcc-tab-content[data-content="saved"].active{
	background: #f5f5f5 !important;
    border: 0 !important;
    border-radius: 25px !important;
	margin: 0!important;
padding:25px;
	border-top-left-radius: 0!important;
}

body .hcc-cart-wrapper .hcc-saved-items-section .hcc-tabs{
	margin: 0!important;
	border: 0!important;
}

.hcc-cart-wrapper .hcc-tab.active{
	background: #f5f5f5 !important;
    border: 0 !important;
    border-radius: 25px !important;
	margin: 0!important;
padding:25px;
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

.hcc-cart-wrapper .hcc-tab{
	background: #dedede !important;
    border: 0 !important;
    border-radius: 25px !important;
	margin: 0!important;
padding:25px;
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

.hcc-cart-wrapper .hcc-product-card{
	border: 0!important;
	background: transparent!important;
}

.hcc-cart-wrapper .hcc-product-image{
	background: #fff!important;
	border-radius: 10px;
}

.hcc-cart-wrapper .hcc-product-info{
	 text-align: left !important;
}

.hcc-cart-wrapper .hcc-add-to-cart-btn{
	background: #C1C1C1 !important;
    color: #000 !important;
    padding: 5px 10px !important;
    text-align: center !important;
    min-height: auto !important;
    font-size: 12px !important;
    text-transform: math-auto;
    width: fit-content !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
}

.hcc-cart-wrapper .hcc-product-name{
	margin: 0!important;
	font-weight: 400!important;
	font-size: 14px!important;
}

.hcc-cart-wrapper .hcc-product-sku{
	margin: 0!important;
	font-weight: 700!important;
	color: #000!important;
}


.hcc-cart-wrapper .hcc-cart-items{
	gap: 0!important;
}

