/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.flex-wrap > div {
	flex-wrap: wrap;
}

.content-bg, body.content-style-unboxed .site {
    background: rgba(255, 255, 255, 0.98);
}

ul.list-check {
	list-style: none;
}

ul.list-check li {
	position: relative;
	margin-bottom: 10px;
}

ul.list-check li:before {
	content: '\f00c';
	font-family: FontAwesome;
	display: block;
	position: absolute;
	left: -23px;
	color: var(--global-palette1);
}

ul.columns-2 {
	columns: 2;
}

/* HEADER */

#main-header .site-container {
	max-width: 100%;
	padding: 0 60px;
}

#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner, .transparent-header .site-main-header-wrap .site-header-row-container-inner {
	transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.header-navigation ul li.menu-item>a {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.woocommerce-MyAccount-navigation {
	width: 180px;
	/*font-family: 'Oswald';*/
	padding: 15px 10px!important;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.site-header-row {
	display: flex;
}

.site-header-section.site-header-section-left {
	max-width: 26%;
	width: 100%;
}

.site-header-section.site-header-section-right {
	width: 100%;
	max-width: 100%;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a {
	justify-content: center;
	display: flex;
}

.header-navigation[class*="header-navigation-dropdown-animation-fade"] .menu-item.kadence-menu-mega-enabled > .sub-menu {
	left: 0!important;
	margin-left: 0!important;
	/*width: 850px!important;*/
}

/* submenu imagenes */
/*
.header-menu-container ul.menu>li.kadence-menu-mega-enabled:not(.kadence-menu-mega-columns-1)>ul.sub-menu {
	padding: 10px;
}

.wp-menu-img a {
	display: flex!important;
    align-items: center;
}

.wp-menu-img-before img {
    width: 80px;
    margin-right: 15px;
}
*/

.header-navigation .header-menu-container ul ul li.menu-item > a {
	text-align: left;
}

.menu-label-description {
	font-family: var(--global-body-font-family);
	line-height: 1.1em;
    font-size: 12px;
}

.woocommerce-MyAccount-navigation li.menu-item a {
	width: 100%!important;
}

.dgwt-wcas-search-input {
	color: #000;
}

.header-navigation .header-menu-container ul ul.sub-menu {
	padding: 20px 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

/* movil */

.header-mobile-search-bar, .header-mobile-search-bar form {
    max-width: 100%;
    width: 100%;
}


/* HOME */

.premium-banner-animation10 .premium-banner-ib-title::after {
	background: var(--global-palette1);
}

.elementor-image-box-img img {
	margin-left: auto;
	margin-right: auto;
}

.premium-banner-animation6 .premium-banner-ib-desc {
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-banner-animation6 .premium-banner-ib-title {
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* grid marcas */

.brand-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.brand-grid-item {
    flex: 1 1 calc(16.666% - 20px);
    max-width: calc(16.666% - 20px);
    box-sizing: border-box;
    text-align: center;
}

.brand-grid-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 70px;
}



/* PAGINAS */
.page .elementor-heading-title, .home .elementor-heading-title {
	margin: 0;
	margin-bottom: 7px!important;
}

.elementor-counter .elementor-counter-number-prefix {
	display: none;
}

.elementor-counter .elementor-counter-title {
	text-align: left!important;
}

.elementor-heading-title span {
	font-size: 26px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	background: transparent;
}

/* CATEGORIAS */

.post-type-archive-product .product-archive-hero-section .site-container, .tax-product_cat .product-archive-hero-section .site-container {
	padding-left: 0;
    padding-right: 0;
}

.term-material-sanitario header.entry-header > h1, .term-material-sanitario header.entry-header #kadence-breadcrumbs, .term-equipacion header.entry-header > h1, .term-equipacion header.entry-header #kadence-breadcrumbs {
	display: none;
}

.post-type-archive-product #primary .site-container, .tax-product_cat #primary .site-container {
	max-width: 100%;
	padding-left: 24px;
    padding-right: 24px;
}

.post-type-archive-product #main, .tax-product_cat #main {
	padding-top: 20px;
	padding-bottom: 20px;
}

.post-type-archive-product .product-archive-title, .tax-product_cat .product-archive-title {
	margin-top: 30px;
}

.post-type-archive-product .term-description, .tax-product_cat .term-description {
	margin-top: 30px;
}

.term-material-sanitario .product-archive-title, .term-material-sanitario .term-description, .term-equipacion .product-archive-title, .term-equipacion .term-description {
	margin-top: 0;
}

.term-material-sanitario .entry-hero .entry-hero-container-inner, .term-equipacion .entry-hero .entry-hero-container-inner {
    padding-top: 0!important;
}

.kadence-shop-top-row {
    justify-content: space-evenly;
}

.filter-toggle-open-container {
	margin-bottom: 10px
}

.content-sidebar-shop {
	display: flex;
}

.content-sidebar-shop > section {
	margin-right: 30px;
}

.content-sidebar-shop .select2-container--default .select2-selection--single {
	width: 350px;
	background-color: transparent;
    border: 0px solid #aaa;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.content-sidebar-shop .select2-container--default .select2-selection--single .select2-selection__rendered, .content-sidebar-shop .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #fff;
	font-weight: 700;
}

.content-sidebar-shop .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field, .select2-results__option {
	color: #000;
}


select.orderby {
	background-repeat: no-repeat;
}

.woocommerce ul.products li.product {
	box-shadow: none;
	border-radius: 0;
}

.woocommerce ul.products li.product .entry-content-wrap {
	text-align: center;
	padding: 10px;
	background: none!important;
}

.woocommerce ul.products li.product .product-action-wrap {
	display: none;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
}

.woocommerce ul.products li.product .product-details .woocommerce-loop-product__title {
	padding-top: 5px;
}

.woocommerce ul.products li.product a.woocommerce-loop-image-link {
    height: 0;
    padding-bottom: 100%;
    background: #fff;
}

.woocommerce ul.products li.product a.woocommerce-loop-image-link img {
	background: #fff;
}

.woocommerce ul.products li.product .price del {
	font-size: 80%;
	margin-left: 5px;
}

.list-atrib {
	font-size: 13px;
    text-transform: uppercase;
}

.catil {
	font-size: 11px;
	color: #919191;
	margin-bottom: 10px;
}

.sale-perc {
	position: absolute;
    top: 6px;
    left: 6px;
    background: green;
    color: #fff;
    font-size: 0.857em;
    line-height: 1.2;
    padding: 4px 8px;
    z-index: 10;
    border-radius: 0.25rem;
}
/*
body:not(.logged-in) .onsale, body:not(.logged-in) .price {
	display: none!important;
}
*/

.woocommerce ul.products.woo-archive-btn-button li.product .price {
    margin-bottom: 5px;
}

ul.products .cfvsw-swatches-container {
    grid-gap: 6px;
    width: 100%;
    justify-content: center;
}

ul.products .cfvsw-swatches-option {
	min-width: 24px!important;
    min-height: 24px!important;
}

li.product a .attachment-woocommerce_thumbnail, .wc-block-grid__product a .attachment-woocommerce_thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.woocommerce .woocommerce-pagination ul.page-numbers {
	text-align: center;
}

/* Sidebar */

.woocommerce.widget_product_categories>ul li {
	margin-bottom: 7px;
	text-transform: uppercase;
}

.woocommerce.widget_product_categories>ul li:first-child {
	margin-top: 7px;
}

.woocommerce.widget_product_categories>ul li a {
	border-bottom: none;
	line-height: 18px;
	font-size: 15px;
}

.woocommerce.widget_product_categories>ul li.current-cat>a {
	color: var(--global-palette-highlight);
}

.woocommerce .woocommerce-widget-layered-nav-list a::before {
	/*display: none;*/
}

.woocommerce .woocommerce-widget-layered-nav-list li.chosen a::before {
	width: 14px;
    height: 14px;
    font-size: 11px!important;
    line-height: 13px;
    color: #fff !important;
    /*display: none;*/
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before {
	/*display: none;*/
}

.cfvsw-label-option {
    font-size: 14px;
}
.cfvsw-filters li.chosen a {
	background: none;
	padding: 0!important;
	margin: 0!important;
}

.cfvsw-filters li.chosen .cfvsw-swatches-container .cfvsw-swatches-option {
	background: var(--global-palette-highlight);
	color: #fff;
}

small.woocommerce-price-suffix {
	font-size: 70%;
}

.woocommerce.widget_product_categories>ul li {
	list-style: none;
}

.woocommerce.widget_product_categories>ul li .kadence-cat-toggle-sub, .woocommerce.widget_product_categories>ul li .kadence-cat-toggle-sub:hover {
    border-bottom: none!important;
}

#secondary .sidebar-inner-wrap section {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#secondary .sidebar-inner-wrap section:last-child {
	border-bottom: none;
}

.widget_filter_by_brand ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
	/*display: none;*/
}

#main > .kadence-shop-active-filters {
	display: none;
}

