/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/


#header .logo{
max-width:220px;
}

@media(max-width: 520px){
    #header .logo{
        max-width:180px;
     }
}

#mini-cart .cart-items{
	color: #fff;
    background-color: #000;
}

.sidebar-menu > li.menu-item.active {
    background: #000;
}


.main-sidebar-menu .sidebar-menu > li.menu-item > a{
    font-family: 'Poppins',sans-serif!important;
}


.product-image .labels{
    left: 0px!important;
}

.footer-payment-img{
    width: 180px;
}

/*oculta último método de pago de 2 métodos*/
.checkout-order-review .payment_methods li:last-child{
    display: none;
}

.featured-box .payment_methods li:first-child{
    display: none;
}

/* Ocultar Columnas de precio carrito */

th.product-price, td.product-price, th.product-subtotal, td.product-subtotal{
    display: none!important;

}

/*Botón Carrito*/

.shop_table{
    border-top: 1px solid #e7e7e7;
}

.cart-collaterals{
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e7e7e7;
    padding: 32px 12px 12px;
   
}

.wc-proceed-to-checkout{
    text-align: center;
    margin-bottom: 0px;
}

.wc-proceed-to-checkout a{
    height: auto !important;
    padding: 0 2em;
    margin-bottom: 0px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: -0.015em;
    font-weight: 700;
    line-height: 3rem;
    border: none;
    font-family: 'poppins';
    background-color: #000;
}

/*hit hot*/

.mega-menu .tip.hot, .sidebar-menu .tip.hot, .accordion-menu .tip.hot, .menu-custom-block .tip.hot{
    background-color: #009fa0!important;
    border-color: #009fa0!important;
    border-radius: 5px!important;
    width: 14px;
    height: 14px;
    text-align: center;
    font-weight: 700;
}

/*mini cart*/

#mini-cart .widget_shopping_cart .total{
    display: none!important;
}

#mini-cart .quantity .amount{
    display: none!important;
}

#header .menu-custom-block .tip::before{
    left: 4px;
}

/*hide sales price*/

.price ins{
    display: none;
}

.price del{
    line-height: 1;
font-weight: 600;
font-size: 1.5rem;
letter-spacing: -0.02em;
display: inline-block;
color: #222529;
margin-right: 0.2143em;
vertical-align: baseline;
text-decoration: none;
}


.product-image .labels{
    display: none!important;
}
