/*borrar*/
#wpadminbar{
	display:none;	
}
html{
	margin:0!important;
}
.otgs-development-site-front-end{
	display:none;
}
h1{
	display:none;
}
.product-template-default h1 {
    display: block !important;
}
/*borrar*/

/*root variables*/

:root{
	--bs-body-font-family:'Lato'!important;
	--bs-body-font-raleway:'Raleway'!important;
	--bs-list-group-active-bg:#4CAF50!important;
}

/*end root variables*/

/*global styles*/

h1,h2,h3,h4,h5,h6,h7,h8{
	font-family:'Raleway';
}
.islato{
	font-family:'Lato'!important;
}

.israleway{
	font-family:'Raleway'!important;
}

.primaryBackground{
	background:#4CAF50;
}

.secondaryBackground{
	background:#6CB4EE;
}

.hoverunset:hover{
	color:unset!important;
}

.bodycolor{
	color:var(--bs-body-color);
}

.productTitle{
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

.fontmidlarge{
	font-size:1.5rem!important;
}

.fontmidsmall{
	font-size:14px!important;
}

#main{
	min-height: 33vh;
}

.woocommerce-breadcrumb{
	color:var(--bs-body-color)!important;
	font-size:14.4px;
	font-weight:600;
	font-size: .9rem!important;
  font-family:var(--font-raleway);
}

.woocommerce-breadcrumb a{
	color:var(--bs-body-color)!important;
		font-size: .9rem!important;
	font-weight:400;
}

#miniBag{
	position:relative;
}

.productDescription{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
	min-height:65px;
}

.precio span{
font-weight: 400;
color: #333;
font-size: 12px;
}

.btn,.wc-block-cart__submit-button{
box-shadow: rgba(0, 0, 0, 0.05) 0px 3.2px 6.4px 0px;
font-size: 15px;
font-weight: 600;
font-family: 'Raleway', sans-serif;
padding: 10px 30px;
border: none;
cursor: pointer;
background-color: #4CAF50;
border-color:#4CAF50;
color: #FFFFFF;	
line-height:24px;
transition:all .25s ease;
	border-radius:.375rem;
}

.btn:hover{
	 background-color: #45A047;
	color:white!important;
}

.btnlikeinput{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 3.2px 6.4px 0px;
font-size: 15px;
font-weight: 600;
font-family: 'Raleway', sans-serif;
padding: 10px 30px;
color: #FFFFFF;	
line-height:24px;
transition:all .25s ease;
}

.button-primary {
    background-color: #A3D3A0;
    color: #FFFFFF;
}

.button-primary:hover {
    background-color: #8BBF8E;
	color:white;
}

.button-secondary {
    background-color: #6CB4EE;
    color: #FFFFFF;
}

.button-secondary:hover {
    background-color: #5AA0D6;
}

.btn.btn-special-white{
	color: var(--bs-body-color);
    background: white;
    margin-left: auto;
    margin-right: auto;
}

.btn.btn-special-white:hover{
	color: white;
    background:#2125290d;
  
}

btn:focus,.accordion-button:focus{
  outline: none; 
  box-shadow: 0 0 10px rgba(76, 175, 80, 0.5)!important; 
}

svg.accent-primary{
	fill:#4CAF50;
}

svg.accent-secondary{
	fill:#6CB4EE;
}

.accent-primary{
	color:#4CAF50;
}

.accent-secondary{
	color:#6CB4EE;
}

.background-primary{
	background:#4CAF50;
}

.background-secondary{
	background:#6CB4EE;
}

.standardfontsize{
	font-size:1rem!important;
}

.circleshadow{
	    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 9%), 0 1px 5px 0 rgb(0 0 0 / 18%);
}


div.globalCards,.site-main ul.products li.product,.related.products li.product{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 3.2px 6.4px 0px;
    border-radius: 10px;
    background: white;
    transition: all .3s ease;
	border:none!important;
}

div.globalCards:hover,.site-main ul.products li.product:hover,.related.products li.product:hover{
box-shadow: rgba(0, 0, 0, 0.10) 0px 6.4px 12.8px 0px;
}

div.globalCards .card-text{
	
	font-size:.9rem!important;
	color: var(--bs-gray-dark);	
	
}

a{
	font-size: 1rem;
   color: #6CB4EE;
	text-decoration:none;
}

a:hover{
	color:#5AA0D6!important;	
}


div.globalCards h5,.productTitle{
	    font-size: 1rem;
    font-weight: 600;
    color: var(--bs-body-color);
}