.widget_price_filter, .woocommerce-widget-layered-nav {
	padding-bottom: 14px;
}

.woocommerce .woocommerce-widget-layered-nav-list {
	columns: 2;
}

.woocommerce.widget_product_categories>ul li.cat-parent.sub-toggle-active>.kadence-cat-toggle-sub {
	background: none;
}

#filter-drawer.popup-drawer-layout-sidepanel .drawer-inner {
	border-right: 1px solid rgba(255,255,255,0.3);
}

#filter-drawer .drawer-inner .product-filter-widgets section {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#filter-drawer .drawer-inner .product-filter-widgets section:last-child {
	border-bottom: none;
}

#filter-drawer .drawer-inner .product-filter-widgets a {
	font-size: 15px;
}

/* PRODUCTO */

.single-product #kadence-breadcrumbs {
	margin-bottom: 20px;
}
.kadence-breadcrumb-container a {
	text-decoration: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 10px;
	max-width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li:first-child {
	width: 135px;
	margin-bottom: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 130px;
	height: 130px;
	background: transparent;
	margin-right: 5px;
}

.woocommerce div.product div.images img {
	background: #fff;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border-top: 0 solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
	background: #fff;
}

.pswp__ui--fit .pswp__caption {
	display: none;
}

.single-product .sale-perc {
	position: relative;
	left: auto;
	top: auto;
	margin-top: 10px;
	width: fit-content;
}

.woocommerce div.product form.cart .variations select {
	color: #000;
	margin-bottom: 5px;
}

.woocommerce div.product .product_title {
	margin-bottom: 10px;
}

.woocommerce div.product p.price {
	color: #e1be8e;
	font-size: 28px;
}

.woocommerce div.product p.price del {
	font-size: 80%;
	margin-left: 10px;
}

.woocommerce div.product .image-marca {
	max-width: 180px;
	max-height: 80px;
	margin-bottom: 15px;
}

.cfvsw-swatches-option .cfvsw-swatch-inner {
	color: #000;
}

.cfvsw-selected-swatch {
	background: var(--global-palette1);
	color: #fff;
}

.cfvsw-selected-swatch .cfvsw-swatch-inner {
	color: #fff;
}

.woocommerce div.product form.cart .button {
	text-transform: uppercase;
}

.woocommerce .quantity .qty, .quantity.spinners-added input.minus, .quantity.spinners-added input.plus {
	color: #000;
}

.single-product-extras {
	font-family: var(--global-heading-font-family);
	font-size: 18px;
}

.single-product-extras li span {
	color: var(--global-palette1);
}

.woocommerce div.product .woocommerce-tabs {
	/*max-width: 1000px;*/
	margin-left: auto;
	margin-right: auto;
}

.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {
	text-transform: uppercase;
    font-family: var(--global-heading-font-family);
    font-size: 25px;
    font-weight: normal;
}

.woocommerce table.shop_attributes th {
	width: 50%;
	text-align: right;
	padding: 4px 15px;
	text-transform: uppercase;
}

.woocommerce table.shop_attributes td {
	width: 50%;
	text-align: left;
	padding-left: 15px;
	font-style: normal;
}

.woocommerce table.shop_attributes td p {
	padding: 4px 0;
}


/* COMPARADOR */

.br_compare_button {
	padding: 6px;
}

.br_new_compare_block .br_top_table .br_remove_all_compare {
	float: none;
	margin-bottom: 10px;
    display: inline-block;
}

.br_top_table .br_main_top {
	z-index: 1;
	top: auto!important;
}

.br_new_compare_block .br_compare_price {
	color: var(--global-palette1);
}

.br_new_compare_block a {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*  CARRITO FINALIZAR COMPRA */

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
	color: #000;
}

.woocommerce .woocommerce-checkout .shop_table {
	background: transparent;
}

#payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label {
    background: var(--global-palette1);
}

