

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat';
	font-weight: bold;
}

h3 {
	margin: 0 0 20px 0;
}

/* #footer .footer-bottom a, .footer-center{
	font-family: 'Arial';
} */

#headerinfoensena{
 background: var(--primary-color);
}

#quadmenu {
	height: auto !important;
}

#quadmenu.quadmenu-is-horizontal.quadmenu-align-center .quadmenu-navbar-nav{
	text-align: center !important;
}


#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item a {
	font-weight: bold !important;
}

.quadmenu-dropdown-toggle.hoverintent, .quadmenu-dropdown-toggle.hoverintent:hover {
	background-color: var(--primary-color-dark) !important;
}

#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item a:hover {
	background-color: var(--primary-color) !important;
}

#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item > .quadmenu-dropdown-menu{
	top: auto !important;
}

.banner {
	margin-bottom: 60px;
} 

.woocommerce .page-title{
	font-weight: bold;
	color: var(--text-color);
	margin-bottom: 20px;
  	font-size: 24px;
  	text-transform: uppercase;
}

.woocommerce h5 {
	font-size: 18px;
	font-weight: bold;
	color: var(--text-color);
}

/* slick */
.slick-track {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.slick-prev, .slick-next{
	z-index: 3;
	background: #fff;
  	border-radius: 25px;
}


.shop-promotions-slider .slick-next.slick-arrow {
	top: 78%;
	right: 44%;
}

.shop-promotions-slider .slick-prev.slick-arrow {
	top: 78%;
	left: 44%;
}

.slick-prev::before, .slick-next::before {
	color: var(--primary-color-dark);
	opacity: 1;
}

.slick-next::before {
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 12px !important;
}

.slick-prev::before {
	content: "\f053";
	font-family: 'FontAwesome';
	font-size: 12px !important;
}

.slick-prev.slick-arrow {
	width: 40px;
	height: 40px;
	border: solid 1px var(--primary-color-dark);
	border-radius: 50px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--white) !important;
	background: var(--white);
	text-shadow: none;
}

.slick-next.slick-arrow {
	width: 40px;
	height: 40px;
	border: solid 1px var(--primary-color-dark);
	border-radius: 50px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--white) !important;
	background: var(--white);
	text-shadow: none;
}

.slick-active button{
	background: var(--tertiary-color) !important;
	border-radius: 25px;
	border: none !important;
	height: 17px !important;
	width: 17px !important;
}

.slick-dots li button {
	border-radius: 25px;
	border: 1px solid var(--primary-color-dark);
	width: 16px !important;
	height: 16px !important;
}
  
.slick-dots li button::before {
	  content: '' !important;
}

.main-content{
	padding-top: 10px;
}

.custom-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.custom-button {
	border: 1px solid var(--border-color);
	background-color: var(--white);
	padding: 10px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 6px;
	width: 100%;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	text-decoration: none;
}

.custom-button:hover {
	text-decoration: none;
}

.custom-button img {
	max-width: 100px;
}

.custom-button h4 {
	font-size: 16px;
	font-weight: bold;
	color: var(--text-color);
	margin-left: 20px;
}
@media (max-width: 1024px) {
	.custom-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.custom-grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1800px){
	.container {
	    width: 1500px;
	}
}

@media (min-width: 2100px){
	.container {
	    width: 1800px;
	}
}

.promotions {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 40px 0px;
}

@media screen and (max-width: 991px){
	.promotions {
	  margin-top: -15px !important;
	}
	
	.promotion.full-width {
	  margin-bottom: -40px !important;
	}
}
  
@media screen and (max-width: 1170px){
	.banner {
	  margin-bottom: 40px;
	}

	.promotions {
	  margin-top: 15px;
	}
	
	.promotion.full-width {
	  margin-bottom: -20px;
	}
}
  
@media screen and (min-width: 1170px){
	.promotions {
	  margin-top: 50px;
	}
	
	.promotion.full-width {
	  margin-bottom: 15px;
	}
}

.promotion {
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
  	justify-content: end;
	height: 230px;
}

.promotion-content {
	width: 300px;
  	padding: 20px;
	text-shadow: 1px 1px 2px black
}

.promotion.full-width {
	width: 100%;
	height: 250px;
	flex-direction: column;
  	justify-content: center;
  	align-items: center;
}

.promotion.full-width .promotion-content {
	width: 100%;
	text-align: center;
}

.promotion.full-width a{
	width: 100%;
}

.promotion.full-width img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.promotion-row {
	display: flex;
	gap: 29px;
}

.promotion.column-40 {
	flex: 0 0 38%;
}

.promotion.column-60 {
	flex: 0 0 60%;
}

.promotion img {
	max-width: 100%;
	height: auto;
}

.promotion .secondary-image {
	position: absolute;
	bottom: 10px;
	right: 10px;
	max-width: 50px;
	height: auto;
}

.promotion h2 {
	font-size: 24px;
	margin: 10px 0px;
	line-height: 24px;
	font-weight: bold;
}

/* .promotion.column-40 h2 {
	margin: 0px 0px 10px 0px;
} */

/* .promotion.column-40 a {
	position: absolute;
	bottom: 40px;
	left: 20px;
} */

.promotion p {
	font-size: 16px;
	margin: 0px;
	line-height: 18px;
}

.promotion .button {
	display: inline-block;
	width: auto;
	margin-top: 10px;
	padding: 10px 20px;
	color: var(--primary-color);
  	border-radius: 25px;
  	background: var(--white) !important;
  	text-transform: uppercase;
	font-size: 12px !important;
	font-weight: bold;
}

@media (max-width: 1024px) {
    .promotion-row {
        flex-direction: column;
    }
    .promotion.column-40,
    .promotion.column-60 {
        flex: 0 0 100%;
    }
}

@media screen and (min-width: 1800px) {
	.promotion-row {
		margin-top: 30px;
	}
}

.archive-products .archive-products {
	min-height: auto;
}


.archive-products .shop-promotion {
	padding: 0px;
}
  
.archive-products .shop-promotion .button {
	background: var(--white) !important;
	color: var(--primary-color) !important;
	text-transform: uppercase;
}

.shop-promotions-slider.slick-initialized.slick-slider.slick-dotted {
	margin: 0px !important;
}

.shop-promotions-slider .slick-track{
	margin-top: 0px !important;
}

