html{
    font-family: 'Nexa';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    margin: 0;
    color: #371841;
}
body{
    font-family: 'Nexa';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    margin: 0;
    color: #371841;
}
a{color: #371841;text-decoration: none;}
a:hover{color: #B37A1D;text-decoration: none;}
.font-weight-bold{
    font-family: 'Nexa';
    font-style: normal;
    font-weight: bold;
}
.header-spacer{
    height: 35px;
}
.header-spacer-small{
    height: 8px;
}
.nav-link{
    color: #B37A1D;font-size: 18px;font-weight: 600;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{color: #371841;font-size: 18px;font-weight: 600;}
.overflow-x{
    overflow-x: hidden;
}
.main-slider{
    height: 775px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}
.slide-image {
    position: absolute;
    top: -100px;
    left: -100px;
    width: calc(100% + 400px);
    height: calc(100% + 400px);

    background-size: contain;
}
.slide-title {
    font-size: 2rem;
    line-height: 1;
    width: 50%;
    white-space: normal;
    word-break: break-word;
    color: #3D1B4A;
    z-index: 100;
    position: absolute;
    left: 20%;
    text-align: left;
    top: 20%;
}
.slide-title-sub {
    font-size: 2.5rem;
    line-height: 1;
    width: 50%;
    white-space: normal;
    word-break: break-word;
    color: #3D1B4A;
    z-index: 100;
    position: absolute;
    left: 20%;
    text-align: left;
    top: 25%;
    font-weight: bold;
}
.slide-title-small{
    font-size: 1.5rem;
    line-height: 1;
    width: 50%;
    white-space: normal;
    word-break: break-word;
    color: #3D1B4A;
    z-index: 100;
    position: absolute;
    left: 20%;
    text-align: left;
    top: 32%;
    font-weight: normal;
}
.slider-btns{
    font-size: 2rem;
    line-height: 1;
    width: 50%;
    white-space: normal;
    word-break: break-word;
    z-index: 100;
    position: absolute;
    left: 20%;
    text-align: left;
    top: 38%;
    font-weight: normal;
}

.slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
}

.slideshow {
    position: relative;
}
.slideshow-pagination {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s opacity;
    z-index: 10;
}
.slideshow-pagination-item {
    display: flex;
    align-items: center;
}
.slideshow-pagination-item .pagination-number {
    opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
    cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
}
.slideshow-pagination-item.active .pagination-number {
    opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
}
.slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all .3s ease;
    color: #FFF;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
    left: 0;
}
.slideshow-navigation-button.next {
    right: 0;
}

.pagination-number {
    font-size: 1.8rem;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    padding: 0 0.5rem;
}

.pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
}
@media (min-width: 45em) {
    .pagination-separator {
        display: block;
    }
}
.pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
}
.p-btn{
    background-color: #371841;
    color:#ffffff;
    border-color: #371841;
    padding: 5px 15px 2px 15px;
    border-radius: 20px;
    font-size: 14px;
}
.p-btn:hover{
    background-color: #371841;
    color:#ffffff;
    border-color: #371841;
    padding: 5px 15px 2px 15px;
    border-radius: 20px;
    font-size: 14px;
}
.g-btn{
    background-color: #B37A1D;
    color:#ffffff;
    border-color: #B37A1D;
    padding: 5px 15px 2px 15px;
    border-radius: 20px;
    font-size: 14px;
}
.g-btn:hover{
    background-color: #B37A1D;
    color:#ffffff;
    border-color: #B37A1D;
    padding: 5px 15px 2px 15px;
    border-radius: 20px;
    font-size: 14px;
}
.main-title{font-weight: bold;font-size: 44px;}
.main-title-1{font-weight: bold;font-size: 30px;}
.grey-bg{
    background-color: #f6f5f7;
}
.product-image{

}
.product-title{
    text-align: center;
    padding-top: 20px;
}
.product-price{
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.product-price-detail{
    font-weight: bold;
    font-size: 25px;
}
.dropdown-item{
    font-size: 16px;
}
.product-button{
    text-align: center;
    padding-top: 20px;
}
.quantity-control {
    display: flex;
    align-items: center;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
}

.quantity-btn:hover {
    background: #e0e0e0;
}

.quantity-input {
    width: 50px;
    height: 28px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.beige-bg{
    background-color: #e8d7ba;
}
.testimonial-bg{
    background-image: url("../img/testimonial-bg.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.test-box{
    min-height: 150px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Light shadow, bottom-right */
    padding: 20px;
    margin: 20px;
    border-radius: 0px;
}
.page p{
    padding-left: 20px;
    padding-right: 20px;
}
.page h2{
    padding-left: 20px;
    padding-right: 20px;
}
.page img{
    padding-left: 20px;
    padding-right: 20px;
}
.footer{
    color: #B37A1D;
    background-color: #391946;
}
.footer a{
    color: #B37A1D;
}
.footer a:hover{
    color: #B37A1D;
}
.footer-border{
    min-height: 250px;
}
.footer-border::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 50%;
    border-right: 2px solid #7A6A8E;
}
.footer-border-last::after{
    border-right: 0;
}
.footer-end{
    background-color: #907d98;
    color:#ffffff;
}
.page-header{
    border-top: 1px solid #8D6026;
    border-bottom: 20px solid #371841;
}
.page-header-title-box{
    position: absolute;
    top:50%;
}
p{line-height: 1.5;}
.spacer-50{
    height: 50px;
}
.page-header-title{
    font-size: 35px;
    font-weight: bold;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-item:hover{
    color:#8D6026;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.videos-bg{
    background-color: #e9e5ea;
}
.page-link{
    border: 0;
    background-color: #3c1b4a;
    border-radius: 0;
    color: #ffffff;
}
.page-link:hover{
    border: 0;
    background-color: #3c1b4a;
    border-radius: 0;
    color: #ffffff;
}
.disabled > .page-link, .page-link.disabled{
    background-color: transparent;
}
.form{
    background-color: #f3f3f3;
    color: #7e6d8e;
    padding: 20px;
}
.cart_number{
    position: absolute;
    margin-left: -10px;
    margin-top: 22px;
    font-size: 10px;
    color:#ffffff;
}
@media all and (max-width: 480px) {
    .main-slider{
        height: 315px;
    }
    .slide-image{
        background-repeat: no-repeat;
        background-size: contain;
        top: 0;
        left: 0;
        width: 100%;
    }
    .slide-title{
        font-size: 1rem;
        top:7%;
    }
    .slide-title-sub{
        font-size: 1rem;
        top:18%;
    }
    .slide-title-small{
        font-size: 1rem;
        top:25%;
    }
    .slider-btns{
        width: 100%;
        top: 75%;
    }
    .main-title {
        font-size: 28px;
    }
    .footer-border {
        min-height: auto;
    }
    .footer-border::after {
        border-right: 0px solid #7A6A8E;

    }
    .slideshow-pagination{
        display: none;
    }
    .page-header-title-box{
        top: 15%;
    }
}