input[type="text"] {

    padding:.375rem .75rem!important;
    -moz-padding-start: calc(0.75rem - 3px);
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: .375rem;
 
}

.productDescription{
	font-size:.9rem;
}

.globalWrapper{
	    box-shadow: rgba(0, 0, 0, 0.05) 0px 3.2px 6.4px 0px;
    border-radius: 10px;
    background: white;
    transition: all .3s ease;
    border: none !important;
    padding: 1.5rem;
}


/*sobrescribir grid de productos en catálogo*/

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))!important; 
	grid-gap: 12px;
	margin-bottom:15px;
}
	
	.related.products ul.products{
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); 
	}	

.woocommerce ul.products li.product span.price{
	    font-size: 1rem;
    font-weight: 600;
    color: var(--bs-body-color);
	text-align:center;
}


.woocommerce-price-suffix{
	    font-weight: 400;
    color: #333;
    font-size: 12px;
}


.site-main ul.products li.product,.related.products li.product{
		
    transition: all .3s ease;	
		padding:1.5rem!important;
		border:none!important;
	width:100%!important;
	margin:0;
	float:none!important;

}
	
	.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before {
    display: none!important;
}


/*fin sobrescribir grid de prordutos en catálogo*/



/*footer*/

#wrapper-footer{
	margin-top:3rem;
	color: white;
    background-color: var(--bs-body-color);
    background-size: cover;
    background-position: center;
   
}

footer#colophon svg {
    background: #4caf50;
    padding: 3px;
    border-radius: 50%;
}

#wrapper-footer-full{
   
	background:transparent;
       
}

#wrapper-footer-full h3{
	font-size:1rem;
	border-bottom:1px solid #ccc;
	padding-bottom:.5rem;
	width:90%;
}

#wrapper-footer-full ul{
    padding:0;
	list-style:none;
}

#wrapper-footer-full a{
	color:white!important;
}

#colophon h3{
	font-size:1.3rem;
}


/*end footer*/

#add_payment_method .cart-collaterals .cart_totals .discount td, .woocommerce div.product .stock, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price, .woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td{
	color:#4caf50;
}


/*end global styles*/



/*header*/

#main-nav{
	background-color:white!important;
}

#main-menu a {
    color: var(--bs-body-color);
    font-size: .84rem;
    font-family: 'Raleway';
    font-weight: 500;
}

#main-menu .active a{
	color:#4caf50!important;
}

nav#secondary-nav {
    background: #f8f9fa;
    padding-top: 0;
    padding-bottom: 0;
	    box-shadow: rgba(0, 0, 0, 0.05) 0px 3.2px 6.4px 0px;
}
.navbar-brand span{
	color:black!important;
	font-size:24px;
	font-weight:600;
	
	font-family:'Raleway';
}	

.aws-container{
	width:100%;
	    padding: 0 1.5rem;
}
	
.aws-container .aws-wrapper {
   border:none;
}
.aws-container .aws-search-field{
border-radius:4px!important;
}

.aws-search-field{
	color:var(--bs-body-color);
	font-size:.9rem!important;
}


.aws-container .aws-search-form{
	height:36px;
}

/*header end*/

/*home*/

/*main slider*/
#mainSlider .carousel-item{
	min-height:432px;
}
/*end main slider*/

/*main categories*/
#mainCategories img{
	max-width:170px;
}
/*end main categories*/

/*novedades*/

.topTabs{
width: 100%;
top: 50%;
transform: translateY(-50%);				
}

.topTabs a.active{
	background:transparent;
}

.topTabs a.active svg{
	fill:var(--bs-body-color);
}

.topTabs li:first-child{	
	transform:translateX(-16px);
}
.topTabs li:last-child{	
	transform:translateX(16px);
}
	
/*end novedades*/

/*newsletter*/
.newsletterimage{
width: 200px; 
height: 200px; 

background-size: cover!important; 
background-position: center!important;
}
/*newsletter*/

/*certifications*/

.postimages{
	
width:356px;
height:238px;
background-size:cover!important;
background-position:center!important;
box-shadow: rgba(0, 0, 0, 0.05) 0px 3.2px 6.4px 0px;
border-radius: 10px;
transition: all .3s ease;  
	
}


/*certifications*/

/*end home*/


/*tienda*/


#left-sidebar{
max-width:300px;
	padding:2rem;
}

#left-sidebar h3{
	
border-bottom: 1px solid rgba(0, 0, 0, .05);
	
}



	
/*filtros*/
	.widget-area h3{
		font-size:1rem;
		font-weight:600;
		padding: 16px 0;
		color: var(--bs-body-color)!important;
		
	}
	
	