.shop-promotion {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
	min-height: 468px;
	max-height: 468px;
}

.banner-categories .shop-promotion {
	min-height: auto;
	max-height: auto;
}

.banner-categories .shop-promotion-image {
	padding: 0px;
}

.shop-promotion-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.shop-promotion-text {
    flex: 1;
    padding: 20px;
}

.shop-promotion-text .button {
	display: inline-block;
	width: auto;
}

.shop-promotion-image {
    flex: 1;
    padding: 20px;
}

.shop-promotion-image img {
    max-width: 100%;
    object-fit: contain;
 	height: 400px;
  	object-position: left top;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
	.shop-promotion-image img {
		width: 70%;
	}
	.shop-promotions-slider .slick-next.slick-arrow {
		right: 10px;
	}

	.shop-promotions-slider .slick-prev.slick-arrow {
		left: 10px;
	}

	.shop-promotion-image {
		text-align: center;
	}
	
}

.shop-promotions.banner-categories .shop-promotion-image img {
	height: auto;
}

.shop-promotions-slider .slick-dots {
	margin-top: 0px;
	top: -60px;
}

@media (max-width: 768px) {
    .shop-promotion-content {
        flex-direction: column;
    }

    .shop-promotion-text,
    .shop-promotion-image {
        padding: 10px;
    }
}

.brands, .other-categories {
	margin-top: 20px;
}

.brands-slider .brand {
	padding: 20px;
	text-align: center;
}

.brands-slider .brand img {
	width: 110px;
	height: 30px;
	object-fit: contain;
}

.brands-slider .brand h2 {
	font-size: 24px;
	margin-top: 10px;
}


#quadmenu {
	background-color: var(--primary-color-dark) !important;
	height:30px;
}

#quadmenu.quadmenu-is-horizontal.js .quadmenu-navbar-nav>li.quadmenu-item {
	height: 30px !important;
}

.quadmenu-navbar-nav {
	text-align: left !important;
}

#quadmenu .quadmenu-navbar-nav > li.quadmenu-has-link:hover, #quadmenu .quadmenu-navbar-nav > li.quadmenu-has-link.open {
	background-color: var(--white) !important;
}

.quadmenu-dropdown-menu {
	background: var(--white) !important;
}

.shop_table th{
	padding: 1px 10px !important;
  	background: transparent !important;
  	border: none !important;
  	font-size: 14px;
  	font-weight: normal;
  	text-transform: uppercase;
}

.shop_table td {
	padding: 16px 5px 10px !important;
	background: var(--white)!important;
	border: none !important;
}

#payment {
	margin-top: 0px;
}

#payment h5 {
	margin: 0px !important;
}
  
#payment .payment_box {
	margin-top: 20px;
	display: flex;
	align-items: center;
	border-radius: 6px !important;
	padding: 20px;
	border: solid 1px var(--border-color-grey);
}

#payment .payment_methods {
	margin: 0px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

#payment .payment_methods li{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 5px 0px;
}

#payment .payment_methods li img {
	order: 3;
}

#payment .payment_methods li input {
	order: 1;
	margin: 0px 5px 0px 0px;
}

#payment .payment_methods li label{
	margin-bottom: 0px;
	order: 2;
	margin-right: 8px;
}

#customer_details {
	margin-top: 40px;
}

#customer_details .shipping_address {
	display: inline-block;
	border: solid 1px;
	border-radius: 6px;
	padding: 5px;
	margin-top: 5px;
}

.form-row input[type="email"], .form-row input[type="number"], .form-row input[type="password"], .form-row input[type="search"], .form-row input[type="tel"], .form-row input[type="text"], .form-row input[type="url"], .form-row input[type="color"], .form-row input[type="date"], .form-row input[type="datetime"], .form-row input[type="datetime-local"], .form-row input[type="month"], .form-row input[type="time"], .form-row input[type="week"], .form-row select, .form-row textarea {
	background: #fff;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 8px !important;
	border-color: var(--primary-color);
	border-width: 2px;
}

.form-row label {
	font-family: 'Montserrat';
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 5px 10px;
}

.mini_cart_item .product-image { display:none; }

#mini-cart {
	display: flex;
  	align-items: end;
}

#mini-cart .cart-popup{
	width: 500px;
}

#mini-cart .cart-popup{
	color: var(--text-color);
}

#mini-cart .cart-popup .widget_shopping_cart_content{
	padding: 20px;
}

#mini-cart .cart-popup .widget_shopping_cart_content img {
	height: 100px;
	object-fit: contain;
}

#mini-cart .product-details a{
	font-weight: bold;
	color: var(--text-color);
	margin: 0px;
  	font-size: 12px;
	line-height: 1.5rem;
}

#mini-cart.minicart-inline .cart-head {
	height: auto;
  	display: flex;
  	align-items: center;
}

#mini-cart .icon-mini-cart, .icon-cuenta {
	width: 26px;

}

#mini-cart .cart-items-qty {
	position: absolute;
	top: -8px;
	right: 0;
	background: var(--tertiary-color);
	border-radius: 25px;
	height: 18px;
	width: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--primary-color);
	font-weight: bold;
}

#mini-cart .dropdown-toggle.cart-head.cart-head3 + a, .mi-cuenta a, .presupuestos a{
	color: var(--text-color);
	font-size: 14px;
}

.mi-cuenta a, .presupuestos a {
	display: flex;
  	align-items: end;
}

.mi-cuenta img, .presupuestos img {
	margin-right: 5px;
}

@media (min-width: 992px) {
  .mi-cuenta {
    margin: 0 0 0 25px;
  }
}

#mini-cart .dropdown-toggle.cart-head.cart-head3 + a:hover, .mi-cuenta a:hover, .presupuestos a:hover {
	color: var(--primary-color);
}

/* #mini-cart .product-thumbnail{
	width: 80%;
} */

#mini-cart .product-name {
	width: 80%;
	text-align: left !important;
}
  
#mini-cart .product-name a{
	margin-bottom: 20px;
}

#mini-cart h4{
	text-align: left;
  	font-size: 14px;
  	text-transform: uppercase;
  	font-weight: bold;
}

.mini_cart_item {
	border-color: var(--secondary-color) !important;
}

.mini_cart_item .product-details {
	padding: 15px 10px 0px 0px !important;
}

.mini_cart_item .woocommerce-pvpNeto {
	font-size: 12px !important;
	color: var(--text-color) !important;
}

