body {
    font-family: 'Old Standard TT', serif;
    background: #fff8f5;
}
main {
    min-height: 62vh;
}
i{
    cursor: pointer;
}
.bg-theme {
    background-color: #a87e72 !important;
}

/* Footer */
#khamamspa_footer a {
    color: #cfd6e1 !important;
}

#khamamspa_footer a:hover {
    color: #68bb7d;
}

#khamamspa_footer ul.footer-link-list li {
    padding-top: 10px;
}

#khamamspa_footer ul.footer-icons li {
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
}

#khamamspa_footer ul.footer-icons li:hover {
    background-color: #cfd6e1;
    transition: .5s;
}

#khamamspa_footer ul.footer-icons li:hover i {
    color: #212934;
    transition: .5s;
}

#khamamspa_footer .border-light {
    border-color: #2d343f !important;
}
/*.product-wap { box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);}*/
.card.product-wap .card .product-overlay {
    background: rgba(0,0,0,.2);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.card.product-wap:hover .card .product-overlay {
    visibility: visible;
    opacity: 1;
}
.card.product-wap a { color: #000;}
.btn-details{
    color: #A87E72 !important;
    background-color: #EBEBEB;
    border-color: #E8E8E8;
    transition-duration: 0.5s;
    border-style: none;
    padding: 7px 16px 8px 16px;
    border-radius: 3px 3px 3px 3px;
}

.btn-details:hover{
    background-color: #86655B !important;
    color: #EBEBEB !important;
}


.navbar-toggler {
    border-color: rgba(255, 255, 255, 1); /* White border */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar.scrolled .navbar-toggler {
    border-color: rgba(0, 0, 0, 1); /* Black border */
}

.navbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.card.product-wap a {
    color: #A87E72;
}

.card.product-wap p {
    color: #A87E72;
}

.product-wap {
    border: 0;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(125, 125, 125, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

/*Shape Bottom*/
.shape {
    /*overflow: hidden;*/
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.shape-bottom {
    z-index : 2;
    bottom: -1px;
    pointer-events: none;
}
.shape-bottom {
    transform: rotate(180deg);
}
.shape-bottom svg {
    width: 100%;
    height: 50px;
}
.shape-bottom .shape-fill {
    fill: #fff8f5;
}

.btn-theme{
    border-radius: 0;
    background-color: #a87e72 !important;
    color: white !important;
}

.background-image-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color:  rgba(65, 41, 40, 0.68);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

@media (max-width: 767px) {
    .shape-bottom svg {
        height: 20px;
    }
}