#left-sidebar input[type="checkbox"] {
    height: 16px;
    width: 16px;
}
	
	
.divi_slider_class .bapf_slidr_all .bapf_slidr_main.ui-slider .ui-slider-range{
		background-color:#4caf50;
		
	}
	
	.bapf_sfilter.bapf_divi_sfa .berocket_aapf_widget_selected_filter ul li a{
		font-family:'Lato';
		color: var(--bs-body-color)!important;
		background:white;
		border:1px solid #dbdbdb;
		    box-shadow: rgba(0, 0, 0, 0.05) 0px 3.2px 6.4px 0px;
}

	.berocket_aapf_widget_selected_filter ul{
		 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 10px;
  list-style: none;
  padding: 0;
	
	}
	.berocket_aapf_widget_selected_filter ul li{
		 text-align: left!important;
		width:fit-content;
	}
	.berocket_single_filter_widget.berocket_single_filter_widget_10158 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.bapf_slidr span.bapf_taprice {
    opacity: .6;
    display: inline-block;
	margin-left:2px;
}

.divi_slider_class .bapf_slidr_all .bapf_slidr_main.ui-widget-content {
 
    max-width: 97%;
}
	
.catfilter input{
	display:none;
}

.catfilter label{
	transition:all .1s ease;
}
.catfilter label:hover{
	color:#6cb4ee;
}

.catfilter input:checked + label{
	color:#4caf50;
}
.bapf_slidr_jqrui .bapf_from input, .bapf_slidr_jqrui .bapf_to input{
	width: 55%;
}

.bapf_sfilter:not(.catfilter) label{
	font-size:.9rem;
}


/*fin filtros*/	
/*tienda*/


/*ficha de producto*/

.product-template-default ol.flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(63px, 1fr));
    grid-auto-rows: 63px;
    grid-gap:6px;
   
}

.woocommerce div.product div.images .flex-control-thumbs li, .prod.videocatalogo {
    width: fit-content !important;
    height: fit-content !important;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 0.35rem;
    order: 2;
}

.woocommerce-product-gallery .flex-viewport{
	margin-bottom:1rem;
	border: 1px solid #dee2e6;
  border-radius: 0.35rem;
}

	
.woocommerce-product-gallery .flex-control-thumbs img{
	
aspect-ratio: auto 100 / 100;
width: 59px !important;
height: auto !important;
padding: 3px;
transition: all 0.15s ease;
	
}



.product-template-default .product_title{
 font-size: 1.75rem!important;
}

.product-template-default h2{
	font-size:1rem;
	font-weight:600;
}

.woocommerce-Price-amount{
	color:var(--bs-body-color);
	font-weight:600;
}


/*nuevas ampliaciones*/

form.cart .wc-pao-addon-wrap label {
    display: flex;
}

.precioamp {
    font-weight: 600;
    margin-left: auto;
}

h2.wc-pao-addon-name+p {
    margin-top: 6px !important;
}

form.cart>.wc-pao-addons-container {
    background: transparent;
    position: relative;
}

.ampsch {
    animation: exampsch .6s ease;
    opacity: 1;
    display: block !important;
    border-radius: 8px;
    border: 1px solid #dadce0;
    background: white;
    padding: 6px 12px !important;
	    margin: 9px 0 !important;
}

.amps {
    z-index: 9;
    animation: examp .15s ease;
    position: absolute !important;
    width: 100%;
    min-height: 100% !important;
    height: fit-content !important;
    background-color: #fbfcff !important;
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}

@keyframes examp {
    from {
        opacity: 0;
        height: 0;
        width: 0;
    }

    to {
        opacity: 1;
        height: 100%;
        width: 100%;
    }
}

@keyframes exampsch {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.amps h2 {
    color: #6CB4EE !important;
}

.amps h2:after {
    content: url('/wp-content/uploads/2024/06/close.svg') !important;
}

form.cart .wc-pao-addons-container .wc-pao-addon-container {
    position: relative;
    background: white;
    transition: all .15s ease;
	
}

.single-product form > .wc-pao-addons-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 9px !important;
    grid-template-rows: auto;
}

form.cart .wc-pao-addons-container .wc-pao-addon-container:not(.amps):hover,.wc-pao-addon-wrap > div:hover{

    border-color: #d2e3fc!important;
    color: #4CAF50!important;
}

.wc-pao-addon-wrap > div *{
	cursor:pointer;
}

form.cart .wc-pao-addon .wc-pao-addon-name {
   padding-left:.3rem;
    display: inline;
	    text-transform: uppercase;
	font-size:.8rem;
}