.mini_cart_item .product-price {
	width: 60%;
	display: flex;
  	justify-content: space-between;
	text-align: left;
	margin: 10px 0px 20px;
}

#mini-cart .resume-price-mini-cart {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px;
}

#mini-cart .resume-price-mini-cart p {
	margin: 0px;
	font-size: 12px !important;
}

#mini-cart .resume-price-mini-cart span {
  	color: var(--primary-color);
}

#mini-cart .total {
  	display: flex;
  	justify-content: space-between;
  	font-weight: bold;
}

#mini-cart .total .woocommerce-Price-amount.amount {
	color: var(--primary-color);
}


ul.product_list_widget li, .widget ul.product_list_widget li {
	padding: 0 !important;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    line-height: 18px;
}

#mini-cart .widget_shopping_cart .buttons .checkout {
	display: none;
}

#mini-cart .widget_shopping_cart .buttons .wc-forward {
	float: none !important;
	padding:0;
	border: none;
	background: var(--primary-color) !important;
	width: auto !important;
}

#mini-cart .cart-popup{
	border: none !important;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
}

#mini-cart .widget_shopping_cart_content {
	border: 1px solid var(--boder-color-grey-light);
}

#mini-cart .cart-popup::before{
	display: none;
}

#mini-cart .product-details  {
	display: flex;
}

#mini-cart .product-details  a {
	pointer-events: none;
}

.shop_table thead tr th, .shop_table {
	border-radius: 0 !important;
}

#mini-cart .product-details .remove-product {
	display: none;
}

#mini-cart .quantity .input-text.qty.text {
	height: 25px !important;
}

#mini-cart .quantity .plus {	
	top: 0px !important;
}
  
#mini-cart .quantity .minus { 
	top: -4px !important;
}

@media (max-width: 480px) {
	#header #mini-cart {
	  position: relative;
	  right: 0;
	  top: 0;
	}

	.mi-cuenta span, #mini-cart .dropdown-toggle.cart-head.cart-head3 + a {
		display: none;
	}
}


/* NEW STYLE */
.woocommerce textarea {
	border-radius: 6px;
}
.button.alt{
	background-color: var(--tertiary-color) !important;
  	border: solid 2px var(--tertiary-color) !important;
  	color: var(--white);
	font-size: 16px !important;
	padding: 10px 20px !important;
	width: 100% !important;
	display: block;
	text-align: center;
	border-radius: 6px;
}

.button, #place_order{
	width: 100%;
	background-color: var(--primary-color) !important;
  	border: solid 2px var(--primary-color) !important;
  	color: var(--white);
	font-size: 16px !important;
	padding: 10px 20px !important;
	display: block;
	text-align: center;
	border-radius: 6px;
	float: none;
}

#place_order, #order-presupuesto, #create-presupuesto{
	width: auto;
}

#place_order {
	margin-bottom: 0px;
}

.btn.btn-primary{
	background-color: var(--primary-color) !important;
  	border: solid 2px var(--primary-color) !important;
  	color: var(--white);
	font-size: 16px !important;
	padding: 10px 20px !important;
	display: block;
	text-align: center;
	border-radius: 6px;
	float: none;
}

.button:active,.button:hover,.button:focus{
	background-color: var(--tertiary-color);
	text-decoration: none;
	border: solid 2px var(--primary-color);
}
.return-to-shop .button{
	display: inline;
}
#place_order:active,#place_order:hover,#place_order:focus{
	background-color: var(--secondary-color);
	color: var(--bg-green);
	text-decoration: none;
}

#searchMarcas {
	background-color: var(--secondary-color) !important;
	border-color: var(--secondary-color);
}

/* Página productos */
#search {
	border-radius: 20px;
	border: var(--secondary-color) solid 2px;
	position: relative;
	z-index: 2;
}

#filterSearch {
	background-color: var(--secondary-color);
	border: none;
	width: 160px;
	border-radius: 20px;
	position: absolute;
	right: 0;
	height: 40px;
	z-index: 1;
	text-align: right;
	padding: 0px 15px 0px 0px !important;
}

.quantity .input-text.qty.text {
	width: 80px;
	/* height: 40px !important; */
	border-radius: 6px;
	right: 0;
	color: var(--text-color);
	border-color: var(--primary-color);
	border-radius: 6px;
	font-size: 18px;
}

.quantity .minus {
	position: absolute !important;
	left: 0px !important;
	top: 4px;
	z-index: 1;
	border: none !important;
	color: var(--secondary-color);
	font-size: 24px;
}

.quantity .plus {
	position: absolute !important;
	left: 50px !important;
	top: 6.5px !important;
	border: none !important;
	color: var(--secondary-color);
	font-size: 22px;
}

.summary.entry-summary .quantity .plus{
	top: 10px !important;
}
  
.summary.entry-summary .quantity .minus {
	top: 8px !important;
}

.quantity .minus:hover, .quantity .plus:hover {
	color: var(--primary-color);
}

.quantity.buttons_added {
	position: relative;
	width: auto;
}

.product_AddCart {
	display: flex;
	justify-content: start;
	margin-top: 15px;
	flex-wrap: wrap;
}

.product_AddCart .button {
	height: 40px !important;
	padding: 0px !important;
	width: 60% !important;
	border-radius: 6px;
}

.product_AddCart i {
	margin-left: 5px;
}

.fa.fa-download {
	cursor: pointer;
}

.resp-tabs-list li, .resp-tabs-list {
	background: none !important;
	border:none !important;
}

.resp-tabs-list li {
	color: var(--primary-color);
	font-family: 'Montserrat';
  	font-weight: bold;
}

.resp-tabs-list .resp-tab-active {
	text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

.resp-tabs-container .tab-content {
	background: transparent !important;
    border: none !important;
	box-shadow: none !important;
}


.additional-fields ul {
	list-style: none;
	padding: 0;
}
  
.additional-fields ul li {
	background: var(--border-color);
	margin: 10px 0px;
	padding: 5px;
}

.sidebar-content .widget {
	padding-left: 20px;
 }

.widget.woocommerce.widget_product_categories, .widget.woocommerce.widget_product_categories > .widget-title {
	background: var(--white)!important;
	border: none !important;
	text-transform: capitalize !important;
  	color: var(--text-color) !important;
  	font-size: 18px !important;
}

.category-image, .product-category-icon {
	width: 24px;
	border-radius: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}

.widget_product_categories ul ul {
	padding-left: 4rem;
}

.sidebar-content .product-categories .children a{
	color: var(--border-color-grey) !important;
}

#products-stock h3, #woocommerce_product_marcas h3, #woocommerce_product_atributos_container h3, #products-oferta h3 {
	font-size: 14px !important;
	padding: 0;
}

