@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

* {
    padding: 0;
    margin: 0;
}

:root {
    --primary-color: #3c7bf6;
    --secondry-color: #020428;
    --accent-color: #e58924;
    --light-dark-color: #4d4d4d;
    --white-color: #fff;
    --bg-off-white: #f5f5f5;
    --light-white-color: #e6e6e6;
    --red-color: #db4444;
    --primary-font: "League Spartan", sans-serif;
    --secondary-font: "Rubik", sans-serif;
    --profile-card-bg: #f5f5f5;
    --profile-card-icon-width: 38px;
    --profile-card-icon-height: 38px;
    --profile-card-icon-padding: 24px;
}

/* **************** Header Section ****************  */
/* Top Navigation Bar Styles */
.rsth1--top-bar {
    height: 55px;
    background-color: var(--primary-color);
    padding-top: 8px;
    padding-bottom: 8px;
}

.rsth1--top-bar .navbar-text {
    font-family: var(--primary-font);
    color: var(--white-color);
    font-size: 15px;
}

.rsth1--top-bar .navbar-text a {
    color: var(--white-color);
    font-size: 16px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    font-weight: 600;
}

.rsth1--top-nav-right {
    padding: 9px 0;
}

.rsth1--top-nav-item {
    padding: 0 24px;
}

.rsth1--top-nav-item-pr0 {
    gap: 16px;
    padding: 0 0 0 24px;
}

.rsth1--top-nav-item .dropdown-center button,
.rsth1--top-nav-item a {
    font-family: var(--primary-font);
    font-size: 15px;
}

.rsth1--top-nav-item i {
    font-size: 15px;
}

.rsth1--divider {
    border-left: 2px solid var(--white-color);
}

/* Primary Navigation Bar Styles */
.rsth1--primary-bar-wrapper {
    border-bottom: 1px solid #c0c0c0;
}

.rsth1--primary-bar .rsth1--primary-bar-row {
    background-color: var(--white-color) !important;
    /* padding: 32px 0 39px; */
}

.main-nav-wrapper {
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-nav-logo {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}

.rsth1--main-primary-ul {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

.rsth1--primary-col-right {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    padding-left: 20px;
}

.rsth1--primary-bar .navbar-nav .nav-link {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 400;
    color: #020428;
    padding: 0;
}

.primary-navigation .active .nav-link {
    border-bottom: 2px solid #dc2b2a;
}

/* Search Form Styles */
.rsth1--primary-bar .rsth1--primary-col-right form {
    width: 300px;
    background-color: var(--bg-off-white);
    border-radius: 4px;
    border: none;
}

.rsth1--primary-bar .rsth1--primary-col-right .form-control {
    width: 100%;
    background-color: var(--bg-off-white);
    border: none;
}

.rsth1--primary-bar .rsth1--primary-col-right .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    -webkit-box-shadow: none !important ;
    box-shadow: none !important ;
}
/* Mega Menu Styles */
.navbar .megamenu {
    padding: 1rem;
}

.mega-menu-cols h5 {
    font-family: var(--secondary-font);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.mega-menu-cols .mega-menu--list-items {
    font-family: var(--primary-font);
    color: var(--secondry-color);
    font-size: 16px;
    font-weight: 400;
}

.mega-menu-cols .mega-menu--list-items:hover {
    color: var(--primary-color);
    font-weight: 500;
}

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: -25px;
    }
}

@media all and (max-width: 991px) {
    .navbar .megamenu {
        position: absolute !important;
    }

    .navbar .megamenu {
        left: -348%;
        top: 150px;
        width: max-content;
        margin-top: -50px;
    }

    .megamenu .mega-menu--row .mega-menu-cols {
        row-gap: 50px;
    }
}

.rsth1--primary-bar-row h5 {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 16px;
    color: var(--secondry-color);
}

.mega-menu--list-items {
    border: none;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    color: var(--secondry-color);
}

/* Mobile Menu Styles */
/* .rsth1--mob-menu {
    padding: 30px 0 40px;
}

.rsth1--mob-menu .rsth1--overlay-top {
    padding: 48px 20px;
} */

.rsth1--mob-menu form {
    background-color: var(--bg-off-white);
    border: none;
    width: 100%;
    border-radius: 10px;
}

.rsth1--mob-menu .form-control {
    background-color: var(--bg-off-white);
    border: none;
}

.rsth1--mob-menu .rsth1--overlay {
    width: 0%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #020428;
    overflow-x: hidden;
    transition: 0.5s;
}

.rsth1--overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
}

.rsth1--mob-menu .rsth1--overlay a {
    text-decoration: none;
    /* color: var(--white-color); */
    display: block;
    transition: 0.3s;
}

.rsth1--mob-menu .rsth1--overlay .dropdown-menu {
    text-align: center;
    background: transparent;
}

.rsth1--mob-menu .rsth1--overlay a:hover,
.rsth1--mob-menu .rsth1--overlay a:focus {
    color: #f1f1f1;
}

.rsth1--mob-menu .rsth1--overlay .closebtn {
    font-size: 50px;
}

.rsth1--mob-menu .rsth1--overlay-content .navbar-nav .nav-item {
    font-family: var(--primary-font);
    font-size: 20px;
}
.rsth1--primary-bar-icons ul.dropdown-menu {
    left: -500% !important;
}
/* Mini Cart and Wishlist Styles */
.rsth1--mini-cart,
.rsth1--mini-wishlist {
    width: 550px;
    position: absolute;
    z-index: 10;
    background-color: var(--white-color);
    top: 60px;
    right: 0;
    display: none;
    border-radius: 24px;
}

/* Mini Cart Cascading style sheet code */
.rsth1--mini-wishlist-content {
    padding: 40px;
    border-radius: 24px !important;
}

.mini-wishlist-title {
    margin-bottom: 40px !important;
    font-family: var(--secondary-font);
    font-size: 24px;
    font-weight: 500;
}

.mini-wishlist-items-list {
    margin-top: 32px;
    margin-bottom: 48px;
}

