/*
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  ***************/
/* aca van las clase de estilo reescritas cuando se quiere cambiar algo para no tocar el tema principal*/

article.post .post-image .post-date {
    display: none;
	right: auto;
    left: 10px;
    font-family: Poppins;
    background: #222529;
    letter-spacing: .05em;
    width: 45px;
}

article.post .post-meta {
    display: none;
    margin-top: -.75rem;
}

.woocommerce-tabs .resp-tabs-list li {
    /*display:none;*/
}

#tab-seller{
	display:none !important;
}
.seller_tab{
	display:none !important;
}

#mini-cart .cart-items, .my-wishlist .wishlist-count {
    background: #ed5348;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    box-shadow: -1px 1px 2px 0 rgba(0,0,0,0.3);
    top: -5px;
    right: -9px;
}

#mini-cart .minicart-icon {
    width: 35px;
    height: 30px;
    border: 3px solid #0088cc;
    border-radius: 0 0 5px 5px;
    position: relative;
    opacity: .9;
    margin: 6px 3px 0;
}

/* Mini Cart Icon 
#mini-cart .cart-head:after {
    content: '\f07a'; 
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	border: 3px solid #0088cc;
 minimum 600 or it won't show */
}

.brand-slider img {
    max-width: 250px !important;
}

#footer .logo img {
    display: inline-block;
    max-width: 300px;
}

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

.product-image .labels {
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    top: .8em;
    font-size: 15px;
    left: .8em;
}

.et-cart-info span:before {
    /* icon made by stephen-hutchings from www.flaticon.com 
    background: url('https://image.flaticon.com/icons/svg/2/2772.svg') !important;
    content: '';
    display: inline-block; 
    height: 1em !important;
    width: 1em !important;
    vertical-align: -1px;*/
}

#mini-cart .cart-popup {
    position: absolute;
    width: 400px;
    -webkit-backface-visibility: hidden;
    z-index: 1003;
    top: 100%;
    margin-top: 8px;
    right: 0;
    padding: 0;
    line-height: 38px;
    box-shadow: 0 5px 8px rgba(0,0,0,0.15);
    text-align: left;
    display: none;
    animation: menuFadeInDown .2s ease-out;
}

.brand-slider img {
    max-width: 200px;
}

#header .searchform input {
    border: none;
    line-height: 1.5;
    height: 34px;
    width: 450px;
}

.thumb-info .thumb-info-type {
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 8px -2px -15px 0;
    padding: 2px 12px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 2.3;
}

@media(max-width:479px) { /*cambia el tamaño del logo en mobile*/
  .logo img {
    width: 150px;
  }
}

/*@media (min-width: 992px) { /*hace un desplazamiento de la zona "Revisión del pedido" en el checkout*/
.col-lg-6 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
}