/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/


/* Your customizations starts here */

.site-logo img{ padding-left: 9%;}
.o-instructions h4{ color: white;}

.single-product-content .cart{width: 100%;}

.cart-collaterals .cart_totals {
    left: 25% !important;
	width: 50% !important;
    position: relative;
    background-color: transparent;
	float: none;
	padding: 0;
}

body .site-mobile-menu .menu-item-3689{
display:none;
}

.product-labels.labels-rectangular{
	background-color: red;
	padding: 3px 9px;
	color: white;
	font-weight: 600;
}
.product-labels.labels-rectangular::before{content:'Exclusivo';}
.featured.product-label{display: none;}

.aws-container .aws-search-field{ font-size: 15px !important;}

/*Woocomerce hidden data*/
.price, .woocommerce-mini-cart__total, .product-subtotal, .product-price,
.order-total, .product-total, .cart-subtotal, span.optional,
.col-register-text, .basel-switch-to-register,
.woocommerce-shipping-totals.shipping,
.calculated_shipping .responsive-table, .calculated_shipping h2, .cart_totals h2,
.woocommerce-Price-amount.amount, .woocommerce-order-details tfoot,
.woocommerce-customer-details, .downloads-link, .edit-address-link,
.woocommerce-MyAccount-navigation-link--downloads,form.searchform, .wceb-price-format,
.basel-add-btn, .woocommerce-MyAccount-content p:nth-child(3), .woocommerce-ordering,
.woocommerce-order-overview__total.total, .woocommerce-MyAccount-navigation-link--edit-address{display: none !important;}

/*-----MEDIA QUERIES-----*/
@media (max-width: 1000px){

}

@media (max-width: 780px){
.cart-collaterals .cart_totals {
	width: 80% !important;
	left: 10% !important;
}
}