:root {
    --yellow-1: #eaa451;
    --yellow-2: #ff754c;
    --black-1: #131045;
    --light: #edfdec;
    --blue: #0d59ef;
}

body {
    counter-reset: section;
    font-family: "Josefin Sans", sans-serif !important;
}

a {
    text-decoration: none;
}

.bg-light {
    background-color: #f0eeff !important;
}

.nav-search {
    background-color: #f8f8f8 !important;
    width: 600px;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
}

.search-box {
    position: relative;
    width: 100%;
}

.search-box input {
    /* position: relative; */
    border: none;
    border-left: 5px solid var(--yellow-2);
    border-radius: 0;
    background-color: initial;
    padding-top: 8px;
}

.search-box input:focus {
    border: none;
    border-left: 5px solid var(--yellow-2);
    /* border-bottom: 1px solid var(--yellow-2); */
    outline: none;
    box-shadow: none;
    background-color: initial;
}


#partners-container img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.search-box i {
    position: absolute;
    right: 15px;
    top: 12px;
}

@media only screen and (max-width: 1200px) {
    .nav-search {
        width: 450px;
    }
}

@media only screen and (max-width: 992px) {
    .nav-search {
        width: 100%;
    }
}

@media only screen and (max-width: 485px) {
    .navbar button,
    .navbar input {
        font-size: 0.8em;
    }

    .navbar input {
        margin-left: 12px;
    }

    .search-box i {
        position: absolute;
        right: 8px;
        top: 6px;
    }
}

@media only screen and (max-width: 330px) {
    .navbar input {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 992px) {
    .nav-search {
        width: 100%;
    }
}

nav .btn:focus {
    outline: none;
    box-shadow: initial;
}

nav i {
    font-size: 20px;
}

.badge-conteiner {
    position: relative;
    margin-right: 40px;
}

.badge-conteiner > i {
    position: absolute;
    font-size: 1.5rem;
    transform: translateY(-10px);
}

.badge-conteiner > span {
    position: absolute;
    top: -20px;
    right: -40px;
    min-width: 22px !important;
    text-align: center;
    padding: 0px 5px;
    background-color: red;
    border-radius: 50%;
    color: white;
}

.banner {
    height: 95vh;
    min-height: 550px;
    max-height: 750px;
    background-image: url("/assets/images/bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-content {
    height: 95vh;
    min-height: 550px;
    max-height: 750px;
    display: flex;
    align-items: flex-end;
}

@media only screen and (max-width: 992px) {
    .banner,
    .banner-content {
        align-items: center;
        height: 520px;
    }
}

@media only screen and (max-width: 768px) {
    .banner,
    .banner-content {
        height: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .banner,
    .banner-content {
        height: 650px;
    }
}

@media only screen and (max-width: 388px) {
    .banner,
    .banner-content {
        height: 650px;
    }
}

.banner-sub-title {
    letter-spacing: 20px;
    color: var(--yellow-1);
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
}

.banner-title {
    color: var(--black-1);
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.banner-content p {
    width: 90%;
    line-height: 28px;
    border-left: 3px solid #3b2f4a;
    padding-left: 40px;
    color: var(--black-1);
}

.btn-dark {
    background-color: var(--black-1);
    border: 1px solid var(--black-1);
}

.btn-light {
    background-color: var(--light);
    color: var(--black-1);
    border: 1px solid rgba(0, 0, 0, 0.151);
}

.btn-light:hover {
    border: 1px solid var(--black-1);
}

.btn {
    font-weight: 600;
    font-size: 18px;
}

.banner .img-wraper {
    position: relative;
    width: 100%;
    height: 95vh;
    max-height: 750px;
}

.img-wraper .banner-carousel {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}

.banner-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .banner-sub-title {
        letter-spacing: 16px;
        color: var(--yellow-1);
        font-weight: 300;
        font-size: 16px;
        line-height: 16px;
    }

    .banner-title {
        font-size: 40px;
        margin-top: 20px;
    }

    .banner-content p {
        padding-left: 20px;
        font-size: 0.8em;
    }

    .banner-content .btn {
        padding: 10px 20px !important;
        font-size: 0.8em;
    }

    .banner-content .banner-btns {
        margin-top: 30px !important;
    }

    .banner-content .banner-partners {
        margin-top: 25px !important;
    }
}

.bg-black {
    background-color: var(--black-1);
}

.bg-yellow-2 {
    background-color: var(--yellow-2);
}

.text-black {
    color: var(--black-1);
}

.text-yellow {
    color: var(--yellow-1);
}

.text-yellow-2 {
    color: var(--yellow-2);
}

.banner .slick-list {
    width: 300px;
    border-radius: 10px;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.445);
}

.banner .slick-dots {
    width: 40px;
    position: absolute;
    bottom: 130px;
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
    right: -20px;
}

.banner .slick-dots li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.banner .slick-dots li button {
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: rgba(234, 164, 81, 0.21);
}

.banner .slick-dots li.slick-active button {
    background-color: var(--yellow-1);
}

.banner .slick-dots li button::before {
    content: none;
}

.section-name {
    color: var(--blue);
    text-transform: uppercase;
}

.section-title {
    color: var(--black-1);
    margin: 20px auto;
    font-size: 40px;
}

.section-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--black-1);
}

.about-selling-info {
    width: 350px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.26);
    position: absolute;
    top: -200px;
    right: 50px;
    z-index: 14;
    background-color: #fff;
}

.about-selling-info img {
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 424px) {
    .about-selling-info {
        width: 300px;
        top: -150px;
        right: 10px;
    }
}

@media only screen and (max-width: 341px) {
    .about-selling-info {
        width: 250px;
        border-radius: 5px;
        padding: 5px;
        font-size: 0.8em;
    }
}

