/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.woocommerce-inner-wrapper.loading {
    position: relative;
}
.woocommerce-inner-wrapper.loading:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #ffffffd9;
    position: absolute;
    top: 0;
}
.woocommerce-products-wrap {
    width: 100%;
    max-width: 1440px;
    display: block;
    margin: 100px auto;
}
.mob-view{
    display: none;
}
.woocommerce-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.woocommerce-sidebar {
    flex: 0 0 25%;
    max-width: 25%;
}
.woocommerce-products-list {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 50px;
}
.filter-wrapper {
    box-shadow: 0 0 8px 2px #d3d3d3;
    padding: 15px 10px;
}
.filter-wrap {
    display: flex;
    justify-content: space-between;
}
.filter-name-wrap input {
    margin-right: 8px;
}
.filter-list {
    padding-top: 10px;
}
.filter-search input {
    border-color: #d3d3d3;
}
.product-item h3{
    margin: 0;
    font-size: 20px;
}
.woocommerce-products-inner-wrap{
    box-shadow: 0 0 8px 2px #d3d3d3;
    padding: 20px;
}
.product-name-wrap {
    margin-bottom: 10px;
}
.product-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.content-wrap {
    flex: 0 0 60%;
    max-width: 60%;
}
.add-to-cart-wrap{
    flex: 0 0 40%;
    max-width: 40%;
}
.prod-col-inner-wrap {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.input-add-to-cart-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    margin-top: 5px;
}
.if-inner-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.price-wrap p {
    font-size: 18px;
    font-weight: 400;
}
.input-fields-wrap input{
    width: 60px;
    border-color: #d3d3d3;
}
.select-variation {
    width: auto;
    border-color: #d3d3d3;
}
.add-to-cart-btn-wrap {
    width: 112px;
    margin-left: 10px;
}
.product-item {
    padding: 10px 10px;
    border-bottom: 1px solid #d3d3d3;
}
.product-item:first-child {
    padding-top: 0;
}
.product-item:last-child {
    border: none;
    padding-bottom: 0;
}
.filter-item h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-item h3:hover{
    cursor: pointer;
}
.filter-item span {
    color: #68699e;
}
.open-filter i {
    transform: rotate(180deg);
}
.filter-title i {
    font-size: 16px;
}
.prod-tax-wrap .app-tax {
    margin-right: 10px;
}
.woocommerce-add-too-cart {
    border-color: #68699e;
    color: #68699e;
}
.woocommerce-add-too-cart:hover {
    background-color: #68699e;
    color: #fff;
}
.woocommerce-price {
    margin-right: 10px;
}
.products-tab-filter-wrap {
    margin-bottom: 30px;
}
.products-tab-filter-wrap .filtered-item {
    background-color: rgb(104 105 158 / 30%);
    width: max-content;
    padding: 4px 5px 5px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.filter-value {
    margin-right: 8px;
}
.filter-icon {
    font-size: 10px;
    padding: 5px 6px;
    background-color: #fff;
    border-radius: 20px;
    color: #68699e;
}
.filter-item {
    padding: 10px 5px 10px;
    border-bottom: 1px solid #d3d3d3;
}
.woocommerce-title-wrap{
    border-bottom: 2px solid #68699e;
    padding-bottom: 20px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-item h3 a {
    color: #68699e;
}
.premmerce-multicurrency {
    border-color: #d3d3d3;
    color: #787878;
}
.woocommerce-pagination ul li a {
    color: #68699e;
}
.woocommerce-add-too-cart.loading-btn {
    position: relative;
}
.woocommerce-add-too-cart.loading-btn {
    background-color: grey;
    color: #ffffff;
}
.woocommerce-products-list .woocommerce-add-too-cart {
    background-color: #68699e;
    color: #fff;
}
.woocommerce-products-list .woocommerce-add-too-cart:hover {
    background-color: #7d7e9b;
    border-color: #7d7e9b;
    cursor: pointer;
}
.woocommerce-products-list .woocommerce-quantity {
    padding: 8px 5px;
    text-align: right;
}
.filter-search {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}
.filter-search input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0;
}
.filter-search .search-sbmt {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #68699e;
    color: #fff;
    border-color: #68699e;
}
/* Responsive */
@media only screen and (max-width: 1540px) {
    .woocommerce-products-wrap{
        padding: 0 50px;
    }
    .input-fields-wrap {
        margin-left: 5px;
    }
    .input-add-to-cart-wrap {
        flex-direction: row;
        align-items: center;
        margin-top: 10px;
    }
    .woocommerce-price {
        margin-right: 0;
    }
    .price-wrap p {
        font-size: 16px;
    }
    .content-wrap {
        flex: 0 0 57%;
        max-width: 57%;
    }
    .add-to-cart-wrap {
        flex: 0 0 43%;
        max-width: 43%;
    }
    .woocommerce-products-list .woocommerce-add-too-cart {
        padding: 8px;
    }
    .add-to-cart-btn-wrap {
        width: auto;
    }
    .product-name-wrap {
        margin-bottom: 5px;
    }
    .product-item h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1024px) {
    .woocommerce-products-wrap{
        margin: 50px auto;
    }
    .woocommerce-products-list {
        padding-left: 30px;
        flex: 0 0 72%;
        max-width: 72%;
    }
    .woocommerce-sidebar {
        flex: 0 0 28%;
        max-width: 28%;
    }
    .if-inner-wrap .woocommerce-price {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .if-inner-wrap {
        flex-direction: column;
        align-items: flex-end;
    }
    .input-add-to-cart-wrap{
        margin-top: 5px;
    }
}
@media only screen and (max-width: 991px) {
    .woocommerce-inner-wrapper {
        flex-direction: column;
    }
    .woocommerce-sidebar {
        flex: unset;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
    .woocommerce-products-list {
        padding-left: 0;
        flex: unset;
        max-width: 100%;
        width: 100%;
    }
    .input-fields-wrap {
        margin-bottom: 5px;
    }
    .if-inner-wrap {
        flex-direction: row;
        align-items: center;
    }
    .price-wrap {
        margin-right: 5px;
    }
    .filter-wrapper {
        box-shadow: unset;
    }
    .woocommerce-sidebar{
        box-shadow: 0 0 8px 2px #d3d3d3;
    }
    .mob-view{
        display: block;
    }
    .filter-toogle.mob-view {
        padding: 10px 15px;
    }
    .filter-wrapper {
        display: none;
    }
    .filter-toogle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .product-row {
        flex-direction: column;
    }
    .prod-col.content-wrap {
        flex: unset;
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }
    .prod-col.add-to-cart-wrap {
        flex: unset;
        max-width: 100%;
        width: 100%;
    }
    .prod-col-inner-wrap {
        align-items: flex-start;
    }
    .input-add-to-cart-wrap {
        align-items: flex-start;
    }
    .select-variation-wrap {
        max-width: 420px;
    }
    
}
@media only screen and (max-width: 600px) {
    .woocommerce-products-wrap{
        padding: 0 20px;
    }
    .prod-tax-wrap span {
        display: block;
    }
}