#presupuesto-details label {
	font-family: 'Montserrat';
	font-size: 14px;
}

#presupuesto-details {
	margin-top: 15px;
}

.error-message {
	color: red;
	display: none;
	font-size: 12px;
	line-height: 1.5rem;
	margin-top: 10px;
}

.widget > div > ul, .widget > ul{
	font-size: 14px;
	font-weight: bold;
}

#products-stock ul, #woocommerce_product_marcas .product-categories, #woocommerce_product_atributos_container h3 + div, #woocommerce_product_atributos_container .collapse ul, #products-oferta ul{
	padding: 10px 0px 0px 0px;
}

#woocommerce_product_atributos_container {
	padding: 0;
}

#woocommerce_product_marcas .toggle, #products-stock .toggle, #woocommerce_product_atributos_container .toggle, #products-oferta .toggle {
	right: 0 !important;
}

.widget_product_categories ul li .toggle, .widget_price_filter ul li .toggle, .widget_layered_nav ul li .toggle, .widget_layered_nav_filters ul li .toggle, .widget_rating_filter ul li .toggle, .widget_product_categories ol li .toggle, .widget_price_filter ol li .toggle, .widget_layered_nav ol li .toggle, .widget_layered_nav_filters ol li .toggle, .widget_rating_filter ol li .toggle{
	top: auto !important;
}

.widget > div > ul li, .widget > ul li{
	padding: 0 !important;
	color: var(--text-color);
	margin: 10px 0px !important;
}

.cat-item.cat-item-2166.cat-parent img, .cat-item.cat-item-2165.cat-parent  img {
	width: 20px;
	text-align: center;
	margin-right: 14px;
}

.cat-item.cat-item-2162.cat-parent img {
	width: 28px;
	margin-right: 6px !important;
}

.widget_product_categories .toggle {
	right: auto !important;
}

.widget.widget_wpb_widget_stock {
	margin: 0;
}

#woocommerce_product_atributos_container {
	border: none !important;
}

.widget.woocommerce.widget_product_categories {
	border-bottom: 1px solid #e4e4e4 !important;
	border-radius: 0px;
	padding: 15px 0px;
}

#woocommerce_product_atributos_container .widget-title {
	border-bottom: none !important;
	padding: 0px;
}

.widget > div > ul li {
	border: none !important;
}

.cat-item label{
	font-size: 14px;
	color: var(--text-color);
}

#woocommerce_product_categories-6{
	border: 1px solid #e4e4e4 !important;
	border-radius: 6px !important;
}

#woocommerce_product_categories-6 .widget-title::before {
	content: "\f20b";
	font-family: "Elusive-Icons";
	margin-right: 10px;
	font-size: 12px;
}
  
.widget-title .toggle {
	border: none !important;
	color: var(--text-color) !important;
}

.widget-title .toggle:hover {
	background: transparent !important;
	color: var(--text-color) !important;
}

.widget_product_categories.closed .widget-title .toggle::before, .widget_price_filter.closed .widget-title .toggle::before, .widget_layered_nav.closed .widget-title .toggle::before, .widget_layered_nav_filters.closed .widget-title .toggle::before, .widget_rating_filter.closed .widget-title .toggle::before{
	content: "\f107" !important;
}

.widget_product_categories .widget-title .toggle::before, .widget_price_filter .widget-title .toggle::before, .widget_layered_nav .widget-title .toggle::before, .widget_layered_nav_filters .widget-title .toggle::before, .widget_rating_filter .widget-title .toggle::before {
	content: "\f106" !important;
	color: var(--secondary-color);
}

.product-categories .cat-parent .toggle::before, .product-categories .cat-parent.closed .toggle::before, .product-categories .cat-parent.current.closed .toggle::before{
	content : "\f067" !important;
	color: var(--secondary-color);
	font-size: .875rem !important;
	font-weight: normal;
}

.product-categories .cat-parent.open .toggle::before, .product-categories .cat-parent.current .toggle::before, .product-categories .cat-parent.current.open .toggle::before{
	content : "\f068" !important;
	color: var(--secondary-color);
	font-size: .875rem !important;
}

.widget_product_categories ul li.current > a, .widget_price_filter ul li.current > a, .widget_layered_nav ul li.current > a, .widget_layered_nav_filters ul li.current > a, .widget_rating_filter ul li.current > a, .widget_product_categories ol li.current > a, .widget_price_filter ol li.current > a, .widget_layered_nav ol li.current > a, .widget_layered_nav_filters ol li.current > a, .widget_rating_filter ol li.current > a, .widget_product_categories ul li.chosen > a, .widget_price_filter ul li.chosen > a, .widget_layered_nav ul li.chosen > a, .widget_layered_nav_filters ul li.chosen > a, .widget_rating_filter ul li.chosen > a, .widget_product_categories ol li.chosen > a, .widget_price_filter ol li.chosen > a, .widget_layered_nav ol li.chosen > a, .widget_layered_nav_filters ol li.chosen > a, .widget_rating_filter ol li.chosen > a, .widget_product_categories ul li .toggle, .widget_price_filter ul li .toggle, .widget_layered_nav ul li .toggle, .widget_layered_nav_filters ul li .toggle, .widget_rating_filter ul li .toggle, .widget_product_categories ol li .toggle, .widget_price_filter ol li .toggle, .widget_layered_nav ol li .toggle, .widget_layered_nav_filters ol li .toggle, .widget_rating_filter ol li .toggle, .widget_product_categories ul li .toggle:hover, .widget_price_filter ul li .toggle:hover, .widget_layered_nav ul li .toggle:hover, .widget_layered_nav_filters ul li .toggle:hover, .widget_rating_filter ul li .toggle:hover, .widget_product_categories ol li .toggle:hover, .widget_price_filter ol li .toggle:hover, .widget_layered_nav ol li .toggle:hover, .widget_layered_nav_filters ol li .toggle:hover, .widget_rating_filter ol li .toggle:hover, .widget_product_categories ul li > a:hover, .widget_price_filter ul li > a:hover, .widget_layered_nav ul li > a:hover, .widget_layered_nav_filters ul li > a:hover, .widget_rating_filter ul li > a:hover, .widget_product_categories ol li > a:hover, .widget_price_filter ol li > a:hover, .widget_layered_nav ol li > a:hover, .widget_layered_nav_filters ol li > a:hover, .widget_rating_filter ol li > a:hover, .widget_product_categories ul li > a:focus, .widget_price_filter ul li > a:focus, .widget_layered_nav ul li > a:focus, .widget_layered_nav_filters ul li > a:focus, .widget_rating_filter ul li > a:focus, .widget_product_categories ol li > a:focus, .widget_price_filter ol li > a:focus, .widget_layered_nav ol li > a:focus, .widget_layered_nav_filters ol li > a:focus, .widget_rating_filter ol li > a:focus {
	color: var(--secondary-color) !important;
}