.about-line {
    width: 250px;
    height: 8px;
    border-radius: 8px;
    background-color: #eaa55156;
    position: relative;
}

.about-line > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 8px;
    border-radius: 8px;
    background-color: var(--yellow-2);
}

.about-plus-icon {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: var(--blue);
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
}

@media only screen and (max-width: 341px) {
    .about-selling-info img,
    .about-plus-icon {
        width: 30px !important;
        height: 30px !important;
    }

    .about-line {
        width: 200px;
        height: 5px;
        border-radius: 5px;
    }

    .about-line > div {
        height: 5px;
        border-radius: 5px;
    }
}

.about-us-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.about-us-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.about-us-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: -5px;
    width: 25px;
    height: 25px;
    background-color: #01d2a1;
    border-radius: 50%;
    color: white;
}

@media only screen and (max-width: 1200px) {
    .section-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 330px) {
    .section-title {
        font-size: 25px;
    }
}

.quality .icon {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: rgba(13, 89, 239, 0.1);
    color: var(--blue);
    font-size: 20px;
    border-radius: 10px;
    margin: 20px auto;
}

.product {
    position: relative;
    margin: 0 10px;
}

.product_hover {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.5s;
    color: var(--light) !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product:hover .product_hover {
    bottom: 0;
}

.bg-1 {
    position: relative;
}

.bg-1::before {
    position: absolute;
    content: "";
    background: url("../images/bg-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 62px;
    width: 50px;
    top: -40px;
    left: 25%;
    z-index: -1;
}

.bg-2 {
    position: relative;
}

.bg-2::before {
    position: absolute;
    content: "";
    background: url("../images/bg-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 62px;
    width: 50px;
    top: -40px;
    left: 25%;
    z-index: -1;
}

.featured-product-content {
    display: flex;
    align-items: center;
}

.featured-product-sub-title {
    letter-spacing: 20px;
    color: var(--yellow-1);
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
}

.featured-product-title {
    color: var(--black-1);
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.featured-product-content .short-desc {
    width: 90%;
    line-height: 28px;
    border-left: 3px solid #3b2f4a;
    padding-left: 40px;
    color: var(--black-1);
}

.featured-products .slick-list {
    padding: 0 20% 0 20% !important;
}

.featured-products .slick-slide {
    opacity: 0.3;
}

.featured-products .slick-slide.slick-current {
    opacity: 1;
}

@media only screen and (max-width: 1400px) {
    .featured-product-sub-title {
        letter-spacing: 16px;
        font-size: 16px;
        line-height: 16px;
    }

    .featured-product-title {
        font-size: 30px;
        margin-top: 15px;
    }

    .featured-product-content p {
        padding-left: 15px;
        font-size: 0.8em;
    }

    .featured-product-content .btn {
        padding: 10px 20px !important;
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 1200px) {
    .featured-product-sub-title {
        letter-spacing: 16px;
        color: var(--yellow-1);
        font-weight: 300;
        font-size: 12px;
        line-height: 12px;
    }

    .featured-product-title {
        font-size: 30px;
        margin-top: 12px;
    }

    .featured-product-content p {
        padding-left: 12px;
        font-size: 0.8em;
    }

    .featured-product-content .btn {
        padding: 10px 20px !important;
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 1100px) {
    .featured-products .slick-list {
        padding: 0 10% 0 10% !important;
    }
}

@media only screen and (max-width: 700px) {
    .featured-products .slick-list {
        padding: 0 !important;
    }
}

.featured_product_arrow {
    padding: 5px 7px 2px 7px;
    background-color: var(--blue);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: 0;
}

.men-accessory {
    padding: 40px;
}

.men-accessory .content {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.185);
    text-align: center;
}

.men-accessory .product-name {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #131045;
    margin: 15px 0;
}

.men-accessory .price {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0d59ef;
    margin-bottom: 10px;
}

.men-accessory .review {
    color: rgba(0, 0, 0, 0.384);
}

.men-accessory .review i {
    color: var(--yellow-2);
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.men-accessory a {
    font-weight: normal;
    color: #fff;
    margin-top: 10px;
    background-color: var(--blue);
    border: var(--blue);
}

.men_accessory_arrow {
    padding: 5px 7px 2px 7px;
    background-color: var(--blue);
    color: white;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: 0;
}

@media only screen and (max-width: 1400px) {
    .men-accessory {
        padding: 30px;
    }

    .men-accessory .content {
        padding: 20px;
        border-radius: 10px;
    }

    .men-accessory .product-name {
        font-size: 20px;
        line-height: 20px;
        margin: 15px 0;
    }

    .men-accessory .price {
        font-size: 20px;
        line-height: 20px;
        margin: 15px auto;
    }

    .men-accessory a {
        margin-top: 10px;
    }
}

#men_accessory_next {
    right: 0;
}

#men_accessory_prev {
    left: 0;
}

.testimonial .review {
    padding: 15px 30px 30px 40px;
}

.review .content {
    background-color: #fff;
    padding: 20px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.082);
    border-radius: 10px;
}

.review_arrows {
    position: relative;
    width: 100%;
}

.review_arrow {
    position: absolute;
    bottom: 20px;
    color: var(--blue);
    display: flex;
    height: 40px;
    width: 40px;
    font-size: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--blue);
    cursor: pointer;
    transition: 0.5s;
}

@media only screen and (max-width: 330px) {
    .review_arrow {
        height: 30px;
        width: 30px;
        font-size: 12px;
    }

    .form .col-7,
    .form .col-5 {
        width: 50%;
    }
}

.review_arrow:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: var(--blue);
}

#review_prev {
    right: 80px;
}

#review_next {
    right: 30px;
}

.slick-dots li button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.21);
}

