﻿* {
    /* Cart */
    --cartBG: #fff !important;
    /* Border */
    --borderColor: #AB8941 !important;
    /* Button */
    --btnPrimary: #AB8941 !important;
    --btnPrimaryColor: white !important;
    --textPrimaryColor: black !important;
    /* Quantity */
    --quantityBG: #1c1c1c !important;
    --QuantityBorderColor: white !important;
    /* Fonts */
    /* --fontfamily: "Figtree", sans-serif; */
    /* Product */
    /*--productBG: #1c1c1c !important;*/
}

#shop {
    padding: 25px;
    padding-top: 50px;
}

.hwcsp-container {
    word-wrap: break-word;
}

    .hwcsp-container h2 {
        color: var(--textPrimaryColor) !important;
    }

#hwcsc-container .close-cart {
    color: #000;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #fff !important;
    background-image: linear-gradient(90deg, #d07c57, #fac8a8 51.27%, #d07c57) !important;
}

#shop .hwcsp-container .input-wrapper {
    border: 1px solid #d07c57 !important;
}

.hwcsp-container img {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 1;
    z-index: 0;
    position: relative;
}

.spacer {
    width: 100%;
    height: 15px;
    text-align: center;
    margin-bottom: 35px;
}

#Catalogue .hwccp-variants {
    color: #fff !important;
    border: 1px solid #d07c57 !important;
}

#Catalogue .hwcsp-container .input-wrapper .hwccp-variants {
    border: 1px solid #d07c57 !important;
}

.Catalogue {
    width: 60%;
    justify-content: center;
}

.catalog {
    justify-content: center;
}

#Catalogue img {
    background-color: #fff;
}

.hwcsp-container .btn {
    margin-bottom: 0.6rem;
}

.hwccp-container .hwcsp-variants {
    --borderColor: #d07c57 !important;
    border: 1px solid var(--borderColor) !important;
    border-right: 0 !important;
    background-color: var(--productBG) !important;
}

.hwccp-container img, .hwccs-container img {
    background-color: white !important;
    padding: 30px;
}

#hwcsc-container .close-cart {
    color: var(--btnPrimaryColor);
}


#hwcsc-container .btn-delete {
    color: var(--textPrimaryColor) !important
}


.hwcct-container {
    display: unset !important;
    position: unset !important;
    background: transparent !important;
    padding: 0 !important;
}

#hwcsc-container .products-container img {
    border-radius: 7px;
    aspect-ratio: 1;
    object-fit: contain;
}

.data-total-counter-container {
    cursor: pointer
}

.data-total-counter-container {
    color: #bf5f35;
}

.store-container {
    width: 80%;
    margin: auto;
}

/* Catalogue Search */
.hwccs-container .navbar {
    background: transparent !important;
    color: white !important
}

.hwccs-container label {
    font-weight: normal !important
}

.hwccs-container .navbar-toggler-icon {
    filter: invert(1);
}

.hwccs-container .navbar-brand {
    color: white !important
}

.hwcct-container div {
    display: contents;
    color: #d07c57
}