form.cart h2.wc-pao-addon-name:after {
    content: url('https://digamac.com/wp-content/uploads/2024/06/expand.svg');
    position: absolute;
    right: 9px;
    height: fit-content;
    padding-top: 3px;
}

form.cart h2.wc-pao-addon-name:before {
    position: absolute;
    left: 9px;
}

p.wc-pao-addon-wrap {
    display: none;
}

.wc-pao-addon-container {
    cursor: pointer;
}

.wc-pao-addons-container .wc-pao-addon-container {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 6px 12px;
    height: fit-content;
    transition: all 0.25s ease;
}
.wc-pao-addon-wrap {
    display: none;
}

.wc-pao-addons-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.wc-pao-addon-wrap div[class*=wc-pao-addon], div[class*=wc-pao-addon] label {
    line-height: .93rem;
    letter-spacing: .2px;
    font-weight: 500;
    cursor: pointer !important;
    transition: background .2s ease;

	
}
.ampsch > div label {
    display: flex !important;
    flex-direction: row !important;
	width:100%;
	
    
}

input.wc-pao-addon-field{
	margin-right:.3rem
}


.wc-pao-addon-wrap > div{
	display:flex;
}

/*fin nuevas ampliaciones*/


.product-template-default .input-text.qty{
	line-height:1.9rem;
} 

/*tabs producto*/

.wc-tabs{
padding:0!important;
	border-radius: .375rem 0 .375rem 0;
	margin:0!important;
}

.wc-tabs:before,.wc-tabs.after,.wc-tabs *:before,.wc-tabs *:after,.wc-tabs a:before{
	display:none!important;
}


.wc-tabs > li{
		border:none!important;
border-radius: .375rem .375rem 0 0;
	padding:0!important;
	margin-right:3px!important;
	
}

ul.wc-tabs > li > a{
font-weight: 600 !important;
font-family: 'Raleway', sans-serif;
padding: 10px 30px!important;
border-color: #4CAF50;
color: #FFFFFF;
line-height: 24px;
transition: all .25s ease;
	min-width: 225px;
    text-align: center;
	 
}

ul.wc-tabs > li.active a{
	
background-color: #6CB4EE;	
color:white!important;
	
}


.woocommerce-Tabs-panel{
	    box-shadow: rgba(0, 0, 0, 0.05) 0px 3.2px 6.4px 0px;
    padding: 2rem!important;;
    border-radius: 0.375rem;
	background:white;
}

.woocommerce-Tabs-panel h2{
	display:none;
}

@media(min-width:768px){
	
	.woocommerce-Tabs-panel p{
		    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
		line-height:1.7;
		align-items:center;
	}	
	
	.woocommerce-Tabs-panel p br{
		display:none;
	}
	
	.woocommerce-Tabs-panel p strong,.woocommerce-Tabs-panel p b {
    width: 50%;
    text-align: left;
}
	
	
}

.trustfactors h2 {
    font-size: 1rem;
    font-weight: 600;
}

.trustfactors i:before{
	padding:8px;
	border-radius:6px;
	background-color:#6CB4EE;
	    box-shadow: rgba(0, 0, 0, 0.1) 0px 3.2px 6.4px 0px;
}

.woocommerce-product-details__short-description u,.woocommerce-Tabs-panel u{
text-decoration: none !important;
}


.product_meta {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

/*fin tabs producto*/

.beforeAmps{
	margin-bottom:1rem;
}

/*productos relacionados*/

.related.products .product h2, .related.products .add-to-cart-container{
	display:none;
}

.related h2 {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding-bottom: .375rem;
}


.related{
	margin-top:3rem;
}

/*fin productos relacionados*/



/*fin ficha de producto*/



/*carrito*/

.wc-block-cart__submit-button:hover{
	background-color: #45A047;
    color: white !important;
}


.wc-block-cart-items__row{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 3.2px 6.4px 0px;
    border-radius: 10px;
    background: white;
    transition: all .3s ease;
    border: none !important;
}
.wp-block-woocommerce-cart-line-items-block{
	border:none!important;
}

.wc-block-components-product-price {
    font-weight: 600;
    color: var(--bs-body-color);
}

.wc-block-cart-items tbody{
	    margin-top: 1rem !important;
    transform: translateY(1rem);
}

.wp-block-woocommerce-cart-order-summary-block{
	margin-bottom:1.5rem;
}

.wc-block-components-sidebar{
	    box-shadow: rgba(0, 0, 0, 0.05) 0px 3.2px 6.4px 0px;
    border-radius: 10px;
    background: white;
    transition: all .3s ease;
    border: none !important;
    padding: 1.5rem;
}

/*fin carrito*/

/*checkout*/

#ship-to-different-address,#shipping_address_2_field{
	display:none!important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  
    margin-right: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    right: 4px; 
}