.slick-dots li.slick-active button {
    background-color: var(--blue);
}

.slick-dots li button::before {
    content: none;
}

@media only screen and (max-width: 1400px) {
    .testimonial {
        font-size: 0.8em;
    }
}

.contact-container {
    background-color: var(--blue);
    border-radius: 20px;
    padding: 60px 20px;
}

.contact-container h2 {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.contact-container .form {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.contact-container input {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: none;
    border-left: 5px solid #fff;
    vertical-align: middle;
    height: 100%;
}

.contact-container input:focus {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: none;
    border-left: 5px solid #0d59ef;
}

.contact-container button {
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: none;
    color: var(--blue);
    background-color: #fff;
    border: 5px solid #fff;
    border-left: 5px solid #0d59ef;
    padding: 5px;
}

.contact-container button:hover {
    border: 5px solid var(--blue);
}

.footer-link {
    display: inline-block;
    text-decoration: none;
    margin: 10px 0;
    color: var(--black-1);
}

.footer-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #a19fb5;
    border-radius: 50%;
    font-size: 12px;
    color: white;
    transition: 0.5s;
}

.footer-icon:hover {
    background-color: var(--blue);
}

footer a {
    text-decoration: none;
}

/* About Page */

.about_banner {
    background-image: url("../images/about_banner_bg.jpg"),
        linear-gradient(to bottom, rgba(19, 16, 69, 1), rgba(19, 16, 69, 0.79));
    background-blend-mode: overlay;
    height: 90vh;
    max-height: 550px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about_banner > div {
    max-width: 900px;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.history-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.history-list li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(56, 56, 56, 0.11);
    padding-bottom: 10px;
    color: var(--black-1);
}

.history-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: -5px;
    border-radius: 50%;
    color: #01d2a1;
    font-size: 18px;
}

.history-steps {
    padding: 10px;
    color: var(--black-1);
}

.history-steps .step-digit {
    flex-shrink: 0;
    display: flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    background-color: rgba(238, 243, 255, 1);
    border-radius: 50%;
    font-size: 25px;
    color: var(--blue);
}

.message-form {
    padding: 10px;
}

.message-form .form-control {
    background-color: #fbf6f2;
    border: none;
    outline: none;
    box-shadow: none;
    margin-top: 8px;
}

.message-form label {
    color: var(--black-1);
}

/* Shop Page */

.page-navigation {
    margin-top: 85px;
    padding: 30px 0;
    background-color: #f0eeff;
}

.page-navigation a {
    text-decoration: none;
    padding-left: 16px;
    color: var(--blue);
}

.page-navigation a.active {
    color: #aaa;
}

@media only screen and (max-width: 992px) {
    .page-navigation {
        margin-top: 68px;
        padding: 20px 0;
    }
}

.shop-page .accordion-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.shop-page .accordion-pane {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px 0 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.shop-page .accordion-tab {
    padding: 0 10px 30px;
}

.shop-page .accordion-content {
    display: none;
    border-top: 1px solid #eee;
    max-height: 400px;
    overflow-y: auto;
}

.shop-page .accordion-content.open {
    display: block;
}

.shop-page .accordion-tab i {
    transition: 0.8s;
}

.shop-page .accordion-tab.open i {
    transform: rotate(180deg);
}

.inner-accordion {
    list-style: none;
    padding: 0;
}

.inner-accordion li {
    width: fit-content;
    position: relative;
    align-items: center;
    color: var(--black-1);
    font-weight: bold;
    font-size: 18px;
    margin: 13px 0;
    margin-left: 35px;
}

.inner-accordion li:before {
    position: absolute;
    content: "+";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    left: -20px;
    top: 0;
    font-size: 12px;
}

.inner-accordion .inner-accordion-pane.open:before {
    position: absolute;
    content: "-";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    left: -20px;
    top: -18px;
    font-size: 30px;
    font-weight: bold;
    color: var(--blue);
}

.inner-accordion-content {
    padding: 10px 0;
    display: none;
}

.inner-accordion-pane:first-child .inner-accordion-content {
    display: block;
}

.inner-accordion-content a {
    display: block;
    width: fit-content;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 10px;
    color: var(--black-1);
}

.inner-accordion-tab {
    cursor: pointer;
}

.inner-accordion-tab.open h6 {
    color: var(--blue);
}

.checkbox-warapper {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 5px;
}

.checkbox-warapper input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 26px;
    height: 25px;
    border-radius: 5px;
    border: 3px solid #aaa;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-warapper input[type="checkbox"]:hover {
    background-color: #888;
    border: 3px solid #888;
}

.checkbox-warapper input[type="checkbox"]::after {
    content: "\f00c";
    font-size: 18px;
    font-family: FontAwesome;
    font-weight: 700;
    display: none;
    color: white;
}

.checkbox-warapper label {
    cursor: pointer;
    font-size: 18px;
    color: var(--black-1);
    font-weight: 600;
    margin-left: 8px;
    margin-top: 5px;
}

.checkbox-warapper input[type="checkbox"]:checked {
    background-color: var(--blue);
    border: 3px solid var(--blue);
}

.checkbox-warapper input[type="checkbox"]:checked::after {
    display: block;
}

.price-prograss-slider {
    height: 8px;
    background-color: #f0eeff;
    border-radius: 4px;
    position: relative;
}

.price-prograss-slider .prograss {
    position: absolute;
    height: 8px;
    left: 20%;
    background-color: var(--blue);
    border-radius: 4px;
}

.price-prograss-slider .dis {
    position: absolute !important;
    top: 25px;
    width: 70px;
    height: 40px;
    background-color: var(--blue);
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.price-prograss-slider .dis.dis-min {
    transform: translateX(-50%);
}

.price-prograss-slider .dis.dis-max {
    transform: translateX(50%);
}

.price-prograss-slider .dis::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5px;
    transform: rotate(45deg);
    z-index: -1;
    background-color: inherit;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    top: -8px;
    height: 8px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    pointer-events: none;
}

.range-input input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    background-color: var(--blue);
    border-radius: 50%;
    pointer-events: auto;
    border: none;
}