.sidebar-content .product-categories a {
	font-weight: bold;
	color: var(--text-color);
	font-size: 14px;
}

.sidebar-content .product-categories .children a {
	font-weight: normal;
}

input[type="radio"], input[type="checkbox"]{
	accent-color: var(--secondary-color);
}

/* Carrito */
.shop_table {
	position: relative;
}

.shop_table #loader {
	position: absolute;
	top: 50%;
	left: 48%;
}
  
.shop_table.shop_table_responsive.cart.container {
	border-radius: 6px !important;
	border-color: var(--border-color-grey);
	padding: 20px;
}

.product-brand {
	margin-bottom: 0px;
	font-size: 16px;
	color: var(--text-color);
}

.shop_table td.product-name{
	color: var(--text-color);
}

.product-name a{
	display: block;
	color: var(--text-color);
  	font-weight: bold;
  	font-size: 18px;
}

.product-name small {
	display: block;
	font-size: 12px;
	line-height: 16px;
}

.shop_table .product-thumbnail img {
	height: 120px !important;
  	object-fit: contain;
}

.product-slider-img .slick-slide img {
	display: inline;
	object-fit: contain;
	height: 400px !important;
	padding: 60px;
}

.button-actions {
	display: flex;
  	align-items: center;
	margin-top: 20px;
}

.quantity .quantity.buttons_added {
	position: relative;
	width: auto;
}

.product-price .woocommerce-pvpNeto {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: var(--primary-color);
	margin-bottom: 5px;
}

.product-price .woocommerce-Price-amount.amount {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: var(--primary-color) !important;
	margin-bottom: 5px;
}

.product-price-mobile {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.product-price-mobile .product-price:first-child p {
	font-weight: bold;
}

.product-price-mobile .product-price:nth-child(2) p,.product-price-mobile .product-price:nth-child(2) span {
	font-size: 12px !important;
	line-height: 1.5rem;
}

.product-price.desktop, .product-price.desktop p + span,.woocommerce-pvpNeto .woocommerce-Price-amount.amount{
	font-size: 12px !important;
	line-height: 1.5rem;
}
  
.cart_item {
	padding: 0px 0px 30px;
	border-bottom: solid 1px var(--secondary-color);
	margin: 30px;
}
  
.cart_item:last-of-type  {
	border-bottom: 0 !important;
}
  
.product-quantity {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.quantity .input-text.qty.text {
	width: 80px;
	border-radius: 6px;
	right: 0;
	color: var(--text-color);
	border-color: var(--primary-color);
}

.shop_table .quantity .input-text.qty.text {
	height: 25px !important;

}

.shop_table.shop_table_responsive.cart.container .quantity .minus{
	top: -3px;
}

.shop_table.shop_table_responsive.cart.container .quantity .plus {
	top: 0px !important; 
}

.quantity .minus:hover, .quantity .plus:hover {
	color: var(--primary-color);
}

.quantity .quantity.buttons_added {
	position: relative;
	margin-right: 20px;
}

.product-remove i{
	font-size: 22px;
}

.product-remove i:hover{
	color: var(--primary-color);
}

.woocommerce-pvpNeto .woocommerce-Price-amount.amount {
	font-weight: normal;
}

.coupon {
	margin: 40px 0px;
}

.coupon h3{
	margin-bottom: 20px;
}

.coupon-content{
	display: flex;
	justify-content: space-between;
	border: solid 1px var(--text-color);
	padding: 30px;
	border-radius: 6px;
}

.coupon-content #coupon_code {
	width: 75%;
}

.btn-default, input[type="submit"].btn-default, .btn-default:hover, input[type="submit"].btn-default:hover {
	width: 100%;
	color: var(--white);
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	border-radius: 6px;
}

.shop-resume {
	background: var(--bg-green);
	border: solid 1px var(--border-color);
	padding: 20px;
	border-radius: 6px;
	margin-top: 52px;
}

.shop-resume h3 {
	margin-bottom: 20px;
	font-weight: bold;
}

.shop-resume .resume-content{
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
}

.shop-resume .resume-content.total{
	border-top: solid 1px var(--secondary-color);
}

.shop-resume .resume-text{
	font-weight: bold;
	color: var(--text-color)
}

.shop-resume .resume-content.total .resume-text{
	text-transform: uppercase;
}

.shop-resume .form-row.form-row-first, .shop-resume .form-row.form-row-last {
	display: none;
}

.shop-resume .resume-price span{
	font-weight: bold;
	color: var(--primary-color);
}

.shop-resume .resume-content.total .resume-price span{
	font-size: 18px;
}

.product_title{
	font-size: 24px;
}

.product .brand {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
	color: var(--boder-color-grey-light);
}

.product_meta {
	display: flex;
	margin: 15px 0px 10px 0px;
}

.product_meta div {
	border-right: solid 2px var(--primary-color);
	font-style: italic;
}

.product_meta a , .product_meta span{
	font-weight: bold !important;
	color: var(--text-color);
	text-decoration: none;
	font-style: normal;
}
  
.product .price {
	color: var(--text-color) !important;
	margin-top: 20px;
}


.product .action_buttons {
	display: flex;
}

.product .action_buttons .button {
	width: auto;
}

.product_meta div:first-child {
	padding-right: 10px;
}

.product_meta div:nth-child(2) {
  padding: 0px 10px;
}

.product_meta div:last-child {
  border: none;
  padding-left: 10px;
}

#product-tab {
	padding: 0;
}

