/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

#cart-count {
    position: absolute;
    padding-top: 5px;
    width: 15px;
    height: 15px;
    max-width: 15px;
    bottom: 15px;
    left: 10px;
    color: #ffffff;
    line-height: 5px;
    background-color: #8c7ead;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
}

.added_to_cart.wc-forward {
    display: none;
}

.product-2nd-image {
    position: absolute;
    top: 0;
    left: 0;
}

.product-card-icon {
    color: #8c7ead;
    transition: color 0.4s ease;
}

.product-card-icon:hover {
    color: #333333;
}

.newsletter-form ul li {
    position: relative;
}

.newsletter-form .mailpoet_form_columns_container {
    margin-bottom: 20px;
}

.newsletter-form .mailpoet_form_columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsletter-form input[type="email"] {
    width: 100% !important;
    border: none;
    border-bottom: 1px solid #f1f1f1;
}

.newsletter-form input[type="submit"] {
    height: 100%;
    background-color: #8c7ead;
    color: white;
    opacity: 1;
    transition: opacity 0.4s ease-in;
}

.newsletter-form input[type="submit"]:hover {
    opacity: 0.7;
}

.newsletter-form .mailpoet_checkbox_label {
    color: black;
    font-weight: 600 !important;
}

.newsletter-form input[type="checkbox"] {
    margin-right: 10px;
}

.newsletter-form ul.brxe-list {
    list-style-type: square;
    margin-left: 25px;
}

.newsletter-form ul.brxe-list li::marker {
    color: #8c7ead;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.yith-wcwl-add-button .yith-wcwl-icon {
    color: #8c7ead;
    font-size: 19px;
}

.yith-wcwl-add-button a span {
    display: none;
}

.yith-wcwl-add-to-wishlist.exists {
    display: none;
}

.yith-wcwl-add-to-wishlist i {
    transition: color 0.4s ease;
}

.yith-wcwl-add-to-wishlist:hover i {
    color: #333333;
}

.woocommerce-product-gallery li {
    height: 80px;
}

.product-info .yith-wcwl-add-button {
    margin-top: 10px;
}

.product-info .yith-wcwl-add-button a {
    display: flex;
    background-color: #8c7ead;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    height: 40px;
    padding: 7px 15px;
}

.product-info .yith-wcwl-add-button .yith-wcwl-icon {
    color: #ffffff;
    margin: 0;
}

.product-info .yith-wcwl-add-button a span {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.img-container .hover-image {
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
 object-fit: cover;
 opacity: 0;
 transition: opacity .2s;
 min-height: 300px;
 height: 300px;
 width: 300px;
 z-index: 2;
}

.related-product .product-heading {
    opacity: 1;
    transition: opacity 0.4s ease;
}

.related-product:hover .product-heading {
    opacity: 0.7;
}

.img-container:hover .hover-image {
    opacity: 1;
}

.products .yith-wcwl-add-to-wishlist {
    margin-top: 10px;
}

.sm-visible {
    display: none;
}

.cmplz-btn {
    background-color: #8c7ead !important;
    color: white !important;
}

.bricks-search-overlay button.close {
    top: 60px;
    font-size: 30px !important;
}

.home-page .footer {
    margin-top: 0 !important;
}

@media (max-width: 991.92px) {
    .sm-hidden {
        display: none;
    }

    .sm-visible {
        display: block;
    }

    .newsletter-form .mailpoet_form_columns {
        flex-direction: column;
        gap: 20px;
    }

    .newsletter-form .mailpoet_form_columns .mailpoet_form_column {
        margin-left: 0 !important;
    }

    .newsletter-form .mailpoet_form_columns .mailpoet_form_column {
        width: 100%;
    }

    .xondriki-form {
        flex-direction: column;
    }

    .xondriki-form .form-group {
        width: 100% !important;
    }
}