#sp-footer1 {
    display: flex;
    justify-content: center;
}

.header-modules {
    margin-left: 0px;
}

.signin-text {
    display: none !important;
}

.product-hover-element {
    position: relative;

    .addon-root-easystore-list-addtowishlist {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 4;
        transition: all 0.3s ease;

        .easystore-btn-add-to-wishlist {
            color: #fff;

            padding: 11px 13px;
            border-radius: 30px;

            &:hover,
            &:focus {
                color: #fff;
            }
        }
    }

    &:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(#fff, 0.5);
        z-index: 3;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
    }

    .addon-root-easystore-list-addtocart {
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 4;
        transition: all 0.3s ease;

        .easystore-btn-add-to-cart {
            padding: 11px 13px;
            color: #fff;
            background-color: #4F624F;
            border-radius: 30px;
        }
    }

    .btn.btn-outline-secondary,
    .btn.btn-primary {
        padding: 11px 13px;
        color: #fff;
        border-radius: 30px;
    }

    .btn.btn-primary {
        &:hover {
            background-color: #d4af37;
            border-color: #d4af37;
        }
    }

    .btn.btn-outline-secondary {
        border-color: #fff;

        &:hover {
            background-color: #d4af37;
            border-color: #d4af37;
        }
    }

    &:hover {
        &:after {
            visibility: visible;
            opacity: 1;
        }

        .addon-root-easystore-list-addtowishlist,
        .addon-root-easystore-list-addtocart {
            opacity: 1;
            visibility: visible;
        }
    }
}

.product-hover-element {
    position: relative;
    overflow: hidden;

    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1;
    }

    &:hover::after {
        opacity: 1;
        visibility: visible;
    }
}

.btn.btn-primary {
    border-color: #4F624F;

    &:hover {
        background-color: #d4af37;
        border-color: #d4af37;
    }
}

.btn.btn-outline-secondary {
    border-color: #fff;

    &:hover {
        background-color: #d4af37;
        border-color: #d4af37;
    }
}

.sp-profile-wrapper .sp-profile-dropdown {
    background: #0B0D0B;
    border: 1px solid #0B0D0B
}

.sp-module ul>li>a:hover {
    color: #d4af37;
}

body,
.sp-preloader {
    
}
body.view-checkout{
    color: #fff;
}
body.view-cart .easystore-cart-item {
    color: #fff;
}

.easystore-drawer{
    color:#000;
}


body.view-checkout .easystore-list-value{
    color: #fff !important;
}

.easystore-profile-links li a {
    color: #fff;
}

.easystore-profile-links li a.active {
    color: #d4af37;
}

.view-orders th {
    color: #fff;
}

.btn-primary,
.sppb-btn-primary {
    border-color: #4F624F;
    background-color: #4F624F;
}

@media (max-width: 991px) {
    #sp-header.full-header-center .menu-with-offcanvas #offcanvas-toggler {
        display: flex !important;
    }

    #sp-menu {
        display: flex;
        flex-direction: row-reverse;
    }

    .menu-with-offcanvas {
        flex-direction: row-reverse;
    }
}

.burger-icon>span,
.offcanvas-active .burger-icon>span {
    background-color: #fff;
}

#sp-bottom .sp-module .sp-module-title{
    font-size: 18px;
    margin-bottom: 24px;
    color: #d4af37;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.easystore-cart-count{
    background-color: #d4af37
}