p {
    font-size: 17px;
}

.product-title>a {
    font-size: 18px;
    height: auto !important;
}

.product-title {
    font-size: 18px;
    height: auto !important;
}

.filter-list .card.product-card-alt {
    min-height: 300px !important;
}

.home-categories .category-title h3 {
    color: #AF976D;
    font-size: 24px;
    font-weight: 800;
}

.home-categories .category-title {
    background: rgba(0, 44, 80, 0.63);
    width: 100%;
    position: absolute;
    top: 36%;
}

.navbar-sticky.navbar-stuck {
    background: #ffffff;
}

.navbar-expand-lg .dropdown-menu:not(.dropdown-menu-dark) {
    border-color: #fff;
    background-color: #fff;
}

.home-aboutus {
    background-color: rgba(243, 245, 249, 1);

    margin: 0px !important;
    max-width: 100%;
}

.home-aboutus {
    text-align: center;
}

.home-aboutus img {
    max-width: 70px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.home-aboutus h2 {
    color: #AF976D;
    font-size: 24px;
    font-family: Inter;
    font-weight: 600;
    line-height: 32px;
}

.home-aboutus p {
    color: #202020;
    font-family: Inter;
    font-weight: 600;
    line-height: 28px;
    max-width: 800px;
    margin: 0 auto;
}

.trending h2 {
    color: var(--bs-primary);
}

.title-effect {
    text-align: center;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 800;
    color: rgba(0, 44, 80, 0.1);
    position: absolute;
    top: -65px;
    width: 100%;
    left: 0;
}

.trending .title-effect {
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 800;
    color: rgba(0, 44, 80, 0.1);
    position: absolute;
    top: -25px;
}

.custom-map h2 {
    width: 100%;
}

.custom-map .title-effect {
    font-size: 80px;
    top: -35px;
}

.home-categories .title-effect {
    font-size: 60px;
    top: -10px;
}

.home-categories h2 {
    width: 100%;
}

.custom-newsletter .title-effect {
    font-size: 60px;
    top: -10px;
}

.home-img-banner .row> :nth-child(2) h1 {
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding: 40px 30px;
    display: inline-block;
    margin-bottom: 0px;
}

.home-img-banner .row> :nth-child(2) .col-12.text-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home-img-banner .row> :nth-child(2) .col-12.text-center .pe-1 {
    font-size: 18px !important;
}

.home-img-banner .row> :nth-child(2) .w-100.h-100 .mx-1 {
    background-color: rgba(0, 0, 0, 0.4);
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.home-img-banner .row> :nth-child(1) h1 {
    font-size: 25px;
    font-weight: 600;
}

.home-img-banner .row> :nth-child(1) .s1-banner-class {
    position: relative;
}

.home-img-banner .row> :nth-child(1) .col-12.text-center {
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    width: auto;
    position: absolute;
    left: 20px;
    border-radius: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    bottom: 25px;
}

.home-img-banner .row> :nth-child(1) .col-12.text-center .btn {
    background-color: transparent;
    color: #ffffff !important;
    border: none;
    box-shadow: none;
    font-weight: 500;
    text-transform: none;
    margin-top: 35px;
    font-size: 15px !important;
}

.home-img-banner .row> :nth-child(1) .col-12.text-center .btn::after {
    content: '\2192';
    margin-left: 5px;
}

.offcanvas-body .widget-title {
    color: var(--bs-primary);
}

.categories-list .title-effect {
    top: 5px;
}

.mega-dropdown-column {
    width: 100%;
    max-width: 11rem;
}

.product-title>a {
    font-weight: 600;
}

footer .widget-list-item a {
    font-size: 16px;
    font-weight: 500;
}

footer .widget-title {
    font-size: 20px;
}

footer * {
    color: #ffffff;
}

footer a:hover {
    color: #ffffff !important;
}

#quick-view .mb-3.py-3,
#quick-view .pt-4,
#quick-view .d-flex.align-items-center.py-4,
#quick-view .h6.mb-3.pb-2.border-bottom {
    display: none !important;
}


.widget-cart-item .widget-product-meta,
.widget-cart .d-flex.flex-wrap.justify-content-between.align-items-center.py-3 span {
    display: none !important;
}

.btn-outline-secondary:hover {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link {
    text-wrap: nowrap !important;
}

.mega-dropdown-column {
    width: 100%;
    max-width: 10.5rem;
}

.navbar-collapse.order-2.order-lg-1.collapse.show {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 200px;
}

.swiper-slide-thumb-active {
    border: none;
}


.videoblock {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.videoblock video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.input-group.search {
    min-width: 230px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .mega-dropdown-column {
        width: 11rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-weight: 800;
    }
}

@media (max-width: 500px) {
    .buttonsbox {
        flex-direction: column-reverse;
    }
}

@media (max-width: 991px) {
    .title-effect {
        font-size: 40px;
        top: -12px !important;
    }

    .home-categories .title-effect {
        font-size: 40px !important;
    }

    .custom-newsletter .title-effect {
        font-size: 40px !important;
    }
    .custom-map .title-effect{
         font-size: 40px !important;
    }
}

@media (max-width:1144px) {
    .input-group.search {
        min-width: 120px !important;

    }
}