#product-tab .brands h3 {
	margin-bottom: 0px;
}

h2.resp-accordion {
	background: var(--white) !important;
	color: var(--primary-color);
}
  
.resp-tabs-container .tab-content {
	background: transparent !important;
	border: 1px solid #ddd !important;
	box-shadow: none !important;
}

#order_review{
	width: 100%;
}

#formCheckout{
	display: flex;
	flex-direction: column;
}

.shop-observations {
	margin-top: 40px;
}
.form-row.place-order {
	margin-top: 30px;
	font-family: 'Montserrat';
    font-weight: 600;
}

.featured-categories {
	margin-bottom: 60px;
}

.featured-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.featured-category {
	display: flex;
	flex-direction: column;
    padding: 20px 20px 0px;
    border-radius: 5px;
	min-height: 200px;
  	justify-content: space-between;
}

.featured-category img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .featured-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .featured-categories-grid {
        grid-template-columns: 1fr;
    }
	#product-tab {
		padding: 0px !important;
	}

	#product-tab .brands, #product-tab .other-categories {
		padding: 0px !important;
	}
}

.featured-category p {
	margin-bottom: 5px;
  	font-size: 14px;
  	width: 150px;
  	line-height: 2rem;
}
  
.featured-category h4 {
	width: 60% !important;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--border-color-grey);
}
  
.featured-category a {
	margin-bottom: 20px;
	text-decoration: underline;
	color: var(--text-color);
	font-size: 12px;
}

.featured-category a:hover {
	text-decoration: none;
}

.other-categories-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    text-align: center;
}


.other-category a {
    text-decoration: none;
    color: inherit;
}

.other-category-image {
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
	padding: 0px;
	background-color: var(--tertiary-color);
}

.other-category-image img {
    width: 100%;
    height: auto;
	margin-bottom: -3px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .other-categories-grid {
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        align-items: center;
    }
    .other-category:nth-child(5) {
        grid-column-start: 2;
    }

    .other-category:nth-child(7) {
        grid-column-start: 2;
    }
}

@media (max-width: 768px) {
    .other-categories-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 991px){
	.product_title {
	  font-size: 20px;
	}

	.summary.entry-summary.col-md-6 {
	  margin-top: 60px;
	}

	#product-tab {
	  margin: 0px !important;
	}

	
	h3 {
	  font-size: 18px;
	}

}

#featuredProducts {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    list-style: none;
    padding: 0px 0px 40px;
}

#featuredProducts .product {
    text-align: center;
}

#featuredProducts .product img {
    max-width: 150px;
    height: auto;
    border-radius: 5px;
	height: 150px;
	object-fit: contain;
}

#featuredProducts .product h4 {
    margin: 10px 0;
    font-size: 16px;
}

#featuredProducts .product p {
    font-size: 14px;
    color: #333;
}


#featuredProducts .product .price {
	margin: 0px !important;
	color: var(--primary-color) !important;
}

#featuredProducts .product .neto {
	color: var(--tertiary-color);
	margin-left: 10px;
  	font-weight: bold;
}

#featuredProducts .bodyProductGrid {
	border: none;
	padding: 0px !important;
}

#featuredProducts .product_AddCart .button {
    width: auto !important;
    padding: 0px 10px !important;
}

.bodyProductGrid {
	position: relative;
}

.bodyProductGrid #loader{
	position: absolute;
  	left: 45%;
  	top: 0;
  	font-size: 60px;
}

.list .bodyProductGrid #loader{
	position: absolute;
  	left: 50%;
  	top: 0;
  	font-size: 60px;
}

.grid .bodyProductGrid #loader{
	position: absolute;
  	left: 45%;
  	top: 50%;
  	font-size: 60px;
}

@media screen and (max-width: 991px){
	#featuredProducts {
		grid-template-columns: repeat(2, 1fr); 
	}
}

@media screen and (max-width: 798px){
	#featuredProducts {
		grid-template-columns: repeat(1, 1fr); 
	}
}

.ext.ext-pdf.wpfd-icon-set-png {
	height: 80px !important;
}

#et-boc .wpfd-content .downloadlink, .wpfd-content .downloadlink {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}

.openlink.wpfdlightbox.wpfd_previewlink {
	border: solid 2px var(--primary-color);
	line-height: 1.8rem;
	color: var(--primary-color);
}

.filecontent h3 a{
	color: var(--text-color) !important;
}

.breadcrumbs.wpfd-breadcrumbs-default.head-category-default {
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 10px !important;
}

.wpfd-content-default .head-category-default::before{
	display: none !important;
}

.pagination > li > a {
    background-color: white;
    color: var(--primary-color)
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a {
    color: white;
    background-color: var(--primary-color) !important;
    border: solid 1px var(--primary-color) !important;
}

.pagination > .active > a:hover {
    background-color: var(--primary-color) !important;
    border: solid 1px var(--primary-color);
}

.pagination .prev::before,.pagination .next::before {
	display: none !important;
}

.wpfd-pagination {
	text-align: right !important;
	color: var(--primary-color);
}
  
.wpfd-pagination a{
	color: var(--primary-color);
}
  
.breadcrumbs.wpfd-breadcrumbs-default.head-category-default li{
	font-size: 30px;
	text-transform: uppercase !important;
	font-weight: bold;
	color: var(--text-color);
}

.breadcrumbs {
	display: flex;
	list-style: none;
	padding: 0;
}

.breadcrumbs li {
	margin: 2px;
	color: var(--primary-color);
}

.breadcrumbs a {
	color: var(--primary-color);
}
  
.breadcrumbs .item-current {
	color: var(--tertiary-color);
}


.breadcrumbs.wpfd-breadcrumbs-default.head-category-default {
	display: flex;
	flex-direction: column;
}
  
.wpfd-content .breadcrumbs .breadcrumbs {
	font-size: 12px !important;
	border: none;
	padding-bottom: 0px !important;
	padding-top: 5px !important;
}
  
.wpfd-content .breadcrumbs .breadcrumbs span{
	color: var(--tertiary-color) !important;
}
  
.wpfd-content .breadcrumbs .breadcrumbs li {
	margin: 2px;
	color: var(--primary-color) !important;
	font-size: 14px;
	font-weight: normal;
}
  
.wpfd-content .breadcrumbs .breadcrumbs  a, .wpfd-content .breadcrumbs a:hover {
	color: var(--primary-color) !important;
  	font-weight: normal !important;
}
	
.wpfd-content .breadcrumbs .breadcrumbs .item-current {
	color: var(--tertiary-color) !important;
}
  

.page-title.tables {
	font-size: 30px;
	text-transform: uppercase !important;
	font-weight: bold;
	color: var(--text-color);
	font-family: 'Arial';
	margin-bottom: 0px;
	margin-top: 40px;
}

.container.container_ccPage {
	width: 100% !important;
	margin-top: 20px !important;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd , .sorting_1, table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
	background-color: rgba(var(--primary-color-r), var(--primary-color-g), var(--primary-color-b), 0.15) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background: var(--tertiary-color) !important;
  	border-color: var(--white) !important;
}

.dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_paginate span {
	display: flex;
}


#CC_Table th, #CC_Table a, #CC_Table i, #SAT_Table th, #SAT_Table i, #SAT_Table a, #CNA_Table_wrapper th, #CNA_Table_wrapper a, #CNA_Table_wrapper i, #SM_Table_wrapper th, #SM_Table_wrapper a, #SM_Table_wrapper i, .container_facturasPage th, .container_facturasPage td a, .container_facturasPage td i, #DevolucionesTable_wrapper th, #DevolucionesTable_wrapper a, #DevolucionesTable_wrapper i {
  color: var(--primary-color);
}