.range-input input[type="range"]::-moz-range-thumb {
    width: 17px;
    height: 17px;
    background-color: var(--blue);
    border-radius: 50%;
    pointer-events: auto;
    border: none;
}

.range-input input[type="range"]::-ms-thumb {
    width: 17px;
    height: 17px;
    background-color: var(--blue);
    border-radius: 50%;
    pointer-events: auto;
    border: none;
}

.shop-navigation {
    border: 1px solid rgba(0, 0, 0, 0.178);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 520px) {
    .shop-navigation {
        flex-direction: column;
        gap: 15px;
    }

    .shop-navigation > div {
        width: 100%;
    }
}

.shop-navigation .links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.shop-navigation .links a {
    text-decoration: none;
    color: #aaa;
}

.shop-navigation .links a.active {
    color: var(--black-1);
    font-weight: bold;
}

.shop-navigation .icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.grid-icons > i {
    color: #aaa;
    cursor: pointer;
}

.shop-navigation .grid-icons > i.active {
    color: var(--black-1);
    cursor: pointer;
}

.shop-navigation .svg {
    cursor: pointer;
}

.shop-navigation .svg path {
    fill: #aaa;
}

.shop-navigation .svg.active path {
    fill: var(--black-1);
}

.shop-navigation .btn {
    border: none;
    outline: none;
    box-shadow: none;
}