#payment ul.wc_payment_methods li.wc_payment_method>label {
	background: #a7a7a7;
}

#payment ul.wc_payment_methods li.wc_payment_method>label:before {
	background: #fff;
}


/* CONTACT FORM 7 */

.wpcf7-form {
	color: #fff;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea, .wpcf7-form select {
	margin-bottom: 12px;
    width: 100%;
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: none;
    color: #fff;
}

.wpcf7 input[type=text]:focus,.wpcf7 input[type=email]:focus,.wpcf7 input[type=tel]:focus,.wpcf7 textarea:focus {
    color: #fff;
}

.wpcf7-form-control::-webkit-input-placeholder {
    color: rgba(255,255,255,.8)
}

.wpcf7-form-control:-moz-placeholder {
    color: rgba(255,255,255,.8);
    opacity: 1
}

.wpcf7-form-control::-moz-placeholder {
    color: rgba(255,255,255,.8);
    opacity: 1
}

.wpcf7-form-control:-ms-input-placeholder {
    color: rgba(255,255,255,.8)
}

.wpcf7-form-control:focus::-webkit-input-placeholder {
    color: rgba(255,255,255,1)
}

.wpcf7-form-control:focus:-moz-placeholder {
    color: rgba(255,255,255,1)
}

.wpcf7-form-control:focus::-moz-placeholder {
    color: rgba(255,255,255,1)
}

