/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.collaterals-inner.et-fixed.sticked.is_stuck {
    width: 100% !important;
    float: left;
    position: inherit !important;
    top: 0 !important;
}.cart-collaterals.col { 
    flex: 0 0 33.33%;
    max-width: 33.33%;
}    .woocommerce-cart .woocommerce .row .woocommerce-cart-form {
        padding-right: 0px !important;
    }.wpc-filter-taxonomy.wpc-filter-terms-count-0 {
    display: none !important;
}
.cart_totals {
    border: 1px solid currentColor;
    padding: 40px 20px 0!important;
}
.et-product-details .product-subtotal.col-md-3.col-6 {
    flex: 0 0 20%;
    max-width: 20%;
}.et-product-details .product-quantity.col-md-3.col-6 {
    flex: 0 0 20%;
/*     max-width: 20%; */
}
.et-product-details .product-actions.product-remove.col-12 { 
    flex: 0 0 10%;
    max-width: 10%;
    padding-top: 6px;
}.shop_table.cart tbody tr td.product-thumbnail img {
    width: 75px;
    max-width: 75px;
    height: 75px;
}


@media only screen and (max-width:1366px){
#shipping_method li { 
    font-size: 12px;
}.cart-collaterals .woocommerce-shipping-destination { 
    font-size: 15px;
}
}

@media only screen and (max-width:1200px){
 .cart-collaterals.col { 
    flex: 0 0 100%;
    max-width: 100%;
} .cart-items.col-lg-7.col-xl-8 {
    max-width: 100%;
    flex: 0 0 100%; 
}
}

.cate-dropdown.wc-category-select option[value="uncategorized"] {
    display: none!important;
}
.archive .animation{
	opacity:1!important;
}