.woocommerce form .form-row label {
    line-height: 2;
    font-family: 'Raleway';
    font-size: .9rem;
    font-weight: 600;
}

.shipping_address {
    display: block !important;
    overflow: visible !important;
    height: fit-content !important;
}

#customer_details input,#customer_details .select2-selection__rendered,#order_comments{

font-size: .9rem;
font-weight: 500;
font-family: 'Raleway', sans-serif;
padding: .375rem .75rem !important;
line-height: 24px;
transition: all .25s ease;
color:var(--bs-body-color)!important;
border: 1px solid #ced4da;
border-radius:.375rem;
}

.select2-container--default .select2-selection--single{
	border:none!important;
}

.woocommerce-shipping-fields__field-wrapper{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#shipping_country_field,#shipping_state_field,#shipping_postcode_field,#shipping_city_field{
	width:47%;
}

#shipping_company_field,#shipping_address_1_field{
	width:100%;
}

.shippingform{
	    box-shadow: rgba(0, 0, 0, 0.05) 0px 3.2px 6.4px 0px;
    border-radius: 10px;
    background: white;
	padding:2rem;
	height:fit-content;
}

#customer_details .trustfactors{
	margin-bottom:0!important;
		margin-top:1.5rem!important;
	padding:1rem;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background:white;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    margin: auto !important;
    display: block;
    width: 100%;
    margin-top: 1.5rem !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 1.5rem 0;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
border-bottom-color:#dfedf9!important;
 
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
background:#dfedf9!important;  	
}

ul.wc_payment_methods.payment_methods.methods {
    color: var(--bs-body-color);
}

/*fin checkout*/

/*mi cuenta*/


.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    border-radius: 0 !important;
    margin-bottom: 2rem;
	margin-top:1rem;
}

.woocommerce-MyAccount-navigation a {
		display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    justify-content: center;
    font-size: .9rem!important;
    align-items: center;
    background: transparent;
    margin-right: 1rem;
    font-family:'Raleway'!important;
	  padding:10px 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3.2px 6.4px 0px;
    font-weight: 600;
    cursor: pointer;
    background-color: #4CAF50;
    border: 1px solid #4CAF50;
    line-height: 24px;
    transition: all .25s ease;
    border-radius: .375rem;
}

.woocommerce-MyAccount-content div#root .btn i {
    display: none;
}

.woocommerce-MyAccount-navigation a:hover {
    background: #5AA0D6!important;
    color: white !important;
}

.woocommerce-MyAccount-navigation a:before{
	display:none;
}

.woocommerce-MyAccount-navigation a:not(.active) {
    border-color: #e8f0fe !important;
    background: white;
}

.woocommerce-MyAccount-navigation  a.active,#root a.active{
background-color:#4CAF50!important;
border-color: #4CAF50!important;
}

.woocommerce-MyAccount-navigation-link{
font-family:bootstrap-icons !important;
}

.woocommerce-MyAccount-navigation a.active { 
    color: white !important;
}

.woocommerce-MyAccount-navigation>div {
    display: flex;
    flex-direction: row !important;
}

.woocommerce-MyAccount-content {
    padding: 24px;
    border-radius: 0 0 4px 4px !important;
    border: 1px solid #e8f0fe;
    border-radius: 4px !important;
    background: transparent;
}

.woocommerce-MyAccount-content .woocommerce-Price-amount {
    font-size: 14px !important;
}

.woocommerce-orders-table__cell-order-actions a:hover {
    background: #1a73e8 !important;
    color: white !important;
}

/*fin mi cuenta*/

/*preguntas frecuntes*/

#faqAccordion button.accordion-button {
    font-weight: 500;
    font-size: .9rem;
	border-radius:.375rem;
}

#faqAccordion button.accordion-button:not(.collapsed){
	background:#4caf50;
	color:white;

}

#faqAccordion .accordion-item{
	padding:0!important;
}

/*fin preguntas frecuentes*/

/*empresa*/

.empresa .card{
	background-size:cover!important;
}


/*empresa*/

/*páginas categoría*/

.term-description{
	display:none;
}

.tax-product_cat h1{
	display:block!important;
	font-size:28px;
	color:var(--bs-body-color);
}

/*fin páginas categoría*/