.shop-navigation .icons > div {
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.shop-navigation .icons > div:last-child {
    border-left: 3px solid rgba(0, 0, 0, 0.24);
}

.sort-btn {
    padding: 5px;
    border-radius: 5px;
    transition: 0.1s;
    cursor: pointer;
}

.sort-btn:hover {
    background-color: #ccc;
}

.sort-btn i {
    transition: 0.5s;
}

.sort-btn.desc i {
    transform: rotate(180deg);
}

.shop-products .product {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    /* margin-bottom: 40px; */
}

.shop-products .product .fav-icon {
    position: relative;
    cursor: pointer;
}

.shop-products .product .fav-icon::after {
    content: "\f004";
    font-family: FontAwesome;
    width: 35px;
    height: 35px;
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #aaa;
    border-radius: 7px;
    right: -10px;
    top: -10px;
}

.shop-products .product .fav-icon.active::after {
    color: #fff;
    background-color: var(--blue);
}

.shop-products .product .product-name {
    color: var(--black-1);
    font-size: 18px;
    font-weight: 900;
    margin-top: 15px;
}

.shop-products .product .price {
    color: var(--blue);
}

.shop-products .review {
    color: rgba(0, 0, 0, 0.384);
    margin: 10px auto;
}

.shop-products .review i {
    color: var(--yellow-2);
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 15px;
}

/*End Shop Page */

/* Product Details Page */

.product-images .slick-slide {
    opacity: 0.5;
    padding: 10px 20px;
}

.product-images .slick-slide.slick-current {
    opacity: 1;
}

.product-images > .slick-arrow::before {
    color: var(--blue);
}

.product-images > .slick-next::before {
    margin-left: -25px;
}

.product-images > .slick-prev::before {
    margin-right: -25px;
}

.product-tag {
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 10px;
    display: inline-block;
    margin-top: 5px;
}

.btn {
    margin-top: 5px;
}

.product-tag:first-child {
    background-color: #ebe8fe;
    color: #6c5dd3;
}

.product-tag:last-child {
    background-color: #ddf5e4;
    color: #3eb760;
}

.border-bottom-dash {
    border-bottom: 1px dashed rgba(107, 107, 107, 0.349);
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    border: none;
    color: #383838 !important;
}

.nav-tabs .nav-link.active {
    color: #131045 !important;
    border-bottom: 1px solid black;
}

tr,
td,
th {
    padding: 25px 10px !important;
}

tr {
    border: 1px solid #f0eeff;
}

th {
    width: 30%;
}

td {
    width: 70%;
}

/* End Product Details */

/* Product Cart */
.text-light {
    color: #d0d0d2 !important;
}

.head-section div {
    height: 40px;
    width: 40px;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-section.active div {
    border: 2px solid var(--blue);
    color: var(--blue);
}

.head-section.active strong {
    color: var(--blue);
}

.line {
    height: 3px;
    border-radius: 1px;
    background-color: var(--black-1);
}

/* End Product Cart */

/* Checkout */
.payment-btn.active {
    position: relative;
    background-color: #f0f0f0 !important;
}

.payment-btn.active i {
    color: var(--blue);
}

.payment-btn.active::after {
    color: #fff;
    content: "\f00c";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: FontAwesome;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    background-color: var(--blue);
    position: absolute;
    right: 10px;
    top: 10px;
}

/* End Checkout */

/* Hero Seciton */
.banne-r .hero-review {
    bottom: 50px;
    width: 300px;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    background-color: #f4f4f4;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.banne-r .hero-review img {
    max-height: 90px;
}

.banne-r .slick-dots li button {
    width: 12px;
    height: 12px;
}

/*****************************************
              Responsive CSS 
*******************************************/
@media only screen and (max-width: 575px) {
    /* Common Style */
    .fs-12 {
        font-size: 12px;
    }

    .fs-18 {
        font-size: 18px;
    }

    .fs-22 {
        font-size: 22px;
    }

    .bg-lighter {
        background-color: #f1f1f1;
    }

    .sm-text-uppercase {
        text-transform: uppercase;
    }

    .mx-w-50 {
        max-width: 50px;
    }

    .section-name {
        font-size: 20px;
    }

    .section-title {
        font-size: 24px;
        margin: 0 0 10px 0;
    }

    .section-para {
        font-size: 15px;
        line-height: 21px;
        text-align: justify;
    }

    .fs-sm-15 {
        font-size: 15px !important;
    }

    .halp-banner {
        margin-top: 0;
    }

    /* Navbar */
    .navbar {
        top: auto;
        bottom: 0;
        height: 60px;
        background-color: #131045 !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    }

    .navbar .dropdown-item {
        text-transform: uppercase;
    }

    .collapse:not(.show) {
        display: block !important;
    }

    .nav-search {
        left: 0;
        opacity: 0;
        top: -250px;
        position: fixed;
        border-radius: 0 !important;
        transition: 0.4s ease-in-out all;
    }

    .show-navsearch .nav-search {
        opacity: 1;
        top: 0px;
        transition: 0.4s ease-in-out all;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }

    .dropdown-menu.animate-offcanvas.show {
        display: block !important;
        width: 250px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        margin: 0 !important;
        border: 0;
        border-radius: 0;
    }

    .d-flex.app-menu {
        padding-top: 10px;
        width: 65% !important;
        margin-left: 10px;
        justify-content: space-between;
    }

    .d-flex.app-menu i {
        color: #fff;
    }

    .user-icon-section{
      width: 5% !important;
    }

    .logout {
        bottom: 0;
        width: 100%;
        padding: 14px;
        position: absolute;
        text-align: center;
        background: #830202;
        color: #fff !important;
        text-transform: uppercase;
    }

    .btn-group.sm-offcanBtn {
        top: 10px;
        right: 12px;
        border-radius: 50%;
        display: inline-block;
        width: 40px !important;
        height: 40px !important;
        background: transparent;
        position: absolute !important;
    }

    .navbar .img-circle {
        width: 40px;
        height: 40px;
        padding: 2px;
        margin-left: -40px;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    .search-box input {
        margin-left: 20px;
        padding-top: 10px;
    }

    .animate-offcanvas {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

    .slideIn {
        -webkit-animation-name: slideIn;
        animation-name: slideIn;
    }

    @keyframes slideIn {
        0% {
            transform: translateX(-15rem);
            opacity: 0;
        }

        100% {
            transform: translateX(0rem);
            opacity: 1;
        }

        0% {
            transform: translateX(-15rem);
            opacity: 0;
        }
    }

    @-webkit-keyframes slideIn {
        0% {
            -webkit-transform: transform;
            -webkit-opacity: 1;
        }

        100% {
            -webkit-transform: translateX(0);
            -webkit-opcity: 1;
        }

        0% {
            -webkit-transform: translateX(-15rem);
            -webkit-opacity: 0;
        }
    }

    .sm-show-content {
        display: none;
    }

    .navbar .dropdown-toggle::after {
        display: none;
    }

    /* Banner */
    .banne-r .row.align-items-center.align-items-lg-end {
        flex-wrap: wrap-reverse;
    }

    .banne-r .slick-dots {
        bottom: -35px;
    }

    .banne-r .banner-content {
        height: 270px;
        min-height: 270px;
    }

    .banner {
        margin-top: 90px !important;
    }

    .banner-title {
        font-size: 32px;
        margin-top: 20px;
        line-height: 32px;
        text-align: center;
    }

    .banner-sub-title {
        font-weight: 500;
        text-align: center;
        letter-spacing: 6px;
    }

    .banner-content p {
        width: 100%;
        line-height: 22px;
        margin-top: 35px;
    }

    .banner-content .banner-btns {
        text-align: center;
        margin-top: 20px !important;
    }

    .banner-content .banner-btns .btn {
        padding: 6px 10px !important;
    }

    .banner-content .slick-list.draggable {
        width: 250px;
    }

    .sm-banner-slider-rate {
        position: absolute;
        top: -6px;
        left: -7px;
        background: #131045;
        color: #fff;
        font-size: 12px;
        padding: 7px 3px;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        text-align: center;
    }

    .banner .slick-dots li.slick-active button {
        background-color: #131045;
    }

    .banner-content .bnr-carsl-sm {
        bottom: -20px;
        background: white;
        position: absolute;
        border-radius: 10px;
    }

    .banner .slick-dots li {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .banner .slick-dots {
        right: auto;
        left: 0;
    }

    .banner .slick-dots {
        bottom: 85px;
    }

    .banner .slick-dots li button {
        width: 8px;
        height: 8px;
        background-color: rgb(149 149 149);
    }

    /* About US */
    .about-us {
        margin-top: 80px !important;
    }

    .about-us-list {
        font-size: 14px;
        line-height: 14px;
    }

    .about-us-list li {
        margin-bottom: 14px;
    }

    .about-us-img {
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .about-selling-info {
        font-size: 14px;
    }

    .about-selling-info strong {
        color: #fff !important;
    }

    .about-selling-info img {
        width: 30px;
        height: 30px;
    }

    .about-plus-icon {
        width: 30px;
        height: 30px;
        margin-left: 5px;
    }

    .about-selling-info {
        bottom: 0;
        top: -128px;
        backdrop-filter: blur(10px);
        background-color: #13104570 !important;
    }

    .about-us.about-page {
        margin-top: 50px !important;
    }

    /* Qualities */
    .qualities .quality h4 {
        font-size: 16px;
    }

    .quality .icon {
        margin: 0 auto;
    }

    .quality p {
        font-size: 14px;
        text-align: justify;
    }

    /* Products */
    .product {
        padding: 4px;
    }

    .featured-section-title {
        font-size: 26px;
    }

    .featured-product-title {
        font-size: 20px;
        margin-top: 10px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .featured-product-head-subtitle {
        font-size: 16px !important;
        margin-bottom: -25px !important;
    }

    .featured-product-sub-title {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .featured-products img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .featured-products .featured-product-content p {
        font-size: 16px;
        line-height: 22px;
        text-align: justify;
        width: 100%;
    }

    .featured-products .btn {
        min-width: 140px;
    }

    /* Men's Accessory */
    .men-accessory {
        padding: 10px;
    }

    .men-accessory .content {
        padding: 10px;
        border-radius: 5px;
        box-shadow: none;
    }

    .men-accessory .product-name {
        font-size: 14px;
        line-height: 18px;
        margin: 15px 0 -5px 0;
    }

    .men-accessory .price {
        font-size: 18px;
        line-height: 18px;
        margin: 15px 0 7px 0;
    }

    .men-accessory .review,
    .men-accessory .review i {
        font-size: 14px;
    }

    .men-accessory .btn {
        font-size: 10px;
        margin: 0;
        padding: 10px 12px 8px 12px !important;
    }

    /* Testmonial */
    .testimonial .section-name {
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }

    .testimonial .section-title {
        font-size: 22px;
    }

    .testimonial #review_next {
        right: 0;
    }

    .testimonial #review_prev {
        right: 40px;
    }

    .review_arrow {
        height: 30px;
        width: 30px;
    }

    .testimonial .review {
        padding: 5px 8px 8px 8px;
    }

    .review .content {
        padding: 10px;
        box-shadow: none;
        border-radius: 6px;
        background-color: #f1f1f1;
    }

    .review span {
        font-size: 10px;
        margin-top: -3px;
        display: block;
    }

    .review p {
        margin-bottom: 0;
        text-align: justify;
    }

    /* Contact */
    .contact-us .container {
        padding: 0;
    }

    .contact-us button,
    .contact-us input {
        font-size: 14px;
    }

    .contact-container {
        padding: 20px;
        border-radius: 0;
    }

    .contact-container h2 {
        margin-bottom: 15px;
        font-size: 14px;
    }

    /* About Banner */
    .about_banner > div {
        margin: 0 8%;
        font-size: 14px;
        text-align: justify;
        border-radius: 10px;
        background: #131045ab;
        backdrop-filter: blur(14px);
    }

    .about_banner p {
        margin: 0;
    }

    /* History */
    .history-list li {
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .history .section-para {
        margin-bottom: 0;
    }

    .history .btn {
        display: block;
        font-size: 14px;
        padding: 6px !important;
    }

    .history-steps {
        padding: 0;
    }

    .history-steps .step-digit {
        width: 40px;
        height: 40px;
        font-size: 16px;
        border-radius: 4px;
    }

    .history-steps strong {
        display: block !important;
        margin-bottom: -28px !important;
    }

    .history-steps span,
    .history-steps strong {
        font-size: 14px;
    }

    /* Testimonial in About Page */
    .about-page.testimonial .review .content {
        background-color: #ffffff;
    }

    /* Our Contact */
    .our-contact .text-muted,
    .our-contact p.text-muted {
        font-size: 14px;
    }

    .our-contact .text-primary {
        width: 40px;
        height: 40px;
        text-align: center;
        align-items: center;
        background: #f1f1f1;
        padding-top: 10px;
        border-radius: 5px;
        margin-right: 12px;
    }

    .our-contact .d-flex.align-items-center {
        padding-top: 5px !important;
    }

    .our-contact .d-flex.align-items-center.num {
        padding-top: 0px !important;
    }

    .our-contact .two-col {
        columns: 2;
    }

    .our-contact .message-form {
        padding: 0;
    }

    .our-contact label {
        font-weight: bold;
    }

    .our-contact .btn {
        width: 100%;
        display: block;
        font-size: 14px;
        padding: 6px !important;
    }

    /* Page Navigation */
    .page-navigation {
        padding: 10px 0;
        font-size: 14px;
    }

    /* Product Cart */
    .product-cart {
        margin-top: 20px !important;
    }

    .product-cart h1 {
        font-size: 20px;
        text-align: start !important;
    }

    .head-section .count {
        width: 25px;
        height: 25px;
        font-size: 14px;
        padding-top: 3px;
    }

    .head-section strong {
        font-size: 14px;
        margin-left: 8px;
    }

    .head-section.active div {
        color: #fff;
        background: #0d59ef;
    }

    .product-cart h3 {
        font-size: 20px;
        margin-top: 10px;
    }

    .product-cart label {
        font-size: 12px;
    }

    .payment-opntion .payment-btn {
        font-size: 14px;
    }

    .payment-btn.active {
        border: 2px solid #0d6efd !important;
    }

    .payment-btn.active::after {
        content: "";
        display: none;
    }

    .payment-opntion i {
        font-size: 20px;
    }

    .coupon-btn {
        margin-top: 0;
        font-size: 14px;
    }

    .coupon-btn i {
        font-size: 14px;
    }

    .chk-container strong {
        font-size: 20px;
        font-weight: 500;
    }

    .chk-btn {
        font-size: 14px;
        text-transform: uppercase;
        padding-top: 10px !important;
        padding-bottom: 6px !important;
    }

    .chk-container span.text-light {
        color: #383838 !important;
    }

    .chk-container .payment-btnr {
        font-size: 16px;
        padding-bottom: 0 !important;
    }

    /* Product Cart */
    .product-cart label {
        font-size: 12px;
        text-transform: uppercase;
    }

    .pro-cart .pro-cart-img {
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pro-cart .pro-cart-img img {
        max-width: 80px;
        border-radius: 10px;
    }

    .pro-cart .align-items-center {
        align-items: flex-start !important;
    }

    .pro-cart .pro-cart-content {
        margin-top: 15px;
        position: relative;
        padding-top: 15px !important;
        border: 0px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important;
    }

    .pro-cart .pro-cart-content:first-child {
        border-top: 1px solid #dee2e6 !important;
    }

    .pro-cart .pro-cart-text-content {
        padding-right: 0 !important;
        padding-left: 10px !important;
    }

    .pro-cart .checkbox-warapper {
        top: 15px;
        left: 7px;
        padding: 0px;
        position: absolute;
    }

    .pro-cart .checkbox-warapper.all-checkbox {
        left: -4px;
        position: relative;
        margin-bottom: 20px;
    }

    .pro-cart .checkbox-warapper input[type="checkbox"] {
        width: 15px;
        height: 15px;
        border-radius: 2px;
        border: 1px solid #aaa;
    }

    .pro-cart .checkbox-warapper input[type="checkbox"]::after {
        font-size: 8px;
    }

    .pro-cart h5 {
        font-size: 16px;
        margin-bottom: -8px;
        width: 100%;
        height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .pro-cart strong {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .pro-cart .pro-cart-btn {
        margin: 0;
        height: 32px;
        padding: 0 !important;
        width: 120px !important;
        margin-top: 0 !important;
    }

    .pro-cart .btn {
        font-weight: 600;
        font-size: 14px;
        padding: 0 12px;
    }

    .pro-cart .pro-cart-close,
    .pro-cart .pro-cart-close .btn {
        padding: 0 !important;
    }

    .pro-cart .pro-cart-close {
        padding: 0 !important;
    }

    .checkbox-summery {
        margin-top: 10px !important;
    }

    .checkbox-summery .border.mt-3 {
        padding: 14px !important;
        padding-bottom: 5px !important;
    }

    .checkbox-summery .clearfix.mt-3 {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 5px !important;
    }

    .checkbox-summery .border.mt-3 .btn.mt-4 {
        margin-top: 0px !important;
    }

    .checkbox-summery .border.mt-3 .btn.mt-4:last-child {
        padding-top: 10px !important;
    }

    .product-images > .slick-prev::before {
        margin-right: -40px;
    }

    .product-images > .slick-next::before {
        margin-left: -40px;
    }

    .product-details .big-images {
        margin-top: -35px;
    }

    .product-details .big-images img::before {
        counter-increment: section;
        content: "Section " counter(section) ": ";
    }

    .product-details .product-images {
        display: none;
    }

    .product-details .slides-numbers {
        left: 50%;
        bottom: 20px;
        color: #fff;
        font-size: 14px;
        padding: 2px 10px;
        padding-bottom: 0;
        position: absolute;
        border-radius: 17px;
        transform: translateX(-50%);
        background-color: #00000061;
    }

    .product-details .slick-next,
    .product-details .slick-prev {
        display: none !important;
    }

    .product-details-description .featured-product-title {
        font-size: 16px;
    }

    .product-details-description .rattings {
        font-size: 12px;
    }

    .product-details-description .product-tag,
    .product-details-description .pro-details-share .btn {
        margin: 0;
        border-radius: 4px;
        text-transform: capitalize;
        font-size: 10px !important;
        padding: 2px 8px !important;
    }

    .product-details-description .product-tag {
        padding: 6px 8px !important;
    }

    .product-details-description .pro-details-share {
        display: flex;
        justify-content: space-between;
    }

    .product-details-description .pro-details-price {
        margin: 0 !important;
        padding: 0 !important;
        border: 0;
    }

    .product-details-description .pro-details-price .me-3,
    .product-details-description .pro-details-price .mx-3 {
        margin-left: 0 !important;
        margin-right: 15px !important;
    }

    .product-details-description .pro-details-price .mx-3:last-child {
        margin-right: 0 !important;
    }

    .product-details-description .pro-details-wishlist {
        height: 40px;
        margin: 0 !important;
        padding: 5px 10px 0px 10px !important;
    }

    .product-details-description .discount-persent {
        font-size: 14px;
        border-radius: 4px !important;
        padding: 3px 5px 1px 6px !important;
    }

    .product-details-description .pro-review {
        font-size: 13px;
        text-align: right;
    }

    .product-details-description .pro-details-select-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-details-description .pro-details-select-item span {
        font-size: 12px;
    }

    .product-details-description .pro-details-select-item .btn {
        margin: 0;
        padding: 0;
        z-index: 1;
        font-size: 10px;
        padding: 5px !important;
    }

    .product-details-description .pro-details-select-item .border.rounded {
        padding: 5px !important;
    }

    .product-details-description
        .pro-details-select-item
        .border.rounded
        input {
        font-size: 14px;
        padding: 0 !important;
    }

    .product-details-description .cart-btn-pd {
        font-size: 14px;
        padding: 8px 0 4px 0 !important;
    }

    .product-details .nav-tabs {
        justify-content: space-between;
    }

    .product-details .nav-tabs .nav-link {
        font-size: 14px;
        padding: 0 !important;
    }

    .product-details tbody {
        font-size: 14px;
    }

    .product-details tbody td,
    .product-details tbody th,
    .product-details tbody tr {
        padding: 0 !important;
    }

    .product-details tbody td span {
        font-size: 12px;
        border-radius: 4px !important;
        padding: 3px 3px 1px 3px !important;
    }

    .related-product {
        margin: 0 -12px;
        padding: 12px !important;
        background-color: #f0eded;
    }

    .related-product h2 {
        font-size: 18px;
    }

    .related-product p {
        font-size: 13px;
        text-align: justify;
    }

    .featured-products .fs-18 {
        font-size: 18px !important;
    }

    .featured-products .featured-off span {
        font-size: 14px;
        padding: 5px 5px 3px 7px !important;
    }

    .featured-products .featured-btn-group {
        text-align: center;
        margin-top: 5px !important;
    }

    .featured-products .btn {
        width: 45%;
        font-size: 14px;
        padding: 5px 5px 3px 7px !important;
    }

    /* Shop Page */
    .shop-page .filter-showHide-btn {
        width: 100%;
        margin-top: 0;
        display: block;
        font-size: 14px;
        text-align: start;
        position: relative;
        border-radius: 8px;
        padding: 14px 26px 8px 16px;
    }

    .shop-page .filter-showHide-btn:focus {
        box-shadow: none !important;
    }

    .shop-page .filter-showHide-btn .fa-arrow-right {
        top: 15px;
        right: 15px;
        font-size: 14px;
        position: absolute;
        transform: rotate(90deg);
        transition: 0.4s all ease-in-out;
    }

    .shop-page .filter-showHide-btn.icon-rotate .fa-arrow-right {
        transform: rotate(270deg);
        transition: 0.4s all ease-in-out;
    }

    .shop-page .filter-item-body {
        border: 0 !important;
        padding: 0 !important;
    }

    .shop-page .filter-title {
        display: none;
    }

    .shop-page .collapse:not(.show) {
        display: none !important;
    }

    .shop-products .product {
        box-shadow: none;
        border-radius: 6px;
        padding: 10px;
        text-align: center;
        margin-bottom: 0px;
        background: #eeeeee;
    }

    .shop-products .product img {
        height: 170px;
        max-height: 170px;
        min-height: 170px;
        border-radius: 6px 6px 0 0;
    }

    .shop-products .product .product-name {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .shop-products .price {
        margin-top: 5px;
    }

    .shop-products .review {
        margin: 0;
    }

    .shop-products .review i {
        font-size: 14px;
        margin-right: 1px;
        margin-bottom: 0px;
    }

    .sort-btn.desc i,
    .shop-navigation .btn-group .btn,
    .shop-navigation {
        font-size: 14px !important;
    }

    .shop-navigation .sort {
        gap: 15px 0 !important;
    }

    .shop-page .accordion-pane {
        padding: 16px 0 0;
    }

    .shop-page .accordion-pane h5 {
        font-size: 14px;
        font-weight: 700;
    }

    .shop-page .accordion-tab {
        padding: 0px 15px 10px 15px;
    }

    .shop-page .inner-accordion-content a {
        font-size: 14px;
        padding: 2px 0px;
    }

    .shop-page .inner-accordion-content {
        padding: 0px 0;
    }

    .shop-page .checkbox-warapper label {
        font-size: 14px;
        margin-top: 3px;
        margin-left: 3px;
    }

    .shop-page .checkbox-warapper input[type="checkbox"] {
        width: 20px;
        height: 20px;
        border: 1px solid #aaa;
    }

    .shop-page .checkbox-warapper {
        padding: 2px 12px;
    }

    .shop-page .checkbox-warapper input[type="checkbox"]::after {
        font-size: 10px;
    }

    .shop-page .accordion-content.open {
        padding: 10px 0;
    }

    .shop-page .price-prograss-slider,
    .shop-page .price-prograss-slider .prograss {
        height: 5px;
    }

    .shop-page .range-input input {
        top: -5px;
        height: 5px;
    }

    .shop-page .price-prograss-slider .dis {
        top: 25px;
        width: 42px;
        height: 25px;
        font-size: 14px;
        padding-top: 3px;
    }

    /* Footer */
    .footer-link {
        margin: 0px 0;
    }

    footer .ico,
    footer strong,
    .footer-links {
        text-align: start;
    }

    footer p {
        margin-bottom: 0;
    }

    /* Footer Copyright */
    footer {
        margin-bottom: 75px;
    }
}

@media only screen and (min-width: 576px) {
    /* Hero Slider */
    .banne-r .slick-dots {
        bottom: 50%;
        width: auto;
        right: -55px;
        transform: rotate(90deg) translateY(-50%);
    }

    .d-sm-inline_block {
        display: inline-block !important;
    }

    /* Shop Page */
    .shop-page .filter-showHide-btn {
        display: none;
    }

    .shop-page .filter-item-body {
        border: 0 !important;
        padding: 0 !important;
    }

    .shoping.collapse:not(.show) {
        display: block !important;
    }
}


@media only screen and (max-width: 576px) {

  .btn-dropdown, .dropdown-item{
    font-size: 12px !important;
  }
}

.payment-btn > img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.payment-btn.active > img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.single-review {
    border-radius: 10px;
    padding: 10px;
    max-width: 600px;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.123);
}

.single-review .ratings {
    width: 200px;
    border: 1px solid rgba(0, 0, 0, 0.39);
    border-radius: 20px 0px 20px 0px;
    display: flex;
}

.single-review .ratings .point {
    padding: 5px 10px;
    flex-grow: 1;
}

.single-review .ratings .star {
    padding: 5px 10px;
    border-radius: 20px 0px 20px 0px;
    background-color: #0d59ef;
    flex-grow: 2;
    text-align: center;
}

.cat-nav {
    position: relative;
}
.cat-nav:hover .sub_cat_group {
    display: block;
}
.sub_cat_group {
    position: absolute;
    top: 10px;
    left: 100%;
    display: none;
}
.sub_cat_group > li {
    position: relative;
}
.sub_cat_group > li:hover .sub_categories {
    display: block;
}
.sub_categories {
    position: absolute;
    top: 10px;
    left: 100%;
    display: none;
}
.open-coupon .arrow {
    transition: 0.5s;
}
.open-coupon.open > .arrow {
    transform: rotate(90deg);
}

.modal-loader {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
