/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.extender {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}


@media only screen and (max-width: 1024px) {

	.solo-pc{
		display: none !important;
	}

}

@media only screen and (min-width: 768px) {

	.solo-movil{
		display: none !important;
	}

}

@media only screen and (min-width: 1025px){

	.no-pc{
		display: none !important;
	}

}

@media only screen and (max-width: 767px) {
  
	.no-movil{
		display: none !important;
	}

}

.site-content {
    margin-bottom: 0px;
}

/*---------------------------------------------------------*/
/*HOME*/
/*----------------------------------------------------------*/
.main-page-wrapper {
    padding-top: 0px;
}


a.btn-descarga, .btn-custom {
    background-color: #fe791e;
    color: #fff;
    padding: 10px;
}

button.btn-custom,button#wpforms-submit-8924  {
    background-color: #fe791e !important;
    color: #fff !important;
    padding: 10px;
}


/*---------------------------------------------------------*/
/*VISTA PRODUCTO*/
/*----------------------------------------------------------*/

h1.product_title.entry-title.wd-entities-title {
    margin: 0;
}

.product-image-summary-inner p.price{
	display: none;
}

ul.wd-nav.wd-nav-tabs.wd-icon-pos-left.tabs.wc-tabs.wd-style-underline-reverse {
    display: flex;
    justify-content: center;
}

li#tab-title-description {
    order: 0;
}

li#tab-title-wd_additional_tab_2{
	order: 1;
	margin-right: 20px;
}

li#tab-title-wd_additional_tab{
	order: 2;
}

li#tab-title-reviews {
	order: 3;
}

span.featured.product-label {
    display: none;
}

.payment_methods li img {
    max-height: 100px !important;
}
/*-----------------------------------------------------------*/


/*---------------------------------------------------------*/
/*FINALIZAR COMPRA*/
/*----------------------------------------------------------*/

p#billing_country_field {
    display: none;
}