/*Global css*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
    background-color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}
a,
button {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
a {
    text-decoration: none;
    color: #025ea7;
}
a:hover {
    text-decoration: none;
    outline: 0;
    color: #000000;
}
a,
img {
    border: none;
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
label {
    font-weight: 500;
    color: #253440;
    margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    color: #000000;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1.3;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 55px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
p {
    display: block;
    margin: 0 0 15px;
    color: #253440;
    font-weight: 400;
}
p:last-child {
    margin: 0;
}
.btn-custom {
    text-align: center;
    padding: 0px 16px;
    background-color: #f96b35;
    border: solid 1px transparent;
    border-radius: 38px;
    height: 38px;
    color: #fff;
    outline: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.btn-custom:hover {
    color: #ffffff;
    background-color: #292824;
    border-color: #292824;
}
button:focus {
    outline: none;
}
.btn-custom-banner {
    height: auto;
    line-height: normal;
}
.btn-custom small {
    display: block;
}
.btn-custom.btn-sm {
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 28px;
    padding: 0 20px;
}
.form-group {
    margin-bottom: 25px;
}
.form-control {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color: #68727b;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    outline: none;
    padding: 0px 15px;
}
textarea.form-control {
    min-height: 120px;
    resize: vertical;
    line-height: normal;
}
.form-control:focus {
    color: #68727b;
    background-color: #fff;
    border-color: #d9d9d9;
    outline: 0;
    box-shadow: none;
    outline: none;
}
.form-control::-webkit-input-placeholder {
    color: #68727b;
}
.form-control:-ms-input-placeholder {
    color: #68727b;
}
.form-control::placeholder {
    color: #68727b;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
    background: #fff url(../images/select-arrow.svg) no-repeat center right 16px;
}
.container {
    max-width: 1430px;
}
.container-fluid {
    padding: 0 50px;
}
.padding-top-bottom-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.padding-bottom-70 {
    padding-bottom: 70px;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
}
.row-gap30 {
    row-gap: 30px;
}
.page-spacing {
    padding-top: 30px;
    padding-bottom: 100px;
}
.breadcrumb {
    gap: 20px;
    margin-bottom: 0;
}
.breadcrumb li {
    font-size: 14px;
    position: relative;
}
.breadcrumb li a {
    color: #565656;
    display: flex;
    align-items: center;
    gap: 4px;
}
.breadcrumb li a i {
    line-height: 0.5;
}
.breadcrumb li:last-child {
    color: #f96b35;
}
.breadcrumb li:after {
    content: "";
    position: absolute;
    right: -19px;
    top: 6px;
    width: 12px;
    height: 12px;
    background-image: url("../images/breadcrumb-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.breadcrumb li:last-child:after {
    content: inherit;
    background-image: none;
}
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 0;
    width: 100%;
    color: #565656;
    font-weight: 400;
}
.checkmark {
    position: absolute;
    top: 0px;
    right: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border: solid 1px #d9dde1;
    border-radius: 5px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox input:checked ~ .checkmark {
    background-color: #f96b35;
    border: solid 1px #f96b35;
}
.custom-checkbox .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    user-select: none;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    inset: 0;
}
.radiomark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: solid 1px #d9dde1;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background-color: #f96b35;
}
.custom-checkbox input:checked ~ .radiomark {
    border-color: #f96b35;
}
.custom-checkbox input:checked ~ .radiomark:after {
    display: block;
}
.page-title-card {
    margin-bottom: 30px;
}
.page-title-card h1,
.page-title-card h2 {
    margin-bottom: 0;
    font-size: 36px;
}

@media (max-width: 1440px) {
    .container-fluid {
        padding: 0 30px;
    }
    .container {
        max-width: 1230px;
    }
    h2 {
        font-size: 45px;
    }
    .page-title-card h1,
    .page-title-card h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .container-fluid {
        padding: 0 16px;
    }
    h2 {
        font-size: 36px;
    }
    p {
        font-size: 15px;
    }
    .padding-bottom-100 {
        padding-bottom: 60px;
    }
    .padding-bottom-70 {
        padding-bottom: 50px;
    }
    .page-spacing {
        padding-top: 25px;
        padding-bottom: 70px;
    }
    .page-title-card {
        margin-bottom: 20px;
    }
    .page-title-card h1,
    .page-title-card h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .padding-top-bottom-40 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    h2 {
        font-size: 30px;
    }
    p {
        font-size: 14px;
    }
    .page-spacing {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .padding-top-30 {
        padding-top: 20px;
    }
    .padding-bottom-100 {
        padding-bottom: 30px;
    }
    .padding-bottom-70 {
        padding-bottom: 20px;
    }
    .padding-top-bottom-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    h2 {
        font-size: 24px;
    }
    .page-title-card {
        margin-bottom: 10px;
        text-align: center;
    }
}

/*****Header*****/
.header-card {
    background: #f2f5fa;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.header-card-top {
    padding: 15px 60px;
    border-bottom: 1px solid #dee2e6;
}
.logo {
    width: 154px;
    margin-right: 50px;
}
.search-box-card {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #dee2e6;
    overflow: hidden;
    width: 63%;
    flex: 0 0 63%;
}
.search-select-card {
    width: 22%;
    flex: 0 0 22%;
    border-right: 1px solid #dee2e6;
}
.search-select-card .form-control {
    height: 60px;
    line-height: 60px;
    border: none;
    background-color: #fff;
    padding: 0 24px;
    font-size: 16px;
    color: #586774;
    font-weight: 400;
}
.search-input-card {
    width: 78%;
    flex: 0 0 78%;
    position: relative;
}
.search-input-card .form-control {
    border: none;
    background-color: #fff;
    padding: 0 50px 0 10px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #586774;
    text-overflow: ellipsis;
    font-weight: 400;
}
.search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    border: none;
    background: transparent;
    padding: 0;
    outline: none;
}
/* .header-card-right-info{gap: 5px;} */
.location-tag {
    gap: 10px;
    color: #000000;
}
.buy-btn.btn-custom {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 700;
    padding: 0 26px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-nav-card {
    padding: 15px 60px;
}
.navigation ul li {
    margin-right: 50px;
    font-size: 16px;
    color: #000;
    position: relative;
}
.navigation ul li:after {
    position: absolute;
    left: 0;
    bottom: -28px;
    height: 5px;
    background-color: #f96c36;
    content: "";
    width: 0px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.navigation ul li:last-child {
    margin-right: 0;
}
.navigation ul li a {
    color: #000;
}
.navigation ul li a {
    color: #000;
}
.navigation ul li.active:after,
.navigation ul li:hover:after {
    width: 100%;
}
.navigation ul li.active a,
.navigation ul li:hover a {
    color: #f96c36;
}
.head-contact-card {
    gap: 10px;
}
.head-contact-card i {
    width: 34px;
    flex: 0 0 34px;
}
.head-contact-card span {
    display: block;
}
.head-contact-card span small {
    display: block;
    color: #000000;
    font-size: 14px;
}
.head-contact-card span a {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.mobile-show {
    display: none;
}
.menuImageBar {
    display: inline-block;
    cursor: pointer;
}
.iphonNav .logo {
    display: none;
}
.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    background-color: #000;
    margin: 5px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-2px, 2px);
    transform: rotate(-45deg) translate(-2px, 2px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.menuImage {
    display: none;
}

@media (max-width:1800px) {
.search-select-card {
    width: 29%;
    flex: 0 0 29%;}
.search-input-card {
    width: 72%;
    flex: 0 0 72%;}
.search-box-card {    width: 54%;
    flex: 0 0 54%;}
}

@media (max-width: 1440px) {
    .header-card-top {
        padding: 10px 40px;
    }
    .logo {
        width: 130px;
        margin-right: 30px;
    }
    .search-box-card {
        width: 550px;
    }
    .search-box-card {
         width:54% ;
    flex: 0 0 54%;
    }



    .buy-btn.btn-custom {
               height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 20px;
    }
    .buy-btn.btn-custom i {
        width: 20px;
                display: none;
    }
    .search-select-card {
        width: 35%;
        flex: 0 0 35%;
    }
    .search-input-card {
                width: 65%;
        flex: 0 0 65%;
    }
    .header-nav-card {
        padding: 10px 40px;
    }
    .navigation ul li {
        margin-right: 40px;
    }
    .navigation ul li:after {
        bottom: -21px;
    }
    .head-contact-card span small {
        font-size: 13px;
    }
    .head-contact-card span a {
        font-size: 18px;
    }

.search-select-card .form-control {     padding: 0 15px;}


}
@media (max-width: 1199px) {
    .header-card {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .header-nav-card {
        padding: 10px 20px;
    }
    .header-card-top {
        padding: 10px 20px;
    }
    .logo {
        width: 100px;
        margin-right: 20px;
    }
    .search-box-card {
        width: 480px; 
  
    }
    .buy-btn.btn-custom {
        font-size: 14px;
    }
    .buy-btn.btn-custom i {
        width: 16px;
    }

}

@media (max-width: 1024px) {
    .search-box-card {        width:51%;        flex: 0 0 51%;}
    .search-select-card .form-control {
        background-position: 96% center;
        background-size: 11px;
    }
}
@media (max-width: 991px) {
    .search-box-card {
        width: 360px;
        flex: 0 0 360px;
    }
    .search-select-card {
        width: 40%;
        flex: 0 0 40%;
    }
    .search-select-card .form-control {
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        font-size: 14px;
    }
    .search-input-card {
        width: 60%;
        flex: 0 0 60%;
    }
    .search-input-card .form-control {
        padding: 0 50px 0 10px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .header-card-right-info {
        gap: 10px;
        flex: 0 0 auto;
        padding-left: 16px;
    }
    .location-tag {
        gap: 4px;
        font-size: 15px;
    }
    .location-tag i {
        width: 15px;
        flex: 0 0 15px;
    }
    .buy-btn.btn-custom {
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        padding: 0 16px;
        gap: 6px;
    }
    .buy-btn.btn-custom i {
        display: none;
    }
    .navigation ul li {
        margin-right: 20px;
        font-size: 15px;
    }
    .head-contact-card i {
        width: 24px;
        flex: 0 0 24px;
    }
    .head-contact-card span small {
        font-size: 12px;
    }
    .head-contact-card span a {
        font-size: 15px;
    }
    .logo {
        width: 90px;
        flex: 0 0 90px;
    }
}
@media (max-width: 991px) {
    .navigation {
        display: none;
    }
    .header-card-top-right {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 90px;
    }
    .search-select-card .form-control {
        background-size: 10px auto;
        background-position: right 7px center;
    }
    .menuImage {
        float: none;
        height: auto;
        margin: 0;
        position: absolute;
        right: 15px;
        top: 28px;
        z-index: 999;
    }
    .iphon_navigation {
        background: #292825;
        border-radius: 0 16px 16px 0;
        bottom: 0;
        display: flex !important;
        left: -260px;
        overflow-y: auto;
        margin: 0 !important;
        position: fixed;
        top: 0;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        width: 260px;
        z-index: 9999;
        padding: 20px !important;
        height: 100% !important;
        flex-direction: column;
        justify-content: space-between;
    }
    .nav-open {
        left: 0 !important;
    }
    .iphon_navigation ul {
        overflow: scroll;
    }
    .iphon_navigation ul li {
        display: block;
        margin-bottom: 10px;
        position: inherit;
    }
    .iphon_navigation ul li a {
        color: #fff;
        display: block;
        font-size: 15px;
    }
    .header-nav-card {
        padding: 0;
    }
    .header-card-top {
        padding: 10px 16px;
        border: none;
    }
    .head-contact-card {
        display: none !important;
    }
    .search-box-card {
        width: 100%;
        flex: 0 0 100%;
    }
    .search-btn {
        right: 10px;
    }
    .header-card-right-info {
        position: absolute;
        top: -69px;
        right: 38px;
        gap: 6px;
    }
    .buy-btn.btn-custom {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        padding: 0 10px;
        gap: 0;
    }
    .header .container-fluid {
        padding: 0;
    }
    .mobile-show {
        display: flex !important;
        filter: brightness(0) invert(1);
    }
    .iphonNav .logo {
        display: block;
        filter: brightness(0) invert(1);
    }
    .iphonNav .logo img {
        display: block;
        filter: brightness(0) invert(1);
    }
    .header {
        position: relative;
        margin: 0 0 60px;
    }
    .search-select-card {
        width: 37%;
        flex: 0 0 37%;
    }
    .search-input-card {
        width: 63%;
        flex: 0 0 63%;
    }
    .search-select-card .form-control {
        font-size: 12px;
    }
    .search-input-card .form-control {
        padding: 0 42px 0 10px;
        font-size: 13px;
    }
}
/*****Header End*****/

/*****banner*****/
.banner .container-fluid {
    position: relative;
}
.banner-slider {
    border-radius: 50px;
    overflow: hidden;
}
.banner-info-card {
    position: relative;
}
.banner-img img {
    display: block;
    width: 100% !important;
}
.banner-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 110px;
}
.banner-info h2 {
    font-size: 64px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
}
.banner-info h2 span {
    display: block;
    font-size: 85px;
    color: #f96b35;
    position: relative;
}
.banner-info h2 span:after {
    background: url(../images/line-shap.svg);
    position: absolute;
    left: 4px;
    bottom: -10px;
    content: "";
    width: 382px;
    height: 22px;
}
.banner-info p {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
.banner-btn {
    gap: 20px;
    padding-top: 16px;
}
.banner-btn .btn-custom {
    height: 60px;
    line-height: 58px;
    padding: 0 25px;
    border-width: 2px;
}
.banner-btn .btn-custom:hover,
.banner-btn .btn-custom:focus {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.banner-btn .btn-custom.btn-custom-outline {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.banner-btn .btn-custom.btn-custom-outline:hover,
.banner-btn .btn-custom.btn-custom-outline:focus {
    background: #f96b35;
    border-color: #f96b35;
    color: #fff;
}
.scroll-down-card {
    width: 294px;
    height: 64px;
    background: url(../images/scroll-down-shap.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 9;
    margin: 0 auto;
}
.scroll-down-card a {
    width: 74px;
    height: 74px;
    background: #f96b35;
    display: flex;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
}
.scroll-down-card a img {
    width: 34px;
    height: 34px;
    margin: auto;
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
}
.scroll-down-card a:hover {
    background-color: #000;
}
.banner-slider .owl-nav {
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    left: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-slider .owl-nav button {
    width: 49px;
    height: 121px;
}
.banner-slider .owl-nav button.owl-prev {
    background: url(../images/arrowleft.webp) no-repeat center center !important;
}
.banner-slider .owl-nav button.owl-next {
    background: url(../images/arrowright.webp) no-repeat center center !important;
}
.banner-slider .owl-nav button span {
    display: none;
}
.banner-slider .owl-nav button:hover {
    background-color: #000;
}
@keyframes up-down {
    0% {
        transform: translate(1px, 0px);
    }
    24% {
        transform: translate(1px, 10px);
    }
    50% {
        transform: translate(1px, 0px);
    }
    74% {
        transform: translate(1px, 8px);
    }
    100% {
        transform: translate(1px, 0px);
    }
}

@media (max-width: 1440px) {
    .banner-info h2 {
        font-size: 50px;
    }
    .banner-info h2 span {
        font-size: 60px;
    }
    .banner-info p {
        font-size: 16px;
    }
    .banner-btn .btn-custom {
        height: 50px;
        line-height: 48px;
        padding: 0 16px;
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .banner-slider {
        border-radius: 20px;
    }
    .banner-info {
        padding: 0 80px;
    }
    .banner-info h2 {
        font-size: 36px;
    }
    .banner-info h2 span {
        font-size: 40px;
    }
    .banner-info h2 span:after {
        background: url(../images/line-shap.svg) no-repeat;
        width: 180px;
        height: 10px;
        background-size: 100%;
    }
    .scroll-down-card a {
        width: 60px;
        height: 60px;
    }
    .scroll-down-card {
        width: 190px;
        height: 30px;
        background-size: 100% 100%;
    }
}
@media (max-width: 991px) {
    .banner-info h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .banner-info h2 span {
        font-size: 32px;
    }
    .banner-info h2 span:after {
        width: 140px;
        height: 8px;
    }
    .banner-info p {
        font-size: 14px;
    }
    .banner-btn {
        gap: 10px;
        padding-top: 10px;
    }
    .banner-btn .btn-custom {
        height: 40px;
        line-height: 38px;
    }
    .scroll-down-card a {
        width: 40px;
        height: 40px;
        margin-top: 10px;
    }
    .scroll-down-card {
        width: 70px;
        height: 10px;
    }
    .scroll-down-card a img {
        width: 24px;
        height: 24px;
    }
}
@media (max-width: 767px) {
    .banner .container-fluid {
        padding: 0 16px;
    }
    .scroll-down-card {
        display: none;
    }
    .banner {
        padding: 15px 0 0;
        margin: 0 0 20px;
    }
    .banner-slider {
        height: 260px;
    }
    .banner-slider .owl-stage-outer,
    .banner-slider .owl-stage,
    .banner-slider .owl-item,
    .banner-slider .item,
    .banner-info-card,
    .banner-img {
        height: 100%;
    }
    .banner-info {
        padding: 0 20px 0 30px;
    }
    .banner-img img {
        display: block !important;
        width: 100% !important;
        height: 100%;
        object-fit: cover;
    }
    .banner-slider .owl-nav button {
        width: 20px;
        height: 60px;
    }
    .banner-slider .owl-nav button.owl-next,
    .banner-slider .owl-nav button.owl-prev {
        background-size: 100% 100% !important;
    }
    .banner-info h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .banner-info h2 span {
        font-size: 24px;
    }
    .banner-info h2 span:after {
        width: 110px;
        height: 6px;
    }
    .banner-btn .btn-custom {
        font-size: 13px;
        padding: 0 10px;
    }
}
/*****banner end*****/

/*****category-block*****/
.category-items {
    display: block;
    width: 104px;
    margin-right: 40px;
}
.category-img {
    background: url(../images/icon-shap.svg) no-repeat center center;
    width: 100%;
    height: 101px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -16px;
}
.category-img img {
    display: block;
    width: auto !important;
}
.category-title {
    font-size: 14px;
    color: #000000;
    border: 1px solid #dee2e6;
    border-radius: 22px;
    padding: 3px 12px;
    text-align: center;
    display: inline-block;
    background: #fff;
    transition: all 0.3s ease;
}
.category-items:hover .category-title {
    border-color: #f96b35;
    background-color: #f96b35;
    color: #fff;
}

@media (max-width: 1440px) {
    .category-items {
        margin-right: 10px;
    }
}
@media (max-width: 1199px) {
    .category-block .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 991px) {
    .category-block .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .category-img {
        width: 98px;
        height: 95px;
    }
}
@media (max-width: 767px) {
    .category-block {
        padding: 0 !important;
    }
}
/*****category-block end*****/

/*****latest-products-block*****/
.latest-products-block h2 {
    margin-bottom: 25px;
}
.latest-products-slider .owl-nav {
    gap: 10px;
    max-width: 1430px;
    margin: 0 auto;
    position: absolute;
    top: -85px;
    right: 22px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.latest-products-slider .owl-nav button {
    width: 50px;
    height: 50px;
}
.latest-products-slider .owl-nav button.owl-prev {
    background: url(../images/slider-arrow-left.webp) no-repeat center center !important;
}
.latest-products-slider .owl-nav button.owl-next {
    background: url(../images/slider-arrow-right.webp) no-repeat center center !important;
}
.latest-products-slider .owl-nav button.owl-prev:hover {
    background: url(../images/slider-arrow-left-hover.webp) no-repeat center
        center !important;
}
.latest-products-slider .owl-nav button.owl-next:hover {
    background: url(../images/slider-arrow-right-hover.webp) no-repeat center
        center !important;
}
.latest-products-slider .owl-nav button span {
    display: none;
}
.latest-products-slider .owl-nav button:hover {
    background-color: #000;
}
.latest-products-slider:before {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(
        260deg,
        rgba(255, 255, 255, 0.01) 20%,
        rgba(255, 255, 255, 1) 100%
    );
    content: "";
    width: 240px;
    z-index: 1;
}
.latest-products-slider:after {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(
        95deg,
        rgba(255, 255, 255, 0.01) 20%,
        rgba(255, 255, 255, 1) 100%
    );
    content: "";
    width: 240px;
    z-index: 1;
}
.latest-products-item {
    position: relative;
}
.latest-products-block .latest-products-item {
    width: 446px;
    margin-right: 15px;
    margin-left: 15px;
}
.latest-products-item:hover .product-img img {
    transform: scale(1.3);
}
.latest-products-item-info {
    border-radius: 30px 30px 0 30px;
    border: 1px solid #eee;
    background: #fff;
    position: relative;
}
.image-number {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #000000a3;
    z-index: 4;
    gap: 5px;
    border-radius: 10px;
    padding: 5px 8px;
    color: #fff;
    font-size: 12px;
}
.product-img {
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    display: block;
    width: 100%;
}
.product-img::before {
    padding-top: 70%;
    content: "";
    display: block;
}
.product-img img {
    transition: all 0.6s ease;
    display: block;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.product-info {
    padding: 30px;
}
.products-logo {
    position: relative;
    background: url(../images/Mask-group.webp) no-repeat center top;
    width: 140px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -68px;
    margin-bottom: 3px;
    padding-top: 0;
    background-size: 100% auto;
    padding: 10px 20px;
}
.products-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}
.verified-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    margin-bottom: 5px;
}
.product-info-rating {
    padding-bottom: 16px;
}
.product-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}
.product-info h3 a {
    color: #000000;
}
.products-rating {
    color: #565656;
    gap: 5px;
}
.product-info h3 a:hover {
    color: #f96b35;
}
.packaging-type {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #565656;
    padding-bottom: 16px;
}
.price-tag {
    display: block;
    font-size: 24px;
    color: #f96b35;
    font-weight: 600;
    padding-bottom: 10px;
}
.price-tag small {
    font-size: 16px;
    color: #565656;
    font-weight: 400;
}
.product-info p {
    color: #565656;
}
.view-more-btn {
    width: 50%;
    position: relative;
    z-index: 1;
}
.chat-with-us-btn {
    width: 50%;
    position: relative;
    border-top-color: #fff !important;
    margin-top: -1px;
    border: 1px solid #eee;
    position: relative;
    border-radius: 0 0 20px 20px;
    background: #fff;
}
.chat-with-us-btn:after,
.chat-with-us-btn:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -30px;
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-bottom: none;
    bottom: 0;
}
.chat-with-us-btn:before {
    border: 0 !important;
}
.chat-with-us-btn:after {
    border-top-right-radius: 25px;
    right: 0;
    border-left: none;
}
.without-bg {
    background-color: transparent !important;
    border: 0;
    height: 64px;
    line-height: 64px;
    color: #000 !important;
    text-decoration: underline;
    font-weight: 400;
    border-radius: 0;
    gap: 10px;
}

@media (max-width: 1440px) {
    .latest-products-block .latest-products-item {
        width: 340px;
    }
    .product-info {
        padding: 20px;
    }
    .products-logo {
        margin-top: -58px;
    }
    .product-info h3 {
        font-size: 22px;
    }
    .packaging-type {
        font-size: 15px;
        padding-bottom: 10px;
    }
    .product-info p {
        font-size: 15px;
    }
    .latest-products-slider:after,
    .latest-products-slider:before {
        width: 120px;
    }
    .view-more-btn .btn-custom {
        padding: 0px 10px;
        font-size: 14px;
        gap: 10px;
    }
    .without-bg {
        padding: 0px 10px;
        font-size: 14px;
        gap: 6px;
    }
    .without-bg i {
        width: 20px;
    }
}
@media (max-width: 1199px) {
    .latest-products-block .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .latest-products-slider .owl-nav {
        top: -70px;
        right: 20px;
        left: auto;
    }
}
@media (max-width: 991px) {
    .latest-products-block .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .latest-products-slider:after,
    .latest-products-slider:before {
        width: 80px;
    }
    .product-info h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .latest-products-block .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .latest-products-block .latest-products-item {
        width: 280px;
        margin-right: 8px;
        margin-left: 8px;
    }
    .latest-products-slider:after,
    .latest-products-slider:before {
        width: 36px;
    }
    .latest-products-slider .owl-nav {
        display: none;
    }
    .without-bg {
        font-size: 12px;
        gap: 5px;
    }
    .latest-products-block h2 {
        margin-bottom: 20px;
        text-align: center;
    }
}
/*****latest-products-block end*****/

/*****how-works-block*****/
.how-works-block {
    background: url(../images/howitsworksbg.webp) no-repeat center top;
    margin: 0 50px;
    padding: 100px 0;
    background-size: 100%;
}
.how-works-card {
    position: relative;
    z-index: 2;
}
.how-works-card:after {
    background: url(../images/dottedline.webp);
    position: absolute;
    left: 0;
    right: 0;
    top: -43px;
    height: 95px;
    bottom: 0;
    background-position: center;
    content: "";
    background-repeat: no-repeat;
    margin: auto;
}
.step-header {
    font-size: 72px;
    font-weight: bold;
    -webkit-text-stroke: 1px black;
    color: transparent;
    margin-bottom: 20px;
    font-weight: 900;
    letter-spacing: 2px;
}
.step-box {
    background-color: #f26322;
    color: #ffffff;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin: 0 auto 1rem;
    font-size: 30px;
    transform: rotate(45deg);
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
.step-box img {
    transform: rotate(-45deg);
    display: block;
}
.step-content {
    padding: 0 20px;
}
.step-content h5 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}
.step-content p {
    color: #000;
}

@media (max-width: 1440px) {
    .how-works-block {
        padding: 60px 0;
        margin: 0 30px;
    }
    .step-header {
        font-size: 60px;
    }
    .step-box {
        width: 120px;
        height: 120px;
    }
    .step-box img {
        width: 50px;
    }
    .step-content h5 {
        font-size: 26px;
    }
}
@media (max-width: 1199px) {
    .step-header {
        font-size: 46px;
    }
    .step-box {
        width: 80px;
        height: 80px;
        margin-bottom: 30px;
    }
    .step-box img {
        width: 40px;
    }
    .how-works-card:after {
        display: none;
    }
    .step-content {
        padding: 0;
    }
    .step-content h5 {
        font-size: 20px;
    }
    .step-content p {
        font-size: 15px;
    }
    .how-works-block {
        margin: 0 16px;
    }
}
@media (max-width: 991px) {
    .how-works-block {
        margin: 0 20px;
        padding: 40px 0;
    }
    .step-header {
        font-size: 40px;
    }
    .step-box {
        width: 60px;
        height: 60px;
    }
    .step-box img {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .how-works-block {
        margin: 0 16px;
        padding: 24px 0;
    }
    .step-header {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .step-content {
        margin-bottom: 16px;
    }
    .step-content h5 {
        font-size: 18px;
        margin: 0 0 5px;
    }
    .step-content h5 br {
        display: none;
    }
    .step-box {
        margin-bottom: 15px;
    }
}
/*****how-works-block end*****/

/*****top-viewed-products*****/
.top-viewed-products {
    position: relative;
    padding-top: 100px;
}
.top-viewed-products:after {
    background: #292825;
    border-top-right-radius: 50px;
    height: 661px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    width: 75%;
    z-index: -1;
}
.shape-dotted {
    position: absolute;
    top: 115px;
    left: 0;
}
.shape-dotted img {
    display: block;
}
.top-products-heading {
    max-width: 1100px;
    padding-bottom: 30px;
}
.top-products-heading h2 {
    color: #fff;
    margin: 0;
}
.top-products-heading h2 i {
    display: inline-block;
    margin-left: 20px;
}
.top-products-content {
    width: 44%;
}
.top-products-content p {
    color: #fff;
}
.top-products-slider .latest-products-item {
    width: 100%;
    margin: 0;
}
.top-products-slider .owl-nav {
    gap: 10px;
    max-width: 1430px;
    margin: 0 auto;
    position: absolute;
    top: -85px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.top-products-slider .owl-nav button {
    width: 50px;
    height: 50px;
}
.top-products-slider .owl-nav button.owl-prev {
    background: url(../images/slider-arrow-left.webp) no-repeat center center !important;
}
.top-products-slider .owl-nav button.owl-next {
    background: url(../images/slider-arrow-right.webp) no-repeat center center !important;
}
.top-products-slider .owl-nav button.owl-prev:hover {
    background: url(../images/slider-arrow-left-hover.webp) no-repeat center
        center !important;
}
.top-products-slider .owl-nav button.owl-next:hover {
    background: url(../images/slider-arrow-right-hover.webp) no-repeat center
        center !important;
}
.top-products-slider .owl-nav button span {
    display: none;
}
.top-products-slider .owl-nav button:hover {
    background-color: #000;
}

@media (max-width: 1600px) {
    .top-viewed-products:after {
        width: 80%;
    }
}
@media (max-width: 1440px) {
    .top-viewed-products {
        padding-top: 60px;
    }
    .top-products-heading {
        max-width: 910px;
    }
    .top-products-content p {
        font-size: 15px;
    }
}
@media (max-width: 1199px) {
    .top-viewed-products .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .shape-dotted {
        display: none;
    }
    .top-products-heading h2 {
        margin-bottom: 20px;
    }
    .top-products-content {
        width: 70%;
    }
    .top-viewed-products:after {
        height: 530px;
    }
}
@media (max-width: 991px) {
    .top-viewed-products .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .top-products-slider .owl-nav {
        display: none;
    }
    .top-viewed-products {
        padding-top: 20px;
    }
    .top-products-content {
        width: 100%;
    }
    .top-products-heading {
        padding-bottom: 16px;
    }
    .top-products-heading h2 {
        margin-bottom: 10px;
    }
    .top-products-heading h2 br {
        display: none;
    }
    .top-products-heading h2 img {
        display: none;
    }
    .top-viewed-products:after {
        border-radius: 0;
        width: 100%;
        height: 400px;
    }
    .top-products-slider .owl-nav {
        top: -55px;
        right: 16px;
        left: auto;
    }
    .top-products-slider .owl-nav button {
        background-size: 100% 100%;
        width: 30px;
        height: 30px;
    }
    .top-products-heading {
        text-align: center;
    }
}
/*****top-viewed-products end*****/

/*****top-sellers*****/
.top-seller-heading {
    padding-bottom: 40px;
}
.top-seller-heading p {
    color: #000;
}
.top-sellers-slider:before {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(
        260deg,
        rgba(255, 255, 255, 0.01) 20%,
        rgba(255, 255, 255, 1) 100%
    );
    content: "";
    width: 260px;
    z-index: 1;
}
.top-sellers-slider:after {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(
        95deg,
        rgba(255, 255, 255, 0.01) 20%,
        rgba(255, 255, 255, 1) 100%
    );
    content: "";
    width: 260px;
    z-index: 1;
}
.top-seller-card {
    text-align: center;
    border: 1px solid #d9dde1;
    cursor: pointer;
    display: flex;
    transition: all 0.6s ease;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    padding: 10px 10px;
    height: 116px;
    width: 260px;
    margin-right: 10px;
    margin-left: 10px;
}

.top-seller-card img {
    transition: all 0.6s ease;
    display: block;
    width: 100% !important;
    height: 100%;
    object-fit: contain;
}

/*.top-seller-card:hover {
    background-color: #000;
    border-color: #000;
}*/

/* OPTION 1: Keep image normal on hover (recommended) */
.top-seller-card:hover img {
    /* Remove the filter - keep image as is */
    transform: scale(1.1); /* Optional: slight zoom effect */
}

/* OPTION 2: If you want white version of image on hover */
/*
.top-seller-card:hover img {
    filter: brightness(0) invert(1);
}
*/

/* OPTION 3: If you want to hide image and show text instead */
/*
.top-seller-card:hover img {
    opacity: 0;
}
.top-seller-card::after {
    content: "View Profile";
    color: white;
    font-weight: bold;
    position: absolute;
}
*/
.top-sellers-slider .owl-nav {
    z-index: 9;
    gap: 10px;
    max-width: 1510px;
    margin: 0 auto;
    position: absolute;
    top: 32px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-sellers-slider .owl-nav button {
    width: 50px;
    height: 50px;
}
.top-sellers-slider .owl-nav button.owl-prev {
    background: url(../images/slider-arrow-left.webp) no-repeat center center !important;
}
.top-sellers-slider .owl-nav button.owl-next {
    background: url(../images/slider-arrow-right.webp) no-repeat center center !important;
}
.top-sellers-slider .owl-nav button.owl-prev:hover {
    background: url(../images/slider-arrow-left-hover.webp) no-repeat center
        center !important;
}
.top-sellers-slider .owl-nav button.owl-next:hover {
    background: url(../images/slider-arrow-right-hover.webp) no-repeat center
        center !important;
}
.top-sellers-slider .owl-nav button span {
    display: none;
}

@media (max-width: 1440px) {
    .top-seller-card {
        width: 200px;
        padding: 20px;
        height: 100px;
    }
    .top-seller-card img {
        width: 100% !important;
        height: 100%;
        object-fit: contain;
    }
    .top-sellers-slider .owl-nav {
        max-width: 1210px;
        top: 26px;
    }
}
@media (max-width: 1199px) {
    .top-seller-card {
        width: 180px;
        height: 80px;
    }
    .top-sellers-slider .owl-nav {
        top: 14px;
        right: 30px;
        left: 30px;
    }
    .top-sellers-slider:before,
    .top-sellers-slider:after {
        width: 120px;
    }
}
@media (max-width: 767px) {
    .top-seller-heading {
        padding-bottom: 20px;
    }
    .top-seller-card {
        width: 100px;
        height: 60px;
        padding: 12px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .top-sellers-slider:before,
    .top-sellers-slider:after {
        width: 30px;
    }
    .top-sellers-slider .owl-nav {
        display: none;
    }
}
/*****top-sellers end*****/

/*****testimonials-block*****/
.testimonials-block .container {
    max-width: 1320px;
}
.testimonials-heading {
    background: url(../images/testimonialbg.webp) no-repeat center top;
    background-size: cover;
    height: 452px;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    margin-bottom: -200px;
}
.testimonials-heading span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #f96b35;
}
.testimonials-heading h2 {
    color: #fff;
    margin: 0;
}
.testimonials-slider:before {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(
        260deg,
        rgba(255, 255, 255, 0.01) 20%,
        rgba(255, 255, 255, 1) 100%
    );
    content: "";
    width: 260px;
    z-index: 1;
}
.testimonials-slider:after {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(
        95deg,
        rgba(255, 255, 255, 0.01) 20%,
        rgba(255, 255, 255, 1) 100%
    );
    content: "";
    width: 260px;
    z-index: 1;
}
.testimonials-slider .owl-stage-outer {
    padding-bottom: 30px;
}
.testimonials-card {
    background-color: #fff;
    border: 1px solid #d9dde1;
    padding: 46px;
    border-radius: 15px;
    width: 446px;
    margin-right: 15px;
    margin-left: 15px;
}
.testimonials-slider .owl-item.active.center .testimonials-card {
    box-shadow: 5px 5px 42px 0px #0000001a;
}
.testimonials-rating {
    padding-bottom: 15px;
}
.testimonials-card p {
    color: #000;
    min-height: 80px;
}
.testimonials-card-bottom {
    border-top: solid 1px #000;
    padding-top: 16px;
}
.testimonials-user {
    gap: 16px;
}
.testimonials-user i {
    width: 58px;
    flex: 0 0 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials-user i img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials-user span {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.testimonials-user p {
    font-weight: 300;
}
.testimonials-slider .owl-nav {
    z-index: 9;
    gap: 10px;
    max-width: 1510px;
    margin: 0 auto;
    position: absolute;
    top: 140px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.testimonials-slider .owl-nav button {
    width: 50px;
    height: 50px;
}
.testimonials-slider .owl-nav button.owl-prev {
    background: url(../images/slider-arrow-left.webp) no-repeat center center !important;
}
.testimonials-slider .owl-nav button.owl-next {
    background: url(../images/slider-arrow-right.webp) no-repeat center center !important;
}
.testimonials-slider .owl-nav button.owl-prev:hover {
    background: url(../images/slider-arrow-left-hover.webp) no-repeat center
        center !important;
}
.testimonials-slider .owl-nav button.owl-next:hover {
    background: url(../images/slider-arrow-right-hover.webp) no-repeat center
        center !important;
}
.testimonials-slider .owl-nav button span {
    display: none;
}
.testimonials-card-bottom .testimonials-user p {
    min-height: inherit;
}

@media (max-width: 1440px) {
    .testimonials-heading {
        height: 340px;
        padding-top: 40px;
        margin-bottom: -160px;
    }
    .testimonials-card {
        padding: 26px;
        width: 340px;
    }
    .testimonials-slider:after,
    .testimonials-slider:before {
        width: 80px;
    }
}
@media (max-width: 1199px) {
    .testimonials-block .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .testimonials-card {
        padding: 26px;
        width: 360px;
    }
    .testimonials-slider:before,
    .testimonials-slider:after {
        width: 100px;
    }
    .testimonials-heading {
        height: 280px;
        padding-top: 30px;
        border-radius: 30px 30px 0 0;
        margin-bottom: -130px;
    }
    .testimonials-user i {
        width: 40px;
        flex: 0 0 40px;
        height: 40px;
    }
    .testimonials-user span {
        font-size: 16px;
    }
    .testimonials-slider .owl-nav {
        top: 80px;
        right: 30px;
        left: 30px;
    }
    .testimonials-card p {
        min-height: 70px;
    }
}
@media (max-width: 767px) {
    .testimonials-heading span {
        font-size: 16px;
    }
    .testimonials-block .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .testimonials-heading {
        height: 235px;
        padding-top: 20px;
        border-radius: 16px 16px 0 0;
        margin-bottom: -130px;
    }
    .testimonials-card {
        padding: 16px;
        width: 260px;
        margin-right: 8px;
        margin-left: 8px;
    }
    .testimonials-slider:before,
    .testimonials-slider:after {
        width: 36px;
    }
    .testimonials-slider .owl-nav {
        display: none;
    }
}
/*****testimonials-block end*****/

/*****footer*****/
.footer {
    background-color: #292825;
    color: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin: 0 50px 0;
}
.footer-top {
    padding: 50px 0;
}
.footer-info {
    padding-right: 40px;
}
.ft-logo {
    display: inline-block;
    margin-bottom: 30px;
}
.ft-logo img {
    display: block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.footer-info ul li {
    display: flex;
    gap: 10px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 300;
}
.footer-info ul li:last-child {
    margin-bottom: 0;
}
.footer-info ul li i {
    width: 26px;
    flex: 0 0 26px;
}
.footer-info ul li i img {
    display: block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.footer-info ul li a {
    color: #fff;
}
.footer-info ul li p {
    color: #fff;
}
.ft-links {
    padding-left: 20px;
    margin-right: -100px;
}
.footer h6 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
.ft-links ul li {
    margin-bottom: 16px;
    font-weight: 300;
}
.ft-links ul li:last-child {
    margin-bottom: 0;
}
.ft-links ul li a {
    color: #fff;
}
.ft-links ul li a:hover {
    color: #f96b35;
}
.subscribe-card {
    max-width: 330px;
    margin-left: auto;
}
.subscribe-card p {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    font-weight: 300;
}
.subscribe-form {
    position: relative;
    margin-bottom: 20px;
}
.subscribe-form .form-control {
    border: 1px solid #d9d9d9;
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    color: #fff;
}
.subscribe-form i {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}
.subscribe-form i img,
.subscribe-form .send-btn img {
    display: block;
}
.subscribe-form .send-btn {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
}
.footer-bottom {
    border-top: solid 1px #545351;
    padding: 25px 0;
}
.copy-text {
    font-size: 18px;
    color: #fff;
}
.social-links {
    gap: 8px;
}
.social-links li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
}
.social-links li a:hover {
    background-color: #f96b35;
}
.social-links li a:hover img {
    filter: brightness(0) invert(1);
}

@media (max-width: 1440px) {
    .footer {
        margin: 0 30px;
    }
}
@media (max-width: 1199px) {
    .footer {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin: 0 16px;
    }
    .footer-top {
        padding: 30px 10px;
    }
    .ft-logo {
        width: 100px;
    }
    .ft-links {
        padding-left: 0;
        margin-right: 0;
    }
    .ft-links ul li {
        font-size: 14px;
    }
    .footer h6 {
        font-size: 18px;
    }
    .footer-info ul li {
        font-size: 14px;
    }
    .footer-info ul li p {
        font-size: 14px;
    }
    .footer-info {
        padding-right: 0;
    }
    .footer-bottom {
        padding: 15px 10px;
    }
    .copy-text {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .ft-links {
        padding-left: 20px;
    }
    .ft-links ul li {
        margin-bottom: 10px;
    }
    .subscribe-form .send-btn {
        right: 10px;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .footer-top {
        padding: 20px 10px;
    }
    .footer-info {
        padding-bottom: 30px;
    }
    .ft-logo {
        width: 80px;
        margin-bottom: 20px;
    }
    .ft-links {
        padding-left: 0;
        padding-bottom: 30px;
    }
    .subscribe-card {
        max-width: inherit;
        margin: 0;
    }
    .copy-text {
        font-size: 12px;
    }
    .footer-bottom .container.d-flex {
        display: block !important;
        text-align: center;
    }
    .social-links {
        gap: 8px;
        justify-content: center;
        margin-top: 10px;
    }
}
/*****footer End*****/

/****product-listing-page****/
.product-short-card {
    padding: 15px;
    background: #f2f5fa;
    border-radius: 25px;
    margin-bottom: 35px;
}
.product-short-card-lt,
.product-short-card-rt {
    gap: 15px;
}
.product-short-dropdown .btn {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 50px;
    padding: 7px 15px 7px 7px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.product-short-dropdown i {
    border: 1px solid #d9dde1;
    width: 46px;
    height: 46px;
    display: flex;
    line-height: 46px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}
.product-short-dropdown .btn:active {
    background: #fff;
    color: #000;
}
.product-short-dropdown .dropdown-toggle::after {
    background-image: url(../images/right-arrow.svg);
    border: none;
    width: 14px;
    height: 12px;
}
.product-short-dropdown .dropdown-item.active,
.product-short-dropdown .dropdown-item:active,
.product-short-dropdown .dropdown-item:focus,
.product-short-dropdown .dropdown-item:hover {
    background: transparent;
    color: #000;
}
.product-short-dropdown .dropdown-menu li {
    position: relative;
    margin-bottom: 15px;
}
.product-short-dropdown .dropdown-menu a {
    padding: 0;
    justify-content: space-between;
    white-space: normal;
}
.product-short-dropdown .dropdown-menu {
    width: 546px;
    padding: 20px;
    border: none;
    box-shadow: 5px 5px 55px rgba(0, 0, 0, 0.1);
    top: 75px !important;
    transform: inherit !important;
    left: 0 !important;
    border-radius: 15px;
    inset: initial !important;
    top: 75px !important;
}
.product-short-dropdown .dropdown-menu li:last-child {
    margin-bottom: 0;
}
.product-short-dropdown .dropdown-menu.show:before {
    content: "";
    border-bottom: 20px solid #ffffff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    top: -12px;
}
.product-short-dropdown .dropdown-menu .dropdown-title {
    font-size: 18px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 600;
}
.product-short-dropdown ul {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 10px;
}
.product-filter.product-short-dropdown .offcanvas-body ul {
    max-height: inherit;
    overflow: inherit;
    padding: 0;
}
/* Chrome, Edge, Safari */
.product-short-dropdown ul::-webkit-scrollbar {
    width: 1px;
}
.product-short-dropdown ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.product-short-dropdown ul::-webkit-scrollbar-thumb {
    background-color: #f96b35;
    outline: 1px solid #f96b35;
}
@-moz-document url-prefix() {
    .product-short-dropdown ul {
        scrollbar-width: thin;
        scrollbar-color: #f96b35 rgba(0, 0, 0, 0.3);
    }
}
.load-btn {
    width: 100%;
    text-align: center;
    margin-top: 55px;
}
.load-btn > .btn-custom {
    padding: 15px 21px;
    height: 60px;
    background: #292825;
}
.load-btn > .btn-custom:hover {
    background-color: #f96b35;
    border: solid 1px #f96b35;
}
.product-filter h2 {
    font-size: 46px;
    font-weight: 600;
}
.product-filter .offcanvas {
    width: 646px;
    border: none;
}
.product-filter .btn-close {
    padding: 0;
    font-size: 23px;
    opacity: 1;
    width: 43px;
    box-shadow: none;
}
.product-filter .accordion {
    --bs-accordion-bg: transparent !important;
}
.product-filter .offcanvas-body,
.product-filter .offcanvas-header {
    margin: 0 35px;
    padding: 0;
    padding-right: 10px;
}
.product-filter .offcanvas-header {
    padding: 20px 0;
}
.product-filter .offcanvas-body::-webkit-scrollbar {
    width: 1px;
}
.product-filter .offcanvas-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.product-filter .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #f96b35;
    outline: 1px solid #f96b35;
}
@-moz-document url-prefix() {
    .product-filter .offcanvas-body {
        scrollbar-width: thin;
        scrollbar-color: #f96b35 rgba(0, 0, 0, 0.3);
    }
}
.product-filter .accordion-item {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}
.product-filter .accordion-item .accordion-button {
    box-shadow: none;
    background: transparent;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    border-radius: 15px;
    border: 1px solid #f2f5fa;
    position: relative;
    border-bottom: none !important;
}
.product-filter
    .accordion-item
    .accordion-button[aria-expanded="true"]::before {
    content: "";
    left: 20px;
    right: 20px;
    bottom: 0;
    border-bottom: 1px solid #d9dde1;
    height: 1px;
    position: absolute;
    display: block;
}
.product-filter
    .accordion-item
    .accordion-button[aria-expanded="false"]::before {
    opacity: 0;
}
.accordion-button:not(.collapsed) {
    border: 1px solid #d9dde1 !important;
    border-radius: 15px 15px 0 0 !important;
}
.accordion-body {
    border: 1px solid #d9dde1;
    border-radius: 0 0 15px 15px;
    border-top: none;
}
.product-filter .accordion-item .accordion-button.collapsed {
    background: #f2f5fa;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.product-filter .accordion-body li {
    margin-bottom: 15px;
}
.product-filter.product-short-dropdown .offcanvas-body ul li:last-child {
    margin: 0;
}
.more-link {
    color: #f96b35;
}
.accordion-body .form-control {
    font-size: 18px;
}
.rdo-box {
    position: relative;
    width: 30.5%;
}
.avail-outer .rdo-box input[type="radio"] {
    position: absolute;
    inset: 0;
    opacity: 0;
}
.availcard {
    background-color: #f5f7fb;
    border-radius: 15px;
    padding: 17px 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
    margin: 0;
    display: block;
    width: 100%;
}
.availcard svg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    stroke: #555;
}
.availcard span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #555;
}
.avail-outer input[type="radio"] + label::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: url(../images/check-icon.svg) no-repeat center center;
    background-size: 10px auto;
    opacity: 0;
}
.avail-outer input[type="radio"]:checked + label {
    background-color: #f96b35;
}
.avail-outer input[type="radio"]:checked + label svg {
    stroke: white;
}
.avail-outer input[type="radio"]:checked + label span {
    color: white;
}
.avail-outer input[type="radio"]:checked + label::after {
    opacity: 1;
}
.availcard img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(0%) saturate(0%)
        hue-rotate(319deg) brightness(95%) contrast(91%);
    margin-bottom: 15px;
}
.avail-outer input[type="radio"]:checked + label img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
        hue-rotate(296deg) brightness(105%) contrast(101%);
}
.product-short-dropdown.sort-filter-outer .btn {
    font-weight: 400;
    font-size: 14px;
}
.product-short-dropdown.sort-filter-outer .btn strong {
    font-weight: 600;
    font-size: 16px;
}
.product-short-card .btn:disabled {
    opacity: 0.5;
}
.prc-lt {
    margin: 10px 0 0;
}
.prc-lt .ui-slider-horizontal {
    height: 2px;
}
.prc-lt .ui-widget-content {
    background: #e5e5e5;
}
.prc-lt .ui-widget.ui-widget-content {
    border: none;
}
.prc-lt .ui-widget-header {
    background: #f96b35;
}
.prc-lt .ui-state-default,
.prc-lt .ui-widget-content .ui-state-default,
.prc-lt .ui-widget-header .ui-state-default,
.prc-lt .ui-button,
.prc-lt .ui-button.ui-state-disabled:hover,
.prc-lt .ui-button.ui-state-disabled:active {
    border: 2px solid #f96b35;
    background: #fff;
    border-radius: 50%;
}
.prc-lt .ui-state-hover,
.prc-lt .ui-widget-content .ui-state-hover,
.prc-lt .ui-widget-header .ui-state-hover,
.prc-lt .ui-state-focus,
.prc-lt .ui-widget-content .ui-state-focus,
.prc-lt .ui-widget-header .ui-state-focus,
.prc-lt .ui-button:hover,
.prc-lt .ui-button:focus {
    border: 2px solid #f96b35;
    background: #fff;
    border-radius: 50%;
}
.prc-lt .ui-slider-horizontal .ui-slider-handle {
    top: -9px;
}
.prc-lt .slider-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0;
    font-size: 12px;
    color: #565656;
}
.prc-lt .slider-label span {
    text-align: center;
    min-width: 70px;
}
.prc-lt .slider-label strong {
    font-weight: 400;
    display: block;
    border: 1px solid #d9dde1;
    height: 24px;
    line-height: 22px;
    border-radius: 5px;
}

@media (max-width: 1440px) {
    .product-filter h2 {
        font-size: 30px;
    }
    .product-filter .btn-close {
        width: 40px;
        font-size: 20px;
    }
    .product-filter .offcanvas {
        width: 550px;
    }
    .product-filter .offcanvas-header {
        padding: 15px 0;
    }
    .product-filter .accordion-item .accordion-button {
        font-size: 16px;
    }
    .product-short-dropdown .dropdown-menu {
        width: 380px;
    }
    .product-filter .offcanvas-body,
    .product-filter .offcanvas-header {
        margin: 0 25px;
    }
}
@media (max-width: 1199px) {
    .product-short-dropdown .btn {
        padding: 6px 10px 6px 6px;
        font-size: 14px;
    }
    .product-short-card-lt,
    .product-short-card-rt {
        gap: 10px;
    }
    .product-short-card {
        padding: 10px;
    }
    .product-short-dropdown i {
        width: 40px;
        height: 40px;
        line-height: normal;
    }
    .product-short-dropdown i img {
        max-width: 20px;
    }
    .product-filter .offcanvas {
        width: 500px;
    }
    .product-filter h2 {
        font-size: 26px;
    }
    .availcard {
        padding: 14px 5px;
    }
    .product-filter .accordion-body {
        padding: 15px;
    }
    .product-short-dropdown .dropdown-menu {
        width: 300px;
        top: 68px !important;
    }
    .product-short-dropdown .dropdown-menu li {
        margin-bottom: 10px;
    }
    .product-short-dropdown .dropdown-menu .dropdown-title {
        font-size: 16px;
    }
    .product-filter .accordion-item .accordion-button {
        padding: 15px;
    }
    .product-short-dropdown.sort-filter-outer .btn {
        font-size: 13px;
    }
    .product-short-dropdown.sort-filter-outer .btn strong {
        font-size: 14px;
    }
    .product-filter
        .accordion-item
        .accordion-button[aria-expanded="true"]::before {
        left: 15px;
        right: 15px;
    }
    .product-filter .accordion-body li {
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .product-short-dropdown {
        width: 100%;
    }
    .product-short-card-lt {
        justify-content: space-between;
        width: 100%;
    }
    .product-short-dropdown .btn {
        width: 100%;
    }
    .product-short-card {
        gap: 13px;
        width: 100%;
        flex-direction: column;
    }
    .dropdown.product-short-dropdown.product-filter {
        width: auto;
    }
    .product-short-dropdown .dropdown-menu {
        width: 230px;
        padding: 10px;
    }
    .custom-checkbox {
        font-size: 14px;
    }
    .product-short-dropdown .dropdown-menu a {
        line-height: 25px;
    }
    .product-filter .accordion-body .dropdown-item {
        line-height: 25px;
    }
    .load-btn > .btn-custom {
        height: 50px;
    }
}
@media (max-width: 767px) {
    .product-filter h2 {
        font-size: 22px;
    }
    .product-filter .offcanvas {
        width: 348px;
    }
    .product-filter .btn-close {
        width: 30px;
        font-size: 15px;
    }
    .product-filter .accordion-item {
        margin-bottom: 10px;
    }
    .product-filter .accordion-item .accordion-button {
        font-size: 14px;
    }
    .availcard img {
        margin-bottom: 5px;
    }
    .availcard span {
        font-size: 14px;
    }
    .custom-checkbox .checkmark:after {
        left: 5px;
        top: 2px;
        width: 7px;
        height: 11px;
    }
    .checkmark {
        height: 20px;
        width: 20px;
    }
    .product-short-dropdown .dropdown-menu a {
        line-height: 21px;
    }
    .radiomark:after {
        width: 14px;
        height: 14px;
    }
    .radiomark {
        width: 20px;
        height: 20px;
    }
    .accordion-body .form-control {
        font-size: 15px;
    }
    .product-short-card-lt,
    .product-short-card-rt {
        flex-direction: column;
        width: 100%;
    }
    .dropdown.product-short-dropdown.product-filter {
        width: 100%;
    }
    .product-short-dropdown .dropdown-menu {
        width: 100%;
    }
    .breadcrumb li:after {
        right: -11px;
        top: 5px;
        width: 7px;
        height: 9px;
    }
    .breadcrumb li {
        font-size: 12px;
    }
    .breadcrumb {
        gap: 14px;
        display: none;
    }
    .product-short-dropdown .dropdown-menu {
        top: 65px !important;
    }
    .product-filter .offcanvas-body,
    .product-filter .offcanvas-header {
        margin: 0 12px;
    }
}
/****product-listing-page end****/

/****Product Details Page Start****/
.product-details-top-main {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.product-details-lt {
    max-width: 859px;
    width: 100%;
}
.product-details-rt {
    max-width: 491px;
    width: 100%;
}
.product-slider-outer {
    position: relative;
    margin-bottom: 55px;
}
.main-slider {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 600px;
}
.thumb-slider {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: auto;
}
.thumb-slider .item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 90px;
    background-color: #fff;
}
.thumb-slider .item::before {
    position: absolute;
    inset: 0;
    content: "";
    display: block;
    opacity: 1;
    transition: all 0.3s ease;
}
.thumb-slider .item img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.thumb-slider .item.active::before {
    border: 2px solid #f96b35;
    border-radius: 10px;
}

.main-slider .owl-stage-outer,
.main-slider .owl-stage-outer .owl-stage,
.main-slider .owl-stage-outer .owl-stage .owl-item,
.main-slider .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%;
}
.main-slider img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: contain;
}
.product-slider-outer .owl-nav button span {
    display: none;
}
.product-slider-outer .owl-nav button.owl-prev {
    background: url(../images/thumb-slider-left-arrow.webp) no-repeat center
        center !important;
}
.product-slider-outer .owl-nav button.owl-next {
    background: url(../images/thumb-slider-right-arrow.webp) no-repeat center
        center !important;
}
.product-slider-outer .owl-nav button.owl-prev:hover {
    background: url(../images/thumb-slider-left-hover-arrow.webp) no-repeat
        center center !important;
}
.product-slider-outer .owl-nav button.owl-next:hover {
    background: url(../images/thumb-slider-right-hover-arrow.webp) no-repeat
        center center !important;
}
.product-slider-outer .owl-nav {
    z-index: 9;
    gap: 10px;
    max-width: 821px;
    margin: 0 auto;
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.product-slider-outer .owl-nav button {
    width: 30px;
    height: 30px;
}
.product-details-list {
    margin-bottom: 30px;
}
.product-details-list li {
    width: 33.33%;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: #565656;
}
.product-details-list ul {
    flex-wrap: wrap;
    row-gap: 15px;
}
.description p {
    color: #565656;
    font-size: 18px;
}
.product-details-info-card {
    background: #fff;
    padding: 35px 30px;
    box-shadow: 5px 5px 55px #00000010;
    border-radius: 25px;
    position: sticky;
    top: 0;
    z-index: 5;
}
.product-details-info-card .verified-tag {
    margin-bottom: 0;
}
.product-details-info-card .product-info-rating {
    padding-bottom: 0;
}
.product-details-info-card h2 {
    font-size: 46px;
}
.info-card-table {
    width: 100%;
    font-size: 16px;
    border: 1px solid #e4e4e7;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 25px;
}
.info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 17px 16px;
    border-bottom: 1px solid #e9eaee;
}
.info-item:last-child {
    border-bottom: none;
}
.info-label {
    color: #565656;
    flex: 1;
}
.info-value {
    font-weight: 700;
    color: #565656;
    white-space: nowrap;
}
.badge {
    display: flex;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    background-color: #f2f5fa;
    color: #565656;
    align-items: center;
}
.status {
    display: inline-flex;
    align-items: center;
    padding: 4px 9px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    color: #f96b35;
    border: 1px solid #f96b35;
    gap: 9px;
}
.status svg {
    margin-right: 6px;
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.grade-card {
    margin-bottom: 20px;
}
.product-info-rating-outer {
    margin-bottom: 27px;
}
.price-card {
    background: #f2f5fa;
    padding: 20px 25px;
    border-radius: 10px;
}
.price-row {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 8px;
}
.price {
    color: #f96b35;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.02em;
    display: inline-flex;
    align-items: baseline;
}
.currency {
    margin-right: 6px;
    vertical-align: baseline;
}
.per {
    color: #565656;
    font-weight: 500;
    font-size: 16px;
}
.min-order {
    color: #565656;
    font-weight: 500;
    font-size: 14px;
    margin-top: 0;
}
.product-details-input {
    position: relative;
}
.product-details-input i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.product-details-input .form-control {
    border: 1px solid #d9d9d9;
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 50px;
    color: #000;
}
.product-info-btn {
    display: flex;
    margin-top: 25px;
    gap: 15px;
}
.product-info-btn .btn-custom {
    height: 60px;
    padding: 0 21px;
}
.product-info-btn .btn-custom-outline {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}
.product-info-btn .btn-custom-outline:hover {
    background-color: #f96b35;
    border: 1px solid #f96b35;
    color: #fff;
}
.product-info-btn .btn-custom-outline:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
        hue-rotate(296deg) brightness(105%) contrast(101%);
}
.cmn-enq-form-outer .offcanvas {
    width: 747px;
}
.cmn-enq-form-outer .offcanvas-body,
.cmn-enq-form-outer .offcanvas-header {
    margin: 0 35px;
}
.cmn-enq-form-outer textarea.form-control {
    background: url(../images/message.svg) no-repeat 13px 14px;
    padding-left: 45px !important;
}
.cmn-enq-form-outer .offcanvas-body .form-label {
    margin-bottom: 7px;
    color: #565656;
    font-weight: 400;
}
.cmn-enq-form-outer .offcanvas-header .btn-close {
    padding: 0;
}
.cmn-enq-form-outer .offcanvas-header .btn-close:focus {
    box-shadow: none;
}
.cmn-enq-form-outer .offcanvas-body,
.cmn-enq-form-outer .offcanvas-header {
    padding: 0;
    padding-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cmn-enq-form-outer .offcanvas-header {
    padding: 20px 0;
}
.cmn-enq-form-outer .btn-close {
    padding: 0;
    font-size: 23px;
    opacity: 1;
    width: 43px;
    box-shadow: none;
}
.cmn-enq-form-outer .offcanvas-body form {
    width: 100%;
    overflow: hidden;
}
.cmn-enq-form-outer .offcanvas-header h2 {
    margin-bottom: 0;
}
.cmn-enq-form-outer .offcanvas-body::-webkit-scrollbar {
    width: 1px;
}
.cmn-enq-form-outer .offcanvas-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.cmn-enq-form-outer .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #f96b35;
    outline: 1px solid #f96b35;
}
@-moz-document url-prefix() {
    .cmn-enq-form-outer .offcanvas-body {
        scrollbar-width: thin;
        scrollbar-color: #f96b35 rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 1440px) {
    .product-details-lt {
        max-width: 769px;
    }
    .product-details-info-card {
        padding: 20px;
    }
    .product-details-info-card h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .product-info-rating-outer {
        margin-bottom: 25px;
    }
    .grade-card {
        margin-bottom: 15px;
    }
    .info-item {
        padding: 11px 14px;
        font-size: 14px;
    }
    .info-card-table {
        margin-bottom: 15px;
    }
    .product-info-btn {
        margin-top: 15px;
    }
    .product-info-btn .btn-custom {
        height: 50px;
        padding: 0 14px;
        gap: 10px;
        font-size: 14px;
    }
    .price-card {
        padding: 15px 20px;
    }
    .product-details-list li,
    .description p {
        font-size: 16px;
    }
    .product-slider-outer {
        margin-bottom: 35px;
    }
    .price {
        font-size: 32px;
    }
    .cmn-enq-form-outer .offcanvas-body,
    .cmn-enq-form-outer .offcanvas-header {
        margin: 0 25px;
    }
    .cmn-enq-form-outer .btn-close {
        width: 40px;
        font-size: 20px;
    }
    .cmn-enq-form-outer .offcanvas {
        width: 560px;
    }
    .cmn-enq-form-outer .offcanvas-header {
        padding: 15px 0;
    }
}
@media (max-width: 1199px) {
    .product-slider-outer .owl-carousel .owl-item img {
        width: 100%;
    }
    .product-details-list li {
        align-items: start;
    }
    .product-details-list li i img {
        max-width: 13px;
    }
    .product-slider-outer .owl-nav {
        max-width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    .thumb-slider {
        max-width: 97%;
    }
    .product-details-lt {
        max-width: 59%;
    }
    .cmn-enq-form-outer .offcanvas-header h2 {
        font-size: 26px;
    }
    .product-details-list li,
    .description p {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .product-details-rt,
    .product-details-lt {
        max-width: 100%;
    }
    .product-details-top-main {
        flex-wrap: wrap;
    }
    .main-slider {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .cmn-enq-form-outer .offcanvas {
        width: 348px;
    }
    .cmn-enq-form-outer .offcanvas-header h2 {
        font-size: 22px;
    }
    .cmn-enq-form-outer .btn-close {
        width: 30px;
        font-size: 15px;
    }
    .cmn-enq-form-outer .offcanvas-body,
    .cmn-enq-form-outer .offcanvas-header {
        margin: 0 15px;
    }
    .product-details-list li,
    .description p {
        font-size: 14px;
    }
    .product-details-list li {
        width: 50%;
    }
    .product-details-list h5 {
        font-size: 18px;
        margin: 0 0 8px;
    }
    .product-info-btn {
        flex-wrap: wrap;
    }
    .product-info-btn .btn-custom {
        width: 100%;
    }
    .product-details-info-card h2 {
        font-size: 28px;
    }
    .product-slider-outer {
        margin-bottom: 20px;
    }
    .price {
        font-size: 28px;
    }
    .product-details-list ul {
        row-gap: 5px;
    }
    .product-details-list {
        margin-bottom: 15px;
    }
    .page-spacing {
        padding-bottom: 30px;
    }
    .cmn-enq-form-outer .offcanvas-body .form-label {
        margin-bottom: 2px;
        display: block;
        font-size: 14px;
    }
    .thumb-slider .item {
        height: 60px;
    }
    .main-slider {
        height: 260px;
    }
}
/****Product Details Page End****/

/****vendor-profiles-page start****/
.about-section p {
    color: #565656;
}
.spacing-underline hr {
    color: #cdcdcd;
}
.about-section h5 {
    margin-bottom: 12px;
}
.rating-review-inner {
    display: flex;
    flex-direction: column;
}
.rating-review-lt {
    width: 406px;
    min-width: 406px;
}
.rating-review-rt {
    flex: 0 0 calc(100% - 406px);
    max-width: calc(100% - 406px);
    padding-left: 60px;
}
.reviews-img {
    max-width: 197px;
    margin-bottom: 35px;
}
.ratings-img {
    color: #565656;
}
.ratings-img .bg-warning {
    background-color: #f96b35 !important;
}
.rating-review-outer {
    display: flex;
}
.testimonials {
    max-width: 980px;
    margin-bottom: 36px;
}
.testimonial-item {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid #d9dde1;
}
.avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #f2f5fa;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 24px;
    color: #1f2937;
    user-select: none;
}
.stars {
    display: inline-flex;
    gap: 2px;
    margin-bottom: 6px;
    line-height: 1;
}
.stars svg {
    width: 20px;
    height: 20px;
    fill: #ffc107;
    flex: 0 0 auto;
}
.name {
    display: block;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px;
    font-size: 16px;
}
.date {
    display: block;
    font-size: 14px;
    color: #565656;
    margin-bottom: 12px;
}
.text {
    line-height: 1.6;
}
.content p {
    font-size: 16px;
    color: #565656;
}
.rating-review-title {
    margin-bottom: 10px;
}
.view-more-reviews {
    margin-top: 20px;
    text-align: right;
}
.view-more-reviews-btn {
    color: #f96b35;
    text-decoration: underline;
    font-size: 16px;
}
.add-review textarea.form-control {
    background: url(../images/message.svg) no-repeat 13px 14px;
    padding-left: 45px !important;
}
.add-review label {
    font-size: 16px;
    color: #565656;
}
.add-review .btn-custom {
    width: 217px;
    height: 60px;
    font-size: 16px;
}
.add-review h5 {
    margin-bottom: 40px;
}
.seller-reviews-box {
    margin-bottom: 30px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.seller-reviews-box p {
    color: #000;
}
.seller-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f6fc;
    border-radius: 50px;
    padding: 30px;
    max-width: 100%;
    margin: auto;
}
.address {
    color: #565656;
    font-size: 14px;
}
.seller-info .products-rating {
    gap: 4px;
}
.seller-card .verified-tag {
    margin-bottom: 5px;
}
.seller-left {
    display: flex;
    align-items: center;
    gap: 30px;
}
.seller-logo {
    width: 139px;
    height: 139px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.seller-info {
    line-height: 1.5;
}
.seller-info h2 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}
.verified {
    color: orange;
    font-size: 14px;
    margin-left: 5px;
}
.rating {
    color: #f7b500;
    font-size: 14px;
}
.contact span {
    margin-right: 15px;
}
.seller-buttons {
    display: flex;
    gap: 10px;
}
.chat-btn,
.enquire-btn {
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #000;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 6px;
}
.enquire-btn {
    background: #f96b35;
    color: #fff;
    border: none;
}
.seller-card .contact a {
    color: #000;
    display: flex;
    gap: 10px;
}
.seller-card .contact {
    display: flex;
    gap: 20px;
    margin-bottom: 13px;
}
.seller-info .product-info-rating {
    padding-bottom: 15px;
}
.rating {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 5px;
    position: relative;
}
.rating input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    right: 0;
    top: 0;
}
.rating label {
    width: 26px;
    height: 26px;
    cursor: pointer;
    display: inline-flex;
}
.rating label svg {
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke: #f4b400;
    stroke-width: 1;
    transition: fill 0.15s ease-in-out, transform 0.1s;
}
.rating label:hover svg,
.rating label:hover ~ label svg {
    fill: #f4b400;
}
.rating input:checked ~ label svg {
    fill: #f4b400;
}
.rating label:active svg {
    transform: scale(0.95);
}
.seller-buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.seller-buttons .btn-custom-outline {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}
.seller-buttons .btn-custom {
    height: 60px;
    width: 217px;
}
.seller-buttons .btn-custom-outline:hover {
    background-color: #f96b35;
    border: 1px solid #f96b35;
    color: #fff;
}
.seller-buttons .btn-custom-outline:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
        hue-rotate(296deg) brightness(105%) contrast(101%);
}
.seller-tab-outer {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 5;
}
.seller-tabs-main {
    display: flex;
    align-items: center;
    padding: 35px 0 45px;
    gap: 50px;
}
.seller-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    color: #565656;
    position: relative;
}
.tab img {
    width: 20px;
    height: 20px;
}
.seller-tab a.active {
    color: #f96b35;
}
.seller-tab a::after {
    position: absolute;
    left: 0;
    bottom: -13px;
    height: 3px;
    background-color: #f96c36;
    content: "";
    width: 100%;
    border-radius: 10px;
    opacity: 0;
}
.seller-tab a.active::after {
    opacity: 1;
}
.seller-tab a img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(0%) saturate(1%)
        hue-rotate(135deg) brightness(97%) contrast(110%);
}
.seller-tab a.active img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(40%) saturate(5358%)
        hue-rotate(340deg) brightness(102%) contrast(95%);
}
.seller-tab a {
    color: #565656;
    display: flex;
    gap: 9px;
}
.seller-tab a.active {
    color: #f96b35;
    display: flex;
    gap: 9px;
}

@media (max-width: 1440px) {
    .seller-card {
        padding: 25px;
    }
}
@media (max-width: 1199px) {
    .rating-review-lt {
        width: 300px;
        min-width: 300px;
    }
    .rating-review-rt {
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px);
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    .seller-buttons .btn-custom {
        height: 55px;
        width: 197px;
    }
    .seller-left {
        gap: 20px;
        align-items: flex-start;
    }
    .seller-card {
        padding: 20px 25px;
    }
    .seller-card .contact a {
        font-size: 14px;
        gap: 8px;
    }
    .seller-info .product-info-rating {
        padding-bottom: 10px;
    }
    .seller-card .contact {
        margin-bottom: 10px;
    }
    .seller-buttons .btn-custom {
        height: 55px;
        width: 186px;
        font-size: 14px;
        gap: 10px;
    }
    .seller-logo {
        width: 100px;
        height: 100px;
    }
    .rating-review-outer {
        flex-wrap: wrap;
        gap: 30px;
    }
    .rating-review-inner {
        max-width: 406px;
    }
    .reviews-img {
        margin-bottom: 15px;
    }
    .rating-review-lt {
        width: 100%;
        min-width: 100%;
    }
    .rating-review-rt {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .seller-card {
        gap: 20px;
        flex-direction: column;
        padding: 20px;
    }
    .seller-buttons {
        flex-direction: row;
        gap: 7px;
    }
    .seller-logo {
        width: 100px;
        height: 100px;
    }
    .seller-left {
        width: 100%;
        gap: 10px;
    }
    .seller-tab {
        font-size: 14px;
        gap: 10px;
        white-space: nowrap;
    }
    .seller-tab a img {
        max-width: 20px;
    }
    .seller-tabs-main {
        gap: 10px;
        overflow-x: auto;
        padding: 20px 0;
        margin-bottom: 15px;
        display: none;
    }
    .seller-tab-outer {
        padding: 0 0 25px;
    }
    .seller-left {
        width: 100%;
        flex-direction: column;
    }
    .seller-buttons .btn-custom {
        height: 45px;
        width: 144px;
        font-size: 13px;
        gap: 5px;
        padding: 0;
    }
    .seller-card .contact {
        margin-bottom: 10px;
        flex-direction: column;
        gap: 10px;
    }
    .seller-buttons img {
        max-width: 18px;
    }
    .seller-info .product-info-rating {
        padding-bottom: 13px;
    }
    .testimonial-item {
        gap: 15px;
        grid-template-columns: auto;
    }
    .content p {
        font-size: 14px;
    }
    .add-review h5 {
        margin-bottom: 20px;
    }
}
/****vendor-profiles-page end****/

/****Sign Up Start****/
.sign-cmn-main {
    display: flex;
    height: 100vh;
    min-height: 560px;
}
.sign-cmn-main .btn-custom {
    height: 60px;
    width: 200px;
}
.sign-cmn-lt {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 20px;
}
.sign-cmn-lt-inner {
    max-width: 730px;
    margin: 0 auto;
}
.sign-cmn-rt {
    width: 50%;
}
.sign-slider-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.sign-slider-wrapper:before {
    background: linear-gradient(to right, #000f 0%, #0000 100%);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.slider-text {
    position: absolute;
    z-index: 5;
    padding: 5% 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slider-text:before {
    content: "";
    display: block;
    background: url(../images/top-shape.svg) no-repeat center;
    width: 333px;
    height: 208px;
    position: absolute;
    top: -50px;
    left: -40px;
}
.slider-text:after {
    content: "";
    display: block;
    background: url(../images/bottom-shape.svg) no-repeat center;
    width: 512px;
    height: 278px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.sign-logo img {
    width: 271px;
}
.sign-info-sub-title {
    font-size: 64px;
    font-weight: 800;
    color: #fff;
}
.sign-info-title {
    font-size: 64px;
    font-weight: 800;
    color: #f96b35;
    margin-bottom: 40px;
}
.sign-info-title:after {
    content: "";
    display: block;
    background: url(../images/under-line-img.png) no-repeat center;
    width: 382px;
    height: 22px;
}
.sign-info p,
.sign-footer {
    color: #fff;
}
.password-input .form-control {
    background: url(../images/eye-hide.svg) no-repeat 97% center;
}
.slider-text-inner-top {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.sign-footer {
    position: relative;
    z-index: 1;
    padding-top: 10px;
}
.file-upload {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    height: 50px;
    position: relative;
}
.file-upload input[type="file"].form-control {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
    z-index: 2;
}
.file-upload label {
    flex: 1;
    padding: 0 10px 0 50px;
    cursor: pointer;
    color: #666;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.upload-btn {
    background: #f96b35;
    color: #fff;
    border: none;
    padding: 13px 20px;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.3s;
}
.upload-btn:hover {
    background: #292824;
}
.seller-form textarea.form-control {
    background: url(../images/about-icon.svg) no-repeat 13px 14px;
    padding-left: 45px !important;
}
.sign-cmn-slider,
.sign-cmn-slider .owl-stage-outer,
.sign-cmn-slider .owl-stage-outer .owl-stage,
.sign-cmn-slider .owl-stage-outer .owl-item,
.sign-cmn-slider .owl-stage-outer .item {
    height: 100%;
}
.sign-cmn-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sign-cmn-lt-inner .nav-link .btn {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 50px;
    padding: 7px 15px 7px 7px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    border: 1px solid #d9dde1;
}
.sign-cmn-lt-inner .nav-link i {
    border: 1px solid #d9dde1;
    width: 46px;
    height: 46px;
    display: flex;
    line-height: 46px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}
.sign-cmn-lt-inner .nav-item .nav-link {
    width: 143px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    border: 1px solid #d9dde1;
    border-radius: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.sign-cmn-lt-inner .nav-item .nav-link.active {
    background: #f96b35;
    color: #fff;
    border: 1px solid transparent;
}
.sign-cmn-lt-inner .nav-link.active i {
    background: #fff;
    border: 1px solid transparent;
}
.sign-cmn-lt-inner .nav-link.active i img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(20%) saturate(4027%)
        hue-rotate(340deg) brightness(102%) contrast(95%);
}
.sign-cmn-lt-inner .nav {
    border-bottom: none;
    gap: 30px;
    padding-bottom: 20px;
}
.sign-cmn-lt-inner .title h1 {
    margin-bottom: 20px;
    font-size: 36px;
}
.seller-form {
    overflow-y: auto;
    max-height: calc(100vh - 215px);
    padding-right: 20px;
    overflow-x: hidden;
}
.seller-form::-webkit-scrollbar {
    width: 1px;
}
.seller-form::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.seller-form::-webkit-scrollbar-thumb {
    background-color: #f96b35;
    outline: 1px solid #f96b35;
}
@-moz-document url-prefix() {
    .seller-form {
        scrollbar-width: thin;
        scrollbar-color: #f96b35 rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 1440px) {
    .slider-text {
        padding: 40px;
    }
    .sign-info-sub-title {
        font-size: 50px;
        line-height: 60px;
    }
    .sign-info-title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .slider-text:before {
        height: 158px;
    }
    .sign-logo img {
        width: 200px;
    }
    .sign-info p,
    .sign-footer,
    .file-upload label {
        font-size: 14px;
    }
    .form-label {
        font-size: 14px;
    }
    .product-details-input .form-control {
        height: 44px;
        line-height: 42px;
    }
    .sign-cmn-main .btn-custom {
        height: 50px;
        width: 170px;
        line-height: 50px;
    }
    .file-upload {
        height: 44px;
    }
    .upload-btn {
        padding: 10px 15px;
    }
    .sign-cmn-lt-inner .title h1 {
        margin-bottom: 15px;
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .file-upload label {
        line-height: 14px;
        font-size: 13px;
    }
    .upload-btn {
        padding: 11px 15px;
        font-size: 14px;
    }
    .sign-info-sub-title,
    .sign-info-title {
        font-size: 42px;
        line-height: 52px;
    }
}
@media (max-width: 991px) {
    .sign-cmn-main {
        flex-direction: column-reverse;
        height: auto;
        min-height: inherit;
    }
    .sign-cmn-lt,
    .sign-cmn-rt {
        width: 100%;
    }
    .sign-cmn-rt .sign-info,
    .slider-text:after,
    .slider-text:before,
    .sign-footer,
    .slider-text-inner-top {
        display: none;
    }
    .sign-slider-wrapper {
        height: 200px;
    }
    .slider-text {
        width: 100%;
    }
    .sign-logo {
        text-align: center;
    }
    .slider-text {
        padding: 20px;
    }
    .sign-cmn-lt {
        flex: 1;
        align-items: flex-start;
    }
    .seller-form {
        max-height: inherit;
        overflow: inherit;
    }
    .file-upload label {
        font-size: 14px;
    }
    .sign-cmn-lt-inner .title h1 {
        font-size: 26px;
    }
    .seller-form {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .sign-logo img {
        width: 160px;
    }
    .sign-slider-wrapper {
        max-height: 160px;
    }
    .seller-form {
        padding-right: 15px;
    }
    .sign-cmn-lt-inner .nav-link i {
        width: 36px;
        height: 36px;
    }
    .sign-cmn-lt-inner .nav-link i img {
        max-width: 20px;
    }
    .seller-form .row,
    .buyer-form .row {
        padding-bottom: 15px;
    }
}
/****Sign Up End****/

/****dashboard start****/
.profile {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: contain;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.product-thumb {
    height: 53px;
    width: 72px;
}
.profile-menu {
    position: absolute;
    top: calc(100% + 24px);
    right: -20px;
    width: 220px;
    min-height: 100px;
    background: #fff;
    box-shadow: 0 10px 20px #0003;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: 300ms;
    z-index: 99;
    border-radius: 15px;
}
.profile-menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.login-profile {
    position: relative;
}
.profile-menu::before {
    content: "";
    position: absolute;
    top: -9px;
    right: 38px;
    width: 18px;
    height: 18px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
}
.profile-menu ul {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background: #fff;
    border-radius: 15px;
}
.profile-menu ul li {
    list-style: none;
}
.login-profile .dashboard-menu {
    padding: 18px;
    gap: 10px;
}
.login-profile .dashboard-menu li a.active:before,
.login-profile .dashboard-menu li a:hover:before {
    display: none;
}
.login-profile .dashboard-menu li a {
    padding: 0;
    font-size: 14px;
}
.dashboard-main {
    display: flex;
    width: 100%;
    gap: 30px;
}
.dashboard-lt {
    max-width: 290px;
    flex: 0 0 290px;
    position: sticky;
    border: 1px solid #dee0dc;
    border-radius: 25px;
    height: 100%;
    top: 0;
}
.dashboard-img {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #dee0dc;
}
.dashboard-rating i {
    display: flex;
}
.dashboard-rating {
    color: #565656;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-verified {
    margin-bottom: 10px;
}
.dashboard-logo {
    margin-bottom: 8px;
    max-width: 100px;
    display: block;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.dashboard-icon {
    width: 20px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
}
.dashboard-menu {
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.dashboard-menu li a .dashboard-icon i img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(15%) saturate(10%)
        hue-rotate(39deg) brightness(96%) contrast(98%);
}
.dashboard-menu li a:hover .dashboard-icon i img,
.dashboard-menu li a.active .dashboard-icon i img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(63%) saturate(5077%)
        hue-rotate(339deg) brightness(100%) contrast(96%);
}
.dashboard-menu li a:hover,
.dashboard-menu li a.active {
    color: #f96b35;
}
.dashboard-menu li a {
    position: relative;
    display: flex;
    width: 100%;
    padding: 6px 0;
    align-items: center;
    color: #565656;
    font-weight: 500;
}
.dashboard-menu li a.active:before,
.dashboard-menu li a:hover:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 4px;
    height: 100%;
    background: #f96b35;
    border-radius: 100px;
}
.dashboard-rt {
    max-width: calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
}
.dashboard-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: #f2f5fa;
    padding: 25px;
    border-radius: 25px;
    height: 100%;
    gap: 15px;
}
.dashboard-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dashboard-card-info {
    width: 100%;
}
.dashboard-card-info h2 {
    margin-bottom: 0;
    font-size: 46px;
}
.dashboard-card-info span {
    color: #565656;
    font-weight: 500;
}
.dashboard-card-icon {
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
}
.dashboard-card-icon img {
    width: 30px;
    height: 30px;
}
.dashboard-list-outer {
    margin-bottom: 30px;
}
.dashboard-card-outline {
    background: transparent;
    border: 1px solid #dee0dc;
    justify-content: normal;
    gap: 35px;
}
.dashboard-subscriptions {
    width: 100%;
}
.dashboard-subscriptions-lt {
    gap: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}
.dashboard-subscriptions a {
    color: #f96b35;
    font-size: 14px;
}
.dashboard-info-list {
    width: 100%;
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.dashboard-info-list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9eaee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.dashboard-info-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.dashboard-info-label {
    color: #565656;
    font-weight: 500;
}
.dashboard-info-value {
    font-weight: 400;
    color: #000;
}
.products-list-table .table,
.products-list-table tr td {
    background: transparent !important;
    color: #565656;
}
.products-list-table tr:nth-of-type(odd) {
    background: #fff;
}
.products-list-table tr:nth-of-type(even) {
    background: #f2f5fa;
}
.products-list-table .table tr th {
    color: #565656 !important;
    padding: 20px 10px;
    font-weight: 500;
    white-space: nowrap;
}
.products-list-table tr td {
    padding: 18px 10px;
    white-space: nowrap;
}
.product-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-cell a {
    color: #000;
    text-decoration: underline;
}
.product-cell a:hover {
    text-decoration: none;
}
.product-cell img {
    border-radius: 10px;
}
.products-list-table {
    border: 1px solid #dee0dc;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 30px;
}
.products-title-table {
    padding: 30px;
    border-bottom: 1px solid #dee0dc;
}
.products-list-table tr:last-child td {
    border-bottom: none;
}
.products-list-table tr td .btn-custom {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 5px;
    line-height: normal;
}
.products-list-table tr td .trash-btn {
    background: transparent;
    border: 1px solid #000;
}
.dashboard-testimonials {
    max-width: 100%;
    padding: 30px;
    border: 1px solid #dee0dc;
    border-radius: 25px;
    margin-bottom: 0;
}
.dashboard-testimonials .products-title-table {
    padding: 0;
    border-bottom: none;
    margin-bottom: 15px;
}
.testimonial-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.products-list-table .table tr th.sortable {
    cursor: pointer;
}
.cmn-add-product-form-outer label {
    color: #565656;
}
.cmn-add-product-form-outer .offcanvas {
    width: 1069px;
}
.cmn-add-product-form-outer .offcanvas-body,
.cmn-add-product-form-outer .offcanvas-header {
    margin: 0 35px;
}
.cmn-add-product-form-outer h2 {
    font-size: 46px;
    font-weight: 600;
}
.cmn-add-product-form-outer .btn-close {
    padding: 0;
    font-size: 23px;
    opacity: 1;
    width: 43px;
    box-shadow: none;
}
.cmn-add-product-form-outer .accordion {
    --bs-accordion-bg: transparent !important;
}
.cmn-add-product-form-outer .offcanvas-body,
.cmn-add-product-form-outer .offcanvas-header {
    margin: 0 35px;
    padding: 0;
    padding-right: 10px;
}
.cmn-add-product-form-outer .offcanvas-header {
    padding: 20px 0;
}
.cmn-add-product-form-outer .offcanvas-body::-webkit-scrollbar {
    width: 1px;
}
.cmn-add-product-form-outer .offcanvas-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #0000004d;
}
.cmn-add-product-form-outer .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #f96b35;
    outline: 1px solid #f96b35;
}
.cmn-add-product-form-outer .offcanvas-body form {
    overflow: hidden;
}
.cmn-add-product-form-outer select.form-control {
    padding-left: 10px;
}
.add-product-bg {
    background: #f2f5fa;
    padding: 20px;
    border-radius: 15px;
}
.add-product-bg ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}
.add-product-bg ul li {
    width: 25%;
}
.add-product-bg .checkmark {
    left: 0;
    background: #fff;
}
.cmn-add-product-form-outer .offcanvas-body,
.cmn-add-product-form-outer .offcanvas-header {
    padding: 0;
    padding-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.add-product-list > label {
    font-weight: 600;
}
.pound-icon {
    position: absolute;
    /* top: 50%;
    transform: translateY(-50%); */
    width: 40px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-right: 1px solid #dee0dc;
    color: #565656;
}
.add-product-list {
    margin-bottom: 20px;
}
.add-product-bg .custom-checkbox {
    padding-left: 34px;
    padding-right: 0;
}
.add-product-bg .radiomark {
    left: 0;
    background: #fff;
}
.cmn-add-product-form-outer input[type="text"].form-control,
.cmn-add-product-form-outer textarea.form-control,
.cmn-add-product-form-outer input[type="number"],
.cmn-add-product-form-outer input[type="date"],
.cmn-add-product-form-outer textarea.form-control {
    padding-left: 10px;
}
.add-product-save-btn {
    height: 60px;
    width: 160px;
}
.cmn-add-product-form-outer input[type="number"]::-webkit-inner-spin-button,
.cmn-add-product-form-outer input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#unitPrice {
    padding: 0 10px 0 50px;
}

@media (max-width: 1440px) {
    .pound-icon {
        height: 45px;
    }
    .dashboard-main {
        gap: 20px;
    }
    .dashboard-lt {
        max-width: 220px;
        flex: 0 0 220px;
        border-radius: 15px;
    }
    .dashboard-rt {
        max-width: calc(100% - 240px);
        flex: 0 0 calc(100% - 240px);
    }
    .dashboard-list-outer {
        margin-bottom: 20px;
    }
    .dashboard-card {
        padding: 15px;
        border-radius: 15px;
        gap: 10px;
    }
    .dashboard-card-icon {
        width: 54px;
        height: 54px;
    }
    .dashboard-card-info span {
        font-size: 14px;
    }
    .dashboard-card-info h2 {
        font-size: 40px;
    }
    .dashboard-subscriptions-lt {
        font-size: 15px;
    }
    .dashboard-subscriptions a {
        font-size: 13px;
    }
    .dashboard-info-list li {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .dashboard-card-outline {
        gap: 25px;
    }
    .dashboard-img {
        padding: 15px 0;
    }
    .dashboard-verified {
        font-size: 13px;
    }
    .dashboard-menu {
        padding-top: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
        gap: 12px;
    }
    .dashboard-menu li a {
        padding: 5px 0;
        font-weight: 500;
        font-size: 15px;
    }
    .dashboard-icon {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-right: 10px;
    }
    .vendar-dashboard .page-title-card {
        margin-bottom: 20px;
    }
    .products-title-table {
        padding: 15px;
    }
    .products-list-table {
        border-radius: 15px;
        margin-bottom: 20px;
    }
    .products-list-table .table tr th,
    .products-list-table tr td {
        padding: 15px 7px;
        font-size: 14px;
    }
    .dashboard-testimonials {
        padding: 15px;
        border-radius: 15px;
    }
    .cmn-add-product-form-outer .offcanvas {
        width: 850px;
    }
    .cmn-add-product-form-outer .offcanvas-body,
    .cmn-add-product-form-outer .offcanvas-header {
        margin: 0 25px;
    }
    .cmn-add-product-form-outer .offcanvas-header {
        padding: 15px 0;
    }
    .cmn-add-product-form-outer .btn-close {
        width: 40px;
        font-size: 20px;
    }
    .add-product-bg .custom-checkbox {
        font-size: 14px;
        min-height: 24px;
    }
}
@media (max-width: 1199px) {
    .dashboard-main {
        display: block;
    }
    .dashboard-lt {
        display: none;
    }
    .dashboard-rt {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .dashboard-list-outer {
        margin-bottom: 0;
    }
    .dashboard-card {
        margin-bottom: 20px;
        height: auto;
    }
    .products-list-table tr td .product-cell {
        white-space: initial;
    }
    .profile-menu {
        top: calc(100% + 15px);
    }
    .cmn-add-product-form-outer .offcanvas-header h2 {
        font-size: 26px;
    }
    .cmn-add-product-form-outer .offcanvas {
        width: 700px;
    }
    .add-product-bg ul li {
        width: 33%;
    }
}
@media (max-width: 991px) {
    .add-product-save-btn {
        height: 55px;
        width: 140px;
    }
    .add-product-bg {
        padding: 15px;
    }
    .add-product-list {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .profile {
        width: 44px;
        height: 44px;
        padding: 5px;
    }
    .products-title-table .add-btn {
        margin: 10px 0 0;
    }
    .products-list-table tr td .product-cell {
        min-width: 200px;
    }
    .products-list-table .table tr th,
    .products-list-table tr td {
        padding: 15px;
    }
    .profile-menu {
        right: -25px;
    }
    .cmn-add-product-form-outer .offcanvas {
        width: 348px;
    }
    .add-product-bg ul li {
        width: 50%;
    }
    .cmn-add-product-form-outer .offcanvas-body,
    .cmn-add-product-form-outer .offcanvas-header {
        margin: 0 15px;
    }
    .add-product-save-btn {
        height: 45px;
        font-size: 13px;
        width: 120px;
    }
    .add-product-bg .custom-checkbox {
        padding-left: 25px;
    }
    .cmn-add-product-form-outer .btn-close {
        width: 30px;
        font-size: 15px;
    }
    .pound-icon {
        width: 35px;
    }
    .add-product-bg {
        padding: 15px 10px;
    }
    .product-details-input .form-control {
        padding-left: 40px;
    }
    .add-product-bg ul {
        row-gap: 10px;
    }
    .add-product-bg .custom-checkbox {
        min-height: 20px;
    }
}
/****dashboard end****/

/****Dashboard Buyer Start****/
.dashboard-buyer-img {
    text-align: center;
    padding: 30px 0;
    gap: 15px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dee0dc;
}
.dashboard-buyer-img img {
    width: 133px;
    height: 133px;
    border-radius: 50%;
    object-fit: contain;
    object-position: center;
}
.dashboard-buyer-img span {
    font-weight: 600;
    color: #000;
}
.selling-box {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}
.selling-box-img {
    max-width: 70px;
}
.selling-box-info {
    max-width: calc(100% - 90px);
}
.selling-box-info span {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.selling-box-info p {
    font-size: 14px;
    color: #000;
    margin: 0 0 20px;
}
.seller-btn {
    padding: 0 10px;
    gap: 10px;
}

@media (max-width: 1440px) {
    .selling-box {
        gap: 20px;
    }
    .selling-box-img {
        max-width: 70px;
    }
    .selling-box-info span {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .selling-box-info p {
        font-size: 13px;
        margin: 0 0 10px;
    }
    .selling-box-info {
        max-width: calc(100% - 80px);
    }
    .dashboard-buyer-img {
        padding: 15px 0;
    }
    .dashboard-buyer-img img {
        width: 100px;
        height: 100px;
    }
    .seller-btn {
        font-size: 15px;
    }
}
/****Dashboard Buyer End****/

/****Dashboard Chat Start****/
.dashboard-rt-outer {
    border: 1px solid #dee0dc;
    border-radius: 25px;
    overflow: hidden;
}
.chat-outer {
    border-radius: 25px;
    background-color: #fff;
    position: relative;
}
.chat-left {
    width: 385px;
    border-right: 1px solid #e1ece8;
    background: #f2f5fa;
}
.chat-search {
    padding: 20px;
    border-bottom: 1px solid #e1ece8;
}
.recent-chats {
    padding: 15px;
    overflow-y: auto;
    max-height: 840px;
}
.recent-chats::-webkit-scrollbar,
.message-box-list-outer::-webkit-scrollbar {
    width: 1px;
}
.recent-chats::-webkit-scrollbar-track,
.message-box-list-outer::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #0000004d;
}
.recent-chats::-webkit-scrollbar-thumb,
.message-box-list-outer::-webkit-scrollbar-thumb {
    background-color: #f96b35;
    outline: 1px solid #f96b35;
}
@-moz-document url-prefix() {
    .recent-chats,
    .message-box-list-outer {
        scrollbar-width: thin;
        scrollbar-color: #f96b35 rgba(0, 0, 0, 0.3);
    }
}
.recent-chats-list {
    padding: 9px 13px;
    cursor: pointer;
    position: relative;
    margin-bottom: 6px;
}
.recent-chats-list .chat-avatar {
    width: 58px;
    height: 58px;
    border-radius: 100%;
}
.recent-chats-list .chat-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    display: block;
    border: 1px solid #cfcfcf;
}
.recent-chats-list:last-child {
    margin-bottom: 0;
}
.recent-chats-list-content {
    gap: 12px;
}
.recent-chats-list-content-name {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
.recent-chats-list-content-msg {
    font-size: 12px;
    color: #565656;
}
.recent-chats-list-content-time {
    font-size: 14px;
    color: #aaacaf;
}
.chat-search .search-input-card {
    width: 100%;
    flex: 0 0 100%;
    position: relative;
}
.chat-search .search-input-card .form-control {
    border: 1px solid #dee0dc;
    height: 44px;
    line-height: 44px;
    border-radius: 40px;
    padding: 0 50px 0 25px;
}
.recent-chats-list:hover,
.recent-chats-list.active {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 55px #00000012;
}
.chat-right {
    width: calc(100% - 385px);
    display: flex;
    flex-direction: column;
    position: relative;
}
.recent-chats-list.chat-right-heading {
    padding: 16px 25px;
    border-bottom: 1px solid #e1ece8;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}
.message-box {
    background: #fff url(../images/chat-overlay.webp);
    padding: 25px;
    height: 840px;
    position: relative;
}
.message-box-list-outer {
    height: calc(100% - 80px);
    overflow-y: auto;
    padding-right: 10px;
}
.message-box-list {
    margin-bottom: 30px;
}
.message-box-list.odd .message-box-list-message:after {
    background: url(../images/chat-arrow-left.svg) no-repeat center;
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    left: -21px;
    bottom: 0;
    background-size: cover;
}
.message-box-list.even .message-box-list-message:after {
    background: url(../images/chat-arrow-right.svg) no-repeat center;
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    right: -21px;
    bottom: 0;
    background-size: cover;
}
.message-box-list.even {
    text-align: right;
}
.message-box-list.even .message-box-list-avatar {
    border: 2px solid #f2f5fa;
}
.message-box-list-avatar {
    width: 50px;
    height: 50px;
    min-width: 50px;
    align-self: flex-end;
    border-radius: 50%;
    overflow: hidden;
}
.message-box-list-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.message-box-list.even .message-box-list-time {
    color: #fff;
}
.inbox-group-chat .chat-avatar {
    width: 50px;
    height: 50px;
    min-width: 50px;
}
.message-box-list-content {
    width: calc(100% - 55px);
    padding-left: 20px;
}
.message-box-list-message {
    padding: 15px;
    border-radius: 20px 20px 20px 0;
    background-color: #f2f5fa;
    max-width: 45%;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    color: #565656;
}
.message-box-list-message img {
    border-radius: 20px;
}
.message-box-list-message-info {
    margin-top: 10px;
}
.message-box-list-message-info span {
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 5px;
}
.message-box-list-message-info a {
    color: #f96b35;
    margin-bottom: 5px;
    display: inline-block;
}
.chats-nav {
    width: 20px;
    position: absolute;
    top: 22px;
    right: 15px;
    display: none;
}
.chats-nav span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    margin: 4px 0;
}
.message-box-list-time {
    font-size: 14px;
    color: #565656;
    display: block;
    text-align: right;
}
.message-box-list.even .message-box-list-content {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
}
.message-box-list.even .message-box-list-message {
    background-color: #f96b35;
    color: #fff;
    border-radius: 20px 20px 0 20px;
    text-align: left;
}
.message-sender-outer {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
}
.message-sender-block {
    background-color: #f2f5fa;
    padding: 16px 20px;
    border-radius: 12px;
    margin-top: auto;
    flex: 1;
    margin-right: 0;
}
.message-sender-block .input-icon-card {
    width: calc(100% - 40px);
}
.message-sender-block .input-icon {
    left: 0;
}
.input-icon-card {
    position: relative;
}
.input-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.input-icon img {
    display: block;
}
.message-sender-btn-block {
    width: 40px;
}
.message-sender-block .new-form-control {
    border: 0;
    height: 20px;
    padding-left: 30px;
    background-color: #f2f5fa;
    outline: none;
    width: 100%;
    color: #565656;
}
.message-sender-btn-block .upload-icon {
    cursor: pointer;
    margin-bottom: 0;
}
.message-sender-btn-block #file-upload {
    display: none;
}
.message-sender-btn-block button {
    border: 0;
    box-shadow: none;
    background-color: transparent;
}
.inbox-group-chat-text span {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

@media (max-width: 1440px) {
    .chat-left {
        width: 300px;
    }
    .chat-right {
        width: calc(100% - 300px);
    }
    .chat-search {
        padding: 10px;
    }
    .recent-chats {
        padding: 5px;
        max-height: 580px;
    }
    .recent-chats-list {
        padding: 5px;
        margin-bottom: 3px;
    }
    .recent-chats-list-content {
        gap: 7px;
    }
    .recent-chats-list .chat-avatar {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }
    .recent-chats-list-content-time {
        font-size: 12px;
    }
    .recent-chats-list.chat-right-heading {
        padding: 10px;
    }
    .message-box {
        padding: 10px;
        height: 580px;
    }
    .message-sender-outer {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    .message-box-list-avatar {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }
    .message-box-list-message {
        padding: 10px;
        max-width: 57%;
        font-size: 14px;
    }
    .message-box-list-time {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .recent-chats {
        display: none;
        position: absolute;
        left: 0;
        top: 65px;
        width: 98%;
        z-index: 1;
        background: #fff;
        height: calc(100% - 65px);
        max-height: inherit;
    }
    .recent-chats.recent-chats-open,
    .chats-nav {
        display: block;
    }
    .chat-left,
    .chat-right {
        width: 100%;
    }
    .chat-search .search-input-card {
        width: calc(100% - 30px);
    }
    .message-box-list-message {
        max-width: 100%;
        font-size: 13px;
    }
    .message-sender-block {
        padding: 16px 5px;
    }
    .message-sender-block .new-form-control {
        font-size: 13px;
    }
    .message-box {
        height: 450px;
    }
    .dashboard-rt-outer,
    .chat-outer {
        border-radius: 10px;
    }
}
/****Dashboard Chat End****/

/****Dashboard Rating Review Start****/
.dashboard-rt-outer .rating-review-outer {
    padding: 40px;
}
.dashboard-rt-outer .rating-review-outer .testimonials {
    margin-bottom: 0;
}
.dashboard-rt-outer .testimonial-item:last-child {
    border-bottom: 1px solid #d9dde1;
    padding-bottom: 22px;
}

@media (max-width: 1440px) {
    .dashboard-rt-outer .rating-review-outer {
        padding: 25px;
    }
}
@media (max-width: 991px) {
    .dashboard-rt-outer .rating-review-outer {
        padding: 15px;
    }
}
/****Dashboard Rating Review End****/

/* My Subscription & Auto-Renewal Page Start */
.my-subs-outer {
    background-color: #fff;
    border: 1px solid #dee0dc;
    border-radius: 25px;
    padding: 2%;
}
.my-subs-inr {
    background: #f2f5fa url(../images/graphic-bg.webp) no-repeat center center;
    background-size: cover;
    border-radius: 25px;
    padding: 3.5%;
    display: flex;
    align-items: center;
    position: relative;
}
.my-subs-lt {
    flex: 1;
    padding-right: 9%;
    display: flex;
    gap: 4%;
}
.my-subs-rt {
    max-width: 28.6%;
    flex: 0 0 28.6%;
}
.timer-icon {
    min-width: 160px;
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-plan-info {
    flex: 1;
}
.my-plan-info h2 {
    font-size: 36px;
    font-weight: 400;
}
.my-plan-info h3 {
    font-size: 55px;
    font-weight: 600;
}
.my-plan-info .btn-custom {
    padding: 0;
    height: 60px;
    line-height: 60px;
    width: 166px;
    margin-top: 7px;
}
.my-plan-note {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    margin: 25px 0 0;
}
.my-plan-note p {
    font-size: 14px;
    color: #565656;
    margin: 0 0 5px;
}
.my-plan-note p strong {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.my-plan-img {
    margin: 0 0 24px;
    text-align: center;
}
.my-plan-img img {
    border-radius: 25px;
    width: 100%;
}
.my-plan-img.sell-fish-icon img {
    width: auto;
    border-radius: 0;
}
.auto-ren-switch {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 0 0;
}
.auto-ren-switch label {
    margin: 0;
    font-weight: 600;
}
.toggle-switch {
    width: 90px;
    height: 42px;
    background: #000;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    color: #fff;
    font-size: 16px;
    user-select: none;
    font-weight: 500;
}
.toggle-circle {
    width: 32px;
    height: 32px;
    background: #f96b35;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all 0.3s ease;
}
.toggle-text-left,
.toggle-text-right {
    z-index: 1;
    transition: opacity 0.3s ease;
}
.toggle-text-left {
    opacity: 0;
}
.toggle-switch.active .toggle-circle {
    left: 53px;
    background: #c0c9d7;
}
.toggle-switch.active .toggle-text-left {
    opacity: 1;
}
.toggle-switch.active .toggle-text-right {
    opacity: 0;
}
.toggle-switch.active {
    background: #666666;
    color: #dbdee1;
}
.cmn-chk-list li {
    background: url(../images/check-circle-icon.svg) no-repeat left 2px;
    padding: 2px 0 2px 30px;
    color: #565656;
    margin: 0 0 12px;
}
.ren-hd {
    font-weight: 600;
}
.auto-renewal-outer .my-plan-img {
    margin: 0;
}
.auto-renewal-outer .my-subs-lt {
    padding-right: 40%;
}
.auto-renewal-outer .my-subs-rt {
    position: absolute;
    right: 30px;
    bottom: 0;
    max-width: 27%;
    flex: 0 0 27%;
}
.location-tag {
        gap: 5px;
}
.location-tag span {
    max-width:100px;
    font-size:12px;
    line-height: 14px;
}

.header-card-right-info .buy-btn.btn-custom {
    padding: 0px 20px;
    font-size: 14px;
}




@media (max-width: 1600px) {
    .timer-icon {
        min-width: 120px;
        width: 120px;
        height: 120px;
        padding: 35px;
    }
    .auto-renewal-outer .my-subs-lt {
        padding-right: 33%;
    }
    .auto-renewal-outer .my-subs-rt {
        right: 20px;
        max-width: 30%;
        flex: 0 0 30%;
    }
}
@media (max-width: 1440px) {
    .timer-icon {
        min-width: 80px;
        width: 80px;
        height: 80px;
        padding: 25px;
    }
    .my-plan-info h2 {
        font-size: 30px;
    }
    .my-plan-info h3 {
        font-size: 46px;
    }
    .my-subs-lt {
        padding-right: 5%;
    }
    .my-plan-info .btn-custom {
        height: 50px;
        line-height: 50px;
        /* margin: 0; */
    }
    .my-plan-note {
        border-radius: 15px;
        padding: 20px;
        margin: 20px 0 0;
    }
    .auto-renewal-outer .my-subs-rt {
        max-width: 33%;
        flex: 0 0 33%;
    }

    .header-card-right-info .buy-btn.btn-custom {
    padding: 0px 10px;
    font-size: 12px;
}

}




@media (max-width: 991px) {
    .my-subs-inr {
        display: block;
    }
    .my-subs-lt {
        padding: 0 0 20px;
        gap: 20px;
    }
    .my-subs-rt {
        max-width: 100%;
        padding-left: 100px;
    }
    .auto-renewal-outer .my-subs-lt {
        padding: 0;
    }
    .auto-renewal-outer .my-subs-rt {
        display: none;
    }
}
@media (max-width: 767px) {
    .my-subs-lt {
        display: block;
    }
    .my-subs-rt {
        padding-left: 0;
    }
    .my-subs-outer {
        border-radius: 15px;
        padding: 10px;
    }
    .my-subs-inr {
        padding: 15px;
        border-radius: 15px;
    }
    .my-plan-info h2 {
        font-size: 22px;
        margin: 10px 0 0;
    }
    .my-plan-info h3 {
        font-size: 36px;
    }
    .auto-renewal-outer .timer-icon {
        margin: 0 0 12px;
    }
    .cmn-chk-list li {
        font-size: 14px;
    }
}
/* My Subscription & Auto-Renewal Page End */

/****Subscription Start****/
.subscription-box {
    background: #fff url(../images/graphic-bg.png) no-repeat center center;
    border-radius: 25px;
    border: 1px solid #dee0dc;
    height: 100%;
}
.subscription-tag {
    padding: 5px 15px;
    background: #f2f5fa;
    width: auto;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}
.subscription-price {
    font-size: 46px;
    color: #f96b35;
    font-weight: 700;
}
.subscription-day {
    font-size: 14px;
    color: #565656;
    line-height: 1;
}
.subscription-box-top {
    padding: 25px 30px;
    border-bottom: 1px solid #dee0dc;
}
.subscribe-btn {
    height: 60px;
    width: 200px;
    margin-top: auto;
}
.subscription-box-bottom {
    padding: 30px;
    height: calc(100% - 144px);
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 100px;
}
.subscription-box-bottom ul {
    margin-bottom: 20px;
}
.sliver-box {
    background: url(../images/silver-icon.svg) no-repeat center;
    background-position: 90% top;
}
.gold-box {
    background: url(../images/gold-icon.svg) no-repeat center;
    background-position: 90% top;
}
.platinum-box {
    background: url(../images/platinum-icon.svg) no-repeat center;
    background-position: 90% top;
}
.subscription-main p {
    margin-top: 50px;
    color: #565656;
}

.subscription-form {
    position: absolute;
    bottom: 20px;
}

@media (max-width: 1440px) {
    .subscription-box-top,
    .subscription-box-bottom {
        padding: 20px;
    }
    .sliver-box,
    .gold-box,
    .platinum-box {
        background-size: 60px;
    }
    .subscription-tag {
        font-size: 16px;
    }
    .subscription-price {
        font-size: 36px;
    }
    .subscription-box-bottom {
        height: calc(100% - 120px);
        padding-bottom: 100px;
    }
    .subscription-main p {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .subscribe-btn {
        width: 100%;
    }
    .subscription-main p {
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .subscription-box-bottom ul {
        margin-bottom: 10px;
    }
}
/****Subscription End****/

/* Free Trial Status Page Start */
.free-trial-status-outer p {
    color: #565656;
}
.free-trial-status-block {
    background: url(../images/free-trial-bnr.webp) no-repeat center center;
    padding: 50px;
    border-radius: 50px;
    background-size: cover;
    margin: 0 0 50px;
}
.free-trial-status-card {
    border-radius: 30px;
    background: #fff url(../images/graphic-bg.webp) no-repeat center center;
    padding: 30px;
    width: 433px;
    border: 1px solid #dee0dc;
}
.my-trial-note {
    background: #f2f5fa;
    border-radius: 25px;
    padding: 25px;
    margin: 30px 0;
    font-size: 14px;
    color: #565656;
}
.my-trial-note p {
    margin: 0;
}
.my-trial-note p strong {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.my-trial-note ul li {
    position: relative;
    margin: 6px 0 0;
    padding: 0 0 0 12px;
}
.my-trial-note ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    background: #565656;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.active-info,
.trial-hd {
    text-align: center;
    padding: 0 15px;
    background-color: #f96b35;
    border-radius: 38px;
    height: 36px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
}
.trial-hd {
    padding: 0 20px;
    background-color: #f2f5fa;
    color: #000;
}
.trial-days {
    border-bottom: 1px solid #dee0dc;
    color: #f96b35;
    font-size: 46px;
    font-weight: 700;
    margin: 0 -30px 25px;
    padding: 0 30px 15px;
}
.trial-days span {
    color: #565656;
    font-size: 14px;
    font-weight: 400;
}
.free-trial-status-card .text-end .btn-custom {
    padding: 0;
    height: 60px;
    font-weight: 500;
    width: 200px;
}

@media (max-width: 991px) {
    .free-trial-status-card {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .free-trial-status-block {
        background: #fff;
        padding: 0;
        border-radius: 0;
        margin: 0 0 30px;
    }
    .free-trial-status-card {
        margin: 0;
        width: 100%;
        padding: 15px;
        border-radius: 15px;
    }
    .trial-days {
        font-size: 38px;
        margin: 0 -15px 15px;
        padding: 0 15px 10px;
    }
    .my-trial-note {
        border-radius: 15px;
        padding: 20px;
        margin: 20px 0;
    }
    .free-trial-status-card .text-end .btn-custom {
        height: 50px;
    }
}
/* Free Trial Status Page End */

/****About Us Start****/
.aboutus-section h1 {
    font-size: 55px;
}
.aboutus-section p {
    color: #565656;
}
.aboutus-section .row {
    margin: 0 -30px;
}
.aboutus-section [class*="col-"] {
    padding: 0 30px;
}
.our-mission-section {
    margin-bottom: 170px;
}
.our-mission-info .our-mission-tp-title {
    font-weight: 700;
    color: #f96b35;
    font-size: 18px;
    margin-bottom: 10px;
}
.our-mission-info p,
.how-works-block p,
.our-promise-section p {
    color: #565656;
}
.why-choose-lt {
    width: 50%;
    margin-top: -70px;
}
.why-choose-lt img {
    border-radius: 50px;
    border-bottom-right-radius: 0;
    width: 100%;
}
.why-choose-rt {
    width: 50%;
    background: #292825;
    padding: 94px 60px;
    border-radius: 50px;
    border-top-left-radius: 0;
    position: relative;
    left: -1px;
}
.why-choose-rt h2 {
    color: #fff;
    margin-bottom: 40px;
}
.why-choose-rt li {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: center;
}
.why-choose-rt li:last-child {
    margin-bottom: 0;
}
.why-choose-rt li h5 {
    color: #fff;
    margin-bottom: 5px;
}
.why-choose-rt li p {
    color: #fff;
}
.why-choose-rt li i {
    border-radius: 50%;
    overflow: hidden;
    width: 82px;
    flex: 0 0 82px;
    height: 82px;
    background: #f96b35;
    display: flex;
    justify-content: center;
}
.why-choose-rt li i img {
    max-width: 42px;
}

@media (max-width: 1440px) {
    .aboutus-section h1 {
        font-size: 45px;
    }
    .why-choose-rt {
        padding: 70px 40px;
    }
    .why-choose-rt li h5,
    .our-mission-info h5 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .aboutus-section h1 {
        font-size: 36px;
    }
    .aboutus-section .row {
        margin: 0 -20px;
    }
    .aboutus-section [class*="col-"] {
        padding: 0 20px;
    }
    .why-choose-rt li i {
        width: 75px;
        flex: 0 0 75px;
        height: 75px;
    }
    .why-choose-rt li i img {
        max-width: 35px;
    }
    .our-mission-section {
        margin-bottom: 100px;
        margin-bottom: 70px;
    }
    .why-choose-lt {
        margin-top: -50px;
    }
    .why-choose-rt h2 {
        color: #fff;
        margin-bottom: 28px;
    }
    .why-choose-lt img {
        border-radius: 30px;
        border-bottom-right-radius: 0;
    }
    .why-choose-rt {
        border-radius: 30px;
        border-top-left-radius: 0;
    }
}
@media (max-width: 991px) {
    .aboutus-section .row {
        margin: 0 -10px;
    }
    .aboutus-section [class*="col-"] {
        padding: 0 10px;
    }
    .why-choose-lt {
        width: 100%;
        margin-top: 0;
    }
    .why-choose-rt {
        width: 100%;
        padding: 40px;
        border-top-right-radius: 0;
        top: 0;
        border-top-left-radius: 0;
    }
    .our-mission-section {
        margin-bottom: 10px;
        background-size: 100% 30%;
    }
    .why-choose-lt img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .aboutus-section h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .aboutus-section p:last-child {
        margin-bottom: 30px;
    }
    .how-works-block .row:last-child {
        row-gap: 20px;
    }
    .why-choose-rt {
        padding: 20px;
    }
    .aboutus-section h1 {
        font-size: 24px;
    }
    .why-choose-rt li {
        flex-direction: column;
    }
    .our-promise-section p {
        margin-bottom: 30px;
    }
    .why-choose-rt li:last-child {
        margin-bottom: 15px;
    }
    .why-choose-rt li i {
        width: 65px;
        flex: 0 0 65px;
        height: 65px;
    }
    .why-choose-rt li i img {
        max-width: 30px;
    }
    .why-choose-rt li {
        gap: 10px;
    }
    .why-choose-rt li {
        margin-bottom: 15px;
        align-items: start;
    }
    .why-choose-rt h2 {
        margin-bottom: 18px;
    }
    .our-mission-info .our-mission-tp-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .our-mission-info h5 {
        margin-bottom: 5px;
    }
    .our-promise-section h2,
    .why-choose-rt h2 {
        margin-bottom: 9px;
    }
    .our-promise-section {
        text-align: center;
    }
}
/****About Us End****/

/****Faq Start****/
.faq-section h1 {
    font-size: 55px;
    margin-bottom: 30px;
}
.faq-accordion .accordion-body .faq-accordion-box li {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    color: #565656;
}
.faq-accordion .accordion-body .faq-accordion-box li:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion-body .faq-accordion-box li:before {
    width: 8px;
    height: 8px;
    content: "";
    display: block;
    position: absolute;
    background: #d9d9d9;
    border-radius: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.faq-accordion .accordion-body .faq-accordion-box li span {
    font-weight: 600;
    color: #565656;
}
.faq-accordion p,
.faq-accordion-box p {
    color: #565656;
}
.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion-header .accordion-button {
    font-size: 16px;
}
.faq-section .row {
    margin: 0 -20px;
}
.faq-section .row [class*="col-"] {
    padding: 0 20px;
}

@media (max-width: 1440px) {
    .faq-section h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1199px) {
    .faq-section h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .faq-section h1 {
        font-size: 30px;
        margin-bottom: 10px;
        font-size: 24px;
    }
}
/****Faq End****/

/****Update Profile Start****/
.update-profile-outer {
    padding: 50px;
    border: 1px solid #dee0dc;
    border-radius: 25px;
    overflow: hidden;
}
.update-profile-outer h5 {
    margin-bottom: 20px;
    border-bottom: 1px solid #dee0dc;
    padding-bottom: 20px;
}
.update-profile-row {
    padding-bottom: 50px;
}
.update-profile-row:last-of-type {
    padding-bottom: 45px;
}
.update-profile-row textarea.form-control {
    background: #fff url(../images/about-icon.svg) no-repeat 13px 14px;
    padding-left: 45px !important;
    min-height: 180px;
    line-height: 26px;
    font-size: 16px;
}
.update-profile-outer .update-save-btn {
    height: 60px;
    width: 196px;
}
.update-profile-row label {
    color: #565656;
}
.update-profile-row .upload-btn {
    padding: 13px 30px;
}
.update-profile-row .product-details-input .form-control {
    font-size: 16px;
}
@media (max-width: 1440px) {
    .update-profile-outer {
        padding: 30px;
    }
    .update-profile-outer h5 {
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 20px;
    }
    .update-profile-row,
    .update-profile-row:last-of-type {
        padding-bottom: 40px;
    }
    .update-profile-row .upload-btn {
        padding: 13px 20px;
        font-size: 14px;
    }
    .update-profile-outer .update-save-btn {
        height: 50px;
        width: 150px;
        line-height: 50px;
    }
    .update-profile-row .product-details-input .form-control {
        font-size: 14px;
    }
    .update-profile-row textarea.form-control {
        min-height: 150px;
        line-height: 20px;
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .update-profile-outer {
        padding: 25px;
    }
    .update-profile-row,
    .update-profile-row:last-of-type {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .update-profile-row,
    .update-profile-row:last-of-type {
        padding-bottom: 20px;
    }
    .update-profile-outer h5 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .update-profile-outer {
        padding: 20px;
    }
}
/****Update Profile End****/

.enquiry-product-image {
    width: 100%;
    max-width: 120px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.product-name {
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.enquiry-message {
    font-size: 0.9rem;
    line-height: 1.4;
}

.message-box-list-message {
    word-break: break-all;
}
.recent-chats-list-content-time {
    word-break: break-all;
}
.form-control.is-invalid {
    background-image: none;
}
#allReviewsModalBody {
    padding: 0;
}
.reviews-list {
    max-height: 60vh;
    overflow-y: auto;
    padding: 1.5rem;
}

/* Fixed Notification Container and Badge Positioning */

/* Reset notification container spacing */
.notification-container {
    position: relative;
    margin-left: 15px;
    margin-right: 0; /* Remove conflicting right margin */
}

/* Notification button base styles */
.notification-btn {
    position: relative; /* Important for badge positioning */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: transparent;
    text-decoration: none;
}
.header-card-right-info {
    gap:10px;
}
.notification-btn:hover {
    background: rgba(0, 123, 255, 0.1);
}

/* Icon wrapper - remove any padding/margin */
.notification-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

/* Notification icon sizing */
.notification-icon {
    width: 24px;
    height: 24px;
    display: block;
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}

.notification-btn:hover .notification-icon {
    filter: brightness(1.2);
}

/* Fixed Badge Positioning - Key Fix */
#notification-badge {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 20px;
    height: 20px;
    padding: 0.25rem 0.4rem;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    border-radius: 10px;
      background:#f96b35;
    color: white;
    
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: pulse 1.5s infinite;
    transform: translate(25%, -25%); /* Fine-tune positioning */
}

/* Pulse animation for badge */
@keyframes pulse {
    0% {
        transform: translate(25%, -25%) scale(1);
    }
    50% {
        transform: translate(25%, -25%) scale(1.1);
    }
    100% {
        transform: translate(25%, -25%) scale(1);
    }
}

/* Notification Dropdown */
.notification-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: -10px; /* Adjust to align better with icon */
    width: 320px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    overflow: hidden;
    max-height: 400px;
    overflow-y: auto;
}

/* Arrow indicator for dropdown */
.notification-dropdown::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
}

.notification-dropdown.show,
.notification-dropdown.active {
    display: block;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Notification List */
.notification-list {
    padding: 0;
    max-height: 320px;
    overflow-y: auto;
}

/* Notification Items */
.notification-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s ease;
    background-color: #fff;
}

.notification-item:hover {
    background-color: #f8f9fa;
}

.notification-item:last-child {
    border-bottom: none;
}

/* Avatar styling */
.notification-item-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    flex-shrink: 0;
}

/* Content area */
.notification-item-content {
    flex-grow: 1;
    overflow: hidden;
    padding-left: 0;
    min-width: 0;
}

.notification-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-item-message {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-item-time {
    font-size: 11px;
    color: #999;
    margin-top: 2px;
}

/* Unread indicator */
.notification-item-unread {
    width: 8px;
    height: 8px;
    background-color: #ff6f61;
    border-radius: 50%;
    margin-left: 8px;
    flex-shrink: 0;
}

/* Empty state */
#no-notifications {
    padding: 30px 20px;
    font-size: 14px;
    color: #999;
}

/* Footer */
.notification-footer {
    border-top: 1px solid #eee;
    background-color: #fafafa;
}

#view-all-notifications {
    font-size: 13px;
    font-weight: 500;
    padding: 8px 0;
    display: inline-block;
}

#view-all-notifications:hover {
    text-decoration: underline !important;
}





@media (max-width: 1800px) {
.notification-container {    margin-left: 5px;}



}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .notification-container {
        margin-left: 10px;
    }
    
    .notification-dropdown {
        width: 280px;
        right: -20px;
    }
    
    .notification-dropdown::before {
        right: 30px;
    }
}

@media (max-width: 576px) {
    .notification-container {
        margin-left: 8px;
    }
    
    .notification-dropdown {
        position: fixed;
        top: 60px !important;
        left: 10px;
        right: 10px;
        width: auto;
    }
    
    .notification-dropdown::before {
        display: none;
    }
    
    .notification-item {
        padding: 10px 12px;
    }
    
    .notification-item-avatar {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }
    
    .notification-item-title {
        font-size: 13px;
    }
    
    .notification-item-message {
        font-size: 11px;
    }

}



.currency-switcher .select2.select2-container.select2-container--default {
    width:100px !important;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.currency-switcher .selection { width: 100%;}
.currency-switcher .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #f96b35;
    border-radius:30px;
    height: 35px;
}

.currency-switcher .currency-label {
    line-height: 35px;
    display: inline-block;
    font-size: 16px;
}

.currency-switcher .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px; }

.currency-flag-img {
margin-top: -4px;
margin-right: 5px !important;
}


@media (max-width: 576px) {
.header-card-right-info {
    gap: 7px;
}
.location-tag span {    display: none;}
.currency-switcher .currency-label {    font-size: 12px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {    width: 17px;}
.currency-switcher .select2.select2-container.select2-container--default {
    width: 76px !important;}

.buy-btn span { display: none;}
.buy-btn.btn-custom i { display: block;}
.notification-container { margin: 0;}
.currency-flag-img {    margin-right: 1px !important; width: 15px !important;
    height: 12px !important;     margin-top: -1px;}
    .select2-container--default .select2-selection--single .select2-selection__rendered {    line-height: 25px;}
    .currency-switcher .select2-container--default .select2-selection--single {    height: 30px;}
.currency-switcher .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
}
.currency-switcher .currency-label {
    line-height: 27px;}

}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
 .product-info-btn img {
    filter: brightness(0) saturate(100%);
}