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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Quicksand", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Bebas Neue", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Bebas Neue", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Bebas Neue", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Bebas Neue", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 18px;
	--wd-primary-color: rgb(235,96,41);
	--wd-alternative-color: rgb(51,0,114);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #6ca300;
	--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;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: rgb(235,96,41);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.product-share{
	display: none;
}

fieldset.hidden-fields-container {
    display: none;
}

/*IFRAME*/
.elementor-fit-aspect-ratio iframe {
    border-radius: 15px;
}
.grecaptcha-badge {
    display: none !important;
}
/* Tooltip container */
.tooltip-prueba {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip-prueba .tooltiptext {
  visibility: hidden;
  width: 190px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -95px;
}

.tooltip-prueba .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-prueba:hover .tooltiptext {
  visibility: visible;
	margin-top: 11px;
}

/************************/
.boton-sin-ficha-tecnica {
    border-radius: 50px;
    padding: 11px 45px;
    background: #FFF;
    font-weight: bold;
    margin: 25px 0 45px 0;
    display: block;
    width: fit-content;
    border: 2px solid #eb6029;
    color: #eb6029 !important;
}
.boton-ficha-tecnica {
    border-radius: 50px;
    padding: 11px 45px;
    background: #eb6029;
    color: #FFF !important;
    font-weight: bold;
    box-shadow: 1px 1px 15px 3px #e95f2a73 !important;
    margin: 25px 0 45px 0;
    display: block;
    width: fit-content;
}
.fa-download:before {
    margin-left: 7px;
}

/**************/
.comment-form .submit {
    background-color: #d9017a !important;
    border-radius: 50px;
}
/*Servicios*/
.banner-hover-background:not(.banner-background) .wrapper-content-banner:after {
    background-color: rgb(51 0 113 / 92%) !important;
    transform: scale(1.5) !important;
}
#servicios .banner-hover-background{
    border-radius: 15px;
}
/*Carrusel*/

.twae-horizontal span.twae-title, .twae-wrapper span.twae-extra-label {
    display: none !important;
}
.twae-horizontal .twae-description {
    padding: 29px !important; 
}
.twae-wrapper .twae-description p{
    margin-bottom: 0px !important;
}

/*Sidebar*/
.sidebar-widget {
    box-shadow: 0 5px 30px 0 rgb(41 49 64 / 7%);
    padding: 23px !important;
    border-radius: 10px !important;
    background: #FFF;
}
/*Whatsapp*/
.wws--bg-color {
    animation: pulse-black 1.5s infinite;
}
.wws-popup-container--position {
    bottom: 45px !important;
}

@keyframes pulse-black{
0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgb(34 193 94 / 6%);
}
70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgb(34 193 94 / 50%);
}
100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgb(34 193 94 / 0%);
}
}
/*Menu*/
.wd-nav>li>a {
    padding: 0 19px;
    letter-spacing: 1px;
}
.whb-with-shadow {
    box-shadow: -4px -5px 8px rgb(0 0 0 / 17%) !important;
}
/*Menu Productos*/
.promo-banner .wrapper-content-banner{
    border: 1px solid #76767642;
    border-radius: 12px;
}

/*Top Bar*/
.whb-top-bar a {
    font-family: 'Quicksand' !important;
    letter-spacing: 0px !important;
}
.wd-nav>li>a .wd-nav-icon {
    font-size: 115%;
    background: #d9017a;
    padding: 7px;
    border-radius: 50px;
}

/*Soluciones*/
#soluciones .promo-banner {
    border-radius: 25px;
    border: 1px solid #00000020;
}

/*Buscador*/
.wd-search-full-screen.wd-opened .searchform {
    background: #f9f9f9;
}

/*Footer Wynns*/
#foooter-wyns ul{
    display: flex;
    list-style: none;
}
#foooter-wyns ul li{
    padding-right: 25px;
}

/*Info Box*/
.infobox .infobox-icon {
    height: 18px !important;
    display: block;
        width: 100%;
        margin-bottom: 5px;
}
.infobox {
    padding: 10px 13px;
    border: 1px solid #eb6029;
    height: 62px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    color: #FFF !important;
    letter-spacing: 1px;
}

/*Formularios*/
input[type="submit"] {
    border-radius: 25px;
    padding: 13px 71px;
    background: #d9017a;
    color: #FFF !important;
    font-weight: bold;
    box-shadow: 1px 1px 15px 3px #d9017a82 !important;
    margin-top: 15px;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
    background: #f9f9f9;
    border-color: #f1f1f1;
		color: #000;
		text-align: left !important;
		padding: 0 15px;
}

