﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0;
    scroll-behavior: smooth;
}

:root {
    --font-Jost: "Jost", sans-serif;
    --font-Kalam: "Kalam", sans-serif;
    --white-color: #fff;
    --black-color: #000000;
    --title-color: #13141a;
    --text-color: #212121;
    --text-color2: #ababab;
    --text-color3: #969696;
    --primary-color1: #222222;
    --bg-color: #f2f2f2;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}
/*#f0f1f2*/
body {
    margin: 0;
    padding: 0;
    /* font-family: "Montserrat", sans-serif;*/
    font-family: "Montserrat", sans-serif !important;
    background: #fff !important;
}

.offer-banner .hover-img {
    box-shadow: 1px 1px 2px #0000000f;
}

body.style-2 {
    background: #fbf8f1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.4;
    color: var(--primary-color1);
}

input, .comment-section .contact-form textarea, .form-inner textarea {
    border: none;
    outline: none;
}

button {
    outline: none;
    border: none;
}

i.bx {
    vertical-align: middle;
}

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

a {
    text-decoration: none;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.pt-120 {
    padding-top: 120px;
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-120 {
        padding-top: 100px;
    }
}

@media(max-width:991px) {
    .pt-120 {
        padding-top: 90px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

@media(max-width:991px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

.pt-110 {
    padding-top: 110px;
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-110 {
        padding-top: 100px;
    }
}

@media(max-width:991px) {
    .pt-110 {
        padding-top: 90px;
    }
}

@media(max-width:576px) {
    .pt-110 {
        padding-top: 70px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-100 {
        padding-top: 100px;
    }
}

@media(max-width:991px) {
    .pt-100 {
        padding-top: 90px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-100 {
        padding-bottom: 100px;
    }
}

@media(max-width:991px) {
    .pb-100 {
        padding-bottom: 90px;
    }
}

.pt-90 {
    padding-top: 90px;
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-90 {
        padding-top: 70px;
    }
}

@media(max-width:991px) {
    .pt-90 {
        padding-top: 60px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-90 {
        padding-bottom: 70px;
    }
}

@media(max-width:991px) {
    .pb-90 {
        padding-bottom: 60px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

@media(max-width:991px) {
    .pb-80 {
        padding-bottom: 50px;
    }
}

.pb-65 {
    padding-bottom: 65px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.mt-120 {
    margin-top: 120px;
}

@media(min-width:992px) and (max-width:1199px) {
    .mt-120 {
        margin-top: 100px;
    }
}

@media(max-width:991px) {
    .mt-120 {
        margin-top: 90px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-110 {
    margin-bottom: 110px;
}

@media(max-width:991px) {
    .mb-110 {
        margin-bottom: 90px;
    }
}

@media(max-width:767px) {
    .mb-110 {
        margin-bottom: 80px;
    }
}

.mt-110 {
    margin-top: 110px;
}

@media(max-width:991px) {
    .mt-110 {
        margin-top: 90px;
    }
}

@media(max-width:767px) {
    .mt-110 {
        margin-top: 80px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

@media(max-width:991px) {
    .mb-100 {
        margin-bottom: 90px;
    }
}

@media(max-width:767px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

@media(max-width:576px) {
    .mb-100 {
        margin-bottom: 70px;
    }
}

.mb-90 {
    margin-bottom: 90px;
}

@media(max-width:991px) {
    .mb-90 {
        margin-bottom: 70px;
    }
}

@media(max-width:767px) {
    .mb-90 {
        margin-bottom: 50px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media(max-width:991px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

@media(max-width:767px) {
    .mb-80 {
        margin-bottom: 50px;
    }
}

.mb-15 {
    margin-bottom: 15px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pl-110 {
    padding-left: 110px;
}

@media(min-width:1400px) and (max-width:1599px) {
    .pl-110 {
        padding-left: 70px;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .pl-110 {
        padding-left: 40px;
    }
}

@media(max-width:1199px) {
    .pl-110 {
        padding-left: unset;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media(max-width:767px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

.mb-70 {
    margin-bottom: 70px;
}

@media(max-width:767px) {
    .mb-70 {
        margin-bottom: 40px;
    }
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-44 {
    margin-bottom: 44px;
}

@media(max-width:991px) {
    .mb-44 {
        margin-bottom: 0;
    }
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

@media(max-width:576px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-60 {
    margin-top: 60px;
}

@media(max-width:767px) {
    .mt-60 {
        margin-top: 40px;
    }
}

.mt-70 {
    margin-top: 70px;
}

@media(max-width:767px) {
    .mt-70 {
        margin-top: 40px;
    }
}

.primary-btn1 {
    padding: 12px 40px;
    background-color: var(--primary-color1);
    display: inline-block;
    color: var(--white-color);
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: .36px;
    text-transform: capitalize;
    white-space: nowrap;
    border: 1px solid var(--primary-color1);
    transition: .5s;
}

    .primary-btn1.style-2 {
        padding: 12px 34px;
    }

@media(min-width:576px) and (max-width:768px) {
    .primary-btn1.style-2 {
        font-size: 16px;
        padding: 10px 25px;
    }
}

@media(max-width:576px) {
    .primary-btn1.style-2 {
        font-size: 14px;
        padding: 8px 20px;
    }
}

.primary-btn1.style-3 {
    background-color: var(--white-color);
    color: var(--primary-color1);
}

.primary-btn2 {
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #13141a;
    padding: 10px 20px;
    display: flex;
}

    .primary-btn2 svg {
        fill: var(--title-color);
    }

.primary-btn3 {
    padding: 13px 36px;
    background-color: var(--white-color);
    display: inline-block;
    color: var(--primary-color1);
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: .36px;
    text-transform: capitalize;
    white-space: nowrap;
    border: 1px solid var(--primary-color1);
    border-radius: 200px;
    transition: .5s;
}

    .primary-btn3.black-bg {
        background-color: var(--primary-color1);
        color: var(--white-color);
    }

input, .comment-section .contact-form textarea, .form-inner textarea {
    border-radius: unset;
}

.contact-frm {
    padding: 30px;
    background: #ffffff;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/*.form-inner2 {
position: relative;
}
.form-inner2 .nice-select {
width: 100%;
height: 50px;
border-radius: 0;
color: var(--primary-color1);
font-family: var(--font-Jost);
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
padding-left: 15px 20px;
display: flex;
align-items: center;
}
.form-inner2 .nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all .2s;
transition: all .2s;
}
.form-inner2 {
display: flex;
align-items: center;
max-width: 270px;
width: 100%;
height: 42px;
background: #fffdfa;
border: 1px solid #d1d1d1;
border-radius: 4px;
overflow: hidden;
}
.form-inner2 button {
width: 56px;
height: 42px;
background-color: #62cbb9;
border-left: 1px solid #d1d1d1;
display: flex;
align-items: center;
justify-content: center;
transition: .5s;
}
.form-inner2 button i {
font-size: 16px;
color: #ffffff;
}*/
.c-btn {
    margin-top: 35px;
}

    .c-btn a {
        display: flex;
        align-items: center;
    }

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.form-inner input, .form-inner .comment-section .contact-form textarea, .comment-section .contact-form .form-inner textarea, .form-inner textarea {
    border: 1px solid var(--primary-color1);
    width: 100%;
    height: 50px;
    padding: 15px 20px;
    border-radius: unset;
}

    .form-inner input:focus, .form-inner textarea:focus {
        border: 1px solid #ddd;
    }

    .form-inner input::-moz-placeholder, .form-inner .comment-section .contact-form textarea::-moz-placeholder, .comment-section .contact-form .form-inner textarea::-moz-placeholder, .form-inner textarea::-moz-placeholder {
        color: rgba(34,34,34,.5);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .3px;
        text-transform: capitalize;
    }

    .form-inner input::placeholder, .form-inner .comment-section .contact-form textarea::placeholder, .comment-section .contact-form .form-inner textarea::placeholder, .form-inner textarea::placeholder {
        color: rgba(34,34,34,.5);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .3px;
        text-transform: capitalize;
    }

.form-inner textarea {
    height: unset;
    min-height: 100px;
}

    .form-inner textarea::-moz-placeholder {
        color: rgba(34,34,34,.5);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .3px;
        text-transform: capitalize;
    }

    .form-inner textarea::placeholder {
        color: rgba(34,34,34,.5);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .3px;
        text-transform: capitalize;
    }

    .form-inner textarea:focus {
        border: 1px solid #ddd;
    }

.page-load-modal .modal .modal-dialog {
    max-width: 850px;
    width: 100%;
    animation: zoom-In-effect 1s;
}

@media(max-width:991px) {
    .page-load-modal .modal .modal-dialog {
        max-width: 700px;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .page-load-modal .modal .modal-dialog {
        max-width: 550px;
    }
}

@media(max-width:576px) {
    .page-load-modal .modal .modal-dialog {
        max-width: 330px;
        margin: 0 auto;
    }
}

.page-load-modal .modal .modal-dialog .modal-content {
    border-radius: unset;
    border: 1px solid var(--primary-color1);
}

    .page-load-modal .modal .modal-dialog .modal-content .modal-body {
        padding: 0;
    }

        .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper {
            display: flex;
            align-items: center;
            gap: 35px;
            position: relative;
        }

@media(min-width:576px) and (max-width:768px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper {
        gap: 25px;
    }
}

@media(max-width:576px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-img {
        display: none;
    }
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content {
    padding-right: 35px;
    text-align: center;
}

@media(max-width:576px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content {
        padding: 20px;
    }
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content h2 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 10px;
}

@media(max-width:991px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content h2 {
        font-size: 35px;
    }
}

@media(max-width:767px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content h2 {
        font-size: 25px;
    }
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media(max-width:767px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content p {
        font-size: 15px;
    }
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--primary-color1);
    padding-bottom: 5px;
    padding-top: 50px;
}

@media(max-width:767px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner {
        padding-top: 25px;
    }
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner input, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .comment-section .contact-form textarea, .comment-section .contact-form .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner textarea, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .form-inner textarea, .form-inner .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner textarea {
    background: 0 0;
    border: none;
    outline: none;
    color: var(--primary-color1);
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    width: 100%;
}

    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner input::-moz-placeholder, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .comment-section .contact-form textarea::-moz-placeholder, .comment-section .contact-form .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner textarea::-moz-placeholder, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .form-inner textarea::-moz-placeholder, .form-inner .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner textarea::-moz-placeholder {
        color: var(--primary-color1);
    }

    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner input::placeholder, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .comment-section .contact-form textarea::placeholder, .comment-section .contact-form .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner textarea::placeholder, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .form-inner textarea::placeholder, .form-inner .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner textarea::placeholder {
        color: var(--primary-color1);
    }

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .from-arrow svg {
    fill: var(--primary-color1);
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #f1f1f1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 22px;
    color: var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media(max-width:767px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
    }
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn::before, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn::after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 6px);
    display: block;
    height: 1px;
    width: 15px;
    background-color: var(--gray-dark,#000);
    transition: all .3s ease-out;
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn::after {
    transform: rotate(-135deg);
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn:hover::before, .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn:hover::after {
    transform: rotate(0deg);
}

.top-bar {
    padding: 0px 0;
    border-bottom: 1px solid #000000;
    background-color: #221f20;
}

@media(max-width:576px) {
    .top-bar {
        /*display: none;*/
    }
}

.top-bar .top-bar-left p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #353535;
    margin-bottom: 0;
}

    .top-bar .top-bar-left p a {
        color: var(--text-color);
        font-weight: 500;
        background: linear-gradient(to bottom,#222222 0%,#222222 98%);
        background-size: 100px 2px;
        background-repeat: no-repeat;
        background-position: left 100%;
        transition: background-size .75s;
    }

        .top-bar .top-bar-left p a:hover {
            background-size: 0 2px;
            background-position: 0% 100%;
        }

@media(max-width:991px) {
    .top-bar .company-logo {
        /*display: none;*/
    }

    header .header-logo {
        display: none !important;
    }
}

.top-bar .search-area {
    max-width: 700px;
    width: 100%;
}

    .top-bar .search-area .form-inner {
        display: flex;
        align-items: center;
        max-width: 700px;
        width: 100%;
        height: 42px;
        background: #fffdfa;
        border: 1px solid #e3e3e3;
        border-radius: 50px;
        overflow: hidden;
    }

        .top-bar .search-area .form-inner input, .top-bar .search-area .form-inner textarea {
            /* background: #fffdfa; */
            width: 100%;
            height: 42px;
            padding: 10px 30px;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: var(--text-color);
            border-radius: 100px;
            border: none;
        }

header {
    background: #f4f6f9;
}

.top-bar .search-area .form-inner button {
    width: 85px;
    height: 42px;
    background: linear-gradient(0deg, #000000 0%, #5a5a64 100%);
    border-left: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    -moz-box-shadow: 0px 2px 8px 0px rgba(255, 97, 98, 0.46);
}

    .top-bar .search-area .form-inner button i {
        font-size: 18px;
        color: #fff;
    }

header {
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 11%;
    transition: all .8s ease-out 0s;
    background-color: #f5f2f2;
    border-bottom: 1px solid #e5e5e5;
}

@media(min-width:1400px) and (max-width:1599px) {
    header {
        padding: 0 3%;
    }
}

@media(max-width:1399px) {
    header {
        padding: 0 3%;
    }
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 99;
    border-bottom: 1px solid #ddd;
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

header .header-logo {
    padding: 15px 0;
}

.company-logo img {
    width: 225px;
    height: auto;
    padding: 9px;
}

header .menu-close-btn i {
    color: var(--white);
}

header .category-dropdown {
    position: relative;
    display: inline-flex;
}

@media(max-width:991px) {
    header .category-dropdown {
        display: none;
    }
}

header .category-dropdown .category-button {
    background-color: var(--primary-color1);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 19px 56px;
    cursor: pointer;
}

    header .category-dropdown .category-button span {
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 1;
        color: var(--white-color);
    }

header .category-dropdown .category-menu {
    background-color: var(--white-color);
    box-shadow: 0 30px 80px rgba(8,0,42,.08);
    position: absolute;
    left: 0;
    top: 57px;
    z-index: 99;
    display: none;
    transform: scaleY(0);
    transform-origin: top;
    max-width: 207px;
    width: 100%;
    border: 1px solid var(--primary-color1);
}

    header .category-dropdown .category-menu.active {
        display: block;
        transform: scaleY(1);
        animation: fade-down .3s linear;
    }

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }
}

header .category-dropdown .category-menu > ul > li {
    border-bottom: 1px solid #ddd;
    width: 100%;
    background-color: var(--white-color);
    transition: .5s;
}

    header .category-dropdown .category-menu > ul > li:last-child {
        border-bottom: none;
    }

    header .category-dropdown .category-menu > ul > li a {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 500;
        padding: 12px 20px;
        display: block;
        transition: .5s;
    }

    header .category-dropdown .category-menu > ul > li:hover {
        background-color: var(--primary-color1);
    }

        header .category-dropdown .category-menu > ul > li:hover a {
            color: var(--white-color);
        }

    header .category-dropdown .category-menu > ul > li.category-has-child {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        header .category-dropdown .category-menu > ul > li.category-has-child i {
            position: absolute;
            right: 10px;
            font-size: 22px;
            color: var(--primary-color1);
            transition: .5s;
        }

        header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu {
            position: absolute;
            right: -207px;
            top: 0;
            margin: 0;
            display: none;
            min-width: 207px;
            border: 1px solid #222;
            text-align: left;
            z-index: 2;
        }

            header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li {
                transition: .7s;
                border-bottom: 1px solid #ddd;
            }

                header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li:last-child {
                    border-bottom: none;
                }

                header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li a {
                    color: var(--primary-color1);
                    background: var(--white-color);
                    transition: .7s;
                }

                    header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li a i {
                        position: absolute;
                        right: 10px;
                        font-size: 22px;
                        color: var(--primary-color1);
                        transition: .5s;
                    }

                    header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li a:hover {
                        color: var(--white-color);
                        background-color: var(--primary-color1);
                    }

                        header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li a:hover i {
                            color: var(--white-color);
                        }

                header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li:hover {
                    color: var(--white-color);
                    background-color: var(--primary-color1);
                }

                    header .category-dropdown .category-menu > ul > li.category-has-child .sub-menu li:hover .sub-menu {
                        display: block;
                        animation: fadeInUp .45s;
                    }

        header .category-dropdown .category-menu > ul > li.category-has-child:hover i {
            color: var(--white-color);
        }

        header .category-dropdown .category-menu > ul > li.category-has-child:hover > .sub-menu {
            display: block;
            animation: fadeInUp .45s;
        }

header .nav-right {
    gap: 28px;
    position: relative;
}

@media(max-width:1199px) {
    header .nav-right {
        padding-left: 25px;
        gap: 25px;
    }
}

@media(max-width:576px) {
    header .nav-right {
        gap: 15px;
    }
}

header .nav-right::after {
    content: "";
    width: 1px;
    height: 57px;
    background: var(--primary-color1);
    position: absolute;
    left: -40px;
}

@media(max-width:1199px) {
    header .nav-right::after {
        left: 0;
    }
}

@media(max-width:991px) {
    header .nav-right::after {
        display: none;
    }
}

header .nav-right .dropdown {
    position: relative;
    transition: .5s;
}

    header .nav-right .dropdown .modal-btn {
        /* display: flex; */
        align-items: center;
        gap: 5px;
        background-color: transparent;
        padding: 0;
        transition: .35s;
        position: relative;
        /* margin-top: 5px; */
    }

        header .nav-right .dropdown .modal-btn i {
            color: #8a8c8f;
            font-size: 16px;
            margin-bottom: -4px;
        }

        header .nav-right .dropdown .modal-btn svg {
            fill: var(--primary-color1);
            opacity: 0.6;
        }

        header .nav-right .dropdown .modal-btn span {
            font-family: "Montserrat", sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 8px;
            line-height: 1;
            letter-spacing: .03em;
            text-transform: capitalize;
            color: #fff;
            background-color: #dc3545;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 15px;
            top: -5px;
        }

    header .nav-right .dropdown .cart-menu {
        min-height: 10rem;
        background-color: var(--white-color);
        box-shadow: 0 30px 80px rgba(8,0,42,.08);
        border-radius: 0 0 10px 10px;
        position: absolute;
        right: 0;
        top: 37px;
        padding: 20px;
        z-index: 99;
        display: none;
        transform: scaleY(0);
        transform-origin: top;
        margin-right: -2.5rem;
    }

@media(max-width:576px) {
    header .nav-right .dropdown .cart-menu {
        padding: 15px;
        right: -75px;
    }
}

header .nav-right .dropdown .cart-menu.active {
    display: block;
    transform: scaleY(1);
    animation: fade-down .3s linear;
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }
}

header .nav-right .dropdown .cart-menu .cart-body {
    padding: 0 0 20px;
}

    header .nav-right .dropdown .cart-menu .cart-body ul .single-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

        header .nav-right .dropdown .cart-menu .cart-body ul .single-item:last-child {
            margin-bottom: 0;
        }

        header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area {
            display: inline-flex;
            gap: 15px;
            min-width: 290px;
            width: 100%;
        }

            header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .item-img {
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
            }

                header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .item-img img {
                    height: 70px;
                    max-width: 70px;
                    min-width: 70px;
                }

            header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity {
                width: 100%;
            }

                header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content {
                    line-height: 1;
                    margin-bottom: 10px;
                }

                    header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content span {
                        font-family: "Montserrat", sans-serif;
                        font-weight: 600;
                        font-size: 15px;
                        color: var(--primary-color1);
                        display: inline-block;
                    }

                        header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content span del {
                            font-size: 13px;
                        }

                    header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content .close-btn {
                        background: 0 0;
                        transition: .5s;
                    }

                        header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content .close-btn i {
                            font-size: 20px;
                            transition: .5s;
                            color: var(--primary-color1);
                        }

                    header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content p {
                        margin-bottom: 0;
                    }

                        header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content p a {
                            font-size: 14px;
                            font-weight: 500;
                            font-family: "Montserrat", sans-serif;
                            color: var(--text-color);
                        }

                header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity {
                    display: flex;
                    gap: 5px;
                }

                    header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity a {
                        height: 24px;
                        width: 34px;
                        border-radius: 4px;
                        background: #f3f3f3;
                        border: 1px solid rgba(238,238,238,.1);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 20px;
                        color: var(--text-color);
                        font-weight: 600;
                        cursor: pointer;
                        transition: .35s;
                    }

                        header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity a:hover {
                            background: var(--primary-color1);
                            color: var(--white-color);
                        }

                    header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity .quantity__input {
                        height: 24px;
                        width: 34px;
                        border-radius: 4px;
                        background: #f3f3f3;
                        border: 1px solid rgba(238,238,238,.1);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 14px;
                        color: var(--text-color);
                        font-weight: 600;
                        text-align: center;
                    }

header .nav-right .dropdown .cart-menu .cart-footer {
    border-top: 1px solid rgba(238,238,238,.933333);
    position: sticky;
    width: 100%;
    left: 0;
    bottom: 0;
}

    header .nav-right .dropdown .cart-menu .cart-footer .pricing-area ul {
        border-bottom: 1px solid rgba(238,238,238,.933333);
        width: 100%;
        padding: 10px 0;
    }

        header .nav-right .dropdown .cart-menu .cart-footer .pricing-area ul li {
            font-family: "Montserrat", sans-serif;
            font-weight: 600;
            font-size: 13px;
            color: var(--primary-color1);
            display: flex;
            justify-content: space-between;
            line-height: 2;
        }

        header .nav-right .dropdown .cart-menu .cart-footer .pricing-area ul.total li {
            font-weight: 700;
        }

    header .nav-right .dropdown .cart-menu .cart-footer .footer-button {
        padding-top: 20px;
        width: 100%;
    }

        header .nav-right .dropdown .cart-menu .cart-footer .footer-button ul {
            display: flex;
            align-items: center;
            flex-direction: column;
            width: 100%;
            gap: 15px;
        }

            header .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li {
                width: 100%;
            }

                header .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li .primary-btn1 {
                    padding: 17px 20px;
                    font-size: 15px;
                    display: flex;
                    justify-content: center;
                    line-height: 1;
                }

                header .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li:first-child .primary-btn1 {
                    background-color: var(--white-color);
                    color: var(--primary-color1);
                }

                    header .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li:first-child .primary-btn1:hover {
                        color: var(--white-color);
                    }

header .nav-right .save-btn {
    line-height: 1;
    transition: .5s;
    text-align: center;
}

    header .nav-right .save-btn a i {
        color: #7a7c7f;
        font-size: 18px;
    }

    header .nav-right .save-btn a svg {
        fill: var(--primary-color1);
        opacity: 0.6;
    }

header .nav-right .user-login {
    line-height: 1;
    transition: .5s;
    text-align: center;
}

.menu-icon-text {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #7a7c7f;
}

.menu-icon-text2 {
    margin-top: 0px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #7a7c7f;
}

header .nav-right .user-login i {
    color: #7a7c7f;
    font-size: 18px;
}

header .nav-right .user-login .user-btn {
    background: 0 0;
}

    header .nav-right .user-login .user-btn svg {
        fill: var(--primary-color1);
        opacity: 0.6;
    }

header .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

@media(max-width:991px) {
    header .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 30px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative;
    }

        header .nav-right .mobile-menu-btn span {
            height: 2px;
            width: 25px;
            background-color: var(--title-color);
            display: flex;
            transition: transform .5s ease-in;
            position: absolute;
            top: 0;
        }

            header .nav-right .mobile-menu-btn span::before {
                transition-duration: .5s;
                position: absolute;
                width: 35px;
                height: 2px;
                background-color: var(--title-color);
                content: "";
                top: -10px;
                right: 0;
            }

            header .nav-right .mobile-menu-btn span::after {
                transition-duration: .5s;
                position: absolute;
                width: 15px;
                height: 2px;
                right: 0;
                background-color: var(--title-color);
                content: "";
                top: 10px;
            }

        header .nav-right .mobile-menu-btn.active span {
            background-color: transparent;
        }

            header .nav-right .mobile-menu-btn.active span::before {
                transform: rotateZ(45deg) translate(8px,6px);
                width: 35px;
            }

            header .nav-right .mobile-menu-btn.active span::after {
                transform: rotateZ(-45deg) translate(8px,-6px);
                width: 35px;
            }
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }
}

header .main-menu {
    display: inline-block;
}

    header .main-menu .mobile-menu-logo {
        display: none;
    }

    header .main-menu > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        header .main-menu > ul > li {
            display: inline-block;
            position: relative;
            margin-right: 25px;
        }

            header .main-menu > ul > li:last-child {
                margin-right: 0;
            }

@media(min-width:992px) {
    header .main-menu > ul > li:first-child {
        padding-left: 0;
    }

        header .main-menu > ul > li:first-child a {
            padding-left: 0;
        }
}

@media(max-width:1199px) {
    header .main-menu > ul > li {
        margin-right: 25px;
    }
}

@media(max-width:991px) {
    header .main-menu > ul > li {
        margin-right: 0;
    }
}

header .main-menu > ul > li > a {
    color: #000000;
    display: block;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    padding: 12px 2px;
    letter-spacing: 1px;
}

@media(max-width:991px) {
    header .main-menu > ul > li > a {
        padding: 32px 9px;
    }
}

header .main-menu > ul > li > a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    left: 1px;
    width: 90%;
    border-bottom: 2px solid var(--primary-color1);
    transform-origin: right center;
    transform: scale(0,1);
    transition: transform .5s;
}

@media(max-width:991px) {
    header .main-menu > ul > li > a::after {
        display: none;
    }
}

header .main-menu > ul > li > a:hover::after {
    transform-origin: left center;
    transform: scale(1,1);
}

header .main-menu > ul > li i {
    font-size: 20px;
    text-align: center;
    color: var(--primary-color1);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all .5s ease-out 0s;
    opacity: 0;
}

@media(max-width:991px) {
    header .main-menu > ul > li i {
        opacity: 1;
        right: 0;
    }
}

header .main-menu > ul > li i.active {
    color: var(--primary-color1);
}

    header .main-menu > ul > li i.active::before {
        content: "\f2ea";
    }

header .main-menu > ul > li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    display: none;
    min-width: 220px;
    background: var(--white-color);
    border: 1px solid var(--primary-color1);
    text-align: left;
    transform-origin: top;
    z-index: 2;
}

@media(max-width:1199px) {
    header .main-menu > ul > li ul.sub-menu {
        box-shadow: none;
    }
}

header .main-menu > ul > li ul.sub-menu > li {
    padding: 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
    transition: all .4s linear;
}

    header .main-menu > ul > li ul.sub-menu > li i {
        position: absolute;
        top: 10px;
        right: 6px;
        display: block;
        color: var(--text-color);
        font-size: 20px;
    }

    header .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
        color: var(--text-color);
        opacity: 1;
        top: 10px;
        font-size: 16px;
        right: 16px;
    }

@media(max-width:991px) {
    header .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
        font-size: 20px;
        right: 0;
    }
}

header .main-menu > ul > li ul.sub-menu > li .sub-menu {
    left: 220px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: var(--white-color);
    box-shadow: 0 30px 80px rgba(8,0,42,.08);
    top: 0;
}

    header .main-menu > ul > li ul.sub-menu > li .sub-menu li a {
        display: block;
        padding: 12px 20px;
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        background-color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1;
        transition: all .4s linear;
        position: relative;
    }

@media(max-width:991px) {
    header .main-menu > ul > li ul.sub-menu > li .sub-menu li a {
        border-color: #ddd;
        padding-left: 0;
    }

        header .main-menu > ul > li ul.sub-menu > li .sub-menu li a::before {
            background: linear-gradient(90deg,#ddd,#06d889,#ddd);
        }
}

@media(min-width:992px) {
    header .main-menu > ul > li ul.sub-menu > li .sub-menu li a:hover {
        background-color: var(--primary-color1);
        color: var(--white-color);
    }
}

header .main-menu > ul > li ul.sub-menu > li .sub-menu li a:hover::before {
    transform: scale(1);
}

header .main-menu > ul > li ul.sub-menu > li .sub-menu li a.active::before {
    transform: scale(1);
}

header .main-menu > ul > li ul.sub-menu > li > a {
    display: block;
    padding: 12px 20px;
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    /*text-transform: uppercase;*/
    font-size: 14px;
    line-height: 1;
    transition: all .4s linear;
    position: relative;
}

@media(max-width:991px) {
    header .main-menu > ul > li ul.sub-menu > li > a {
        border-color: #ddd;
    }

        header .main-menu > ul > li ul.sub-menu > li > a::before {
            background: linear-gradient(90deg,#ddd,#06d889,#ddd);
        }
}

header .main-menu > ul > li ul.sub-menu > li > a:hover::before {
    transform: scale(1);
}

header .main-menu > ul > li ul.sub-menu > li > a.active::before {
    transform: scale(1);
}

header .main-menu > ul > li ul.sub-menu > li:last-child a {
    border-bottom: none;
}

    header .main-menu > ul > li ul.sub-menu > li:last-child a::before {
        display: none;
    }

@media(min-width:992px) {
    header .main-menu > ul > li ul.sub-menu > li:hover {
        border-bottom: 1px solid var(--primary-color1);
    }

        header .main-menu > ul > li ul.sub-menu > li:hover a {
            background-color: var(--primary-color1);
            color: var(--white-color);
        }

        header .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
            color: var(--white-color) !important;
        }

        header .main-menu > ul > li ul.sub-menu > li:hover .sub-menu {
            display: block;
            animation: fade-down .45s linear;
        }
}

header .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
    color: var(--primary-color1);
}

header .main-menu > ul > li ul.sub-menu > li.active > a {
    color: var(--primary-color1);
}

header .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
    color: var(--primary-color1);
}

header .main-menu > ul > li ul.sub-menu > li .sub-menu {
    left: 218px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: var(--white-color);
    box-shadow: 0 30px 80px rgba(8,0,42,.08);
    top: 0;
}

@media(max-width:1500px) {
    header .main-menu > ul > li ul.sub-menu > li .sub-menu {
        left: unset;
        right: 218px;
    }
}

@media(max-width:1199px) {
    header .main-menu > ul > li ul.sub-menu > li .sub-menu {
        box-shadow: none;
    }
}

header .main-menu > ul > li ul.sub-menu > li .sub-menu::before {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width:910px) {
    header .main-menu > ul > li ul.sub-menu > li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0;
    }
}

header .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
    display: block;
}

header .main-menu > ul > li ul.sub-menu > li:last-child {
    border-bottom: none;
}

@media(min-width:992px) {
    header .main-menu > ul > li:hover > ul.sub-menu {
        display: block;
        animation: fade-down .45s linear;
    }
}

header .main-menu > ul > li:hover > a {
    color: #000000;
    text-decoration: none;
}

header .main-menu > ul > li:hover::after {
    color: var(--primary-color1);
}

header .main-menu > ul > li:hover .dropdown-icon2 {
    color: var(--primary-color1);
}

header .main-menu > ul > li.position-inherit {
    position: inherit;
}

header .main-menu > ul > li.menu-item-has-children::after {
    content: "\f282";
    font-family: bootstrap-icons;
    font-weight: 400;
    position: absolute;
    top: 18px;
    right: -15px;
    font-size: 13px;
    color: var(--title-color1);
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children::after {
        display: none;
    }
}

header .main-menu > ul > li.menu-item-has-children.position-inherit::after {
    display: none;
}

header .main-menu > ul > li.menu-item-has-children.for-dropdown .drop-down::before {
    content: "\f282";
    font-family: bootstrap-icons;
    font-weight: 400;
    position: absolute;
    top: 11px;
    right: -15px;
    font-size: 13px;
    color: var(--title-color1);
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children.for-dropdown .drop-down::before {
        display: none;
    }
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children {
        position: relative;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    max-width: 1270px;
    background: var(--white-color);
    border: 1px solid var(--primary-color1);
    text-align: left;
    transform-origin: top;
    z-index: 99;
}

@media(min-width:992px) and (max-width:1199px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu {
        min-width: 945px;
    }
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        padding: 0;
        padding-left: 10px;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap {
    display: flex;
    align-items: start;
    position: relative;
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap {
        display: block;
    }
}

/*header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap::after {
    content: "";
    height: 100%;
    position: absolute;
    left: 31%;
    top: 0;
    background-color: var(--primary-color1);
    width: 1px;
}

header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row::after{
      content: "";
    height: 100%;
    position: absolute;
    left: 31%;
    top: 0;
    background-color: var(--primary-color1);
    width: 1px;
}*/
@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap::after {
        display: none;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu {
    width: 45%;
}

    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu.one {
        width: 100%;
    }

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu.one {
        margin-bottom: 20px;
    }
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu {
        width: 100% !important;
        padding-top: 10px;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-header {
    border-bottom: 1px solid var(--primary-color1);
    display: flex;
    justify-content: center;
    padding: 5px 0;
    background: #222222;
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-header {
        display: inline-flex;
        justify-content: flex-start;
        padding: 0;
        margin-bottom: 20px;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-header h4 {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-header h4 {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row {
    display: flex;
    justify-content: start;
    padding: 20px 30px;
    gap: 0;
    width: 100%;
    flex-wrap: wrap;
}

@media(max-width:1199px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row {
        padding: 25px;
    }
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row {
        display: block;
        padding: 0;
        width: 100%;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item {
    display: block;
    padding: 0;
    position: relative;
    width: 33.3333333%;
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item {
        padding-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

        header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item:last-child {
            margin-bottom: 20px;
        }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item h6 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize !important;
    !i;
    !;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--primary-color1);
    display: inline-block;
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item h6 {
        font-size: 15px;
    }
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul {
        padding-bottom: 0;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul li {
    display: block;
    line-height: 1;
    padding: 0;
}

    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul li a {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        display: inline-block;
        padding: 4px 0;
        transition: .4s;
    }

        header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul li a:hover {
            margin-left: 10px;
        }

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul li a {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        display: block;
        color: var(--title-color);
        border-bottom: 1px solid #ddd;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul.shop-menu-2column {
    -moz-columns: 2;
    columns: 2;
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul.shop-menu-2column {
        -moz-columns: unset;
        columns: unset;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item:last-child {
    padding-right: 0;
}

    header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item:last-child::after {
        display: none;
    }

header .main-menu > ul > li.menu-item-has-children .mega-menu .megamenu-wrap .menu-rows {
    padding-top: 20px;
}

@media(min-width:992px) {
    header .main-menu > ul > li.menu-item-has-children:hover .mega-menu {
        display: block;
        animation: fade-down .45s linear;
    }
}

@media(min-width:992px) {
    header .main-menu > ul > li.menu-item-has-children:hover .mega-menu2 {
        display: block;
        animation: fade-down .45s linear;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu2 {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    min-width: 1040px;
    border: 1px solid var(--primary-color1);
    text-align: left;
    padding: 70px 65px;
    transform-origin: top;
    z-index: 99;
    background-color: var(--white-color);
    background-size: cover;
    background-position: center right;
}

@media(min-width:1200px) and (max-width:1399px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu2 {
        padding: 50px 90px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu2 {
        background-image: unset !important;
        min-width: 945px;
        background-color: #fff;
    }
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu2 {
        display: none;
        padding: 0;
        padding-left: 10px;
        background-image: unset !important;
        border: none;
        min-width: unset;
        position: static;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap {
    max-width: 750px;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap {
        max-width: 100%;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .all-product {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 50px;
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .all-product {
        padding-top: 0;
        justify-content: flex-start;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .all-product a {
    color: var(--primary-color1);
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .36px;
    text-transform: capitalize;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .all-product a {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 13px;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .all-product a i {
    color: #212121 !important;
    display: block !important;
    opacity: 0.9;
    left: 90px;
    z-index: 999;
    position: relative;
    top: -20px;
    font-size: 15px;
}

header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row {
    -moz-columns: 3;
    columns: 3;
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row {
        -moz-columns: 1;
        columns: 1;
        padding: 5px 0 10px 0;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item {
    display: block;
    padding: 0;
    padding-right: 120px;
    position: relative;
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item {
        padding-right: 0;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item a {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 0;
    white-space: nowrap;
    transition: .35s;
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item a {
        padding: 12px 0;
        display: flex;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        color: var(--title-color);
        border-bottom: 1px solid #ddd;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item a i {
    color: #212121 !important;
    display: block !important;
    opacity: 0.9;
    left: 0px;
    z-index: 999;
    position: relative;
    top: 0px;
    font-size: 15px;
}

@media(max-width:991px) {
    header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item a svg {
        display: none;
    }
}

header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item a:hover {
    padding-left: 10px;
}

header .main-menu > ul > li.menu-item-has-children .mega-menu2 .megamenu-wrap .menu-row .menu-single-item:last-child {
    padding-right: 0;
}

@media only screen and (max-width:1600px) {
    .top-bar .nav-right::after {
        content: "";
        left: -7px !important;
    }
}

@media only screen and (max-width:991px) {
    header .mobile-logo-area {
        justify-content: center !important;
    }

    header .dropdown-icon {
        color: var(--white-color);
    }

    header .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #fff;
        border-right: 1px solid #eee;
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        box-shadow: 0 2px 20px rgba(0,0,0,.03);
    }

        header .main-menu.show-menu {
            transform: translateX(0);
        }

        header .main-menu .mobile-menu-logo {
            text-align: left;
            padding-top: 20px;
            display: block;
            padding-bottom: 8px;
        }

        header .main-menu .menu-list {
            padding-top: 50px;
            padding-bottom: 50px;
        }

            header .main-menu .menu-list .menu-item-has-children > a {
                border-bottom: 1px solid #ddd;
            }

            header .main-menu .menu-list .menu-item-has-children:last-child a {
                border-bottom: unset;
            }

        header .main-menu ul {
            float: none;
            text-align: left;
            padding: 5px 0 20px 0;
        }

            header .main-menu ul li {
                display: block;
                position: relative;
                padding: 0 5px;
            }

                header .main-menu ul li i {
                    display: block;
                    display: none;
                }

                header .main-menu ul li a {
                    padding: 8px 0;
                    display: block;
                    color: #000;
                }

    .top-bar .sc_rlinks .up_rlinks {
        height: 50px !important;
    }

    .top-bar .nav-right .save-btn {
        display: none;
    }

    .menu-icon-text {
        font-size: 9px !important;
    }

    .menu-icon-text2 {
        font-size: 9px !important;
    }

    header .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        padding-left: 10px;
    }

        header .main-menu ul li ul.sub-menu > li a {
            color: var(--title-color);
            padding: 12px 0;
            font-weight: 500;
        }

            header .main-menu ul li ul.sub-menu > li a:hover {
                color: var(--primary-color1);
                margin-left: 10px;
            }

        header .main-menu ul li ul.sub-menu > li .sub-menu li a {
            font-weight: 500;
            color: var(--title-color);
            padding: 12px 0;
        }

        header .main-menu ul li ul.sub-menu > li a.active {
            color: var(--primary-color1);
        }

        header .main-menu ul li ul.sub-menu > li i {
            color: var(--primary-color1);
            right: -13px;
        }

    header .main-menu ul li .bi {
        top: 5px;
        font-size: 20px;
        color: var(--title-color);
    }

    header .mobile-menu-form input, header .mobile-menu-form .comment-section .contact-form textarea, .comment-section .contact-form header .mobile-menu-form textarea, header .mobile-menu-form .form-inner textarea, .form-inner header .mobile-menu-form textarea {
        border: 1px solid var(--primary-color1);
        width: 100%;
        height: 46px;
        padding: 7px 20px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1;
        font-family: "Montserrat", sans-serif;
    }

        header .mobile-menu-form input:focus, header .mobile-menu-form .comment-section .contact-form textarea:focus, .comment-section .contact-form header .mobile-menu-form textarea:focus, header .mobile-menu-form .form-inner textarea:focus, .form-inner header .mobile-menu-form textarea:focus {
            border: 1px solid #ddd;
        }

    header .mobile-menu-form .primary-btn1 {
        padding: 8px 40px;
        width: 100%;
        justify-content: center;
    }

    header .mobile-menu-form .hotline, header .mobile-menu-form .email {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        header .mobile-menu-form .hotline .hotline-icon, header .mobile-menu-form .hotline .email-icon, header .mobile-menu-form .email .hotline-icon, header .mobile-menu-form .email .email-icon {
            height: 32px;
            width: 32px;
            border: 1px solid var(--primary-color1);
            display: flex;
            align-items: center;
            justify-content: center;
        }

            header .mobile-menu-form .hotline .hotline-icon svg, header .mobile-menu-form .hotline .email-icon svg, header .mobile-menu-form .email .hotline-icon svg, header .mobile-menu-form .email .email-icon svg {
                fill: var(--primary-color1);
            }

        header .mobile-menu-form .hotline .hotline-info, header .mobile-menu-form .hotline .email-info, header .mobile-menu-form .email .hotline-info, header .mobile-menu-form .email .email-info {
            line-height: 1;
        }

            header .mobile-menu-form .hotline .hotline-info span, header .mobile-menu-form .hotline .email-info span, header .mobile-menu-form .email .hotline-info span, header .mobile-menu-form .email .email-info span {
                font-size: 12px;
                font-weight: 400;
                font-family: "Montserrat", sans-serif;
                color: var(--primary-color1);
                line-height: 1;
                display: inline-block;
                margin-bottom: 4px;
            }

            header .mobile-menu-form .hotline .hotline-info h6, header .mobile-menu-form .hotline .email-info h6, header .mobile-menu-form .email .hotline-info h6, header .mobile-menu-form .email .email-info h6 {
                margin-bottom: 0;
                line-height: 1;
            }

                header .mobile-menu-form .hotline .hotline-info h6 a, header .mobile-menu-form .hotline .email-info h6 a, header .mobile-menu-form .email .hotline-info h6 a, header .mobile-menu-form .email .email-info h6 a {
                    font-size: 15px;
                    font-weight: 500;
                    font-family: var(--font-yeseva);
                    color: var(--title-color);
                    white-space: nowrap;
                }
}

header.style-2 {
    padding: 0 7%;
}

@media(min-width:1400px) and (max-width:1599px) {
    header.style-2 {
        padding: 0 5%;
    }
}

@media(max-width:1399px) {
    header.style-2 {
        padding: 0 2%;
    }
}

header.style-2 .main-menu ul li a {
    padding: 25px 0;
}

@media(max-width:991px) {
    header.style-2 .main-menu ul li a {
        padding: 10px 0;
    }
}

header.style-2 .main-menu ul li a::after {
    bottom: 24px;
}

header.style-2 .main-menu ul li.menu-item-has-children::after {
    top: 26px;
}

header.style-2 .main-menu ul li.menu-item-has-children.position-inherit::after {
    display: none;
}

header.style-2 .main-menu ul li.menu-item-has-children.for-dropdown .drop-down::before {
    top: 26px;
}

@media(max-width:991px) {
    header.style-2 .main-menu ul li.menu-item-has-children {
        position: relative;
    }
}

header.style-2 .nav-right.position-inherit {
    position: initial;
}

header.style-2 .nav-right .search-area .search-btn {
    cursor: pointer;
    text-align: center;
    /* margin-top: -5px; */
    line-height: 20px;
}

    header.style-2 .nav-right .search-area .search-btn i {
        font-size: 18px;
        opacity: 0.6;
        /* margin-top: 5px; */
    }

@media(max-width:991px) {
    header.style-2 .nav-right .search-area .search-btn {
        display: none;
    }

    .search-area {
        display: none;
    }

    header .nav-right .save-btn {
        display: none;
    }

    .menu-icon-text {
        font-size: 10px;
    }

    header .nav-right .dropdown .modal-btn i {
        font-size: 16px;
    }

    header .nav-right .save-btn a i {
        font-size: 16px;
    }

    header .nav-right .user-login i {
        font-size: 16px;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    header.style-2 .nav-right .search-area {
        max-width: 230px;
    }
}

header.style-2 .nav-right .search-area .search-input {
    position: absolute;
    top: 71px;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: var(--white-color);
    padding: 50px;
    box-shadow: 0 30px 80px rgba(8,0,42,.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
}

@media(max-width:991px) {
    header.style-2 .nav-right .search-area .search-input {
        display: none;
    }
}

header.style-2 .nav-right .search-area .search-input.active {
    display: block;
    transform: scaleY(1);
    animation: fade-down .3s linear;
}

header.style-2 .nav-right .search-area .search-input .serch-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0 1px 12px 2px rgba(0,0,0,.1);
    height: 35px;
    width: 35px;
    cursor: pointer;
    z-index: 1;
}

    header.style-2 .nav-right .search-area .search-input .serch-close::before, header.style-2 .nav-right .search-area .search-input .serch-close::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        left: calc(50% - 7px);
        display: block;
        height: 1px;
        width: 15px;
        background-color: var(--gray-dark,#000);
        transition: all .3s ease-out;
    }

    header.style-2 .nav-right .search-area .search-input .serch-close::after {
        transform: translateY(-50%) rotate(-135deg);
    }

    header.style-2 .nav-right .search-area .search-input .serch-close:hover::before {
        transform: rotate(0deg);
    }

    header.style-2 .nav-right .search-area .search-input .serch-close:hover::after {
        transform: rotate(0deg);
    }

header.style-2 .nav-right .search-area .search-input .search-group {
    display: flex;
    gap: 50px;
    width: 100%;
    border-bottom: 1px solid #222;
}

    header.style-2 .nav-right .search-area .search-input .search-group .list {
        width: 100%;
        border-radius: 0 0 5px 5px;
    }

    header.style-2 .nav-right .search-area .search-input .search-group .nice-select {
        width: 230px;
        border: none;
        padding: 0;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #222;
    }

        header.style-2 .nav-right .search-area .search-input .search-group .nice-select::before {
            content: "";
            height: 42px;
            width: 1px;
            background-color: #222;
            position: absolute;
            right: -25px;
            bottom: 0;
        }

        header.style-2 .nav-right .search-area .search-input .search-group .nice-select::after {
            border-bottom: 2px solid #222;
            border-right: 2px solid #222;
            height: 8px;
            right: 12px;
            top: 50%;
            width: 8px;
        }

    header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 {
        display: flex;
        align-items: center;
        width: 100%;
    }

        header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 input, header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 .comment-section .contact-form textarea, .comment-section .contact-form header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 textarea, header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 .form-inner textarea, .form-inner header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 textarea {
            width: 100%;
        }

        header.style-2 .nav-right .search-area .search-input .search-group .form-inner2 button {
            background-color: transparent;
            font-size: 22px;
        }

header.style-2 .nav-right .search-area .search-input .quick-search {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

    header.style-2 .nav-right .search-area .search-input .quick-search h6 {
        margin-bottom: 0;
        line-height: 1;
        margin-right: 10px;
    }

    header.style-2 .nav-right .search-area .search-input .quick-search ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        header.style-2 .nav-right .search-area .search-input .quick-search ul li {
            line-height: 1;
        }

            header.style-2 .nav-right .search-area .search-input .quick-search ul li a {
                font-family: "Montserrat", sans-serif;
                font-weight: 400;
                font-size: 15px;
                color: #222;
                transition: .35s;
            }

                header.style-2 .nav-right .search-area .search-input .quick-search ul li a:hover {
                    color: var(--text-color2);
                }

header.style-2 .nav-right::after {
    display: none;
}

.banner-section {
    overflow: hidden;
    display: flex;
    position: relative;
}

    .banner-section .swiper-slide-active .banner-content h1 {
        animation: leftRight 1s;
    }

@keyframes leftRight {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.banner-section .swiper-slide-active .banner-content > p {
    animation: leftRight 2s;
}

.banner-section .swiper-slide-active .banner-content .primary-btn1 {
    animation: leftRight 3s;
}

.banner-section .swiper-slide-active .discount {
    animation: zoomIn 3s;
}

.banner-section .banner-wrapper {
    display: flex;
}

    .banner-section .banner-wrapper .banner-left {
        padding: 190px 30px 130px 10%;
        background-color: #fcf7ee;
        width: 45%;
        position: relative;
        display: flex;
        align-items: center;
    }

@media(min-width:1400px) and (max-width:1599px) {
    .banner-section .banner-wrapper .banner-left {
        padding-left: 8%;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .banner-section .banner-wrapper .banner-left {
        padding-left: 65px;
        padding-right: 20px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner-section .banner-wrapper .banner-left {
        padding: 190px 20px 130px 50px;
    }
}

@media(max-width:991px) {
    .banner-section .banner-wrapper .banner-left {
        width: 100%;
    }
}

@media(max-width:576px) {
    .banner-section .banner-wrapper .banner-left {
        padding: 90px 30px;
        min-height: 550px;
        height: 100%;
        display: flex;
        align-items: center;
    }
}

.banner-section .banner-wrapper .banner-left .banner-vector1 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: .03;
}

.banner-section .banner-wrapper .banner-left .banner-vector2 {
    position: absolute;
    right: 0;
    top: 0;
    opacity: .03;
}

.banner-section .banner-wrapper .banner-left .banner-vector3 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner-section .banner-wrapper .banner-left .banner-content {
    position: relative;
    max-width: 560px;
    width: 100%;
}

    .banner-section .banner-wrapper .banner-left .banner-content .discount {
        position: absolute;
        top: -32px;
        left: -53px;
    }

@media(min-width:1400px) and (max-width:1599px) {
    .banner-section .banner-wrapper .banner-left .banner-content .discount {
        top: -38px;
    }
}

@media(max-width:1399px) {
    .banner-section .banner-wrapper .banner-left .banner-content .discount {
        top: -38px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner-section .banner-wrapper .banner-left .banner-content .discount {
        top: -52px;
        left: -35px;
    }
}

@media(max-width:576px) {
    .banner-section .banner-wrapper .banner-left .banner-content .discount {
        transform: rotate(26deg);
        top: -60px;
        left: -10px;
    }
}

.banner-section .banner-wrapper .banner-left .banner-content .discount p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: var(--white-color);
    transform: rotate(-27.59deg);
    position: absolute;
    top: 31px;
    left: 22px;
    margin-bottom: 0;
}

    .banner-section .banner-wrapper .banner-left .banner-content .discount p strong {
        font-weight: 500;
        font-size: 20px;
    }

.banner-section .banner-wrapper .banner-left .banner-content h1 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: var(--primary-color1);
    margin-bottom: 20px;
}

@media(min-width:1400px) and (max-width:1599px) {
    .banner-section .banner-wrapper .banner-left .banner-content h1 {
        font-size: 50px;
    }
}

@media(max-width:1399px) {
    .banner-section .banner-wrapper .banner-left .banner-content h1 {
        font-size: 50px;
    }
}

@media(max-width:1199px) {
    .banner-section .banner-wrapper .banner-left .banner-content h1 {
        font-size: 42px;
    }
}

@media(max-width:576px) {
    .banner-section .banner-wrapper .banner-left .banner-content h1 {
        font-size: 38px;
    }
}

.banner-section .banner-wrapper .banner-left .banner-content p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: .03em;
    text-transform: capitalize;
    color: var(--primary-color1);
    margin-bottom: 40px;
}

.banner-section .banner-wrapper .banner-left .banner-content .primary-btn1 {
    padding: 12px 35px;
}

.banner-section .banner-wrapper .banner-right-wrapper {
    width: 55%;
    padding-left: 0;
    position: relative;
}

@media(max-width:991px) {
    .banner-section .banner-wrapper .banner-right-wrapper {
        display: none;
    }
}

.banner-section .banner-wrapper .banner-right-wrapper .banner-right-img {
    position: relative;
    height: 100%;
}

    .banner-section .banner-wrapper .banner-right-wrapper .banner-right-img .discount-tag {
        position: absolute;
        right: 25px;
        z-index: 1;
    }

    .banner-section .banner-wrapper .banner-right-wrapper .banner-right-img .banner-right-bg {
        min-height: 500px;
        height: 100%;
        position: relative;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

@media(min-width:992px) and (max-width:1199px) {
    .banner-section .banner-wrapper .banner-right-wrapper .banner-right-img .banner-right-bg {
        min-height: 665px;
    }
}

.banner-section .banner-wrapper .banner-right-wrapper .banner-right-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(47.51deg,rgba(252,247,238,0.54) 2.73%,rgba(252,247,238,0.511018) 9.17%,rgba(252,247,238,0) 15.47%);
    width: 100%;
    height: 100%;
    z-index: 11;
}

.banner-section .swiper-pagination1 {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    display: flex;
    align-items: center;
    width: unset;
    gap: 14px;
}

@media(max-width:576px) {
    .banner-section .swiper-pagination1 {
        display: none;
    }
}

.banner-section .swiper-pagination1 .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border: 1px solid var(--primary-color1);
    background-color: transparent;
    opacity: 1;
    margin: 0;
}

    .banner-section .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--primary-color1);
        margin: 0;
    }

.banner-footer {
    background: #e9e6e2;
}

    .banner-footer .banner-footer-wrapper {
        padding: 50px 10%;
    }

@media(min-width:1400px) and (max-width:1599px) {
    .banner-footer .banner-footer-wrapper {
        padding: 50px 35px;
    }
}

@media(max-width:1399px) {
    .banner-footer .banner-footer-wrapper {
        padding: 50px 15px;
    }
}

.banner-footer .banner-footer-wrapper .banner-footer-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

@media(min-width:1400px) and (max-width:1599px) {
    .banner-footer .banner-footer-wrapper .banner-footer-item {
        gap: 15px;
    }
}

@media(max-width:1399px) {
    .banner-footer .banner-footer-wrapper .banner-footer-item {
        gap: 10px;
    }
}

.banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-icon svg {
    fill: var(--primary-color1);
}

.banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content {
    max-width: 270px;
    width: 100%;
}

    .banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content h5 {
        color: var(--primary-color1);
        font-size: 22px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        margin-bottom: 8px;
        line-height: 1;
    }

@media(min-width:992px) and (max-width:1199px) {
    .banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content h5 {
        font-size: 20px;
    }
}

.banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content p {
    color: var(--primary-color1);
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: .45px;
    margin: 0;
}

@media(max-width:1399px) {
    .banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content p {
        font-size: 14px;
    }
}

.banner-footer .banner-footer-wrapper .banner-footer-item:hover .banner-footer-icon {
    animation: topBottom 1.5s;
}

@keyframes topBottom {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.banner-footer.style-2 {
    background: 0 0;
    border-top: 1px solid var(--primary-color1);
}

    .banner-footer.style-2 .banner-footer-wrapper {
        padding: 40px 8%;
    }

@media(min-width:992px) and (max-width:1199px) {
    .banner-footer.style-2 .banner-footer-wrapper {
        padding: 35px 15px;
    }
}

@media(max-width:991px) {
    .banner-footer.style-2 .banner-footer-wrapper {
        padding: 35px 15px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .banner-footer.style-2 .banner-footer-wrapper .banner-footer-item .banner-footer-content {
        max-width: 175px;
    }
}

.banner-footer.style-2 .banner-footer-wrapper .banner-footer-item .banner-footer-content h5 {
    font-size: 20px;
}

.banner-footer.style-2 .banner-footer-wrapper .banner-footer-item .banner-footer-content p {
    font-size: 16px;
    line-height: 1.3;
}

.banner-footer.style-2 .banner-footer-wrapper .divider {
    position: relative;
}

    .banner-footer.style-2 .banner-footer-wrapper .divider::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 130px;
        background-color: var(--primary-color1);
    }

@media(min-width:992px) and (max-width:1199px) {
    .banner-footer.style-2 .banner-footer-wrapper .divider::after {
        height: 140px;
    }
}

@media(max-width:991px) {
    .banner-footer.style-2 .banner-footer-wrapper .divider::after {
        display: none;
    }
}

.section-title {
    position: relative;
    margin-bottom: 50px;
}

@media(max-width:991px) {
    .section-title {
        margin-bottom: 40px;
    }
}

.section-title h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--primary-color1);
    margin-bottom: 0;
    position: relative;
    flex-wrap: nowrap;
}

    .section-title h3::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 206px;
        height: 2px;
        background: var(--primary-color1);
        border-radius: 5px;
    }

.section-title.style-2 h3::after {
    width: 100px;
}

.section-title.style-3 {
    margin-bottom: 50px;
}

@media(max-width:576px) {
    .section-title.style-3 {
        margin-bottom: 40px;
    }
}

.section-title.style-3 h3 {
    margin-bottom: 25px;
}

    .section-title.style-3 h3::after {
        width: 100px;
        left: 0;
        transform: translateX(0);
    }

.section-title.style-3 p {
    color: var(--primary-color1);
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    margin-bottom: 0;
}

    .section-title.style-3 p a {
        color: var(--primary-color1);
    }

.section-title2 {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-right: 70px;*/
}

@media(max-width:767px) {
    .section-title2 {
        margin-bottom: 40px;
        flex-direction: column;
        align-items: start;
    }
}

@media(max-width:576px) {
    .section-title2 {
        margin-bottom: 30px;
    }
}

.section-title2 h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--primary-color1);
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    flex-wrap: nowrap;
}

@media(max-width:767px) {
    .section-title2 h3 {
        margin-bottom: 30px;
    }
}

.section-title2 h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 64%;
    height: 2px;
    background: #47b475;
    border-radius: 5px;
}

.section-title3 h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 64%;
    height: 2px;
    background: #47b475;
    border-radius: 5px;
}

@media(max-width:767px) {
    .section-title2 h3::after {
        width: 40%;
    }

    .product-card {
        max-width: 100% !important;
    }

    .carousel-item img {
        height: 160px !important;
    }
}

.section-title2 .all-product a {
    color: var(--primary-color1);
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .36px;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.left-text {
    padding-top: 55px;
}

.section-title2 .all-product svg {
    fill: var(--text-color);
}

.section-title2 .all-product.hover-underline {
    display: inline-flex;
}

.section-title2.style-2 h3::after {
    width: 100px;
}

.section-title2.style-3 {
    padding: 0 19.5%;
    position: relative;
    margin-bottom: 100px;
}

@media(max-width:991px) {
    .section-title2.style-3 {
        padding: 0 10%;
        margin-bottom: 80px;
    }
}

.section-title2.style-3::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 61%;
    height: 2px;
    background: var(--primary-color1);
    border-radius: 5px;
}

@media(max-width:991px) {
    .section-title2.style-3::after {
        width: 80%;
    }
}

.section-title2.style-3 h3::after {
    display: none;
}

.section-title2.style-4 h3::after {
    width: 100%;
}

.choose-product-section .choose-product-card {
    position: relative;
}

    .choose-product-section .choose-product-card img {
        width: 100%;
    }

    .choose-product-section .choose-product-card .choose-product-card-content {
        position: absolute;
        top: 40px;
        left: 30px;
    }

        .choose-product-section .choose-product-card .choose-product-card-content .first-text {
            font-family: "Montserrat", sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 55px;
            line-height: 1;
            text-transform: uppercase;
            color: var(--text-color);
            margin-bottom: 10px;
        }

            .choose-product-section .choose-product-card .choose-product-card-content .first-text.style-2 {
                color: var(--white-color);
                margin-left: -65px;
            }

@media(min-width:992px) and (max-width:1199px) {
    .choose-product-section .choose-product-card .choose-product-card-content .first-text {
        font-size: 50px;
    }
}

.choose-product-section .choose-product-card .choose-product-card-content .second-text {
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #353535;
    -webkit-text-fill-color: transparent;
}

    .choose-product-section .choose-product-card .choose-product-card-content .second-text.style-2 {
        margin-left: 20px;
    }

    .choose-product-section .choose-product-card .choose-product-card-content .second-text.style-3 {
        -webkit-text-stroke: 1px rgba(255,255,255,.5);
    }

@media(min-width:992px) and (max-width:1199px) {
    .choose-product-section .choose-product-card .choose-product-card-content .second-text {
        font-size: 40px;
    }
}

.choose-product-section .choose-product-card .choose-product-card-content.style-2 {
    left: unset;
    right: 30px;
}

@media(min-width:1200px) and (max-width:1399px) {
    .choose-product-section .choose-product-card .choose-product-card-content {
        top: 20px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .choose-product-section .choose-product-card .choose-product-card-content {
        top: 15px;
        left: 15px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .choose-product-section .choose-product-card .choose-product-card-content {
        top: 20px;
        left: 20px;
    }
}

.product-card .product-card-img a img {
    border-radius: 24px 24px 4px 4px;
    width: 220px;
    !i;
    !;
}

. /*hover-btn {
    position: relative;
    border: .5px solid rgba(0,0,0,.3);
}

   .hover-btn .for-border {
        width: 0;
    }

        .hover-btn .for-border::before {
            content: "";
            position: absolute;
            right: -.5px;
            top: 0;
            height: 0%;
            width: .5px;
            background: rgba(0,0,0,.6);
            transition: .3s;
            transition-delay: .5s;
        }

        .hover-btn .for-border::after {
            content: "";
            position: absolute;
            left: -.5px;
            bottom: 0;
            height: 0%;
            width: .5px;
            background: #000;
            transition: .3s;
            transition-delay: .6s;
        }

    .hover-btn::before {
        content: "";
        position: absolute;
        left: 0;
        top: -.5px;
        width: 0%;
        height: .5px;
        background: #000;
        transition: .3s;
        transition-delay: .9s;
    }

    .hover-btn::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -.5px;
        width: 0%;
        height: .5px;
        background: #000;
        transition: .3s;
        transition-delay: .9s;
    }

    .hover-btn:hover::before {
        width: 100%;
        transition-delay: 0s;
    }

    .hover-btn:hover::after {
        width: 100%;
        transition-delay: 0s;
    }

    .hover-btn:hover .for-border::before {
        height: 100%;
        transition-delay: .3s;
    }

    .hover-btn:hover .for-border::after {
        height: 100%;
        transition-delay: .3s;
    }
*/
.hover-btn2 {
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hover-btn2::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--white-color);
    transform: skewX(45deg) scale(0,1);
    z-index: -1;
    transition: all .5s ease-out 0s;
}

.hover-btn2:hover {
    color: var(--primary-color1);
}

    .hover-btn2:hover::after {
        transform: skewX(45deg) scale(1,1);
    }

.hover-btn3 {
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .hover-btn3::after {
        position: absolute;
        content: "";
        display: block;
        left: 15%;
        right: -20%;
        top: -4%;
        bottom: 0;
        border-radius: 2px;
        background-color: var(--white-color);
        transform: skewX(45deg) scale(0,1);
        z-index: -1;
        transition: all .5s ease-out 0s;
    }

    .hover-btn3:hover {
        color: var(--primary-color1);
    }

        .hover-btn3:hover::after {
            transform: skewX(45deg) scale(1,1);
            height: 150%;
            width: 150%;
        }

.hover-btn4 {
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .hover-btn4::after {
        position: absolute;
        content: "";
        display: block;
        opacity: 0;
        left: 15%;
        right: -20%;
        top: -4%;
        height: 150%;
        width: 150%;
        bottom: 0;
        border-radius: 2px;
        background-color: var(--primary-color1);
        transform: skewX(45deg) scale(0,1);
        transition: all .5s ease-out 0s;
        z-index: -1;
    }

    .hover-btn4:hover {
        color: var(--white-color);
    }

        .hover-btn4:hover::after {
            transform: skewX(45deg) scale(1,1);
            opacity: 1;
        }

.hover-btn5 {
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .hover-btn5::after {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--primary-color1);
        height: 100%;
        width: 100%;
        border-radius: 40px;
        top: 0;
        right: 0;
        transform-origin: right;
        transform: scalex(0);
        transition: transform .7s;
    }

    .hover-btn5:hover {
        color: var(--white-color);
    }

        .hover-btn5:hover::after {
            transform: scalex(1);
            transform-origin: left;
        }

    .hover-btn5.hover-white::after {
        background: var(--white-color);
    }

    .hover-btn5.hover-white:hover {
        color: var(--primary-color1);
    }

.hover-underline {
    background: linear-gradient(to bottom,#222222 0%,#222222 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: right 100%;
    transition: background-size .75s;
}

    .hover-underline:hover {
        background-size: 100% 2px;
        background-position: 0% 100%;
    }

.product-card {
    border: 1px solid #e6e6e6;
    padding: 0;
    transition: .5s;
    background-color: #fff;
    box-shadow: 0px 1px 18px rgb(24 23 23 / 10%);
    border-radius: 0px;
}

    .product-card .product-card-img {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        height: 200px;
        width: 100%;
        background: #f2f2f2;
    }

        .product-card .product-card-img .countdown-timer {
            position: absolute;
            left: 50%;
            bottom: 15px;
            transform: translateX(-50%);
            width: 208px;
            height: 40px;
            line-height: 1;
            border: 1px solid var(--primary-color1);
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .5s;
        }

            .product-card .product-card-img .countdown-timer ul {
                margin: 0;
                padding: 0;
                list-style: none;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 5px;
            }

                .product-card .product-card-img .countdown-timer ul li {
                    line-height: 1;
                    color: var(--title-color);
                    text-align: center;
                    font-family: "Montserrat", sans-serif;
                    font-size: 16px;
                    font-weight: 600;
                    display: flex;
                    align-items: center;
                }

                    .product-card .product-card-img .countdown-timer ul li span:first-child {
                        display: none;
                        visibility: hidden;
                    }

        .product-card .product-card-img > a .batch {
            position: absolute;
            left: 0px;
            bottom: 0;
            display: flex;
            align-items: center;
            flex-direction: column;
            gap: 13px;
        }

            .product-card .product-card-img > a .batch > span {
                width: 65px;
                height: 20px;
                display: block;
                align-items: center;
                justify-content: left;
                color: var(--white-color);
                text-align: center;
                font-size: 10px;
                font-family: "Montserrat", sans-serif;
                letter-spacing: normal;
                text-transform: uppercase;
                background-color: #dc3545;
                z-index: 1;
                padding: 3px;
            }

                .product-card .product-card-img > a .batch > span.new {
                    font-size: 12px;
                }

        .product-card .product-card-img .out-of-stock {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            z-index: 9;
        }

            .product-card .product-card-img .out-of-stock span {
                color: var(--primary-color1);
                text-align: center;
                font-size: 11px;
                font-family: "Montserrat", sans-serif;
                font-weight: 500;
                background-color: var(--white-color);
                border: 0px solid var(--primary-color1);
                padding: 4px 18px;
                white-space: nowrap;
                text-transform: uppercase;
            }

        .product-card .product-card-img .overlay {
            background: rgba(33,33,33,.3000000119);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            transform: scaleY(0);
            transform-origin: bottom;
            transition: .5s;
            padding-bottom: 15px;
        }

            .product-card .product-card-img .overlay .cart-area .add-cart-btn {
                color: var(--white-color);
                text-align: center;
                font-size: 15px;
                font-family: "Montserrat", sans-serif;
                font-weight: 500;
                background: var(--primary-color1);
                padding: 8px 20px;
                display: flex;
                align-items: baseline;
                gap: 7px;
                transition: .5s;
            }

                .product-card .product-card-img .overlay .cart-area .add-cart-btn:hover {
                    color: var(--primary-color1);
                }

        .product-card .product-card-img .view-and-favorite-area {
            position: absolute;
            top: 7px;
            right: 7px;
        }

            .product-card .product-card-img .view-and-favorite-area > ul {
                transform: scaleX(0);
                transform-origin: right;
                opacity: 0;
                transition: .5s;
            }

                .product-card .product-card-img .view-and-favorite-area > ul li {
                    margin-bottom: 5px;
                    transition: .5s;
                }

                    .product-card .product-card-img .view-and-favorite-area > ul li:last-child {
                        margin-bottom: 0;
                    }

                    .product-card .product-card-img .view-and-favorite-area > ul li > a {
                        border: 1px solid var(--primary-color1);
                        background-color: var(--primary-color1);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 41px;
                        height: 41px;
                        cursor: pointer;
                        transition: .5s;
                        text-decoration: none;
                    }


                        .product-card .product-card-img .view-and-favorite-area > ul li > a i {
                            color: var(--white-color);
                            transition: .5s;
                        }

                    .product-card .product-card-img .view-and-favorite-area > ul li:hover > a {
                        background-color: var(--white-color);
                    }

                        .product-card .product-card-img .view-and-favorite-area > ul li:hover > a i {
                            color: var(--primary-color1);
                        }

        .product-card .product-card-img.double-img a {
            display: flex;
            align-items: center;
        }

            .product-card .product-card-img.double-img a .img2 {
                position: absolute;
                top: 0;
                left: 0;
                transform-origin: left;
                overflow: hidden;
                transform: translateX(-100%);
                transition: all .8s;
            }

            .product-card .product-card-img.double-img a .img1 {
                transition: all .8s;
            }

    .product-card .product-card-content {
        padding-top: 25px;
        padding-bottom: 0px;
        text-align: center;
    }

        .product-card .product-card-content h6 {
            margin-bottom: 5px;
        }

            .product-card .product-card-content h6 a {
                color: var(--text-color);
                font-size: 14px;
                font-family: "Montserrat", sans-serif;
                font-weight: 600;
                letter-spacing: .4px;
                text-transform: capitalize;
                margin-bottom: 5px;
                line-height: 1;
                text-decoration: none;
            }

        .product-card .product-card-content h5 a {
            color: var(--text-color);
            font-size: 21px;
            font-family: "Montserrat", sans-serif;
            font-weight: 600;
            letter-spacing: .4px;
            text-transform: capitalize;
            margin-bottom: 5px;
            line-height: 1;
        }

.truncate {
    display: -webkit-box;
    margin: 0px auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px !important;
    /*min-height: 40px;*/
    padding: 0px 10px;
    word-break: break-word;
}

.product-card .product-card-content p {
    margin-bottom: 20px;
}

    .product-card .product-card-content p a {
        color: #878585;
        text-align: center;
        font-size: 15px;
        font-family: "Montserrat", sans-serif;
        letter-spacing: .3px;
        text-transform: uppercase;
        transition: .5s;
    }

        .product-card .product-card-content p a:hover {
            color: var(--text-color);
        }

.product-card .product-card-content .price {
    color: #ff0000;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

    .product-card .product-card-content .price del {
        color: #b1afaf;
        font-size: 15px;
        font-family: "Montserrat", sans-serif;
    }

.product-card .product-card-content .rating {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
}

    .product-card .product-card-content .rating ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .product-card .product-card-content .rating ul li {
            line-height: 1;
        }

            .product-card .product-card-content .rating ul li i {
                color: #ffc107;
                font-size: 12px;
            }

    .product-card .product-card-content .rating span {
        color: var(--text-color2);
        font-size: 13px;
        font-family: "Montserrat", sans-serif;
        line-height: 1;
    }

.product-card .product-card-content .product-size {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 5px;
}

    .product-card .product-card-content .product-size li {
        padding: 5px 6px;
        border: 1px solid var(--text-color3);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        color: var(--primary-color1);
        cursor: pointer;
        line-height: 1.2;
        transition: .5s;
    }

        .product-card .product-card-content .product-size li:hover {
            background-color: var(--primary-color1);
            color: var(--white-color);
        }

.product-card:hover .product-card-img .overlay {
    opacity: 1;
    transform: scaleY(1);
}

.product-card:hover .product-card-img .view-and-favorite-area ul {
    transform: scaleX(1);
    opacity: 1;
}

.product-card:hover .product-card-img .countdown-timer {
    opacity: 0;
}

.product-card:hover .product-card-img.double-img a .img2 {
    transform: translateX(0);
}

.product-card:hover .product-card-img.double-img a .img1 {
    transform: translateX(100%);
}

.product-card.style-2 {
    border: unset;
    background: var(--white-color);
}

    .product-card.style-2 .overlay {
        background: rgba(33,33,33,.3000000119);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: .5s;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        transform: scaleY(0);
        transform-origin: bottom;
        transition: .5s;
        padding-bottom: 15px;
    }

        .product-card.style-2 .overlay .cart-area {
            display: flex;
            align-items: center;
        }

            .product-card.style-2 .overlay .cart-area .add-cart-btn {
                color: var(--white-color);
                text-align: center;
                font-size: 12px;
                font-family: "Montserrat", sans-serif;
                font-weight: 600;
                background: var(--primary-color1);
                padding: 8px 20px;
            }

.product-card.style-4 {
    border: unset;
    border-right: 1px solid var(--primary-color1);
}

    .product-card.style-4 .overlay {
        background: rgba(33,33,33,.3000000119);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: .5s;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        transform: scaleY(0);
        transform-origin: bottom;
        transition: .5s;
        padding-bottom: 15px;
    }

        .product-card.style-4 .overlay .cart-area {
            display: flex;
            align-items: center;
        }

            .product-card.style-4 .overlay .cart-area .add-cart-btn {
                color: var(--white-color);
                text-align: center;
                font-size: 12px;
                font-family: "Montserrat", sans-serif;
                font-weight: 600;
                background: var(--primary-color1);
                padding: 8px 20px;
            }

    .product-card.style-4 .product-card-content h6 a {
        font-size: 18px;
    }

    .product-card.style-4 .product-card-content p {
        margin-bottom: 20px;
    }

        .product-card.style-4 .product-card-content p a {
            font-size: 14px;
        }

    .product-card.style-4 .product-card-content .price {
        font-size: 18px;
        margin-bottom: 5px;
    }

        .product-card.style-4 .product-card-content .price del {
            font-size: 15px;
        }

.product-card.style-5 .product-card-content {
    padding-top: 20px;
}

    .product-card.style-5 .product-card-content h6 a {
        font-size: 18px;
    }

    .product-card.style-5 .product-card-content p a {
        font-size: 14px;
    }

    .product-card.style-5 .product-card-content .price {
        font-size: 18px;
    }

@media(max-width:1399px) {
    .product-card.style-5 {
        padding: 15px;
    }
}

.product-card.style-6 {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
}

@media(min-width:576px) and (max-width:768px) {
    .product-card.style-6 {
        padding: 15px;
        gap: 24px;
    }
}

@media(max-width:576px) {
    .product-card.style-6 {
        display: block;
        padding: 20px;
    }
}

.product-card.style-6 .product-card-img {
    max-width: 330px;
    width: 100%;
}

@media(min-width:576px) and (max-width:768px) {
    .product-card.style-6 .product-card-img {
        max-width: 250px;
    }
}

@media(max-width:576px) {
    .product-card.style-6 .product-card-img {
        max-width: unset;
    }
}

.product-card.style-6 .product-card-content {
    text-align: start;
    padding-top: 0;
}

@media(max-width:576px) {
    .product-card.style-6 .product-card-content {
        padding-top: 25px;
        text-align: center;
        width: 100%;
    }
}

@media(max-width:767px) {
    .product-card.style-6 .product-card-content h6 a {
        font-size: 18px;
    }
}

@media(max-width:576px) {
    .product-card.style-6 .product-card-content p {
        margin-bottom: 15px;
    }
}

@media(max-width:767px) {
    .product-card.style-6 .product-card-content .price {
        font-size: 18px;
    }
}

.product-card.style-6 .product-card-content .rating {
    justify-content: flex-start;
}

@media(max-width:576px) {
    .product-card.style-6 .product-card-content .rating {
        justify-content: center;
    }
}

.product-card2 {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 0px 0px 0px;
    position: relative;
    transition: .5s;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 1px 18px rgb(24 23 23 / 10%);
    margin-bottom: 35px;
}

    .product-card2 .batch {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 5px;
    }

        .product-card2 .batch > span {
            color: #ffffff;
            font-family: "Montserrat", sans-serif;
            font-size: 13px;
            font-weight: 400;
            line-height: normal;
            letter-spacing: .26px;
            text-transform: uppercase;
            border-radius: 0px 0;
            border-bottom: 1px solid #47b475;
            border-right: 1px solid #47b475;
            background: #47b475;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 65px;
            height: 24px;
            z-index: 1;
        }

            .product-card2 .batch > span:nth-child(2) {
                border-top: 1px solid var(--primary-color1);
                border-radius: 0 0 10px;
            }

    .product-card2 .product-card-img {
        position: relative;
        overflow: hidden;
        transition: .5s;
        margin-bottom: 20px;
        width: 260px;
        height: 100%;
        margin: 0 auto;
        padding-bottom: 25px;
    }

        .product-card2 .product-card-img img {
            width: 100%;
            object-fit: cover;
            height: 250px;
        }

        .product-card2 .product-card-img .cart-btn-area {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: .5s;
            display: flex;
            justify-content: center;
            transform: scaleY(0);
            transform-origin: bottom;
            transition: .5s;
            padding-bottom: 15px;
        }

            .product-card2 .product-card-img .cart-btn-area .cart-btn {
                display: flex;
                align-items: center;
            }

                .product-card2 .product-card-img .cart-btn-area .cart-btn.two {
                    align-items: flex-end;
                }

        .product-card2 .product-card-img .view-and-favorite-area {
            position: absolute;
            bottom: 7px;
            right: 7px;
        }

            .product-card2 .product-card-img .view-and-favorite-area ul {
                transform: scaleX(0);
                transform-origin: right;
                opacity: 0;
                transition: .5s;
            }

                .product-card2 .product-card-img .view-and-favorite-area ul li {
                    border: 1px solid var(--primary-color1);
                    background-color: var(--white-color);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 27px;
                    height: 27px;
                    border-radius: 5px;
                    margin-bottom: 5px;
                    transition: .5s;
                }

                    .product-card2 .product-card-img .view-and-favorite-area ul li:last-child {
                        margin-bottom: 0;
                    }

                    .product-card2 .product-card-img .view-and-favorite-area ul li a {
                        display: inline-flex;
                        cursor: pointer;
                        color: #1c1c1c;
                    }

                        .product-card2 .product-card-img .view-and-favorite-area ul li a svg {
                            fill: var(--primary-color1);
                            transition: .5s;
                        }

                    .product-card2 .product-card-img .view-and-favorite-area ul li:hover {
                        background-color: var(--primary-color1);
                    }

                        .product-card2 .product-card-img .view-and-favorite-area ul li:hover a svg {
                            fill: var(--white-color);
                        }

                        .product-card2 .product-card-img .view-and-favorite-area ul li:hover a i {
                            color: #fff;
                        }

        .product-card2 .product-card-img .out-of-stock {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            z-index: 9;
        }

            .product-card2 .product-card-img .out-of-stock span {
                color: var(--primary-color1);
                text-align: center;
                font-size: 15px;
                font-family: "Montserrat", sans-serif;
                font-weight: 500;
                background-color: var(--white-color);
                border: 1px solid var(--primary-color1);
                padding: 7px 23px;
                border-radius: 100px;
                white-space: nowrap;
            }

        .product-card2 .product-card-img.double-img a {
            display: flex;
            align-items: center;
        }

            .product-card2 .product-card-img.double-img a .img2 {
                position: absolute;
                top: 0;
                left: 0;
                transform-origin: left;
                overflow: hidden;
                transform: translateX(-100%);
                transition: all .8s;
            }

            .product-card2 .product-card-img.double-img a .img1 {
                transition: all .8s;
            }

    .product-card2 .product-card-content {
        text-align: center;
        padding: 10px 10px 1px;
        background: #e6e6e6;
    }

        .product-card2 .product-card-content h5 a {
            color: #000000;
            font-size: 14px;
            font-family: "Montserrat", sans-serif;
            font-weight: 600;
            letter-spacing: .4px;
            text-transform: capitalize !important;
            !i;
            !;
            margin-bottom: 5px;
            text-decoration: none;
            line-height: 1;
            background: none;
        }

            .product-card2 .product-card-content h5 a:hover {
                color: #d83400;
            }

.top-bar.logosection {
    background: #fff;
    padding-top: 0px;
    border: 0;
}

.product-card2 .product-card-content p {
    margin-bottom: 5px;
    line-height: 1;
}

    .product-card2 .product-card-content p a {
        color: #878585;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: .28px;
        text-transform: uppercase;
        line-height: 1;
        transition: .5s;
    }

        .product-card2 .product-card-content p a:hover {
            color: var(--text-color);
        }

.product-card2 .product-card-content h6 {
    margin-bottom: 20px;
}

    .product-card2 .product-card-content h6 a {
        color: var(--text-color);
        f font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: .36px;
        text-transform: capitalize;
    }

/*.product-card2 .product-card-content > span {
color: var(--text-color);
 font-family: "Montserrat", sans-serif;
font-size: 20px;
font-weight: 600;
margin-bottom: 3px;
display: inline-block;
}*/
.product-card2 .product-card-content > span {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
    display: inline-block;
    background-color: #dc3545;
    padding: 3px 18px 3px 18px;
    border-radius: 5px;
    line-height: 24px;
}

    .product-card2 .product-card-content > span del {
        color: var(--text-color2);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
    }

.product-card2 .product-card-content .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .product-card2 .product-card-content .rating ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .product-card2 .product-card-content .rating ul li {
            line-height: 1;
        }

            .product-card2 .product-card-content .rating ul li i {
                color: #ffc107;
                font-size: 12px;
            }

    .product-card2 .product-card-content .rating span {
        color: var(--text-color2);
        font-size: 13px;
        font-family: "Montserrat", sans-serif;
        line-height: 1;
    }

.product-card2 .product-card-content .product-size {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 5px;
}

    .product-card2 .product-card-content .product-size li {
        width: 60px;
        height: 30px;
        border: 1px solid var(--text-color3);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        color: var(--primary-color1);
        cursor: pointer;
        line-height: 1.2;
        transition: .5s;
    }

        .product-card2 .product-card-content .product-size li:hover {
            background-color: var(--primary-color1);
            color: var(--white-color);
        }

.product-card2:hover .product-card-img .cart-btn-area {
    opacity: 1;
    transform: scaleY(1);
}

.product-card2:hover .product-card-img .view-and-favorite-area ul {
    transform: scaleX(1);
    opacity: 1;
}

.product-card2:hover .product-card-img.double-img a .img2 {
    transform: translateX(0);
}

.product-card2:hover .product-card-img.double-img a .img1 {
    transform: translateX(100%);
}

.product-card2.style-2 {
    padding: 0;
}

    .product-card2.style-2 .product-card-img {
        padding: 20px 20px 0;
    }

        .product-card2.style-2 .product-card-img .view-and-favorite-area {
            right: 27px;
        }

    .product-card2.style-2 .product-card-content {
        padding: 35px 10px;
    }

@media(max-width:576px) {
    .product-card2.style-2 .product-card-content {
        padding: 25px 10px;
    }
}

.product-card2.style-2 .product-card-content p a {
    font-size: 16px;
}

@media(max-width:576px) {
    .product-card2.style-2 .product-card-content p a {
        font-size: 15px;
    }
}

.product-card2.style-2 .product-card-content h6 a {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .56px;
}

@media(max-width:576px) {
    .product-card2.style-2 .product-card-content h6 a {
        font-size: 25px;
    }
}

.product-card2.style-2 .product-card-content > span {
    font-size: 25px;
}

@media(max-width:576px) {
    .product-card2.style-2 .product-card-content > span {
        font-size: 22px;
    }
}

.product-card2.style-2 .product-card-content > span del {
    font-size: 18px;
}

@media(max-width:576px) {
    .product-card2.style-2 .product-card-content > span del {
        font-size: 16px;
    }
}

.product-card2.style-2 .offer-timer {
    padding: 35px 0 30px;
    text-align: center;
    border-top: 1px solid rgba(34,34,34,.1);
}

@media(max-width:576px) {
    .product-card2.style-2 .offer-timer {
        padding: 25px 0 20px;
    }
}

.product-card2.style-2 .offer-timer p {
    color: var(--primary-color1);
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1;
    text-decoration-line: underline;
    margin-bottom: 20px;
}

.product-card2.style-2 .offer-timer .countdown-timer {
    margin-bottom: 50px;
}

@media(max-width:576px) {
    .product-card2.style-2 .offer-timer .countdown-timer {
        margin-bottom: 35px;
    }
}

.product-card2.style-2 .offer-timer .countdown-timer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

@media(min-width:1200px) and (max-width:1399px) {
    .product-card2.style-2 .offer-timer .countdown-timer ul {
        gap: 15px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .product-card2.style-2 .offer-timer .countdown-timer ul {
        gap: 12px;
    }
}

@media(max-width:576px) {
    .product-card2.style-2 .offer-timer .countdown-timer ul {
        gap: 12px;
    }
}

.product-card2.style-2 .offer-timer .countdown-timer ul li {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

@media(max-width:576px) {
    .product-card2.style-2 .offer-timer .countdown-timer ul li {
        font-size: 25px;
    }
}

.product-card2.style-2 .offer-timer .countdown-timer ul li span {
    color: rgba(34,34,34,.6999999881);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

    .product-card2.style-2 .offer-timer .countdown-timer ul li span:last-child {
        display: none;
        visibility: hidden;
    }

@media(max-width:576px) {
    .product-card2.style-2 .offer-timer .countdown-timer ul li span {
        font-size: 13px;
    }
}

.product-card2.style-2 .offer-timer .countdown-timer ul svg {
    fill: rgba(33,33,33,.15);
}

.product-card2.style-2 .offer-timer .primary-btn3 {
    padding: 13px 46px;
    font-size: 18px;
}

@media(max-width:576px) {
    .product-card2.style-2 .offer-timer .primary-btn3 {
        padding: 10px 35px;
        font-size: 16px;
    }
}

.product-view-modal .modal-dialog {
    animation: zoom-In-effect 1s;
}

@keyframes zoom-In-effect {
    0% {
        transform: scale(.5);
    }

    100% {
        transform: scale(1);
    }
}

.product-view-modal .modal-dialog .modal-content {
    border-radius: unset;
    border: 1px solid var(--primary-color1);
}

    .product-view-modal .modal-dialog .modal-content .modal-body {
        padding: 0;
        position: relative;
    }

@media(max-width:1199px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img {
        flex-direction: column;
        gap: 25px;
    }
}

@media(max-width:1199px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img .nav-pills {
        position: relative;
        flex-direction: row;
        justify-content: center;
        left: unset;
        top: unset;
        gap: 10px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img .nav-pills .nav-link {
        margin-bottom: 10px;
    }
}

.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content {
    height: 500px;
    overflow-y: auto;
    margin-top: 50px;
    padding-bottom: 20px;
}

@media(min-width:992px) and (max-width:1199px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content {
        padding-right: 20px;
    }
}

@media(max-width:991px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content {
        margin-top: 0;
        padding: 0 20px 20px;
    }
}

.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content::-webkit-scrollbar {
    width: 5px;
}

.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content::-webkit-scrollbar-thumb {
    background: var(--text-color2);
}

@media(min-width:992px) and (max-width:1199px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content .quantity-color-area {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content .shop-details-btn {
        gap: 20px;
    }
}

@media(max-width:1199px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content .product-info-list {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content .product-info-list li {
    line-height: 1;
}

@media(max-width:576px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content .payment-method {
        padding: 15px;
    }
}

.product-view-modal .modal-dialog .modal-content .modal-body .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0 1px 12px 2px rgba(0,0,0,.1);
    height: 35px;
    width: 35px;
    cursor: pointer;
    z-index: 1;
}

    .product-view-modal .modal-dialog .modal-content .modal-body .close-btn::before, .product-view-modal .modal-dialog .modal-content .modal-body .close-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        left: calc(50% - 7px);
        display: block;
        height: 1px;
        width: 15px;
        background-color: var(--gray-dark,#000);
        transition: all .3s ease-out;
    }

    .product-view-modal .modal-dialog .modal-content .modal-body .close-btn::after {
        transform: translateY(-50%) rotate(-135deg);
    }

    .product-view-modal .modal-dialog .modal-content .modal-body .close-btn:hover::before, .product-view-modal .modal-dialog .modal-content .modal-body .close-btn:hover::after {
        transform: rotate(0deg);
    }

.just-for-section {
    background-color: #fcf7ee;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

    .just-for-section .vector1 {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .just-for-section .vector2 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

    .just-for-section .nav-pills {
        border: 1px solid rgba(34,34,34,.1);
        margin-bottom: 30px;
    }

        .just-for-section .nav-pills .nav-link {
            display: flex;
            justify-content: space-between;
            border-radius: unset;
            border-bottom: 1px solid rgba(34,34,34,.1);
            color: var(--primary-color1);
            font-size: 16px;
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            text-transform: capitalize;
            padding: 10px 25px;
            background: linear-gradient(to bottom,#222 0%,#222 98%);
            background-size: 0;
            background-repeat: no-repeat;
            background-position: right 100%;
            transition: background-size .8s;
        }

            .just-for-section .nav-pills .nav-link span {
                font-size: 13px;
            }

            .just-for-section .nav-pills .nav-link:last-child {
                border-bottom: unset;
            }

            .just-for-section .nav-pills .nav-link:hover {
                background-size: 100%;
                background-position: 0% 100%;
                color: var(--white-color);
            }

            .just-for-section .nav-pills .nav-link.active {
                background-color: var(--primary-color1);
                color: var(--white-color);
            }

    .just-for-section .offer-img {
        position: relative;
    }

        .just-for-section .offer-img::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(34,34,34,.200000003);
            z-index: -1;
        }

@media(max-width:991px) {
    .just-for-section .offer-img {
        max-width: 330px;
        margin: 0 auto;
    }
}

.just-for-section .offer-img img {
    width: 100%;
}

.just-for-section .offer-img .discount-buy {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
}

@media(min-width:992px) and (max-width:1199px) {
    .just-for-section .offer-img .discount-buy {
        padding: 15px 10px;
    }
}

.just-for-section .offer-img .discount-buy .discount {
    position: relative;
}

    .just-for-section .offer-img .discount-buy .discount svg {
        fill: #d3b7ac;
    }

    .just-for-section .offer-img .discount-buy .discount h6 {
        position: absolute;
        top: 17px;
        left: 13px;
        color: var(--primary-color1);
        text-align: center;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        line-height: 1;
        letter-spacing: .36px;
        text-transform: capitalize;
    }

        .just-for-section .offer-img .discount-buy .discount h6 span {
            font-weight: 400;
            font-style: italic;
        }

.just-for-section .offer-img .discount-buy .buy-btn {
    padding: 8px 23px;
    background-color: var(--white-color);
    z-index: 1;
    border-radius: 40px;
    color: var(--primary-color1);
    text-align: center;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: .5s;
}

    .just-for-section .offer-img .discount-buy .buy-btn:hover {
        color: var(--white-color);
    }

.buy-btn2 {
    color: var(--white-color);
    text-align: center;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: #dc3545;
    border-radius: 40px;
    padding: 6px 31px;
    display: inline-block;
}

@media(max-width:576px) {
    .buy-btn2 {
        padding: 3px 25px;
        font-size: 13px;
    }
}

.offer-banner .offer-banner-left {
    position: relative;
}

@media(max-width:991px) {
    .offer-banner .offer-banner-left img {
        width: 100%;
    }
}

.offer-banner {
    background-color: #fff;
    padding: 60px 0px;
    background: url(../images/home-sustainability-bg.svg) 0 0 / cover no-repeat;
    padding: 5%;
}

    .offer-banner .offer-banner-left .offer-banner-left-content {
        position: absolute;
        left: 0;
        top: 0;
        padding: 35px 45px 0 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

@media(min-width:992px) and (max-width:1199px) {
    .offer-banner .offer-banner-left .offer-banner-left-content {
        padding: 25px 20px 0 25px;
    }
}

@media(max-width:576px) {
    .offer-banner .offer-banner-left .offer-banner-left-content {
        padding: 20px 15px 0 10px;
    }
}

.offer-banner .offer-banner-left .offer-banner-left-content .left-text h5 {
    color: var(--white-color);
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
}

@media(max-width:576px) {
    .offer-banner .offer-banner-left .offer-banner-left-content .left-text h5 {
        font-size: 20px;
    }
}

/*.offer-banner .offer-banner-left .offer-banner-left-content .left-text h5 span {
    font-weight: 600;
    font-size: 52px;
    color: var(--primary-color1);
}*/
.offer-banner .offer-banner-left .offer-banner-left-content .left-text h5 span {
    font-weight: 900;
    font-size: 60px;
    color: #3e2f1a;
}

@media(max-width:576px) {
    .offer-banner .offer-banner-left .offer-banner-left-content .left-text h5 span {
        font-size: 23px;
    }
}

.offer-banner .offer-banner-left .offer-banner-left-content .buy-btn2 {
    padding: 9px 31px;
}

.offer-banner .offer-banner-right {
    position: relative;
}

@media(max-width:991px) {
    .offer-banner .offer-banner-right img {
        width: 100%;
    }
}

.offer-banner .offer-banner-right .offer-banner-right-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 47px 19px 70px 3px;
    max-width: 320px;
    text-align: center;
}

@media(min-width:992px) and (max-width:1199px) {
    .offer-banner .offer-banner-right .offer-banner-right-content {
        padding: 50px 10px;
    }
}

@media(max-width:576px) {
    .offer-banner .offer-banner-right .offer-banner-right-content {
        padding: 20px 10px 0;
    }
}

.offer-banner .offer-banner-right .offer-banner-right-content h5 {
    color: var(--primary-color1);
    font-size: 34px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 18px;
    text-transform: uppercase;
}

@media(min-width:992px) and (max-width:1199px) {
    .offer-banner .offer-banner-right .offer-banner-right-content h5 {
        margin-bottom: 14px;
    }
}

@media(max-width:576px) {
    .offer-banner .offer-banner-right .offer-banner-right-content h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.offer-banner .offer-banner-right .offer-banner-right-content h4 {
    color: var(--primary-color1);
    font-size: 27px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 18px;
}

@media(min-width:992px) and (max-width:1199px) {
    .offer-banner .offer-banner-right .offer-banner-right-content h4 {
        margin-bottom: 14px;
    }
}

@media(max-width:576px) {
    .offer-banner .offer-banner-right .offer-banner-right-content h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.offer-banner .offer-banner-right .offer-banner-right-content h4 span {
    color: rgba(34,34,34,.3);
    font-size: 22px;
    font-weight: 500;
}

.offer-banner .offer-banner-right .offer-banner-right-content p {
    color: var(--primary-color1);
    text-align: center;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .39px;
    text-transform: capitalize;
    margin-bottom: 22px;
    padding: 0 56px 0 34px;
}

@media(min-width:992px) and (max-width:1199px) {
    .offer-banner .offer-banner-right .offer-banner-right-content p {
        margin-bottom: 18px;
    }
}

@media(max-width:576px) {
    .offer-banner .offer-banner-right .offer-banner-right-content p {
        margin-bottom: 10px;
    }
}

.offer-banner .offer-banner-right .offer-banner-right-content .buy-btn2 {
    padding: 9px 31px;
}

.offer-banner.two img {
    border-radius: 10px;
}

.offer-banner.two .offer-banner-left .offer-banner-left-content {
    display: block;
    max-width: 276px;
    width: 100%;
    padding: 70px 0 0 25px;
    text-align: center;
}

@media(min-width:992px) and (max-width:1199px) {
    .offer-banner.two .offer-banner-left .offer-banner-left-content {
        padding-top: 35px;
    }
}

@media(max-width:767px) {
    .offer-banner.two .offer-banner-left .offer-banner-left-content {
        padding-top: 35px;
    }
}

@media(max-width:576px) {
    .offer-banner.two .offer-banner-left .offer-banner-left-content {
        padding: 20px 0 0 10px;
        max-width: 200px;
        text-align: start;
    }
}

.offer-banner.two .offer-banner-left .offer-banner-left-content h3 {
    color: rgba(255,255,255,.7);
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

    .offer-banner.two .offer-banner-left .offer-banner-left-content h3 span {
        color: var(--white-color);
        font-size: 40px;
        font-style: italic;
        font-weight: 600;
    }

@media(max-width:767px) {
    .offer-banner.two .offer-banner-left .offer-banner-left-content h3 span {
        font-size: 36px;
    }
}

@media(max-width:576px) {
    .offer-banner.two .offer-banner-left .offer-banner-left-content h3 span {
        font-size: 28px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .offer-banner.two .offer-banner-left .offer-banner-left-content h3 {
        font-size: 32px;
        margin-bottom: 15px;
    }
}

@media(max-width:767px) {
    .offer-banner.two .offer-banner-left .offer-banner-left-content h3 {
        font-size: 32px;
        margin-bottom: 15px;
    }
}

@media(max-width:576px) {
    .offer-banner.two .offer-banner-left .offer-banner-left-content h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

.offer-banner.two .offer-banner-left .offer-banner-left-content a {
    color: var(--white-color);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-decoration: underline;
}

.offer-banner.two .offer-banner-right .offer-banner-right-content {
    max-width: 285px;
    width: 100%;
    padding: 70px 0 0 20px;
}

@media(min-width:992px) and (max-width:1199px) {
    .offer-banner.two .offer-banner-right .offer-banner-right-content {
        padding-top: 35px;
    }
}

@media(max-width:767px) {
    .offer-banner.two .offer-banner-right .offer-banner-right-content {
        padding-top: 35px;
    }
}

@media(max-width:576px) {
    .offer-banner.two .offer-banner-right .offer-banner-right-content {
        padding: 20px 0 0 10px;
        text-align: start;
        max-width: 200px;
    }
}

.offer-banner.two .offer-banner-right .offer-banner-right-content h3 {
    color: var(--primary-color1);
    font-family: Kalam;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 20px;
}

    .offer-banner.two .offer-banner-right .offer-banner-right-content h3 span {
        color: var(--white-color);
    }

@media(max-width:576px) {
    .offer-banner.two .offer-banner-right .offer-banner-right-content h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

.offer-banner.two .offer-banner-right .offer-banner-right-content .primary-btn3 {
    padding: 9px 33px;
}

@media(max-width:576px) {
    .offer-banner.two .offer-banner-right .offer-banner-right-content .primary-btn3 {
        padding: 8px 25px;
        font-size: 15px;
    }
}

.slider-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .slider-btn i {
        width: 40px;
        height: 40px;
        border: 1px solid var(--primary-color1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color1);
        transition: .5s;
    }

        .slider-btn i:hover {
            background-color: var(--primary-color1);
            color: var(--white-color);
        }

.exclusive-product-section {
    background: #e3ece7;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

@media(max-width:576px) {
    .exclusive-product-section {
        padding: 80px 0;
    }
}

.exclusive-product-section .slider-btn {
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 165px;
}

@media(max-width:1700px) {
    .exclusive-product-section .slider-btn {
        right: 100px;
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .exclusive-product-section .slider-btn {
        right: 10px;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .exclusive-product-section .slider-btn {
        right: 8px;
    }
}

@media(max-width:1199px) {
    .exclusive-product-section .slider-btn {
        display: none;
    }
}

.exclusive-product-section .vector3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.exclusive-product-section .vector4 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.exclusive-product-section .exclusive-product-left {
    max-width: 516px;
}

    .exclusive-product-section .exclusive-product-left h2 {
        color: var(--primary-color1);
        font-size: 40px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: .8px;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

@media(max-width:576px) {
    .exclusive-product-section .exclusive-product-left h2 {
        font-size: 35px;
    }
}

.exclusive-product-section .exclusive-product-left p {
    color: var(--primary-color1);
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.9;
    letter-spacing: .48px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

@media(max-width:576px) {
    .exclusive-product-section .exclusive-product-left p {
        margin-bottom: 25px;
    }
}

.exclusive-product-section .exclusive-product-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

@media(max-width:576px) {
    .exclusive-product-section .exclusive-product-left ul {
        gap: 15px;
        margin-bottom: 35px;
    }
}

.exclusive-product-section .exclusive-product-left ul li {
    color: var(--primary-color1);
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: .36px;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media(max-width:576px) {
    .exclusive-product-section .exclusive-product-left ul li {
        font-size: 16px;
    }
}

.exclusive-product-section .exclusive-product-left ul li svg {
    fill: var(--primary-color1);
}

.exclusive-product-section .exclusive-product-right {
    border: 1px solid var(--primary-color1);
}

    .exclusive-product-section .exclusive-product-right .product-right-img {
        padding: 20px;
        border-bottom: 1px solid var(--primary-color1);
    }

        .exclusive-product-section .exclusive-product-right .product-right-img a {
            width: 100%;
        }

            .exclusive-product-section .exclusive-product-right .product-right-img a img {
                width: 100%;
            }

    .exclusive-product-section .exclusive-product-right .product-right-content {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 25px 15px;
    }

        .exclusive-product-section .exclusive-product-right .product-right-content .star-bg {
            position: absolute;
            right: 15px;
        }

            .exclusive-product-section .exclusive-product-right .product-right-content .star-bg span {
                color: var(--primary-color1);
                text-align: center;
                font-size: 12px;
                font-family: "Montserrat", sans-serif;
                font-weight: 600;
                line-height: 1;
                letter-spacing: .36px;
                text-transform: capitalize;
                position: absolute;
                top: 19px;
                left: 10px;
            }

.special-offer-section .special-offer-wrapper {
    border: 1px solid var(--primary-color1);
}

    .special-offer-section .special-offer-wrapper .special-offer-left {
        padding: 105px 35px;
        text-align: center;
        position: relative;
        border-right: 1px solid var(--primary-color1);
        height: 100%;
    }

@media(min-width:992px) and (max-width:1199px) {
    .special-offer-section .special-offer-wrapper .special-offer-left {
        padding: 105px 30px;
    }
}

@media(max-width:991px) {
    .special-offer-section .special-offer-wrapper .special-offer-left {
        border-right: unset;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .special-offer-section .special-offer-wrapper .special-offer-left {
        padding: 80px 25px;
    }
}

@media(max-width:576px) {
    .special-offer-section .special-offer-wrapper .special-offer-left {
        padding: 70px 20px;
    }
}

.special-offer-section .special-offer-wrapper .special-offer-left .hurry-bg {
    position: absolute;
    top: 7px;
    left: 20px;
}

@media(max-width:576px) {
    .special-offer-section .special-offer-wrapper .special-offer-left .hurry-bg {
        left: 10px;
        top: 5px;
    }
}

.special-offer-section .special-offer-wrapper .special-offer-left .hurry-bg p {
    color: var(--white-color);
    text-align: center;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: .36px;
    text-transform: capitalize;
    position: absolute;
    top: 20px;
    left: 12px;
    margin-bottom: 0;
}

.special-offer-section .special-offer-wrapper .special-offer-left h2 {
    color: var(--primary-color1);
    font-size: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 12px;
}

@media(min-width:992px) and (max-width:1199px) {
    .special-offer-section .special-offer-wrapper .special-offer-left h2 {
        font-size: 29px;
    }
}

@media(max-width:576px) {
    .special-offer-section .special-offer-wrapper .special-offer-left h2 {
        font-size: 30px;
    }
}

.special-offer-section .special-offer-wrapper .special-offer-left p {
    color: var(--primary-color1);
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    line-height: 28px;
    letter-spacing: .45px;
    text-transform: capitalize;
    margin-bottom: 35px;
}

@media(min-width:576px) and (max-width:768px) {
    .special-offer-section .special-offer-wrapper .special-offer-left p {
        margin-bottom: 35px;
    }
}

@media(max-width:576px) {
    .special-offer-section .special-offer-wrapper .special-offer-left p {
        margin-bottom: 30px;
        font-size: 14px;
    }
}

.special-offer-section .special-offer-wrapper .special-offer-left .offer-timer {
    margin-bottom: 50px;
}

@media(min-width:576px) and (max-width:768px) {
    .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer {
        margin-bottom: 40px;
    }
}

@media(max-width:576px) {
    .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer {
        margin-bottom: 30px;
    }
}

.special-offer-section .special-offer-wrapper .special-offer-left .offer-timer p {
    color: var(--primary-color1);
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1;
    text-decoration-line: underline;
    margin-bottom: 20px;
}

.special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

@media(min-width:1200px) and (max-width:1399px) {
    .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul {
        gap: 15px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul {
        gap: 12px;
    }
}

@media(max-width:576px) {
    .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul {
        gap: 12px;
    }
}

.special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul li {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

@media(min-width:992px) and (max-width:1199px) {
    .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul li {
        font-size: 23px;
    }
}

.special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul li span {
    color: rgba(34,34,34,.6999999881);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

    .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul li span:last-child {
        display: none;
        visibility: hidden;
    }

@media(min-width:992px) and (max-width:1199px) {
    .special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul li span {
        font-size: 13px;
    }
}

.special-offer-section .special-offer-wrapper .special-offer-left .offer-timer .countdown-timer ul svg {
    fill: rgba(33,33,33,.15);
}

.special-offer-section .special-offer-wrapper .slick-wrapper {
    position: relative;
    padding-right: 12px;
}

@media(max-width:991px) {
    .special-offer-section .special-offer-wrapper .slick-wrapper {
        padding-right: 0;
    }
}

.special-offer-section .special-offer-wrapper .slick-wrapper::before {
    content: "";
    position: absolute;
    width: 98.5%;
    left: 0;
    height: 1px;
    background-color: var(--primary-color1);
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:991px) {
    .special-offer-section .special-offer-wrapper .slick-wrapper::before {
        width: 100%;
    }
}

@media(max-width:991px) {
    .special-offer-section .special-offer-wrapper .slick-wrapper::after {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 1px;
        background-color: var(--primary-color1);
        transform: translateY(-50%);
    }
}

.special-offer-section .special-offer-wrapper .slick-wrapper .slick-next {
    top: -65px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    transition: .5s;
}

@media(max-width:991px) {
    .special-offer-section .special-offer-wrapper .slick-wrapper .slick-next {
        top: -50px;
        right: 15px;
    }
}

.special-offer-section .special-offer-wrapper .slick-wrapper .slick-next::before {
    content: "\f138";
    color: var(--primary-color1);
    font-family: bootstrap-icons;
    transition: .5s;
}

.special-offer-section .special-offer-wrapper .slick-wrapper .slick-next:hover {
    background-color: var(--primary-color1);
}

    .special-offer-section .special-offer-wrapper .slick-wrapper .slick-next:hover::before {
        color: var(--white-color);
    }

.special-offer-section .special-offer-wrapper .slick-wrapper .slick-prev {
    right: 65px;
    left: unset;
    top: -65px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    transition: .5s;
}

@media(max-width:991px) {
    .special-offer-section .special-offer-wrapper .slick-wrapper .slick-prev {
        top: -50px;
        right: 75px;
    }
}

.special-offer-section .special-offer-wrapper .slick-wrapper .slick-prev::before {
    content: "\f12f";
    color: var(--primary-color1);
    font-family: bootstrap-icons;
    transition: .5s;
}

.special-offer-section .special-offer-wrapper .slick-wrapper .slick-prev:hover {
    background-color: var(--primary-color1);
}

    .special-offer-section .special-offer-wrapper .slick-wrapper .slick-prev:hover::before {
        color: var(--white-color);
    }

.best-brand-section .best-brand-wrapper {
    padding: 0 8%;
}

@media(max-width:1700px) {
    .best-brand-section .best-brand-wrapper {
        padding: 0 5%;
    }
}

.best-brand-section .best-brand-wrapper .brand-icon {
    width: 100%;
    border: 1px solid rgba(34,34,34,.200000003);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.best-brand-section.style-2 {
    background: #fff9f2;
    padding: 25% 0 120px;
    margin-top: -19%;
}

@media(max-width:576px) {
    .best-brand-section.style-2 {
        padding-bottom: 80px;
    }
}

@media(max-width:991px) {
    .makeup-section .makeup-top-item {
        margin-bottom: 50px;
    }
}

.makeup-section .makeup-img {
    width: 100%;
    /*height: 100%;*/
}

    .makeup-section .makeup-img img {
        width: 100%;
        /* height: 100%;
        -o-object-fit: cover;
        object-fit: cover;*/
        border-radius: 12px;
    }

.makeup-section .makeup-content {
    max-width: 512px;
    width: 100%;
    padding-left: 0px;
}

@media(min-width:992px) and (max-width:1199px) {
    .makeup-section .makeup-content {
        padding-right: 25px;
    }
}

@media(max-width:991px) {
    .makeup-section .makeup-content {
        max-width: unset;
        padding: 0;
    }
}

.makeup-section .makeup-content span {
    color: var(--primary-color1);
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .3px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 6px;
}

.makeup-section .makeup-content h2 {
    color: var(--primary-color1);
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .7px;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

    .makeup-section .makeup-content h2::after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 0;
        width: 40%;
        height: 2px;
        background: #47b475;
        border-radius: 5px;
    }

@media(min-width:576px) and (max-width:768px) {
    .makeup-section .makeup-content h2 {
        margin-bottom: 15px;
        font-size: 30px;
    }
}

@media(max-width:576px) {
    .makeup-section .makeup-content h2 {
        margin-bottom: 15px;
        font-size: 30px;
    }
}

.makeup-section .makeup-content p {
    color: var(--primary-color1);
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.8;
    letter-spacing: .48px;
    text-transform: capitalize;
    margin-bottom: 35px;
    text-align: justify;
}

@media(max-width:991px) {
    .makeup-section .makeup-content p {
        margin-bottom: 25px;
    }
}

.say-about-section {
    background: #f1faff;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media(max-width:991px) {
    .say-about-section {
        padding: 90px 0;
    }
}

.say-about-section .vector3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media(max-width:767px) {
    .say-about-section .vector3 {
        display: none;
        visibility: hidden;
    }
}

.say-about-section .vector4 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media(max-width:767px) {
    .say-about-section .vector4 {
        display: none;
        visibility: hidden;
    }
}

.say-about-section .say-about-wrapper {
    padding: 0 5%;
}

    .say-about-section .say-about-wrapper .swiper-wrapper {
        position: relative;
        padding: 0 40px;
    }

@media(max-width:576px) {
    .say-about-section .say-about-wrapper .swiper-wrapper {
        padding: 0;
    }
}

.say-about-section .say-about-wrapper .say-about-card {
    position: relative;
    max-width: 470px;
    width: 100%;
}

@media(max-width:991px) {
    .say-about-section .say-about-wrapper .say-about-card {
        padding-left: 10px;
    }
}

.say-about-section .say-about-wrapper .say-about-card::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    width: 1px;
    height: 150px;
    background-color: var(--primary-color1);
}

@media(max-width:576px) {
    .say-about-section .say-about-wrapper .say-about-card::after {
        display: none;
    }
}

.say-about-section .say-about-wrapper .say-about-card .say-about-card-top {
    margin-bottom: 10px;
}

    .say-about-section .say-about-wrapper .say-about-card .say-about-card-top ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .say-about-section .say-about-wrapper .say-about-card .say-about-card-top ul li i {
            color: #ffc107;
        }

.say-about-section .say-about-wrapper .say-about-card p {
    color: var(--primary-color1);
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.9;
    margin-bottom: 30px;
}

@media(min-width:1200px) and (max-width:1399px) {
    .say-about-section .say-about-wrapper .say-about-card p {
        font-size: 18px;
    }
}

@media(max-width:991px) {
    .say-about-section .say-about-wrapper .say-about-card p {
        font-size: 18px;
    }
}

.say-about-section .say-about-wrapper .say-about-card .say-about-card-bottom {
    max-width: 470px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .say-about-section .say-about-wrapper .say-about-card .say-about-card-bottom .author-area {
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .say-about-section .say-about-wrapper .say-about-card .say-about-card-bottom .author-area .author-img {
            height: 75px;
            width: 75px;
            border-radius: 50%;
            border: 1px solid var(--primary-color1);
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .say-about-section .say-about-wrapper .say-about-card .say-about-card-bottom .author-area .author-img img {
                height: 65px;
                width: 65px;
                border-radius: 50%;
            }

    .say-about-section .say-about-wrapper .say-about-card .say-about-card-bottom .author h5 {
        color: var(--primary-color1);
        font-size: 21px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        line-height: 1;
        letter-spacing: .42px;
        margin-bottom: 10px;
    }

    .say-about-section .say-about-wrapper .say-about-card .say-about-card-bottom .author p {
        color: var(--primary-color1);
        font-size: 15px;
        font-family: "Montserrat", sans-serif;
        line-height: 1;
        margin-bottom: 0;
    }

.say-about-section .say-about-wrapper .swiper-pagination2 {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

    .say-about-section .say-about-wrapper .swiper-pagination2 .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        border: 1px solid var(--primary-color1);
        background-color: transparent;
        opacity: 1;
        margin: 0;
    }

        .say-about-section .say-about-wrapper .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: var(--primary-color1);
            margin: 0;
        }

.article-card {
    border: 1px solid var(--primary-color1);
    overflow: hidden;
    position: relative;
}

    .article-card .article-image {
        position: relative;
    }

@media(max-width:991px) {
    .article-card .article-image {
        width: 100%;
    }
}

.article-card .article-image .article-card-img {
    position: relative;
    display: block;
}

@media(max-width:991px) {
    .article-card .article-image .article-card-img img {
        width: 100%;
    }
}

@media(max-width:576px) {
    .article-card .article-image .article-card-img.style-2 img {
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.article-card .article-image .blog-date {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

    .article-card .article-image .blog-date a {
        color: var(--white-color);
        font-size: 13px;
        font-family: "Montserrat", sans-serif;
        text-transform: capitalize;
        background-color: var(--primary-color1);
        padding: 5px 16px;
    }

.article-card .article-card-content {
    padding: 25px 20px;
}

@media(min-width:576px) and (max-width:768px) {
    .article-card .article-card-content {
        padding: 20px 15px;
    }
}

.article-card .article-card-content .tag {
    margin-bottom: 8px;
}

    .article-card .article-card-content .tag ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .article-card .article-card-content .tag ul li {
            position: relative;
        }

            .article-card .article-card-content .tag ul li::before {
                content: "-";
                position: absolute;
                left: -8px;
            }

            .article-card .article-card-content .tag ul li:first-child::before {
                display: none;
            }

            .article-card .article-card-content .tag ul li a {
                color: var(--text-color);
                font-size: 13px;
                font-family: "Montserrat", sans-serif;
                font-weight: 400;
                text-transform: capitalize;
                transition: .5s;
            }

                .article-card .article-card-content .tag ul li a:hover {
                    text-decoration: underline;
                }

.article-card .article-card-content h5 {
    margin-bottom: 15px;
}

    .article-card .article-card-content h5 a {
        color: var(--primary-color1);
        font-size: 22px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        line-height: 1.4;
        text-transform: capitalize;
    }

@media(min-width:992px) and (max-width:1199px) {
    .article-card .article-card-content h5 a {
        font-size: 18px;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .article-card .article-card-content h5 a {
        font-size: 18px;
    }
}

@media(max-width:576px) {
    .article-card .article-card-content h5 a {
        font-size: 20px;
    }
}

@media(max-width:576px) {
    .article-card .article-card-content h5 {
        margin-bottom: 15px;
    }
}

.article-card .article-card-content p {
    color: var(--primary-color1);
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: .45px;
    margin-bottom: 15px;
}

@media(min-width:992px) and (max-width:1199px) {
    .article-card .article-card-content p {
        font-size: 14px;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .article-card .article-card-content p {
        font-size: 13px;
    }
}

@media(max-width:576px) {
    .article-card .article-card-content p {
        font-size: 14px;
    }
}

.article-card .article-card-content > a {
    color: var(--primary-color1);
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: .48px;
    background: linear-gradient(to bottom,#222222 0%,#222222 98%);
    background-size: 100px 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size .75s;
}

    .article-card .article-card-content > a:hover {
        background-size: 0 1px;
        background-position: 0% 100%;
    }

.article-card .article-card-content.style-2 {
    padding: 25px 30px;
}

.article-card .article-card-content.style-3 {
    padding: 20px 35px;
}

@media(max-width:576px) {
    .article-card .article-card-content.style-3 {
        padding: 20px;
    }
}

.article-card:hover .article-card-img::before {
    transform-origin: left;
    animation: shine .75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.article-card.style-2 {
    display: flex;
    align-items: center;
}

@media(max-width:576px) {
    .article-card.style-2 {
        flex-direction: column;
    }
}

.article-card.style-2 .article-image {
    max-width: 245px;
    width: 100%;
}

@media(max-width:1399px) {
    .article-card.style-2 .article-image .article-card-img {
        width: 258px;
    }
}

@media(max-width:1199px) {
    .article-card.style-2 .article-image .article-card-img {
        width: unset;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .article-card.style-2 .article-image {
        max-width: 208px;
    }
}

@media(max-width:576px) {
    .article-card.style-2 .article-image {
        max-width: 100%;
    }
}

.article-card.style-2 .article-card-content {
    padding: 20px 25px;
}

@media(min-width:992px) and (max-width:1199px) {
    .article-card.style-2 .article-card-content {
        padding-right: 10px;
    }
}

@media(max-width:576px) {
    .article-card.style-2 .article-card-content {
        padding: 20px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .article-card.style-2 .article-card-content .tag {
        margin-bottom: 0;
    }
}

.article-card.style-2 .article-card-content .tag.two {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .article-card.style-2 .article-card-content .tag.two span {
        color: var(--text-color);
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 400;
        text-transform: capitalize;
    }

.article-card.style-2 .article-card-content h5 {
    margin-bottom: 10px;
}

@media(min-width:992px) and (max-width:1199px) {
    .article-card.style-2 .article-card-content h5 a {
        font-size: 16px;
    }
}

@media(max-width:576px) {
    .article-card.style-2 .article-card-content h5 a {
        font-size: 18px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .article-card.style-2 .article-card-content h5 {
        margin-bottom: 8px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .article-card.style-2 .article-card-content p {
        margin-bottom: 10px;
    }
}

@media(max-width:576px) {
    .article-card.style-2 .article-card-content p {
        margin-bottom: 10px;
    }
}

.article-card.style-3 {
    display: flex;
    align-items: center;
}

@media(max-width:576px) {
    .article-card.style-3 {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
}

.article-card.style-3 .article-card-img {
    width: 290px;
}

@media(max-width:576px) {
    .article-card.style-3 .article-card-img {
        width: 100%;
    }
}

.article-card.style-3 .article-card-img img {
    max-width: 290px;
}

@media(max-width:991px) {
    .article-card.style-3 .article-card-img img {
        width: unset;
    }
}

@media(max-width:576px) {
    .article-card.style-3 .article-card-img img {
        max-width: unset;
        width: 100%;
    }
}

.article-card.style-3 .article-card-content {
    padding: 0;
    padding: 20px 25px;
}

@media(min-width:576px) and (max-width:768px) {
    .article-card.style-3 .article-card-content {
        padding-right: 20px;
    }
}

@media(max-width:576px) {
    .article-card.style-3 .article-card-content {
        padding: 20px;
    }
}

.newsletter-section .newsletter-banner {
    background-image: linear-gradient(rgba(34,34,34,0.6999999881),rgba(34,34,34,0.6999999881)),url("../img/home1/newsletter-bg.png");
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 110px 10px;
}

    .newsletter-section .newsletter-banner .newsletter-content {
        text-align: center;
        max-width: 570px;
        width: 100%;
        margin: 0 auto;
    }

@media(min-width:576px) and (max-width:768px) {
    .newsletter-section .newsletter-banner .newsletter-content {
        max-width: 450px;
    }
}

@media(max-width:576px) {
    .newsletter-section .newsletter-banner .newsletter-content {
        max-width: 310px;
    }
}

.newsletter-section .newsletter-banner .newsletter-content h2 {
    color: var(--white-color);
    font-size: 30px;
    f font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 70px;
}

@media(min-width:576px) and (max-width:768px) {
    .newsletter-section .newsletter-banner .newsletter-content h2 {
        font-size: 25px;
        margin-bottom: 50px;
    }
}

@media(max-width:576px) {
    .newsletter-section .newsletter-banner .newsletter-content h2 {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

.newsletter-section .newsletter-banner .newsletter-content .from-inner {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--white-color);
    padding-bottom: 5px;
}

    .newsletter-section .newsletter-banner .newsletter-content .from-inner input, .newsletter-section .newsletter-banner .newsletter-content .from-inner .comment-section .contact-form textarea, .comment-section .contact-form .newsletter-section .newsletter-banner .newsletter-content .from-inner textarea, .newsletter-section .newsletter-banner .newsletter-content .from-inner .form-inner textarea, .form-inner .newsletter-section .newsletter-banner .newsletter-content .from-inner textarea {
        background: 0 0;
        border: none;
        outline: none;
        color: var(--white-color);
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        text-transform: capitalize;
        width: 100%;
    }

        .newsletter-section .newsletter-banner .newsletter-content .from-inner input::-moz-placeholder, .newsletter-section .newsletter-banner .newsletter-content .from-inner .comment-section .contact-form textarea::-moz-placeholder, .comment-section .contact-form .newsletter-section .newsletter-banner .newsletter-content .from-inner textarea::-moz-placeholder, .newsletter-section .newsletter-banner .newsletter-content .from-inner .form-inner textarea::-moz-placeholder, .form-inner .newsletter-section .newsletter-banner .newsletter-content .from-inner textarea::-moz-placeholder {
            color: var(--white-color);
        }

        .newsletter-section .newsletter-banner .newsletter-content .from-inner input::placeholder, .newsletter-section .newsletter-banner .newsletter-content .from-inner .comment-section .contact-form textarea::placeholder, .comment-section .contact-form .newsletter-section .newsletter-banner .newsletter-content .from-inner textarea::placeholder, .newsletter-section .newsletter-banner .newsletter-content .from-inner .form-inner textarea::placeholder, .form-inner .newsletter-section .newsletter-banner .newsletter-content .from-inner textarea::placeholder {
            color: var(--white-color);
        }

    .newsletter-section .newsletter-banner .newsletter-content .from-inner .from-arrow i {
        color: var(--white-color);
    }

.newsletter-section.style-2 .newsletter-banner {
    background-color: #f4f0d7;
    background-image: none;
    position: relative;
    border-radius: 10px;
}

    .newsletter-section.style-2 .newsletter-banner .top-left {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px 0 0 0;
    }

    .newsletter-section.style-2 .newsletter-banner .bottom-left {
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 0 0 0 10px;
    }

    .newsletter-section.style-2 .newsletter-banner .top-right {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 10px 0 0;
    }

    .newsletter-section.style-2 .newsletter-banner .bottom-right {
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 0 0 10px 0;
    }

    .newsletter-section.style-2 .newsletter-banner .newsletter-content h2 {
        color: var(--primary-color1);
    }

    .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner {
        border-bottom: 1px solid var(--primary-color1);
    }

        .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner input, .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner .comment-section .contact-form textarea, .comment-section .contact-form .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner textarea, .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner .form-inner textarea, .form-inner .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner textarea {
            color: var(--primary-color1);
        }

            .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner input::-moz-placeholder, .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner .comment-section .contact-form textarea::-moz-placeholder, .comment-section .contact-form .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner textarea::-moz-placeholder, .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner .form-inner textarea::-moz-placeholder, .form-inner .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner textarea::-moz-placeholder {
                color: var(--primary-color1);
            }

            .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner input::placeholder, .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner .comment-section .contact-form textarea::placeholder, .comment-section .contact-form .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner textarea::placeholder, .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner .form-inner textarea::placeholder, .form-inner .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner textarea::placeholder {
                color: var(--primary-color1);
            }

        .newsletter-section.style-2 .newsletter-banner .newsletter-content .from-inner .from-arrow i {
            color: var(--primary-color1);
        }

.instagram-section .instagram-wrapper {
    overflow: hidden;
}

    .instagram-section .instagram-wrapper img {
        width: 100%;
    }

.gift-section {
    background: #f5f3f1;
    position: relative;
}

    .gift-section .gift-img1 {
        position: absolute;
        left: 60px;
        top: 50%;
        transform: translateY(-50%);
    }

@media(min-width:1200px) and (max-width:1399px) {
    .gift-section .gift-img1 {
        left: 15px;
    }
}

@media(max-width:1199px) {
    .gift-section .gift-img1 {
        display: none;
    }
}

.gift-section .gift-img2 {
    position: absolute;
    right: 85px;
    top: 50%;
    transform: translateY(-50%);
}

@media(min-width:1400px) and (max-width:1599px) {
    .gift-section .gift-img2 {
        right: 65px;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .gift-section .gift-img2 {
        right: 5px;
    }
}

@media(max-width:1199px) {
    .gift-section .gift-img2 {
        display: none;
    }
}

.gift-section .gift-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 55px 0;
}

@media(min-width:1400px) and (max-width:1599px) {
    .gift-section .gift-wrapper {
        justify-content: center;
        gap: 70px;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .gift-section .gift-wrapper {
        justify-content: center;
        gap: 50px;
    }
}

@media(max-width:991px) {
    .gift-section .gift-wrapper {
        gap: 20px;
    }
}

@media(max-width:767px) {
    .gift-section .gift-wrapper {
        flex-direction: column;
    }
}

.gift-section .gift-wrapper h5 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.gift-section .gift-wrapper .gift-card-content {
    position: relative;
}

    .gift-section .gift-wrapper .gift-card-content::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: var(--primary-color1);
        left: -40px;
        top: 50%;
        transform: translateY(-50%);
    }

@media(min-width:1400px) and (max-width:1599px) {
    .gift-section .gift-wrapper .gift-card-content::before {
        left: -30px;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .gift-section .gift-wrapper .gift-card-content::before {
        left: -30px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .gift-section .gift-wrapper .gift-card-content::before {
        left: -25px;
    }
}

@media(max-width:991px) {
    .gift-section .gift-wrapper .gift-card-content::before {
        display: none;
    }
}

.gift-section .gift-wrapper .gift-card-content p {
    max-width: 465px;
    width: 100%;
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .48px;
    text-transform: capitalize;
    margin: 0;
}

@media(min-width:768px) and (max-width:991px) {
    .gift-section .gift-wrapper .gift-card-content p {
        max-width: 300px;
    }
}

@media(max-width:767px) {
    .gift-section .gift-wrapper .gift-card-content p {
        text-align: center;
    }
}

.gift-section .gift-wrapper .primary-btn1 {
    padding: 10px 30px;
}

@media(min-width:768px) and (max-width:991px) {
    .gift-section .gift-wrapper .primary-btn1 {
        padding: 8px 20px;
    }
}

.footer-section {
    background-color: #ddebdf;
    position: relative;
    border-top: 1px solid #e6e6e6;
}

    .footer-section .vector1 {
        position: absolute;
        top: 0;
        right: 0;
    }

    .footer-section .vector2 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: .03;
    }

    .footer-section .vector3 {
        position: absolute;
        bottom: 0;
        left: 0;
    }

@media(max-width:767px) {
    .footer-section .vector3 {
        display: none;
    }
}

.footer-section {
    background: #fff url(../images/footerbg-texture.png);
    position: relative;
    border-top: 1px solid #e6e6e6;
    background-size: contain;
    background-repeat: repeat;
}

    .footer-section .footer-top {
        padding: 54px 0 24px 0;
    }

@media(max-width:991px) {
    .footer-section .footer-top {
        padding: 90px 0;
    }
}

@media(max-width:576px) {
    .footer-section .footer-top {
        padding: 70px 0;
    }
}

.footer-section .footer-top .footer-widget h3 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    text-transform: capitalize;
    max-width: 205px;
    width: 100%;
    margin-bottom: 35px;
}

    .footer-section .footer-top .footer-widget h3 span {
        font-size: 25px;
        font-weight: 400;
    }

@media(max-width:576px) {
    .footer-section .footer-top .footer-widget h3 {
        max-width: unset;
    }
}

.footer-section .footer-top .footer-widget .primary-btn1 {
    padding: 8px 25px;
}

.footer-section .footer-top .footer-widget .widget-title h5 {
    color: #2a2a2a;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .66px;
    margin-bottom: 20px;
}

.footer-section .footer-top .footer-widget .widget-title.style-2 h5 {
    margin-bottom: 22px;
}

.footer-section .footer-top .footer-widget .widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-section .footer-top .footer-widget .widget-list li {
        margin-bottom: 10px;
        transition: .5s;
    }

        .footer-section .footer-top .footer-widget .widget-list li:last-child {
            margin-bottom: 0;
        }

        .footer-section .footer-top .footer-widget .widget-list li a {
            color: rgb(0 0 0);
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 1;
            letter-spacing: .32px;
            transition: .5s;
        }

        .footer-section .footer-top .footer-widget .widget-list li:hover a {
            color: var(--primary-color1);
        }

.footer-section .footer-top .footer-widget p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}

.footer-section .footer-top .footer-widget .app-store {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section .footer-top .footer-widget .app-store {
        flex-wrap: wrap;
    }
}

.footer-section .footer-top .footer-widget .payment-gateway p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .32px;
    margin-bottom: 25px;
}

.footer-section .footer-top .footer-widget .payment-gateway .icons {
    display: flex;
    align-items: center;
    gap: 32px;
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section .footer-top .footer-widget .payment-gateway .icons {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.footer-section .footer-bottom {
    border-top: 1px solid #d0d0d0;
    padding: 0px 0;
}

    .footer-section .footer-bottom .footer-left p {
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: .42px;
        margin-bottom: 0;
    }

        .footer-section .footer-bottom .footer-left p a {
            color: var(--primary-color1);
            font-weight: 500;
            /*text-decoration: underline;*/
        }

@media(max-width:576px) {
    .footer-section .footer-bottom .footer-left p {
        text-align: center;
    }
}

.link_follow {
    margin-top: 10px;
}

    .link_follow ul li {
        display: inline-block;
        margin-right: 7px;
    }

        .link_follow ul li a {
            width: 35px;
            height: 35px;
            line-height: 35px;
            font-size: 18px;
            display: block;
            text-align: center;
            border: 1px solid #42474a;
            border-radius: 50%;
            color: #000;
        }

.footer-section .footer-bottom .footer-contact {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .footer-section .footer-bottom .footer-contact .icon svg {
        fill: #212121;
    }

    .footer-section .footer-bottom .footer-contact .content p {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: .39px;
        margin-bottom: 5px;
    }

    .footer-section .footer-bottom .footer-contact .content h6 a {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: .54px;
    }

.footer-section.style-2 {
    background-image: url(../img/home2/footer-bg.png);
}

    .footer-section.style-2 .footer-top .pr-25 {
        padding-right: 25px;
    }

@media(min-width:1200px) and (max-width:1399px) {
    .footer-section.style-2 .footer-top .pr-25 {
        padding-right: 20px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section.style-2 .footer-top .pr-25 {
        padding-right: 0;
    }
}

.footer-section.style-2 .footer-top .footer-widget h3 {
    font-size: 27px;
    max-width: unset;
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section.style-2 .footer-top .footer-widget h3 {
        margin-bottom: 30px;
    }
}

.footer-section.style-2 .footer-top .footer-widget > p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .32px;
}

@media(min-width:992px) and (max-width:1199px) {
    .footer-section.style-2 .footer-top .footer-widget > p {
        font-size: 15px;
    }
}

.footer-section.style-2 .footer-top .footer-widget .from-inner {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--primary-color1);
    padding-bottom: 5px;
}

    .footer-section.style-2 .footer-top .footer-widget .from-inner:focus {
        border: 1px solid #ddd;
    }

    .footer-section.style-2 .footer-top .footer-widget .from-inner input, .footer-section.style-2 .footer-top .footer-widget .from-inner .comment-section .contact-form textarea, .comment-section .contact-form .footer-section.style-2 .footer-top .footer-widget .from-inner textarea, .footer-section.style-2 .footer-top .footer-widget .from-inner .form-inner textarea, .form-inner .footer-section.style-2 .footer-top .footer-widget .from-inner textarea {
        background: 0 0;
        border: none;
        outline: none;
        color: var(--primary-color1);
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        text-transform: capitalize;
        width: 100%;
    }

        .footer-section.style-2 .footer-top .footer-widget .from-inner input::-moz-placeholder, .footer-section.style-2 .footer-top .footer-widget .from-inner .comment-section .contact-form textarea::-moz-placeholder, .comment-section .contact-form .footer-section.style-2 .footer-top .footer-widget .from-inner textarea::-moz-placeholder, .footer-section.style-2 .footer-top .footer-widget .from-inner .form-inner textarea::-moz-placeholder, .form-inner .footer-section.style-2 .footer-top .footer-widget .from-inner textarea::-moz-placeholder {
            color: var(--primary-color1);
        }

        .footer-section.style-2 .footer-top .footer-widget .from-inner input::placeholder, .footer-section.style-2 .footer-top .footer-widget .from-inner .comment-section .contact-form textarea::placeholder, .comment-section .contact-form .footer-section.style-2 .footer-top .footer-widget .from-inner textarea::placeholder, .footer-section.style-2 .footer-top .footer-widget .from-inner .form-inner textarea::placeholder, .form-inner .footer-section.style-2 .footer-top .footer-widget .from-inner textarea::placeholder {
            color: var(--primary-color1);
        }

    .footer-section.style-2 .footer-top .footer-widget .from-inner .from-arrow svg {
        fill: var(--primary-color1);
    }

.breadcrumb-section {
    background-color: rgba(34,34,34,.0500000007);
    padding: 20px 0;
}

.breadcrumb-section {
    background-image: url('../images/brecu-top-img.png');
    background-repeat: repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .breadcrumb-section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.75;
        z-index: -1;
    }

    .breadcrumb-section .breadcrumb {
        margin-bottom: 0;
        justify-content: center;
    }

    .breadcrumb-section nav h4 {
        text-align: center;
        font-size: 18px;
        color: #f9f9f9;
    }

    .breadcrumb-section .breadcrumb .breadcrumb-item {
        line-height: 1;
        color: var(--text-color2);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

        .breadcrumb-section .breadcrumb .breadcrumb-item a {
            color: #ffffff;
            font-family: "Montserrat", sans-serif;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: capitalize;
        }

        .breadcrumb-section .breadcrumb .breadcrumb-item.active {
            color: #ffffff;
        }

    .breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: .5rem;
        color: #ffffff;
        content: "\f285";
        font-family: bootstrap-icons !important;
        font-size: 13px;
        padding-top: 5px;
    }

@media(max-width:576px) {
    .slider .slider-btn {
        display: none;
    }
}

.about-us-content .about-us-wrapper {
    /* text-align: left; */
}

    .about-us-content .about-us-wrapper h1 {
        color: var(--primary-color1);
        /* text-align: center; */
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: 1.5px;
        text-transform: capitalize;
        margin-bottom: 16px;
    }

@media(max-width:1199px) {
    .about-us-content .about-us-wrapper h1 {
        font-size: 45px;
    }
}

@media(max-width:767px) {
    .about-us-content .about-us-wrapper h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
}

@media(max-width:576px) {
    .about-us-content .about-us-wrapper h1 {
        font-size: 25px;
    }
}

.about-us-content .about-us-wrapper p {
    color: var(--primary-color1);
    /* text-align: center; */
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .48px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media(max-width:576px) {
    .about-us-content .about-us-wrapper p {
        font-size: 15px;
    }
}

.about-us-content .about-us-wrapper p {
    margin-bottom: 10px;
}

.about-us-video .about-video-thumb {
    position: relative;
}

    .about-us-video .about-video-thumb a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(34,34,34,.5);
    }

        .about-us-video .about-video-thumb a i {
            font-size: 60px;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            color: var(--primary-color1);
            background-color: var(--white-color);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .5s;
        }

@media(max-width:991px) {
    .about-us-video .about-video-thumb a i {
        width: 80px;
        height: 80px;
        font-size: 45px;
    }
}

@media(max-width:767px) {
    .about-us-video .about-video-thumb a i {
        width: 70px;
        height: 70px;
        font-size: 40px;
    }
}

@media(max-width:576px) {
    .about-us-video .about-video-thumb a i {
        width: 60px;
        height: 60px;
        font-size: 35px;
    }
}

.about-us-video .about-video-thumb a i:hover {
    background-color: var(--primary-color1);
    color: var(--white-color);
}

.brands-section .brands-section-title p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .39px;
    text-transform: capitalize;
    position: relative;
    margin-left: 40px;
    margin-bottom: 10px;
}

    .brands-section .brands-section-title p::before {
        content: "";
        position: absolute;
        width: 35px;
        height: 1px;
        background-color: var(--primary-color1);
        left: -40px;
        top: 50%;
        transform: translateY(-50%);
    }

.brands-section .brands-section-title h1 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.35px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.brands-section .border-remove {
    position: relative;
}

    .brands-section .border-remove::before {
        content: "";
        width: 2px;
        height: 100%;
        background-color: var(--white-color);
        position: absolute;
        left: 0;
        top: 0;
    }

    .brands-section .border-remove::after {
        content: "";
        width: 2px;
        height: 100%;
        background-color: var(--white-color);
        position: absolute;
        right: 0;
        top: 0;
    }

    .brands-section .border-remove .client-logo {
        border: 1px solid #eee;
        text-align: center;
        padding: 60px 0;
    }

.gift-card .gift-card-img {
    position: relative;
    transform: .5s;
}

    .gift-card .gift-card-img img {
        width: 100%;
    }

    .gift-card .gift-card-img .add-card-btn {
        padding: 9px 25px;
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        background-color: var(--white-color);
        border: 1px solid var(--primary-color1);
        position: absolute;
        left: 50%;
        bottom: 25px;
        transform: scaleY(0) translateX(-50%);
        transform-origin: bottom;
        transition: .5s;
        overflow: hidden;
        z-index: 1;
    }

        .gift-card .gift-card-img .add-card-btn::before {
            position: absolute;
            content: "";
            display: block;
            opacity: 0;
            left: 15%;
            right: -20%;
            top: -4%;
            height: 150%;
            width: 150%;
            bottom: 0;
            border-radius: 2px;
            background-color: var(--primary-color1);
            transform: skewX(45deg) scale(0,1);
            z-index: -1;
            transition: all .5s ease-out 0s;
        }

        .gift-card .gift-card-img .add-card-btn:hover {
            color: var(--white-color);
        }

            .gift-card .gift-card-img .add-card-btn:hover::before {
                transform: skewX(45deg) scale(1,1);
                opacity: 1;
            }

    .gift-card .gift-card-img .favorite {
        background-color: var(--primary-color1);
        width: 41px;
        height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 15px;
        top: 15px;
        transition: .5s;
        transform: scaleX(0);
        transform-origin: right;
        cursor: pointer;
    }

        .gift-card .gift-card-img .favorite svg {
            fill: var(--white-color);
            transition: .5s;
        }

        .gift-card .gift-card-img .favorite:hover {
            background-color: var(--white-color);
        }

            .gift-card .gift-card-img .favorite:hover svg {
                fill: var(--primary-color1);
            }

    .gift-card .gift-card-img:hover .add-card-btn {
        transform: scaleY(1) translateX(-50%);
    }

    .gift-card .gift-card-img:hover .favorite {
        transform: scaleX(1);
    }

.gift-card .gift-card-content {
    text-align: center;
    padding-top: 30px;
}

@media(max-width:767px) {
    .gift-card .gift-card-content {
        padding-top: 25px;
    }
}

@media(max-width:576px) {
    .gift-card .gift-card-content {
        padding-top: 20px;
    }
}

.gift-card .gift-card-content h5 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

@media(max-width:576px) {
    .gift-card .gift-card-content h5 {
        margin-bottom: 5px;
    }
}

.gift-card .gift-card-content span {
    color: rgba(33,33,33,.6000000238);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.add-cart-btn {
    color: var(--white-color);
    background-color: var(--primary-color1);
    padding: 6px 25px;
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    border: 1px solid var(--primary-color1);
    white-space: nowrap;
}

.add-cart-btn2 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--white-color);
    padding: 4px 24px;
    display: flex;
    align-items: baseline;
    gap: 7px;
    border: 1px solid var(--primary-color1);
    white-space: nowrap;
}

.cart-btn-area {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 20px;
}

.add-cart-btn2.round {
    border-radius: 100px;
}

.whistlist-section .whistlist-table .eg-table2 {
    width: 100%;
}

    .whistlist-section .whistlist-table .eg-table2 thead tr {
        border-bottom: 1px solid #e9e7e7;
    }

        .whistlist-section .whistlist-table .eg-table2 thead tr th {
            padding-bottom: 20px;
            color: var(--primary-color1);
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: .54px;
            text-transform: capitalize;
        }

            .whistlist-section .whistlist-table .eg-table2 thead tr th:nth-child(3), .whistlist-section .whistlist-table .eg-table2 thead tr th:nth-child(4), .whistlist-section .whistlist-table .eg-table2 thead tr th:nth-child(5) {
                text-align: center;
            }

@media(max-width:767px) {
    .whistlist-section .whistlist-table .eg-table2 thead tr th {
        display: none;
    }
}

.whistlist-section .whistlist-table .eg-table2 tbody tr {
    border-bottom: 1px solid #e9e7e7;
}

    .whistlist-section .whistlist-table .eg-table2 tbody tr td {
        padding: 30px 15px;
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: .45px;
        text-transform: capitalize;
        margin-bottom: 0;
    }

        .whistlist-section .whistlist-table .eg-table2 tbody tr td .delete-icon {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background-color: #f6f6f6;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: .5s;
        }

@media(max-width:576px) {
    .whistlist-section .whistlist-table .eg-table2 tbody tr td .delete-icon {
        width: 32px;
        height: 32px;
    }
}

.whistlist-section .whistlist-table .eg-table2 tbody tr td .delete-icon i {
    font-size: 20px;
}

@media(max-width:576px) {
    .whistlist-section .whistlist-table .eg-table2 tbody tr td .delete-icon i {
        font-size: 16px;
    }
}

.whistlist-section .whistlist-table .eg-table2 tbody tr td .delete-icon:hover {
    background-color: var(--primary-color1);
    color: var(--white-color);
}

@media(max-width:767px) {
    .whistlist-section .whistlist-table .eg-table2 tbody tr td .delete-icon {
        margin-left: auto;
    }
}

.whistlist-section .whistlist-table .eg-table2 tbody tr td .price {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .45px;
    text-transform: capitalize;
    margin-bottom: 0;
}

    .whistlist-section .whistlist-table .eg-table2 tbody tr td .price del {
        color: rgba(34,34,34,.6000000238);
        font-weight: 500;
    }

.whistlist-section .whistlist-table .eg-table2 tbody tr td span {
    color: #2b8872;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .32px;
    text-transform: capitalize;
    white-space: nowrap;
}

.whistlist-section .whistlist-table .eg-table2 tbody tr td .quantity-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media(max-width:767px) {
    .whistlist-section .whistlist-table .eg-table2 tbody tr td .quantity-counter {
        justify-content: flex-end;
    }
}

.whistlist-section .whistlist-table .eg-table2 tbody tr td .quantity-counter a {
    width: 40px;
    height: 40px;
    background-color: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color1);
}

.whistlist-section .whistlist-table .eg-table2 tbody tr td .quantity-counter .quantity__input {
    max-width: 58px;
    width: 100%;
    height: 40px;
    border: 1px solid var(--primary-color1);
    text-align: center;
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .48px;
}

    .whistlist-section .whistlist-table .eg-table2 tbody tr td .quantity-counter .quantity__input:focus {
        border: 1px solid #ddd;
    }

.whistlist-section .whistlist-table .eg-table2 tbody tr td .quantity-counter.two a {
    height: 30px;
}

.whistlist-section .whistlist-table .eg-table2 tbody tr td .quantity-counter.two .quantity__input {
    height: 30px;
}

.whistlist-section .whistlist-table .eg-table2 tbody tr td:nth-child(3), .whistlist-section .whistlist-table .eg-table2 tbody tr td:nth-child(4), .whistlist-section .whistlist-table .eg-table2 tbody tr td:nth-child(5) {
    text-align: center;
}

@media(max-width:767px) {
    .whistlist-section .whistlist-table .eg-table2 tbody tr td:nth-child(3), .whistlist-section .whistlist-table .eg-table2 tbody tr td:nth-child(4), .whistlist-section .whistlist-table .eg-table2 tbody tr td:nth-child(5) {
        text-align: end;
    }
}

@media(max-width:767px) {
    .whistlist-section .whistlist-table .eg-table2 tbody tr td {
        display: block;
        width: 100%;
        text-align: right;
        position: relative;
        padding: 15px;
    }

        .whistlist-section .whistlist-table .eg-table2 tbody tr td::before {
            content: attr(data-label);
            position: absolute;
            left: 15px;
            color: var(--primary-color1);
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            text-transform: capitalize;
        }
}

@media(max-width:576px) {
    .whistlist-section .whistlist-table .eg-table2 tbody tr td {
        padding-left: 40%;
    }
}

.whistlist-section .whistlist-table .eg-table2 tbody tr .table-product {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .whistlist-section .whistlist-table .eg-table2 tbody tr .table-product .product-img img {
        width: 100px;
        height: 100px;
    }

    .whistlist-section .whistlist-table .eg-table2 tbody tr .table-product .product-content h6 {
        margin-bottom: 0;
    }

        .whistlist-section .whistlist-table .eg-table2 tbody tr .table-product .product-content h6 a {
            color: var(--primary-color1);
            font-family: "Montserrat", sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: .6px;
            text-transform: capitalize;
        }

@media(max-width:576px) {
    .whistlist-section .whistlist-table .eg-table2 tbody tr .table-product .product-content h6 a {
        font-size: 18px;
    }
}

@media(max-width:767px) {
    .whistlist-section .whistlist-table .eg-table2 tbody tr .table-product {
        justify-content: flex-end;
    }
}

@media(max-width:576px) {
    .whistlist-section .whistlist-table .eg-table2 tbody tr .table-product {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media(max-width:767px) {
    .whistlist-section .whistlist-table .eg-table2 tbody tr {
        display: block;
        width: 100%;
    }
}

.whistlist-section .coupon-area .cart-coupon-input h5 {
    font-weight: 700;
    font-size: 22px;
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    margin-bottom: 25px;
}

.whistlist-section .coupon-area .cart-coupon-input .form-inner {
    position: relative;
}

    .whistlist-section .coupon-area .cart-coupon-input .form-inner input, .whistlist-section .coupon-area .cart-coupon-input .form-inner textarea {
        height: 49px;
    }

    .whistlist-section .coupon-area .cart-coupon-input .form-inner button {
        position: absolute;
        top: 0;
        right: 0;
    }

    .whistlist-section .coupon-area .cart-coupon-input .form-inner .primary-btn1 {
        padding: 10px 30px;
    }

@media(min-width:992px) and (max-width:1199px) {
    .whistlist-section .coupon-area .cart-coupon-input .form-inner .primary-btn1 {
        padding: 10px 20px;
    }
}

.whistlist-section .cart-table {
    width: 100%;
    border: 1px solid #e9e7e7;
    margin-bottom: 40px;
}

    .whistlist-section .cart-table thead tr {
        border-bottom: 1px solid #e9e7e7;
    }

        .whistlist-section .cart-table thead tr th {
            border: 1px solid #e9e7e7;
            padding: 15px;
            color: var(--primary-color1);
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            font-weight: 600;
            line-height: normal;
            letter-spacing: .54px;
            text-transform: capitalize;
            text-align: center;
        }

    .whistlist-section .cart-table tbody tr {
        border-bottom: 1px solid #e9e7e7;
    }

        .whistlist-section .cart-table tbody tr td {
            border: 1px solid #e9e7e7;
            padding: 15px;
            color: var(--primary-color1);
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: normal;
            letter-spacing: .45px;
            text-transform: capitalize;
            margin-bottom: 0;
            vertical-align: top;
        }

@media(max-width:576px) {
    .whistlist-section .cart-table tbody tr td {
        padding: 10px;
    }
}

.whistlist-section .cart-table tbody tr td:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

@media(max-width:576px) {
    .whistlist-section .cart-table tbody tr td:nth-child(1) {
        font-size: 16px;
    }
}

.whistlist-section .cart-table tbody tr td:nth-child(3) {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.whistlist-section .cart-table tbody tr td .cost-list li {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: var(--text-color2);
    margin-bottom: 10px;
    line-height: 1.6;
}

@media(max-width:576px) {
    .whistlist-section .cart-table tbody tr td .cost-list li {
        font-size: 13px;
    }
}

.whistlist-section .cart-table tbody tr td .cost-list li a {
    color: var(--primary-color1);
    font-weight: 500;
    text-decoration: underline;
}

.whistlist-section .cart-table tbody tr td .single-cost li {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color1);
    margin-bottom: 10px;
    line-height: 1.6;
}

.category-card {
    border: 1px solid var(--primary-color1);
    transition: .5s;
}

    .category-card .category-card-img {
        padding: 15px;
    }

@media(max-width:991px) {
    .category-card .category-card-img img {
        width: 100%;
    }
}

.category-card .category-card-content {
    border-top: 1px solid var(--primary-color1);
    transition: .75s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .category-card .category-card-content a {
        text-align: center;
        padding: 20px 0;
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: .6px;
        text-transform: capitalize;
        margin-bottom: 0;
        display: block;
        transition: .5s;
    }

    .category-card .category-card-content::after {
        position: absolute;
        content: "";
        display: block;
        left: -25%;
        right: 0%;
        top: -4%;
        height: 150%;
        width: 150%;
        bottom: 0;
        background-color: var(--primary-color1);
        transform-origin: right;
        transform: skewX(-45deg) scale(0,1);
        z-index: -1;
        transition: transform .75s;
    }

.category-card:hover .category-card-content a {
    color: var(--white-color);
}

.category-card:hover .category-card-content::after {
    transform: skewX(-45deg) scale(1,1);
    transform-origin: left;
}

.category-card.style-2 {
    border-radius: 265px 265px 10px 10px;
    transition: .5s ease-in-out;
}

    .category-card.style-2 .category-card-img {
        padding: 8px;
        border-radius: 265px 265px 10px 10px;
        transition: .5s ease-in-out;
    }

        .category-card.style-2 .category-card-img img {
            border-radius: 265px 265px 10px 10px;
            transition: .5s ease-in-out;
        }

    .category-card.style-2 .category-card-content a {
        font-size: 17px;
        font-weight: 500;
        padding: 14px 0;
    }

    .category-card.style-2:hover {
        border-radius: 0;
    }

        .category-card.style-2:hover .category-card-img {
            border-radius: 0;
        }

            .category-card.style-2:hover .category-card-img img {
                border-radius: 0;
            }

.category-section .category-section-title p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .39px;
    text-transform: capitalize;
    position: relative;
    margin-left: 60px;
    margin-bottom: 10px;
}

    .category-section .category-section-title p::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 1px;
        background-color: var(--primary-color1);
        left: -60px;
        top: 50%;
        transform: translateY(-50%);
    }

.category-section .category-section-title h1 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.35px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.category-section .load-more-btn {
    text-align: center;
}

.hover-img {
    position: relative;
    overflow: hidden;
}

    .hover-img::before {
        content: "";
        background: rgba(255,255,255,.2);
        position: absolute;
        left: -75%;
        top: 0;
        height: 100%;
        width: 50%;
        transform: skewX(-25deg);
        transform-origin: right;
        transition: transform .4s ease-in;
    }

    .hover-img:hover::before {
        transform-origin: left;
        animation: shine .75s;
    }

@keyframes shine {
    100% {
        left: 125%;
    }
}

.hover-img.style-2::before {
    width: 45%;
}

.category-on-top-section {
    background-color: #fff;
    padding: 30px 0;
    position: relative;
}

    .category-on-top-section .ct-vector1 {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .category-on-top-section .ct-vector2 {
        position: absolute;
        right: 0;
        top: 0;
    }

    .category-on-top-section .nav-pills {
        display: flex;
        align-items: center;
    }

        .category-on-top-section .nav-pills .nav-link {
            background: linear-gradient(0deg, #000000 0%, #5a5a64 100%);
            border: 0px solid rgb(207 72 72 / 20%);
            padding: 9px;
            width: 130px;
            height: 130px;
            border-radius: 50%;
            margin: 0 auto;
            box-shadow: 0px 0px 9px #685f5f69;
        }

@media(max-width:991px) {
    .category-on-top-section .nav-pills .nav-link {
        width: 150px;
        height: 150px;
        padding: 10px;
    }
}

.category-on-top-section .nav-pills .nav-link img {
    width: 113px;
    height: 113px;
    border-radius: 50%;
}

@media(max-width:991px) {
    .category-on-top-section .nav-pills .nav-link img {
        width: 130px;
        height: 130px;
    }
}

.category-on-top-section .nav-pills .nav-link.active {
    border: 1px solid var(--primary-color1);
}

.category-on-top-section .nav-pills h6 {
    color: var(--primary-color1);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .6px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 15px;
}

.category-on-top-section .slider-btn {
    display: block;
}

@media(max-width:1199px) {
    .category-on-top-section .slider-btn {
        display: none;
    }
}

.category-on-top-section .slider-btn .ct-top-prev-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
}

@media(max-width:1700px) {
    .category-on-top-section .slider-btn .ct-top-prev-btn {
        left: -50px;
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .category-on-top-section .slider-btn .ct-top-prev-btn {
        left: -30px;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .category-on-top-section .slider-btn .ct-top-prev-btn {
        left: -20px;
    }
}

.category-on-top-section .slider-btn .ct-top-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5%;
}

@media(max-width:1700px) {
    .category-on-top-section .slider-btn .ct-top-next-btn {
        right: -50px;
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .category-on-top-section .slider-btn .ct-top-next-btn {
        right: -30px;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .category-on-top-section .slider-btn .ct-top-next-btn {
        right: -20px;
    }
}

.filter-sidebar {
    max-width: 410px;
    background-color: var(--white-color);
    padding: 30px 20px;
    position: fixed;
    min-height: 100vh;
    height: 100%;
    left: 0;
    z-index: 999;
    top: 0;
    overflow-y: scroll;
    border-left: 1px solid rgba(255,255,255,.3);
    box-shadow: 0 4px 30px 0 rgba(0,0,0,.15);
    transition: all .6s ease 0s;
    transform-origin: left;
    transform: translateX(-100%);
}

@media(max-width:576px) {
    .filter-sidebar {
        max-width: 300px;
        padding: 30px 10px;
    }
}

.filter-sidebar.slide {
    transform: translate(0);
}

.filter-sidebar::-webkit-scrollbar {
    width: 0;
}

.shop-columns-title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width:767px) {
    .shop-columns-title-section {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media(max-width:576px) {
    .shop-columns-title-section {
        flex-direction: column;
        align-items: flex-start;
    }
}

.shop-columns-title-section p {
    color: rgba(34,34,34,.5);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
}

.shop-columns-title-section .filter-selector {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

@media(max-width:576px) {
    .shop-columns-title-section .filter-selector {
        justify-content: space-between;
        width: 100%;
    }
}

.shop-columns-title-section .filter-selector .filter {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 20px;
    cursor: pointer;
}

    .shop-columns-title-section .filter-selector .filter .filter-icon {
        cursor: pointer;
        line-height: 1;
        transition: .5s;
    }

        .shop-columns-title-section .filter-selector .filter .filter-icon img {
            width: 20px;
            height: 20px;
        }

        .shop-columns-title-section .filter-selector .filter .filter-icon svg {
            fill: var(--primary-color1);
            transition: .5s;
        }

    .shop-columns-title-section .filter-selector .filter:hover .filter-icon svg {
        fill: var(--text-color2);
    }

    .shop-columns-title-section .filter-selector .filter span {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .3px;
    }

.shop-columns-title-section .filter-selector .selector {
    margin-right: 20px;
}

@media(max-width:767px) {
    .shop-columns-title-section .filter-selector .selector {
        margin-right: 0;
    }
}

.shop-columns-title-section .filter-selector .selector .nice-select {
    width: 270px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid var(--primary-color1);
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 25px;
    display: flex;
    align-items: center;
}

    .shop-columns-title-section .filter-selector .selector .nice-select:focus {
        border: 1px solid #ddd;
    }

@media(max-width:576px) {
    .shop-columns-title-section .filter-selector .selector .nice-select {
        width: 270px;
        height: 35px;
    }
}

.shop-columns-title-section .filter-selector .selector .nice-select::after {
    border-bottom: 2px solid var(--primary-color1);
    border-right: 2px solid var(--primary-color1);
    width: 8px;
    height: 8px;
    right: 28px;
    top: 48%;
}

@media(max-width:576px) {
    .shop-columns-title-section .filter-selector .selector .nice-select::after {
        width: 8px;
        height: 8px;
        top: 45%;
    }
}

.shop-columns-title-section .filter-selector .selector .nice-select.open .list {
    width: 100%;
}

    .shop-columns-title-section .filter-selector .selector .nice-select.open .list .option {
        padding-left: 25px;
    }

.shop-columns-title-section .filter-selector .selector.two {
    padding-right: 15px;
}

@media(max-width:991px) {
    .shop-columns-title-section .filter-selector .selector.two {
        margin: 0;
    }
}

.shop-columns-title-section .filter-selector .selector.two .nice-select {
    border: unset;
    height: unset;
    line-height: 1;
    width: 120px;
    padding: 0;
}

@media(max-width:991px) {
    .shop-columns-title-section .filter-selector .selector.two .nice-select {
        width: 100%;
        border: 1px solid #222;
        padding: 10px 40px 10px 20px;
    }
}

.shop-columns-title-section .filter-selector .selector.two .nice-select::after {
    right: -15px;
}

@media(max-width:991px) {
    .shop-columns-title-section .filter-selector .selector.two .nice-select::after {
        right: 22px;
    }
}

.shop-columns-title-section .filter-selector .selector.two .nice-select.open .list {
    margin-top: 25px;
    width: unset;
}

@media(max-width:991px) {
    .shop-columns-title-section .filter-selector .selector.two .nice-select.open .list {
        left: unset;
        right: 0;
    }
}

@media(max-width:576px) {
    .shop-columns-title-section .filter-selector .selector.two .nice-select.open .list {
        right: unset;
        left: 0;
    }
}

.shop-columns-title-section .filter-selector .grid-view {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media(max-width:767px) {
    .shop-columns-title-section .filter-selector .grid-view {
        display: none;
    }
}

.shop-columns-title-section .filter-selector .grid-view li {
    line-height: 1;
    cursor: pointer;
}

    .shop-columns-title-section .filter-selector .grid-view li img {
        width: auto;
        height: 26px;
    }

    .shop-columns-title-section .filter-selector .grid-view li svg {
        fill: rgba(34,34,34,.4);
    }

    .shop-columns-title-section .filter-selector .grid-view li.active svg {
        fill: var(--primary-color1);
    }

@media(min-width:768px) and (max-width:991px) {
    .shop-columns-title-section .filter-selector .grid-view li.column-4 {
        display: none;
    }
}

.shop-pagination .pagination-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .shop-pagination .pagination-list li {
        margin-right: 20px;
    }

        .shop-pagination .pagination-list li .shop-pagi-btn {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            border: 1px solid var(--primary-color1);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .5s;
        }

            .shop-pagination .pagination-list li .shop-pagi-btn i {
                color: var(--primary-color1);
                transition: .5s;
            }

            .shop-pagination .pagination-list li .shop-pagi-btn:hover {
                background-color: var(--primary-color1);
            }

                .shop-pagination .pagination-list li .shop-pagi-btn:hover i {
                    color: var(--white-color);
                }

        .shop-pagination .pagination-list li a {
            color: rgba(34,34,34,.5);
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            font-weight: 500;
            line-height: 1;
            text-transform: capitalize;
        }

            .shop-pagination .pagination-list li a.active {
                color: var(--text-color);
            }

        .shop-pagination .pagination-list li:first-child {
            margin-right: 30px;
        }

        .shop-pagination .pagination-list li:last-child {
            padding-left: 10px;
            margin-right: 0;
        }

.shop-5-columns-section .shop-5-columns {
    padding: 0 10%;
}

@media(min-width:1400px) and (max-width:1599px) {
    .shop-5-columns-section .shop-5-columns {
        padding: 0 2%;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .shop-5-columns-section .shop-5-columns {
        padding: 0 2%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-5-columns-section .shop-5-columns {
        padding: 0 2%;
    }
}

@media(max-width:991px) {
    .shop-5-columns-section .shop-5-columns {
        padding: 0;
    }
}

.list-grid-product-wrap.column-2-wrapper .item {
    width: 50%;
}

@media(max-width:767px) {
    .list-grid-product-wrap.column-2-wrapper .item {
        display: none;
    }
}

.list-grid-product-wrap.column-3-wrapper .item {
    width: 33.33%;
}

@media(max-width:767px) {
    .list-grid-product-wrap.column-3-wrapper .item {
        display: none;
    }
}

.list-grid-product-wrap.column-4-wrapper .item {
    width: 25%;
}

@media(max-width:991px) {
    .list-grid-product-wrap.column-4-wrapper .item {
        display: none;
    }
}

.column-sidebar-padding {
    padding: 0 8%;
}

@media(max-width:1700px) {
    .column-sidebar-padding {
        padding: 0 2%;
    }
}

@media(max-width:1399px) {
    .column-sidebar-padding {
        padding: 0;
    }
}

.sidebar-area .shop-widget-title {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .4px;
    border-bottom: 2px solid var(--primary-color1);
    display: inline-block;
    margin-bottom: 30px;
}

.sidebar-area .shop-widget {
    padding: 25px;
    border: 1px solid rgba(34,34,34,.3000000119);
}

    .sidebar-area .shop-widget .shop-item {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .sidebar-area .shop-widget .shop-item li {
            margin-bottom: 15px;
            position: relative;
            padding-left: 25px;
            transition: .5s;
        }

            .sidebar-area .shop-widget .shop-item li:last-child {
                margin-bottom: 0;
            }

            .sidebar-area .shop-widget .shop-item li a {
                color: var(--primary-color1);
                font-family: "Montserrat", sans-serif;
                font-size: 15px;
                font-weight: 400;
                line-height: 1;
                letter-spacing: .3px;
            }

            .sidebar-area .shop-widget .shop-item li::before {
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                border: 1px solid var(--primary-color1);
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                transition: .5s;
            }

            .sidebar-area .shop-widget .shop-item li:hover::before {
                background-color: var(--primary-color1);
            }

            .sidebar-area .shop-widget .shop-item li.brand-list {
                display: flex;
                align-items: center;
                margin-bottom: 25px;
            }

                .sidebar-area .shop-widget .shop-item li.brand-list:last-child {
                    margin-bottom: 0;
                }

                .sidebar-area .shop-widget .shop-item li.brand-list a {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    width: 100%;
                    flex-wrap: wrap;
                    gap: 5px;
                }

                    .sidebar-area .shop-widget .shop-item li.brand-list a span {
                        color: var(--primary-color1);
                        font-family: "Montserrat", sans-serif;
                        font-size: 12px;
                        font-weight: 500;
                        line-height: 1;
                        padding: 2px 6px;
                        border: 1px solid var(--text-color);
                        border-radius: 50px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

    .sidebar-area .shop-widget .top-product-widget {
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .sidebar-area .shop-widget .top-product-widget .top-product-img {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .sidebar-area .shop-widget .top-product-widget .top-product-img img {
                border-radius: 5px;
            }

        .sidebar-area .shop-widget .top-product-widget .top-product-content {
            max-width: 200px;
            width: 100%;
        }

            .sidebar-area .shop-widget .top-product-widget .top-product-content h6 {
                margin-bottom: 10px;
            }

                .sidebar-area .shop-widget .top-product-widget .top-product-content h6 a {
                    color: var(--text-color);
                    font-family: "Montserrat", sans-serif;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 20px;
                    letter-spacing: .32px;
                    text-transform: capitalize;
                }

            .sidebar-area .shop-widget .top-product-widget .top-product-content span {
                color: var(--text-color);
                font-family: "Montserrat", sans-serif;
                font-size: 15px;
                font-weight: 800;
                line-height: 1;
                margin-bottom: 0;
            }

                .sidebar-area .shop-widget .top-product-widget .top-product-content span del {
                    color: var(--text-color2);
                    font-family: "Montserrat", sans-serif;
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 1;
                }

    .sidebar-area .shop-widget .recent-post-widget {
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .sidebar-area .shop-widget .recent-post-widget .recent-post-img img {
            min-width: 92px;
            max-width: 92px;
            height: 71px;
        }

        .sidebar-area .shop-widget .recent-post-widget .recent-post-content > a {
            color: rgba(34,34,34,.5);
            font-family: "Montserrat", sans-serif;
            font-size: 12px;
            font-weight: 500;
            text-transform: capitalize;
            margin-bottom: 3px;
        }

        .sidebar-area .shop-widget .recent-post-widget .recent-post-content h6 a {
            color: var(--text-color);
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: .32px;
            text-transform: capitalize;
            transition: .5s;
        }

            .sidebar-area .shop-widget .recent-post-widget .recent-post-content h6 a:hover {
                color: var(--text-color3);
            }

    .sidebar-area .shop-widget .tag-list {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

@media(min-width:992px) and (max-width:1199px) {
    .sidebar-area .shop-widget .tag-list {
        gap: 14px;
    }
}

.sidebar-area .shop-widget .tag-list li a {
    color: rgba(34,34,34,.5);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
    padding: 6px 21px;
    border: 1px solid rgba(34,34,34,.400000006);
    transition: .5s;
}

.sidebar-area .shop-widget .tag-list li:hover a {
    border: 1px solid var(--primary-color1);
    color: var(--primary-color1);
}

.sidebar-area .shop-widget .search-box {
    display: flex;
    align-items: center;
}

    .sidebar-area .shop-widget .search-box input, .sidebar-area .shop-widget .search-box .comment-section .contact-form textarea, .comment-section .contact-form .sidebar-area .shop-widget .search-box textarea, .sidebar-area .shop-widget .search-box .form-inner textarea, .form-inner .sidebar-area .shop-widget .search-box textarea {
        width: 100%;
        padding: 8px 20px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        height: 50px;
        border: 1px solid var(--primary-color1);
    }

        .sidebar-area .shop-widget .search-box input:focus, .sidebar-area .shop-widget .search-box .comment-section .contact-form textarea:focus, .comment-section .contact-form .sidebar-area .shop-widget .search-box textarea:focus, .sidebar-area .shop-widget .search-box .form-inner textarea:focus, .form-inner .sidebar-area .shop-widget .search-box textarea:focus {
            border: 1px solid #ddd;
        }

    .sidebar-area .shop-widget .search-box button {
        background-color: var(--primary-color1);
        min-width: 90px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .sidebar-area .shop-widget .search-box button i {
            color: var(--white-color);
            font-size: 22px;
        }

@media(max-width:576px) {
    .sidebar-area .shop-widget .search-box button {
        min-width: 70px;
    }
}

.sidebar-area .shop-widget.two {
    padding: 35px 20px;
    border: unset;
}

@media(min-width:992px) and (max-width:1199px) {
    .sidebar-area .shop-widget.two {
        padding: 25px 10px;
    }
}

.sidebar-area.style-2 {
    border: 1px solid rgba(34,34,34,.3000000119);
}

    .sidebar-area.style-2 .filter-divider {
        position: relative;
    }

        .sidebar-area.style-2 .filter-divider::after {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            background-color: rgba(34,34,34,.3000000119);
            top: 0;
            right: 0;
        }

@media(max-width:991px) {
    .sidebar-area.style-2 .filter-divider::after {
        display: none;
    }
}

.filter-top {
    display: none;
    transform-origin: top;
    transform: scaleY(0);
    margin-bottom: 25px;
    transition: transform .35s ease-in-out;
    animation: fadeInUp .45s linear;
}

    .filter-top.slide {
        display: block;
        transform: scaleY(1);
        animation: fade-down .45s linear;
        position: relative;
        z-index: 9;
    }

    .filter-top .selector {
        position: relative;
    }

        .filter-top .selector .nice-select {
            width: 100%;
            height: 44px;
            border-radius: 30px;
            border: 1px solid var(--primary-color1);
            color: var(--primary-color1);
            font-family: "Montserrat", sans-serif;
            font-size: 15px;
            font-weight: 400;
            text-transform: capitalize;
            padding-left: 25px;
            display: flex;
            align-items: center;
            position: relative;
        }

@media(min-width:992px) and (max-width:1199px) {
    .filter-top .selector .nice-select {
        height: 40px;
    }
}

.filter-top .selector .nice-select:focus {
    border: 1px solid #ddd;
}

.filter-top .selector .nice-select::after {
    border-bottom: 2px solid var(--primary-color1);
    border-right: 2px solid var(--primary-color1);
    width: 8px;
    height: 8px;
    right: 28px;
    top: 48%;
}

@media(max-width:576px) {
    .filter-top .selector .nice-select::after {
        width: 8px;
        height: 8px;
        top: 45%;
    }
}

.filter-top .selector .nice-select.open .list {
    width: 100%;
}

    .filter-top .selector .nice-select.open .list .option {
        padding-left: 25px;
    }

.filter-top .primary-btn3 {
    padding: 9px 30px;
    font-size: 16px;
}

@media(min-width:992px) and (max-width:1199px) {
    .filter-top .primary-btn3 {
        padding: 7px 30px;
    }
}

.filter-top .price-filter-dropdown .price-selector {
    width: 100%;
    height: 44px;
    border-radius: 30px;
    border: 1px solid var(--primary-color1);
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 25px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

@media(min-width:992px) and (max-width:1199px) {
    .filter-top .price-filter-dropdown .price-selector {
        height: 40px;
    }
}

.filter-top .price-filter-dropdown .price-selector p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
}

.filter-top .price-filter-dropdown .price-selector::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--primary-color1);
    border-right: 2px solid var(--primary-color1);
    width: 8px;
    height: 8px;
    right: 28px;
    top: 35%;
    transform: rotate(45deg);
    transform-origin: 66% 66%;
    transition: all .15s ease-in-out;
}

.filter-top .price-filter-dropdown .price-selector.slide::after {
    transform: rotate(-135deg);
}

.full-width-section {
    padding: 0 9%;
}

@media(min-width:1200px) and (max-width:1399px) {
    .full-width-section {
        padding: 0 5%;
    }
}

@media(max-width:1199px) {
    .full-width-section {
        padding: 0 3%;
    }
}

@media(max-width:576px) {
    .full-width-section {
        padding: 0;
    }
}

.infinity-section .shop-list-load-more p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .36px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.shop-details-content h1 {
    color: var(--text-color);
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .7px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-content h1 {
        font-size: 33px;
    }
}

@media(max-width:576px) {
    .shop-details-content h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

.shop-details-content .rating-review {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
}

@media(max-width:576px) {
    .shop-details-content .rating-review {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
}

.shop-details-content .rating-review .rating {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

    .shop-details-content .rating-review .rating .star {
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .shop-details-content .rating-review .rating .star i {
            font-size: 14px;
            color: #ffc107;
        }

    .shop-details-content .rating-review .rating p {
        margin-bottom: 0;
    }

        .shop-details-content .rating-review .rating p a {
            color: var(--text-color3);
            font-family: "Montserrat", sans-serif;
            font-size: 15px;
            font-weight: 400;
            text-transform: capitalize;
            transition: .5s;
        }

            .shop-details-content .rating-review .rating p a:hover {
                color: var(--text-color);
            }

.shop-details-content .rating-review p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .3px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.shop-details-content p {
    color: #636262;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .48px;
    margin-bottom: 20px;
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-content p {
        font-size: 15px;
    }
}

.shop-details-content .price-area {
    margin-bottom: 35px;
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-content .price-area {
        margin-bottom: 30px;
    }
}

.shop-details-content .price-area .price {
    color: var(--text-color);
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

    .shop-details-content .price-area .price del {
        color: var(--text-color2);
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
    }

.shop-details-content .quantity-color-area {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 35px;
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-content .quantity-color-area {
        gap: 40px;
    }
}

@media(max-width:576px) {
    .shop-details-content .quantity-color-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

.shop-details-content .quantity-color-area .quantity-color .widget-title {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .48px;
    margin-bottom: 20px;
}

@media(max-width:576px) {
    .shop-details-content .quantity-color-area .quantity-color .widget-title {
        margin-bottom: 15px;
    }
}

.shop-details-content .quantity-color-area .quantity-color .quantity-counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .shop-details-content .quantity-color-area .quantity-color .quantity-counter a {
        width: 40px;
        height: 40px;
        background-color: var(--bg-color);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color1);
    }

    .shop-details-content .quantity-color-area .quantity-color .quantity-counter .quantity__input {
        max-width: 58px;
        width: 100%;
        height: 40px;
        border: 1px solid var(--primary-color1);
        text-align: center;
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: .48px;
    }

        .shop-details-content .quantity-color-area .quantity-color .quantity-counter .quantity__input:focus {
            border: 1px solid #ddd;
        }

    .shop-details-content .quantity-color-area .quantity-color .quantity-counter.two a {
        height: 30px;
    }

    .shop-details-content .quantity-color-area .quantity-color .quantity-counter.two .quantity__input {
        height: 30px;
    }

.shop-details-content .quantity-color-area .quantity-color .color-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-content .quantity-color-area .quantity-color .color-list {
        gap: 15px;
    }
}

.shop-details-content .quantity-color-area .quantity-color .color-list li {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .shop-details-content .quantity-color-area .quantity-color .color-list li span {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #730718;
        display: inline-block;
    }

    .shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(2) span {
        background-color: #815147;
    }

    .shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(3) span {
        background-color: #4a212b;
    }

    .shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(4) span {
        background-color: #ed5c31;
    }

    .shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(5) span {
        background-color: #93625f;
    }

    .shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(6) span {
        background-color: #ce626c;
    }

    .shop-details-content .quantity-color-area .quantity-color .color-list li.selected {
        border: 1px solid var(--primary-color1);
    }

.shop-details-content .quantity-color-area .quantity-color .product-size {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

    .shop-details-content .quantity-color-area .quantity-color .product-size li {
        width: 60px;
        height: 30px;
        border: 1px solid var(--primary-color1);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        color: var(--primary-color1);
        cursor: pointer;
        line-height: 1.2;
        transition: .5s;
    }

        .shop-details-content .quantity-color-area .quantity-color .product-size li.selected {
            background-color: var(--primary-color1);
            border: 1px solid var(--primary-color1);
            color: var(--white-color);
        }

.shop-details-content .shop-details-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--primary-color1);
    padding-bottom: 30px;
    flex-wrap: wrap;
}

@media(max-width:576px) {
    .shop-details-content .shop-details-btn {
        gap: 20px;
    }
}

.shop-details-content .shop-details-btn .primary-btn1 {
    padding: 6px 20px;
    cursor: pointer;
}

.shop-details-content .product-info {
    padding-top: 25px;
    margin-bottom: 30px;
}

    .shop-details-content .product-info .product-info-list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 70px;
    }

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-content .product-info .product-info-list {
        gap: 40px;
    }
}

@media(max-width:576px) {
    .shop-details-content .product-info .product-info-list {
        flex-wrap: wrap;
        gap: 8px;
    }
}

.shop-details-content .product-info .product-info-list li {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .32px;
    text-transform: capitalize;
}

    .shop-details-content .product-info .product-info-list li a {
        color: #000;
        transition: .35s;
    }

        .shop-details-content .product-info .product-info-list li a:hover {
            color: var(--primary-color1);
        }

@media(max-width:576px) {
    .shop-details-content .product-info .product-info-list li {
        margin-right: 15px;
    }
}

.shop-details-content .product-info .product-info-list li span {
    color: var(--primary-color1);
}

.shop-details-content .payment-method {
    padding: 17px 30px;
    border: 1px solid rgba(34,34,34,.1000000015);
    max-width: 460px;
    width: 100%;
    margin-bottom: 20px;
}

    .shop-details-content .payment-method h6 {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: .48px;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    .shop-details-content .payment-method .payment-card-list {
        display: flex;
        align-items: center;
        gap: 20px;
    }

.shop-details-content .product-shipping-delivers li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color3);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .32px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

    .shop-details-content .product-shipping-delivers li:last-child {
        margin-bottom: 0;
    }

    .shop-details-content .product-shipping-delivers li svg {
        fill: var(--primary-color1);
    }

    .shop-details-content .product-shipping-delivers li p {
        color: var(--text-color3);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .32px;
        text-transform: capitalize;
        margin-bottom: 0;
    }

        .shop-details-content .product-shipping-delivers li p a {
            color: var(--text-color);
            background: linear-gradient(to bottom,#222222 0%,#222222 98%);
            background-size: 100% 2px;
            background-repeat: no-repeat;
            background-position: left 100%;
            transition: background-size .75s;
        }

            .shop-details-content .product-shipping-delivers li p a:hover {
                background-size: 0 2px;
                background-position: 0% 100%;
            }

.shop-details-content .compare-wishlist-area {
    padding-top: 30px;
}

    .shop-details-content .compare-wishlist-area ul {
        display: flex;
        align-items: center;
        gap: 30px;
    }

        .shop-details-content .compare-wishlist-area ul li {
            transition: .5s;
        }

            .shop-details-content .compare-wishlist-area ul li a {
                color: var(--primary-color1);
                font-family: "Montserrat", sans-serif;
                font-size: 15px;
                font-weight: 400;
                line-height: 1;
                display: flex;
                align-items: center;
                gap: 7px;
                transition: .5s;
            }

                .shop-details-content .compare-wishlist-area ul li a span {
                    width: 23px;
                    height: 23px;
                    border-radius: 50%;
                    border: 1px solid var(--primary-color1);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transition: .5s;
                }

                    .shop-details-content .compare-wishlist-area ul li a span svg {
                        fill: var(--primary-color1);
                        transition: .5s;
                    }

                .shop-details-content .compare-wishlist-area ul li a:hover {
                    color: var(--primary-color1);
                }

            .shop-details-content .compare-wishlist-area ul li:hover a span {
                background-color: var(--primary-color1);
            }

                .shop-details-content .compare-wishlist-area ul li:hover a span svg {
                    fill: var(--white-color);
                }

.shop-details-content .accordion {
    margin-top: 20px;
}

    .shop-details-content .accordion .accordion-item {
        border-radius: unset;
        border: unset;
    }

        .shop-details-content .accordion .accordion-item .accordion-header {
            border: unset;
            border-bottom: 1px solid var(--primary-color1);
        }

            .shop-details-content .accordion .accordion-item .accordion-header .accordion-button {
                color: var(--primary-color1);
                font-family: "Montserrat", sans-serif;
                font-size: 18px;
                font-weight: 400;
                line-height: 1;
                letter-spacing: .36px;
                text-transform: capitalize;
                padding: 30px 20px;
            }

                .shop-details-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
                    color: unset;
                    background-color: unset;
                    box-shadow: unset;
                }

                .shop-details-content .accordion .accordion-item .accordion-header .accordion-button:focus {
                    border-color: unset;
                    box-shadow: unset;
                }

                .shop-details-content .accordion .accordion-item .accordion-header .accordion-button::after {
                    width: unset;
                    height: unset;
                    content: "\f282";
                    font-family: "Montserrat", sans-serif;
                    background-image: none;
                    font-weight: 800;
                    font-size: 18px;
                }

@media(max-width:576px) {
    .shop-details-content .accordion .accordion-item .accordion-header .accordion-button {
        padding: 20px;
    }
}

.shop-details-content .accordion .accordion-item .accordion-body .product-description p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.shop-details-content .accordion .accordion-item .accordion-body .product-description h6 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.shop-details-content .accordion .accordion-item .accordion-body .product-description ul {
    padding-left: 25px;
    list-style: disc;
}

    .shop-details-content .accordion .accordion-item .accordion-body .product-description ul li {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 10px;
    }

        .shop-details-content .accordion .accordion-item .accordion-body .product-description ul li span {
            font-weight: 500;
        }

.shop-details-content .accordion .accordion-item .accordion-body .review-area {
    padding-top: 20px;
}

    .shop-details-content .accordion .accordion-item .accordion-body .review-area .comment-section .comment-title {
        margin-bottom: 35px;
    }

.shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 {
    margin-bottom: 0;
}

    .shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr {
        border-width: 1px;
        border-color: #eee;
    }

        .shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr td {
            border-width: 1px;
            border-color: #eee;
            padding: 15px;
            color: var(--primary-color1);
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            line-height: 30px;
            vertical-align: middle;
        }

@media(max-width:767px) {
    .shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr td {
        padding: 10px;
    }
}

.shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr td:nth-child(1) {
    font-weight: 600;
    font-size: 16px;
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    text-align: start;
    line-height: 26px;
}

@media(min-width:992px) {
    .shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr td:nth-child(1) {
        width: 25%;
    }
}

.shop-details-content.style-2 {
    margin-bottom: 80px;
}

    .shop-details-content.style-2 .shop-details-content-left {
        max-width: 600px;
        width: 100%;
    }

    .shop-details-content.style-2 .shop-details-btn {
        border-bottom: unset;
        padding-bottom: 0;
    }

    .shop-details-content.style-2 .product-info {
        padding-top: 0;
    }

.shop-details-content.sticky {
    position: sticky;
    top: 55px;
}

.shop-details-content.style-3 .countdown-timer {
    margin-bottom: 40px;
}

    .shop-details-content.style-3 .countdown-timer ul {
        display: flex;
        align-items: center;
        gap: 24px;
    }

@media(min-width:1200px) and (max-width:1399px) {
    .shop-details-content.style-3 .countdown-timer ul {
        gap: 15px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-content.style-3 .countdown-timer ul {
        gap: 12px;
    }
}

@media(max-width:576px) {
    .shop-details-content.style-3 .countdown-timer ul {
        gap: 12px;
    }
}

.shop-details-content.style-3 .countdown-timer ul li {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid rgba(34,34,34,.3);
    border-radius: 5px;
    width: 70px;
    height: 70px;
    padding: 10px;
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-content.style-3 .countdown-timer ul li {
        font-size: 23px;
    }
}

.shop-details-content.style-3 .countdown-timer ul li span {
    color: rgba(34,34,34,.6999999881);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

    .shop-details-content.style-3 .countdown-timer ul li span:last-child {
        display: none;
        visibility: hidden;
    }

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-content.style-3 .countdown-timer ul li span {
        font-size: 13px;
    }
}

.shop-details-content.style-3 .modal .modal-dialog {
    animation: zoom-In-effect .5s;
}

    .shop-details-content.style-3 .modal .modal-dialog .modal-content {
        border-radius: unset;
        border: 1px solid var(--primary-color1);
        padding: 40px 45px;
        position: relative;
    }

@media(max-width:576px) {
    .shop-details-content.style-3 .modal .modal-dialog .modal-content {
        padding: 30px 20px;
    }
}

.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

    .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header h4 {
        color: var(--primary-color1);
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-weight: 700;
    }

@media(max-width:576px) {
    .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header h4 {
        font-size: 22px;
    }
}

.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header p {
    color: var(--text-color2);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.5;
}

.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0 1px 12px 2px rgba(0,0,0,.1);
    height: 35px;
    width: 35px;
    cursor: pointer;
}

@media(max-width:576px) {
    .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn {
        width: 25px;
        height: 25px;
        top: 10px;
        right: 10px;
    }
}

.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::before, .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 6px);
    display: block;
    height: 1px;
    width: 15px;
    background-color: var(--gray-dark,#000);
    transition: all .3s ease-out;
}

@media(max-width:576px) {
    .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::before, .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::after {
        width: 12px;
    }
}

.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::after {
    transform: rotate(-135deg);
}

.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn:hover::before, .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn:hover::after {
    transform: rotate(0deg);
}

.shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

    .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner input, .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner textarea {
        border: 1px solid var(--primary-color1);
        width: 100%;
        height: 50px;
        padding: 15px 20px;
    }

        .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner input:focus, .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner textarea:focus {
            border: 1px solid #ddd;
        }

        .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner input::-moz-placeholder, .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner textarea::-moz-placeholder {
            color: rgba(34,34,34,.5);
            font-family: "Montserrat", sans-serif;
            font-size: 15px;
            font-weight: 400;
            letter-spacing: .3px;
            text-transform: capitalize;
        }

        .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner input::placeholder, .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner textarea::placeholder {
            color: rgba(34,34,34,.5);
            font-family: "Montserrat", sans-serif;
            font-size: 15px;
            font-weight: 400;
            letter-spacing: .3px;
            text-transform: capitalize;
        }

    .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .primary-btn1 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

.shop-details-content.style-3 .item-stock {
    margin-bottom: 40px;
}

    .shop-details-content.style-3 .item-stock p {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 15px;
    }

        .shop-details-content.style-3 .item-stock p span {
            color: #ff6161;
        }

    .shop-details-content.style-3 .item-stock .item-stock-bar {
        background-color: rgba(34,34,34,.15);
        border-radius: 5px;
        position: relative;
        height: 3px;
        width: 100%;
    }

        .shop-details-content.style-3 .item-stock .item-stock-bar .item-stock-percentage {
            background: var(--primary-color1);
            border-radius: 5px;
            height: 100%;
            width: 20%;
            transition: 1s ease .3s;
        }

.shop-details-content.style-3 h6 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .36px;
    text-transform: capitalize;
    margin-bottom: 35px;
}

    .shop-details-content.style-3 h6 span {
        color: #ff6161;
        font-weight: 400;
    }

.shop-details-content.style-3 .notify-me-form {
    max-width: 470px;
    width: 100%;
    padding-bottom: 35px;
}

    .shop-details-content.style-3 .notify-me-form .form-inner input, .shop-details-content.style-3 .notify-me-form .form-inner textarea {
        border: 1px solid var(--primary-color1);
        width: 100%;
        height: 50px;
        padding: 15px 20px;
    }

        .shop-details-content.style-3 .notify-me-form .form-inner input:focus, .shop-details-content.style-3 .notify-me-form .form-inner textarea:focus {
            border: 1px solid #ddd;
        }

        .shop-details-content.style-3 .notify-me-form .form-inner input::-moz-placeholder, .shop-details-content.style-3 .notify-me-form .form-inner textarea::-moz-placeholder {
            color: rgba(34,34,34,.5);
            font-family: "Montserrat", sans-serif;
            font-size: 15px;
            font-weight: 400;
            letter-spacing: .3px;
            text-transform: capitalize;
        }

        .shop-details-content.style-3 .notify-me-form .form-inner input::placeholder, .shop-details-content.style-3 .notify-me-form .form-inner textarea::placeholder {
            color: rgba(34,34,34,.5);
            font-family: "Montserrat", sans-serif;
            font-size: 15px;
            font-weight: 400;
            letter-spacing: .3px;
            text-transform: capitalize;
        }

    .shop-details-content.style-3 .notify-me-form .primary-btn1 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

.shop-details-top-section .shop-details-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-top-section .shop-details-img {
        flex-direction: column;
        gap: 40px;
    }
}

@media(max-width:576px) {
    .shop-details-top-section .shop-details-img {
        flex-direction: column;
        gap: 40px;
    }
}

.shop-details-top-section .shop-details-img .product-img--main {
    position: relative;
    overflow: hidden;
    float: left;
    cursor: zoom-in;
}

.shop-details-top-section .shop-details-img .product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .5s ease-out;
}

.shop-details-top-section .shop-details-img .nav-pills {
    position: absolute;
    left: 0px;
    top: 17px;
    flex-direction: column;
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-top-section .shop-details-img .nav-pills {
        position: relative;
        flex-direction: row;
        gap: 10px;
        left: unset;
        top: unset;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .shop-details-top-section .shop-details-img .nav-pills {
        left: 40px;
        top: 40px;
    }

    .left-thumbnails {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .shop-details-top-section .shop-details-img .nav-pills {
        left: 10px;
    }
}

@media(max-width:576px) {
    .shop-details-top-section .shop-details-img .nav-pills {
        position: relative;
        flex-direction: row;
        gap: 10px;
        left: unset;
        top: unset;
    }

    .left-thumbnails {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }
}


.shop-details-top-section .shop-details-img .nav-pills .nav-link {
    background-color: unset;
    margin-bottom: 12px;
    border-radius: unset;
    padding: 0;
    width: 80px;
    height: 80px;
}

    .shop-details-top-section .shop-details-img .nav-pills .nav-link.active {
        border: 1px solid rgb(228, 228, 228);
        border-radius: 12px;
    }

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-top-section .shop-details-img .nav-pills .nav-link {
        border: 1px solid #eee;
    }
}

@media(max-width:576px) {
    .shop-details-top-section .shop-details-img .nav-pills .nav-link {
        border: 1px solid #eee;
        width: 70px;
        height: 70px;
        padding: 0;
    }
}

.shop-details-top-section .shop-details-img.style-2 {
    display: block;
}

    .shop-details-top-section .shop-details-img.style-2 .exclusive-slider {
        position: relative;
    }

        .shop-details-top-section .shop-details-img.style-2 .exclusive-slider .slider-btn {
            display: block;
        }

            .shop-details-top-section .shop-details-img.style-2 .exclusive-slider .slider-btn .exclusive-prev-btn {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 25px;
                z-index: 1;
            }

            .shop-details-top-section .shop-details-img.style-2 .exclusive-slider .slider-btn .exclusive-next-btn {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 25px;
                z-index: 1;
            }

    .shop-details-top-section .shop-details-img.style-2 .nav-pills {
        position: relative;
        flex-direction: row;
        left: unset;
        top: unset;
        gap: 35px;
        padding-top: 30px;
    }

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-top-section .shop-details-img.style-2 .nav-pills {
        gap: 20px;
    }
}

@media(max-width:576px) {
    .shop-details-top-section .shop-details-img.style-2 .nav-pills {
        gap: 20px;
        justify-content: center;
    }
}

.shop-details-top-section .shop-details-img.style-2 .nav-pills .nav-link {
    margin-bottom: 0;
}

@media(max-width:576px) {
    .shop-details-top-section .shop-details-img.style-2 .nav-pills .nav-link {
        width: unset;
        height: unset;
    }
}

.shop-details-top-section .shop-details-img.style-3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}

.shop-details-top-section .shop-details-img.style-4 {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-top-section .shop-details-img.style-4 {
        justify-content: center;
        align-items: center;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .shop-details-top-section .shop-details-img.style-4 {
        gap: 20px;
    }
}

@media(max-width:576px) {
    .shop-details-top-section .shop-details-img.style-4 {
        justify-content: center;
        align-items: center;
    }
}

.shop-details-top-section .shop-details-img.style-4 .nav-pills {
    position: relative;
    left: unset;
    top: unset;
    gap: unset;
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-top-section .shop-details-img.style-4 .nav-pills {
        gap: 25px;
    }
}

@media(max-width:576px) {
    .shop-details-top-section .shop-details-img.style-4 .nav-pills {
        gap: 25px;
        justify-content: center;
    }
}

.shop-details-top-section .shop-details-img.style-4 .nav-pills .nav-link {
    margin-bottom: 30px;
}

    .shop-details-top-section .shop-details-img.style-4 .nav-pills .nav-link img {
        border-radius: 12px;
    }

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-top-section .shop-details-img.style-4 .nav-pills .nav-link {
        margin-bottom: 0;
    }
}

@media(max-width:576px) {
    .shop-details-top-section .shop-details-img.style-4 .nav-pills .nav-link {
        margin-bottom: 0;
    }
}

.shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img {
    position: relative;
}

    .shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-btn {
        width: 131px;
        height: 37px;
        border-radius: 50px;
        border: 1px solid rgba(34,34,34,.2);
        background-color: var(--white-color);
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 20px;
        left: 20px;
        transition: .5s;
        z-index: 1;
    }

        .shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-btn i {
            font-size: 18px;
        }

        .shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-btn:hover {
            background-color: var(--primary-color1);
            color: var(--white-color);
        }

    .shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-overlay {
        background-color: rgba(34,34,34,.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-overlay a i {
            font-size: 60px;
            color: var(--white-color);
            width: 70px;
            height: 70px;
            border-radius: 50%;
            border: 1px solid var(--white-color);
            display: flex;
            align-items: center;
            justify-content: center;
        }

.shop-details-top-section .shop-details-img.sticky {
    position: sticky;
    top: 50px;
}

.shop-details-top-section.style-2 {
    position: relative;
}

    .shop-details-top-section.style-2 .shop-details-img {
        position: inherit;
        background-color: unset;
    }

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-top-section.style-2 .shop-details-img {
        position: relative;
    }
}

@media(max-width:991px) {
    .shop-details-top-section.style-2 .shop-details-img {
        position: relative;
        padding-bottom: 80px;
    }
}

@media(max-width:576px) {
    .shop-details-top-section.style-2 .shop-details-img {
        position: relative;
        padding-bottom: unset;
    }
}

.shop-details-top-section.style-2 .shop-details-img .nav-pills {
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    z-index: 9;
}

@media(min-width:1400px) and (max-width:1599px) {
    .shop-details-top-section.style-2 .shop-details-img .nav-pills {
        left: 10px;
    }
}

@media(max-width:1399px) {
    .shop-details-top-section.style-2 .shop-details-img .nav-pills {
        left: 10px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-top-section.style-2 .shop-details-img .nav-pills {
        bottom: -50%;
        top: unset;
        flex-direction: row !important;
        gap: 18px;
        left: 0;
        width: 100%;
        justify-content: center;
        position: relative;
        transform: unset;
    }
}

@media(max-width:991px) {
    .shop-details-top-section.style-2 .shop-details-img .nav-pills {
        top: unset;
        left: unset;
        bottom: -60px;
        flex-direction: row;
        gap: 20px;
    }
}

@media(max-width:576px) {
    .shop-details-top-section.style-2 .shop-details-img .nav-pills {
        gap: 15px;
        bottom: -20px;
    }
}

.shop-details-top-section.style-2 .shop-details-img .nav-pills .nav-link {
    background-color: var(--bg-color);
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-top-section.style-2 .shop-details-img .nav-pills .nav-link {
        margin-bottom: 0;
    }
}

@media(max-width:991px) {
    .shop-details-top-section.style-2 .shop-details-img .nav-pills .nav-link {
        margin-bottom: 0;
    }
}

.shop-details-top-section.style-2 .shop-details-img .nav-pills .nav-link.active {
    border: 1px solid var(--primary-color1);
    background-color: var(--white-color);
}

.shop-details-top-section.style-2 .shop-details-img .shop-details-tab-img {
    position: relative;
    z-index: 1;
}

    .shop-details-top-section.style-2 .shop-details-img .shop-details-tab-img img {
        border-radius: 330px;
    }

    .shop-details-top-section.style-2 .shop-details-img .shop-details-tab-img::before {
        content: "";
        position: absolute;
        top: 0;
        left: -25px;
        width: 100%;
        height: 70%;
        border-radius: 330px;
        border: 1px solid #efefef;
        z-index: -1;
    }

    .shop-details-top-section.style-2 .shop-details-img .shop-details-tab-img::after {
        content: "";
        position: absolute;
        top: 0;
        right: -25px;
        width: 100%;
        height: 70%;
        border-radius: 330px;
        border: 1px solid #efefef;
        z-index: -1;
    }

.shop-details-top-section.style-2 .shop-details-content {
    padding-left: 20px;
}

@media(max-width:991px) {
    .shop-details-top-section.style-2 .shop-details-content {
        padding-left: 0;
    }
}

.shop-details-top-section.style-3 {
    padding: 0 10%;
}

@media(max-width:1700px) {
    .shop-details-top-section.style-3 {
        padding: 0 8%;
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .shop-details-top-section.style-3 {
        padding: 0 2%;
    }
}

@media(max-width:1399px) {
    .shop-details-top-section.style-3 {
        padding: 0 2%;
    }
}

.shop-details-top-section.style-3 .nav-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

@media(max-width:1399px) {
    .shop-details-top-section.style-3 .nav-pills {
        gap: 16px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-details-top-section.style-3 .nav-pills {
        gap: 10px;
    }
}

@media(max-width:576px) {
    .shop-details-top-section.style-3 .nav-pills {
        position: relative;
        flex-direction: row;
        gap: 10px;
        left: unset;
        top: unset;
    }
}

.shop-details-top-section.style-3 .nav-pills .nav-link {
    background-color: unset;
    margin-bottom: 5px;
    border-radius: unset;
    padding: 0;
    border: 1px solid transparent;
}

    .shop-details-top-section.style-3 .nav-pills .nav-link:nth-child(2) {
        width: 45%;
    }

@media(max-width:991px) {
    .shop-details-top-section.style-3 .nav-pills .nav-link:nth-child(2) {
        width: unset;
    }
}

.shop-details-top-section.style-3 .nav-pills .nav-link:nth-child(3) {
    width: 45%;
}

@media(max-width:991px) {
    .shop-details-top-section.style-3 .nav-pills .nav-link:nth-child(3) {
        width: unset;
    }
}

@media(max-width:991px) {
    .shop-details-top-section.style-3 .nav-pills .nav-link {
        margin-bottom: 0;
    }

        .shop-details-top-section.style-3 .nav-pills .nav-link img {
            height: 157px;
            width: 157px;
        }
}

@media(max-width:767px) {
    .shop-details-top-section.style-3 .nav-pills .nav-link img {
        height: 134px;
        width: 134px;
    }
}

.shop-details-top-section.style-3 .nav-pills .nav-link.active {
    border: 1px solid var(--primary-color1);
}

.shop-details-description {
    scroll-margin-top: 150px;
}

    .shop-details-description .shop-details-description-nav .nav-tabs {
        border-bottom: 1px solid var(--primary-color1);
        padding-left: 80px;
        gap: 65px;
    }

@media(max-width:991px) {
    .shop-details-description .shop-details-description-nav .nav-tabs {
        gap: 50px;
    }
}

@media(max-width:767px) {
    .shop-details-description .shop-details-description-nav .nav-tabs {
        gap: 20px;
        padding-left: 0;
    }
}

@media(max-width:576px) {
    .shop-details-description .shop-details-description-nav .nav-tabs {
        gap: 10px;
    }
}

.shop-details-description .shop-details-description-nav .nav-tabs .nav-link {
    color: var(--text-color3);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .36px;
    text-transform: capitalize;
    border: none;
    background: linear-gradient(to bottom,#222222 0%,#222222 98%);
    background-size: 0 3px;
    background-repeat: no-repeat;
    background-position: right 100%;
    transition: background-size .75s;
}

@media(max-width:576px) {
    .shop-details-description .shop-details-description-nav .nav-tabs .nav-link {
        padding-bottom: 5px;
        margin-right: 15px;
        padding: 0;
    }
}

.shop-details-description .shop-details-description-nav .nav-tabs .nav-link.active {
    color: var(--primary-color1);
    font-weight: 500;
    background-size: 100% 3px;
    background-position: 0% 100%;
}

.shop-details-description .shop-details-description-tab h6 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.shop-details-description .shop-details-description-tab p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: .45px;
}

.shop-details-description .shop-details-description-tab .description-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media(max-width:991px) {
    .shop-details-description .shop-details-description-tab .description-content {
        align-items: flex-start;
        gap: 20px;
    }
}

.shop-details-description .shop-details-description-tab .description-content .description-left-content1 {
    padding-top: 80px;
}

@media(max-width:991px) {
    .shop-details-description .shop-details-description-tab .description-content .description-left-content1 {
        padding-top: 0;
    }
}

.shop-details-description .shop-details-description-tab .description-content .description-left-content2 {
    margin-bottom: 130px;
}

@media(max-width:991px) {
    .shop-details-description .shop-details-description-tab .description-content .description-left-content2 {
        margin-bottom: 0;
    }
}

.shop-details-description .shop-details-description-tab .description-content .description-right-content1 {
    padding-top: 30px;
}

.shop-details-description .shop-details-description-tab .description-content .description-right-content2 {
    margin-bottom: 70px;
}

@media(max-width:991px) {
    .shop-details-description .shop-details-description-tab .description-content .description-right-content2 {
        margin-bottom: 0;
    }
}

.shop-details-description .shop-details-description-tab .addithonal-information .total-table2 {
    margin-bottom: 0;
}

    .shop-details-description .shop-details-description-tab .addithonal-information .total-table2 tbody tr {
        border-width: 1px;
        border-color: #eee;
    }

        .shop-details-description .shop-details-description-tab .addithonal-information .total-table2 tbody tr td {
            border-width: 1px;
            border-color: #eee;
            padding: 15px;
            color: var(--primary-color1);
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            line-height: 30px;
            vertical-align: middle;
        }

@media(max-width:767px) {
    .shop-details-description .shop-details-description-tab .addithonal-information .total-table2 tbody tr td {
        padding: 10px;
    }
}

.shop-details-description .shop-details-description-tab .addithonal-information .total-table2 tbody tr td:nth-child(1) {
    font-weight: 600;
    font-size: 16px;
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    text-align: start;
    line-height: 26px;
}

@media(min-width:992px) {
    .shop-details-description .shop-details-description-tab .addithonal-information .total-table2 tbody tr td:nth-child(1) {
        width: 25%;
    }
}

.shop-details-description .shop-details2-description-tab .details2-description-content {
    max-width: 840px;
    width: 100%;
}

    .shop-details-description .shop-details2-description-tab .details2-description-content h1 {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: .6px;
        text-transform: capitalize;
        margin-bottom: 25px;
    }

    .shop-details-description .shop-details2-description-tab .details2-description-content p {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.9;
        text-transform: capitalize;
        text-align: justify;
        margin-bottom: 0;
    }

        .shop-details-description .shop-details2-description-tab .details2-description-content p:nth-child(2) {
            margin-bottom: 20px;
        }

@media(max-width:576px) {
    .shop-details-description .shop-details2-description-tab .details2-description-content p {
        font-size: 14px;
    }
}

.shop-details-description .shop-details2-description-tab .details2-description-content ul {
    padding-top: 45px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media(max-width:991px) {
    .shop-details-description .shop-details2-description-tab .details2-description-content ul {
        padding-top: 30px;
    }
}

@media(max-width:576px) {
    .shop-details-description .shop-details2-description-tab .details2-description-content ul {
        gap: 15px;
    }
}

.shop-details-description .shop-details2-description-tab .details2-description-content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 30px;
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .36px;
}

@media(max-width:991px) {
    .shop-details-description .shop-details2-description-tab .details2-description-content ul li {
        margin-right: 12px;
    }
}

@media(max-width:576px) {
    .shop-details-description .shop-details2-description-tab .details2-description-content ul li {
        font-size: 14px;
    }
}

.shop-details-description .shop-details2-description-tab .details2-description-content ul li svg {
    fill: var(--primary-color1);
}

.shop-details-description.style-2 {
    padding: 0 11%;
}

@media(min-width:1400px) and (max-width:1599px) {
    .shop-details-description.style-2 {
        padding: 0 8%;
    }
}

@media(max-width:1399px) {
    .shop-details-description.style-2 {
        padding: 0 4%;
    }
}

@media(max-width:1199px) {
    .shop-details-description.style-2 {
        padding: 0 2%;
    }
}

.shop-details-description.style-2 .shop-details-description-nav {
    max-width: 270px;
    width: 100%;
}

@media(min-width:1400px) and (max-width:1599px) {
    .shop-details-description.style-2 .shop-details-description-nav {
        max-width: 220px;
    }
}

@media(max-width:1399px) {
    .shop-details-description.style-2 .shop-details-description-nav {
        max-width: 220px;
    }
}

@media(max-width:767px) {
    .shop-details-description.style-2 .shop-details-description-nav {
        max-width: unset;
        margin-bottom: 50px;
    }
}

.shop-details-description.style-2 .shop-details-description-nav .nav-tabs {
    padding-left: 0;
    border-bottom: unset;
    gap: 70px;
}

@media(max-width:767px) {
    .shop-details-description.style-2 .shop-details-description-nav .nav-tabs {
        gap: 20px;
        padding-left: 0;
        border-bottom: 1px solid var(--primary-color1);
    }
}

@media(max-width:576px) {
    .shop-details-description.style-2 .shop-details-description-nav .nav-tabs {
        gap: 10px;
    }
}

.shop-details-description.style-2 .shop-details-description-tab {
    border-left: 1px solid var(--primary-color1);
    padding-left: 30px;
    width: 100%;
}

@media(max-width:767px) {
    .shop-details-description.style-2 .shop-details-description-tab {
        border-left: unset;
        padding-left: 0;
    }
}

.product-full-width-section {
    padding-top: 10px;
}

    .product-full-width-section .slider-btn {
        display: block;
    }

@media(max-width:767px) {
    .product-full-width-section .slider-btn {
        display: none;
    }
}

.product-full-width-section .slider-btn .pt-full-prev-btn {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 1;
}

.product-full-width-section .slider-btn .pt-full-next-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
}

.full-product-details .product-details-content h3 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .7px;
    margin-bottom: 20px;
}

@media(max-width:576px) {
    .full-product-details .product-details-content h3 {
        font-size: 30px;
    }
}

.full-product-details .product-details-content p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: .48px;
    margin-bottom: 30px;
}

@media(max-width:576px) {
    .full-product-details .product-details-content p {
        font-size: 14px;
    }
}

.full-product-details .product-details-content ul li {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .32px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
}

    .full-product-details .product-details-content ul li svg {
        fill: var(--primary-color1);
    }

.full-product-details .product-details-content.two p {
    margin-bottom: 0;
}

.range-wrap {
    padding-top: 10px;
}

    .range-wrap .slider-labels {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

        .range-wrap .slider-labels .caption {
            color: rgba(34,34,34,.6000000238);
            font-family: "Montserrat", sans-serif;
            font-size: 15px;
            font-weight: 500;
            line-height: 1;
            letter-spacing: .3px;
        }

        .range-wrap .slider-labels a {
            color: var(--text-color);
            font-family: "Montserrat", sans-serif;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: .3px;
        }

    .range-wrap .noUi-target, .range-wrap .range-wrap .noUi-target * {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        touch-action: none;
        -moz-user-select: none;
        user-select: none;
        box-sizing: border-box;
    }

    .range-wrap .noUi-target {
        position: relative;
        direction: ltr;
    }

    .range-wrap .noUi-base {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }

    .range-wrap .noUi-origin {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .range-wrap .noUi-handle {
        position: relative;
        z-index: 1;
    }

    .range-wrap .noUi-stacking .noUi-handle {
        z-index: 10;
    }

    .range-wrap .noUi-state-tap .noUi-origin {
        transition: left .3s,top .3s;
    }

    .range-wrap .noUi-state-drag * {
        cursor: inherit !important;
    }

    .range-wrap .noUi-base, .range-wrap .range-wrap .noUi-handle {
        transform: translate3d(0,0,0);
    }

    .range-wrap .noUi-horizontal {
        height: 4px;
    }

        .range-wrap .noUi-horizontal .noUi-handle {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            left: 0;
            right: 0;
            top: -4px;
            background-color: var(--primary-color1);
            cursor: pointer;
        }

            .range-wrap .noUi-horizontal .noUi-handle::after {
                content: "";
                height: 7px;
                width: 7px;
                border-radius: 50%;
                background-color: var(--white-color);
                position: absolute;
                left: 7px;
                top: 7px;
                transform: translate(-50%,-50%);
            }

    .range-wrap .noUi-background {
        background: rgba(33,33,33,.5);
        height: 5px;
        border-radius: 10px;
    }

    .range-wrap .noUi-connect {
        background: var(--primary-color1);
        transition: background 450ms;
        border-radius: 10px;
        height: 5px;
    }

    .range-wrap .noUi-target {
        border-radius: 10px;
    }

    .range-wrap.style-2 {
        box-shadow: 0 0 0 1px rgba(68,68,68,.11);
        padding: 20px;
        border-radius: 4px;
        position: absolute;
        top: 48px;
        left: 0;
        width: 100%;
        background-color: var(--white-color);
        display: none;
        transform: scaleY(0);
        transform-origin: top;
        z-index: 9;
    }

        .range-wrap.style-2.slide {
            display: block;
            transform: scaleY(1);
            animation: fade-down .45s linear;
        }

.blog-details-section .blog-author-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(34,34,34,.3000000119);
    padding: 15px;
    margin-bottom: 35px;
}

@media(max-width:767px) {
    .blog-details-section .blog-author-meta {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.blog-details-section .blog-author-meta .author-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .blog-details-section .blog-author-meta .author-area .author-img img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    .blog-details-section .blog-author-meta .author-area .author-content p {
        color: var(--text-color2);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 0;
    }

        .blog-details-section .blog-author-meta .author-area .author-content p a {
            color: var(--primary-color1);
            text-decoration: underline;
        }

.blog-details-section .blog-author-meta .blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media(max-width:576px) {
    .blog-details-section .blog-author-meta .blog-meta {
        gap: 15px;
    }
}

.blog-details-section .blog-author-meta .blog-meta .tag {
    margin-right: 40px;
}

@media(max-width:576px) {
    .blog-details-section .blog-author-meta .blog-meta .tag {
        margin-right: 20px;
    }
}

.blog-details-section .blog-author-meta .blog-meta .tag ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .blog-details-section .blog-author-meta .blog-meta .tag ul li {
        position: relative;
    }

        .blog-details-section .blog-author-meta .blog-meta .tag ul li::before {
            content: "-";
            position: absolute;
            left: -8px;
        }

        .blog-details-section .blog-author-meta .blog-meta .tag ul li:first-child::before {
            display: none;
        }

        .blog-details-section .blog-author-meta .blog-meta .tag ul li a {
            color: var(--text-color);
            font-size: 13px;
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            text-transform: capitalize;
            transition: .75s;
        }

            .blog-details-section .blog-author-meta .blog-meta .tag ul li a:hover {
                text-decoration: underline;
            }

.blog-details-section .blog-author-meta .blog-meta .meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .blog-details-section .blog-author-meta .blog-meta .meta ul li {
        display: flex;
        align-items: center;
        gap: 7px;
        position: relative;
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: .26px;
        text-transform: capitalize;
        margin-right: 40px;
    }

        .blog-details-section .blog-author-meta .blog-meta .meta ul li:last-child {
            margin-right: 0;
        }

@media(max-width:576px) {
    .blog-details-section .blog-author-meta .blog-meta .meta ul li {
        margin-right: 20px;
    }
}

.blog-details-section .blog-author-meta .blog-meta .meta ul li a {
    color: var(--primary-color1);
    display: flex;
    align-items: center;
    gap: 7px;
}

.blog-details-section .blog-author-meta .blog-meta .meta ul li svg {
    fill: var(--primary-color1);
}

.blog-details-section .blog-author-meta .blog-meta .meta ul li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background-color: rgba(34,34,34,.200000003);
    border-radius: 4px;
}

@media(max-width:576px) {
    .blog-details-section .blog-author-meta .blog-meta .meta ul li::before {
        left: -10px;
    }
}

@media(max-width:576px) {
    .blog-details-section .blog-author-meta .blog-meta .meta ul li:first-child::before {
        display: none;
    }
}

.blog-details-section .blog-thumb {
    position: relative;
    margin-bottom: 30px;
}

    .blog-details-section .blog-thumb a {
        color: var(--white-color);
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        text-transform: capitalize;
        background-color: var(--primary-color1);
        padding: 8px 28px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.blog-details-section .blog-content h1 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media(max-width:1199px) {
    .blog-details-section .blog-content h1 {
        font-size: 35px;
    }
}

@media(max-width:576px) {
    .blog-details-section .blog-content h1 {
        font-size: 30px;
    }
}

.blog-details-section .blog-content p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: .48px;
    text-align: justify;
    margin-bottom: 0;
    margin-bottom: 10px;
}

@media(max-width:576px) {
    .blog-details-section .blog-content p {
        font-size: 15px;
    }
}

.blog-details-section .blog-content p:last-child {
    margin-bottom: 0;
}

.blog-details-section .blog-content h3 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-top: 35px;
}

@media(max-width:576px) {
    .blog-details-section .blog-content h3 {
        font-size: 25px;
    }
}

.blog-details-section .blog-content blockquote {
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    padding-top: 30px;
}

@media(min-width:576px) and (max-width:768px) {
    .blog-details-section .blog-content blockquote {
        max-width: 450px;
    }
}

@media(max-width:576px) {
    .blog-details-section .blog-content blockquote {
        max-width: 300px;
    }
}

.blog-details-section .blog-content blockquote p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .69px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
}

@media(max-width:767px) {
    .blog-details-section .blog-content blockquote p {
        font-size: 18px;
    }
}

@media(max-width:576px) {
    .blog-details-section .blog-content blockquote p {
        font-size: 16px;
    }
}

.blog-details-section .blog-content blockquote p::before {
    content: url(../img/home1/icon/blockqoutes-quote1.svg);
    position: absolute;
    top: -10px;
    left: -30px;
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-details-section .blog-content blockquote p::before {
        left: 0;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .blog-details-section .blog-content blockquote p::before {
        left: -25px;
    }
}

@media(max-width:576px) {
    .blog-details-section .blog-content blockquote p::before {
        left: -22px;
    }
}

.blog-details-section .blog-content blockquote p::after {
    content: url(../img/home1/icon/blockqoutes-quote2.svg);
    position: absolute;
    bottom: -8px;
    right: 22%;
}

@media(min-width:992px) and (max-width:1199px) {
    .blog-details-section .blog-content blockquote p::after {
        right: 60px;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .blog-details-section .blog-content blockquote p::after {
        right: 25px;
    }
}

@media(max-width:576px) {
    .blog-details-section .blog-content blockquote p::after {
        right: 0;
    }
}

.blog-details-section .blog-content blockquote::after {
    content: url(../img/inner-page/blockquotes-bg.svg);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.blog-details-section .blog-content .blog-details-img-group {
    padding-top: 20px;
    margin-bottom: 30px;
}

.blog-details-section .blog-tag-and-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 70px;
}

@media(max-width:991px) {
    .blog-details-section .blog-tag-and-social {
        flex-wrap: wrap;
        gap: 30px;
        padding-top: 50px;
    }
}

.blog-details-section .blog-tag-and-social h6 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
}

.blog-details-section .blog-tag-and-social .tag {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .blog-details-section .blog-tag-and-social .tag .tag-list {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

@media(min-width:992px) and (max-width:1199px) {
    .blog-details-section .blog-tag-and-social .tag .tag-list {
        gap: 14px;
    }
}

.blog-details-section .blog-tag-and-social .tag .tag-list li {
    padding: 6px 21px;
    border: 1px solid rgba(34,34,34,.400000006);
    transition: .5s;
}

    .blog-details-section .blog-tag-and-social .tag .tag-list li a {
        color: rgba(34,34,34,.5);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        display: block;
        transition: .5s;
    }

    .blog-details-section .blog-tag-and-social .tag .tag-list li:hover {
        border: 1px solid var(--primary-color1);
    }

        .blog-details-section .blog-tag-and-social .tag .tag-list li:hover a {
            color: var(--primary-color1);
        }

.blog-details-section .blog-tag-and-social .social {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .blog-details-section .blog-tag-and-social .social .social-list {
        display: flex;
        align-items: center;
        gap: 30px;
    }

        .blog-details-section .blog-tag-and-social .social .social-list li a {
            color: var(--text-color2);
            transition: .5s;
        }

            .blog-details-section .blog-tag-and-social .social .social-list li a:hover {
                color: var(--primary-color1);
            }

.blog-details-section .blog-details-navigation {
    border-top: 1px solid rgba(34,34,34,.3000000119);
    border-bottom: 1px solid rgba(34,34,34,.3000000119);
    padding: 30px 0;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width:991px) {
    .blog-details-section .blog-details-navigation {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
}

@media(max-width:576px) {
    .blog-details-section .blog-details-navigation {
        gap: 20px;
    }
}

.blog-details-section .blog-details-navigation .single-navigation {
    display: flex;
    align-items: center;
    gap: 25px;
}

    .blog-details-section .blog-details-navigation .single-navigation .content {
        text-align: end;
    }

        .blog-details-section .blog-details-navigation .single-navigation .content a {
            color: var(--primary-color1);
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            font-weight: 400;
            text-transform: uppercase;
            margin-bottom: 6px;
        }

        .blog-details-section .blog-details-navigation .single-navigation .content h4 a {
            color: var(--primary-color1);
            font-family: "Montserrat", sans-serif;
            font-size: 25px;
            font-weight: 600;
            letter-spacing: .5px;
            text-transform: capitalize;
        }

    .blog-details-section .blog-details-navigation .single-navigation .nav-icon {
        max-width: 52px;
        min-width: 52px;
        height: 52px;
        border-radius: 50%;
        border: 1px solid var(--primary-color1);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .5s;
    }

        .blog-details-section .blog-details-navigation .single-navigation .nav-icon svg {
            stroke: var(--primary-color1);
        }

        .blog-details-section .blog-details-navigation .single-navigation .nav-icon:hover {
            background-color: var(--primary-color1);
        }

            .blog-details-section .blog-details-navigation .single-navigation .nav-icon:hover svg {
                stroke: var(--white-color);
            }

    .blog-details-section .blog-details-navigation .single-navigation.two .content {
        text-align: start;
    }

.comment-section {
    margin-bottom: 20px;
    scroll-margin-top: 150px;
}

    .comment-section .comment-title {
        margin-bottom: 45px;
    }

@media(max-width:576px) {
    .comment-section .comment-title {
        margin-bottom: 30px;
    }
}

.comment-section .comment-title h3 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    border-bottom: 2px solid rgba(34,34,34,.400000006);
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 0;
}

@media(max-width:576px) {
    .comment-section .comment-title h3 {
        font-size: 30px;
    }
}

.comment-section .author-comment {
    padding: 0;
    list-style: none;
}

    .comment-section .author-comment > li {
        display: flex;
        gap: 25px;
        margin-bottom: 40px;
    }

        .comment-section .author-comment > li:last-child {
            margin-bottom: 0;
        }

@media(max-width:576px) {
    .comment-section .author-comment > li {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.comment-section .author-comment > li .author-img {
    display: contents;
}

    .comment-section .author-comment > li .author-img img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

.comment-section .author-comment > li .comment-content {
    width: 100%;
}

    .comment-section .author-comment > li .comment-content .author-post {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

@media(max-width:576px) {
    .comment-section .author-comment > li .comment-content .author-post {
        margin-bottom: 20px;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.comment-section .author-comment > li .comment-content .author-post .author-info h5 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.comment-section .author-comment > li .comment-content .author-post .author-info span {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.comment-section .author-comment > li .comment-content .author-post .reply a {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .48px;
    border: 1px solid var(--primary-color1);
    padding: 10px 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .5s;
}

    .comment-section .author-comment > li .comment-content .author-post .reply a:hover {
        background-color: var(--primary-color1);
        color: var(--white-color);
    }

.comment-section .author-comment > li .comment-content .author-post.style-2 {
    display: block;
}

    .comment-section .author-comment > li .comment-content .author-post.style-2 .rating {
        display: flex;
        align-items: center;
        gap: 5px;
        line-height: 1;
    }

        .comment-section .author-comment > li .comment-content .author-post.style-2 .rating > li i {
            font-size: 12px;
            color: #ffc107;
        }

.comment-section .author-comment > li .comment-content p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: .48px;
    margin-bottom: 0;
}

.comment-section .author-comment > li .comment-content .replay-btn {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 15px;
}

.comment-section .contact-form input, .comment-section .contact-form textarea {
    border: 1px solid var(--primary-color1);
    height: 50px;
    padding: 15px 20px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666;
    font-family: "Montserrat", sans-serif;
    box-shadow: none;
    transition: all .4s ease-in-out;
}

    .comment-section .contact-form input:focus, .comment-section .contact-form textarea:focus {
        border: 1px solid #ddd;
    }

.comment-section .contact-form textarea {
    height: unset;
}

    .comment-section .contact-form textarea:focus {
        border: 1px solid #ddd;
    }

    .comment-section .contact-form textarea::-moz-placeholder {
        font-size: 12px;
        font-weight: 400;
        color: #666;
    }

    .comment-section .contact-form textarea::placeholder {
        font-size: 12px;
        font-weight: 400;
        color: #666;
    }

.comment-section.style-2 .comment-title h3 {
    font-size: 28px;
}

.comment-section.style-2 .author-comment li .comment-content .reply {
    padding-top: 20px;
}

    .comment-section.style-2 .author-comment li .comment-content .reply a {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: .48px;
        border: 1px solid var(--primary-color1);
        padding: 8px 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: .5s;
    }

        .comment-section.style-2 .author-comment li .comment-content .reply a:hover {
            background-color: var(--primary-color1);
            color: var(--white-color);
        }

.comment-section.style-3 {
    border: 1px solid #eee;
    padding: 50px 40px;
}

@media(max-width:576px) {
    .comment-section.style-3 {
        padding: 35px 20px;
    }
}

.comment-section.style-3 p {
    margin-bottom: 0;
}

.comment-section.style-3 .comment-title {
    margin-bottom: 30px;
}

    .comment-section.style-3 .comment-title h3 {
        font-size: 28px;
    }

.comment-section.style-3 .form-inner2 p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: .48px;
    margin-bottom: 0;
}

.comment-section.style-3 .form-inner2 .review-rate-area {
    margin-bottom: 2px;
    display: flex;
    align-items: self-start;
    gap: 15px;
}

    .comment-section.style-3 .form-inner2 .review-rate-area p {
        margin-bottom: 0;
        color: var(--text-color);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    .comment-section.style-3 .form-inner2 .review-rate-area .rate {
        float: left;
    }

        .comment-section.style-3 .form-inner2 .review-rate-area .rate:not(:checked) > input, .comment-section.style-3 .form-inner2 .review-rate-area .form-inner .rate:not(:checked) > textarea, .form-inner .comment-section.style-3 .form-inner2 .review-rate-area .rate:not(:checked) > textarea, .comment-section.style-3 .form-inner2 .review-rate-area .contact-form .rate:not(:checked) > textarea, .comment-section.style-3 .contact-form .form-inner2 .review-rate-area .rate:not(:checked) > textarea {
            position: absolute;
            top: -9999px;
        }

        .comment-section.style-3 .form-inner2 .review-rate-area .rate:not(:checked) > label {
            float: right;
            width: 1em;
            overflow: hidden;
            white-space: nowrap;
            cursor: pointer;
            font-size: 25px;
            line-height: 1;
            color: #ccc;
        }

            .comment-section.style-3 .form-inner2 .review-rate-area .rate:not(:checked) > label::before {
                content: "★ ";
            }

        .comment-section.style-3 .form-inner2 .review-rate-area .rate input:checked ~ label, .comment-section.style-3 .form-inner2 .review-rate-area .rate .form-inner textarea:checked ~ label, .form-inner .comment-section.style-3 .form-inner2 .review-rate-area .rate textarea:checked ~ label, .comment-section.style-3 .form-inner2 .review-rate-area .rate .contact-form textarea:checked ~ label, .comment-section.style-3 .contact-form .form-inner2 .review-rate-area .rate textarea:checked ~ label {
            color: #ffc107;
        }

        .comment-section.style-3 .form-inner2 .review-rate-area .rate:not(:checked) > label:hover, .comment-section.style-3 .form-inner2 .review-rate-area .rate:not(:checked) > label:hover ~ label {
            color: #ffc107;
        }

    .comment-section.style-3 .form-inner2 .review-rate-area input:checked + label:hover, .comment-section.style-3 .form-inner2 .review-rate-area input:checked + label:hover ~ label, .comment-section.style-3 .form-inner2 .review-rate-area input:checked ~ label:hover, .comment-section.style-3 .form-inner2 .review-rate-area .form-inner textarea:checked ~ label:hover, .form-inner .comment-section.style-3 .form-inner2 .review-rate-area textarea:checked ~ label:hover, .comment-section.style-3 .form-inner2 .review-rate-area .contact-form textarea:checked ~ label:hover, .comment-section.style-3 .contact-form .form-inner2 .review-rate-area textarea:checked ~ label:hover, .comment-section.style-3 .form-inner2 .review-rate-area input:checked ~ label:hover ~ label, .comment-section.style-3 .form-inner2 .review-rate-area .form-inner textarea:checked ~ label:hover ~ label, .form-inner .comment-section.style-3 .form-inner2 .review-rate-area textarea:checked ~ label:hover ~ label, .comment-section.style-3 .form-inner2 .review-rate-area .contact-form textarea:checked ~ label:hover ~ label, .comment-section.style-3 .contact-form .form-inner2 .review-rate-area textarea:checked ~ label:hover ~ label, .comment-section.style-3 .form-inner2 .review-rate-area label:hover ~ input:checked ~ label, .comment-section.style-3 .form-inner2 .review-rate-area .form-inner label:hover ~ textarea:checked ~ label, .form-inner .comment-section.style-3 .form-inner2 .review-rate-area label:hover ~ textarea:checked ~ label, .comment-section.style-3 .form-inner2 .review-rate-area .contact-form label:hover ~ textarea:checked ~ label, .comment-section.style-3 .contact-form .form-inner2 .review-rate-area label:hover ~ textarea:checked ~ label {
        color: #ffc107;
    }

.faq-section .faq-title {
    margin-bottom: 85px;
}

@media(max-width:767px) {
    .faq-section .faq-title {
        margin-bottom: 65px;
    }
}

.faq-section .faq-title h1 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.8;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media(max-width:767px) {
    .faq-section .faq-title h1 {
        font-size: 50px;
    }
}

@media(max-width:576px) {
    .faq-section .faq-title h1 {
        font-size: 45px;
    }
}

.faq-section .faq-title h1 svg {
    fill: #000;
    margin-left: 15px;
}

.faq-section .faq-title h1 span {
    padding-left: 150px;
}

@media(max-width:767px) {
    .faq-section .faq-title h1 span {
        padding-left: 100px;
    }
}

@media(max-width:576px) {
    .faq-section .faq-title h1 span {
        padding-left: 0;
    }
}

.faq-section .faq-item h3 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.05px;
}

    .faq-section .faq-item h3 svg {
        fill: rgba(34,34,34,.2);
    }

@media(max-width:576px) {
    .faq-section .faq-item h3 {
        font-size: 30px;
    }
}

.faq-section .faq-content .accordion .accordion-item {
    border: none;
}

    .faq-section .faq-content .accordion .accordion-item:first-child .accordion-header .accordion-button {
        padding-top: 0;
    }

    .faq-section .faq-content .accordion .accordion-item .accordion-header .accordion-button {
        border: none;
        border-radius: unset;
        box-shadow: none;
        color: var(--primary-color1);
        font font-family: "Montserrat", sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.4;
        text-transform: capitalize;
        padding: 0;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid var(--primary-color1);
    }

        .faq-section .faq-content .accordion .accordion-item .accordion-header .accordion-button::after {
            width: unset;
            height: unset;
            content: "\f4fe";
            font-family: bootstrap-icons;
            background-image: none;
            font-weight: 800;
            font-size: 22px;
        }

        .faq-section .faq-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
            background-color: unset;
        }

            .faq-section .faq-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
                content: "\f2ea";
            }

@media(max-width:576px) {
    .faq-section .faq-content .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }
}

.faq-section .faq-content .accordion .accordion-item .accordion-body {
    padding: 25px;
    padding-bottom: 15px;
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: .48px;
}

@media(max-width:576px) {
    .faq-section .faq-content .accordion .accordion-item .accordion-body {
        font-size: 14px;
        padding: 20px;
    }
}

.error-section {
    background-image: url(../img/inner-page/error-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
}

    .error-section .error-wrapper .error-img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 65px;
    }

@media(max-width:576px) {
    .error-section .error-wrapper .error-img {
        margin-bottom: 45px;
    }
}

.error-section .error-wrapper .error-content {
    text-align: center;
}

    .error-section .error-wrapper .error-content h1 {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 50px;
        font-weight: 800;
        line-height: 1.3;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

@media(min-width:1200px) and (max-width:1399px) {
    .error-section .error-wrapper .error-content h1 {
        font-size: 48px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .error-section .error-wrapper .error-content h1 {
        font-size: 40px;
        margin-bottom: 25px;
    }
}

@media(max-width:991px) {
    .error-section .error-wrapper .error-content h1 {
        font-size: 45px;
    }
}

@media(max-width:767px) {
    .error-section .error-wrapper .error-content h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }
}

.error-section .error-wrapper .error-content p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 45px;
}

@media(max-width:767px) {
    .error-section .error-wrapper .error-content p {
        font-size: 16px;
        margin-bottom: 35px;
    }
}

.error-section .error-wrapper .error-content .primary-btn1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 19px;
}

    .error-section .error-wrapper .error-content .primary-btn1 svg {
        fill: var(--white-color);
    }

    .error-section .error-wrapper .error-content .primary-btn1:hover svg {
        fill: var(--primary-color1);
    }

    .error-section .error-wrapper .error-content .primary-btn1.hover-btn3::after {
        width: 170%;
        height: 170%;
    }

@media(min-width:1400px) and (max-width:1599px) {
    .left-sidebar-section .product-card .product-card-img .countdown-timer, .right-sidebar-section .product-card .product-card-img .countdown-timer, .infinity-section .product-card .product-card-img .countdown-timer, .slider .product-card .product-card-img .countdown-timer, .filter-top-section .product-card .product-card-img .countdown-timer, .filter-dropdown-section .product-card .product-card-img .countdown-timer, .newest-product-section .product-card .product-card-img .countdown-timer {
        width: 170px;
        height: 35px;
    }

        .left-sidebar-section .product-card .product-card-img .countdown-timer ul li, .right-sidebar-section .product-card .product-card-img .countdown-timer ul li, .infinity-section .product-card .product-card-img .countdown-timer ul li, .slider .product-card .product-card-img .countdown-timer ul li, .filter-top-section .product-card .product-card-img .countdown-timer ul li, .filter-dropdown-section .product-card .product-card-img .countdown-timer ul li, .newest-product-section .product-card .product-card-img .countdown-timer ul li {
            font-size: 14px;
        }
}

@media(min-width:1200px) and (max-width:1399px) {
    .left-sidebar-section .product-card .product-card-img .countdown-timer, .right-sidebar-section .product-card .product-card-img .countdown-timer, .infinity-section .product-card .product-card-img .countdown-timer, .slider .product-card .product-card-img .countdown-timer, .filter-top-section .product-card .product-card-img .countdown-timer, .filter-dropdown-section .product-card .product-card-img .countdown-timer, .newest-product-section .product-card .product-card-img .countdown-timer {
        width: 160px;
        height: 30px;
    }

        .left-sidebar-section .product-card .product-card-img .countdown-timer ul li, .right-sidebar-section .product-card .product-card-img .countdown-timer ul li, .infinity-section .product-card .product-card-img .countdown-timer ul li, .slider .product-card .product-card-img .countdown-timer ul li, .filter-top-section .product-card .product-card-img .countdown-timer ul li, .filter-dropdown-section .product-card .product-card-img .countdown-timer ul li, .newest-product-section .product-card .product-card-img .countdown-timer ul li {
            font-size: 14px;
            font-weight: 500;
        }
}

@media(min-width:992px) and (max-width:1199px) {
    .left-sidebar-section .product-card .product-card-img .countdown-timer, .right-sidebar-section .product-card .product-card-img .countdown-timer, .infinity-section .product-card .product-card-img .countdown-timer, .slider .product-card .product-card-img .countdown-timer, .filter-top-section .product-card .product-card-img .countdown-timer, .filter-dropdown-section .product-card .product-card-img .countdown-timer, .newest-product-section .product-card .product-card-img .countdown-timer {
        width: 170px;
        height: 35px;
    }

        .left-sidebar-section .product-card .product-card-img .countdown-timer ul li, .right-sidebar-section .product-card .product-card-img .countdown-timer ul li, .infinity-section .product-card .product-card-img .countdown-timer ul li, .slider .product-card .product-card-img .countdown-timer ul li, .filter-top-section .product-card .product-card-img .countdown-timer ul li, .filter-dropdown-section .product-card .product-card-img .countdown-timer ul li, .newest-product-section .product-card .product-card-img .countdown-timer ul li {
            font-size: 14px;
        }
}

@media(min-width:768px) and (max-width:991px) {
    .left-sidebar-section .product-card .product-card-img .countdown-timer, .right-sidebar-section .product-card .product-card-img .countdown-timer, .infinity-section .product-card .product-card-img .countdown-timer, .slider .product-card .product-card-img .countdown-timer, .filter-top-section .product-card .product-card-img .countdown-timer, .filter-dropdown-section .product-card .product-card-img .countdown-timer, .newest-product-section .product-card .product-card-img .countdown-timer {
        width: 170px;
        height: 35px;
    }

        .left-sidebar-section .product-card .product-card-img .countdown-timer ul li, .right-sidebar-section .product-card .product-card-img .countdown-timer ul li, .infinity-section .product-card .product-card-img .countdown-timer ul li, .slider .product-card .product-card-img .countdown-timer ul li, .filter-top-section .product-card .product-card-img .countdown-timer ul li, .filter-dropdown-section .product-card .product-card-img .countdown-timer ul li, .newest-product-section .product-card .product-card-img .countdown-timer ul li {
            font-size: 14px;
        }
}

@media(min-width:1400px) and (max-width:1599px) {
    .left-sidebar-section .product-card .product-card-content .product-size, .right-sidebar-section .product-card .product-card-content .product-size, .infinity-section .product-card .product-card-content .product-size, .slider .product-card .product-card-content .product-size, .filter-top-section .product-card .product-card-content .product-size, .filter-dropdown-section .product-card .product-card-content .product-size, .newest-product-section .product-card .product-card-content .product-size {
        flex-wrap: wrap;
    }
}

@media(max-width:1399px) {
    .left-sidebar-section .product-card .product-card-content .product-size, .right-sidebar-section .product-card .product-card-content .product-size, .infinity-section .product-card .product-card-content .product-size, .slider .product-card .product-card-content .product-size, .filter-top-section .product-card .product-card-content .product-size, .filter-dropdown-section .product-card .product-card-content .product-size, .newest-product-section .product-card .product-card-content .product-size {
        flex-wrap: wrap;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .left-sidebar-section .product-card .product-card-content .product-size, .right-sidebar-section .product-card .product-card-content .product-size, .infinity-section .product-card .product-card-content .product-size, .slider .product-card .product-card-content .product-size, .filter-top-section .product-card .product-card-content .product-size, .filter-dropdown-section .product-card .product-card-content .product-size, .newest-product-section .product-card .product-card-content .product-size {
        flex-wrap: nowrap;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .shop-list-section .product-card .product-card-img .countdown-timer {
        width: 170px;
        height: 35px;
    }

        .shop-list-section .product-card .product-card-img .countdown-timer ul li {
            font-size: 14px;
        }
}

@media(min-width:768px) and (max-width:991px) {
    .shop-list-section .product-card .product-card-img .countdown-timer {
        width: 170px;
        height: 35px;
    }

        .shop-list-section .product-card .product-card-img .countdown-timer ul li {
            font-size: 14px;
        }
}

@media(min-width:1400px) and (max-width:1599px) {
    .shop-list-section .product-card .product-card-content .product-size {
        flex-wrap: wrap;
    }
}

@media(max-width:1399px) {
    .shop-list-section .product-card .product-card-content .product-size {
        flex-wrap: wrap;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .shop-list-section .product-card .product-card-content .product-size {
        flex-wrap: nowrap;
    }
}

.top-bar2 {
    background-color: #16161a;
    padding: 6px 0;
}

@media(max-width:576px) {
    .top-bar2 {
        display: none;
    }
}

.top-bar2 .top-bar-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .top-bar2 .top-bar-left i {
        color: #fff;
    }

    .top-bar2 .top-bar-left svg {
        fill: var(--white-color);
    }

    .top-bar2 .top-bar-left a {
        color: var(--white-color);
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .42px;
    }

.top-bar2 p {
    color: var(--white-color);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .28px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media(max-width:991px) {
    .top-bar2 p {
        display: none;
        visibility: hidden;
    }
}

.top-bar2 p a {
    color: rgba(255,255,255,.5);
    font-weight: 500;
    text-decoration: underline;
    transition: .5s;
}

    .top-bar2 p a:hover {
        color: var(--white-color);
    }

.top-bar2 .social-area ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

    .top-bar2 .social-area ul li {
        position: relative;
    }

        .top-bar2 .social-area ul li a {
            color: rgba(255,255,255,.5);
            transform: .5s;
        }

            .top-bar2 .social-area ul li a i {
                font-size: 14px;
            }

            .top-bar2 .social-area ul li a:hover {
                color: var(--white-color);
            }

        .top-bar2 .social-area ul li::after {
            content: "";
            position: absolute;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background-color: rgba(255,255,255,.2);
            top: 50%;
            transform: translateY(-50%);
            left: 20px;
        }

        .top-bar2 .social-area ul li:last-child::after {
            display: none;
        }

.banner-2-section {
    overflow: hidden;
}

    .banner-2-section .swiper-slide-active .banner-2-right-content h1 {
        animation: fade-In-Down 1.5s;
    }

@keyframes fade-In-Down {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.banner-2-section .swiper-slide-active .banner-2-right-content p {
    animation: fade-In-Down 1.5s;
}

.banner-2-section .swiper-slide-active .banner-2-right-content .primary-btn3 {
    animation: fade-up 1.5s;
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.banner-2-section .swiper-slide-active .banner-2-right-content strong {
    animation: zoom-In-effect 1s;
}

@keyframes zoom-In-effect {
    0% {
        transform: scale(.5);
    }

    100% {
        transform: scale(1);
    }
}

.banner-2-section .banner-2-left {
    position: relative;
    height: 100%;
}

@media(max-width:1199px) {
    .banner-2-section .banner-2-left {
        display: none;
    }
}

.banner-2-section .banner-2-left .banner-2-left-img {
    height: 100%;
}

    .banner-2-section .banner-2-left .banner-2-left-img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.banner-2-section .banner-2-left .banner-2-left-content {
    position: absolute;
    bottom: 50px;
    left: 35px;
    max-width: 300px;
    width: 100%;
}

    .banner-2-section .banner-2-left .banner-2-left-content h2 {
        color: var(--white-color);
        font-family: "Montserrat", sans-serif;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 30px;
    }

        .banner-2-section .banner-2-left .banner-2-left-content h2 strong {
            color: #c76b6b;
            font-weight: 700;
            font-size: 45px;
        }

.banner-2-section .banner-2-right {
    position: relative;
}

    .banner-2-section .banner-2-right .banner-2-right-img-bg {
        background-size: cover;
        background-repeat: no-repeat;
    }

        .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content {
            text-align: center;
            padding: 185px 0 187px 40px;
            max-width: 500px;
            width: 100%;
        }

@media(max-width:1500px) {
    .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content {
        padding: 130px 0 167px 40px;
    }
}

@media(max-width:1399px) {
    .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content {
        padding: 185px 0 187px 40px;
    }
}

@media(max-width:767px) {
    .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content {
        padding: 100px 20px 80px;
        max-width: 100%;
    }
}

.banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h1, .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h2 {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 57px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

@media(max-width:576px) {
    .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h1, .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h2 {
        font-size: 50px;
    }
}

.banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h1 span, .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h2 span {
    font-size: 45px;
    font-weight: 600;
}

@media(max-width:576px) {
    .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h1 span, .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h2 span {
        font-size: 40px;
    }
}

.banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h1 strong, .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h2 strong {
    background-image: url(../img/home2/banner2-price-bg.png);
    color: var(--white-color);
    font-size: 45px;
    font-weight: 700;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1;
    padding: 0 30px;
    margin-left: 10px;
    background-position: center center;
}

@media(max-width:576px) {
    .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h1 strong, .banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content h2 strong {
        font-size: 40px;
    }
}

.banner-2-section .banner-2-right .banner-2-right-img-bg .banner-2-right-content p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .54px;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.banner-2-section .banner-2-right .swiper-pagination2 {
    position: absolute;
    top: unset;
    bottom: 20px;
    right: 30px;
    left: unset;
    z-index: 99;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: unset;
    gap: 14px;
}

@media(max-width:767px) {
    .banner-2-section .banner-2-right .swiper-pagination2 {
        display: none;
    }
}

.banner-2-section .banner-2-right .swiper-pagination2 .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border: 1px solid var(--primary-color1);
    background-color: transparent;
    opacity: 1;
    margin: 0;
}

    .banner-2-section .banner-2-right .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--primary-color1);
        margin: 0;
    }

.section-title3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media(max-width:767px) {
    .section-title3 {
        display: block;
        margin-bottom: 40px;
    }
}

.section-title3 h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: var(--primary-color1);
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

    .section-title3 h3 span {
        font-size: 25px;
        font-weight: 400;
        position: relative;
        display: inline-block;
    }

        .section-title3 h3 span::after {
            content: "";
            position: absolute;
            bottom: 4px;
            left: 0;
            background-color: rgba(34,34,34,.2);
            width: 100%;
            height: 45%;
        }

@media(max-width:576px) {
    .section-title3 h3 span {
        font-size: 22px;
    }
}

@media(max-width:767px) {
    .section-title3 h3 {
        margin-bottom: 20px;
    }
}

@media(max-width:576px) {
    .section-title3 h3 {
        font-size: 25px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
    }
}

.section-title3 .view-all a {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .36px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(to bottom,#222222 0%,#222222 98%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size .75s;
}

    .section-title3 .view-all a:hover {
        background-size: 0 1px;
        background-position: 0% 100%;
    }

.section-title3 .view-all svg {
    fill: var(--text-color);
}

.section-title3 .slider-btn2 {
    margin-right: 70px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .section-title3 .slider-btn2 i {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid var(--primary-color1);
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        transition: .5s;
    }

        .section-title3 .slider-btn2 i:hover {
            background-color: var(--primary-color1);
            color: var(--white-color);
        }

.product-banner-section .product-banner-bg {
    border-radius: 10px;
    background: #f4efeb;
    position: relative;
}

@media(max-width:576px) {
    .product-banner-section .product-banner-bg {
        padding: 50px 20px;
    }
}

.product-banner-section .product-banner-bg .product-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width:576px) {
    .product-banner-section .product-banner-bg .product-banner-wrapper {
        justify-content: center;
    }
}

.product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-left-img {
    border-radius: 10px 0 0 10px;
}

@media(max-width:576px) {
    .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-left-img {
        display: none;
    }
}

.product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-left-img img {
    border-radius: 10px 0 0 10px;
}

.product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-content {
    text-align: center;
    max-width: 413px;
}

    .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-content h2 {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 42px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

@media(max-width:991px) {
    .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-content h2 {
        font-size: 32px;
    }
}

@media(max-width:767px) {
    .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-content h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

@media(max-width:576px) {
    .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-content h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
}

@media(max-width:991px) {
    .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-content .primary-btn3 {
        padding: 7px 25px;
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-content .primary-btn3 {
        font-size: 14px;
    }
}

.product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-right-img {
    border-radius: 0 10px 10px 0;
}

@media(max-width:576px) {
    .product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-right-img {
        display: none;
    }
}

.product-banner-section .product-banner-bg .product-banner-wrapper .product-banner-right-img img {
    border-radius: 0 10px 10px 0;
}

@media(max-width:576px) {
    .product-banner-section .product-banner-bg .product-banner-slider-btn {
        display: none;
    }
}

.product-banner-section .product-banner-bg .product-banner-slider-btn .slider-btn-bg {
    width: 35px;
    height: 81px;
    border-radius: 0 20px 20px 0;
    background: #fbf8f1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

@media(max-width:767px) {
    .product-banner-section .product-banner-bg .product-banner-slider-btn .slider-btn-bg {
        width: 25px;
        height: 70px;
    }
}

@media(max-width:576px) {
    .product-banner-section .product-banner-bg .product-banner-slider-btn .slider-btn-bg {
        width: 20px;
        height: 55px;
    }
}

.product-banner-section .product-banner-bg .product-banner-slider-btn .slider-btn-bg i {
    font-size: 24px;
}

@media(max-width:576px) {
    .product-banner-section .product-banner-bg .product-banner-slider-btn .slider-btn-bg i {
        font-size: 20px;
    }
}

.product-banner-section .product-banner-bg .product-banner-slider-btn .slider-btn-bg.two {
    border-radius: 20px 0 0 20px;
}

.product-banner-section .product-banner-bg .product-banner-slider-btn .slider-btn-bg:hover {
    background: var(--primary-color1);
    color: var(--white-color);
}

.product-banner-section .product-banner-bg .product-banner-slider-btn .pd-banner-prev-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.product-banner-section .product-banner-bg .product-banner-slider-btn .pd-banner-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
}

.product-banner-section .swiper-slide-active .product-banner-left-img {
    animation: leftRight 1s;
}

.product-banner-section .swiper-slide-active .product-banner-content {
    animation: fadeInUp 1.5s;
}

.product-banner-section .swiper-slide-active .product-banner-right-img {
    animation: RightLeft 1s;
}

@keyframes RightLeft {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.suggest-section .section-title3 .nav-pills {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media(max-width:991px) {
    .suggest-section .section-title3 .nav-pills {
        gap: 10px;
    }
}

.suggest-section .section-title3 .nav-pills .nav-item {
    margin-right: 20px;
}

    .suggest-section .section-title3 .nav-pills .nav-item:last-child {
        margin-right: 0;
    }

    .suggest-section .section-title3 .nav-pills .nav-item .nav-link {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .32px;
        text-transform: capitalize;
        padding: 0;
    }

        .suggest-section .section-title3 .nav-pills .nav-item .nav-link.active {
            background-color: unset;
            font-weight: 500;
            text-decoration-line: underline;
        }

.suggest-section .sg-slider-wrapper {
    position: relative;
}

@media(max-width:576px) {
    .suggest-section .sg-slider-wrapper .sg-slider-btn {
        display: none;
    }
}

.suggest-section .sg-slider-wrapper .sg-slider-btn i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    background-color: #fbf8f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: .5s;
}

    .suggest-section .sg-slider-wrapper .sg-slider-btn i:hover {
        background-color: var(--primary-color1);
        color: var(--white-color);
    }

.suggest-section .sg-slider-wrapper .sg-slider-btn .sg-prev-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -17px;
    z-index: 1;
}

.suggest-section .sg-slider-wrapper .sg-slider-btn .sg-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
    z-index: 1;
}

.brand-section {
    background-color: #f7ecd7;
    padding: 60px 10%;
}

@media(min-width:1400px) and (max-width:1599px) {
    .brand-section {
        padding: 60px 5%;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .brand-section {
        padding: 60px 2%;
    }
}

@media(max-width:1199px) {
    .brand-section {
        padding: 50px 3%;
    }
}

@media(max-width:767px) {
    .brand-section {
        padding: 50px 2%;
    }
}

.brand-section .pb-35 {
    padding-bottom: 35px;
}

@media(max-width:767px) {
    .brand-section .pb-35 {
        padding: 0;
    }
}

.brand-section .pt-35 {
    padding-top: 35px;
}

@media(max-width:767px) {
    .brand-section .pt-35 {
        padding: 0;
    }
}

.brand-section .section-title3 {
    width: 100%;
    height: 100%;
    border-right: 1px solid var(--primary-color1);
    margin-bottom: 0;
}

@media(max-width:1199px) {
    .brand-section .section-title3 {
        border: unset;
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .brand-section .section-title3 {
        margin-bottom: 10px;
    }
}

.brand-section .brand-border-bottom {
    position: relative;
}

    .brand-section .brand-border-bottom::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 1px;
        background-color: var(--primary-color1);
    }

@media(max-width:767px) {
    .brand-section .brand-border-bottom::after {
        display: none;
    }
}

.brand-section .brand-divider {
    position: relative;
}

    .brand-section .brand-divider::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: var(--primary-color1);
        right: 0;
        top: 0;
    }

@media(max-width:767px) {
    .brand-section .brand-divider::after {
        display: none;
    }
}

@media(max-width:767px) {
    .brand-section .brand-img {
        border: 1px solid var(--primary-color1);
        width: 100%;
        padding: 10px;
        display: flex;
        justify-content: center;
    }
}

.testimonial-section .testimonial-slider {
    position: relative;
}

    .testimonial-section .testimonial-slider::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 20%;
        height: 100%;
        background: linear-gradient(84deg,#FBF8F1 0%,rgba(251,248,241,0) 100%);
        z-index: 9;
    }

@media(max-width:767px) {
    .testimonial-section .testimonial-slider::before {
        display: none;
    }
}

.testimonial-section .testimonial-slider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(98deg,rgba(251,248,241,0) 0%,#FBF8F1 100%);
    z-index: 9;
}

@media(max-width:767px) {
    .testimonial-section .testimonial-slider::after {
        display: none;
    }
}

.testimonial-section .swiper-slide-active .testimonial-card::after {
    opacity: 1;
}

.testimonial-section .swiper-slide-active .author-img-and-rating {
    opacity: 1;
}

.testimonial-section .testimonial-card {
    background-color: var(--white-color);
    border: 1px solid var(--primary-color1);
    border-radius: 10px;
    padding: 40px 35px;
    position: relative;
    margin-bottom: 45px;
}

@media(max-width:576px) {
    .testimonial-section .testimonial-card {
        padding: 30px 20px;
    }
}

.testimonial-section .testimonial-card .testimonial-content .author-rating {
    margin-bottom: 10px;
}

    .testimonial-section .testimonial-card .testimonial-content .author-rating i {
        color: #ffc107;
    }

.testimonial-section .testimonial-card .testimonial-content p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .54px;
    margin-bottom: 35px;
}

@media(max-width:991px) {
    .testimonial-section .testimonial-card .testimonial-content p {
        font-size: 16px;
    }
}

@media(max-width:576px) {
    .testimonial-section .testimonial-card .testimonial-content p {
        font-size: 15px;
    }
}

.testimonial-section .testimonial-card .testimonial-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .testimonial-section .testimonial-card .testimonial-bottom .author-area h5 {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 23px;
        font-weight: 600;
        line-height: 1;
    }

@media(max-width:576px) {
    .testimonial-section .testimonial-card .testimonial-bottom .author-area h5 {
        font-size: 20px;
    }
}

.testimonial-section .testimonial-card .testimonial-bottom .author-area p {
    color: rgba(34,34,34,.5);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .32px;
    margin-bottom: 0;
}

@media(max-width:576px) {
    .testimonial-section .testimonial-card .testimonial-bottom .author-area p {
        font-size: 15px;
    }
}

@media(max-width:576px) {
    .testimonial-section .testimonial-card .testimonial-bottom .testimonial-qoute {
        display: none;
    }
}

.testimonial-section .testimonial-card .testimonial-bottom .testimonial-qoute svg {
    fill: rgba(34,34,34,.05);
}

.testimonial-section .testimonial-card .testimonial-bottom .date-and-time p {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
}

.testimonial-section .testimonial-card .testimonial-bottom .date-and-time span {
    color: rgba(34,34,34,.5);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.testimonial-section .testimonial-card::after {
    content: "";
    width: 40px;
    height: 40px;
    background: var(--white-color);
    border-bottom: 1px solid var(--primary-color1);
    border-right: 1px solid var(--primary-color1);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -20px;
    opacity: 0;
    transition: .35s;
}

.testimonial-section .author-img-and-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .35s;
    opacity: 0;
}

    .testimonial-section .author-img-and-rating .author-img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        margin-bottom: 10px;
    }

        .testimonial-section .author-img-and-rating .author-img img {
            width: 110px;
            height: 110px;
            border-radius: 50%;
        }

.checkout-section .form-wrap {
    border-radius: 5px;
    padding: 40px;
    box-shadow: 4px 8px 30px rgba(141,141,141,.1);
}

@media(max-width:576px) {
    .checkout-section .form-wrap {
        padding: 25px;
    }
}

.checkout-section .form-wrap h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: var(--primary-color1);
    line-height: 1;
    margin-bottom: 25px;
}

@media(max-width:576px) {
    .checkout-section .form-wrap h4 {
        font-size: 23px;
    }
}

.checkout-section .form-wrap .form-inner {
    margin-bottom: 25px;
}

    .checkout-section .form-wrap .form-inner label {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        margin-bottom: 10px;
    }

    .checkout-section .form-wrap .form-inner .nice-select {
        width: 100%;
        height: 50px;
        line-height: 50px;
        float: unset;
        border: 1px solid var(--primary-color1);
        border-radius: unset;
    }

        .checkout-section .form-wrap .form-inner .nice-select:focus {
            border: 1px solid #ddd;
        }

        .checkout-section .form-wrap .form-inner .nice-select .list {
            width: 100%;
        }

        .checkout-section .form-wrap .form-inner .nice-select::after {
            border-bottom: 2px solid var(--primary-color1);
            border-right: 2px solid var(--primary-color1);
            width: 8px;
            height: 8px;
            right: 28px;
            top: 48%;
        }

.checkout-section .added-product-summary {
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px;
}

@media(max-width:576px) {
    .checkout-section .added-product-summary {
        padding: 25px 15px;
    }
}

.checkout-section .added-product-summary h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: var(--primary-color1);
    line-height: 1;
    margin-bottom: 25px;
}

.checkout-section .added-product-summary .added-products {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .checkout-section .added-product-summary .added-products .single-product {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

        .checkout-section .added-product-summary .added-products .single-product .product-area {
            display: flex;
            align-items: center;
            gap: 25px;
        }

@media(max-width:576px) {
    .checkout-section .added-product-summary .added-products .single-product .product-area {
        gap: 10px;
    }
}

.checkout-section .added-product-summary .added-products .single-product .product-area img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

@media(max-width:576px) {
    .checkout-section .added-product-summary .added-products .single-product .product-area img {
        width: 80px;
        height: 80px;
    }
}

.checkout-section .added-product-summary .added-products .single-product .product-area .product-info h5 {
    margin-bottom: 20px;
}

@media(max-width:576px) {
    .checkout-section .added-product-summary .added-products .single-product .product-area .product-info h5 {
        margin-bottom: 10px;
    }
}

.checkout-section .added-product-summary .added-products .single-product .product-area .product-info h5 a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color1);
    line-height: 1;
    margin-bottom: 25px;
}

@media(max-width:576px) {
    .checkout-section .added-product-summary .added-products .single-product .product-area .product-info h5 a {
        font-size: 18px;
    }
}

.checkout-section .added-product-summary .added-products .single-product .product-area .product-info .product-total {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media(max-width:576px) {
    .checkout-section .added-product-summary .added-products .single-product .product-area .product-info .product-total {
        gap: 10px;
    }
}

.checkout-section .added-product-summary .added-products .single-product .product-area .product-info .product-total .quantity-counter {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 96px;
    height: 36px;
    border-radius: 30px;
    border: 1px solid var(--primary-color1);
    padding: 0 10px;
}

    .checkout-section .added-product-summary .added-products .single-product .product-area .product-info .product-total .quantity-counter a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color1);
    }

    .checkout-section .added-product-summary .added-products .single-product .product-area .product-info .product-total .quantity-counter .quantity__input {
        width: 100%;
        text-align: center;
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: .48px;
        border: unset;
    }

@media(max-width:576px) {
    .checkout-section .added-product-summary .added-products .single-product .product-area .product-info .product-total strong i {
        font-size: 12px;
    }
}

.checkout-section .added-product-summary .added-products .single-product .product-area .product-info .product-total strong .product-price {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.checkout-section .added-product-summary .added-products .single-product .delete-btn {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 4px 8px 30px rgba(141,141,141,.19);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .4s ease;
}

@media(max-width:767px) {
    .checkout-section .added-product-summary .added-products .single-product .delete-btn {
        margin: 0 0 0 auto;
    }
}

.checkout-section .added-product-summary .added-products .single-product .delete-btn i {
    font-size: 24px;
    transition: .4s ease;
}

.checkout-section .added-product-summary .added-products .single-product .delete-btn:hover {
    background-color: var(--primary-color1);
    box-shadow: 4px 8px 30px rgba(141,141,141,.19);
    transition: .4s ease;
}

    .checkout-section .added-product-summary .added-products .single-product .delete-btn:hover i {
        color: var(--white-color);
    }

.checkout-section .cost-summary {
    border-radius: 5px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 23px 30px;
}

    .checkout-section .cost-summary .cost-summary-table {
        margin-bottom: 0;
    }

        .checkout-section .cost-summary .cost-summary-table thead tr th {
            border: none;
            font-size: 16px;
            font-weight: 700;
            color: var(--primary-color1);
            font-family: "Montserrat", sans-serif;
            padding: 0;
            padding-bottom: 10px;
        }

            .checkout-section .cost-summary .cost-summary-table thead tr th:last-child {
                text-align: right;
            }

        .checkout-section .cost-summary .cost-summary-table tbody tr .tax {
            font-size: 16px;
            color: var(--text-color2);
            font-weight: 500;
            font-family: "Montserrat", sans-serif;
            padding-left: 0;
        }

        .checkout-section .cost-summary .cost-summary-table tbody tr td {
            border: none;
            font-size: 14px;
            padding-bottom: 0;
            font-weight: 400;
            color: #838383;
            font-family: "Montserrat", sans-serif;
            padding-left: 0;
        }

            .checkout-section .cost-summary .cost-summary-table tbody tr td:last-child {
                text-align: right;
            }

    .checkout-section .cost-summary.total-cost {
        padding: 18px 30px;
    }

        .checkout-section .cost-summary.total-cost thead tr th {
            padding-bottom: 0;
        }

.checkout-section .payment-methods {
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px;
}

    .checkout-section .payment-methods .payment-list {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .checkout-section .payment-methods .payment-list li {
            position: relative;
            margin-left: 25px;
        }

            .checkout-section .payment-methods .payment-list li h6 {
                font-size: 18px;
                font-weight: 600;
                color: var(--primary-color1);
                font-family: "Montserrat", sans-serif;
            }

            .checkout-section .payment-methods .payment-list li .checked {
                position: absolute;
                top: 3.5px;
                left: -25px;
                width: 16px;
                height: 16px;
                border: 1px solid rgba(0,0,0,.25);
                border-radius: 50%;
            }

            .checkout-section .payment-methods .payment-list li.active .checked {
                background: #848484;
            }

    .checkout-section .payment-methods .form-check {
        display: block;
        min-height: 24px;
        padding-left: 0;
        margin-bottom: 15px;
    }

        .checkout-section .payment-methods .form-check .form-check-input {
            min-width: 8px;
            min-height: 8px;
            margin-top: 8px;
            margin-right: 0;
            vertical-align: top;
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            border: 1px solid rgba(0,0,0,.25);
            box-shadow: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

            .checkout-section .payment-methods .form-check .form-check-input[type=radio] {
                border-radius: 50%;
            }

                .checkout-section .payment-methods .form-check .form-check-input[type=radio]:checked {
                    background: #848484;
                    border-color: transparent;
                    box-shadow: none;
                    outline: none;
                    margin-top: 8px;
                }

        .checkout-section .payment-methods .form-check .form-check-label {
            font-size: 18px;
            font-weight: 600;
            color: var(--primary-color1);
            font-family: "Montserrat", sans-serif;
        }

        .checkout-section .payment-methods .form-check .para {
            font-size: 14px;
            font-weight: 400;
            color: var(--primary-color1);
            font-family: "Montserrat", sans-serif;
        }

        .checkout-section .payment-methods .form-check.paypal {
            display: flex;
            align-items: center;
            gap: 10px;
        }

@media(min-width:992px) and (max-width:1199px) {
    .checkout-section .payment-methods .form-check.paypal {
        flex-wrap: wrap;
    }
}

@media(max-width:576px) {
    .checkout-section .payment-methods .form-check.paypal {
        flex-wrap: wrap;
    }
}

.checkout-section .payment-methods .form-check.paypal .form-check-input[type=radio] {
    margin-top: 0;
}

.checkout-section .payment-methods .form-check.paypal .about-paypal {
    color: var(--primary-color1);
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid var(--primary-color1);
    line-height: 1;
}

.checkout-section .payment-methods .payment-form-bottom {
    padding-top: 10px;
}

    .checkout-section .payment-methods .payment-form-bottom .custom-check-box {
        opacity: 0;
        display: none;
    }

        .checkout-section .payment-methods .payment-form-bottom .custom-check-box + label {
            position: relative;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-left: 2px;
            flex-wrap: wrap;
        }

@media(max-width:576px) {
    .checkout-section .payment-methods .payment-form-bottom .custom-check-box + label {
        gap: 5px;
    }
}

.checkout-section .payment-methods .payment-form-bottom .custom-check-box + label::before {
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid var(--primary-color1);
}

.checkout-section .payment-methods .payment-form-bottom .custom-check-box:checked + label::before {
    content: "\f26e";
    color: var(--white-color);
    font-family: bootstrap-icons;
    background-color: var(--primary-color1);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-section .payment-methods .payment-form-bottom label {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
}

    .checkout-section .payment-methods .payment-form-bottom label a {
        color: var(--primary-color1);
        font-weight: 600;
        font-size: 13px;
    }

.checkout-section .place-order-btn .header-btn {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    border: none;
    outline: none;
    transition: .35s ease-in;
    background: var(--primary-color1);
    cursor: pointer;
    white-space: nowrap;
}

    .checkout-section .place-order-btn .header-btn:hover {
        background: #191a1c;
    }

        .checkout-section .place-order-btn .header-btn:hover a {
            color: var(--white-color);
        }

.choose-payment-method h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.choose-payment-method .payment-option ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 21px;
}

    .choose-payment-method .payment-option ul li {
        border: 1px solid #eee;
        max-width: 101px;
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        position: relative;
    }

        .choose-payment-method .payment-option ul li.active {
            border: 1px solid var(--primary-color1);
        }

            .choose-payment-method .payment-option ul li.active .checked {
                opacity: 1;
            }

        .choose-payment-method .payment-option ul li .checked {
            position: absolute;
            top: -8px;
            right: -8px;
            width: 20px;
            height: 20px;
            background-color: var(--primary-color1);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
        }

            .choose-payment-method .payment-option ul li .checked i {
                color: var(--white-color);
            }

.choose-payment-method .input-area {
    position: relative;
}

    .choose-payment-method .input-area label {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        margin-bottom: 10px;
    }

    .choose-payment-method .input-area input, .choose-payment-method .input-area .form-inner textarea, .form-inner .choose-payment-method .input-area textarea, .choose-payment-method .input-area .comment-section .contact-form textarea, .comment-section .contact-form .choose-payment-method .input-area textarea {
        display: block;
        transition: .3s ease;
        width: 100%;
        height: 50px;
        font-size: .875rem;
        font-weight: 400;
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        border: 1px solid var(--primary-color1);
        width: 100%;
        height: 50px;
        padding: 15px 20px;
    }

        .choose-payment-method .input-area input:focus, .choose-payment-method .input-area .form-inner textarea:focus, .form-inner .choose-payment-method .input-area textarea:focus, .choose-payment-method .input-area .comment-section .contact-form textarea:focus, .comment-section .contact-form .choose-payment-method .input-area textarea:focus {
            border: 1px solid #ddd;
        }

    .choose-payment-method .input-area .input-field {
        position: relative;
    }

        .choose-payment-method .input-area .input-field img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
            width: 70px;
        }

    .choose-payment-method .input-area .nice-select {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border: 1px solid var(--primary-color1);
        border-radius: unset;
    }

        .choose-payment-method .input-area .nice-select:focus {
            border: 1px solid #ddd;
        }

        .choose-payment-method .input-area .nice-select .list {
            width: 100%;
        }

        .choose-payment-method .input-area .nice-select::after {
            border-bottom: 2px solid var(--primary-color1);
            border-right: 2px solid var(--primary-color1);
            width: 8px;
            height: 8px;
            right: 20px;
            top: 48%;
        }

.text-green {
    color: #2b8872 !important;
}

.text-red {
    color: red !important;
}

.dashboard-section {
    position: relative;
    z-index: 1;
}

    .dashboard-section .dashboard-left {
        position: sticky;
        top: 58px;
        box-shadow: 5px 2px 30px rgba(0,0,0,.06);
    }

    .dashboard-section .nav .nav-link {
        background: var(--white-color);
        border: 1px solid #efefef;
        border-bottom: none;
        width: 100%;
        min-width: 0;
        color: var(--title-color);
        font-size: 16px;
        font-weight: 500;
        font-family: "Montserrat", sans-serif;
        padding: 12px 20px;
        text-align: left;
        transition: all .42s ease;
        border-radius: 0;
        display: flex;
        align-items: center;
        line-height: 1;
    }

        .dashboard-section .nav .nav-link:last-child {
            border-bottom: 1px solid #e9e9e9;
        }

        .dashboard-section .nav .nav-link svg {
            margin-right: 10px;
            fill: var(--title-color);
            transition: all .42s ease;
        }

        .dashboard-section .nav .nav-link img {
            margin-right: 10px;
            width: 30px;
            height: auto;
            transition: all .42s ease;
        }

        .dashboard-section .nav .nav-link:hover {
            background: linear-gradient(270deg, #3ac976, #00ad95);
            /*background-color: var(--primary-color1);*/
            color: var(--white-color);
        }

            .dashboard-section .nav .nav-link:hover svg {
                fill: var(--white-color);
            }

    .dashboard-section .nav-pills .nav-link.active, .dashboard-section .nav-pills .show > .nav-link {
        color: #fff;
        /*background-color: var(--primary-color1);*/
        background: linear-gradient(270deg, #3ac976, #00ad95);
    }

        .dashboard-section .nav-pills .nav-link.active svg, .dashboard-section .nav-pills .show > .nav-link svg {
            fill: var(--white-color);
        }

.table-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
    gap: 10px;
}

    .table-title-area h3 {
        font-size: 24px;
        font-weight: 700;
        color: var(--text-color);
        line-height: 1.7;
    }

    .table-title-area .nice-select {
        height: 40px;
        border-radius: 30px;
        border: 1px solid var(--primary-color1);
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
        padding-left: 25px;
        padding-right: 55px;
        display: flex;
        align-items: center;
    }

        .table-title-area .nice-select:focus {
            border: 1px solid #ddd;
        }

        .table-title-area .nice-select::after {
            border-bottom: 1px solid var(--primary-color1);
            border-right: 1px solid var(--primary-color1);
            width: 8px;
            height: 8px;
            right: 28px;
            top: 47%;
        }

@media(max-width:576px) {
    .table-title-area .nice-select::after {
        width: 8px;
        height: 8px;
        top: 45%;
    }
}

.table-title-area .nice-select.open .list {
    width: 100%;
}

    .table-title-area .nice-select.open .list .option {
        padding-left: 25px;
    }

.table > :not(:first-child) {
    border-top: none;
}

.eg-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

    .eg-table thead {
        background: linear-gradient(270deg, #65cdc1, #47b475);
    }

        .eg-table thead tr {
            border-width: 1px;
        }

            .eg-table thead tr th {
                font-size: 15px;
                font-weight: 500;
                color: var(--white-color);
                opacity: 1;
                padding: 6px;
                vertical-align: top;
                text-align: center;
                /* border-width: 1px; */
                /* border-color: #ffffff; */
                font-family: "Montserrat", sans-serif;
                white-space: nowrap;
                border-left-color: #fff;
                border-right: 1px solid #fff;
            }

                .eg-table thead tr th:first-child {
                    /* border-left: 1px solid #000; */
                }

                .eg-table thead tr th:last-child {
                    /* border-right: 1px solid #fff; */
                }

@media(max-width:767px) {
    .eg-table thead tr th {
        display: none;
    }
}

.eg-table tbody tr td {
    font-weight: 500;
    color: var(--title-color);
    text-align: center;
    border: 1px solid rgb(234 234 234 / 75%);
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
}

@media(max-width:767px) {
    .eg-table tbody tr td {
        display: block;
        width: 100%;
        text-align: right;
        padding-left: 50%;
        position: relative;
        border-top: none;
    }

        .eg-table tbody tr td:first-child {
            border-top: 1px solid rgba(34,34,34,.75);
        }
}

.eg-table tbody tr td del {
    color: var(--text-color2);
}

.eg-table tbody tr td img {
    width: 60px;
    height: 60px;
}

@media(max-width:767px) {
    .eg-table tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .eg-table tbody {
        display: block;
        width: 100%;
    }
}

@media(max-width:767px) {
    .eg-table {
        display: block;
        width: 100%;
    }
}

@media(max-width:767px) {
    .eg-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        color: var(--title-color);
    }
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
    box-shadow: 5px 2px 30px rgba(0,0,0,.06);
    background-color: var(--white-color);
}

@media(max-width:767px) {
    .table-wrapper {
        box-shadow: unset;
    }
}

.table-wrapper .order-table tr td {
    padding: 10px 15px;
    font-size: 14px;
}

.table-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .table-pagination p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        margin-right: 10px;
    }

@media(max-width:576px) {
    .table-pagination p {
        margin-bottom: 1rem;
    }
}

.dashboard-profile {
    box-shadow: 5px 2px 30px rgba(0,0,0,.06);
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 30px;
}

    .dashboard-profile .owner {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: row;
        padding: 40px 40px 0;
    }

        .dashboard-profile .owner .image {
            margin-right: 25px;
        }

            .dashboard-profile .owner .image img {
                max-width: 100px;
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

        .dashboard-profile .owner .content h3 {
            font-size: 30px;
            font-weight: 700;
            color: var(--title-color);
            margin-bottom: 0;
        }

        .dashboard-profile .owner .content p {
            font-size: 16px;
            font-weight: 500;
            color: var(--title-color);
            font-family: "Montserrat", sans-serif;
            margin-bottom: 0;
        }

.dashboard-card {
    box-shadow: 5px 2px 30px rgba(0,0,0,.06);
}

    .dashboard-card:hover .body .icon svg {
        fill: var(--primary-color1);
    }

    .dashboard-card .header {
        background: linear-gradient(270deg, #65cdc1, #47b475);
        border-radius: 4px 4px 0 0;
        padding: 6px 20px;
    }

        .dashboard-card .header h5 {
            font-size: 15px;
            font-weight: 600;
            color: var(--white-color);
            margin-bottom: 0;
        }

    .dashboard-card .body {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        padding: 25px;
    }

        .dashboard-card .body .counter-item h2 {
            font-size: 26px;
            font-weight: 700;
            color: var(--title-color);
        }

        .dashboard-card .body .icon svg {
            fill: var(--title-color);
            transition: all .42s ease;
        }

        .dashboard-card .body .icon img {
            width: 50px;
            height: auto;
            transition: all .42s ease;
        }

.button-group {
    margin-top: 30px;
    gap: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .button-group i {
        margin-right: 8px;
        font-size: 20px;
    }

@media(max-width:576px) {
    .button-group {
        gap: 20px;
        margin-top: 20px;
    }
}

.order-traking-area .main {
    border: 1px solid rgb(213, 217, 217);
    border-radius: 8px;
}

.order-traking-area .borderbott {
    border-bottom: 1px solid rgb(213, 217, 217);
}

.order-traking-area .AC-details {
    display: flex;
    align-items: center;
    padding: 14px;
    justify-content: space-between;
}

.order-traking-area .ac-content {
    width: 80%;
}

    .order-traking-area .ac-content h4 {
        font-size: 15px;
        font-weight: 500;
        color: rgb(0, 0, 0);
        margin-top: 6px;
        margin-bottom: 5px;
    }

    .order-traking-area .ac-content p {
        margin-bottom: 0px;
        font-size: 15px;
        padding-bottom: 6px;
        text-align: left;
    }

.rs-button {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 15px;
}

.order-traking-area label {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}

.order-traking-area p {
    margin-bottom: 25px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-align: center;
}

.order-traking-area.two .section-title {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.order-traking-area.two p {
    margin-bottom: 0;
}

.form-wrapper .nice-select {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid var(--primary-color1);
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 15px 20px;
    display: flex;
    align-items: center;
}

    .form-wrapper .nice-select:focus {
        border: 1px solid #ddd;
    }

    .form-wrapper .nice-select::after {
        border-bottom: 1px solid var(--primary-color1);
        border-right: 1px solid var(--primary-color1);
        width: 8px;
        height: 8px;
        right: 20px;
        top: 48%;
    }

@media(max-width:576px) {
    .form-wrapper .nice-select::after {
        width: 8px;
        height: 8px;
        top: 45%;
    }
}

.form-wrapper .nice-select.open .list {
    width: 100%;
}

    .form-wrapper .nice-select.open .list .option {
        padding-left: 25px;
    }

.form-wrapper input, .form-wrapper .form-inner textarea, .form-inner .form-wrapper textarea, .form-wrapper .comment-section .contact-form textarea, .comment-section .contact-form .form-wrapper textarea {
    border: 1px solid var(--primary-color1);
    width: 100%;
    height: 50px;
    padding: 15px 20px;
}

    .form-wrapper input:focus, .form-wrapper .form-inner textarea:focus, .form-inner .form-wrapper textarea:focus, .form-wrapper .comment-section .contact-form textarea:focus, .comment-section .contact-form .form-wrapper textarea:focus {
        border: 1px solid #ddd;
    }

    .form-wrapper input::-moz-placeholder, .form-wrapper .form-inner textarea::-moz-placeholder, .form-inner .form-wrapper textarea::-moz-placeholder, .form-wrapper .comment-section .contact-form textarea::-moz-placeholder, .comment-section .contact-form .form-wrapper textarea::-moz-placeholder {
        color: rgba(34,34,34,.5);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .3px;
        text-transform: capitalize;
    }

    .form-wrapper input::placeholder, .form-wrapper .form-inner textarea::placeholder, .form-inner .form-wrapper textarea::placeholder, .form-wrapper .comment-section .contact-form textarea::placeholder, .comment-section .contact-form .form-wrapper textarea::placeholder {
        color: rgba(34,34,34,.5);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .3px;
        text-transform: capitalize;
    }

.form-wrapper .form-inner {
    position: relative;
}

    .form-wrapper .form-inner i {
        position: absolute;
        right: 20px;
        bottom: 13px;
        color: var(--primary-color1);
        cursor: pointer;
    }

.contact-page .single-location {
    border: 1px solid var(--primary-color1);
    padding: 40px;
}

@media(max-width:767px) {
    .contact-page .single-location {
        padding: 40px 25px;
    }
}

.contact-page .single-location .title-and-view-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .contact-page .single-location .title-and-view-btn h5 {
        color: var(--title-color);
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 1;
    }

    .contact-page .single-location .title-and-view-btn a {
        color: var(--title-color);
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 600;
        transition: .35s;
        line-height: 1;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .contact-page .single-location .title-and-view-btn a svg {
            fill: var(--title-color);
            transition: .35s;
        }

.contact-page .single-location ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .contact-page .single-location ul li {
        display: flex;
        align-items: center;
        gap: 14px;
        line-height: 1;
        margin-bottom: 10px;
        transition: .35s;
    }

        .contact-page .single-location ul li:last-child {
            margin-bottom: 0;
        }

        .contact-page .single-location ul li .icon {
            max-width: 34px;
            min-width: 34px;
            height: 34px;
            border: 1px solid var(--primary-color1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .35s;
        }

            .contact-page .single-location ul li .icon svg {
                transition: .35s;
                fill: var(--primary-color1);
            }

        .contact-page .single-location ul li .info {
            line-height: 1;
        }

            .contact-page .single-location ul li .info a {
                color: var(--text-color);
                font-family: "Montserrat", sans-serif;
                font-size: 15px;
                font-weight: 500;
                line-height: 26px;
                display: block;
            }

        .contact-page .single-location ul li:hover .icon {
            background-color: var(--primary-color1);
        }

            .contact-page .single-location ul li:hover .icon svg {
                fill: var(--white-color);
            }

.contact-page .single-contact {
    border: 1px solid var(--primary-color1);
    padding: 30px 50px 30px 11px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

    .contact-page .single-contact .title {
        line-height: 1;
        background-color: var(--white-color);
        position: absolute;
        left: 35px;
        top: -9px;
        padding: 0 20px;
    }

        .contact-page .single-contact .title h6 {
            margin-bottom: 0;
            line-height: 1;
            color: var(--title-color);
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }

    .contact-page .single-contact .icon {
        width: 40px;
        height: 40px;
        display: flex;
        /* border: 1px solid var(--primary-color1);*/
        align-items: center;
        justify-content: center;
    }

        .contact-page .single-contact .icon svg {
            fill: var(--title-color);
        }

    .contact-page .single-contact .content {
        line-height: 1;
    }

        .contact-page .single-contact .content span {
            color: var(--text-color);
            font-family: "Montserrat", sans-serif;
            font-size: 12px;
            font-weight: 600;
            line-height: 1;
        }

        .contact-page .single-contact .content h6 {
            margin-bottom: 0;
        }

            .contact-page .single-contact .content h6 a {
                color: var(--title-color);
                font-family: "Montserrat", sans-serif;
                font-size: 16px;
                font-weight: 600;
                transition: .35s;
            }

                .contact-page .single-contact .content h6 a:hover {
                    color: var(--primary-color1);
                }

.contact-page .service-available {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    padding-top: 15px;
}

    .contact-page .service-available span {
        color: #ff4820;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 25px;
    }

    .contact-page .service-available p {
        color: var(--text-color);
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
    }

        .contact-page .service-available p strong {
            font-weight: 600;
        }

.contact-page .section-title h4 {
    color: var(--title-color);
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 500;
}

.contact-page .inquiry-form {
    padding: 45px 35px 50px;
    box-shadow: 0px 1px 18px rgb(24 23 23 / 10%);
    background-color: #fff;
}

.contact-page .address {
    padding: 45px 35px 50px;
    box-shadow: 0px 1px 18px rgb(24 23 23 / 10%);
    background-color: #fff;
}

.contact-page .inquiry-form label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: var(--primary-color1);
    display: inline-block;
    margin-bottom: 5px;
}

.contact-map {
    line-height: 0;
    padding-top: 25px;
}

    .contact-map iframe {
        width: 100%;
        height: 300px;
    }

.login-modal .modal-content {
    border-radius: unset;
    border: 1px solid var(--primary-color1);
}

    .login-modal .modal-content .modal-header {
        padding: 0;
        border: unset;
    }

        .login-modal .modal-content .modal-header .nav {
            width: 100%;
            border-bottom: 1px solid rgba(34,34,34,.5);
        }

            .login-modal .modal-content .modal-header .nav .nav-item {
                flex-basis: 50%;
                border: none;
            }

                .login-modal .modal-content .modal-header .nav .nav-item .nav-link {
                    width: 100%;
                    color: rgba(34,34,34,.5);
                    font-family: "Montserrat", sans-serif;
                    font-size: 20px;
                    font-weight: 500;
                    letter-spacing: .4px;
                    text-transform: capitalize;
                    border: none;
                    padding: 18px 0;
                }

                    .login-modal .modal-content .modal-header .nav .nav-item .nav-link.active {
                        border: unset;
                        border-bottom: 2px solid var(--primary-color1);
                        color: var(--primary-color1);
                    }

                .login-modal .modal-content .modal-header .nav .nav-item:focus-visible {
                    outline: none;
                }

                .login-modal .modal-content .modal-header .nav .nav-item:hover {
                    border: none;
                }

    .login-modal .modal-content .modal-body {
        /* padding: 40px 45px;*/
    }

@media(max-width:576px) {
    .login-modal .modal-content .modal-body {
        padding: 30px 20px;
    }
}

.login-modal .modal-content .modal-body .login-registration-form .form-title {
    text-align: center;
}

    .login-modal .modal-content .modal-body .login-registration-form .form-title h3 {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: .6px;
        text-transform: capitalize;
        margin-bottom: 30px;
    }

.login-modal .modal-content .modal-body .login-registration-form .form-inner {
    position: relative;
}

    .login-modal .modal-content .modal-body .login-registration-form .form-inner input, .login-modal .modal-content .modal-body .login-registration-form .form-inner textarea {
        border: 1px solid var(--primary-color1);
        width: 100%;
        height: 50px;
        padding: 15px 20px;
    }

        .login-modal .modal-content .modal-body .login-registration-form .form-inner input:focus, .login-modal .modal-content .modal-body .login-registration-form .form-inner textarea:focus {
            border: 1px solid #ddd;
        }

        .login-modal .modal-content .modal-body .login-registration-form .form-inner input::-moz-placeholder, .login-modal .modal-content .modal-body .login-registration-form .form-inner textarea::-moz-placeholder {
            color: rgba(34,34,34,.5);
            font-family: "Montserrat", sans-serif;
            font-size: 15px;
            font-weight: 400;
            letter-spacing: .3px;
            text-transform: capitalize;
        }

        .login-modal .modal-content .modal-body .login-registration-form .form-inner input::placeholder, .login-modal .modal-content .modal-body .login-registration-form .form-inner textarea::placeholder {
            color: rgba(34,34,34,.5);
            font-family: "Montserrat", sans-serif;
            font-size: 15px;
            font-weight: 400;
            letter-spacing: .3px;
            text-transform: capitalize;
        }

    .login-modal .modal-content .modal-body .login-registration-form .form-inner i {
        position: absolute;
        right: 20px;
        bottom: 13px;
        color: var(--primary-color1);
        cursor: pointer;
    }

.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-top: 30px; */
    /* margin-bottom: 30px; */
}

    .login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box {
        opacity: 0;
        display: none;
    }

        .login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box + label {
            position: relative;
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box + label::before {
                content: "";
                width: 15px;
                height: 15px;
                border: 1px solid var(--primary-color1);
            }

        .login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box:checked + label::before {
            content: "\f26e";
            color: var(--white-color);
            font-family: bootstrap-icons;
            background-color: var(--primary-color1);
            font-size: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember label {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .3px;
        text-transform: capitalize;
    }

    .login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .forget-pass {
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .3px;
        text-transform: capitalize;
    }

.login-modal .modal-content .modal-body .login-registration-form .primary-btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.login-modal .modal-content .modal-body .login-registration-form .member {
    color: var(--primary-color1);
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .3px;
}



.slideshow-items {
    width: 100%;
    height: 100%;
}

.slideshow-thumbnails {
    width: 80px;
    height: 80px;
    margin: 2px;
}

#slideshow-items-container {
    display: inline-block;
    position: relative;
}

#lens {
    background-color: rgba( 233, 233, 233, 0.4 );
}

#lens, #result {
    position: absolute;
    display: none;
    z-index: 9999999;
}

.slideshow-items {
    display: none;
}

    .slideshow-items.active {
        display: block;
    }

.slideshow-thumbnails {
    opacity: 0.5;
}

    .slideshow-thumbnails.active {
        opacity: 1;
    }

#lens, .slideshow-items, .slideshow-thumbnails, #result {
    border: solid #e0e0e0 1px;
    border-radius: 4px;
}

.privacy p {
    font-size: 13px;
}

.returns p {
    font-size: 13px;
}

.terms {
    margin: 0;
    padding: 0;
    list-style: disc;
}

    .terms li {
        margin-bottom: 10px;
        font-size: 13px;
    }

        .terms li b {
            font-size: 16px;
        }


.shipping {
    margin: 0;
    padding: 0;
    list-style: decimal;
    padding-left: 15px;
}

    .shipping li {
        margin-bottom: 10px;
        font-size: 13px;
    }


.product-card .product-card-content .addtocart-qty-wrapper {
    position: relative;
    width: 100%;
    min-width: 195px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0px 20px;
}

    .product-card .product-card-content .addtocart-qty-wrapper .qty {
        width: 90px;
        max-width: 90px;
        text-align: center;
        float: left;
        margin-right: -8px;
        z-index: 10;
    }

        .product-card .product-card-content .addtocart-qty-wrapper .qty .qty-decr {
            position: absolute;
            left: 0;
            cursor: pointer;
            font-size: 12px;
            top: 10px;
            padding: 10px;
        }

        .product-card .product-card-content .addtocart-qty-wrapper .qty input {
            border: 1px solid #0e8345;
            border-radius: 5px;
            font-size: 16px;
            height: 50px;
            max-width: 90px;
            text-align: center;
            padding: 15px 20px;
        }

.product-card .product-card-content .tocart {
    border-radius: 2px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #0e8345;
    padding: 2px 10px;
    position: relative;
    text-transform: capitalize;
}

.product-card .product-card-content .quantity-counter {
    display: flex;
    align-items: center;
    gap: 0px;
    width: 100px;
    height: 35px;
    border-radius: 2px;
    padding: 0 10px;
    position: relative;
    max-width: 90px;
    text-align: center;
    float: left;
    margin-right: -8px;
    z-index: 1;
    background-color: #ffffff;
    border: 1px solid #0e8345;
}

    .product-card .product-card-content .quantity-counter a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color1);
    }

    .product-card .product-card-content .quantity-counter .quantity__input {
        width: 100%;
        text-align: center;
        color: var(--primary-color1);
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: normal;
        border: unset;
        padding: 4px 0;
    }

.product-card .product-card-content .actions-secondary {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    margin-top: 20px;
    background: #7f7f80;
    padding: 10px;
}

    .product-card .product-card-content .actions-secondary a {
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        color: #ffffff;
        text-decoration: NONE;
        font-weight: 600;
        margin-bottom: -14px;
        position: relative;
        text-transform: capitalize;
    }




a:hover {
    text-decoration: none !important;
}



.size16 {
    font-size: 18px;
}


@media screen and (max-width: 600px) {
    .size16 {
        font-size: 16px !important;
        margin: 0;
    }



    .single-menu .menu-header {
        border-bottom: 1px solid var(--primary-color1);
        display: flex;
        justify-content: center;
        padding: 5px 0;
        background: #222222;
        width: 100%;
        padding: 5px !important;
    }
}




input#btnLLogin {
    background-color: #000000 !important;
    color: white !important;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    transition: background-color 0.3s ease;
    text-transform: uppercase !important;
}


.login-modal .modal-content .modal-header .nav .nav-item .nav-link {
    width: 100%;
    color: rgba(34, 34, 34, .5);
    font-family: "Montserrat", sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: .4px !important;
    text-transform: uppercase !important;
    padding: 18px 0 !important;
}


.top-bar .sc_rlinks .up_rlinks {
    margin: 6px 0 0 0 !important;
    height: 30px !important;
}

.mega-menu .megamenu-wrap .single-menu .menu-row .menu-single-item ul li {
    width: 100% !important;
}