.mini-wishlist--item-details {
    border: 1px solid #bdbdbdb3;
    padding: 12px;
    border-radius: 14px;
    max-height: 360px;
    overflow: auto; 
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

.mini-wishlist--item-details::-webkit-scrollbar {
    display: none;
}

.wishlist-item-img {
    width: max-content;
    padding: 11px 21px;
    background-color: #f5f5f5;
    border-radius: 11px;
}

.mini-wishlist-item-image {
    width: 50px;
    height: 60px;
}

.wishlist-items-info {
    width: 60%;
}

.item-price-dels {
    width: max-content;
}

.wishlist-items-info h6 {
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 400;
}

.wishlist-item-price p {
    font-size: 20px;
    font-family: var(--secondary-font);
    color: var(--primary-color);
    font-weight: 500;
}

.mini-wishlist-items-no p {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 500;
    line-height: auto;
}

/* Mini Cart Cascading style sheet code */
.rsth1--mini-cart-content {
    padding: 40px;
    border-radius: 24px !important;
}

.mini-cart-title {
    margin-bottom: 40px !important;
    font-family: var(--secondary-font);
    font-size: 24px;
    font-weight: 500;
}

.mini-cart-items-list {
    margin-top: 32px;
    margin-bottom: 48px;
}

.mini-cart--item-details {
    border: 1px solid #bdbdbdb3;
    padding: 12px;
    border-radius: 14px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cart-item-img {
    width: max-content;
    padding: 11px 21px;
    background-color: #f5f5f5;
    border-radius: 11px;
}

.mini-cart-item-image {
    width: 50px;
    height: 60px;
}

.cart-items-info {
    width: 60%;
}

.item-price-dels {
    width: max-content;
}

.cart-items-info h6 {
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 400;
}

.cart-item-quantity i,
.item-price-dels i {
    font-size: 10px;
    padding: 10px 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    border: 1px solid #9c9c9c33;
}

.item-price-dels i {
    font-size: 13px;
}

.mini-cart-items-no {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 500;
    line-height: auto;
}

.mini-cart-total h4 {
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 700;
    line-height: auto;
}

.mini-cart--btns {
    margin-top: 40px;
}

.rsth1--mini-cart-btn-action {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 600;
    padding: 23px auto;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    transition: ease-in-out 0.5s;
}

.rsth1--mini-cart-btn-action:hover {
    color: white;
    background-color: var(--primary-color);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

@media screen and (max-height: 450px) {
    .rsth1--overlay a {
        font-size: 20px;
    }

    .rsth1--overlay .closebtn {
        font-size: 40px;
        right: 35px;
    }
}

/* **************** Header Section Ends ****************  */
/* ///////////////////////////////////////////////////////// Hero Section \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.rsth1-hero-section {
    margin-top: 36px;
    margin-bottom: 50px;
}
.rsth1-hero-section .contact-banner {
    background-image: url("../images/contact-us/hero-section-bg.webp");
}

/* .rsth1-hero-section .profile-banner {
    background-image: url("../images/profile/profile-hero-banner.webp");
} */

.rsth1-hero-section .account-details-banner {
    background-image: url("../images/account-details/account_details-hero-banner.webp");
}

.rsth1-hero-section .checkout-banner {
    background-image: url("../images/checkout/checkout-banner-bg.webp");
}
.rsth1-hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    padding-left: 84px;
    border-radius: 20px;
}
.rsth1-hero-section .row {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    padding-left: 84px;
    border-radius: 20px;
}

.rsth1-hero-section .hero-section h1 {
    font-family: var(--secondary-font);
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
}

.rsth1-hero-section .hero-section .breadcrumbs a {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}

.rsth1-hero-section .hero-section .breadcrumbs span {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.theme--btn {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 12px;
}

.theme--btn:hover {
    color: white;
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    background-color: var(--primary-color);
    transition: ease-in-out 0.5s;
}

/* ///////////////////////////////////////////////////////// Contact Page \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

.rsth1-get-in-touch .content .get-in-touch {
    width: 43%;
    border-radius: 14px;
}

.rsth1-get-in-touch .content .get-in-touch .text h2 {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 48px;
    color: #020428;
}

.rsth1-get-in-touch .content .get-in-touch .text p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #545454;
}

.rsth1-get-in-touch .content .contact-us-from {
    width: 52%;
    background-color: #f5f5f5;
    padding: 45px 55px;
    border-radius: 14px;
}

.rsth1-get-in-touch .info i {
    font-size: 15px;
    background-color: #3c7bf6;
    padding: 10px;
    border-radius: 50%;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rsth1-get-in-touch .info span {
    font-family: var(--primary-font);
    font-size: 19px;
    font-weight: 400;
}

.contact-us-from form label {
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: 400;
    color: #020428;
    line-height: 22px;
}
.contact-us-from input {
    border: 1px solid #cccccc80;
}

.rsth1-get-in-touch .contact-us-from input[type="submit"] {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-weight: 600;
    border: 2px solid var(--primary-color);
    transition: ease-in-out 0.5s;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 10px;
    font-size: 20px;
}

.rsth1-get-in-touch .contact-us-from input[type="submit"]:hover {
    color: white;
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    transition: ease-in-out 0.5s;
}

/*//////////////////////////////////////////////////////////Profile Page started\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

.rsth1-profile-cards .card-content {
    background-color: var(--profile-card-bg);
    border-radius: 14px;
    padding: 40px 48px;
    gap: 40px;
}

.rsth1-profile-cards .card-content .card-icon {
    background-color: var(--primary-color);
    padding: var(--profile-card-icon-padding);
    border-radius: 20px;
}

.rsth1-profile-cards .card-content .card-icon img {
    width: var(--profile-card-icon-width);
    height: var(--profile-card-icon-height);
}

.rsth1-profile-cards .card-content .card-text .title {
    font-family: var(--secondary-font);
    font-size: 32px;
    font-weight: 500;
    line-height: 37px;
}

.rsth1-profile-cards .card-content .card-text .text {
    font-family: var(--primary-font);
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}

.rsth1-profile-cards .card-content:hover {
    background-color: var(--primary-color);
}

.rsth1-profile-cards .card-content:hover .card-icon {
    background-color: white;
}

.rsth1-profile-cards .card-content:hover .card-icon img {
    -webkit-filter: invert(55%) sepia(90%) saturate(2739%) hue-rotate(207deg)
        brightness(100%) contrast(94%);
    filter: invert(55%) sepia(90%) saturate(2739%) hue-rotate(207deg)
        brightness(100%) contrast(94%);
}

.rsth1-profile-cards .card-content:hover .card-text .title {
    color: white;
}

.rsth1-profile-cards .card-content:hover .card-text .text {
    color: white;
}

.assist {
    color: #6d6d6d;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}

/*////////////////////////////////////////////////////////// Account Detail Css \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

.rsth1--account-details {
    padding-top: 75px;
    padding-bottom: 100px;
}

.account-details-content-wrapper {
    background-color: #f5f5f5;
    padding: 0px 100px 64px;
    border-radius: 14px;
}

.profile-img-content {
    top: -70px;
}
.profile-img-content img.ac-profile-img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #3c7bf6;
}
.profile-img-content .profile-img-edit-wrapper {
    top: 90px;
    right: 0px;
    background-color: var(--primary-color);
    border-radius: 20px;
    cursor: pointer;
    z-index: 11;
}

.profile-img-edit {
    vertical-align: baseline;
    width: 14px;
    height: 14px;
}

.account-details-content h4 {
    font-family: var(--secondary-font);
    font-size: 26px;
    font-weight: 500;
    line-height: auto;
}

.account-details-content form .form-cols {
    padding-top: 40px;
}

.account-details-content label {
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: 400;
    line-height: auto;
}
.account-details-content form input {
    background: #ffffff;
    border-radius: 10px;
    border: 2px solid rgba(60, 123, 246, 0);
}
.account-details-content form input::placeholder {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 11px;
    color: var(--secondry-color);
}
.account-details-content form input:focus {
    background: #ffffff;
    border: 2px solid rgba(60, 123, 246, 0.5);
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.account-detail-cols {
    padding-top: 40px;
}

.btn-update-info {
    margin-top: 40px;
}

.eye-hide-seek {
    top: 10px;
    right: 20px;
}

.phoneno-by-country {
    border-radius: 5px;
}

.country-selection {
    width: 15%;
    border: none;
    border-radius: 0px;
}

.country-selection:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.country-phoneno {
    border: none;
    border-radius: 0px;
}

.country-phoneno:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-update-pw {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
    background-color: var(--primary-color);
    color: white;
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    margin-top: 40px;
}
.btn-update-pw:hover {
    background-color: white;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-update-pw.disabled {
    font-family: var(--primary-font);
    font-size: 20px;
    background-color: #9dbdfa;
    /* Keep the same background color */
    color: white;
    /* Keep the same text color */
    border: 2px solid #9dbdfa;
    cursor: not-allowed;
    /* Indicate that the button is not clickable */
    opacity: 0.5;
    /* Slightly dim to show it's disabled */
}

.intl-tel-input,
.iti {
    width: 100%;
}

/*//////////////////////////////////////////////////////////checkout page\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

.progress-container {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

.progress-step {
    width: 33.33%;
    position: relative;
}

.progress-step .dot {
    height: 30px;
    width: 30px;
    background-color: #ddd;
    border: 2px solid #ddd;
    border-radius: 3px;
    /* For square border */
    display: inline-block;
    line-height: 26px;
    color: white;
    font-weight: bold;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.progress-step .dot p {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.progress-step.active .dot,
.progress-step.completed .dot {
    background-color: #007bff;
    /* Bootstrap primary color */
    border-color: #007bff;
    /* Matching border with background */
}

.progress-step.completed .dot {
    content: "\2713";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 16px;
    line-height: 30px;
}

.progress-step .label {
    font-family: var(--primary-color);
    font-weight: 400;
    margin-top: 5px;
    font-size: 18px;
    color: var(--secondry-color);
}

.progress-line {
    position: absolute;
    height: 2px;
    background-color: transparent;
    width: 100%;
    top: 15px;
    left: 0;
    z-index: -1;
    border-top: 1px dashed #ddd;
}

.progress-line-filled {
    background-color: #007bff;
    height: 2px;
    position: absolute;
    width: 0%;
    top: -1px;
    transition: width 0.3s ease;
    border-top: 2px solid #007bff;
}

.rsth1--checkout-steps h2 {
    font-family: var(--secondary-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: var(--secondry-color);
}

.rsth1--checkout-steps label {
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: var(--secondry-color);
}

.check-out--form input::placeholder {
    font-family: var(--primary-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: var(--secondry-color);
}

.check-out--form .add-address {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: rgba(44, 49, 59, 0.7);
}

.check-out--form .form-check-label {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: var(--secondry-color);
}

.check-out--form .optional-checkbox {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: rgba(44, 49, 59, 0.7);
}
.check-out--form .form-select {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #2c313b;
}

.rsth--checkout-page .payment-method .filtered {
    -webkit-filter: invert(55%) sepia(90%) saturate(2739%) hue-rotate(207deg)
        brightness(100%) contrast(94%);
    filter: invert(55%) sepia(90%) saturate(2739%) hue-rotate(207deg)
        brightness(100%) contrast(94%);
}

.rsth1--order-sum-content {
    padding: 40px;
    border-radius: 24px !important;
    background-color: var(--bg-off-white);
}

.order-sum-title {
    margin-bottom: 40px !important;
    font-family: var(--secondary-font);
    font-size: 24px;
    font-weight: 500;
}

.order-sum-items-list {
    margin-top: 32px;
    margin-bottom: 48px;
}

.order-sum--item-details {
    padding: 12px;
    border-radius: 14px;
}

.order-sum-item-img {
    width: max-content;
    padding: 11px 21px;
    background-color: #f5f5f5;
    border-radius: 11px;
}

.order-sum-item-image {
    width: 50px;
    height: 60px;
}

.order-sum-items-info {
    width: 60%;
}

.order-sum-items-info h6 {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--secondry-color);
}
.order-sum-items-info p {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #9c9c9c;
}

.order-sum-item-price {
    font-family: var(--primary-font) !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: var(--primary-color) !important;
}

.item-price-dels {
    width: max-content;
}

.order-sum-item-quantity i,
.item-price-dels i {
    font-size: 10px;
    padding: 10px 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    border: 1px solid #9c9c9c33;
}

.item-price-dels i {
    font-size: 13px;
}

.rsth1--order-sum-content .pricing-heading {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.210714px;
    color: #4d4d4d;
}

.order-sum-sub-total .subtotal {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: var(--secondry-color);
}

.order-sum-discount .discount {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #db4444;
}

.order-sum-total {
    border-top: 1px dashed #bdbdbd;
}

.order-sum-total h4 {
    font-family: var(--primary-font);
    font-size: 22px;
    font-weight: 600;
    line-height: auto;
}

.order-sum-shipping .shipping {
    font-family: var(--primary-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #3c7bf6;
}

.order-sum-coupon-code:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-with-icon {
    position: relative;
}

.input-with-icon img {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: auto;
}

.thank-you-content {
    background-color: #f5f5f5;
    border-radius: 16px;
    padding: 88px 64px;
}
.thank-you-content h2 {
    font-size: 56px;
    padding-top: 44px;
    padding-bottom: 40px;
}
.thank-you-content .order-msg {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #020428cc;
    width: 70%;
    text-align: center;
    padding-bottom: 72px;
}
.ask-to-rate {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: var(--secondary-color);
    padding-bottom: 32px;
}
.product-star-rating img {
    width: 30px;
    padding-bottom: 56px;
}
@media only screen and (max-width: 1200px) {
    .order-sum-item-img {
        width: max-content;
        padding: 10px 15px;
    }

    .order-sum-item-image {
        width: 40px;
        height: 40px;
    }

    .rsth1--order-sum-content {
        padding: 20px !important;
    }
}

/*//////////////////////////////////////////////////////////footer started\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.rsth1--footer {
    margin-top: 50px;
}
.rsth1--footer {
    padding-top: 64px;

    background-color: #023A39;
}

.rsth1--footer .row {
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d980;
}

.rsth1--footer .logo {
    width: 100%;
}

.rsth1--footer .footer-col-one {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    row-gap: 16px;
}

.rsth1--footer .footer-col-one .desc {
    font-size: 20px;
    color: rgb(238, 238, 238, 0.78);
    font-family: var(--primary-font);
    font-weight: 300;
}

.rsth1--footer .pay-methods {
    gap: 10px;
}

.rsth1--footer .pay-methods-container {
    border-radius: 8px;
    padding: 10px;
    background-color: #141637;
}

.rsth1--footer .pay-methods img {
    width: 36px;
    height: 27px;
    background-color: #141637;
}

.rsth1--footer .quick-links-col {
    padding-left: 100px;
    row-gap: 16px;
}

.rsth1--footer .col-title {
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    color: #d6d6d6;
    font-weight: 500;
    text-decoration: none;
}

.rsth1--footer .footer-links {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 400;
    color: #bfc0c7;
    text-decoration: none;
}

.rsth1--footer .info-head {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 300;
    color: #bfc0c7;
    text-decoration: none;
}
.rsth1--footer .info-head a {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 300;
    color: #bfc0c7;
    text-decoration: none;
}

.rsth1--footer .my-account-col {
    padding-left: 80px;
}

.rsth1--footer .contact-info-col {
    row-gap: 16px;
}

.rsth1--footer .fa-solid {
    width: 30px;
    height: 22px;
    color: #bdbdbd;
}

.rsth1--footer .contact-info-col .info span {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    color: #d6d6d6;
    font-weight: 400;
    text-decoration: none;
}

.rsth1--copyright {
    padding: 10px 0px;
    background-color: #023A39;
}

.rsth1--copyright .copy-right {
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 400;
    color: #a8a8b3;
    text-decoration: none;
}

.rsth1--copyright .copy-right a {
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 600;

    color: #a8a8b3;
    text-decoration: none;
}

.rsth1--copyright .socail-links {
    background-color: #023A39;
    padding: 8px 12px 8px 13px;
    border-radius: 8px;
}

.rsth1--copyright .fa-brands {
    font-size: 16px;
    height: 18px;
    color: #a8a8b3;
}

/* ---------------------------------------------- Noor Dev -------------------------------------------------- */
.rounded-12 {
    border-radius: 12px;
}
.f-size-20 {
    font-size: 20px;
}

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

.f-size-26 {
    font-size: 26px;
}

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

.f-size-17 {
    font-size: 17px;
}

.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.f-size-24 {
    font-size: 24px;
}

.f-size-15 {
    font-size: 15px;
}

.f-size-16 {
    font-size: 16px;
}

.f-size-10 {
    font-size: 10px;
}
.f-weight-100 {
    font-weight: 100;
}

.f-weight-200 {
    font-weight: 200;
}

.f-weight-300 {
    font-weight: 300;
}

.f-weight-400 {
    font-weight: 400;
}

.f-weight-500 {
    font-weight: 500 !important;
}

.f-weight-600 {
    font-weight: 600;
}

.f-weight-700 {
    font-weight: 700;
}

.f-weight-800 {
    font-weight: 800;
}

.p-10px {
    padding: 10px;
}
.grey-clr {
    color: #000000b3;
}
.py-50px {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
@media (max-width: 991px) {
    .py-50px {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
.txt-clr-thm {
    color: var(--secondry-color);
}
.home-slides-wrapper {
    margin-top: 36px;
    margin-bottom: 50px;
}
.hero-slide-item {
    background: url(../images/home-page-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 28px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 60px 0px 0px 120px;
}

.hero-slide-item h2 {
    font-size: 48px;
    font-family: var(--secondary-font);
    color: var(--white-color);
}

.carousel-indicators .carousel-dots {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 10px;
    padding: 0;
    background-color: #ffffff80;
    background-clip: padding-box;
    border: 2px solid #ffffff80;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: var(--primary-color);
    border: 2px solid white;
}

.font-secondry {
    font-family: var(--secondary-font);
}

.font-primary {
    font-family: var(--primary-font);
}

.cursor-pointer {
    cursor: pointer;
}

.left-primary-border {
    border-left: 5px solid var(--primary-color);
    border-radius: 5px;
}

.left-primary-border h2 {
    font-size: 34px;
}
.home-category-section .home-cat-name a {
    text-decoration: none;
    color: var(--secondry-color);
}
.cat-image-container {
    width: 131px;
    height: 131px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1.3px solid rgba(2, 4, 40, 0.08);
    overflow: hidden;
    background:transparent;
}

.p-image-container {
    position: relative;
    background-color: var(--bg-off-white);
    border-radius: 14px;
    height: 320px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgb(0, 0, 0, 0.04);
}

.dicount-badge {
    position: absolute;
    top: 10px;
    left: 9px;
    background-color: var(--red-color);
    padding: 3px 12px;
    font-family: var(--secondary-font);
    font-size: 14px;
    color: var(--white-color);
    border-radius: 4px;
}

.wishlist-corner {
    position: absolute;
    top: 10px;
    right: 9px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    visibility: hidden;
}

.wishlist-corner img {
    cursor: pointer;
}

.add-to-cart {
    background-color: var(--primary-color);
    margin-top: -48px;
    z-index: 1;
    cursor: pointer;
    visibility: hidden;
}
img.product-image {
    width: 50%;
    object-fit: contain;
}
.product-meta {
    padding: 20px 0px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.product-card:hover .product-meta {
    background-color: var(--white-color);
    border-radius: 0 0px 14px 14px;
    -webkit-box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 20px 0px;
    transition: ease-in-out 0.5s;
}

.product-meta h3 a {
    font-size: 24px;
}

.product-card:hover .add-to-cart {
    visibility: visible;
    transition: ease-in-out 1s;
    background-color: var(--primary-color);
}

.product-card:hover .wishlist-corner {
    visibility: visible;
    transition: ease-in-out 1s;
}

.sale-price {
    color: var(--red-color);
    font-weight: 600;
    font-size: 24px;
}

.regular-price {
    text-decoration: line-through;
    color: gray;
}

.product-meta .review-text {
    color: #00000080;
}

.product-meta .review-stars img {
    width: 20px;
    height: 20px;
}

.image-container {
    position: relative;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(2, 4, 40, 1)),
        to(rgba(7, 14, 142, 0.2))
    );
    background: -o-linear-gradient(
        top,
        rgba(2, 4, 40, 1),
        rgba(7, 14, 142, 0.2)
    );
    background: linear-gradient(
        180deg,
        rgba(2, 4, 40, 1),
        rgba(7, 14, 142, 0.2)
    );
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 20px;
    height: 96%;
}

.image-container:hover .gradient-overlay {
    opacity: 1;
}

.gradient-overlay i {
    color: white;
    font-size: 40px;
}

.white-circle-bg {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-content-box {
    border-radius: 24px;
    background-color: var(--secondry-color);
}

.banner-content-box h4 {
    font-size: 30px;
}

.full-width-banner {
    background-color: #edf1ff;
    border-radius: 18px;
    padding: 50px 0px;
}

.banner-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 320px;
    height: 350px;
    border-radius: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}
.cols-50 {
    height: 375px;
}
.banner-background-img {
    background-image: url("../images/banner_image_4.webp");
    background-size: cover;
    width: 49%;
}

.banner-background-img-1 {
    background-image: url("../images/banner_image_3.webp");
    background-size: cover;
    width: 49%;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .custom-banner-image {
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .smart-watch-img {
        width: 70%;
    }
    .custom-banner-image {
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .banner-background-img {
        padding-bottom: 60px;
    }

    .banner-background-img-1 {
        padding-bottom: 60px;
    }
    .full-width-banner .col-7 img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .white-circle-bg {
        height: 200px;
    }
    .banner-content-box h4 {
        font-size: 24px;
    }
    .banner-content-box a {
        font-size: 14px;
    }

    .smart-watch-img {
        width: 65%;
    }
    .custom-banner-image {
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 5px !important;
    }

    .full-width-banner {
        padding-bottom: 30px;
    }
    .full-width-banner .content h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .full-width-banner .content p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .full-width-banner .content a {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .full-width-banner .col-7 img {
        width: 100%;
    }
    .cols-50 {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 250px;
    }
    .cols-50 h4 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .banner-background-img {
        width: 100% !important;
    }

    .banner-background-img-1 {
        width: 100% !important;
    }
}

.home-blogs-row img {
    width: 95% !important;
}

.blog-meta .posted-date,
.blog-meta .comments {
    color: rgb(0, 0, 0, 0.65);
}

.blog-read-more {
    -webkit-text-decoration-color: var(--primary-color);
    text-decoration-color: var(--primary-color);
}
.slick-slide img {
    display: block;
    width: 100px;
}
.slick-slide .inner {
    margin: 0 100px;
}
.slick-slide .inner-client {
    margin: 0 20px;
}
.app-icons {
    width: 300px;
    background-color: var(--bg-off-white);
    border-radius: 14px;
}

@media (max-width: 768px) {
    .fs-md-24 {
        font-size: 24px !important;
    }
}

/* Shop Page */
/* .rsth1-hero-section .shop-banner {
    background-image: url("../images/banner_image.webp");
} */
.rsth--product-page{
    margin-top: 30px;
}
.rsth1-products-section .sort-section {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.rsth1-products-section .sort-label {
    margin-right: 10px;
    font-weight: 400;
}

.rsth1-products-section .result-count {
    font-weight: 400;
}

.rsth1-products-section .sort-select {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    width: 18%;
    cursor: pointer;
}

.rsth1-products-section .filters-row {
    background-color: #f2f4f5;
}
.accordion-button {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--secondry-color);
}
.shop-sub-cat {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--secondry-color);
}
.shop-sub-cat span {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #808080;
}
.filter-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #5f6c72;
}
.active-filter-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #5f6c72;
}

.rsth1-products-section .sidebar-style {
    background-color: var(--bg-off-white);
    padding: 10px;
}

.rsth1-products-section .pagination {
    background-color: var(--bg-off-white);
}

.filter-custom-bg {
    margin: 2px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #ddd;
    cursor: pointer;
    width: fit-content;
}
.filter-close {
    color: #929fa5;
}

@media only screen and (max-width: 768px) {
    .rsth1-products-section .sort-select {
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 5px;
        outline: none;
        width: 58%;
        cursor: pointer;
    }
}
/* Custom styling for the price slider */
.price-slider {
    margin-top: 40px !important;
}

#priceSlider .noUi-connect {
    background: #007bff;
}

.noUi-target {
    margin-top: 15px;
    margin-bottom: 15px;
}
.noUi-horizontal {
    height: 6px !important;
}
.noUi-horizontal .noUi-handle {
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    margin-top: -0.65rem;
}
.noUi-handle {
    border: 0.1rem solid var(--primary-color);
    border-radius: 50%;
    background: #fff;
    cursor: default;
}
.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}
.page-navigation nav {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}
.pg-items {
    border: 1px solid rgba(199, 205, 209, 0.78);
    border-radius: 6px;
    color: #313131;
}
.pg-item-active {
    background: var(--primary-color);
    border-radius: 6px;
    color: #fff;
}
.pagination {
    margin: 0;
}

.shop-pagination .page-link {
    padding: 7px !important;
}
.pagination .page-item {
    margin-right: 5px;
}

.form-inline {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline label {
    margin-right: 8px;
    white-space: nowrap;
}

.btn-continue-shopping {
    margin-left: 15px;
}

.btn-continue-shopping .btn {
    white-space: nowrap;
}

.back-button {
    color: #cccccc !important;
    border: 2px solid #cccccc !important;
}

/* Responsive mobile devices */
@media (max-width: 768px) {
    .page-navigation nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .pagination .page-item {
        display: none;
    }

    .pagination .page-item:first-child,
    .pagination .page-item:nth-child(2),
    .pagination .page-item:nth-child(3),
    .pagination .page-item:nth-last-child(3),
    .pagination .page-item:nth-last-child(2),
    .pagination .page-item:last-child {
        display: block;
    }

    .form-inline {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 10px;
    }

    .row {
        border: 0px solid #808080;
        padding: 10px;
    }

    .back-button,
    .next-button {
        display: flex;
        color: #cccccc !important;
        border: 2px solid #cccccc !important;
        font-size: 12px;
    }
}

/* Responsive tablet devices */
@media (max-width: 991px) {
    .page-navigation nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline {
        margin-left: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* Shop Page End */
/* Single Product Page */
.product-gallery {
    display: flex;
    gap: 20px;
}

.product-thumbnails {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.product-thumbnails img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}
.product-thumbnails .slick-list {
    height: auto !important;
    padding: 0px !important;
}
.product-main-image {
    width: 75%;
    height: 450px;
    background: var(--bg-off-white);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #0000000a;
}

.product-main-image img {
    width: 100%;
    max-height: 400px;
}
.gallery .desc,
.product-main-image .full {
    font-size: 12px;
}

.thumb-img {
    background-color: var(--bg-off-white);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    border: 1px solid #0000000a;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-wishlist-icon {
    right: 30px !important;
}
.thumb-img img {
    height: 90px;
}
.s-prod-title {
    font-size: 36px;
    font-weight: 500;
}

.single-sale-price {
    font-weight: 500;
    font-size: 28px;
    font-family: var(--secondary-font);
}
.single-regular-price {
    font-family: var(--secondary-font);
    font-weight: 400;
    text-decoration: line-through;
    color: gray;
    font-size: 20px;
}
.s-prod-color-title {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #72706e;
}
.s-prod-color-name {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--secondry-color);
}
.rsth--product-page .shipping-txt {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}

@media (max-width: 767px) {
    .single-regular-price {
        font-size: 23px;
    }
}
.product-nav-dots a {
    width: 2rem;
    height: 2rem;
    display: block;
    border-radius: 50%;
    border: 0.2rem solid #fff;
    margin-right: 0.5rem;
    transition: box-shadow 0.35s ease;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-nav-dots a.active {
    -webkit-box-shadow: 0 0 0 0.1rem #cccccc;
    box-shadow: 0 0 0 0.1rem #cccccc;
}
.product-qty-cart {
    background-color: var(--bg-off-white);
    border: 1px solid #dbdbdb;
}
.rsth--product-page .qty-value {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 23px;
    line-height: 21px;
    background-color: #f5f5f5;
    border: none;
}
.s-prod-cart-btn {
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
    color: var(--primary-color);
}
.s-prod-sec-heading {
    font-size: 20px;
    font-family: var(--secondary-font);
    font-weight: 500;
    color: var(--secondry-color);
}
.color-black-shade {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(2, 4, 40, 0.5);
}

.related-products .fa-arrow-right {
    color: var(--primary-color);
}
/* Single Product Page End */
/*  Cart Page */
.cart-table th,
.cart-table td {
    padding: 15px 25px 15px 25px;
    text-align: left;
}

.cart-table th {
    color: #808080;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--secondary-font);
}

.cart-table tr {
    vertical-align: middle;
    color: var();
}

.qty-cart {
    border: 1px solid var(--light-white-color);
    width: 105px;
    height: 40px;
}

.qty-cart button {
    background-color: var(--bg-off-white);
    padding: 5px 10px !important;
    font-size: 16px;
    height: 25px;
    width: 25px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.trash-icon {
    background-color: var(--bg-off-white);
    padding: 10px;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid rgb(2, 4, 40, 0.07);
}

.c-shopping {
    background-color: #f3f3f3;
    border: none;
    color: #000;
    padding: 10px 25px;
}

.clear-cart {
    background-color: transparent;
    border: var(--primary-color) 2px solid;
    color: var(--primary-color);
    padding: 10px 25px;
}

.cart-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: var(--bg-off-white);
    padding: 30px !important;
}

.card-title {
    margin-bottom: 25px;
    font-weight: 600 !important;
}

.input-group .form-control {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 50px;
}

.input-group .btn {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cart-hr {
    border-top: 3px dashed #bdbdbd;
    margin-top: 16px;
    margin-bottom: 16px;
}
.btn-checkout {
    width: 100%;
    background-color: white;
    font-weight: 600;
    padding: 1rem; /* Equivalent to p-3 */
    border-radius: 12px;
    border: 1px solid #0d6efd; /* Matches the .btn-outline-primary border */
    color: #0d6efd; /* Matches the .btn-outline-primary text color */
    text-align: center;
    text-decoration: none;
}
.clear-cart {
    width: 100%;
    background-color: white;
    font-weight: 600;
    padding: 0.5rem; /* Equivalent to p-3 */
    border-radius: 7px;
    border: 1px solid #0d6efd; /* Matches the .btn-outline-primary border */
    color: #0d6efd; /* Matches the .btn-outline-primary text color */
}
.btn-checkout:hover {
    background-color: #0d6efd; /* Primary color on hover */
    color: white; /* White text on hover */
}
.clear-cart:hover {
    background-color: #0d6efd; /* Primary color on hover */
    color: white; /* White text on hover */
}

@media (min-width: 1400px) and (max-width: 1700px) {
    .custom-width {
        width: 47% !important;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    .custom-width {
        width: 90% !important;
    }
}

@media (min-width: 1024px) {
    .custom-width {
        width: auto;
    }
}

/*  Cart Page Ends*/
/* Single Blog Page */
.post-share-icons i {
    background-color: var(--primary-color);
    color: var(--white-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.category-image-color {
    color: var(--primary-color);
}

.category-image-title {
    color: var(--light-dark-color);
    font-family: var(--primary-font);
    font-size: 18px;
    padding-left: 5px;
}

/* blog start */
.rsth1-blog-section .blog-sidebar {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 20px;
    height: max-content;
}

.rsth1-blog-section .search-box {
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.rsth1-blog-section .search-box input {
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    padding: 15px 10px 10px 10px;
    width: 100%;
    font-size: 14px;
    font-family: var(--primary-font);
}

.rsth1-blog-section .search-button {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 0;
    padding: 10px;
    cursor: pointer;
    outline: none;
}

.rsth1-blog-section .popular-tags-title {
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}

.rsth1-blog-section .popular-tags {
    list-style: none;
    padding: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rsth1-blog-section .tag-item {
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 500;
    margin: 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #e8e8e8;
    cursor: pointer;
}

.rsth1-blog-section .recently-added-title {
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.rsth1-blog-section .recently-added-list {
    list-style: none;
    padding: 0;
    margin-right: 25px;
}

.rsth1-blog-section .recently-added-item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2 0px;
    cursor: pointer;
}

.rsth1-blog-section .recently-added-image {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
}

.rsth1-blog-section .recently-added-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.rsth1-blog-section .recently-added-text {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 5px;
}

.rsth1-blog-section .calendar-icon {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    color: #007bff;
}

.rsth1-blog-section .recently-added-date {
    font-family: var(--primary-font);
    font-size: 15px;
    color: #777;
    margin: 0px;
    padding-left: 10px;
}

.banner-image-bg {
    background-color: var(--secondry-color);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.banner-ad-vector {
    position: absolute;
    width: 150px !important;
    bottom: -65px;
}
.vector2 {
    width: auto !important;
    top: 15px;
    left: -15px;
}
.blog-comment-form input::placeholder {
    color: #666666;
}
.col .author-name h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--secondary-font);
    color: #1a1a1a;
}
.col .author-name span {
    font-size: 16px;
    font-weight: 300;
    font-family: var(--primary-font);
    color: #808080;
}
.custom-heading-post {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--secondary-font);
    color: #1a1a1a;
}
/* Single Blog Page End*/
/* 404 Page Css */
.rsth1-404-error-section {
    padding: 5rem 0;
    text-align: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rsth1-404-error-section img {
    max-width: 70%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

.rsth1-404-error-section .btn {
    padding: 10px 70px 10px 70px;
    font-family: var(--secondary-font);
    transition: background-color 0.3s ease;
    width: max-content;
}

@media (max-width: 768px) {
    .rsth1-404-error-section img {
        max-width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }

    .rsth1-404-error-section .btn {
        padding: 10px 40px 10px 40px;
        font-size: 10px;
        transition: background-color 0.3s ease;
        font-family: var(--secondary-font);
        width: max-content;
    }
}

/* 404 Page Css Ends */
/* 500 Page CSS  */
.rsth1-500-error-section {
    padding: 5rem 0;
    text-align: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rsth1-500-error-section img {
    max-width: 70%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

.rsth1-500-error-section .btn {
    padding: 10px 70px 10px 70px;
    font-family: var(--secondary-font);
    transition: background-color 0.3s ease;
    width: max-content;
}

@media (max-width: 768px) {
    .rsth1-500-error-section img {
        max-width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }

    .rsth1-500-error-section .btn {
        padding: 10px 40px 10px 40px;
        font-size: 10px;
        transition: background-color 0.3s ease;
        font-family: var(--secondary-font);
        width: max-content;
    }
}

/* 500 Page CSS Ends */

/* about  */
.our-detail--section .left--side {
    background: #f5f5f5;
    border-radius: 24px;
    padding: 90px 175px 90px 64px;
    width: 70%;
}
.our-detail--section .right--side {
    width: 37%;
    margin-left: -8%;
}
.our-detail--section .left--side .small-heading {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: var(--secondry-color);
    padding-bottom: 22px;
}
.our-detail--section .left--side .two-color-heading {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 40px;
    line-height: 43px;
    letter-spacing: 0.01em;
    color: var(--secondry-color);
    padding-bottom: 40px;
}
.our-detail--section .left--side .paragraph {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #9c9c9c;
}

@media only screen and (max-width: 1399px) {
    .our-detail--section .left--side {
        border-radius: 20px;
        padding: 70px 150px 70px 54px;
    }
    .our-detail--section .left--side .small-heading {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 18px;
    }
    .our-detail--section .left--side .two-color-heading {
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 28px;
    }
    .our-detail--section .left--side .paragraph {
        font-size: 18px;
        color: #9c9c9c;
    }
}

@media only screen and (max-width: 1199px) {
    .our-detail--section .left--side {
        border-radius: 20px;
        padding: 60px 100px 60px 44px;
    }
    .our-detail--section .left--side .small-heading {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 18px;
    }
    .our-detail--section .left--side .two-color-heading {
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 28px;
    }
    .our-detail--section .left--side .paragraph {
        font-size: 18px;
        color: #9c9c9c;
    }
}

@media only screen and (max-width: 991px) {
    .our-detail--section .row {
        flex-direction: column-reverse !important;
    }

    .our-detail--section .left--side {
        width: 100%;
        border-radius: 20px;
        padding: 50px 70px 50px 32px;
    }
    .our-detail--section .right--side {
        width: 90%;
        margin-left: 0%;
        margin-bottom: -40%;
        z-index: -10;
    }
    .our-detail--section .right--side img {
        width: 100%;
        height: 600px;
    }
    .our-detail--section .left--side .small-heading {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 16px;
    }
    .our-detail--section .left--side .two-color-heading {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 20px;
    }
    .our-detail--section .left--side .paragraph {
        font-size: 16px;
        color: #9c9c9c;
    }
}

@media only screen and (max-width: 776px) {
    .our-detail--section .left--side {
        width: 100%;
        border-radius: 20px;
        padding: 24px 15px 40px 15px;
    }
    .our-detail--section .right--side {
        width: 100%;
        margin-bottom: -50%;
    }
    .our-detail--section .right--side img {
        width: 100%;
        height: 550px;
    }
}

/* Css For view product modal */
.quick-view-product-details {
    padding: 44px 80px;
}

.quick-product-thumbs {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.quick-product-thumbs img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    cursor: pointer;
}

.quick-view-thumb-img {
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #dfdfdf;
}

.quick-product-main-image {
    width: 100%;
    background: var(--bg-off-white);
    padding: 40px;
    border-radius: 20px;
}

.quick-product-main-image img {
    width: 100%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1340px !important;
    }
}

.close-model {
    position: absolute;
    top: -20px;
    right: 0px;
    cursor: pointer;
    font-size: 20px;
}

.quickview-img-selected {
    width: 100%;
    height: 333px;
}

.quick-view-prod-brand {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 500;
}

.quick-view-review-stars {
    color: #ffad33;
}

.quick-view-no-of-rating {
    font-family: var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.015em;
}

.quick-add-to-wishlist {
    border: 1px solid #db4444;
    background: rgba(219, 68, 68, 0.05);
    top: 44px;
    right: 80px;
    padding: 12px 13px;
    border-radius: 25px;
}

.quick-add-to-wishlist .fa-heart {
    color: #db4444;
    font-size: 20px;
}

.quick-prod-title a {
    font-family: var(--secondary-font);
    font-style: normal;
    color: var(--secondry-color);
    font-weight: 500;
    font-size: 36px;
    line-height: 72px;
    letter-spacing: 0.005em;
}

.quick-view-prod-desc {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: rgba(2, 4, 40, 0.88);
    opacity: 0.55;
}

.quick-view-qty-value {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 23px !important;
    font-weight: 500 !important;
}

@media only screen and (max-width: 1199px) {
    .quick-view-product-details {
        padding: 40px 0px;
    }

    .quickview-img-selected {
        width: 100%;
        height: 333px;
    }

    .quick-product-thumbs img {
        width: 60px;
        height: 60px;
    }

    .quick-view-thumb-img {
        padding: 15px;
    }

    .quick-view-prod-brand {
        font-size: 16px;
    }

    .quick-view-review-stars i {
        font-size: 12px;
    }

    .quick-view-no-of-rating {
        font-size: 14px;
        line-height: 20px;
    }

    .quick-add-to-wishlist {
        padding: 10px 11px;
        border-radius: 25px;
        right: 20px;
    }

    .quick-add-to-wishlist .fa-heart {
        font-size: 16px;
    }

    .quick-prod-title a {
        font-size: 26px;
        line-height: 44px;
    }

    .quick-view-prod-desc {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
    }

    .quick-view-qty-value {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 991px) {
    .quick-view-product-details {
        padding: 40px 0px;
    }

    .quickview-img-selected {
        width: 100%;
        height: 191.74;
    }

    .quick-product-thumbs img {
        width: 40px;
        height: 40px;
    }

    .quick-view-thumb-img {
        padding: 12px;
    }

    .quick-view-prod-brand {
        font-size: 14px;
    }

    .quick-add-to-wishlist {
        padding: 10px 10px;
        border-radius: 25px;
        top: 40px;
        right: -10px;
    }

    .quick-view-no-of-rating {
        font-size: 14px;
        line-height: 16px;
    }

    .quick-add-to-wishlist .fa-heart {
        font-size: 14px;
    }

    .quick-prod-title a {
        font-size: 20px;
        line-height: 32px;
    }

    .quick-view-prod-desc {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0px;
    }

    .quick-view-qty-value {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 767px) {
    .quick-view-product-details {
        padding: 50px 10px;
    }

    .quickview-img-selected {
        width: 100%;
        height: 191.74;
    }

    .quick-view-thumb-img {
        border-radius: 8px;
        padding: 10px;
        margin: 0px;
        border: 1px solid #dfdfdf;
    }

    .quick-product-thumbs img {
        width: 30px;
        height: 30px;
    }

    .quick-view-thumb-img {
        padding: 12px;
    }

    .quick-view-prod-brand {
        font-size: 14px;
    }

    .quick-add-to-wishlist {
        padding: 10px 10px;
        border-radius: 25px;
        top: 24px;
        right: 24px;
    }

    .quick-view-no-of-rating {
        font-size: 14px;
        line-height: 16px;
    }

    .quick-add-to-wishlist .fa-heart {
        font-size: 14px;
    }

    .quick-prod-title a {
        font-size: 20px;
        line-height: 32px;
    }

    .quick-view-prod-desc {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0px;
    }

    .quick-view-qty-value {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 767px) {
    .quick-view-product-details {
        padding: 70px 10px;
    }

    .quickview-img-selected {
        width: 100%;
        height: 175px;
    }
}

/* home page media queries */
@media only screen and (max-width: 991px) {
    .hero-slide-item {
        padding: 33px 57px 0px 69px;
    }
}

/* ///////////////////////////////////////////Queries for responsiveness\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

@media (max-width: 1200px) {
    .rsth1--top-bar .top-nav-items {
        padding: 0px 12px;
    }
    .rsth1--footer .quick-links-col {
        padding-left: 50px;
    }

    .rsth1--footer .my-account-col {
        padding-left: 50px;
    }

    .rsth1-profile-cards .card-content {
        gap: 24px;
    }
    .rsth1-profile-cards .card-content .card-icon {
        padding: 20px;
    }

    .rsth1-profile-cards .card-content .card-icon img {
        width: 35px;
        height: 35px;
    }

    .rsth1-profile-cards .card-content .card-text .title {
        font-size: 26px;
        line-height: 35px;
    }

    .rsth1-profile-cards .card-content .card-text .text {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rsth1--top-nav-item {
        padding: 0 16px;
    }
}

@media (max-width: 991px) {
    .rsth1-hero-section {
        margin-top: 28px;
        margin-bottom: 24px;
    }
    .home-slides-wrapper {
        margin-top: 28px;
        margin-bottom: 24px;
    }
    .main-nav-logo {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }

    .rsth1--main-primary-ul {
        -ms-flex-preferred-size: 80% !important;
        flex-basis: 80% !important;
    }

    .rsth1--primary-col-right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-top: 10px;
    }

    .rsth1-get-in-touch .content .get-in-touch {
        width: 100%;
    }

    .rsth1-get-in-touch .content .contact-us-from {
        width: 100%;
    }

    .rsth1--footer .quick-links-col {
        padding-left: 20px;
    }

    .rsth1--footer .my-account-col {
        padding-left: 20px;
    }
    /*  */
    .rsth1-hero-section .row {
        background-position: 80% 50%;
        height: 270px;
        padding-left: 48px;
    }

    .rsth1-hero-section .hero-section h1 {
        font-size: 23px !important;
        line-height: 34px;
    }

    .rsth1-hero-section .hero-section .breadcrumbs a {
        font-size: 14px;
        line-height: 20px;
    }

    .rsth1-hero-section .hero-section .breadcrumbs span {
        font-size: 14px;
    }

    .hero-slide-item h2 {
        font-size: 28px;
    }
    .hero-slide-item .slider-shop-btn {
        font-size: 14px;
    }
    .left-primary-border h2 {
        font-size: 26px;
    }
    .view-all-link {
        font-size: 15px;
    }
    .home-cat-name {
        font-size: 18px;
    }
    .p-image-container .product-image {
        width: 140px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .product-meta h3 a {
        font-size: 20px;
    }
    .add-to-cart h4 {
        font-size: 20px;
    }
    .sale-price {
        font-size: 22px;
    }
    .regular-price {
        font-size: 18px;
    }
    .review-text h5 {
        font-size: 16px;
    }
    .blog-meta .posted-date,
    .blog-meta .comments,
    .blog-meta i {
        font-size: 16px;
    }
    .blog-info .blog-title {
        font-size: 19px;
    }
    .blog-info .blog-excerpt {
        font-size: 16px;
    }
    .blog-info .blog-read-more {
        font-size: 16px;
    }
    .s-pot-desc {
        font-size: 18px;
    }
    .slick-slide .inner {
        margin: 0 50px;
    }
    .insta-follow-btn {
        font-size: 21px;
        font-weight: 600;
    }
    .benefits-text {
        font-size: 14px;
    }
    .app-icons {
        width: 160px;
    }

    /* product page */
    .thumb-img {
        background-color: var(--bg-off-white);
        border-radius: 20px;
        padding: 15px;
        width: 25%;
    }
    .thumb-img img {
        height: auto;
    }
    .rsth1-get-in-touch {
        padding-top: 24px;
        padding-bottom: 60px;
    }

    .rsth1-profile-cards .card-content {
        gap: 34px;
    }
    .rsth1-profile-cards .card-content .card-icon {
        padding: 23px;
    }

    .rsth1-profile-cards .card-content .card-icon img {
        width: 33px;
        height: 33px;
    }

    .rsth1-profile-cards .card-content .card-text .title {
        font-size: 28px;
        line-height: 35px;
    }

    .rsth1-profile-cards .card-content .card-text .text {
        font-size: 24px;
        line-height: 28px;
    }

    .account-details-content-wrapper {
        padding: 0px 30px 24px;
    }

    .account-details-content form .form-cols {
        padding-top: 24px;
        width: 50%;
    }
    .btn-update-info {
        margin-top: 24px;
    }
    .account-detail-cols {
        padding-top: 24px;
    }
    .btn-update-pw {
        margin-top: 24px;
    }

    .profile-img-content {
        top: -40px;
    }
    .profile-img-content .profile-img-edit-wrapper {
        top: 60px;
        right: -5px;
    }
    .profile-img-content .ac-profile-img {
        width: 90px;
        height: 90px;
        border-radius: 25px;
    }
    .profile-img-edit {
        width: 12px;
        height: 12px;
    }
    .account-details-content h4 {
        font-size: 18px;
    }
    .account-details-content label {
        font-size: 14px;
    }
    .account-details-content form input::placeholder {
        font-weight: 400;
        font-size: 14px;
        line-height: 11px;
        color: #020428;
    }
    .theme--btn {
        font-size: 20px;
        font-weight: 600;
        padding: 6px 0px;
    }
    .btn-update-pw {
        font-size: 16px;
        font-weight: 600;
        padding: 6px 0px;
    }
    .btn-update-pw.disabled {
        font-size: 16px;
        font-weight: 600;
        padding: 6px 0px;
    }
    .rsth1--account-details {
        padding-top: 56px;
        padding-bottom: 48px;
    }

    .check-out--form .form-check-label {
        font-size: 16px;
        line-height: 13px;
    }
    .check-out--form .optional-checkbox {
        font-size: 16px;
        line-height: 13px;
    }
    .check-out--form input::placeholder {
        font-size: 16px;
        line-height: 13px;
    }
    .rsth1--order-sum-content {
        padding: 38px 32px !important;
    }
    .proceed--btn {
        font-size: 20px;
    }
    .order-sum-title {
        font-size: 24px;
    }
    .progress-step .label {
        font-size: 15px;
    }
    .thank-you-content h2 {
        font-size: 38px;
        padding-top: 30px;
        padding-bottom: 28px;
    }
    .thank-you-content .order-msg {
        padding-bottom: 50px;
        font-size: 16px;
    }
    .ask-to-rate {
        font-size: 16px;
        padding-bottom: 22px;
        margin-bottom: 0px;
    }
    .product-star-rating img {
        width: 20px;
        padding-bottom: 38px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rsth1--top-bar .navbar-text {
        font-size: 12px;
    }

    .rsth1--top-bar .navbar-text a {
        font-size: 14px;
    }

    .rsth1--top-nav-item {
        padding: 0 5px;
    }

    .top-nav-items .dropdown-center button,
    .top-nav-items a {
        font-size: 11px;
        padding: 0px 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top-nav-items i {
        font-size: 10px !important;
    }

    .rsth1--top-bar .top-nav-items {
        padding: 0px 0px 0px 10px;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

@media (max-width: 767px) {
    .rsth1-hero-section {
        margin-top: 0px;
        margin-bottom: 24px;
    }
    .home-slides-wrapper {
        margin-top: 0px;
        margin-bottom: 24px;
    }
    .rsth1--top-bar .row {
        padding: 8px 20px 8px;
    }

    .rsth1--primary-bar .row {
        padding: 32px 20px 39px;
    }

    .main {
        padding-top: 0px;
    }

    .rsth1-hero-section .row {
        background-position: 80% 50%;
        height: 270px;
        background-color: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.748) -19.84%,
            rgba(0, 0, 0, 0.2464) 119.84%
        );
        border-radius: 14px;
        padding-bottom: 56px;
        padding-left: 0px;
    }

    .rsth1-hero-section .hero-section {
        text-align: center;
    }
    .hero-slide-item h2 {
        font-size: 28px;
    }
    .hero-slide-item .slider-shop-btn {
        font-size: 14px;
    }
    .left-primary-border h2 {
        font-size: 24px;
    }
    .view-all-link {
        font-size: 14px;
    }
    .home-cat-name {
        font-size: 18px;
    }
    .p-image-container .product-image {
        width: 140px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .product-meta h3 a {
        font-size: 20px;
    }
    .add-to-cart h4 {
        font-size: 20px;
    }
    .sale-price {
        font-size: 22px;
    }
    .regular-price {
        font-size: 18px;
    }
    .review-text h5 {
        font-size: 16px;
    }
    .smart-watch-img {
        width: 100%;
    }
    .blog-meta .posted-date,
    .blog-meta .comments,
    .blog-meta i {
        font-size: 16px;
    }
    .blog-info .blog-title {
        font-size: 19px;
    }
    .blog-info .blog-excerpt {
        font-size: 16px;
    }
    .blog-info .blog-read-more {
        font-size: 16px;
    }
    .s-pot-desc {
        font-size: 18px;
    }
    .slick-slide .inner {
        margin: 0 50px;
    }
    .insta-follow-btn {
        font-size: 20px;
        font-weight: 600;
    }
    .benefits-text {
        font-size: 14px;
    }
    .app-icons {
        width: 100%;
    }
    .thumb-img {
        background-color: var(--bg-off-white);
        border-radius: 15px;
        padding: 10px;
    }
    .thumb-img img {
        height: auto;
    }
    .rsth1-get-in-touch .content .get-in-touch .text h2 {
        font-size: 32px;
    }

    .rsth1-get-in-touch .info span {
        font-size: 18px;
    }
    .rsth1-get-in-touch .info i {
        font-size: 13px;
    }
    .rsth1-get-in-touch .content .contact-us-from {
        padding: 28px 32px;
    }

    .contact-us-from form label {
        font-size: 14px;
        line-height: 16px;
    }

    .rsth1-get-in-touch .contact-us-from input[type="submit"] {
        font-size: 20px;
    }

    .rsth1-profile-cards .card-content {
        padding: 20px;
        gap: 20px;
    }
    .rsth1-profile-cards .card-content .card-icon {
        padding: 12px;
        border-radius: 12px;
    }

    .rsth1-profile-cards .card-content .card-icon img {
        width: 18px;
        height: 18px;
    }

    .rsth1-profile-cards .card-content .card-text .title {
        font-size: 16px;
        line-height: 24px;
    }

    .rsth1-profile-cards .card-content .card-text .text {
        font-size: 14px;
        line-height: 18px;
    }

    .assist {
        font-size: 18px;
        line-height: 20px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        text-decoration-thickness: 1px;
    }
    .account-details-content form .form-cols {
        width: 100%;
    }
    .account-details-content h4 {
        font-size: 18px;
        text-align: left !important;
    }
    .account-details-content form input::placeholder {
        font-size: 14px;
    }
    .iti__selected-dial-code {
        margin-left: 6px;
        font-size: 14px;
    }
    .account-details-content form input::placeholder {
        font-size: 14px;
    }
    .btn-update-pw {
        font-size: 14px;
    }
    .rsth1--checkout-steps label {
        font-size: 16px;
        line-height: 13px;
    }
    .order-sum-title {
        font-size: 19px;
    }
    .order-sum-item-img {
        width: max-content;
        padding: 10px 15px;
    }
    .order-sum-item-image {
        width: 30px;
        height: 40px;
    }
    .order-sum-items-info {
        width: 40%;
    }
    .order-sum-items-info h6 {
        font-size: 15px;
        line-height: 18px;
    }
    .order-sum-items-info p {
        font-size: 15px;
        line-height: 18px;
    }
    .rsth1--order-sum-content .pricing-heading,
    .order-sum-sub-total .subtotal,
    .order-sum-discount .discount,
    .order-sum-shipping .shipping {
        font-size: 15px;
        line-height: 20px;
    }
    .order-sum-total h4 {
        font-size: 18px;
    }
    .thank-you-content h2 {
        font-size: 26px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .thank-you-content .order-msg {
        padding-bottom: 28px;
        font-size: 16px;
        line-height: 18px;
    }
    .ask-to-rate {
        font-size: 16px;
        padding-bottom: 16px;
        margin-bottom: 0px;
    }
    .product-star-rating img {
        width: 18px;
        padding-bottom: 28px;
    }
    .rsth1-products-section .filters-row {
        background-color: #ffffff00;
        padding: 0px !important;
    }
    .rsth1-products-section .filters-row .shop-filters {
        background-color: #f5f5f5;
        padding: 10px !important;
        border-radius: 10px;
    }
    .rsth1-products-section #products-row {
        margin-top: 0px !important;
    }
    .page-navigation nav {
        margin-top: 10px;
        padding: 10px;
        background-color: #f5f5f5;
    }
    .rsth1-products-section .pagination {
        background-color: var(--bg-off-white);
        padding: 10px;
        border-radius: 10px;
    }
    .rsth1--footer {
        padding: 40px 20px;
    }

    .rsth1--footer .quick-links-col {
        padding-left: 0px;
    }

    .rsth1--footer .my-account-col {
        padding-left: 0px;
    }

    .rsth1--copyright {
        padding: 10px 20px;
    }
    .rsth1--footer .footer-col-one .desc {
        font-size: 18px;
    }
    .rsth1--footer .col-title {
        font-size: 20px;
        line-height: 28px;
    }
    .rsth1--footer .contact-info-col .info span {
        font-size: 18px;
    }
    .rsth1--footer .info-head {
        font-size: 20px;
    }
    .product-gallery {
        display: flex;
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .product-thumbnails {
        width: 100%;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
    }
    .product-main-image {
        width: 100%;
    }
    .rsth1--copyright {
        border-bottom: none !important;
    }
}

@media (max-width: 575px) {
    .rsth1--footer {
        padding: 40px 20px;
    }

    .rsth1--footer .quick-links-col {
        padding-left: 0px;
    }

    .rsth1--footer .my-account-col {
        padding-left: 0px;
    }

    .rsth1--copyright {
        padding: 10px 20px;
        border-bottom: none !important;
    }

    .rsth1-profile-cards .card-content {
        padding: 12px;
        gap: 10px;
    }

    .rsth1-profile-cards .card-content .card-icon {
        padding: 8px;
        border-radius: 8px;
    }

    .rsth1-profile-cards .card-content .card-icon img {
        width: 14px;
        height: 14px;
    }

    .rsth1-profile-cards .card-content .card-text .title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
}


/* Modals CSS */

.login-reg-modal{
    width: 800px !important;
}
.login-reg-modal .modal-content{
 padding: 40px;
}
.add-to-cart-modal-cs{
    width: 500px;
}
.add-to-cart-modal-cs .modal-content{
    padding: 30px;
}
/* Show mega menu on hover */
@media (min-width: 992px) {
    .has-megamenu:hover > .dropdown-menu.megamenu {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .dropdown-menu.megamenu {
        display: none;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        top: 86%;
        left: 0;
        width: 100%;
        position: absolute;
        z-index: 1000;
    }

    .has-megamenu {
        position: relative;
    }
}