#CC_Table a, #CC_Table i, #CNA_Table_wrapper a, #CNA_Table_wrapper i, #SAT_Table i, #SAT_Table a, #SM_Table_wrapper a, #SM_Table_wrapper i, #DevolucionesTable_wrapper a, #DevolucionesTable_wrapper i, .container_facturasPage td i, .container_facturasPage td a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px;
}

#CC_Table_length, #SAT_Table_length, #CNA_Table_length, #SM_Table_length {
  color: var(--primary-color);
}

#CC_Table_filter input, #SAT_Table_filter input, #CNA_Table_filter input, #SM_Table_filter input {
  border-width: 2px;
  border-radius: 25px;
}

#CC_Table_filter label, #SAT_Table_filter label, #CNA_Table_filter label, #SM_Table_filter label, .featured-box .box-content a {
  color: var(--primary-color);
}

.paginate_button.current {
  background: var(--tertiary-color) !important;
  border-color: var(--white) !important;
  border: none !important;
}

.container_facturasPage .button {
	width: auto !important;
}

div.tab {
	background: var(--white);
}

div.tab button.active {
	background-color: rgba(var(--primary-color-r), var(--primary-color-g), var(--primary-color-b), 0.15) !important; 
}

#rootwizard ul.nav-pills > li.active > a:hover, #rootwizard ul.nav-pills > li.active > a:focus, #rootwizard ul.nav-pills > li.active > a {
	background-color: var(--primary-color) !important;
	color: var(--white) !important;
}

#rootwizard a {
	color: var(--text-color);
}
.container_configPage {
	padding-top: 0px;
}

.container_configPage label{
	margin-left: 10px;
	text-transform: uppercase;
}

.container_configPage input{
	border-color: var(--primary-color);
	border-width: 2px;
	border-radius: 8px;
}

.container-page a {
	color: var(--primary-color);
}

.featured-box .box-content {
	border-top-color: var(--primary-color);
}
  
#saveConfForm .form-control[disabled], #saveConfForm .form-control[readonly],#saveConfForm fieldset[disabled] .form-control {
	background-color: var(--tertiary-color) !important;
}

#oferta_Table .select2-container--default .select2-selection--single {
	border-color: var(--primary-color);
	border-width: 2px;
}

#oferta_Table {
	display: flex;
}

#oferta_Table > p {
	width: 40%;
	display: flex;
	margin-top: 16px !important;
}

@media screen and (max-width: 1800px) {
	#oferta_Table > p {
		width: 26%;
	}
}

#oferta_Table label {
	font-size: 14px;
}

#oferta_Table form {
	display: flex;
  	justify-content: space-between;
}

#oferta_Table form div {
	display: flex;
	align-items: center;
	justify-content: center;
}

#oferta_Table form div span {
	font-size: 24px;
	margin: 1px
}

#oferta_Table form label {
	margin: 0px;
	padding: 0px 4px 0px 8px;
  	font-weight: bold;
} 

#oferta_Table form input {
	height: 28px;
} 

#oferta_Table form .button.button-primary { 
	margin-top: 0px !important;
	position: absolute;
	bottom: 0px;
	left: 45%;
	height: auto;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 22px !important;
}

@media screen and (max-width: 1170px) {
	#oferta_Table {
	 	display: flex;
	 	flex-direction: column;
   	}
 
   	#oferta_Table form {
	 	display: flex;
	 	flex-direction: column;
		align-items: start;
   	}

	#oferta_Table form label {
		padding: 0px 4px 0px 0px;
	}
}

.swal2-actions button {
	background-color: var(--primary-color) !important;
	border-left-color: var(--primary-color) !important;
	border-right-color: var(--primary-color) !important;
	margin: 5px !important;
}


.swal2-actions{
  flex-direction: column;
}
/* .dropdown-menu.cart-popup.widget_shopping_cart {
	display: block !important;
} */

/* Modal */

.mini_cart_custom {
	border: none !important;
	min-height: 45px;
  	max-height: 300px;
  	overflow-y: auto;
  	overflow-x: hidden;
}

.mini_cart_custom h3{
	text-align: left;
  	font-size: 14px;
  	text-transform: uppercase;
  	font-weight: bold;
}

.mini_cart_custom .shop_table {
	padding: 0 !important;
	border: none;
}

.mini_cart_custom .product-price.desktop {
	vertical-align: top;
}

.mini_cart_custom .product-name a {
	font-size: 12px !important;
	line-height: 1.5rem;
	font-weight: bold;
	color: var(--text-color);
}

.mini_cart_custom .product-brand {
	font-size: 12px !important;
	line-height: 18px;
}

.mini_cart_custom .product-subtotal,.mini_cart_custom  .product-price{
	font-size: 12px !important;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	padding-top: 60px;
}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

.modal-content h2, .modal-content h3 {
  font-weight: 400;
  color: #1d2127;
}

