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

:root {
	--wd-text-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #141414;
	--wd-text-font-size: 16px;
	--wd-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #141414;
	--wd-widget-title-font-size: 24px;
	--wd-header-el-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 20px;
	--wd-primary-color: #b70000;
	--wd-alternative-color: #231f20;
	--wd-link-color: #b70000;
	--wd-link-color-hover: #231f20;
	--btn-default-bgcolor: #b70000;
	--btn-default-bgcolor-hover: #231f20;
	--btn-accented-bgcolor: #b70000;
	--btn-accented-bgcolor-hover: #231f20;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.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-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.single-product .main-page-wrapper {
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.full-screen-nav .item-level-0>a, .whb-color-light .navigation-style-bordered .item-level-0>a, .whb-color-light .navigation-style-default .item-level-0>a, .whb-color-light .navigation-style-separated .item-level-0>a, .whb-color-light .navigation-style-underline .item-level-0>a {
    text-shadow: 0px 3px 6px rgba(0,0,0,0.5);
}


.whb-color-light .woodmart-shopping-cart>a {
    text-shadow: 0px 3px 6px rgba(0,0,0,0.5);
}


.whb-color-light .woodmart-header-links .item-level-0>a {
    text-shadow: 0px 3px 6px rgba(0,0,0,0.5);
}

.whb-color-light .search-button>a {
    text-shadow: 0px 3px 6px rgba(0,0,0,0.5);
}

.main-page-wrapper {
background: transparent linear-gradient(0deg, #00000000 90%, #000000B8 100%) 0% 0% no-repeat padding-box;

}

.copyrights-centered .min-footer {
    text-align: center;
    font-size: 14px;
}

.woodmart-prefooter {
    padding-bottom: 0px;
}

.widget_product_categories .woodmart-cats-toggle {
    color: #333;
}

.text {
	text-shadow: 0px 3px 6px rgba(255,255,255,0.6);
	}

.text1 {
	color:#707070;
	font-size:20px;
	line-height:27px;
		}

/* WhatsApp flotante - Pulso más llamativo */
#ht-ctc-chat .ctc-analytics{
  animation: ctcPulsePro 1.6s cubic-bezier(.4,0,.2,1) infinite;
  transform-origin: center;
}

@keyframes ctcPulsePro{
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .7),
                0 0 25px rgba(37, 211, 102, .9);
  }
  50% {
    transform: scale(1.18);
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0),
                0 0 45px rgba(37, 211, 102, .6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0),
                0 0 25px rgba(37, 211, 102, .9);
  }
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce){
  #ht-ctc-chat .ctc-analytics{ animation: none !important; }
}

@media (min-width: 1025px) {
	.woodmart-navigation .item-level-0>a {

    text-transform: none;
}

.imagex {
    
    transition: transform .6s;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.imagex:hover {
    -ms-transform: scale(1.02); /* IE 9 */
    -webkit-transform: scale(1.02); /* Safari 3-8 */
    transform: scale(1.02); 
}
}