.wpcf7-form-control:focus:-ms-input-placeholder {
    color: rgba(255,255,255,1)
}

input[type="submit"] {
	border-radius: 0;
}

/*
.wpcf7-form a {
	text-decoration: underline!important;
}
*/
.wpcf7-list-item {
	margin-left: 0;
}

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

.col-1, .col-2 {
	width: 48%;
	float: left;
}

.col-1 {
	margin-right: 4%;
}

/* BLOG */

.search-form .kadence-search-icon-wrap {
	color: var(--global-palette5);
}

.sidebar .widget-title {
	font-weight: 700;
    font-size: 22px;
    color: var(--global-palette1);
}

.wp-site-blocks .post-thumbnail img {
    height: auto;
    max-height: 700px;
    width: auto;
    margin: 0 auto;
}

.post-title .entry-taxonomies {
	margin-top: 20px;
}

.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
	padding-right: 0;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0;
}

.entry-related-inner-content {
	padding-left: 0;
	padding-right: 0;
}

.entry-related .loop-entry .entry-content-wrap {
	padding: 15px 10px;
	background: #f3f3f3;
}

.entry-related .loop-entry .entry-header {
	margin-bottom: 0;
}

.entry-related .loop-entry .entry-header .entry-title {
	font-weight: 700;
	font-size: 17px;
	color: var(--global-palette4);
	line-height: 1.2em;
}

/* FOOTER */

#colophon {
	z-index: 1;
}

#colophon i {
	font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.footer-widget-area a.social-button {
	width: auto;
	height: auto;
	padding: 8px;
}

.site-footer-middle-section-2 {
	justify-content: center;
}


.site-bottom-footer-inner-wrap {
    padding-top: 15px;
}

#colophon .wp-menu-img a {
    display: block !important;
    align-items: center;
}

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

.caracteristicas img {
	height: 60px;
    margin-right: 15px;
    opacity: 0.8;
}




/* MODAL */

.modal-title, .modal-body {
	color: #000;
}

/* COOKIES */

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    background-color: rgba(0,0,0,0.8)!important;
    border-top: none!important;
    z-index: 10000000000;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
	color: #fff!important;
	font-weight: 300!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
	font-weight: 600!important;
	padding: 6px 24px!important;
	border: 1px solid #e3e3e3;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
	color: #fff!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn {
    line-height: 18px!important;
    width: 32px!important;
    height: 32px!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
	transform: scale(.9);
}

/* RESPONSIVE */

@media screen and ( max-width:1350px) {
	.premium-banner-animation6 .premium-banner-ib-desc {
	    padding: 25px;
	}
	
	.premium-banner-animation6 .premium-banner-ib-desc::before {
		top: 20px;
	    bottom: 20px;
	    inset-inline: 20px;
	}
}


@media screen and (min-width:1024px) {
	.kadence-woo-offcanvas-filter-area {
		/*display: none;*/
	}
}

@media screen and (max-width:1024px) {
	.brand-grid-item {
	    flex: 1 1 calc(25% - 20px);
	    max-width: calc(25% - 20px);
	}
	
	#colophon {
		text-align: center;
	}
	
	.site-footer .widget_media_image img {
		max-width: 288px!important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.site-footer .widget .menu a {
		justify-content: center;
	}
}

@media screen and (max-width:680px) {
	ul.columns-2 {
		columns: 1;
	}

	.brand-grid-item {
	    flex: 1 1 calc(33.333% - 20px);
	    max-width: calc(33.333% - 20px);
	}
	
	.site-middle-footer-inner-wrap .footer-widget-area-inner {
	    flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width:520px) {
	.footer-widget-area-inner .widget_sow-features {
		max-width: 260px;
	}
    
    .footer-widget-area-inner .widget_sow-features .sow-features-feature {
		display: flex!important;
	}
}

@media screen and (max-width:450px) {
	#mobile-header .site-container {
		padding: 0 15px;
	}
	
	.brand-grid-item {
	    flex: 1 1 calc(50% - 20px);
	    max-width: calc(50% - 20px);
	}
	
	.site-footer-top-section-1 .footer-widget-area[data-section="sidebar-widgets-footer1"] .footer-widget-area-inner {
	    flex-direction: column;
		align-items: center;
	}
}
