/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");
@import url("./assets/scss/global.css");

.woocommerce-notices-wrapper{
    z-index: 100;
    position: fixed;
    width: 100%;
}
.woocommerce-notices-wrapper .woocommerce-message{
    background: #4c5c66c2;
    margin-bottom: 0px !important;
}
.woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message a.button:hover{
    color: #e94740;
}
.woocommerce-shop .myProductSwiper .swiper-slide h3, .single-product .myProductSwiper .swiper-slide h3{
    white-space: normal !important;
}
.search #content-area{
    margin-top: 6rem;
}
.single-product .et_pb_code_inner .et_pb_button{
    border: 2px solid #e13942;
    border-radius: 10px;
    color: #e13942;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    background: #ffffff url(/wp-content/themes/divi-child/assets/img/search-button-background.png) no-repeat left center;
    color: transparent;
    background-size: cover;
    width: 100px;
    border-radius: 0px 10px 10px 0px;
    width: 100px;
    height: 74px;
    position: absolute;
    right: -97px;
    left: auto;
    top: 0;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    padding: 0;
    text-align: center;
    height: 72px;
}
.dgwt-wcas-sf-wrapp{
    padding: 0 !important;
    background: none !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    border-radius: 6px;
}
.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler{
    display: none;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{
    background: #ffffff;
}
.dgwt-wcas-search-wrapp{
    box-shadow: 0px 0px 10px #00000014;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    background: #ffffff;
    font-size: 21px;
    font-weight: 100;
    font-family: "Maven Pro";
}
.dgwt-wcas-search-form{
    background: #ffffff;
    border-radius: 10px;
}
.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    position: absolute;
    right: -97px;
    left: auto;
    top: 0;
}

@media (min-width: 980px){
    .tax-product_cat .woo-custom-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}