input[type='email']:focus, input[type='date']:focus, input[type='search']:focus, input[type='number']:focus, input[type='text']:focus, input[type='tel']:focus, input[type='url']:focus, input[type='password']:focus, textarea:focus, select:focus {
    border-color: rgb(217 1 122);
}

textarea {
    min-height: 100px;
    resize: none;
	  border-radius: 15px;
}
/*Carrousel Blog*/
.wd-post-cat.wd-style-with-bg {
    border-radius: 5px;
}
.wd-post-date.wd-style-with-bg {
    border-radius: 5px;
    background: #eb6029 !important;
    color: #FFF !important;
}
.read-more-section a {
    background: #eb6029 !important;
    padding: 15px 28px;
    color: #FFF !important;
    border-radius: 50px;
}
.read-more-section a:hover:after{
		display: none;
}
.read-more-section a:hover {
    box-shadow: 1px 1px 15px 3px #eb602950 !important;
}
/*Tienda*/
.title-design-centered .wd-nav-product-cat {
    display: none;
}
/*Producto*/
.wd-more-desc .wd-more-desc-inner, .wd-hover-base .fade-in-block{
    display: none !important;
}
/*Precio*/
.wd-hover-base .wrapp-product-price, .summary-inner>.price, .product-rating-price {
    display: none;
}
/*Producto Pagina Interna*/
.product-tabs-wrapper{
        background: url('/wp-content/uploads/2021/10/background-product.svg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
}
.single-product .site-content {
    background: #f1f1f147;
    margin-top: -40px;
    padding: 40px 0;
}
.product-summary-shadow .summary-inner { 
     border-radius: 16px;
     text-align: left;
}
.product-image-summary .wd-product-brands img{
    min-width: 170px;
}
.woocommerce-product-details__short-description {
   line-height: 28px;
}
::marker{
    color: #eb6029;
    font-size: 17px;
}

.icons-design-default .wd-social-icon{
        color: #fff !important;
        background: #d9017a;
        margin: 0px 4px !important;
        width: 27px !important;
        height: 27px !important;
}
.product-design-alt.meta-location-add_to_cart .product_meta>span{
        margin-left: 0px;
}
.meta-location-add_to_cart .product_meta, .popup-quick-view .product_meta{
        padding-top: 0px;   
        border: none;
}
.tabs-layout-tabs .tabs li a{
        font-size: 20px;
        letter-spacing: 1px;
}

.wd-product-brands{
    display: flex;
    margin-bottom: 17px !important;
}
.wd-product-brands .woodmart-product-brand{
    padding: 0 10px 0 0;
}
.woocommerce-product-details__short-description p, .summary-inner h1{
    margin-bottom: 10px;
}
li.additional_information_tab{
    display: none !important;
}@media (min-width: 1025px) {
	.wd-nav[class*="wd-style-"]>li>a {
    padding: 0 10px;
}

.autocomplete-suggestion .wd-entities-title {
    font-size: 16px !important;
    text-align: center !important;
    letter-spacing: .2px !important;
}
/*PRODUCTO*/
.title-line-two .product-grid-item .wd-entities-title {
    max-height: 60px !important;
    line-height: 25px !important;
    font-size: 20px;
}
.wd-hover-base .product-wrapper {
    background: white;
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0px 0 9px 1px #00000024;
    margin: 10px;
		min-height: 465px !important;
}
.related-products .wd-hover-base .product-wrapper {
    height: 350px !important;
    min-height: 150px !important;
}
.related-products .wd-hover-base .product-wrapper h3 {
    font-size: 19px !important;
}

/*TITULO DE COMENTARIOS*/
.woocommerce-Reviews .comment-reply-title, .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 19px;
}
}

@media (max-width: 576px) {
	/*IMAGEN SERVUCUI*/
.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
 		background: #FFF !important;
}
.elementor-slideshow__title {
 display: none;
}


/*Titulo Producto*/
.wd-hover-base .product-wrapper {
    background: white;
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0px 0 9px 1px #00000024;
}
.title-line-two .product-grid-item .wd-entities-title {
    font-size: 16px !important;
    max-height: 41px !important;
    line-height: 20px !important;
}
/****************/
#foooter-wyns ul{
		display: none;
}
.wd-btn-show-cat {
    display: none !important;
}
}

