/*
	Theme Name: Goya
	Theme URI: https://goya.everthemes.com/
	Description: <strong>Goya is a responsive Premium WooCommerce Theme with modern and minimalist design.</strong> For update notifications Follow Us on <a href="http://facebook.com/everthemes">Facebook</a> and <a href="http://themeforest.net/user/everthemess">Themeforest</a>
	Version: 1.0.9.1
	Author: Everthemes
	Author URI: https://themeforest.net/user/everthemess
	Text Domain: goya
	Domain Path: /languages/
	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: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
PLEASE DO NOT EDIT THIS FILE! 
This file is only to recognize basic theme data like name and version.
Instead use the style.css file located your child theme folder 'goya-child' to add your own styles.
If you  want to add small css snippets you can also use the Custom CSS field in Appearance -> Customize -> Custom Code
*/
/**
	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;
}