.modal-content h3 {
	margin-bottom: 20px;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.detalles-header {
	display: flex;
	flex-wrap: wrap;
}

.detalles-header p:nth-child(1),.detalles-header p:nth-child(2),.detalles-header p:nth-child(3),.detalles-header p:nth-child(4) {
	width: 50%;
}
  
.detalles-content ul{
	padding: 0px;
}

.detalles-content ul {
	padding: 0px;
}

.detalles-content li {
	list-style: none;
	padding: 20px;
	border: solid 1px;
}
  
.detalles-content li:nth-child(2){
	border-top: 0px;
}

.detalles-content li p {
	margin-bottom: 0px;
}

/* footer */

#footer .footer-bottom {
	background: var(--white);
}

#footer .title {
	color: var(--primary-color);
	font-weight: bold;
}

#footer .footer-bottom a {
	color: var(--text-color);
}

#footer .footer-bottom a span {
	color: var(--primary-color);
}

#footer .container{
	border-top: solid 1px var(--primary-color);
  	padding-top: 20px;
}

#footer .footer-bottom a:hover{
	color: var(--primary-color);
}

#footer .footer-bottom .col-md-3 {
	margin-bottom: 10px;
}

div.toolbar {
	display: none !important;
}
#viewerContainer {
	top: 0 !important;
}
.pdfViewer .page {
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
}
#viewer {
	--scale-factor: 100% !important;
}


.wpfd-content-default .filecontent > div.ext[class*="wpfd-icon-set-png"] {
	background: url('https://pre.tianelsur.com/wp-content/themes/porto-child/img/pdf.png') !important;
	/* background: url('https://asociados.tianelsur.com/wp-content/themes/porto-child/img/pdf.png') !important; */
	/* background: url('http://localhost/tianelsur/wp-content/themes/porto-child/img/pdf.png') !important; */
	background-repeat: no-repeat !important;
}

@media screen and (max-width: 1024px){
	.footer-wrapper.simple #footer .footer-bottom .container > div {
		width: 100%;
	}
}

/* responsive */
@media screen and (max-width: 1800px){
	.product_AddCart .button{
		width: 100% !important;
	}
}
@media screen and (max-width: 490px){
	.product-price-mobile {
		display: block !important;
	  }
}
@media screen and (max-width: 768px) {
	.coupon-content {
		flex-direction: column;
	}

	.coupon-content #coupon_code {
		width: 100%;
		margin-bottom: 20px;
	}

	.coupon-content #coupon_code + .button {
		width: 100%;
	}

	
	.shop_table.shop_table_responsive td {
		display: flex;
	}

	.product-price.desktop {
		display: none !important;
	}

	.cart_item{
		margin: 0px;
	}

	.product-thumbnail {
		width: 100% !important;
		display: flex !important;
		justify-content: center;
	}

	.shop_table .product-thumbnail img{
		max-width: 100% !important;
		object-fit: cover;
	}

	.product-name {
		flex-direction: column;
		align-items: start;
		width: 100% !important;
	}


	.product-name a{
		text-align: left;
  		width: 100% !important;
		font-size: 16px;
	}
	
	.product-brand{
		font-size: 14px;
	}

	.product-price p {
		display: block;
		font-weight: normal;
		text-transform: uppercase;
		margin-right: 20px;
	}

	.product-price .woocommerce-Price-amount.amount{
		margin-bottom: 0px;
		font-size: 16px ;
	}

	.product-price-mobile {
		display: flex;
		justify-content: space-between;
	}

	.product-price-mobile .product-price {
		display: flex;
		justify-content: start;
		font-size: 12px;	
	}

	.shop-resume{
		margin-top: 40px;
	}

	#mini-cart .product-details{
		flex-direction: column;
	}

	#mini-cart .product-price .woocommerce-Price-amount.amount {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px){
	.product-price p {
		font-weight: normal;
	}

	.product-price-mobile {
		display: none !important;
	}
}

.parent-categories {
    display: flex;
    flex-direction: column;
    width: auto;
	padding: 20px;
	border: 1px solid #e4e4e4 !important;
  	border-radius: 6px !important;
	margin-bottom: 40px;
	/* min-height: 680px; */
    transition: height 0.3s ease;
}

.parent-category {
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}


.child-categories {
    display: none;
    position: absolute;
	padding: 20px 0px;
    left: 95.4%;
    top: 0;
    width: 900px; 
    background: #fff;
    z-index: 1000;
	/* min-height: 100%; */
  	height: 680px;
	border: 1px solid #e4e4e4 !important;
	border-radius: 6px;
	border-left-width: 0px !important;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.16);
}

.child-categories.active {
    display: flex;
}
.parent-categories.active {
	-webkit-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.16);
}
.child-category-row {
    display: flex;
    width: 100%;
}

.child-category {
    flex: 1 1 33%; 
    padding: 5px 10px 0px 0px;
}

.parent-category-image {
    text-align: center;
    padding: 10px;
	position: absolute;
	bottom: 25%;
	right: 0;
}

.parent-category-image img {
	width: 100%;
	height: auto;
	width: 350px;
	height: 350px;
	object-fit: contain;
}


.parent-categories a {
	font-weight: bold;
	color: var(--text-color);
	font-size: 14px;
}

.parent-categories a:hover, .parent-categories a:focus {
	color: var(--primary-color);
	text-decoration: none;
}

.child-categories a {
	font-weight: bold;
	color: var(--text-color);
	font-size: 12px;
}


@media (max-width: 991px) {
    .child-categories {
        position: relative;
        left: 0;
        width: 100%;
		height: auto !important;
		border: none !important;
		box-shadow: none !important;
    }

    .parent-category:hover .child-categories {
        display: none;
    }

    .parent-category.active .child-categories {
        display: block;
    }

    .child-categories-column {
        flex-direction: column;
    }

    .child-category {
        flex: 1 1 100%;
		padding: 0px 5px 0px 35px;
    }

	.shop-promotion {
		padding: 20px;
		min-height: 650px;
		max-height: 650px;
	}

	.parent-category-image {
		display: none;
	}
	
}

#loader-container {
	display: flex;
	justify-content: center;
	padding: 20px 0px;
}

#loader, #loader-presupuesto {
    width: 48px;
    height: 48px;
    border: 5px solid var(--primary-color);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
	display: flex;
  	justify-content: center;
	margin: 0 auto;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 