/**
	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
*/

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: #3A332D;
}

body::-webkit-scrollbar-thumb {
    background: #9D9FB0;
    height: 94px;
}

.primary-menu li.menu-item-has-children{
    padding-right: 20px;
}

.primary-menu  li.menu-item-has-children:after{
    position: absolute;
    right: -10px;
    top: -2px;
    content: "\e923";
    font-family: "et-icon";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    margin: auto;
    bottom: 0;
    transform: rotate(90deg);
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.primary-menu li.menu-item-has-children:hover:after{
    transform: rotate(270deg);
}

.woocommerce-order-received #header .header-contents.container{
    max-width: 1140px;
}


.wp-block-woocommerce-cart .wc-block-components-totals-shipping{
    display: none;
}

.home-img-wrap{
    position: relative;
}

.action-button{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto !important;
    max-width: max-content;
    height: max-content;
    top: 0;
    bottom: 0;
    color: #000 !important;
    opacity: 1;
    border: 2px solid #000;
    border-radius: 0;
}

.action-button a{
    font-weight: 700;
    color: inherit !important;
    padding: 12px 60px !important;
    border-radius: 0 !important;
}

/*.woocommerce-checkout #header .header-contents{*/
/*    max-width: max-content;*/
/*}*/

body.woocommerce-cart .wc-block-components-sale-badge{
    display: none;
}

#order_review{
    position: static !important;
}

#order_review .product-name{
    display: flex;
    align-items: center;
}

#order_review .product-name .et-product-thumbnail{
    flex-shrink: 0;
}

#order_review  .et-product-name{
    width: 100%;
}

#order_review .product-quantity{
    flex-shrink: 0;
    margin-right: 10px;
}

.woocommerce-checkout .woocommerce-error li:first-of-type:before{
    display: none;
}

.woocommerce-checkout .woocommerce-error a{
    color: inherit;
}

.woocommerce-checkout .woocommerce-error{
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout [data-id="billing_first_name"]{
    order: -1;
}

.woocommerce-checkout [data-id="terms"]{
    order: -1;
}

.woocommerce-checkout [data-id="billing_first_name"]:before{
    font-family: "et-icon";
    content: "\e929";
    margin: 0 5px;
}

.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper strong{
    font-weight: 400;
}

.woocommerce-order-received .woocommerce-order{
    max-width: 1050px;
}

.woocommerce-checkout .order-actions--heading,
.woocommerce-checkout .order-actions-button{
    padding: 0 !important;
}

.woocommerce-checkout .order-actions--heading{
    font-size: 0 !important;
}

.woocommerce-checkout .order-actions-button{
    display: none;
}

.single-product .summary .onsale-off{
    display: none;
}

.single-product .et-product-detail .summary .onsale-before{
    display: contents;
}

.search-button-group.text-changed .search-clear{
    background: rgba(0,0,0,0.05);
}

.goya-search .search-button-group .search-clear:before,
.goya-search .search-button-group .search-clear:after{
    background-color: #777;
}

#shop-display-list{
    display: none;
}

.single-product a[href="#sizing-popup"]{
    display: none !important;
}

.woo-size-guide-link,
.footer-bar-content.copyright a{
    position: relative;
}

.footer-bar-content.copyright a{
    padding-bottom: 4px;
}

.woo-size-guide-link:after,
.footer-bar-content.copyright a:after{
    content: '';
    height: 2px;
    width: 0;
    background-color: currentColor;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width .25s;
    transition: width .25s;
}

.woo-size-guide-link:hover:after,
.footer-bar-content.copyright a:hover:after{
    width: 100%;
}

.single-product .et-product-detail .product_meta > span *{
    margin-left: 0;
}

.footer .social-icons{
    margin-left: -7px;
}

.footer li.current-menu-item > a:after{
    width: 100%;
}

@media (min-width: 992px){
    body.onsale .primary-menu > li.current-menu-item.menu-item-has-children:not(:hover) > a:after{
        width: 0;
    }

    .img-align-bottom img{
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 250px;
    }

    .woocommerce-order-received ul.order_details{
        display: flex;
        justify-content: space-between;
    }

    .text-padding-left-60{
        padding-left: 60px;
    }
}

@media (min-width: 768px){
    #wrapper .margin-top-minus-50{
        margin-top: -50px;
    }

}

@media (min-width: 768px) and (max-width: 991px){
    .text-padding-left-60{
        padding-left: 30px;
    }
}

@media (max-width: 991px){
    .img-align-bottom img{
        margin: 20px 0 20px -20px;
    }
}

@media (max-width: 767px){
    .et_widget_social_media {
        text-align: left;
    }
}

@media (max-width: 400px){
    .woocommerce-checkout label .optional{
        font-size: 11px;
    }

    #order_review  .et-product-name{
        font-size: 13px;
    }
}
