/* for fashion  */
header.header-section.position-relative.z-2.header-stikcy.fashion_header .info-bar.d-nonee.d-md-blockk {
    display: none;
}
.icon-circled.compared.fashion_header {
    display: none;
}
header.header-section.position-relative.z-2.header-stikcy.fashion_header .header-top {
    background: #fff;
}
.icon-circled.d-none.fashion_header {
    display: block !important;
}
header.header-section.position-relative.z-2.header-stikcy .header-top .create-navbar .nav-center .nav-menus li > a {
    color: #292929;
    font-weight: 400;
}
header.header-section.position-relative.z-2.header-stikcy .header-top .create-navbar .nav-center .nav-menus li .has-submenu-icon svg path {
    fill: #292929;
}
header.header-section.position-relative.z-2.header-stikcy button#searchIcon path, 
header.header-section.position-relative.z-2.header-stikcy .icon-circled.cart-count svg path, 
header.header-section.position-relative.z-2.header-stikcy .icon-circled.wishlist_icon svg path {
    stroke: #292929;
}
header.header-section.position-relative.z-2.header-stikcy.fashion_header .icon-circled.d-none.fashion_header svg path, .icon-circled.compared svg path {
    fill: #292929;
}
.d-none.fashion_header {
    display: block !important;
}
header.header-section.position-relative.z-2.header-stikcy .icon-circled.cart-count span#cart-count {
    background: #292929;
    color: #F4BC40;
    padding-left: 1px;
}
span#wardrobe__count, span#compare-count {
    border-radius: 50px;
    height: 20px;
    width: 20px;
    line-height: 21px;
    text-align: center;
    display: block;
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 16px;
    background: #292929;
    color: #F4BC40;
    padding-left: 1px;
}

/************************************** base css **************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap");
body {
    margin: 0;
    font-family: "Montserrat";
}
@font-face {
  font-family: 'BrandonGrotesque';
  src: url('../fonts/HvDTrial_Brandon_Grotesque_regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
input {
    outline: 0;
}

select {
    outline: 0;
    border: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

button {
    border: 0;
    background-color: transparent;
}

@media (min-width: 768px) {
    .container {
        padding: 0 !important;
    }
    .col-lg-5.wow-replaced.sticky_product_image {
        position: sticky;
        position: -webkit-sticky;
        top: 90px;
        height: 100%;
    }
    .address-item.address-item-info ul span li {
        width: 100% !important;
    }
    .address-item.address-item-info ul span {
        display: block !important;
    }
    .address-item.address-item-info li span img {
        min-width: 100%;
    }
}

h1,
h2 {
    font-weight: 700;
    line-height: 120%;
    font-family: "Montserrat";
    padding: 0;
    margin: 0;
}

h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 130%;
    font-family: "Montserrat";
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 64px;
}
@media (max-width: 1199.97px) {
    h1 {
        font-size: 40px;
    }
    ul.icon-footer {
        gap: 25px !important;
    }
}
@media (max-width: 767.98px) {
    h1 {
        font-size: 36px;
    }
    a.btn-about-us.btn-effect.popup {
        font-size: 14px;
        padding: 5px 20px;
    }
    .flex-btn-groups {
        flex-direction: column;
        width: 90%;
        margin: 20px auto 0;
    }
    .slick-slide[data-slick-index="1"] span.slider-2-block svg {
        width: 44px;
    }
}

h2 {
    font-size: 48px;
}
@media (max-width: 1199.97px) {
    h2 {
        font-size: 32px;
    }
}

h3 {
    font-size: 40px;
    line-height: 120%;
}
@media (max-width: 1199.97px) {
    h3 {
        font-size: 28px;
    }
}

h4 {
    font-size: 32px;
}
@media (max-width: 1199.97px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    font-size: 24px;
}
@media (max-width: 1199.97px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-size: 20px;
}
@media (max-width: 1199.97px) {
    h6 {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    h6 {
        font-size: 16px;
    }
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 170%;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
@media (max-width: 1199.97px) {
    p {
        font-size: 14px;
    }
}
p.text-xs {
    font-size: 12px;
}
p.text-lg {
    font-size: 18px;
}
@media (max-width: 1199.97px) {
    p.text-lg {
        font-size: 16px;
    }
}

/***************** spacing padding *************/
.pt-100 {
    padding-top: 100px;
}
@media (max-width: 767.98px) {
    .pt-100 {
        padding-top: 70px;
    }
}

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

.ptb-100 {
    padding: 100px 0;
}
@media (max-width: 767.98px) {
    .ptb-100 {
        padding: 70px 0;
    }
}

.ptb-60 {
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-45 {
    padding-left: 72px;
    padding-right: 72px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-120 {
    padding: 120px 0px;
}
@media (max-width: 1199.97px) {
    .py-120 {
        padding: 80px 0px;
    }
}
@media (max-width: 991.97px) {
    .py-120 {
        padding: 60px 0px;
    }
    .row.arrival-item-center .col-md-6.col-lg-4.col-xl-3 {
        width: 50% !important;
    }
}

/*********************** spacing margin ***********************/
.mt-10 {
    margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb-36 {
    margin-bottom: 36px;
}
@media (max-width: 991.97px) {
    .mb-36 {
        margin-bottom: 18px;
    }
}

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

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

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

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

.mx-32 {
    margin-left: 32px;
    margin-right: 32px;
}

.mx-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

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

.gap-32 {
    gap: 32px;
}

.gap-12 {
    gap: 12px;
}

/******************************* theme css **********************************/
.bg-light-white {
    background-color: #f7fbf9;
}

.bg-class {
    background-size: cover;
    background-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    display: none;
}

.text-red {
    color: #f2415a;
}

.bg-pending {
    background-color: #fac03c;
}

.bg-processing {
    background-color: #c6ff29;
    color: #ffffff;
}

.bg-complete {
    background-color: #27be69;
    color: #ffffff;
}

.bg-declined {
    background-color: #f2415a;
    color: #ffffff;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes theme_fadeInUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes theme_fadeInUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes theme_fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes theme_fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes product-hover {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes product-hover {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes flipimage {
    0% {
        -webkit-transform: scale(1) rotateY(0deg);
        transform: scale(1) rotateY(0deg);
    }
    50% {
        -webkit-transform: scale(0.8) rotateY(90deg);
        transform: scale(0.8) rotateY(90deg);
    }
    100% {
        -webkit-transform: scale(1) rotateY(0);
        transform: scale(1) rotateY(0);
    }
}

@keyframes flipimage {
    0% {
        -webkit-transform: scale(1) rotateY(0deg);
        transform: scale(1) rotateY(0deg);
    }
    50% {
        -webkit-transform: scale(0.8) rotateY(90deg);
        transform: scale(0.8) rotateY(90deg);
    }
    100% {
        -webkit-transform: scale(1) rotateY(0);
        transform: scale(1) rotateY(0);
    }
}

@-webkit-keyframes loading {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes loading {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

/******************************** components ******************************/
/**************** scroll top button ***************/
.info-bar-btn {
    padding: 2px 8px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #ffffff;
}
select#show_state {
    padding-left: 25px;
}
.header-toggle {
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
    display: none;
}
@media (max-width: 991.97px) {
    .header-toggle svg {
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0;
    }
}

.template-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 56px;
    padding: 16px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    background: #F4BC40;
    text-transform: capitalize;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.template-btn.outline-btn {
    background: transparent;
    border: 1px solid #9a8e8c !important;
    color: #344054 !important;
    font-weight: 600;
}
.template-btn.outline-btn:hover {
    color: #F4BC40 !important;
    border: 1px solid #F4BC40 !important;
    background-color: transparent !important;
}
.template-btn.lg-btn {
    border-radius: 4px;
    height: 48px;
    font-size: 16px;
}
.template-btn.md-btn {
    padding: 8px 20px;
    border-radius: 4px;
    height: 36px;
    font-size: 14px;
    line-height: 150%;
    /* 21px */
}
.template-btn.sm-btn {
    padding: 8px 20px;
    border-radius: 4px;
    height: 30px;
    font-size: 14px;
    line-height: 150%;
    /* 21px */
}
.template-btn.dark-outline {
    background-color: #ffffff;
    border: 1px solid #1f0300;
    color: #1f0300;
}
.template-btn.dark-outline svg path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.template-btn.dark-outline:hover {
    color: #ffffff;
    border: 1px solid #745d5d;
    background-color: #745d5d;
}
.template-btn.dark-outline:hover svg path {
    fill: #ffffff;
}
.template-btn.dark-btn {
    background-color: #050404;
}
.template-btn.dark-btn:hover {
    background-color: #745d5d;
}
.template-btn.black-btn {
    background-color: #030712;
}
.template-btn.black-btn:hover {
    background-color: #745d5d;
}
.template-btn.outlinee-btn {
    background: transparent;
    border: 1px solid #F4BC40;
    color: #F4BC40;
}
.template-btn.outlinee-btn:hover {
    color: #ffffff;
}
.template-btn.yellow-btn {
    background-color: #fac03c;
    color: #1f0300;
}
.template-btn.yellow-btn:hover {
    background-color: #fac03c;
    color: #1f0300;
}
.template-btn.green-btn {
    background-color: #27be69;
    color: #ffffff;
}
.template-btn.green-btn:hover {
    background-color: #27be69;
    color: #ffffff;
}
.template-btn.danger-btn {
    background-color: #F4BC40;
    color: #ffffff;
}
.template-btn.danger-btn:hover {
    background-color: #F4BC40;
    color: #ffffff;
}
.template-btn:hover {
    background-color: #F4BC40 !important;
}
@media (max-width: 1199.97px) {
    .template-btn {
        height: 48px;
        padding: 10px 20px;
        font-size: 16px;
    }
}
@media (max-width: 575.97px) {
    .template-btn {
        font-size: 14px;
        height: 40px;
    }
}

.shop-now-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: inline-block !important;
}

.newsletter-btn {
    width: 75px;
    height: 48px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #030712;
    color: #ffffff;
    border-radius: 0px 8px 8px 0px;
}
@media (max-width: 1199.97px) {
    .newsletter-btn {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .newsletter-btn {
        font-size: 14px;
    }
}

.active-tab-btn {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #ffffff;
    color: #1f0300;
}
.active-tab-btn.active {
    color: #F4BC40;
    border-bottom: 2px solid red;
}
.active-tab-btn.active:hover {
    background-color: transparent;
}
.active-tab-btn.active:hover::before {
    top: -10px;
}
@media (max-width: 767.98px) {
    .active-tab-btn {
        padding: 8px 10px;
    }
}

.state-left-btn {
    border-bottom: 2px solid #b7aead;
}

.state-right-btn {
    border-bottom: 2px solid #b7aead;
}

.icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.icon-btn.icon-btn-lg {
    width: 62px !important;
    height: 60px !important;
}
@media (max-width: 991.97px) {
    .icon-btn.icon-btn-lg {
        width: 52px !important;
        height: 52px !important;
    }
}
@media (max-width: 424.99px) {
    .icon-btn.icon-btn-lg {
        width: 40px !important;
        height: 40px !important;
    }
}
.icon-btn.icon-btn-md {
    width: 48px !important;
    height: 48px !important;
}

.status-btn {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
}

.gs-checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    position: relative;
}
.gs-checkbox-wrapper label {
    color: #2b303f;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    cursor: pointer;
    position: relative;
    margin-left: 34px;
    letter-spacing: 0.5px;
    font-family: "Montserrat";
}
.gs-checkbox-wrapper input[type="checkbox"] {
    display: none;
}
.gs-checkbox-wrapper input[type="checkbox"]:checked + .icon-label {
    border-color: #F4BC40;
    background-color: #ffffff;
}
.gs-checkbox-wrapper input[type="checkbox"]:checked + .icon-label svg {
    display: block;
}
.gs-checkbox-wrapper .icon-label {
    align-content: space-between;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: transparent;
    position: absolute;
    left: 0;
    margin-left: 0;
    border: 2px solid #F4BC40;
    border-radius: 4px;
}
.gs-checkbox-wrapper .icon-label svg {
    display: none;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.gs-radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 12px;
    position: relative;
}
.gs-radio-wrapper label {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
    position: relative;
    margin-left: 28px;
}
@media (max-width: 399.97px) {
    .gs-radio-wrapper label {
        font-size: 14px;
    }
}
.gs-radio-wrapper input[type="radio"] {
    display: none;
}
.gs-radio-wrapper input[type="radio"]:checked + .icon-label {
    border-color: #F4BC40;
    background-color: #ffffff;
}
.gs-radio-wrapper input[type="radio"]:checked + .icon-label svg {
    display: block;
}
.gs-radio-wrapper .icon-label {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #796866;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    margin-left: 0;
}
.gs-radio-wrapper .icon-label svg {
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 20px;
    height: 20px;
}

.price-curr {
    background: #e9e6e6;
    width: 40px;
    height: 51px;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    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-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    right: -6px;
}
@media (max-width: 767.98px) {
    .price-curr {
        height: 50px;
    }
}

.gs-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.gs-pagination li.active a {
    background-color: #F4BC40;
    color: #ffffff;
    border: #F4BC40;
}
.gs-pagination li.active a svg path {
    fill: #ffffff;
}
.gs-pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 49px;
    height: 48px;
    padding: 11px 9px;
    -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;
    border-radius: 2px;
    border: 1px solid #9a8e8c;
    background: #ffffff;
    color: #1f0300;
    font-size: 20px;
    line-height: 130%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-pagination li a svg path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-pagination li a:hover {
    background-color: #F4BC40;
    color: #ffffff;
    border: #F4BC40;
}
.gs-pagination li a:hover svg path {
    fill: #ffffff;
}
@media (max-width: 399.97px) {
    .gs-pagination li a {
        width: 35px;
        height: 35px;
    }
}

.gs-title-box .title {
    margin-bottom: 24px;
}

.gs-single-cat {
    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;
    text-align: center;
}
.gs-single-cat.h3-gs-single-cat {
    position: relative;
}
.gs-single-cat.h3-gs-single-cat .inner-box {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 24px;
    padding: 8px;
    width: calc(100% - 44px);
}
.gs-single-cat.h3-gs-single-cat .cate-img.square {
    width: 244.541px;
    height: 232px;
}
@media (max-width: 575.97px) {
    .gs-single-cat.h3-gs-single-cat .cate-img.square {
        width: 95%;
    }
}
.gs-single-cat:hover .cate-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.gs-single-cat:hover h6 {
    color: #F4BC40;
}
.gs-single-cat .cate-img {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 190px;
    height: 190px;
    padding: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid #858585;
    border-radius: 50%;
    margin-bottom: 12px;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.gs-single-cat .cate-img.square {
    border: none;
    border-radius: 8px;
    width: 200px;
}
.gs-single-cat h6 {
    color: #1f0300;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-single-cat .title {
    margin-bottom: 4px;
}
.gs-single-cat .des {
    color: #1f0300;
    font-size: 12px;
}

.single-offer-product {
    position: relative;
    overflow: hidden;
}
.single-offer-product .promo-img {
    width: 100%;
    height: 328px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
@media (max-width: 767.98px) {
    .single-offer-product .promo-img {
        height: 200px !important;
    }
}
.single-offer-product.verticle .promo-img {
    width: 100%;
    height: 680px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
@media (max-width: 767.98px) {
    .single-offer-product.verticle .promo-img {
        height: 340px !important;
    }
}
.single-offer-product.verticle .inner-content {
    top: initial;
    right: 24px;
    bottom: 24px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 32px;
}
.single-offer-product.verticle .inner-content .upper-title {
    font-size: 16px;
}
.single-offer-product.verticle .inner-content .btm-title {
    font-size: 18px;
}
@media (max-width: 575.97px) {
    .single-offer-product.verticle .inner-content {
        right: 8px;
        bottom: 8px;
        padding: 16px;
    }
    .single-offer-product.verticle .inner-content .upper-title,
    .single-offer-product.verticle .inner-content .btm-title {
        font-size: 10px;
    }
    .single-offer-product.verticle .inner-content .main-title {
        font-size: 18px;
    }
}
.single-offer-product .promo-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.single-offer-product .inner-content {
    position: absolute;
    top: 16px;
    right: 16px;
    text-align: right;
    color: #1f0300;
}
.single-offer-product .inner-content .main-title {
    font-weight: 500;
    line-height: 130%;
}
.single-offer-product .inner-content .upper-title,
.single-offer-product .inner-content .btm-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 170%;
}
@media (max-width: 575.97px) {
    .single-offer-product .inner-content {
        top: 8px;
        right: 8px;
    }
    .single-offer-product .inner-content .upper-title,
    .single-offer-product .inner-content .btm-title {
        font-size: 8px;
    }
    .single-offer-product .inner-content .main-title {
        font-size: 12px;
    }
}
.single-offer-product:hover .promo-img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.single-product .img-wrapper,
.single-product-list-view .img-wrapper {
    overflow: hidden;
    position: relative;
}
.single-product .img-wrapper .product-img,
.single-product-list-view .img-wrapper .product-img {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}
.single-product .img-wrapper .product-badge,
.single-product-list-view .img-wrapper .product-badge,
.single-product .img-wrapper .add-to-wishlist-btn,
.single-product-list-view .img-wrapper .add-to-wishlist-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 16px;
    z-index: 5;
}
.single-product .img-wrapper .product-badge,
.single-product-list-view .img-wrapper .product-badge {
    width: 62px;
    height: 29px;
    padding: 4px 16px;
    gap: 10px;
    background-color: #1f0300;
    color: #ffffff;
    left: 16px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.single-product .img-wrapper .add-to-wishlist-btn,
.single-product-list-view .img-wrapper .add-to-wishlist-btn {
    width: 48px;
    height: 48px;
    padding: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #ffffff;
    right: 16px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.single-product .img-wrapper .add-to-wishlist-btn.active svg path,
.single-product-list-view .img-wrapper .add-to-wishlist-btn.active svg path {
    stroke: #F4BC40;
    fill: #F4BC40;
}
.single-product .img-wrapper .add-to-wishlist-btn svg path,
.single-product-list-view .img-wrapper .add-to-wishlist-btn svg path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.single-product .img-wrapper .add-to-wishlist-btn:hover svg path,
.single-product-list-view .img-wrapper .add-to-wishlist-btn:hover svg path {
    stroke: #F4BC40;
}

.single-product .content-wrapper,
.single-product-list-view .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    background-color: #fff7e7;
    margin: 23px 0;
}

.single-product .product-title,
.single-product-list-view .product-title {
    font-size: 16px;
    line-height: 20px;
    color: #292929;
    font-family: 'BrandonGrotesque';
    text-transform: uppercase;
    font-weight: 400;
}
.single-product .product-title a,
.single-product-list-view .product-title a {
    color: #1f0300;
}

.single-product .price-wrapper,
.single-product-list-view .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6px;
}
.single-product .price-wrapper h6,
.single-product-list-view .price-wrapper h6,
.single-product .price-wrapper h4,
.single-product-list-view .price-wrapper h4 {
    color: #1f0300;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.single-product .price-wrapper h6 del,
.single-product-list-view .price-wrapper h6 del,
.single-product .price-wrapper h4 del,
.single-product-list-view .price-wrapper h4 del {
    color: #b7aead;
    font-weight: 400;
}

.single-product .ratings-wrapper,
.single-product-list-view .ratings-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
}

.single-product .rating-title,
.single-product-list-view .rating-title {
    color: #1f0300;
    text-align: right;
    font-family: "Saira", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-product .add-to-cart,
.single-product-list-view .add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* visibility: hidden; */
    opacity: 0;
}

.single-product .add-cart,
.single-product-list-view .add-cart {
    width: 143px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #030712;
}

.single-product .add-cart,
.single-product-list-view .add-cart,
.single-product .compare,
.single-product-list-view .compare,
.single-product .details,
.single-product-list-view .details {
    background-color: #ffffff;
    padding: 12px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.single-product .add-cart:hover,
.single-product-list-view .add-cart:hover,
.single-product .compare:hover,
.single-product-list-view .compare:hover,
.single-product .details:hover,
.single-product-list-view .details:hover {
    background-color: #F4BC40;
    color: #ffffff;
}

.single-product .compare,
.single-product-list-view .compare,
.single-product .details,
.single-product-list-view .details {
    padding: 12px;
    border-radius: 4px;
}
.single-product .compare .icon path,
.single-product-list-view .compare .icon path,
.single-product .details .icon path,
.single-product-list-view .details .icon path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-product .compare:hover,
.single-product-list-view .compare:hover,
.single-product .details:hover,
.single-product-list-view .details:hover {
    background-color: #F4BC40;
}
.single-product .compare:hover .icon path,
.single-product-list-view .compare:hover .icon path,
.single-product .details:hover .icon path,
.single-product-list-view .details:hover .icon path {
    stroke: #ffffff;
}

.single-product.list-view,
.list-view.single-product-list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-product.list-view .product-title,
.list-view.single-product-list-view .product-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
@media (max-width: 1199.97px) {
    .single-product.list-view .product-title,
    .list-view.single-product-list-view .product-title {
        font-size: 24px;
    }
}
.single-product.list-view .price-wrapper h6,
.list-view.single-product-list-view .price-wrapper h6 {
    font-size: 32px;
}
.single-product.list-view .price-wrapper h6 del,
.list-view.single-product-list-view .price-wrapper h6 del {
    color: #b7aead;
}

.single-product:hover .product-img,
.single-product-list-view:hover .product-img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

/* .single-product:hover .product-title,
.single-product-list-view:hover .product-title {
    color: #F4BC40;
} */
.single-product-list-view:hover .product-title {
    color: #F4BC40;
}
.single-product:hover .product-title a,
.single-product-list-view:hover .product-title a {
    color: #F4BC40;
}

.single-product:hover .add-to-cart,
.single-product-list-view:hover .add-to-cart,
.single-product:hover .add-to-cart.custom-add-to-cart {
    visibility: visible;
    opacity: 1;
}

.single-product-list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.single-product-list-view .img-wrapper {
    width: 400px;
}
.single-product-list-view .img-wrapper .product-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.single-product-list-view .content-wrapper {
    padding: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.single-product-list-view .product-title,
.single-product-list-view .price-wrapper h4 {
    font-size: 32px;
}
.single-product-list-view .product-title del,
.single-product-list-view .price-wrapper h4 del {
    font-size: 28px;
}
@media (max-width: 1199.97px) {
    .single-product-list-view .product-title del,
    .single-product-list-view .price-wrapper h4 del {
        font-size: 20px;
    }
}
.single-product-list-view .rating-title {
    font-size: 20px;
}
.single-product-list-view .add-to-cart {
    position: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: visible;
    opacity: 1;
    width: 100%;
    margin-top: 32px;
}
@media (max-width: 991.97px) {
    .single-product-list-view .add-to-cart {
        margin-top: 10px;
    }
}
.single-product-list-view .compare,
.single-product-list-view .details {
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-product-list-view .add-cart,
.single-product-list-view .compare,
.single-product-list-view .details {
    background-color: #f8f7f7;
    padding: 12px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.single-product-list-view .add-cart:hover,
.single-product-list-view .compare:hover,
.single-product-list-view .details:hover {
    background-color: #F4BC40;
    color: #ffffff;
}
.single-product-list-view .add-cart {
    width: 100%;
}
@media (max-width: 991.97px) {
    .single-product-list-view .add-cart {
        padding: 12px;
    }
}
@media (max-width: 1199.97px) {
    .single-product-list-view .product-title,
    .single-product-list-view .price-wrapper h4 {
        font-size: 24px;
    }
    .single-product-list-view .rating-title {
        font-size: 18px;
    }
}
@media (max-width: 991.97px) {
    .single-product-list-view {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-product-list-view .img-wrapper {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .single-product-list-view .product-title,
    .single-product-list-view .price-wrapper h4 {
        font-size: 20px;
    }
    .single-product-list-view .rating-title {
        font-size: 16px;
    }
    .single-product-list-view .add-cart {
        padding: 12px;
    }
    .single-product-list-view .content-wrapper {
        padding: 12px 8px;
    }
}

.gs-deal-of-day {
    overflow: hidden;
    background-color: rgba(255, 76, 59, 0.05);
    position: relative;
}
.gs-deal-of-day.gs-deal-of-day-home2
    .deal-of-day-wrapper
    .deal-of-day-content
    .title::after {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    background-color: #1f0300;
    margin-top: 14px;
}
.gs-deal-of-day.gs-deal-of-day-home2
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item {
    background-color: #ffeceb;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #F4BC40;
}
@media (max-width: 767.98px) {
    .gs-deal-of-day.gs-deal-of-day-home2
        .deal-of-day-wrapper
        .deal-of-day-content
        .countdown-wrapper
        .countdown-item {
        width: 55px;
        height: 55px;
    }
}
.gs-deal-of-day.gs-deal-of-day-home2 .deal-of-day-img img {
    width: 960px;
}
.gs-deal-of-day.gs-deal-of-day-home3 .deal-of-day-img {
    position: absolute;
    left: 0 !important;
    bottom: 0;
    z-index: -1;
}
.gs-deal-of-day.gs-deal-of-day-home3 .deal-of-day-img img {
    width: 912px;
}
@media (max-width: 1919.97px) {
    .gs-deal-of-day.gs-deal-of-day-home3 .deal-of-day-img img {
        width: calc(50% - 24px);
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.gs-deal-of-day.gs-deal-of-day-home3
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item {
    border-radius: 4px;
}
.gs-deal-of-day .deal-of-day-wrapper {
    margin-top: 120px;
    margin-bottom: 120px;
}
.gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .title {
    font-weight: 700;
    line-height: 120%;
    color: #1f0300;
    margin-bottom: 26px;
    text-transform: uppercase;
}
.gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .sub-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #1f0300;
    margin-bottom: 18px;
}
.gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .deal-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}
.gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .countdown-wrapper {
    margin-top: 24px;
    width: 345px;
}
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 26px;
}
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    padding: 14px 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item
    .countdown-number,
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-content
    .countdown-wrapper
    .countdown-item
    .countdown-title {
    font-size: 14px;
    font-weight: 600;
    color: #1f0300;
    text-transform: uppercase;
    margin: 0 !important;
}
.gs-deal-of-day .deal-of-day-wrapper .deal-of-day-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product
    .img-wrapper
    .product-badge,
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product-list-view
    .img-wrapper
    .product-badge {
    left: 12px;
}
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product
    .img-wrapper
    .add-to-wishlist-btn,
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product-list-view
    .img-wrapper
    .add-to-wishlist-btn {
    right: 12px;
}
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product
    .content-wrapper,
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product-list-view
    .content-wrapper {
    padding: 16px;
}
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product
    .content-wrapper
    .product-title,
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product-list-view
    .content-wrapper
    .product-title {
    font-size: 14px;
}
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product
    .content-wrapper
    .price-wrapper
    h6,
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product-list-view
    .content-wrapper
    .price-wrapper
    h6 {
    font-size: 16px;
}
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product
    .content-wrapper
    .ratings-wrapper,
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product-list-view
    .content-wrapper
    .ratings-wrapper {
    gap: 6px;
}
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product
    .content-wrapper
    .add-to-cart,
.gs-deal-of-day
    .deal-of-day-wrapper
    .deal-of-day-product
    .single-product-list-view
    .content-wrapper
    .add-to-cart {
    top: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    gap: 12px;
}
.gs-deal-of-day .deal-of-day-img {
    position: absolute;
    left: 52%;
    bottom: 0;
}
.gs-deal-of-day .deal-of-day-img img {
    width: 892px;
}
@media (max-width: 1199.97px) {
    .gs-deal-of-day .deal-of-day-img img {
        width: 800px;
        height: 650px;
    }
    .gs-deal-of-day .deal-of-day-wrapper .sub-title {
        font-size: 18px !important;
    }
    .gs-deal-of-day .deal-of-day-wrapper .deal-description {
        font-size: 16px !important;
    }
}
@media (max-width: 991.97px) {
    .gs-deal-of-day .deal-of-day-img {
        display: none;
    }
    .gs-deal-of-day .deal-of-day-wrapper {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .gs-deal-of-day .deal-of-day-wrapper .sub-title {
        font-size: 20px !important;
    }
    .gs-deal-of-day .deal-of-day-wrapper .deal-description {
        font-size: 18px !important;
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .title {
        font-size: 32px;
    }
    .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .sub-title {
        font-size: 18px;
    }
    .gs-deal-of-day
        .deal-of-day-wrapper
        .deal-of-day-content
        .deal-description {
        font-size: 16px !important;
    }
    .gs-deal-of-day
        .deal-of-day-wrapper
        .deal-of-day-content
        .countdown-wrapper {
        width: 260px;
    }
    .gs-deal-of-day
        .deal-of-day-wrapper
        .deal-of-day-content
        .countdown-wrapper
        .countdown-item-wrapper {
        gap: 8px;
    }
    .gs-deal-of-day
        .deal-of-day-wrapper
        .deal-of-day-content
        .countdown-wrapper
        .countdown-item {
        padding: 10px 16px;
    }
    .gs-deal-of-day
        .deal-of-day-wrapper
        .deal-of-day-content
        .countdown-wrapper
        .countdown-item
        .countdown-number,
    .gs-deal-of-day
        .deal-of-day-wrapper
        .deal-of-day-content
        .countdown-wrapper
        .countdown-item
        .countdown-title {
        font-size: 12px;
    }
}
@media (max-width: 575.97px) {
    .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .title {
        font-size: 28px;
        margin-bottom: 14px;
    }
    .gs-deal-of-day .deal-of-day-wrapper .deal-of-day-content .sub-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .gs-deal-of-day
        .deal-of-day-wrapper
        .deal-of-day-content
        .deal-description {
        font-size: 14px !important;
    }
    .gs-deal-of-day
        .deal-of-day-wrapper
        .deal-of-day-content
        .countdown-wrapper
        .countdown-item-wrapper {
        margin-bottom: 14px;
        gap: 8px;
    }
    .gs-deal-of-day
        .deal-of-day-wrapper
        .deal-of-day-content
        .countdown-wrapper
        .countdown-item {
        padding: 10px 16px;
    }
    .gs-deal-of-day
        .deal-of-day-wrapper
        .deal-of-day-content
        .countdown-wrapper
        .countdown-item
        .countdown-number,
    .gs-deal-of-day
        .deal-of-day-wrapper
        .deal-of-day-content
        .countdown-wrapper
        .countdown-item
        .countdown-title {
        font-size: 12px;
    }
}
section.gs-partner-section p.des.mb-0.wow-replaced {
    font-size: 20px;
    line-height: 30px;
    color: #2b303f;
    font-weight: 400;
    font-family: "Montserrat";
}

section.gs-partner-section h2.title.wow-replaced {
    font-size: 56px;
    line-height: 66px;
    font-family: "Montserrat";
    font-weight: 600;
    letter-spacing: 2px;
}

.gs-partner-section {
    margin-top: 60px;
    margin-bottom: 60px;
}
.gs-partner-section .single-partner img {
    border: 1px solid #e9e6e6;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 100%;
    height: 88px;
    -o-object-fit: cover;
    object-fit: cover;
}
.gs-partner-section .single-partner img:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 991.97px) {
    .gs-partner-section {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.gs-sm-recent-post-wrapper .recent-post {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.gs-sm-recent-post-wrapper .recent-post img {
    width: 78px;
    height: 70px;
}
.gs-sm-recent-post-wrapper .recent-post .post-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 6px;
}
.gs-sm-recent-post-wrapper .recent-post .post-date {
    font-size: 12px;
    font-weight: 400;
    color: #bdbdbd;
    margin: 0;
}
.gs-sm-recent-post-wrapper .recent-post .post-date svg {
    margin-right: 8px;
}
.gs-sm-recent-post-wrapper .recent-post:hover .post-title {
    color: #F4BC40;
}

.gs-main-single-blog {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767.98px) {
    .gs-main-single-blog {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .gs-main-single-blog .left-side-content {
        width: 100%;
    }
}
.gs-main-single-blog .left-side-content .blog-img {
    width: 312px;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767.98px) {
    .gs-main-single-blog .left-side-content .blog-img {
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.gs-main-single-blog .right-side-content {
    padding: 24px;
}
@media (max-width: 767.98px) {
    .gs-main-single-blog .right-side-content {
        padding: 16px;
    }
}
.gs-main-single-blog .right-side-content .title {
    display: inline-block;
    color: #1f0300;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 130%;
}
.gs-main-single-blog .right-side-content .des {
    color: #4c3533;
}
.gs-main-single-blog .right-side-content .date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    margin-top: 16px;
}
.gs-main-single-blog .right-side-content .date-wrapper .date-text {
    font-size: 18px;
    color: #4c3533;
}
@media (max-width: 1289.99px) {
    .gs-main-single-blog .right-side-content .date-wrapper {
        margin-bottom: 24px;
    }
    
}
@media (max-width: 1239.99px) {
    .gs-main-single-blog .right-side-content .title {
        margin-bottom: 10px;
    }
    .gs-main-single-blog .right-side-content .date-wrapper {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .gs-main-single-blog .right-side-content .date-wrapper .date-text {
        font-size: 16px;
    }
}
.gs-main-single-blog:hover .right-side-content .title {
    color: #F4BC40;
}

.single-blog-widget {
    padding: 24px 24px 24px 24px;
}
.single-blog-widget .widget-title {
    color: #1f0300;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-bottom: 1px solid #c7c0bf;
    padding-bottom: 12px;
}
.single-blog-widget .search-form {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #d9d4d4;
    padding: 12px 24px;
}
.single-blog-widget .search-form .input-box {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    color: #796866;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
@media (max-width: 1199.97px) {
    .single-blog-widget .search-form .input-box {
        font-size: 14px;
    }
}
.single-blog-widget .cat-wrapper {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.single-blog-widget .cat-wrapper li a {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (max-width: 1199.97px) {
    .single-blog-widget .cat-wrapper li a {
        font-size: 14px;
    }
}
.single-blog-widget .cat-wrapper li a:hover {
    color: #F4BC40;
}
.single-blog-widget .cat-wrapper li a::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #1f0300;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 2px;
}
.single-blog-widget .gs-sm-recent-post-wrapper {
    padding-top: 24px;
}
.single-blog-widget .gs-sm-recent-post-wrapper .recent-post:last-child {
    margin-bottom: 0px;
}
.single-blog-widget .gs-sm-recent-post-wrapper .recent-post img {
    width: 80px;
    height: 80px;
}
.single-blog-widget .gs-sm-recent-post-wrapper .post-title {
    color: #1f0300;
    font-size: 20px;
}
@media (max-width: 1199.97px) {
    .single-blog-widget .gs-sm-recent-post-wrapper .post-title {
        font-size: 16px;
    }
}
.single-blog-widget .gs-sm-recent-post-wrapper .post-date {
    color: #4c3533;
}
.single-blog-widget .tags-wrapper {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}
.single-blog-widget .tags-wrapper li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 13px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #f8f7f7;
    color: #1f0300;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (max-width: 1199.97px) {
    .single-blog-widget .tags-wrapper li a {
        padding: 8px 15px;
        font-size: 14px;
    }
}
.single-blog-widget .tags-wrapper li a:hover {
    background-color: #F4BC40;
    color: #ffffff;
}
@media (max-width: 991.97px) {
    .single-blog-widget {
        padding: 12px;
    }
}

.single-product-widget {
    background: #ffffff;
    /* border: 1px solid #00000029;
    border-radius: 8px; */
}
.single-product-widget .widget-title {
    color: #262626;
    font-style: normal;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Montserrat";
    border-bottom: 1px solid #00000029;
    padding: 20px 30px;
}
.single-product-widget.contact-vendor-wrapper .widget-title {
    border-bottom: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
.single-product-widget.contact-vendor-wrapper .img-wrapper {
    width: 200px;
    margin: 32px auto 24px auto;
}
.single-product-widget.contact-vendor-wrapper .img-wrapper img {
    width: 100%;
}
.single-product-widget.contact-vendor-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}
@media (max-width: 991.97px) {
    .single-product-widget.contact-vendor-wrapper ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 767.98px) {
    .single-product-widget.contact-vendor-wrapper ul {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}
.single-product-widget.contact-vendor-wrapper ul li span {
    color: #4c3533;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.single-product-widget.contact-vendor-wrapper ul li span b {
    font-weight: 500;
}
.single-product-widget.contact-vendor-wrapper .vendor-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.single-product-widget.contact-vendor-wrapper .vendor-input-wrapper .input-cls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 19px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    border-radius: 6px;
    border: 1px solid #d9d4d4;
    background: #ffffff;
}
.single-product-widget.contact-vendor-wrapper
    .vendor-input-wrapper
    .input-cls.txtarea-cls {
    height: initial;
}

.gs-single-recent-product-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    background: #ffffff;
}
.gs-single-recent-product-widget .img-wrapper {
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.gs-single-recent-product-widget .img-wrapper .thumb {
    width: 100%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-single-recent-product-widget .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.gs-single-recent-product-widget .content-wrapper .title {
    color: #1f0300;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-single-recent-product-widget .content-wrapper .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}
.gs-single-recent-product-widget .content-wrapper .price-wrapper .price {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.gs-single-recent-product-widget .content-wrapper .price-wrapper .price del {
    color: #a0a0a0;
    font-weight: 400;
}
.gs-single-recent-product-widget .content-wrapper .rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
}
.gs-single-recent-product-widget .content-wrapper .rating-wrapper .rating {
    color: #1f0300;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.gs-single-recent-product-widget:hover .img-wrapper .thumb {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.gs-single-recent-product-widget:hover .content-wrapper .title {
    color: #F4BC40;
}

.gs-service-section {
    background-color: #1f0300;
}
.gs-service-section .services-area {
    margin: 60px 0;
}
.gs-service-section .services-area .single-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.gs-service-section .services-area .single-service .icon-wrapper img {
    width: 60px !important;
    height: 60px !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}
.gs-service-section .services-area .single-service .service-content {
    padding-top: 5px;
    color: #ffffff;
}
.gs-service-section .services-area .single-service .service-content h6 {
    font-weight: 500;
}
.gs-service-section .services-area .single-service .service-content p {
    font-weight: 400;
    margin-bottom: 0 !important;
}
@media (max-width: 991.97px) {
    .gs-service-section .service-row {
        margin: 0 !important;
        padding: 20px 0;
    }
    .gs-service-section .services-area {
        margin: 40px 0;
    }
}
@media (max-width: 767.98px) {
    .gs-service-section .services-area {
        margin: 20px 0;
    }
}

.gs-latest-post-section a {
    text-decoration: none;
    color: #1f0300;
}

.gs-latest-post-section .latest-post-area {
    margin: 60px 0;
}

.gs-latest-post-section .single-post {
    overflow: hidden;
    display: inline-block;
}
.gs-latest-post-section .single-post.h2-single-post {
    position: relative;
    width: 100%;
}
.gs-latest-post-section .single-post.h2-single-post .post-img {
    margin-bottom: initial;
}
.gs-latest-post-section .single-post.h2-single-post .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.16%, rgba(255, 76, 59, 0.7)),
        color-stop(99.83%, rgba(255, 76, 59, 0))
    );
    background: -webkit-linear-gradient(
        bottom,
        rgba(255, 76, 59, 0.7) 0.16%,
        rgba(255, 76, 59, 0) 99.83%
    );
    background: -o-linear-gradient(
        bottom,
        rgba(255, 76, 59, 0.7) 0.16%,
        rgba(255, 76, 59, 0) 99.83%
    );
    background: linear-gradient(
        0deg,
        rgba(255, 76, 59, 0.7) 0.16%,
        rgba(255, 76, 59, 0) 99.83%
    );
}
.gs-latest-post-section .single-post.h2-single-post .post-content {
    padding: 24px;
    position: absolute;
    bottom: -43%;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (max-width: 991.97px) {
    .gs-latest-post-section .single-post.h2-single-post .post-content {
        bottom: -36%;
    }
}
@media (max-width: 767.98px) {
    .gs-latest-post-section .single-post.h2-single-post .post-content {
        bottom: -47%;
    }
}
@media (max-width: 767.98px) {
    .gs-latest-post-section .single-post.h2-single-post .post-content.home-2 {
        bottom: -40%;
    }
}
@media (max-width: 575.97px) {
    .gs-latest-post-section .single-post.h2-single-post .post-content.home-2 {
        bottom: -37%;
    }
}
@media (max-width: 459.99px) {
    .gs-latest-post-section .single-post.h2-single-post .post-content.home-2 {
        bottom: -42%;
    }
}
.gs-latest-post-section .single-post.h2-single-post .post-content .post-title,
.gs-latest-post-section .single-post.h2-single-post .post-content .date,
.gs-latest-post-section .single-post.h2-single-post .post-content .post-desc,
.gs-latest-post-section .single-post.h2-single-post .post-content .read-more {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-latest-post-section .single-post.h2-single-post .post-content .date,
.gs-latest-post-section .single-post.h2-single-post .post-content .post-desc,
.gs-latest-post-section .single-post.h2-single-post .post-content .read-more {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-latest-post-section
    .single-post.h2-single-post
    .post-content
    .read-more::before {
    background-color: #ffffff;
}
.gs-latest-post-section .single-post.h2-single-post:hover .post-content {
    bottom: 0;
}
.gs-latest-post-section .single-post.h2-single-post:hover .date,
.gs-latest-post-section .single-post.h2-single-post:hover .post-desc,
.gs-latest-post-section .single-post.h2-single-post:hover .read-more {
    opacity: 1;
    visibility: visible;
}
.gs-latest-post-section .single-post .post-img {
    max-height: 395px;
    margin-bottom: 24px;
    overflow: hidden;
}
.gs-latest-post-section .single-post .post-img img {
    width: 100%;
    height: 396px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-latest-post-section .single-post .post-content .post-title {
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-latest-post-section .single-post .post-content .post-title:hover {
    color: #F4BC40;
}
.gs-latest-post-section .single-post .post-content .date {
    margin-bottom: 16px;
    text-transform: uppercase;
}
.gs-latest-post-section .single-post .post-content .post-desc {
    margin-bottom: 24px;
}
.gs-latest-post-section .single-post .post-content .read-more {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-left: 40px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-latest-post-section .single-post .post-content .read-more:hover {
    color: #F4BC40;
}
.gs-latest-post-section .single-post .post-content .read-more:hover::before {
    background-color: #F4BC40;
}
.gs-latest-post-section .single-post .post-content .read-more::before {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #1f0300;
    position: absolute;
    bottom: 13px;
}
.gs-latest-post-section .single-post:hover .post-img img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

@media (max-width: 1199.97px) {
    .gs-latest-post-section .latest-post-area {
        margin: -50px 0;
    }
    .gs-latest-post-section .single-post .post-content .post-desc {
        margin-bottom: 16px;
    }
    .gs-latest-post-section .single-post .post-content .read-more {
        font-size: 16px;
    }
    .gs-latest-post-section .single-post .post-content .read-more::before {
        bottom: 10px;
    }
}

@media (max-width: 991.97px) {
    .gs-latest-post-section .single-post .post-desc {
        margin-bottom: 12px;
    }
    .gs-latest-post-section .single-post .read-more {
        font-size: 14px;
    }
    .gs-latest-post-section .single-post .read-more::before {
        bottom: 8px;
    }
}

.gs-cart-section {
    margin-top: 120px;
    margin-bottom: 120px;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    > :not(caption)
    > *
    > * {
    padding: 0;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table {
    padding: 0;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table thead th {
    font-family: "Montserrat" !important;
    font-size: 19px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-bottom: 24px;
    border-left: none;
    border-right: none;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table thead tr {
    border-top: none;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody tr {
    padding: 32px 0;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table tbody td {
    padding-bottom: 32px;
    padding-top: 32px;
    vertical-align: middle;
    text-align: center;
    border-left: none;
    border-right: none;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    td:not(:first-child) {
    padding-left: 10px;
    padding-right: 10px;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product-area {
    width: 150px;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product {
    width: auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    img {
    height: 100px;
    width: 100px;
    border-radius: 8px;
    border: 1px solid #dedede;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info {
    text-align: left;
    position: relative;
}
h2.common-title svg {
    margin-top: 10px;
}
.product-cards-slider.related-product-slider .slick-slide {
    margin-right:20px;
}
.gs-product-cards-slider-area .product-cards-slider ul.slick-dots {
    margin-top: 20px;
}
p.cart-summary-subtitle.gateway {
    /* width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    text-align: left;
}

/* p.cart-summary-subtitle.gateway:hover::after {
    content: attr(data-title); 
    position: absolute;
    top: 0;
    left: 17px;
    white-space: normal;
    width: max-content;
    background-color: #fff;
    z-index: 10;
} */
.d-flex.justify-content-evenly.mt-top {
    position: relative;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    .cart-title {
    font-size: 18px;
    font-weight: 400;
    color: #1f0300;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 145px;
    /* position: relative; */
}

.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    .cart-title:hover::after {
    content: attr(title);
    position: absolute;
    top: 10px;
    left: 0;
    white-space: normal;
    overflow: visible;
    text-overflow: inherit;
    z-index: 10;
    width: 500px;
    color: #F4BC40;
}
/* span.w-td.product_addon {
    width: 220px;
    display: block;
} */
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    a.cart-title:hover {
    color: #fff;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    .cart-color {
    font-size: 16px;
    font-weight: 400;
    color: #1f0300;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-price {
    font-size: 18px;
    color: #1f0300;
    font-weight: 400;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-quantity
    input {
    border: none;
    width: 30px;
    text-align: center;
    font-size: 20px;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-quantity
    .cart-quantity-btn {
    width: 40px;
    height: 40px;
    padding: 9px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: #f8f7f7;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-summary {
    /* background-color: #F7F7F7; */
    padding: 30px;
    border: 1px solid #0000001A;
    border-radius: 8px;
}
.cart-sidebar-main .cart-summary {
    padding: 20px !important;
    background-color: #F7F7F7;
    border: 1px solid #00000029;
    border-radius: 8px;
}
.modal-header {
    position: absolute;
    right: 0;
    border: none;
}
h6#modalLabel {
    font-size: 30px;
    font-weight: 500;
    font-family: "Montserrat";
    color: #000000;
    line-height: 120%;
}

h6#modalLabel span {
    font-weight: 600;
}
/* .d-flex.modal-main {
    height: 450px;
} */
h4.modal-heading {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat";
    color: #000;
    line-height: 120%;
    margin-top: 10px;
}
.modal-body-text.text-center p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.modal-body-text.text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    background: #fef8ec;
    border-top-right-radius: var(--bs-modal-border-radius);
    border-bottom-right-radius: var(--bs-modal-border-radius);
}
.modal-body.text-center {
    width: 50%;
    padding: 0;
}
.modal-header .btn-close svg {
    margin-left: -1px;
    margin-top: -2px;
}
/* .modal-content.padding-modal {
    padding: 0 0 50px;
} */
.modal-dialog.modal-dialog-centered {
    /* max-width: 35%; */
    max-width: 801px;
}
div#additionalSubscription,
div#lockType {
    z-index: 9999;
}
img.pop-img {
    width: 100%;
    height: 100%;
    border-top-left-radius: var(--bs-modal-border-radius);
    border-bottom-left-radius: var(--bs-modal-border-radius);
    background: #5b493f;
}
.modal-header .btn-close {
    position: relative;
    background: #F4BC40;
    color: #000;
    opacity: 1;
    line-height: 0;
    font-weight: 700;
    border-radius: 50px;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-title,
.gs-checkout-wrapper .summary-box h4.cart-summary-title {
    color: #292929;
    font-weight: 600;
    padding-bottom: 14px;
    font-family: "Montserrat";
    font-size: 32px;
    line-height: 28px;
    letter-spacing: 0.5px;
    /* border-bottom: 1px solid #00000029; */
}
/* .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-item,
.details-wrapper .cart-summary-item {
    padding: 20px 0;
} */
.addons-cart-sidebar ul.list-cart-sidebar li span.product-price {
    font-weight: 600;
}
.cart-summary-item.d-flex {
    margin-top: 31px;
    margin-bottom: 10px;
}
.details-wrapper .cart-summary-item.d-flex {
    margin-top: 0;
}

.details-wrapper {
    margin-top: 31px;
}
.gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select {
    border: 1px solid #00000029;
}
.cart-summary-item.d-flex.justify-content-between p.cart-summary-subtitle, p.cart-summary-price.total-cart-price, p.cart-summary-price.discount {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #292929;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-item:not(:nth-last-child(-n + 2)) {
    border-bottom: 1px solid #c7c0bf;
}
/* .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-subtitle {
    font-family: "Saira", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    color: #1f0300;
    margin-bottom: 16px;
} */
/* .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-price {
    font-size: 18px;
    font-weight: 400;
    color: #1f0300;
    margin-bottom: 16px;
} */
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .total-cart-price {
    color: #F4BC40;
    font-weight: 700;
}
/* .gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-item:not(:first-child) {
    margin-top: 16px;
} */
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-btn,
.summary-inner-box .btn-wrappers {
    margin-top: 20px;
}
@media (max-width: 1199.97px) {
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        thead
        th {
        font-size: 16px;
        padding-bottom: 16px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        tr {
        padding: 24px 0;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        td {
        padding-bottom: 24px;
        padding-top: 24px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product-area {
        width: 200px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product {
        width: 250px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product
        img {
        height: 80px;
        width: 80px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product
        .cart-product-info
        .cart-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product
        .cart-product-info
        a.cart-title:hover {
        color: #F4BC40;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product
        .cart-product-info
        .cart-color {
        font-size: 12px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-price {
        font-size: 14px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-quantity
        input {
        width: 20px;
        font-size: 16px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-quantity
        .cart-quantity-btn {
        width: 30px;
        height: 30px;
        padding: 7px 8px;
    }
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-summary {
        padding: 24px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-content
        .cart-summary-subtitle {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-content
        .cart-summary-price {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-item:not(:first-child) {
        margin-top: 12px;
    }
}
@media (max-width: 991.97px) {
    .gs-cart-section {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        thead
        th {
        font-size: 14px;
        padding-bottom: 14px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        tr {
        padding: 20px 0;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        td {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product-area {
        width: 200px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product {
        width: 200px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product
        img {
        height: 70px;
        width: 70px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product
        .cart-product-info
        .cart-title {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product
        .cart-product-info
        a.cart-title:hover {
        color: #F4BC40;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product
        .cart-product-info
        .cart-color {
        font-size: 10px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-price {
        font-size: 12px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-quantity
        input {
        width: 20px;
        font-size: 14px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-quantity
        .cart-quantity-btn {
        width: 24px;
        height: 24px;
        padding: 5px 6px;
    }
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-summary {
        padding: 20px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-content
        .cart-summary-subtitle {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-content
        .cart-summary-price {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-item:not(:first-child) {
        margin-top: 10px;
    }
}
@media (max-width: 575.97px) {
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        thead
        th {
        font-size: 14px;
        padding-bottom: 12px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        tr {
        padding: 16px 0;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        td {
        padding-bottom: 16px;
        padding-top: 16px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product-area {
        width: 200px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product {
        width: 200px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product
        img {
        height: 60px;
        width: 60px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product
        .cart-product-info
        .cart-title {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product
        .cart-product-info
        a.cart-title:hover {
        color: #F4BC40;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product
        .cart-product-info
        .cart-color {
        font-size: 10px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-price {
        font-size: 12px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-quantity
        input {
        width: 20px;
        font-size: 14px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-quantity
        .cart-quantity-btn {
        width: 24px;
        height: 24px;
        padding: 5px 6px;
    }
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-summary {
        padding: 16px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-title {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-content
        .cart-summary-subtitle {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-content
        .cart-summary-price {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-item:not(:first-child) {
        margin-top: 8px;
    }
}

.gs-success-invoice-section {
    background-color: #f8f7f7;
    padding-top: 120px;
    padding-bottom: 120px;
}
.gs-success-invoice-section .success-invoice-box {
    background-color: #ffffff;
    padding: 80px 60px;
}
.gs-success-invoice-section .success-invoice-box .success-invoice-header {
    text-align: center;
}
.gs-success-invoice-section .success-invoice-box .success-invoice-header h3 {
    color: #27be69;
    padding-top: 16px;
    font-weight: 600;
}
.gs-success-invoice-section .success-invoice-box .success-invoice-header h5 {
    color: #000;
    font-weight: 400;
    padding-top: 16px;
}
.gs-success-invoice-section
    .success-invoice-box
    .success-invoice-header
    .btn-success-page {
    margin-top: 40px;
}
.gs-success-invoice-section .success-invoice-box .success-invoice-body {
    margin-top: 60px;
}
@media (max-width: 767.98px) {
    .gs-success-invoice-section .success-invoice-box .success-invoice-body {
        margin-top: 30px;
    }
}
.gs-success-invoice-section .success-invoice-box .success-invoice-body h4 {
    font-weight: 600;
}
.gs-success-invoice-section .success-invoice-box .success-invoice-body p {
    font-size: 18px;
    font-weight: 400;
    padding-top: 6px;
}
.gs-success-invoice-section .success-invoice-box .order-details-area h5 {
    font-weight: 500;
    padding-bottom: 4px;
    margin-top: 32px;
}
.gs-success-invoice-section .success-invoice-box .order-details-area .name,
.gs-success-invoice-section .success-invoice-box .order-details-area .address,
.gs-success-invoice-section
    .success-invoice-box
    .order-details-area
    .contact-number,
.gs-success-invoice-section .success-invoice-box .order-details-area .mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
}
.gs-success-invoice-section .success-invoice-box .order-details-area .name p,
.gs-success-invoice-section .success-invoice-box .order-details-area .address p,
.gs-success-invoice-section
    .success-invoice-box
    .order-details-area
    .contact-number
    p,
.gs-success-invoice-section .success-invoice-box .order-details-area .mail p {
    font-size: 16px;
    font-weight: 400;
}
.gs-success-invoice-section .success-invoice-box .payment-information p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
}
@media (max-width: 399.97px) {
    .gs-success-invoice-section .success-invoice-box .payment-information p {
        font-size: 14px;
    }
}
.gs-success-invoice-section .success-invoice-box .ordered-products span {
    font-weight: 500;
}
.gs-success-invoice-section .success-invoice-box .ordered-products h4 {
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
}
.gs-success-invoice-section .success-invoice-box .ordered-products table {
    width: 100%;
    overflow: hidden;
}
.gs-success-invoice-section .success-invoice-box .ordered-products table thead {
    background-color: #030712;
}
.gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    thead
    th {
    font-size: 18px;
    font-weight: 400;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    color: #ffffff;
    border-right: none;
    border-left: none;
    text-align: center;
}
.gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    thead
    th:first-child {
    padding-left: 20px;
}
.img-wrapper img {
    width: 100%;
}
.gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    tr {
    border-bottom: 1px solid #c7c0bf;
}
.gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    tr:last-child {
    border-bottom: none;
}
.gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    .product-img {
    width: 200px;
}
.gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    td {
    /* padding-left: 40px; */
    border-right: none;
    border-left: none;
}
.gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    td:first-child {
    padding-left: 0;
}
.gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    td {
    padding-top: 24px;
    padding-bottom: 24px;
}
.gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    td
    img {
    width: 200px;
    height: 200px;
}
.gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    .product-details {
    width: 500px;
}
.gs-success-invoice-section
    .success-invoice-box
    .ordered-products
    table
    tbody
    .product-details
    h6 {
    padding-bottom: 16px;
}
@media (max-width: 991.97px) {
    .gs-success-invoice-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .gs-success-invoice-section .success-invoice-box {
        padding: 40px 30px;
    }
    .gs-success-invoice-section .ordered-products h6 {
        font-size: 16px;
        padding-bottom: 4px !important;
    }
    .gs-success-invoice-section .ordered-products p {
        font-size: 14px;
        line-height: 140%;
    }
}
@media (max-width: 767.98px) {
    .gs-success-invoice-section .ordered-products table tbody td {
        padding-left: 20px !important;
    }
}
@media (max-width: 399.97px) {
    .gs-success-invoice-section {
        padding: 30px 10px;
    }
    .gs-success-invoice-section .success-invoice-box {
        padding: 30px 20px;
    }
    .gs-success-invoice-section
        .success-invoice-box
        .order-details-area
        .name
        p,
    .gs-success-invoice-section
        .success-invoice-box
        .order-details-area
        .address
        p,
    .gs-success-invoice-section
        .success-invoice-box
        .order-details-area
        .contact-number
        p,
    .gs-success-invoice-section
        .success-invoice-box
        .order-details-area
        .mail
        p {
        font-size: 14px;
    }
}

.gs-faq-section {
    /* background-color: #ffffff;
    padding-top: 120px;
    padding-bottom: 120px; */
}
@media (max-width: 991.97px) {
    .gs-faq-section {
        /* padding-top: 60px;
        padding-bottom: 60px; */
    }
}
.gs-faq-section .faq-box .hyp-accordians {
    background-color: transparent;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-button {
    background-color: #f8f7f7;
    color: #1f0300;
    font-size: 24px;
    font-weight: 500;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-button:not(.collapsed) {
    color: #F4BC40;
}
.gs-faq-section .faq-box .hyp-accordians .show {
    color: #F4BC40;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-item {
    border-bottom: none;
    border-width: thin;
    margin-bottom: 32px;
    border-radius: 8px;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-item:last-child {
    margin-bottom: 0;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-body {
    font-size: 18px;
    font-weight: 400;
    color: #4c3533;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #F4BC40;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-button:after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 40px;
    background-image: none;
    font-weight: 100;
    color: #1f0300;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.gs-faq-section
    .faq-box
    .hyp-accordians
    .accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    content: "-";
    font-size: 48px;
    -webkit-transform: translate(-5px, -4px);
    -ms-transform: translate(-5px, -4px);
    transform: translate(-5px, -4px);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #F4BC40;
}
@media (max-width: 1199.97px) {
    .gs-faq-section .faq-box .accordion-button {
        font-size: 20px !important;
    }
    .gs-faq-section .faq-box .accordion-body {
        font-size: 16px !important;
    }
}
@media (max-width: 991.97px) {
    .gs-faq-section .faq-box .accordion-button {
        font-size: 18px !important;
    }
    .gs-faq-section .faq-box .accordion-body {
        font-size: 14px !important;
    }
}

.gs-contact-section {
    margin-top: 120px;
    margin-bottom: 120px;
}
@media (max-width: 991.97px) {
    .gs-contact-section {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
.gs-contact-section h3 {
    margin-bottom: 48px;
}
@media (max-width: 575.97px) {
    .gs-contact-section h3 {
        margin-bottom: 24px;
    }
}
.gs-blog-details-wrapper .gs-blog-card p {
    font-size: 20px;
}
.gs-contact-section .contact-information .common-wrapper {
    padding: 24px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 24px;
    margin-bottom: 32px;
}
ul.page-links h4 {
    color: #F4BC40;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'BrandonGrotesque';
    margin-bottom: 16px;
}

ul.page-links li {
    font-family: "Montserrat";
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    /* text-indent: 100px;
    text-align: left; */
}
.container-new-custom {
    width: 1520px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}
ul.page-links li.social a {
    border-right: 1px solid #ffffff1a;
    padding: 0 10px;
}

ul.page-links li.social a:last-child {
    border: none;
}
.footer-border {
    position: relative;
}
.footer-border:after,
.footer-border:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #ffffff1a;
    bottom: 0;
    left: 0;
}
.footer-border:before {
    bottom: auto;
    top: 0;
}
.container-new-custom.footer-row.gy-3 {
    padding: 0;
}
.flex-items:after {
    position: absolute;
    width: 1.33px;
    height: 100%;
    background: #ffffff1a;
    content: "";
    right: 25%;
    top: 0;
}
li.web-pr a p {
    font-size: 20px;
    font-weight: 600;
    color: #292929;
    letter-spacing: 0.5px;
}
.flex-items:last-child:after {
    width: 0;
}
.flex-items {
    position: relative;
    padding: 60px 0;
}
/* .container-new-custom:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff1a;
} */
.gs-contact-section .contact-information .common-wrapper h5 {
    font-weight: 500;
    margin-bottom: 8px;
}
.gs-contact-section .contact-information .common-wrapper h6 {
    font-weight: 400;
}
.gs-contact-section .contact-information .common-wrapper .icon-wrapper {
    border-radius: 60px;
    width: 88px;
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gs-contact-section .contact-information .common-wrapper .icon-wrapper svg {
    width: 40px;
    height: 40px;
}
.gs-contact-section .contact-information .common-wrapper .details-wrapper {
    width: calc(100% - 113px);
}
.gs-contact-section .contact-information .address {
    background: rgba(9, 30, 66, 0.1);
}
.gs-contact-section .contact-information .address .address-icon {
    background-color: #351c1a;
}
.gs-contact-section .contact-information .contact-number {
    background: rgba(255, 161, 26, 0.1);
}
.gs-contact-section .contact-information .contact-number .number-icon {
    background-color: #ffa11a;
}
.gs-contact-section .contact-information .fax-number {
    background: rgba(39, 190, 105, 0.1);
}
.gs-contact-section .contact-information .fax-number .fax-icon {
    background-color: #27be69;
}
.gs-contact-section .contact-information .email-address {
    background: rgba(18, 67, 238, 0.1);
}
.gs-contact-section .contact-information .email-address .email-icon {
    background-color: #1243ee;
}
.gs-contact-section .leave-reply-section {
    padding-left: 20px;
}
.gs-contact-section .leave-reply-section h4 {
    color: black;
    margin-top: 70px;
    margin-bottom: 35px;
}
@media (max-width: 575.97px) {
    .gs-contact-section .leave-reply-section h4 {
        font-size: 26px;
    }
}
.gs-contact-section .leave-reply-section .form-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
@media (max-width: 767.98px) {
    .gs-contact-section .leave-reply-section .form-area .form-group {
        margin-bottom: 10px;
    }
}
.gs-contact-section .leave-reply-section .form-area .form-group .form-control {
    background-color: transparent;
    border: 1px solid #ced2d9;
    border-radius: 12px;
    color: black;
    padding: 17px 100px 17px 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gs-contact-section
    .leave-reply-section
    .form-area
    .form-group
    .form-control:focus {
    border-color: none;
}
.gs-contact-section
    .leave-reply-section
    .form-area
    .form-group
    ::-webkit-input-placeholder {
    color: black;
}
.gs-contact-section
    .leave-reply-section
    .form-area
    .form-group
    :-ms-input-placeholder {
    color: black;
}
.gs-contact-section
    .leave-reply-section
    .form-area
    .form-group
    ::-ms-input-placeholder {
    color: black;
}
.gs-contact-section .leave-reply-section .form-area .form-group ::placeholder {
    color: black;
}
.gs-contact-section .leave-reply-section .form-area .form-group textarea {
    height: 274px;
    width: 100%;
}
.gs-contact-section .leave-reply-section .form-area .btn-forms {
    margin-top: 16px;
    width: 100%;
    font-weight: 400;
}
@media (max-width: 767.98px) {
    .gs-contact-section .leave-reply-section .form-area .form-row {
        gap: 0 !important;
    }
    .gs-contact-section .leave-reply-section .form-area .btn-forms {
        margin-top: 0px;
    }
}
@media (max-width: 1199.97px) {
    .gs-contact-section .contact-information .common-wrapper {
        padding: 24px 30px;
        gap: 20px;
    }
    .gs-contact-section .contact-information .common-wrapper h5 {
        font-size: 18px;
    }
    .gs-contact-section .contact-information .common-wrapper h6 {
        font-size: 16px;
    }
    .gs-contact-section .contact-information .common-wrapper .icon-wrapper {
        width: 68px;
        height: 68px;
    }
    .gs-contact-section .contact-information .common-wrapper .icon-wrapper svg {
        width: 32px;
        height: 32px;
    }
}
@media (max-width: 991.97px) {
    .gs-contact-section .leave-reply-section {
        padding-left: 0px;
    }
}
@media (max-width: 575.97px) {
    .gs-contact-section {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .gs-contact-section .leave-reply-section {
        padding-bottom: 0px;
    }
}
@media (max-width: 424.99px) {
    .gs-contact-section .contact-information .common-wrapper {
        padding: 24px 5px;
        gap: 10px;
    }
}
@media (max-width: 399.97px) {
    .gs-contact-section .contact-information .common-wrapper {
        padding: 24px 5px;
        gap: 5px;
    }
    .gs-contact-section .contact-information .common-wrapper h5 {
        font-size: 16px;
    }
    .gs-contact-section .contact-information .common-wrapper h6 {
        font-size: 14px;
    }
    .gs-contact-section .contact-information .common-wrapper .details-wrapper {
        padding-top: 5px;
    }
}

.gs-reg-section .reg-area {
    margin-top: 120px;
    margin-bottom: 120px;
    background-color: #f8f7f7;
    padding: 60px 40px;
}
@media (max-width: 991.97px) {
    .gs-reg-section .reg-area {
        padding: 30px;
    }
}
.gs-reg-section .reg-area .reg-content h4 {
    margin-bottom: 22px;
}
.gs-reg-section .reg-area .form-group label {
    margin-top: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    padding-bottom: 2px;
}
@media (max-width: 767.98px) {
    .gs-reg-section .reg-area .form-group label {
        margin-top: 12px;
    }
}
.gs-reg-section .reg-area .form-group .form-check-input:focus {
    border-color: #d9d4d4;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gs-reg-section .reg-area .form-group .form-check-label {
    margin-top: 0px;
    font-weight: 400;
}
.gs-reg-section .reg-area .form-group .login-forgot a {
    color: #F4BC40;
    font-weight: 400;
    text-decoration: none;
}
.gs-reg-section .reg-area .form-group .login-or {
    font-size: 18px;
    margin-top: 32px;
    font-family: "Saira", sans-serif;
}
.gs-reg-section .reg-area .form-group .login-outline {
    width: 100%;
    margin-bottom: 16px;
}
.gs-reg-section .reg-area .form-group .form-control {
    padding: 16px 10px;
}
.gs-reg-section .reg-area .form-group .form-control:focus {
    border-color: #d9d4d4;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 767.98px) {
    .gs-reg-section .reg-area .form-group .form-control {
        padding: 12px 10px;
    }
}
.gs-reg-section .reg-area .form-group .pass-wrapper {
    position: relative;
}
.gs-reg-section .reg-area .form-group .pass-wrapper .eye-off,
.gs-reg-section .reg-area .form-group .pass-wrapper .eye-on {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.gs-reg-section .reg-area .form-group .pass-wrapper .eye-on {
    display: none;
}
.gs-reg-section .reg-area .form-group .pass-wrapper .confirm-eye-off,
.gs-reg-section .reg-area .form-group .pass-wrapper .confirm-eye-on {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.gs-reg-section .reg-area .form-group .pass-wrapper .confirm-eye-on {
    display: none;
}
.gs-reg-section .reg-area .form-group .btn-forms {
    margin-top: 32px;
    width: 100%;
    font-weight: 400;
}
.gs-reg-section .reg-area .form-group .login-redirect {
    margin-top: 36px;
    text-align: center;
}
.gs-reg-section .reg-area .form-group .login-redirect a {
    color: #F4BC40;
    font-weight: 500;
}

@media (max-width: 991.97px) {
    .gs-reg-section .reg-area {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.gs-product-type-card {
    padding: 40px;
    border-radius: 8px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    gap: 20px;
}
.gs-product-type-card.box1 {
    border-left: 4px solid #25cd7f;
}
.gs-product-type-card.box1 .icon {
    background: #25cd7f;
}
.gs-product-type-card.box2 {
    border-left: 4px solid #ffb134;
}
.gs-product-type-card.box2 .icon {
    background: #ffb134;
}
.gs-product-type-card.box3 {
    border-left: 4px solid #da55f0;
}
.gs-product-type-card.box3 .icon {
    background: #da55f0;
}
.gs-product-type-card.box4 {
    border-left: 4px solid #0ea5e9;
}
.gs-product-type-card.box4 .icon {
    background: #0ea5e9;
}
.gs-product-type-card:hover.box1 {
    border-left: 4px solid #25cd7f;
}
.gs-product-type-card:hover.box1 .title {
    color: #25cd7f;
}
.gs-product-type-card:hover.box2 {
    border-left: 4px solid #ffb134;
}
.gs-product-type-card:hover.box2 .title {
    color: #ffb134;
}
.gs-product-type-card:hover.box3 {
    border-left: 4px solid #da55f0;
}
.gs-product-type-card:hover.box3 .title {
    color: #da55f0;
}
.gs-product-type-card:hover.box4 {
    border-left: 4px solid #0ea5e9;
}
.gs-product-type-card:hover.box4 .title {
    color: #0ea5e9;
}
.gs-product-type-card:hover .icon i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.gs-product-type-card .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-product-type-card .icon i {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-product-type-card .title {
    text-transform: capitalize;
    color: #351c1a;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.gs-extra-basic-plan {
    border-radius: 8px;
    border: 1px solid #d9d4d4;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 24px 24px 40px 24px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-extra-basic-plan::after {
    content: "";
    width: 100%;
    background-color: #1f0300;
    height: 153px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-extra-basic-plan .title {
    color: #ffffff;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}
.gs-extra-basic-plan .circle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    border: 5px solid #ffffff;
    background: #030712;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-extra-basic-plan .circle-wrapper .cr-title {
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
ul.star-list.product-star-list {
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.star-list.product-star-list .fa-star {
    color: #ccc;
}
ul.star-list.product-star-list .fa-star.selected {
    color: #F4BC40;
}
.gs-extra-basic-plan .circle-wrapper .cr-sm-title {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
ul.star-list.product-star-list {
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.star-list.product-star-list .fa-star {
    color: #ccc;
}
ul.star-list.product-star-list .fa-star.selected {
    color: #F4BC40;
}

.gs-extra-basic-plan .pricing-title {
    color: #1f0300;
    margin-bottom: 12px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    position: relative;
    z-index: 1;
}
.gs-extra-basic-plan .list-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.gs-extra-basic-plan .list-wrapper .list {
    color: #4c3533;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.gs-extra-basic-plan .template-btn.outline-btn:hover {
    background-color: #F4BC40 !important;
    color: #ffffff !important;
    border: 1px solid #F4BC40 !important;
}
.gs-extra-basic-plan:hover {
    border: 1px solid #F4BC40;
}
.gs-extra-basic-plan:hover::after {
    background-color: #F4BC40;
}
.gs-extra-basic-plan:hover .circle-wrapper {
    background: #F4BC40;
}
.gs-extra-basic-plan:hover .template-btn.outline-btn {
    background-color: #F4BC40;
    color: #ffffff !important;
    border: 1px solid #F4BC40 !important;
}

.gs-breadcrumb-section {
    padding: 115px 0px;
    position: relative;
}
@media (max-width: 1199.97px) {
    .gs-breadcrumb-section {
        padding: 40px 0px;
    }
}
.gs-breadcrumb-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 42, 66, 0.5);
    z-index: 1;
}
.gs-breadcrumb-section .content-wrapper {
    position: relative;
    z-index: 2;
}
.gs-breadcrumb-section .breadcrumb-title {
    text-align: center;
    margin-bottom: 8px;
    color: #ffffff;
}
.gs-breadcrumb-section .bread-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
}
.gs-breadcrumb-section .bread-menu li {
    position: relative;
}
.gs-breadcrumb-section .bread-menu li::after {
    content: "//";
    color: #ffffff;
    margin-left: 8px;
}
.gs-breadcrumb-section .bread-menu li:last-child::after {
    content: "";
    margin-left: 0px;
}
.gs-breadcrumb-section .bread-menu li a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-breadcrumb-section .bread-menu li a:hover {
    color: #F4BC40;
}

.gs-vendor-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}
.gs-vendor-breadcrumb.has-mb {
    margin-bottom: 40px;
}
@media (max-width: 991.97px) {
    .gs-vendor-breadcrumb.has-mb {
        margin-bottom: 20px;
    }
}
.gs-vendor-breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gs-vendor-breadcrumb ul li::after {
    content: "/";
    color: #4c3533;
    margin-left: 8px;
}
@media (max-width: 767.98px) {
    .gs-vendor-breadcrumb ul li::after {
        margin-left: 4px;
    }
}
.gs-vendor-breadcrumb ul li:last-child::after {
    content: initial;
}
.gs-vendor-breadcrumb ul li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #4c3533;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: capitalize;
}
.gs-vendor-breadcrumb ul li a:hover {
    color: #F4BC40;
}
@media (max-width: 767.98px) {
    .gs-vendor-breadcrumb ul li a {
        font-size: 16px;
    }
    .modal-body-text.text-center {
        padding: 22px 0;
    }
    h6#modalLabel {
        font-size: 18px;
    }
    h4.modal-heading {
        font-size: 12px;
    }
    .modal-body-text.text-center p {
        font-size: 12px;
    }
    .modal-header {
        right: -8px;
        top: -15px;
    }
}
@media (max-width: 424.99px) {
    .gs-vendor-breadcrumb ul li a {
        font-size: 14px;
    }
}
.gs-vendor-breadcrumb ul li .home-icon-vendor-panel-breadcrumb {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-vendor-breadcrumb ul li .home-icon-vendor-panel-breadcrumb:hover {
    stroke: #F4BC40;
}
@media (max-width: 767.98px) {
    .gs-vendor-breadcrumb ul {
        gap: 4px;
    }
}

.gs-footer-section {
    background-color: #292929;
    overflow: hidden;
}
.gs-footer-section .newslatter {
    background-color: #F4BC40;
}
.gs-footer-section .newslatter.newslatter2 {
    background-color: #e9e6e6;
}
.gs-footer-section
    .newslatter.newslatter2
    .newslatter-area
    .newslatter-content
    h2 {
    color: #030712;
}
.gs-footer-section .newslatter .newslatter-area {
    margin: 40px 0;
}
.gs-footer-section .newslatter .newslatter-area .newslatter-content h2 {
    color: #ffffff;
}
.gs-footer-section .newslatter .newslatter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
}
@media (max-width: 767.98px) {
    .gs-footer-section .newslatter .newslatter-form {
        margin-top: 0;
    }
}
.gs-footer-section .newslatter .newslatter-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
}
.gs-footer-section .newslatter input {
    width: 350px;
    height: 48px;
    border-radius: 8px 0px 0px 8px;
    border: none;
    outline: none;
    padding: 0 20px;
}
.gs-footer-section
    .newslatter
    form
    input[type="email"]::-webkit-input-placeholder {
    font-size: 18px;
    color: #1f0300;
}
.gs-footer-section .newslatter form input[type="email"]:-ms-input-placeholder {
    font-size: 18px;
    color: #1f0300;
}
.gs-footer-section .newslatter form input[type="email"]::-ms-input-placeholder {
    font-size: 18px;
    color: #1f0300;
}
.gs-footer-section .newslatter form input[type="email"]::placeholder {
    font-size: 18px;
    color: #1f0300;
}
@media (max-width: 1199.97px) {
    .gs-footer-section .newslatter .newslatter-area .newslatter-content h2 {
        padding-top: 10px;
    }
    .gs-footer-section
        .newslatter
        form
        input[type="email"]::-webkit-input-placeholder {
        font-size: 16px;
    }
    .gs-footer-section
        .newslatter
        form
        input[type="email"]:-ms-input-placeholder {
        font-size: 16px;
    }
    .gs-footer-section
        .newslatter
        form
        input[type="email"]::-ms-input-placeholder {
        font-size: 16px;
    }
    .gs-footer-section .newslatter form input[type="email"]::placeholder {
        font-size: 16px;
    }
}
@media (max-width: 1099.99px) {
    .gs-footer-section .newslatter input {
        width: 270px;
    }
}
@media (max-width: 991.97px) {
    .gs-footer-section .newslatter .newslatter-area .newslatter-content h2 {
        padding-top: 18px;
        font-size: 28px;
    }
}
@media (max-width: 767.98px) {
    .gs-footer-section .newslatter .newslatter-area {
        margin: 10px 0;
    }
    .gs-footer-section .newslatter .newslatter-area .newslatter-content {
        text-align: center;
    }
    .gs-footer-section
        .newslatter
        form
        input[type="email"]::-webkit-input-placeholder {
        font-size: 14px;
    }
    .gs-footer-section
        .newslatter
        form
        input[type="email"]:-ms-input-placeholder {
        font-size: 14px;
    }
    .gs-footer-section
        .newslatter
        form
        input[type="email"]::-ms-input-placeholder {
        font-size: 14px;
    }
    .gs-footer-section .newslatter form input[type="email"]::placeholder {
        font-size: 14px;
    }
    .gs-footer-section .newslatter .newslatter-form form {
        margin-top: 0px;
        margin-bottom: 17px;
    }
}
@media (max-width: 575.97px) {
    .gs-footer-section .newslatter .newslatter-area .newslatter-content h2 {
        font-size: 24px;
    }
}
@media (max-width: 399.97px) {
    .gs-footer-section .newslatter input {
        width: 200px;
    }
}
.gs-footer-section .footer-row {
    padding-top: 120px;
    padding-bottom: 100px;
}
.gs-footer-section .footer-row h5 {
    text-transform: uppercase;
    padding-bottom: 40px;
    margin: 0;
    color: #ffffff;
    font-weight: 500;
}
@media (max-width: 1199.97px) {
    .gs-footer-section .footer-row h5 {
        padding-bottom: 24px;
    }
}
@media (max-width: 991.97px) {
    .gs-footer-section .footer-row h5 {
        padding-bottom: 20px;
    }
}
.gs-footer-section .footer-row .left-info {
    color: #ffffff;
}
.gs-footer-section .footer-row .left-info img {
    margin-bottom: 40px;
    width: 186px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 1199.97px) {
    .gs-footer-section .footer-row .left-info img {
        margin-bottom: 20px;
    }
}
.gs-footer-section .footer-row .left-info a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    display: block;
    line-height: 30px;
    font-family: 'BrandonGrotesque';
}
footer.gs-footer-section .flex-items {
    width: 25%;
}
ul.page-links li a.text-center {
    background: #ffffff0d;
    padding: 10px;
    border: 1px solid #ffffff0d;
}
.gs-footer-section .footer-row .left-info a:hover {
    color: #F4BC40;
}
.gs-footer-section .footer-row .left-info a svg {
    margin-right: 15px;
}
.gs-footer-section .footer-row .left-info .social-links {
    margin-top: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gs-footer-section .footer-row .left-info .social-links a {
    margin-right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* Use inline-flex for centering */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gs-footer-section .footer-row .left-info .social-links a i {
    color: #1f0300;
}
.gs-footer-section .footer-row .left-info .social-links a svg {
    margin: 0 !important;
}
.gs-footer-section .footer-row .left-info .social-links a .footer-icon path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-footer-section .footer-row .left-info .social-links a:hover {
    background-color: #F4BC40;
}
.gs-footer-section .footer-row .left-info .social-links a:hover i {
    color: #ffffff;
}
.gs-footer-section
    .footer-row
    .left-info
    .social-links
    a:hover
    .footer-icon
    path {
    fill: #ffffff !important;
}
.gs-footer-section .footer-row ul > li {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'BrandonGrotesque';
    margin-bottom: 8px;
}
.gs-footer-section .footer-row ul > li.social {
    margin-top: 20px;
}
.text-replace {
    display: none;
}
.gs-footer-section .footer-row ul > li a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'BrandonGrotesque';
}
.gs-footer-section .footer-row ul > li a:hover {
    color: #F4BC40;
}
.add-to-cart.custom-add-to-cart a svg {
    width: 20px;
    height: 20px;
    margin-top: 8px;
}
.gs-partner-section .single-partner img {
    width: 100%;
    padding: 15px 40px;
    object-fit: contain;
}
@media (max-width: 1199.97px) {
    .gs-footer-section .footer-row {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width: 991.97px) {
    .gs-footer-section .footer-row {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .gs-footer-section .footer-row h5 {
        padding-top: 10px;
    }
    .gs-footer-section .footer-row .left-info img {
        width: 150px;
    }
    .gs-footer-section .footer-row .left-info a {
        font-size: 14px;
        /* margin-bottom: 12px; */
    }
    .gs-footer-section .footer-row .left-info .social-links {
        margin-top: 32px;
    }
    .gs-footer-section .footer-row .left-info .social-links a {
        width: 32px;
        height: 32px;
    }
    .gs-footer-section .footer-row ul > li {
        font-size: 14px;
        /* margin-bottom: 12px; */
    }
    .gs-footer-section .footer-row .recent-post-wrapper .recent-post img {
        width: 60px;
        height: 54px;
    }
    .gs-footer-section
        .footer-row
        .recent-post-wrapper
        .recent-post
        .recent-post-content
        h6 {
        font-size: 14px;
    }
    .gs-footer-section
        .footer-row
        .recent-post-wrapper
        .recent-post
        .recent-post-content
        .post-date {
        font-size: 12px;
    }
}
.gs-footer-section .gs-footer-bottom {
    background-color: #353535;
}
.gs-footer-section .gs-footer-bottom .footer-bottom-content {
    text-align: center;
}
.gs-footer-section .gs-footer-bottom .footer-bottom-content p {
    margin: 0 !important;
    padding-top: 32px;
    padding-bottom: 32px;
    color: #ffffff;
}

.header-section {
    position: relative;
    z-index: 999 !important;
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
/* .header-top .create-navbar .nav-right:last-child {
    margin-right: -20px;
} */
@media (max-width: 991.97px) {
    .header-section .crete-navbar {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.info-bar {
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #F4BC40;
    overflow: visible;
}
@media (max-width: 767.98px) {
    .info-bar {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}
.info-bar .info-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.info-bar a {
    color: #292929;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    span {
        font-weight: 700;
    }
}
button.slick-arrow img {
    width: auto;
    height: auto;
}
a.btn-vendor {
    display: inline-flex;
    background: #292929;
    color: #F4BC40;
    padding: 10px 40px;
    border-radius: 100px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}
.info-bar .info-left .wows li i {
    background: #292929;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.info-bar .info-left .wows li {
    border-right: 2px solid #292929;
    padding: 0 10px;
}
.info-bar .info-left .wows li i {
    color: #fff;
}
.info-bar .info-left .wows li:nth-child(3) {
    border: none;
}
.nav-middle .icon-circle button#searchIcon {
    display: flex;
    align-items: center;
    width: 650px;
    border-radius: 100px;
    padding: 7px 15px;
    background-color: #fff;
}
.nav-middle
    .icon-circle
    button#searchIcon
    input.form-control.form__control::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #828282;
}
.icon-circled a,
.icon-circled span {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #fff;
    font-family: "Montserrat";
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.nav-middle .icon-circle button#searchIcon input.form-control.form__control {
    border: none;
    background: transparent;
}
.info-bar a:hover {
    color: #292929;
}
.info-bar .info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .info-bar .info-left {
        display: none;
    }
}
.info-bar .info-left .wows {
    gap: 32px;
}
.info-bar .info-left .wows li {
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
}
.info-bar .info-left .wows .info-left-icon {
    padding-bottom: 2px;
}
.info-bar .info-right .wows {
    gap: 32px;
}
.info-bar .info-right .wows .info-bar-btn {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.info-bar .info-right .wows .info-bar-btn:hover {
    background-color: #F4BC40;
}
@media (max-width: 1199.97px) {
    .info-bar .info-left .wows li {
        font-size: 14px;
    }
    .info-bar .info-right .wows {
        gap: 16px;
    }
    .info-bar .info-right .wows li {
        font-size: 14px !important;
    }
    .info-bar .info-right .info-bar-btn {
        font-size: 14px;
    }
}
@media (max-width: 991.97px) {
    .info-bar .info-right .wows {
        gap: 12px;
    }
}
@media (max-width: 767.98px) {
    .info-bar .info-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .info-bar .info-row .info-left .wows {
        gap: 16px;
    }
    .info-bar .info-row .info-left .wows li {
        font-size: 14px;
        font-weight: 500;
    }
}
@media (max-width: 619.99px) {
    .info-bar .info-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 459.99px) {
    .info-bar .info-row .info-left ul {
        display: block;
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #ffffff;
}

.dropdown-menu {
    min-width: 100%;
    text-align: center;
    z-index: 9;
    padding: 0;
    border-radius: 0;
}

.dropdown-menu > li:last-child {
    border-bottom: 2px solid #292929;
    /* Add your desired border properties here */
}

/* Optional: Style the dropdown items */
.dropdown-item {
    color: #333;
    height: 44px;
    padding: 9px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    border-bottom: 1px solid #e9e6e6;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.pages_dropdown {
    padding: 13px 24px;
}

/* Optional: Hover effect on dropdown items */
.dropdown-item:hover {
    background-color: #f8f9fa;
}

/* Optional: Style the dropdown toggle button */
.dropdown-toggle {
    color: #ffffff;
    border: none;
    position: relative;
}
.dropdown-toggle::after {
    margin-left: 0.255em;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    border-radius: 2px;
}

.dropdown-toggle-black {
    color: #1f0300;
}

.menus__dropdown {
    color: #1f0300 !important;
}

.navbar-icon {
    margin-right: 10px;
}

.dropdown__item {
    color: black !important;
}

.dropdown__item:hover {
    color: #ffffff !important;
    background-color: #292929;
}

.dropdown-menu.show {
    left: 4px !important;
    top: 6px !important;
}

.pages-dropdown.show {
    -webkit-transform: translate3d(-43px, 30px, 0px) !important;
    transform: translate3d(-43px, 30px, 0px) !important;
}

.header-top {
    padding: 20px 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.header-top.sticky {
    position: fixed;
    top: 0;
    left: 0;
    padding: 18px 0;
    width: 100%;
    -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 1199.97px) {
    .header-top.sticky {
        padding: 16px 0;
    }
}
@media (max-width: 991.97px) {
    .header-top.sticky {
        padding: 10px 0;
    }
}
.header-top .create-navbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top .create-navbar .nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    height: 42px;
}
.header-top .create-navbar .nav-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-top .create-navbar .nav-center .nav-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}
.header-top .create-navbar .nav-center .nav-menus li {
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.header-top .create-navbar .nav-center .nav-menus li .has-submenu-icon {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.header-top
    .create-navbar
    .nav-center
    .nav-menus
    li
    .has-submenu-icon
    svg
    path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.h-img img {
    width: 100%;
    height: auto;
}
.header-top .create-navbar .nav-center .nav-menus li a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.header-top .create-navbar .nav-center .nav-menus li.has-megamenu {
    position: initial;
}
.header-top .create-navbar .nav-center .nav-menus li:hover .submenu,
.header-top .create-navbar .nav-center .nav-menus li:hover .megamenu {
    opacity: 1;
    visibility: visible;
    top: 80%;
    background-color: #ffffff;
}
.header-top .create-navbar .nav-center .nav-menus li.active > a {
    color: #F4BC40;
}
.header-top .create-navbar .nav-center .nav-menus li.active > a::after {
    content: "";
    position: absolute;
    height: 1px;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #292929;
}
.header-top .create-navbar .nav-center .nav-menus li > a {
    position: relative;
}
.header-top .create-navbar .nav-center .nav-menus li > a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    bottom: -5px;
}
.header-top .create-navbar .nav-center .nav-menus li > a.dropdown-item::after {
    content: initial;
}
.header-top .create-navbar .nav-center .nav-menus li:hover > a {
    color: #F4BC40;
}
.header-top .create-navbar .nav-center .nav-menus li:hover > a::after {
    width: 100%;
    height: 1px;
    background-color: #292929;
}
.header-top .create-navbar .nav-center .nav-menus li:hover > .has-submenu-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* .header-top
    .create-navbar
    .nav-center
    .nav-menus
    li:hover
    > .has-submenu-icon
    svg
    path {
    fill: #292929;
} */
button#searchIcon {
    padding: 0px;
}
/* button#searchIcon svg {
    width: 24px;
    height: 24px;
} */
.header-top .create-navbar .nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 20px;
}
/* .header-top .create-navbar .nav-right .icon-circle {
    width: 48px;
    height: 48px;
    background-color: #f8f7f7;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
} */
/* .header-top .create-navbar .nav-right .icon-circle svg path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.header-top .create-navbar .nav-right .icon-circle:hover {
    background-color: #F4BC40;
}
.header-top .create-navbar .nav-right .icon-circle:hover svg path {
    stroke: #ffffff;
} */
@media (max-width: 1199.97px) {
    .header-top {
        padding: 16px 0;
    }
    .header-top .custom-container.container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-top .create-navbar .nav-left img {
        width: 150px;
    }
    .header-top .create-navbar .nav-center {
        display: none;
    }
    .header-top .create-navbar .nav-center .nav-menus {
        gap: 20px;
    }
    .header-top .create-navbar .nav-center .nav-menus li {
        font-size: 14px;
    }
    .header-top .create-navbar .nav-right {
        gap: 10px;
    }
    .header-top .create-navbar .nav-right .icon-circle {
        width: 40px;
        height: 40px;
    }
    /* .header-top .create-navbar .nav-right .icon-circle svg {
        width: 20px;
        height: 20px;
    } */
}
@media (max-width: 991.97px) {
    .header-top {
        padding: 10px 0;
    }
    .header-top .create-navbar .nav-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-top .create-navbar .nav-left img {
        margin-left: 15px;
    }
    .header-top .create-navbar .nav-right {
        gap: 10px;
    }
    .header-top .create-navbar .nav-right .icon-circle {
        width: 40px;
        height: 40px;
    }
    /* .header-top .create-navbar .nav-right .icon-circle svg {
        width: 20px;
        height: 20px;
    } */
}
@media (max-width: 459.99px) {
    .header-top {
        padding: 10px 0;
    }
    .header-top .custom-container.container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-top .create-navbar .nav-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-top .create-navbar .nav-left svg {
        width: 22px;
        height: 22px;
    }
    .header-top .create-navbar .nav-left img {
        margin-left: 0px;
        width: 120px;
    }
    .header-top .create-navbar .nav-center {
        display: none;
    }
    .header-top .create-navbar .nav-right {
        gap: 5px;
    }
    .header-top .create-navbar .nav-right .icon-circle {
        width: 34px;
        height: 34px;
        text-align: center;
    }
    /* .header-top .create-navbar .nav-right .icon-circle svg {
        width: 17px;
        height: 17px;
    } */
}
@media (max-width: 349.99px) {
    .header-top {
        padding: 10px 0;
    }
    .header-top .custom-container.container {
        max-width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .header-top .create-navbar .nav-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-top .create-navbar .nav-left svg {
        width: 22px;
        height: 22px;
    }
    .header-top .create-navbar .nav-left img {
        margin-left: -15px;
        width: 110px;
    }
    .header-top .create-navbar .nav-center {
        display: none;
    }
    .header-top .create-navbar .nav-right {
        gap: 4px;
    }
    .header-top .create-navbar .nav-right .icon-circle {
        width: 30px;
        height: 30px;
    }
    .header-top .create-navbar .nav-right .icon-circle svg {
        width: 15px;
        height: 15px;
    }
}

.megamenu {
    position: absolute;
    top: 110%;
    left: 55%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    padding: 30px;
    background: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.megamenu .single-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.megamenu .single-menu:last-child {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
.megamenu .single-menu h5 {
    /* font-size: 20px; */
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    color: #1d5a66;
    border-bottom: 1px solid #292929;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.megamenu .single-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.megamenu .single-menu ul li {
    margin: 0;
    padding: 0;
    line-height: 2.1;
    position: relative;
}
.megamenu .single-menu ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background: var(--blue-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.megamenu .single-menu ul li a {
    color: var(--text-color);
    text-transform: capitalize !important;
    font-size: 16px;
    font-weight: 400;
}
.megamenu .single-menu ul li:hover::after {
    opacity: 1;
    width: 20px;
    visibility: visible;
}
.megamenu .single-menu ul li:hover a {
    color: var(--blue-color);
}
.megamenu .single-menu .banner-1 {
    display: block;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    padding: 25px;
    background-size: 100%;
    background-position: center;
    transition: all 0.3s;
    position: relative;
}
.megamenu .single-menu .banner-1 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}
.megamenu .single-menu .banner-1:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.megamenu .single-menu .banner-1 .inner-box {
    width: 220px;
    position: relative;
    z-index: 20;
}
.megamenu .single-menu .banner-1 .tag-line {
    color: var(--light-red-color);
}
.megamenu .single-menu .banner-1 .title {
    color: var(--dark-color);
    font-size: 32px;
    font-weight: 600;
}
.megamenu .single-menu .banner-1 .badge-title {
    display: block;
    color: var(--white-color);
}
.megamenu .single-menu .banner-1 .tag-line,
.megamenu .single-menu .banner-1 .badge-title {
    font-weight: 500;
    font-size: 14px;
}
.megamenu .single-menu .banner-1 .badge-title {
    text-align: center;
    padding: 5px 8px;
    display: block;
    text-transform: uppercase;
}
.megamenu .single-menu .banner-1 .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.megamenu .single-menu .banner-1 .price-wrapper .current-price {
    font-weight: 500;
    font-size: 24px;
    color: var(--yellow-color);
    display: inline-block;
    margin-right: 10px;
}
.megamenu .single-menu .banner-1 .price-wrapper .old-price {
    font-weight: 500;
    font-size: 16;
    color: var(--white-color);
}
.megamenu .single-menu .banner-1 .btn {
    font-size: 14px;
    padding: 8px 13px;
}
.single-menu.mt-30 h5 a {
    color: #000 !important;
}
.megamenu.cat-megamenu {
    max-width: 900px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 40px;
}
.megamenu.cat-megamenu .single-menu {
    overflow: hidden;
}
.megamenu.cat-megamenu .single-menu .banner-1 {
    display: block;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    padding: 25px;
    background-size: 100%;
    height: 100%;
    background-position: center;
    transition: all 0.3s;
    position: relative;
}
.megamenu.cat-megamenu .single-menu .banner-1 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}
.megamenu.cat-megamenu .single-menu .banner-1:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.megamenu.cat-megamenu .single-menu .banner-1 .inner-box {
    text-align: center;
    position: relative;
    z-index: 20;
    width: 260px;
    margin: 30px auto auto auto;
}
.megamenu.cat-megamenu .single-menu .banner-1 .tag-line {
    color: var(--dark-color);
}
.megamenu.cat-megamenu .single-menu .banner-1 .title {
    color: var(--dark-color);
    font-size: 32px;
    font-weight: 600;
}
.megamenu.cat-megamenu .single-menu .banner-1 .badge-title {
    display: block;
    color: var(--white-color);
}
.megamenu.cat-megamenu .single-menu .banner-1 .tag-line,
.megamenu.cat-megamenu .single-menu .banner-1 .badge-title {
    font-weight: 500;
    font-size: 14px;
}
.megamenu.cat-megamenu .single-menu .banner-1 .badge-title {
    text-align: center;
    padding: 5px 8px;
    display: block;
    text-transform: uppercase;
}
.megamenu.cat-megamenu .single-menu .banner-1 .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.megamenu.cat-megamenu .single-menu .banner-1 .price-wrapper .current-price {
    font-weight: 500;
    font-size: 24px;
    color: var(--yellow-color);
    display: inline-block;
    margin-right: 10px;
}
.megamenu.cat-megamenu .single-menu .banner-1 .price-wrapper .old-price {
    font-weight: 500;
    font-size: 16;
    color: var(--white-color);
}
.megamenu.cat-megamenu .single-menu .banner-1 .btn {
    font-size: 14px;
    padding: 8px 13px;
}

.has-submenu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 130%;
}

.has-submenu .dropdown-menu {
    display: block;
    top: 170%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.has-submenu .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 1px solid #F4BC40;
}
.has-submenu .dropdown-menu li .dropdown-item {
    border-bottom: 1px solid #e9e6e6;
}

.search-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    background-color: #ffffff;
}
.search-bar.show {
    display: block;
}
.search-bar .search-form {
    margin: 56px 120px;
}
.search-bar .search-form .input__group {
    border-radius: 0px 8px 8px 0px;
    position: relative;
}
.search-bar .search-form .input-group-prepend,
.search-bar .search-form .input-group-append {
    position: relative;
}
.search-bar .search-form .form__control {
    height: 60px;
    background-color: #f8f7f7;
    border-color: #f8f7f7;
}
.search-bar .search-form .form__control:focus {
    color: none;
    background-color: none;
    border-color: #f8f7f7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-bar .search-form .search-category-dropdown {
    height: 60px;
    border-radius: 0;
    width: 280px;
    background-color: #f8f7f7;
    color: #1f0300;
}
.search-bar .search-form .search-category-dropdown:hover {
    color: #292929;
}
.search-bar .search-form .search-separator {
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #9a8e8c;
    width: 1px;
    height: 36px;
    z-index: 9;
}
.search-bar .search-form .dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 60px !important;
    z-index: 1000;
    min-width: 70%;
}
.search-bar .search-form .search-icn {
    width: 72px;
    height: 60px;
    border-radius: 0;
    border-radius: 0px 8px 8px 0px;
    background-color: #F4BC40;
    border-color: #F4BC40;
}
@media (max-width: 991.97px) {
    .search-bar .search-form {
        margin: 40px 80px;
    }
    .search-bar .search-form .search-category-dropdown {
        width: 160px;
    }
}
@media (max-width: 767.98px) {
    .search-bar .search-form {
        margin: 30px 20px;
    }
}
@media (max-width: 575.97px) {
    .search-bar .search-form {
        margin: 30px 20px;
    }
    .search-bar .search-form .search-category-dropdown {
        width: 130px;
        height: 50px;
    }
    .search-bar .search-form .form__control {
        height: 50px;
    }
    .search-bar .search-form .search-icn {
        width: 60px;
        height: 50px;
    }
    .search-bar .search-form .search-separator {
        height: 30px;
        top: 10px;
    }
}
@media (max-width: 399.97px) {
    .search-bar .search-form {
        margin: 30px 10px;
    }
    .search-bar .search-form .search-category-dropdown {
        font-size: 14px;
        width: 120px;
    }
    .search-bar .search-form .form__control {
        height: 50px;
        font-size: 14px;
    }
    .search-bar .search-form .search-icn {
        width: 60px;
        height: 50px;
    }
    .search-bar .search-form .search-separator {
        height: 30px;
        top: 10px;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(3, 7, 18, 0.5);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}

.icon-circle .cart-count {
    background: #F4BC40;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 575.97px) {
    .icon-circle .cart-count {
        width: 16px;
        height: 16px;
        font-size: 10px;
    }
}

/************************ mobile menu start ****************/
.mobile-menu {
    /* width: 290px; */
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    /* left: -300px; */
    left: -100%;
    background-color: #ffffff;
    z-index: 60;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow-y: scroll;
}
.mobile-menu .mobile-menu-top {
    width: 100%;
    padding: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #F4BC40;
}
.mobile-menu .close:hover {
    color: #800b00;
}
.mobile-menu .tab-content .tab-pane {
    padding: 24px 12px;
}
.mobile-menu .tab-content .tab-pane .product-cat-widget {
    padding-top: 0px;
}
.mobile-menu .tab-content .tab-pane ul li {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 12px;
    border-bottom: 1px solid #4b5762;
}
/* .mobile-menu .tab-content .tab-pane ul li a {
    color: #1f0300;
    text-transform: uppercase;
} */
.mobile-menu .tab-content .tab-pane ul li a {
    color: #4b5762;
    text-transform: capitalize;
}
.mobile-menu .tab-content .tab-pane .gs-dashboard-user-sidebar-wrapper li {
    margin-bottom: 0;
}
.mobile-menu .tab-content .tab-pane .gs-dashboard-user-sidebar-wrapper li svg {
    width: 16px;
    height: 16px;
}
.mobile-menu
    .tab-content
    .tab-pane
    .gs-dashboard-user-sidebar-wrapper
    li
    a
    span {
    font-size: 14px;
}
.mobile-menu
    .tab-content
    .tab-pane
    .gs-dashboard-user-sidebar-wrapper
    li.active
    a,
.mobile-menu
    .tab-content
    .tab-pane
    .gs-dashboard-user-sidebar-wrapper
    li:hover
    a {
    color: #ffffff;
}
.mobile-menu .mobile-nav-menu {
    margin-top: 32px;
}
.mobile-menu .mobile-nav-menu li {
    display: block;
}
.mobile-menu .mobile-nav-menu li + li {
    border-top: 1px solid #F4BC40;
}
.mobile-menu .mobile-nav-menu li a {
    display: block;
    color: #9a8e8c;
    padding: 10px 0;
    font-weight: 600;
}
.mobile-menu .mobile-nav-menu li a:hover {
    color: #F4BC40;
}
.mobile-menu .mobile-nav-menu li.has-submenu {
    position: relative;
}
.mobile-menu .mobile-nav-menu li.has-submenu > i {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 8px;
}
.mobile-menu .mobile-nav-menu li.has-submenu > i.icon-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mobile-menu .mobile-nav-menu li.has-submenu > .submenu-wrapper {
    padding-left: 15px;
    display: none;
}
.mobile-menu .mobile-search input {
    width: 100%;
}
.mobile-menu .mobile-search button span {
    padding: 0;
    width: 50px;
    height: 50px;
}
@media (max-width: 1199.97px) {
    .mobile-menu.active {
        left: 0;
    }
}
.mobile-menu .info-right {
    margin-top: 20px;
    display: none;
}
@media (max-width: 619.99px) {
    .mobile-menu .info-right {
        display: block;
    }
    .mobile-menu .info-right ul > li {
        padding-right: 10px;
    }
}

.nav.flex-column .collapse-item ul {
    margin-left: 20px;
    /* Adjust this value as needed */
}

.collapse-item ul {
    margin-left: 20px;
}
.collapse-item ul li {
    font-weight: 400 !important;
}
.collapse-item ul li a {
    font-weight: 400 !important;
}

/* Plus and Minus Icons */
.collapse-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    /* Plus icon */
    float: right;
    margin-right: 5px;
}

.collapse-icon.collapsed::before {
    content: "\f068";
    /* Minus icon */
}

/* Toggle icon when nav-link is collapsed or expanded */
.nav-link[aria-expanded="true"] .collapse-icon::before {
    content: "\f068";
    /* Minus icon */
    color: #F4BC40;
}

.nav-link[aria-expanded="false"] .collapse-icon::before {
    content: "\f067";
    /* Plus icon */
    color: #F4BC40;
}

.collapse-item.collapse .collapse-icon::before {
    content: "\f068";
    /* Minus icon */
    color: #F4BC40;
}

.collapse-item ul li:first-child {
    margin-top: 10px;
}

.collapse-item ul li a.nav-link:hover {
    color: #F4BC40 !important;
}

.collapse-item ul li a.nav-link {
    font-weight: 400;
    /* Set font weight to 400 */
}

.nav__link:hover {
    color: #F4BC40 !important;
}

.language-dropdown > .dropdown {
    /* Optional: Style the dropdown items */
    /* Optional: Hover effect on dropdown items */
}
.language-dropdown > .dropdown .dropdown-toggle {
    color: #1f0300;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
}
.language-dropdown > .dropdown .dropdown-toggle:hover {
    color: #F4BC40;
}
.language-dropdown > .dropdown .dropdown-menu {
    min-width: 100%;
    text-align: center;
    z-index: 9;
    padding: 0;
    border-radius: 0;
    overflow-y: auto;
}
.language-dropdown > .dropdown .dropdown-item {
    color: #333;
    height: 44px;
    padding: 9px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    border-bottom: 1px solid #e9e6e6;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.language-dropdown > .dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
}

.user-dashboard-sidebar {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (max-width: 1199.97px) {
    .user-dashboard-sidebar {
        position: fixed;
        top: 0;
        z-index: 10;
        left: -300px;
        width: 300px;
    }
    .user-dashboard-sidebar.active {
        left: 0;
    }
}

.gs-user-panel-review {
    background-color: #f8f7f7;
    overflow: hidden;
}

.gs-dashboard-user-sidebar-wrapper {
    width: 312px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 48px 24px 48px 24px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}
.gs-dashboard-user-sidebar-wrapper li.active a,
.gs-dashboard-user-sidebar-wrapper li:hover a {
    background: #F4BC40;
    color: #ffffff;
}
.gs-dashboard-user-sidebar-wrapper li.active a svg.has-fill path,
.gs-dashboard-user-sidebar-wrapper li:hover a svg.has-fill path {
    fill: #ffffff;
}
.gs-dashboard-user-sidebar-wrapper li.active a svg.has-stroke path,
.gs-dashboard-user-sidebar-wrapper li:hover a svg.has-stroke path {
    stroke: #ffffff;
}
.gs-dashboard-user-sidebar-wrapper li.has-sub-menu a .angle-down {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-dashboard-user-sidebar-wrapper li.has-sub-menu a:not(.collapsed) {
    background: #F4BC40;
    color: #ffffff;
}
.gs-dashboard-user-sidebar-wrapper
    li.has-sub-menu
    a:not(.collapsed)
    svg.has-fill
    path {
    fill: #ffffff;
}
.gs-dashboard-user-sidebar-wrapper
    li.has-sub-menu
    a:not(.collapsed)
    svg.has-stroke
    path {
    stroke: #ffffff;
}
.gs-dashboard-user-sidebar-wrapper
    li.has-sub-menu
    a:not(.collapsed)
    .angle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.gs-dashboard-user-sidebar-wrapper li.has-sub-menu .sidebar-sub-menu {
    margin-left: 40px;
}
.gs-dashboard-user-sidebar-wrapper
    li.has-sub-menu
    .sidebar-sub-menu
    .sidebar-sub-menu-item {
    padding: 13px 32px;
    color: #796866;
    border-left: 1px solid #796866;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #ffffff;
    border-radius: 0;
}
.gs-dashboard-user-sidebar-wrapper
    li.has-sub-menu
    .sidebar-sub-menu
    .sidebar-sub-menu-item:hover,
.gs-dashboard-user-sidebar-wrapper
    li.has-sub-menu
    .sidebar-sub-menu
    .sidebar-sub-menu-item.active {
    border-color: #F4BC40;
    color: #F4BC40;
}
.gs-dashboard-user-sidebar-wrapper li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    border-radius: 6px;
    background: #ffffff;
    color: #1f0300;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-dashboard-user-sidebar-wrapper li a svg.has-fill path {
    fill: #1f0300;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-dashboard-user-sidebar-wrapper li a svg.has-stroke path {
    stroke: #1f0300;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-dashboard-user-sidebar-wrapper li a span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
@media (max-width: 1199.97px) {
    .gs-dashboard-user-sidebar-wrapper li a {
        padding: 10px 15px;
        gap: 8px;
    }
}
@media (max-width: 1399.97px) {
    .gs-dashboard-user-sidebar-wrapper {
        width: 288px;
    }
}
@media (max-width: 1199.97px) {
    .gs-dashboard-user-sidebar-wrapper {
        width: 100%;
        padding: 24px 12px 24px 12px;
    }
}

.gs-dashboard-user-content-wrapper .ud-page-title-box,
.gs-vendor-order-invoice .ud-page-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px;
}
@media (max-width: 991.97px) {
    .gs-dashboard-user-content-wrapper .ud-page-title-box,
    .gs-vendor-order-invoice .ud-page-title-box {
        margin-bottom: 14px;
    }
}

.gs-dashboard-user-content-wrapper .gs-single-statatics,
.gs-vendor-order-invoice .gs-single-statatics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -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;
    gap: 16px;
    border-radius: 8px;
}
.gs-dashboard-user-content-wrapper .gs-single-statatics h5,
.gs-dashboard-user-content-wrapper .gs-single-statatics p,
.gs-vendor-order-invoice .gs-single-statatics h5,
.gs-vendor-order-invoice .gs-single-statatics p {
    padding: 0;
    margin: 0;
    line-height: 1;
    text-align: center;
}
.gs-dashboard-user-content-wrapper .gs-single-statatics.first-child,
.gs-vendor-order-invoice .gs-single-statatics.first-child {
    background: #eff0ff;
}
.gs-dashboard-user-content-wrapper .gs-single-statatics.second-child,
.gs-vendor-order-invoice .gs-single-statatics.second-child {
    background: #e9f9f6;
}
.gs-dashboard-user-content-wrapper .gs-single-statatics.third-child,
.gs-vendor-order-invoice .gs-single-statatics.third-child {
    background: #fff7eb;
}
.gs-dashboard-user-content-wrapper .gs-single-statatics.fourth-child,
.gs-vendor-order-invoice .gs-single-statatics.fourth-child {
    background: #e5f9ff;
}

.gs-dashboard-user-content-wrapper .recent-orders-table,
.gs-vendor-order-invoice .recent-orders-table {
    margin-top: 48px;
}
@media (max-width: 991.97px) {
    .gs-dashboard-user-content-wrapper .recent-orders-table,
    .gs-vendor-order-invoice .recent-orders-table {
        margin-top: 24px;
    }
}

.gs-dashboard-user-content-wrapper .acc-info-wrapper,
.gs-vendor-order-invoice .acc-info-wrapper {
    margin-top: 48px;
    background-color: #f8f7f7;
    padding: 24px 24px 8px 24px;
}
.gs-dashboard-user-content-wrapper .acc-info-wrapper h4,
.gs-vendor-order-invoice .acc-info-wrapper h4 {
    margin-bottom: 24px;
}
.gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper,
.gs-vendor-order-invoice .acc-info-wrapper .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767.98px) {
    .gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper,
    .gs-vendor-order-invoice .acc-info-wrapper .list-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper ul,
.gs-vendor-order-invoice .acc-info-wrapper .list-wrapper ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}
.gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper ul li,
.gs-vendor-order-invoice .acc-info-wrapper .list-wrapper ul li {
    color: #4c3533;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper ul li span,
.gs-vendor-order-invoice .acc-info-wrapper .list-wrapper ul li span {
    font-weight: 500;
}
@media (max-width: 767.98px) {
    .gs-dashboard-user-content-wrapper .acc-info-wrapper .list-wrapper ul li,
    .gs-vendor-order-invoice .acc-info-wrapper .list-wrapper ul li {
        font-size: 16px;
    }
}

.gs-dashboard-user-content-wrapper .gs-checkout-wrapper,
.gs-vendor-order-invoice .gs-checkout-wrapper {
    padding: 0;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}
.gs-dashboard-user-content-wrapper .gs-checkout-wrapper .checkout-step-wrapper,
.gs-vendor-order-invoice .gs-checkout-wrapper .checkout-step-wrapper {
    margin-bottom: 60px;
}
@media (max-width: 991.97px) {
    .gs-dashboard-user-content-wrapper
        .gs-checkout-wrapper
        .checkout-step-wrapper,
    .gs-vendor-order-invoice .gs-checkout-wrapper .checkout-step-wrapper {
        margin-bottom: 30px;
    }
}

.gs-dashboard-user-content-wrapper .user-purchase-title-wrapper,
.gs-vendor-order-invoice .user-purchase-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
@media (max-width: 767.98px) {
    .gs-dashboard-user-content-wrapper .user-purchase-title-wrapper,
    .gs-vendor-order-invoice .user-purchase-title-wrapper {
        gap: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 399.97px) {
    .gs-dashboard-user-content-wrapper .user-purchase-title-wrapper h4,
    .gs-vendor-order-invoice .user-purchase-title-wrapper h4 {
        font-size: 20px;
    }
}

.gs-dashboard-user-content-wrapper .purchase-address-wrapper,
.gs-vendor-order-invoice .purchase-address-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 60px;
}
.gs-dashboard-user-content-wrapper .purchase-address-wrapper .address-item,
.gs-vendor-order-invoice .purchase-address-wrapper .address-item {
    width: calc(50% - 32px);
}
.gs-dashboard-user-content-wrapper .purchase-address-wrapper .address-item h5,
.gs-vendor-order-invoice .purchase-address-wrapper .address-item h5 {
    margin-bottom: 16px;
}
.gs-dashboard-user-content-wrapper .purchase-address-wrapper .address-item ul,
.gs-vendor-order-invoice .purchase-address-wrapper .address-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.gs-dashboard-user-content-wrapper
    .purchase-address-wrapper
    .address-item
    ul
    li
    span,
.gs-vendor-order-invoice .purchase-address-wrapper .address-item ul li span {
    font-weight: 600;
}
.gs-dashboard-user-content-wrapper
    .purchase-address-wrapper
    .address-item
    ul
    li
    .pay-status,
.gs-vendor-order-invoice
    .purchase-address-wrapper
    .address-item
    ul
    li
    .pay-status {
    color: #f2415a;
    font-weight: 400;
    text-transform: capitalize;
}
@media (max-width: 767.98px) {
    .gs-dashboard-user-content-wrapper .purchase-address-wrapper,
    .gs-vendor-order-invoice .purchase-address-wrapper {
        margin-bottom: 30px;
    }
    .gs-dashboard-user-content-wrapper .purchase-address-wrapper .address-item,
    .gs-vendor-order-invoice .purchase-address-wrapper .address-item {
        width: 100%;
        /* Two items per row */
    }
    .gs-dashboard-user-content-wrapper
        .purchase-address-wrapper
        .address-item
        ul
        li,
    .gs-vendor-order-invoice .purchase-address-wrapper .address-item ul li {
        font-size: 14px;
    }
    .gs-dashboard-user-content-wrapper
        .purchase-address-wrapper
        .address-item
        ul
        li
        svg,
    .gs-vendor-order-invoice .purchase-address-wrapper .address-item ul li svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767.98px) {
    .gs-dashboard-user-content-wrapper .order-products-header,
    .gs-vendor-order-invoice .order-products-header {
        margin-bottom: 10px;
    }
}

.gs-dashboard-user-content-wrapper .table tr th,
.gs-vendor-order-invoice .table tr th {
    color: #ffffff;
    font-size: 18px;
    font-weight: 00;
    padding: 16px;
}

.gs-dashboard-user-content-wrapper .table tr td,
.gs-vendor-order-invoice .table tr td {
    padding: 16px;
}
.gs-dashboard-user-content-wrapper .table tr td .td-title,
.gs-vendor-order-invoice .table tr td .td-title {
    font-weight: 500;
    line-height: 130%;
    font-size: 20px;
}
.gs-dashboard-user-content-wrapper .table tr td ul li,
.gs-vendor-order-invoice .table tr td ul li {
    font-size: 16px;
}
.gs-dashboard-user-content-wrapper .table tr td ul li span,
.gs-vendor-order-invoice .table tr td ul li span {
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .gs-dashboard-user-content-wrapper .table tr th,
    .gs-vendor-order-invoice .table tr th {
        font-size: 14px;
        padding: 12px;
    }
    .gs-dashboard-user-content-wrapper .table tr td,
    .gs-vendor-order-invoice .table tr td {
        padding: 12px;
    }
    .gs-dashboard-user-content-wrapper .table tr td .td-title,
    .gs-vendor-order-invoice .table tr td .td-title {
        font-size: 16px;
    }
    .gs-dashboard-user-content-wrapper .table tr td ul li,
    .gs-vendor-order-invoice .table tr td ul li {
        font-size: 14px;
    }
}

.back-btn {
    background-color: #e9e6e6;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* Horizontal centering */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #351c1a;
}
.back-btn:hover {
    background-color: #F4BC40;
    color: #ffffff;
}

.gs-deposit-title {
    margin-left: 40px;
}
.gs-deposit-title h3 {
    margin-left: 16px;
}

.deposit-area {
    background-color: #ffffff;
    max-width: 610px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #c7c0bf;
    border-radius: 12px;
    padding: 40px;
}
.deposit-area .deposit-area-title {
    background-color: #f8f7f7;
    margin-bottom: 8px;
}
.deposit-area .deposit-area-title h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 29px 85px;
}
.deposit-area .form-group label {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 16px;
    color: #1f0300;
}
@media (max-width: 767.98px) {
    .deposit-area .form-group label {
        font-size: 14px;
    }
}
.deposit-area .form-group .form-control {
    width: 100%;
    padding: 19px 24px;
    color: #796866;
}
.deposit-area .form-group .form-control:focus {
    border-color: #b7aead;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.deposit-area .form-group .form-control::-webkit-input-placeholder {
    color: #796866;
}
.deposit-area .form-group .form-control:-ms-input-placeholder {
    color: #796866;
}
.deposit-area .form-group .form-control::-ms-input-placeholder {
    color: #796866;
}
.deposit-area .form-group .form-control::placeholder {
    color: #796866;
}
@media (max-width: 767.98px) {
    .deposit-area .form-group .form-control::-webkit-input-placeholder {
        font-size: 14px;
    }
    .deposit-area .form-group .form-control:-ms-input-placeholder {
        font-size: 14px;
    }
    .deposit-area .form-group .form-control::-ms-input-placeholder {
        font-size: 14px;
    }
    .deposit-area .form-group .form-control::placeholder {
        font-size: 14px;
    }
}
.deposit-area .form-group .form-control:disabled {
    background-color: #f8f7f7;
}
.deposit-area .form-group .form-control .current {
    padding-top: 19px;
    padding-left: 19px;
}
@media (max-width: 767.98px) {
    .deposit-area .form-group .form-control .current {
        font-size: 14px;
        padding-left: 0px;
        padding-top: 3px;
    }
}
@media (max-width: 767.98px) {
    .deposit-area .form-group .form-control {
        padding: 19px 12px;
    }
}
.deposit-area .form-group .form__control {
    padding: 0px;
    height: 65px;
    border: 1px solid #e9e6e6 !important;
}
.deposit-area .form-group .btn-forms {
    margin-top: 32px;
    width: 100%;
}
.deposit-area .form-group .multi-btn {
    width: 100%;
    margin-top: 22px;
}
@media (max-width: 767.98px) {
    .deposit-area .form-group .nice-select::after {
        right: 20px;
        width: 10px;
    }
}
.deposit-area .form-group .dropdown-container {
    position: relative;
}
.deposit-area .form-group .payment_method {
    font-size: 16px;
    color: #796866;
}
.deposit-area .form-group .payment_method option {
    font-size: 16px;
    color: #796866;
}
.deposit-area .form-group .dropdown-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.deposit-area .form-group .input-with-addon {
    position: relative;
}
.deposit-area .form-group .currency-addon {
    font-size: 16px;
    position: absolute;
    top: 21px;
    right: 24px;
    color: #555;
}
.deposit-area .form-group .withdraw-fee {
    font-size: 18px;
    color: #1f0300;
    margin-top: 24px;
}
@media (max-width: 767.98px) {
    .deposit-area .form-group .withdraw-fee {
        font-size: 14px;
    }
}
.deposit-area.vendor-deposit-area {
    max-width: 752px;
    width: 100%;
}
.deposit-area.vendor-deposit-area,
.deposit-area.vendor-reset-password-area {
    margin-top: 60px;
}
@media (max-width: 991.97px) {
    .deposit-area.vendor-deposit-area,
    .deposit-area.vendor-reset-password-area {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .gs-deposit-title {
        margin-top: 20px;
    }
    .deposit-area {
        padding: 20px;
        margin-top: 20px;
    }
    .deposit-area .deposit-area-title h4 {
        padding: 15px 20px;
    }
    .deposit-area .form-group label {
        margin-top: 16px;
        margin-bottom: 12px;
    }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
    .deposit-area .form-group .form-control {
        padding: 6px 12px;
    }
}

@media (max-width: 767.98px) {
    .deposit-area .form-group .form__control {
        height: 39px;
    }
    .deposit-area .form-group .currency-addon {
        top: 8px;
    }
}

.gs-order-track-section .gs-order-track-title p {
    margin-top: 12px;
    font-size: 18px;
}

.gs-order-track-section .order-track-area {
    border: 1px solid #e9e6e6;
    padding: 40px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
.gs-order-track-section .order-track-area .order-track-title {
    background-color: #f8f7f7;
    margin-bottom: 8px;
}
.gs-order-track-section .order-track-area .order-track-title h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 50px;
    text-align: center;
}
.gs-order-track-section .order-track-area .form-group label {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 16px;
    color: #1f0300;
}
@media (max-width: 767.98px) {
    .gs-order-track-section .order-track-area .form-group label {
        font-size: 14px;
    }
}
.gs-order-track-section .order-track-area .form-group .form-control {
    width: 100%;
    padding: 19px 24px;
    color: #796866;
}
.gs-order-track-section .order-track-area .form-group .form-control:focus {
    border-color: #b7aead;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gs-order-track-section
    .order-track-area
    .form-group
    .form-control::-webkit-input-placeholder {
    color: #796866;
}
.gs-order-track-section
    .order-track-area
    .form-group
    .form-control:-ms-input-placeholder {
    color: #796866;
}
.gs-order-track-section
    .order-track-area
    .form-group
    .form-control::-ms-input-placeholder {
    color: #796866;
}
.gs-order-track-section
    .order-track-area
    .form-group
    .form-control::placeholder {
    color: #796866;
}
@media (max-width: 767.98px) {
    .gs-order-track-section
        .order-track-area
        .form-group
        .form-control::-webkit-input-placeholder {
        font-size: 14px;
    }
    .gs-order-track-section
        .order-track-area
        .form-group
        .form-control:-ms-input-placeholder {
        font-size: 14px;
    }
    .gs-order-track-section
        .order-track-area
        .form-group
        .form-control::-ms-input-placeholder {
        font-size: 14px;
    }
    .gs-order-track-section
        .order-track-area
        .form-group
        .form-control::placeholder {
        font-size: 14px;
    }
}
.gs-order-track-section .order-track-area .form-group .form-control:disabled {
    background-color: #f8f7f7;
}
@media (max-width: 767.98px) {
    .gs-order-track-section .order-track-area .form-group .form-control {
        padding: 19px 12px;
    }
}
.gs-order-track-section .order-track-area .form-group .btn-width {
    width: 100%;
}
.gs-order-track-section .order-track-area .form-group .btn-forms {
    margin-top: 32px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .gs-order-track-section .gs-order-track-title p {
        font-size: 14px;
    }
    .gs-order-track-section .order-track-area {
        padding: 20px;
        margin-top: 20px;
    }
    .gs-order-track-section .order-track-area .order-track-title h4 {
        padding: 29px 20px;
        font-size: 20px;
    }
    .gs-order-track-section .order-track-area .form-group label {
        margin-top: 16px;
        margin-bottom: 12px;
    }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
    .gs-order-track-section .order-track-area .form-group .form-control {
        padding: 12px 12px;
    }
}

@media (max-width: 767.98px) {
    .gs-order-track-section .order-track-area .form-group .btn-forms {
        margin-top: 16px;
    }
}

.gs-edit-profile-section .edit-profile-area {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.gs-edit-profile-section .edit-profile-area .edit-profile-title {
    background-color: #f8f7f7;
    margin-bottom: 8px;
}
.gs-edit-profile-section .edit-profile-area .edit-profile-title h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 29px 85px;
}
@media (max-width: 575.97px) {
    .gs-edit-profile-section .edit-profile-area .multi-form-wrapper {
        gap: 0 !important;
    }
}
.gs-edit-profile-section .edit-profile-area .single-form-wrapper {
    width: 100% !important;
}
.gs-edit-profile-section .edit-profile-area .pro-btn-forms {
    margin-top: 32px;
    width: 100%;
}
@media (max-width: 991.97px) {
    .gs-edit-profile-section .edit-profile-area .pro-btn-forms {
        width: 50%;
        margin-top: 16px;
        padding: 0;
    }
}
.gs-edit-profile-section .edit-profile-area .btn-forms {
    margin-top: 32px;
    width: 100%;
}
@media (max-width: 991.97px) {
    .gs-edit-profile-section .edit-profile-area .btn-forms {
        margin-top: 16px;
    }
}
.gs-edit-profile-section .edit-profile-area .profile-img {
    margin-top: 20px;
}
.gs-edit-profile-section .edit-profile-area .profile-img img {
    width: 100%;
}
@media (max-width: 991.97px) {
    .gs-edit-profile-section .edit-profile-area .profile-img img {
        width: 50%;
    }
}

.gs-dashboard-outlet {
    width: calc(100% - 312px);
    overflow: hidden;
    padding: 48px 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 120px;
}
@media (max-width: 1399.97px) {
    .gs-dashboard-outlet {
        width: calc(100% - 288px);
    }
}
@media (max-width: 1199.97px) {
    .gs-dashboard-outlet {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .gs-dashboard-outlet {
        padding: 20px;
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

.user-table {
    width: 100%;
}
.user-table table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.user-table .view-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-table .view-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #030712;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.user-table .view-btn:hover {
    background-color: #745d5d;
}
.user-table .view-btn.delete-btn {
    background-color: #F4BC40;
}
.user-table .view-btn.delete-btn:hover {
    background-color: #F4BC40;
}
.user-table .view-btn.edit-btn {
    background-color: #147fff;
}
.user-table .view-btn.edit-btn:hover {
    background-color: #0061d4;
}
.user-table th {
    background-color: #f8f7f7;
    text-align: center;
    padding: 20px 16px;
}
.user-table th .header-title {
    color: #F4BC40;
}
.user-table th.customer-name {
    min-width: 244px;
}
.user-table th.product-name {
    min-width: 392px;
}
.user-table th.affiliate-bonus {
    min-width: 290px;
}
.user-table td {
    text-align: center;
    vertical-align: middle;
    padding: 20px 16px;
}
.user-table td.product-name,
.user-table td .product-name {
    max-width: 360px;
}
.user-table td.address,
.user-table td .address {
    max-width: 280px;
}
.user-table td.message,
.user-table td .message {
    max-width: 374px;
}
.user-table td.subject,
.user-table td .subject {
    max-width: 227px;
}
.user-table td.actions,
.user-table td .actions {
    max-width: 118px;
}
.user-table td.actions .actions-btns-wrapper,
.user-table td .actions .actions-btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.user-table td.actions .actions-btns-wrapper .template-btn.md-btn,
.user-table td .actions .actions-btns-wrapper .template-btn.md-btn {
    padding: 8px 16px;
}
.user-table td .table-img {
    max-width: 80px;
    max-height: 80px;
}
.user-table td .table-icon-btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}
@media (max-width: 767.98px) {
    .user-table th {
        font-size: 14px;
        background-color: #f8f7f7;
        text-align: center;
        padding: 10px 8px;
    }
    .user-table th .header-title {
        color: #F4BC40;
    }
    .user-table th.customer-name {
        min-width: 180px !important;
    }
    .user-table th.product-name {
        min-width: 300px;
    }
    .user-table th.affiliate-bonus {
        min-width: 200px;
    }
    .user-table td {
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
        padding: 10px 5px;
    }
    .user-table td img {
        position: relative;
        z-index: 0;
    }
    .user-table td.product-name,
    .user-table td .product-name {
        max-width: 360px;
    }
    .user-table td.address,
    .user-table td .address {
        max-width: 280px;
    }
    .user-table td.message,
    .user-table td .message {
        max-width: 374px;
    }
    .user-table td.subject,
    .user-table td .subject {
        max-width: 227px;
    }
    .user-table td.actions,
    .user-table td .actions {
        max-width: 118px;
    }
    .user-table td.actions .actions-btns-wrapper,
    .user-table td .actions .actions-btns-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
    .user-table td.actions .actions-btns-wrapper .template-btn.md-btn,
    .user-table td .actions .actions-btns-wrapper .template-btn.md-btn {
        padding: 8px 16px;
    }
}

.table-title {
    margin-bottom: 28px;
}
@media (max-width: 991.97px) {
    .table-title {
        margin-bottom: 14px;
    }
}

table.gs-data-table thead tr th {
    border-bottom: 0;
    padding: 19px 16px;
    background-color: #f8f7f7;
    color: #F4BC40;
    font-family: Saira;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

table.gs-data-table tbody tr td {
    padding: 24px 16px;
    color: #351c1a;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
@media (max-width: 767.98px) {
    table.gs-data-table tbody tr td {
        padding: 12px 8px;
    }
}

@media (max-width: 767.98px) {
    table.gs-data-table thead tr th {
        padding: 10px 16px !important;
        font-size: 14px;
    }
    table.gs-data-table tbody tr td {
        font-size: 14px;
    }
}

table tr {
    border-top: 1px solid #e6e8ec;
    border-bottom: 1px solid #e6e8ec;
}

table td,
table th {
    border-right: 1px solid #e6e8ec;
    border-left: 1px solid #e6e8ec;
}

.dt-layout-row {
    margin-bottom: 28px;
}
.dt-layout-row label {
    margin-left: 9px;
    color: #1f0300;
    font-family: Saira;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
}

.dt-layout-table {
    overflow-x: scroll;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border-bottom: 0;
}

div.dt-container {
    z-index: 1;
}
div.dt-container .dt-paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 12px;
}
div.dt-container .dt-paging .dt-paging-button {
    width: 49px;
    height: 48px;
    padding: 11px 9px;
    border-radius: 2px;
    border: 1px solid var(--neutral-500, #978d8f);
    background: #fff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Saira;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
div.dt-container .dt-paging .dt-paging-button:hover {
    background: #F4BC40;
    color: #ffffff !important;
}
div.dt-container .dt-paging .dt-paging-button.current {
    border: 0;
    background: #F4BC40;
    color: #ffffff !important;
}
div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: #F4BC40;
    color: #ffffff !important;
}
div.dt-container .dt-paging .dt-paging-button.disabled {
    background-color: #e9e6e6;
}
div.dt-container .dt-paging .dt-paging-button.disabled:hover {
    background-color: #e9e6e6;
}
div.dt-container .dt-paging .dt-paging-button.previous,
div.dt-container .dt-paging .dt-paging-button.next,
div.dt-container .dt-paging .dt-paging-button.first,
div.dt-container .dt-paging .dt-paging-button.last {
    font-size: 32px;
}
@media (max-width: 767.98px) {
    div.dt-container .dt-paging {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    div.dt-container .dt-paging .dt-paging-button {
        width: 40px;
        height: 40px;
        padding: 8px 6px;
        font-size: 16px;
    }
    div.dt-container .dt-paging .dt-paging-button.previous,
    div.dt-container .dt-paging .dt-paging-button.next,
    div.dt-container .dt-paging .dt-paging-button.first,
    div.dt-container .dt-paging .dt-paging-button.last {
        font-size: 20px;
    }
}

.dt-search {
    display: inline-block;
    position: relative;
    right: 250px;
}
@media (max-width: 991.97px) {
    .dt-search {
        right: 0;
    }
}

.data-table-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: absolute;
    top: 0;
}
@media (max-width: 991.97px) {
    .data-table-btn-wrapper {
        position: static;
    }
}
@media (max-width: 767.98px) {
    .data-table-btn-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.data-table-btn {
    width: 230px;
    height: 37px;
    position: relative;
    bottom: -5px;
    z-index: 2;
}
@media (max-width: 991.97px) {
    .data-table-btn {
        bottom: 0;
        width: 214px;
    }
}

.vendor-table-wrapper,
.user-table-wrapper {
    padding: 32px;
    border-radius: 12px;
    background: #ffffff;
}
.vendor-table-wrapper .title,
.user-table-wrapper .title {
    color: #1f0300;
}
.vendor-table-wrapper .user-table th .header-title,
.user-table-wrapper .user-table th .header-title {
    color: #1f0300;
}
.vendor-table-wrapper .dt-column-order,
.user-table-wrapper .dt-column-order {
    display: none;
}
.vendor-table-wrapper .user-table td .table-img,
.user-table-wrapper .user-table td .table-img {
    max-width: 60px;
    max-height: 60px;
}
.vendor-table-wrapper table.gs-data-table thead tr th,
.user-table-wrapper table.gs-data-table thead tr th {
    text-align: left;
}
.vendor-table-wrapper .user-table td,
.user-table-wrapper .user-table td {
    text-align: left;
}
.vendor-table-wrapper table.dataTable thead > tr > th.dt-orderable-asc,
.vendor-table-wrapper table.dataTable thead > tr > th.dt-orderable-desc,
.vendor-table-wrapper table.dataTable thead > tr > th.dt-ordering-asc,
.vendor-table-wrapper table.dataTable thead > tr > th.dt-ordering-desc,
.vendor-table-wrapper table.dataTable thead > tr > td.dt-orderable-asc,
.vendor-table-wrapper table.dataTable thead > tr > td.dt-orderable-desc,
.vendor-table-wrapper table.dataTable thead > tr > td.dt-ordering-asc,
.vendor-table-wrapper table.dataTable thead > tr > td.dt-ordering-desc,
.user-table-wrapper table.dataTable thead > tr > th.dt-orderable-asc,
.user-table-wrapper table.dataTable thead > tr > th.dt-orderable-desc,
.user-table-wrapper table.dataTable thead > tr > th.dt-ordering-asc,
.user-table-wrapper table.dataTable thead > tr > th.dt-ordering-desc,
.user-table-wrapper table.dataTable thead > tr > td.dt-orderable-asc,
.user-table-wrapper table.dataTable thead > tr > td.dt-orderable-desc,
.user-table-wrapper table.dataTable thead > tr > td.dt-ordering-asc,
.user-table-wrapper table.dataTable thead > tr > td.dt-ordering-desc {
    padding-right: 16px;
}
.vendor-table-wrapper table td,
.vendor-table-wrapper table th,
.user-table-wrapper table td,
.user-table-wrapper table th {
    border-right: 0;
    border-left: 0;
}
.vendor-table-wrapper .user-table td .product-name,
.user-table-wrapper .user-table td .product-name {
    max-width: 180px;
}
.vendor-table-wrapper .user-table td .category,
.user-table-wrapper .user-table td .category {
    max-width: 139px;
}
.vendor-table-wrapper .user-table td .title,
.user-table-wrapper .user-table td .title {
    max-width: 328px;
}
.vendor-table-wrapper .user-table td .product-title,
.user-table-wrapper .user-table td .product-title {
    max-width: 235px;
}
.vendor-table-wrapper .user-table td .details,
.user-table-wrapper .user-table td .details {
    max-width: 790px;
}
.vendor-table-wrapper .user-table td .customer .key,
.vendor-table-wrapper .user-table td .rider .key,
.user-table-wrapper .user-table td .customer .key,
.user-table-wrapper .user-table td .rider .key {
    font-weight: 600;
    line-height: 170%;
}
.vendor-table-wrapper .user-table td .customer .value,
.vendor-table-wrapper .user-table td .rider .value,
.user-table-wrapper .user-table td .customer .value,
.user-table-wrapper .user-table td .rider .value {
    line-height: 170%;
}
.vendor-table-wrapper .user-table td .status,
.user-table-wrapper .user-table td .status {
    max-width: 127px;
}
.vendor-table-wrapper .user-table td .status .nice-select,
.user-table-wrapper .user-table td .status .nice-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    outline: 0;
    border: 0;
    padding: 8px 12px 8px 16px;
    background-color: #27be69;
    min-width: 100%;
    width: 127px;
}
.vendor-table-wrapper .user-table td .status .nice-select .list,
.user-table-wrapper .user-table td .status .nice-select .list {
    max-height: initial;
    overflow-y: initial;
}
.vendor-table-wrapper .user-table td .status .nice-select.active,
.user-table-wrapper .user-table td .status .nice-select.active {
    background-color: #27be69;
}
.vendor-table-wrapper .user-table td .status .nice-select.deactive,
.user-table-wrapper .user-table td .status .nice-select.deactive {
    background-color: #f2415a;
}
.vendor-table-wrapper .user-table td .status .nice-select .current,
.user-table-wrapper .user-table td .status .nice-select .current {
    padding: 0;
    font-size: 14px;
    font-family: Saira;
    color: #ffffff;
}
.vendor-table-wrapper .user-table td .status .nice-select:focus,
.user-table-wrapper .user-table td .status .nice-select:focus {
    outline: none;
}
.vendor-table-wrapper .user-table td .status .nice-select::after,
.user-table-wrapper .user-table td .status .nice-select::after {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    right: 8px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.4726 5.47259C12.4106 5.4101 12.3369 5.36051 12.2556 5.32666C12.1744 5.29282 12.0872 5.27539 11.9992 5.27539C11.9112 5.27539 11.8241 5.29282 11.7428 5.32666C11.6616 5.36051 11.5879 5.4101 11.5259 5.47259L8.47256 8.52592C8.41058 8.58841 8.33685 8.638 8.25561 8.67185C8.17437 8.7057 8.08723 8.72312 7.99923 8.72312C7.91122 8.72312 7.82408 8.7057 7.74284 8.67185C7.6616 8.638 7.58787 8.58841 7.52589 8.52592L4.47256 5.47259C4.41058 5.4101 4.33685 5.36051 4.25561 5.32666C4.17437 5.29282 4.08723 5.27539 3.99923 5.27539C3.91122 5.27539 3.82408 5.29282 3.74284 5.32666C3.6616 5.36051 3.58787 5.4101 3.52589 5.47259C3.40173 5.5975 3.33203 5.76647 3.33203 5.94259C3.33203 6.11871 3.40173 6.28768 3.52589 6.41259L6.58589 9.47259C6.96089 9.84712 7.46922 10.0575 7.99923 10.0575C8.52923 10.0575 9.03756 9.84712 9.41256 9.47259L12.4726 6.41259C12.5967 6.28768 12.6664 6.11871 12.6664 5.94259C12.6664 5.76647 12.5967 5.5975 12.4726 5.47259Z' fill='white'/%3E%3C/svg%3E");
}
.vendor-table-wrapper .user-table td .status .form-control:focus,
.user-table-wrapper .user-table td .status .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.vendor-table-wrapper table thead tr:first-child,
.user-table-wrapper table thead tr:first-child {
    border-top: 0;
    border-bottom: 0;
}
.vendor-table-wrapper table tbody tr:first-child,
.user-table-wrapper table tbody tr:first-child {
    border-top: 0;
}
.vendor-table-wrapper.all-products-table-wrapper .user-table td .product-name,
.vendor-table-wrapper.product-catalogs-table-wrapper
    .user-table
    td
    .product-name,
.user-table-wrapper.all-products-table-wrapper .user-table td .product-name,
.user-table-wrapper.product-catalogs-table-wrapper
    .user-table
    td
    .product-name {
    max-width: 412px;
}
@media (max-width: 767.98px) {
    .vendor-table-wrapper,
    .user-table-wrapper {
        padding: 16px;
    }
}

.user-table-wrapper {
    padding: 0px;
}

.order-delivery-table-wrapper .dt-search,
.all-orders-table-wrapper .dt-search,
.product-catalogs-table-wrapper .dt-search,
.order-details-table-wrapper .dt-search {
    right: 0;
}

.order-delivery-table-wrapper td,
.order-details-table-wrapper td {
    vertical-align: top;
}

.recent-products-table-wrapper,
.recent-orders-table-wrapper {
    height: 100%;
    padding: 24px;
}
.recent-products-table-wrapper div.dt-container div.dt-layout-cell,
.recent-orders-table-wrapper div.dt-container div.dt-layout-cell {
    display: none;
    padding: 0 0;
}
.recent-products-table-wrapper .dt-layout-row,
.recent-orders-table-wrapper .dt-layout-row {
    margin-bottom: 0;
}
.recent-products-table-wrapper table tr:last-child,
.recent-orders-table-wrapper table tr:last-child {
    border-bottom: 0;
}

.thead-bg th {
    background-color: #030712;
    text-align: left;
    padding-left: 8px;
}
.thead-bg th .title {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
}
@media (max-width: 767.98px) {
    .thead-bg th .title {
        font-size: 16px;
    }
}

.tbody-product td.td-product-name {
    max-width: 161px;
}

@media (max-width: 767.98px) {
    .tbody-product td span {
        font-size: 14px;
    }
    .tbody-product td li {
        font-size: 14px;
    }
}

.gs-vendor-sidebar-wrapper {
    background: #ffffff;
}
.gs-vendor-sidebar-wrapper .gs-dashboard-user-sidebar-wrapper {
    padding: 40px 24px 40px 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-vendor-sidebar-wrapper .gs-dashboard-user-sidebar-wrapper li a {
    position: relative;
}
.gs-vendor-sidebar-wrapper .gs-vendor-sidebar-logo-wrapper a {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-vendor-sidebar-wrapper.collapsed .gs-vendor-sidebar-logo-wrapper a {
    position: absolute;
    opacity: 0;
}
.gs-vendor-sidebar-wrapper.collapsed .label {
    position: absolute;
    opacity: 0;
    left: 62px;
}
.gs-vendor-sidebar-wrapper.collapsed .gs-dashboard-user-sidebar-wrapper {
    padding: 40px 16px 40px 16px;
    width: 104px;
}
.gs-vendor-sidebar-wrapper.collapsed
    .gs-dashboard-user-sidebar-wrapper
    .has-sub-menu {
    position: relative;
}
.gs-vendor-sidebar-wrapper.collapsed
    .gs-dashboard-user-sidebar-wrapper
    .has-sub-menu
    a {
    display: block;
}
.gs-vendor-sidebar-wrapper.collapsed
    .gs-dashboard-user-sidebar-wrapper
    .has-sub-menu
    a
    .angle-down {
    display: none;
}
.gs-vendor-sidebar-wrapper.collapsed
    .gs-dashboard-user-sidebar-wrapper
    .has-sub-menu
    .sidebar-sub-menu {
    margin-left: 15px;
    width: 220px;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 5 !important;
}

.gs-vendor-sidebar-logo-wrapper {
    height: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1399.97px) {
    .gs-vendor-sidebar-logo-wrapper {
        height: 92px;
    }
}

.gs-vendor-header-outlet-wrapper {
    width: calc(100% - 312px);
    overflow: hidden;
    background: #f8f7f7;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (max-width: 1399.97px) {
    .gs-vendor-header-outlet-wrapper {
        width: calc(100% - 288px);
    }
}
@media (max-width: 1199.97px) {
    .gs-vendor-header-outlet-wrapper {
        width: 100%;
    }
}
.gs-vendor-header-outlet-wrapper.increased-width {
    width: calc(100% - 104px);
}
@media (max-width: 1199.97px) {
    .gs-vendor-header-outlet-wrapper.increased-width {
        width: 100%;
    }
}

.gs-vendor-header {
    padding: 32px 40px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1399.97px) {
    .gs-vendor-header {
        padding: 16px 40px;
    }
}
@media (max-width: 767.98px) {
    .gs-vendor-header {
        padding: 10px 20px;
    }
}
.gs-vendor-header .header-toggle {
    display: inline-block;
}
.gs-vendor-header .vendor-header-search-wrapper {
    width: 100%;
    max-width: 513px;
}
.gs-vendor-header .vendor-header-search-wrapper .vendor-header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: var(--spacing-xxs, 2px) var(--spacing-4xl, 32px)
        var(--spacing-xxs, 2px) var(--spacing-3xl, 24px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    color: #4c3533;
    background: var(--neutral-50, #f8f7f8);
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding-left: 60px;
}
@media (max-width: 991.97px) {
    .gs-vendor-header .vendor-header-search-wrapper .vendor-header-search {
        height: 52px;
    }
}
.gs-vendor-header
    .vendor-header-search-wrapper
    .vendor-header-search::-webkit-input-placeholder {
    color: #9a8e8c;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.gs-vendor-header
    .vendor-header-search-wrapper
    .vendor-header-search:-ms-input-placeholder {
    color: #9a8e8c;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.gs-vendor-header
    .vendor-header-search-wrapper
    .vendor-header-search::-ms-input-placeholder {
    color: #9a8e8c;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.gs-vendor-header
    .vendor-header-search-wrapper
    .vendor-header-search::placeholder {
    color: #9a8e8c;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.gs-vendor-header .vendor-header-search-wrapper .vendor-header-search:focus,
.gs-vendor-header .vendor-header-search-wrapper .vendor-header-search:active {
    border: 1px solid #F4BC40;
}
.gs-vendor-header .vendor-header-search-wrapper .input-search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 24px;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
}
@media (max-width: 991.97px) {
    .gs-vendor-header .vendor-header-search-wrapper .input-search-icon {
        -webkit-transform: translateY(35%);
        -ms-transform: translateY(35%);
        transform: translateY(35%);
    }
}
.gs-vendor-header .user-dropdown-wrapper {
    position: relative;
    cursor: pointer;
    width: 233px;
}
@media (max-width: 767.98px) {
    .gs-vendor-header .user-dropdown-wrapper {
        width: auto;
    }
}
.gs-vendor-header .user-dropdown-wrapper .user-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #f8f7f7;
    position: relative;
}
@media (max-width: 991.97px) {
    .gs-vendor-header .user-dropdown-wrapper .user-dropdown {
        padding: 6px 10px;
    }
}
.gs-vendor-header .user-dropdown-wrapper .user-dropdown svg {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    right: 20px;
    top: 10px;
}
.gs-vendor-header .user-dropdown-wrapper .user-dropdown.show svg {
    rotate: 180deg;
}
.gs-vendor-header .user-dropdown-wrapper .avatar {
    border-radius: 40px;
    border: 1px solid #F4BC40 !important;
    width: 40px;
    height: 40px;
}
.gs-vendor-header .user-dropdown-wrapper .user-name {
    font-size: 16px;
    line-height: 125%;
    text-transform: capitalize;
    font-weight: 600;
}
.gs-vendor-header .user-dropdown-wrapper .user-designation {
    color: #737791;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.gs-vendor-header .user-dropdown-wrapper .dropdown-toggle {
    color: #1f0300;
}
.gs-vendor-header .user-dropdown-wrapper .dropdown-toggle::after {
    display: none;
}
.gs-vendor-header .user-dropdown-wrapper .dropdown-menu.show {
    left: auto !important;
}
.gs-vendor-header
    .user-dropdown-wrapper
    .dropdown-menu
    li:last-child
    .dropdown-item {
    border-bottom: 1px solid #F4BC40;
}
.gs-vendor-header .user-dropdown-wrapper .dropdown-menu li .dropdown-item {
    border-bottom: 1px solid #e9e6e6;
}
.gs-vendor-header .user-dropdown-wrapper .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    color: #1f0300;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-vendor-header .user-dropdown-wrapper .dropdown-item svg path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-vendor-header .user-dropdown-wrapper .dropdown-item:hover {
    background-color: #F4BC40;
    color: #ffffff;
}
.gs-vendor-header
    .user-dropdown-wrapper
    .dropdown-item:hover
    svg.has-fill
    path {
    fill: #ffffff;
}
.gs-vendor-header
    .user-dropdown-wrapper
    .dropdown-item:hover
    svg.has-stroke
    path {
    stroke: #ffffff;
}

.gs-vendor-outlet {
    padding: 40px;
    padding-bottom: 120px;
}
@media (max-width: 767.98px) {
    .gs-vendor-outlet {
        padding: 20px;
    }
}

.table-area {
    margin-top: 32px;
}

.nice-select.nice-select-vendor {
    background-color: #f8f7f7;
}
.nice-select.nice-select-vendor::after {
    top: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 24px;
    content: "\f0d7";
}

.vendor-panel-info-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    border-radius: 8px;
    background: #fff;
}
.vendor-panel-info-card.total-item-sold {
    border-left: 4px solid #25cd7f;
}
.vendor-panel-info-card.current-balance {
    border-left: 4px solid #ffb134;
}
.vendor-panel-info-card.total-earning {
    border-left: 4px solid #da55f0;
}
.vendor-panel-info-card.pending-commision {
    border-left: 4px solid #5b68ff;
}
.vendor-panel-info-card.total-order {
    border-left: 4px solid #ee1243;
}
.vendor-panel-info-card.order-delivered {
    border-left: 4px solid #27ae60;
}
.vendor-panel-info-card.order-processing {
    border-left: 4px solid #0ea5e9;
}
.vendor-panel-info-card.order-pending {
    border-left: 4px solid #fb923c;
}
@media (max-width: 1919.97px) {
    .vendor-panel-info-card {
        -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;
    }
}
@media (max-width: 1199.97px) {
    .vendor-panel-info-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 767.98px) {
    .vendor-panel-info-card {
        -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;
    }
}
@media (max-width: 575.97px) {
    .vendor-panel-info-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.vendor-panel-info-card .title-and-value-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
}
@media (max-width: 1919.97px) {
    .vendor-panel-info-card .title-and-value-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 1199.97px) {
    .vendor-panel-info-card .title-and-value-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 767.98px) {
    .vendor-panel-info-card .title-and-value-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 575.97px) {
    .vendor-panel-info-card .title-and-value-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.vendor-panel-info-card .title {
    color: #574240;
    line-height: 160%;
    font-size: 20px;
}
@media (max-width: 1599.99px) {
    .vendor-panel-info-card .title {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    .vendor-panel-info-card .title {
        font-size: 16px;
    }
}
@media (max-width: 575.97px) {
    .vendor-panel-info-card .title {
        font-size: 14px;
    }
}
.vendor-panel-info-card .value {
    color: #1f0300;
}
.vendor-panel-info-card img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.form-group span.text-danger {
    display: inline-block;
    margin-top: 8px;
}

.form-group label {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 12px;
    color: #1f0300;
}
@media (max-width: 767.98px) {
    .form-group label {
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 8px;
    }
}
.form-group label.label-btn {
    cursor: pointer;
}

.form-group .form-control {
    width: 100%;
    padding: 12px 20px;
    color: #796866;
}
.form-group .form-control:focus {
    border-color: #b7aead;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-group .form-control::-webkit-input-placeholder {
    color: #796866;
}
.form-group .form-control:-ms-input-placeholder {
    color: #796866;
}
.form-group .form-control::-ms-input-placeholder {
    color: #796866;
}
.form-group .form-control::placeholder {
    color: #796866;
}
@media (max-width: 767.98px) {
    .form-group .form-control::-webkit-input-placeholder {
        font-size: 14px;
    }
    .form-group .form-control:-ms-input-placeholder {
        font-size: 14px;
    }
    .form-group .form-control::-ms-input-placeholder {
        font-size: 14px;
    }
    .form-group .form-control::placeholder {
        font-size: 14px;
    }
}
.form-group .form-control:disabled {
    background-color: #f8f7f7;
}
.form-group .form-control .current {
    padding-top: 16px;
    padding-left: 20px;
}
@media (max-width: 767.98px) {
    .form-group .form-control .current {
        font-size: 14px;
        padding-left: 13px;
        padding-top: 15px;
    }
}
@media (max-width: 767.98px) {
    .form-group .form-control {
        padding: 12px 12px;
    }
}

.form-group .nice-select::after {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@media (max-width: 767.98px) {
    .form-group .nice-select::after {
        right: 20px;
    }
}

.form-group .dropdown-container {
    position: relative;
}

.form-group .payment_method {
    font-size: 16px;
    color: #796866;
}

.form-group .payment_method option {
    font-size: 16px;
    color: #796866;
}

.form-group .form__control {
    padding: 0px;
    height: initial !important;
    border: 1px solid #e9e6e6 !important;
}
@media (max-width: 767.98px) {
    .form-group .form__control {
        height: 50px;
    }
}

.form-group .dropdown-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.gs-extra-search-box-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
}
.gs-extra-search-box-form .form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
@media (max-width: 767.98px) {
    .gs-extra-search-box-form .form-control {
        padding: 10px 12px;
    }
}
.gs-extra-search-box-form .template-btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0px 20px;
    height: 50px;
}
@media (max-width: 767.98px) {
    .gs-extra-search-box-form .template-btn {
        height: 46px;
    }
}

.gs-modal .modal-dialog {
    width: calc(100% - 16px);
}
.gs-modal .modal-dialog.assign-rider-modal-dialog {
    max-width: 801px;
}
.gs-modal .modal-dialog.image-gallery-modal-dialog {
    max-width: 920px;
}
.gs-modal .modal-dialog.image-gallery-modal-dialog .modal-img {
    max-height: 400px;
}
.gs-modal .modal-dialog.confirm-delete-modal-dialog {
    max-width: 514px;
}
.gs-modal .modal-dialog.edit-service-modal-dialog {
    max-width: 600px;
}
.gs-modal .modal-dialog.edit-service-modal-dialog .edit-service-modal-img {
    max-height: 400px;
}
.gs-modal .modal-dialog.send-message-modal-dialog {
    max-width: 650px;
}
.gs-modal .modal-dialog.transaction-details-modal-dialog {
    max-width: 668px;
}
.gs-modal .modal-dialog .modal-content {
    padding: 24px;
    border-radius: 12px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 36px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 36px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.97px) {
    .gs-modal .modal-dialog .modal-content {
        padding: 20px;
    }
}
.gs-modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid #e9e6e6;
}
@media (max-width: 991.97px) {
    .gs-modal .modal-dialog .modal-content .modal-header {
        padding-bottom: 12px;
        gap: 12px;
    }
}
.gs-modal .modal-dialog .modal-content .modal-header .title {
    color: #1f0300;
}
.gs-modal .modal-dialog .modal-content .modal-header .sub-title {
    color: #1f0300;
    font-weight: 400;
}
.gs-modal .modal-dialog .modal-content .modal-header .gs-modal-close-btn {
    font-size: 32px;
    color: #F4BC40;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-modal .modal-dialog .modal-content .modal-header .gs-modal-close-btn:hover {
    color: #800b00;
}
.gs-modal .modal-dialog .modal-content .modal-header [data-bs-dismiss="modal"] {
    padding-right: 0;
    padding-top: 0;
}
.gs-modal .modal-dialog .modal-content .modal-header.delete-modal-header {
    padding-bottom: 0;
    border-bottom: none;
}
.gs-modal .modal-dialog .modal-content.assign-rider-modal-content,
.gs-modal .modal-dialog .modal-content.image-gallery-modal-content,
.gs-modal .modal-dialog .modal-content.edit-service-modal-content,
.gs-modal .modal-dialog .modal-content.send-message-modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
}
@media (max-width: 991.97px) {
    .gs-modal .modal-dialog .modal-content.assign-rider-modal-content,
    .gs-modal .modal-dialog .modal-content.image-gallery-modal-content,
    .gs-modal .modal-dialog .modal-content.edit-service-modal-content,
    .gs-modal .modal-dialog .modal-content.send-message-modal-content {
        gap: 16px;
    }
}
.gs-modal .modal-dialog .modal-content.edit-service-modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
}
@media (max-width: 991.97px) {
    .gs-modal .modal-dialog .modal-content.edit-service-modal-content {
        gap: 12px;
    }
}
.gs-modal .modal-dialog .modal-content.edit-service-modal-content label {
    margin-top: 0;
}
.gs-modal .modal-dialog .modal-content.confirm-delete-modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
}
@media (max-width: 991.97px) {
    .gs-modal .modal-dialog .modal-content.confirm-delete-modal-content {
        gap: 20px;
    }
}
.gs-modal
    .modal-dialog
    .modal-content.confirm-delete-modal-content
    .title-des-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}
@media (max-width: 991.97px) {
    .gs-modal
        .modal-dialog
        .modal-content.confirm-delete-modal-content
        .title-des-wrapper {
        gap: 8px;
    }
}
.gs-modal
    .modal-dialog
    .modal-content.confirm-delete-modal-content
    .title-des-wrapper
    .sub-title {
    line-height: 170%;
}
.gs-modal .modal-dialog .modal-content label {
    margin-top: 0px;
}
.gs-modal .modal-dialog .modal-content .transaction-info-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 28px;
}
.gs-modal .modal-dialog .modal-content .transaction-info-wrapper .info-list {
    width: 100%;
}
.gs-modal
    .modal-dialog
    .modal-content
    .transaction-info-wrapper
    .info-list
    .info-list-item {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 48px;
    border-bottom: 1px solid #e9e6e6;
    color: #1f0300;
    font-size: 20px;
    line-height: 120%;
}
.gs-modal
    .modal-dialog
    .modal-content
    .transaction-info-wrapper
    .info-list
    .info-list-item
    .info-type {
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: "Saira", sans-serif;
}
.gs-modal
    .modal-dialog
    .modal-content
    .transaction-info-wrapper
    .info-list
    .info-list-item
    .info {
    font-weight: 400;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: inline-block;
    max-width: 100%;
    word-break: break-all;
    white-space: normal;
}
.gs-modal
    .modal-dialog
    .modal-content
    .transaction-info-wrapper
    .info-list
    .info-list-item:last-child {
    border-bottom: none;
}
@media (max-width: 1599.99px) {
    .gs-modal
        .modal-dialog
        .modal-content
        .transaction-info-wrapper
        .info-list
        .info-list-item {
        gap: 24px;
    }
}
@media (max-width: 1199.97px) {
    .gs-modal
        .modal-dialog
        .modal-content
        .transaction-info-wrapper
        .info-list
        .info-list-item {
        font-size: 18px;
    }
}
@media (max-width: 991.97px) {
    .gs-modal
        .modal-dialog
        .modal-content
        .transaction-info-wrapper
        .info-list
        .info-list-item {
        padding: 12px 0;
    }
}
@media (max-width: 767.98px) {
    .gs-modal
        .modal-dialog
        .modal-content
        .transaction-info-wrapper
        .info-list
        .info-list-item {
        font-size: 16px;
    }
}
@media (max-width: 575.97px) {
    .gs-modal
        .modal-dialog
        .modal-content
        .transaction-info-wrapper
        .info-list
        .info-list-item {
        font-size: 14px;
    }
}
@media (max-width: 991.97px) {
    .gs-modal .modal-dialog .modal-content .transaction-info-wrapper {
        gap: 14px;
    }
}

.gs-chart-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
    background: #ffffff;
    padding: 24px;
}
.gs-chart-wrapper.vendor-monthly-sales-chart {
    margin-top: 32px;
}
@media (max-width: 991.97px) {
    .gs-chart-wrapper.vendor-monthly-sales-chart {
        margin-top: 16px;
    }
}
.gs-chart-wrapper .apexcharts-toolbar {
    display: none;
}
.gs-chart-wrapper .chart-title-dropdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 24px;
}
@media (max-width: 991.97px) {
    .gs-chart-wrapper .chart-title-dropdown-wrapper {
        margin-bottom: 12px;
        gap: 12px;
    }
}
@media (max-width: 575.97px) {
    .gs-chart-wrapper .chart-title-dropdown-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.gs-chart-wrapper .chart-title-dropdown-wrapper .chart-title {
    color: #1f0300;
    font-weight: 500;
}
.gs-chart-wrapper
    .chart-title-dropdown-wrapper
    .nice-select.nice-select-vendor {
    min-width: 157px;
}
.gs-chart-wrapper .chart-title-dropdown-wrapper .form-group .form__control {
    border: none !important;
}

.account-information .account-info-box {
    border: 1px solid #e9e6e6;
    border-radius: 8px;
    padding: 24px;
    min-height: 227px;
}
.account-information .account-info-box h5 {
    font-weight: 500;
    margin-bottom: 18px;
}
.account-information .account-info-box .account-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* Ensures items wrap if they don't fit in a single line */
    gap: 10px;
}
.account-information .account-info-box .icon-box {
    background-color: rgba(255, 177, 52, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}
.account-information .account-info-box h6 {
    font-weight: 400;
    margin-bottom: 8px;
}
.account-information .account-info-box h4 {
    font-weight: 600;
}

.accept-reject-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
@media (max-width: 767.98px) {
    .accept-reject-btn {
        gap: 12px;
    }
}

.delivery-address-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.account-info-item .info-title {
    font-size: 16px;
    font-weight: 500;
}

.account-info-item .info-content {
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
}

.delivery-details {
    margin-top: 32px;
}
.delivery-details h5 {
    margin-bottom: 16px;
}

.ordered-products h5 {
    margin-top: 32px;
    margin-bottom: 16px;
}

.ordered-products .ordered-tbg th {
    background-color: #4c3533;
    text-align: left;
    padding-left: 16px;
}
.ordered-products .ordered-tbg th .title {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
}
@media (max-width: 767.98px) {
    .ordered-products .ordered-tbg th .title {
        font-size: 16px;
    }
}

.ordered-products .product-title-width {
    max-width: 400px !important;
}

.ordered-products .tbody-product td ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.ordered-products .tbody-product td span {
    font-weight: 500;
}

.custom-table-rider tr .title {
    color: #1f0300;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
@media (max-width: 991.97px) {
    .custom-table-rider tr .title {
        font-size: 16px;
    }
}

.overlayed-img-wrapper {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}
.overlayed-img-wrapper .template-btn {
    font-size: 14px;
    padding: 0 16px;
    color: #ffffff;
}
.overlayed-img-wrapper .overlay-on-img {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.overlayed-img-wrapper .overlayed-img {
    width: 100%;
}
.overlayed-img-wrapper .content-on-overlay {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.overlayed-img-wrapper .fadeIn-bottom {
    top: 80%;
}
.overlayed-img-wrapper .fadeIn-top {
    top: 20%;
}
.overlayed-img-wrapper:hover .overlay-on-img {
    opacity: 1;
}
.overlayed-img-wrapper:hover .content-on-overlay {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.gallery-extra-remove-btn {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2415a;
    border-radius: 50%;
    color: white;
    font-size: 11px;
}

.right-1 {
    right: 1px !important;
}

.img-wh-80 {
    height: 80px;
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.position-abs-center {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.feature-extra-tags-remove-btn {
    position: absolute;
    top: -9px;
    right: -12px;
}

ul.tagit li.tagit-choice-editable {
    padding: 2px 5px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: static !important;
    right: 0.1em;
    top: 50%;
    margin-top: initial !important;
    line-height: initial !important;
    background: #f2415a;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    /* padding: 10px; */
    font-size: 12px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
}

.ui-widget.ui-widget-content {
    /* padding: 5px 20px !important; */
    /* border-radius: 5px !important; */
}

.nicEdit-main {
    width: 98% !important;
}
.nicEdit-main:focus-visible {
    outline: none !important;
}

.overlayed-img-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

.product-license-remove-btn {
    width: 48px;
    height: 48px;
    background: #f2415a;
    color: white !important;
    border-radius: 5px;
}

.pricing-details-extra-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.pricing-details-extra-ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.pricing-details-extra-ul .title {
    color: #4c3533;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.pricing-details-extra-ul .content {
    color: #4c3533;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
}

.product-stocks-wraper {
    margin-bottom: 24px;
}

.w-150 {
    width: 150px !important;
    height: 150px !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

.product-main-slider .slick-track {
    gap: 0;
}

.title-hover-color {
    color: #1f0300;
}
.title-hover-color:hover {
    color: #F4BC40;
}

.max-w-480 {
    max-width: 480px !important;
}

@media (max-width: 767.98px) {
    .succss-icon {
        width: 60px;
        height: 60px;
    }
}

.color-show-btn {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.bottom-12 {
    bottom: 12px;
}

@media (max-width: 576px) {
    .custom-gap-sm-2 {
        gap: 0.7rem !important;
    }
}

.gs-vendor-header-noti {
    position: absolute;
    top: 124px;
    right: 37px;
    max-width: 400px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 24px 32px;
    -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;
    gap: 16px;
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    max-height: 300px;
    overflow-y: scroll;
}
.gs-vendor-header-noti.active {
    opacity: 1;
    visibility: visible;
}
.gs-vendor-header-noti .clear-btn {
    font-size: 14px;
    background: #f2415a;
    padding: 4px 10px;
    color: #ffffff;
    border-radius: 4px;
}
@media (max-width: 767.98px) {
    .gs-vendor-header-noti .clear-btn {
        padding: 2px 6px;
    }
}
@media (max-width: 1399.97px) {
    .gs-vendor-header-noti {
        top: 92px;
    }
}
@media (max-width: 991.97px) {
    .gs-vendor-header-noti {
        top: 85px;
    }
}
@media (max-width: 767.98px) {
    .gs-vendor-header-noti {
        top: 72px;
        right: 19px;
        max-width: 270px;
        padding: 24px 16px;
    }
}
.gs-vendor-header-noti .title {
    color: #1f0300;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
@media (max-width: 767.98px) {
    .gs-vendor-header-noti .title {
        font-size: 16px;
    }
}
.gs-vendor-header-noti ul li {
    border-top: 1px solid #e9e6e6;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}
.gs-vendor-header-noti ul li:last-child {
    padding-bottom: 0px;
}
.gs-vendor-header-noti ul li a {
    color: #F4BC40;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-vendor-header-noti ul li a:hover {
    color: rgba(255, 76, 59, 0.9);
}
.gs-vendor-header-noti ul li .sm-info-1 {
    color: #796866;
}
.gs-vendor-header-noti ul li .sm-info-1 {
    color: #1f0300;
}

@media (max-width: 424.99px) {
    .vendor-res-header-logo {
        width: 100px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

#banner_code {
    outline: none;
    border: none;
}

.table-responsive {
    overflow-y: hidden;
}

/****************************** page styles ******************************/
/********************** hero section start **********************/
.hero-slider-wrapper .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
}
.hero-slider-wrapper .slick-dots li button {
    width: 16px;
    height: 16px;
    font-size: 0;
    border-radius: 50%;
    background-color: #000;
    opacity: .25;
}
.hero-slider-wrapper .slick-dots li.slick-active button {
    /* width: 40px;
    height: 16px; */
    border-radius: 8px;
    background-color: #F4BC40;
    opacity: 1;
}
@media (max-width: 575.97px) {
    .hero-slider-wrapper .slick-dots li button {
        width: 12px;
        height: 12px;
    }
    /* .hero-slider-wrapper .slick-dots li.slick-active button {
        width: 24px;
        height: 12px;
    } */
}
@media (max-width: 575.97px) {
    .hero-slider-wrapper .slick-dots {
        bottom: 35px;
    }
}

.hero-slider-wrapper .slick-current.slick-active .subtitle,
.hero-slider-wrapper .slick-current.slick-active .title,
.hero-slider-wrapper .slick-current.slick-active .des,
.hero-slider-wrapper .slick-current.slick-active .hero-shop-now-btn {
    -webkit-animation: 1.4s ease-in-out fadeInUp;
    animation: 1.4s ease-in-out fadeInUp;
}

.hero-slider-wrapper .slick-current.slick-active .title {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.hero-slider-wrapper .slick-current.slick-active .des {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.hero-slider-wrapper .slick-current.slick-active .hero-shop-now-btn {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.gs-hero-section {
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: bottom;
    height: 700px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199.97px) {
    .gs-hero-section {
        height: 500px;
    }
}
@media (max-width: 767.98px) {
    .gs-hero-section {
        height: 450px;
        background-position: left;
    }
}
@media (max-width: 767.98px) {
    .gs-hero-section .hero-content {
        text-align: center;
    }
}
.gs-hero-section .hero-content .subtitle {
    margin-bottom: 6px;
}
.gs-hero-section .hero-content .title {
    margin-bottom: 16px;
}
.gs-hero-section .hero-content .des {
    margin-bottom: 50px;
}

/********************** hero section end **********************/
/********************** gs-cate-section start **********************/
.gs-cate-section {
    padding: 120px 0px;
}
@media (max-width: 1199.97px) {
    .gs-cate-section {
        padding: 80px 0px;
    }
}
@media (max-width: 991.97px) {
    .gs-cate-section {
        padding: 60px 0px;
    }
}

/********************** gs-cate-section end **********************/
/********************** gs-offer-section start **********************/
.gs-offer-section {
    padding-bottom: 120px;
}
.gs-offer-section .product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
@media (max-width: 1199.97px) {
    .gs-offer-section {
        padding-bottom: 80px;
    }
}
@media (max-width: 991.97px) {
    .gs-offer-section {
        padding-bottom: 60px;
    }
}

/********************** gs-offer-section end **********************/
/********************** gs-explore-product-section start **********************/
.gs-explore-product-section {
    padding: 100px 0px;
    background: #2929290d;
    margin-top: 250px;
}
.gs-title-box.text-center p.common-paragraph.text-center {
    margin-top: 16px;
    margin-bottom: 60px;
}
.gs-explore-product-section .explore-tab-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}
.gs-explore-product-section .explore-tab-navbar li .nav-link {
    color: #030712;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    font-family: "Montserrat" !important;
}
.gs-explore-product-section .explore-tab-navbar li .nav-link.active {
    color: #F4BC40;
    border-bottom: 2px solid #F4BC40;
}
@media (max-width: 1199.97px) {
    .gs-explore-product-section {
        padding: 80px 0;
    }
}
@media (max-width: 991.97px) {
    .gs-explore-product-section {
        padding: 60px 0;
    }
}
@media (max-width: 767.98px) {
    .gs-explore-product-section .explore-tab-navbar {
        gap: 20px;
    }
    .gs-explore-product-section .explore-tab-navbar li .nav-link {
        font-size: 16px;
    }
}
@media (max-width: 575.97px) {
    .gs-explore-product-section .explore-tab-navbar {
        gap: 10px;
    }
}

/********************** gs-explore-product-section end **********************/
.error-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.error-wrapper .error-img {
    max-width: 700px;
    width: 100%;
    height: 485px;
    -o-object-fit: cover;
    object-fit: cover;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #F4BC40 !important;
    color: #ffffff !important;
}

.gs-offer-section.home-3 .single-offer-product {
    border-radius: 12px;
}

.gs-service-section.mome-3 {
    padding: 60px 0px;
    background-color: #ffffff;
}
@media (max-width: 991.97px) {
    .gs-service-section.mome-3 {
        padding: 30px 0px;
    }
}
.gs-service-section.mome-3 .service-row {
    background-color: #1f0300;
    border-radius: 16px;
}
@media (max-width: 991.97px) {
    .gs-service-section.mome-3 .service-row {
        border-radius: 8px;
    }
}

.gs-partner-section.home-3 {
    margin-top: 0;
    margin-bottom: 0;
}
.gs-partner-section.home-3 .title-box-and-partners-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media (max-width: 1199.97px) {
    .gs-partner-section.home-3 .title-box-and-partners-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.gs-partner-section.home-3 .title-box-wrapper {
    width: 424px;
    height: 312px;
    overflow: hidden;
    padding: 32px 24px;
    background-color: #ffffff;
}
@media (max-width: 1399.97px) {
    .gs-partner-section.home-3 .title-box-wrapper {
        height: 424px;
    }
}
@media (max-width: 1199.97px) {
    .gs-partner-section.home-3 .title-box-wrapper {
        width: 65%;
        text-align: center;
        height: auto;
        background-color: transparent;
        padding: 0;
        padding-bottom: 16px;
    }
}
@media (max-width: 991.97px) {
    .gs-partner-section.home-3 .title-box-wrapper {
        width: 90%;
    }
}
@media (max-width: 767.98px) {
    .gs-partner-section.home-3 .title-box-wrapper {
        width: 100%;
    }
}
.gs-partner-section.home-3 .gs-partners {
    width: calc(100% - 448px);
}
@media (max-width: 1199.97px) {
    .gs-partner-section.home-3 .gs-partners {
        width: 100%;
    }
}

.gs-footer-section.home-3 .newslatter2 {
    background-color: #ffffff;
}
.gs-footer-section.home-3 .newslatter2 .news-latter-input {
    border: 1px solid #e9e6e6;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-footer-section.home-3 .newslatter2 .news-latter-input:focus {
    border: 1px solid #1f0300;
}
.gs-footer-section.home-3
    .newslatter2
    .news-latter-input::-webkit-input-placeholder {
    color: #796866;
}
.gs-footer-section.home-3
    .newslatter2
    .news-latter-input:-ms-input-placeholder {
    color: #796866;
}
.gs-footer-section.home-3
    .newslatter2
    .news-latter-input::-ms-input-placeholder {
    color: #796866;
}
.gs-footer-section.home-3 .newslatter2 .news-latter-input::placeholder {
    color: #796866;
}
.single-comment .left-area img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    object-fit: contain;
}
.rating-wrapper span.rating i {
    color: #F4BC40;
}
.gs-latest-post-section.home-3 .single-post.h2-single-post {
    border-radius: 12px;
}
.gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
    overflow: hidden;
    margin: 16px;
    padding: 16px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    max-height: 80px;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
@media (max-width: 1399.97px) {
    .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
        max-height: 108px;
    }
}
@media (max-width: 1199.97px) {
    .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
        max-height: 99px;
    }
}
@media (max-width: 991.97px) {
    .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
        max-height: 95px;
    }
}
@media (max-width: 767.98px) {
    .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
        max-height: 68px;
    }
}
@media (max-width: 575.97px) {
    .gs-latest-post-section.home-3 .single-post.h2-single-post .post-content {
        max-height: 89px;
    }
}
.gs-latest-post-section.home-3 .single-post.h2-single-post .post-title {
    color: #030712;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-latest-post-section.home-3 .single-post.h2-single-post .post-title:hover {
    color: #F4BC40;
}
.gs-latest-post-section.home-3 .single-post.h2-single-post .post-desc {
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    color: #4c3533;
    font-size: 14px;
}
.gs-latest-post-section.home-3 .single-post.h2-single-post:hover .post-content {
    max-height: 100%;
}
.gs-latest-post-section.home-3 .single-post.h2-single-post:hover .poster {
    opacity: 1;
    visibility: visible;
}
.gs-latest-post-section.home-3 .single-post.h2-single-post:hover .post-desc {
    opacity: 1;
    visibility: visible;
}

.gs-latest-post-section.home-3 .post-img {
    height: 288px;
    width: 100%;
}

span.select2-selection.select2-selection--multiple {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    width: 100%;
    padding: 11px 20px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* gap: 10px; */
    border-radius: 8px;
    border: 1px solid #00000033 !important;
    color: #292929;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Montserrat' !important;
    color: #292929CC;
    text-transform: capitalize;
}
span.select2-selection.select2-selection--multiple textarea.select2-search__field::placeholder{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Montserrat' !important;
}
.select-area .select2-container {
    width: 100% !important;
}
@media (max-width: 1399.97px) {
    .gs-latest-post-section.home-3 .post-img {
        height: 334px;
    }
}
@media (max-width: 1199.97px) {
    .gs-latest-post-section.home-3 .post-img {
        height: 340px;
    }
}
@media (max-width: 991.97px) {
    .gs-latest-post-section.home-3 .post-img {
        height: 320px;
    }
}
@media (max-width: 767.98px) {
    .gs-latest-post-section.home-3 .post-img {
        height: 242px;
    }
}
@media (max-width: 575.97px) {
    .gs-latest-post-section.home-3 .post-img {
        height: auto;
    }
}

.gs-latest-post-section.home-3 .poster {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-top: 12px;
    opacity: 0;
    visibility: hidden;
}
.gs-latest-post-section.home-3 .poster .poster-avater-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.gs-latest-post-section.home-3 .poster .avater {
    width: 100%;
    height: 100%;
}
.gs-latest-post-section.home-3 .poster .poster_name-and-post_date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3px;
}
.gs-latest-post-section.home-3 .poster .poster_name {
    color: #030712;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.gs-latest-post-section.home-3 .poster .post_date {
    color: #030712;
    font-family: Jost;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.gs-latest-post-section.home-3 .latest-post-area {
    margin: -25px 0;
}

/********************** blog start **********************/
.gs-blog-wrapper {
    padding: 120px 0;
    background-color: #f6f6f6;
}
@media (max-width: 991.97px) {
    .gs-blog-wrapper {
        padding: 60px 0;
    }
}
.gs-blog-wrapper .gs-main-blog-wrapper .gs-main-single-blog {
    margin-bottom: 40px;
}
@media (max-width: 767.98px) {
    .gs-blog-wrapper .gs-main-blog-wrapper .gs-main-single-blog {
        margin-bottom: 20px;
    }
}
.gs-blog-wrapper .gs-blog-sidebar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 24px;
    background: #ffffff;
}
.gs-blog-wrapper .gs-blog-sidebar-wrapper.right-side {
    margin-left: 24px;
    margin-right: 0px;
}
@media (max-width: 991.97px) {
    .gs-blog-wrapper .gs-blog-sidebar-wrapper {
        margin-right: 0px;
    }
    .gs-blog-wrapper .gs-blog-sidebar-wrapper.right-side {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.gs-blog-wrapper .gs-blog-sidebar-wrapper .single-blog-widget:last-child {
    margin-bottom: 24px;
    margin-top: 24px;
}
@media (max-width: 991.97px) {
    .gs-blog-wrapper .gs-blog-sidebar-wrapper .single-blog-widget:last-child {
        margin-bottom: 16px;
        margin-top: 16px;
    }
}

.gs-blog-details-wrapper .gs-blog-card .fea-img {
    margin-bottom: 16px;
}

.gs-blog-details-wrapper .gs-blog-card .fea-title {
    margin-top: 24px;
}

.gs-blog-details-wrapper .gs-blog-card .meta-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}
@media (max-width: 1399.97px) {
    .gs-blog-details-wrapper .gs-blog-card .meta-info-wrapper {
        gap: 10px;
    }
}
.gs-blog-details-wrapper .gs-blog-card .meta-info-wrapper .single-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #4c3533;
}
.gs-blog-details-wrapper
    .gs-blog-card
    .meta-info-wrapper
    .single-meta:last-child {
    border-right: none;
}
.gs-blog-details-wrapper
    .gs-blog-card
    .meta-info-wrapper
    .single-meta
    a.meta-title:hover {
    color: #F4BC40;
}
.gs-blog-details-wrapper
    .gs-blog-card
    .meta-info-wrapper
    .single-meta
    .meta-title {
    display: inline-block;
    color: #4c3533;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 27.2px */
    padding-right: 30px;
}
@media (max-width: 1399.97px) {
    .gs-blog-details-wrapper
        .gs-blog-card
        .meta-info-wrapper
        .single-meta
        .meta-title {
        padding-right: 10px;
    }
}
@media (max-width: 767.98px) {
    .gs-blog-details-wrapper .gs-blog-card .meta-info-wrapper .single-meta {
        border-right: none;
    }
    .gs-blog-details-wrapper
        .gs-blog-card
        .meta-info-wrapper
        .single-meta
        .meta-title {
        padding-right: 0px;
    }
}

/********************** blog end **********************/
.gs-product-sidebar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}
.gs-product-sidebar-wrapper .price-range {
    padding-top: 24px;
}
.gs-product-sidebar-wrapper .price-range .ui-widget.ui-widget-content {
    border: none;
    height: 4px;
    background: #e9e6e6;
    border-radius: 2px;
}
.gs-product-sidebar-wrapper .price-range .ui-slider .ui-slider-range {
    background-color: #292929;
}
.gs-product-sidebar-wrapper .price-range .ui-slider-handle {
    cursor: pointer;
    top: -5px;
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid #292929;
    background: #292929;
}
/* .gs-product-sidebar-wrapper .price-range .ui-slider-handle.ui-state-active {
    background-color: #F4BC40;
} */
/* .gs-product-sidebar-wrapper .price-range .ui-slider-handle:focus-within {
    color: #F4BC40;
    outline: none;
} */
.single-product-widget .price-range {
    padding: 0 30px;
    margin-top: 30px;
}
.gs-product-sidebar-wrapper .price-range .range_output {
    width: 100%;
    margin-top: 24px;
    color: #1f0300;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    border: none;
}
.gs-product-sidebar-wrapper .warranty-type {
    padding: 30px 20px;
}
.gs-product-sidebar-wrapper .warranty-type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.gs-product-sidebar-wrapper .gs-recent-post-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
}

.mobile-menu-widget > .single-product-widget {
    padding: 0;
}

.product-cat-widget {
    padding-top: 24px;
}
.product-cat-widget ul li.main-list {
    margin-bottom: 24px;
}
.product-cat-widget ul li.main-list:last-child {
    margin-bottom: 0;
}
.product-cat-widget ul li a {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
    display: block;
    /* margin-bottom: 20px; */
    margin: 15px 0;
    cursor: pointer;
}
.product-cat-widget ul li a:hover {
    color: #F4BC40;
}
.product-cat-widget ul li a[data-bs-toggle="collapse"] {
    position: relative;
}
.product-cat-widget ul li a[data-bs-toggle="collapse"]::after {
    content: "-";
    font-size: 24px;
    position: absolute;
    right: 0;
}
.product-cat-widget ul li a[data-bs-toggle="collapse"][aria-expanded="true"] {
    color: #F4BC40;
}
.product-cat-widget
    ul
    li
    a[data-bs-toggle="collapse"][aria-expanded="true"]::after {
    content: "";
}
.product-cat-widget
    ul
    li
    a[data-bs-toggle="collapse"][aria-expanded="false"]::after {
    content: "";
}
.product-cat-widget ul li button[aria-expanded="true"] {
    color: #F4BC40;
}
.product-cat-widget ul li button[aria-expanded="true"] .fa-solid.fa-minus {
    display: block;
}
.product-cat-widget ul li button[aria-expanded="true"] .fa-solid.fa-plus {
    display: none;
}
.product-cat-widget ul li button[aria-expanded="false"] .fa-solid.fa-plus {
    display: block;
}
.product-cat-widget ul li button[aria-expanded="false"] .fa-solid.fa-minus {
    display: none;
}
.product-cat-widget ul li ul li {
    margin-bottom: 0 !important;
}
.product-cat-widget ul li ul li a {
    margin-bottom: 16px;
}

.product-nav-wrapper {
    background-color: #ffffff;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-nav-wrapper h5 {
    font-weight: 500;
}
.product-nav-wrapper .sort-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-nav-wrapper .filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* gap: 40px; */
}
.nice-select.nice-select2 {
    min-width: 100%;
    margin-bottom: 1.5rem;
    border: solid 1px #d8d4d5;
}
@media (max-width: 991.97px) {
    .product-nav-wrapper .filter-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}
.product-nav-wrapper .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.product-nav-wrapper .btn-wrapper .grid-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 48px;
    padding: 13px 9px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 4px;
    border: 1px solid #c7c0bf;
}
.product-nav-wrapper .btn-wrapper .grid-btn.active svg path {
    fill: #F4BC40;
}

.attribute-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.single-product-details-content-wrapper {
    padding-top: 60px;
    padding-bottom: 120px;
}
@media (max-width: 991.97px) {
    .single-product-details-content-wrapper {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}
.single-product-details-content-wrapper hr {
    padding: 0;
    margin: 24px 0;
}
.single-product-details-content-wrapper .product-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.single-product-details-content-wrapper .product-breadcrumb li::after {
    content: "/";
    margin-left: 10px;
}
.single-product-details-content-wrapper
    .product-breadcrumb
    li:last-child::after {
    content: "";
    margin-left: 0px;
}
.single-product-details-content-wrapper .product-breadcrumb li a {
    color: #030712;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
}
@media (max-width: 767.98px) {
    .single-product-details-content-wrapper .product-breadcrumb li a {
        font-size: 16px;
    }
}
.single-product-details-content-wrapper .product-breadcrumb li a:hover {
    color: #F4BC40;
}
/* .single-product-details-content-wrapper .gs-product-details-gallery-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
} */
.single-product-details-content-wrapper
    .gs-product-details-gallery-wrapper
    .gal-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 38px;
    padding: 9px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: #F4BC40;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #ffffff;
    font-size: 14px;
}
.single-product-details-content-wrapper .product-nav-slider {
    margin-top: 24px;
}
.single-product-details-content-wrapper
    .gs-product-details-gallery-wrapper
    .product-nav-slider
    .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.single-product-details-content-wrapper
    .gs-product-details-gallery-wrapper
    .main-img {
    -o-object-fit: cover;
    object-fit: cover;
    cursor: -webkit-grab;
    cursor: grab;
    border: 1px solid #00000033;
    border-radius: 8px;
    height: 475px;
    object-fit: contain;
}
.product-cards-main .main-img.product-main-image {
    border: none;
    border-radius: 0;
}
.product-cards-main {
    overflow: hidden;
    position: relative;
    border: 1px solid #00000033;
    border-radius: 8px;
  }

  .product-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, transform-origin 0.3s ease;
    cursor: pointer;
  }
  .product-cards-main .slick-slide img {
    display: none !important;
}

.product-cards-main .slick-slide.slick-current.slick-active img {
    display: block !important;
}
  .product-cards-main:hover .product-main-image {
    transform: scale(2);
  }
  model-viewer {
    width: 100%;
    height: 500px;
  }
  .input-label-wrapper.schedule-time-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}
  .input-label-wrapper.schedule-time-wrapper span.schedule_right {
    width: 50%;
}

.input-label-wrapper.schedule-time-wrapper .schedule_left {
    width: 50%;
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 8px;
}
@media (max-width: 1399.97px) {
    .single-product-details-content-wrapper
        .gs-product-details-gallery-wrapper
        .main-img {
        height: 400px !important;
    }
}
@media (max-width: 1199.97px) {
    .single-product-details-content-wrapper
        .gs-product-details-gallery-wrapper
        .main-img {
        width: 470px !important;
    }
}
@media (max-width: 991.97px) {
    .single-product-details-content-wrapper
        .gs-product-details-gallery-wrapper
        .main-img {
        width: 100% !important;
    }
}
@media (max-width: 767.98px) {
    .single-product-details-content-wrapper
        .gs-product-details-gallery-wrapper
        .main-img {
        height: 350px !important;
    }
}
.single-product-details-content-wrapper
    .gs-product-details-gallery-wrapper
    .nav-img {
    -o-object-fit: cover;
    object-fit: cover;
    cursor: -webkit-grab;
    cursor: grab;
    border: 1px solid #00000033;
    border-radius: 10px;
}
@media (max-width: 767.98px) {
    .single-product-details-content-wrapper
        .gs-product-details-gallery-wrapper
        .nav-img {
        width: 100px !important;
        height: 100px !important;
    }
}
@media (max-width: 424.99px) {
    .single-product-details-content-wrapper
        .gs-product-details-gallery-wrapper
        .nav-img {
        width: 80px !important;
        height: 80px !important;
    }
}
.single-product-details-content-wrapper .product-info-wrapper h3 {
    color: #292929;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.75px;
    font-family: "Montserrat";    
    margin-bottom: 10px;
}
.rating-wrapper span.rating {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-family: "Montserrat";
    color: #292929;
    font-weight: 500;
}
.code-section,
.code-section, .brand-section {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.brand-section {
    margin-top: 8px;
}
.code-section span.codes {
    background: #0000000D;
    padding: 10px 15px;
    border-radius: 8px;
}
.code-section span.codes,
.brand-section span.brand,
.brand-section span.types {
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #292929;
}
.code-section span.codes span.code-num,
.brand-section span.brand span.code-num,
.brand-section span.types span.code-num {
    font-weight: 600;
    color: #292929;
    line-height: 26px;
}
.rating-wrapper span.rating span {
    color: #333333;
}
.single-product-details-content-wrapper .product-info-wrapper .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.single-product-details-content-wrapper
    .product-info-wrapper
    .price-wrapper
    h5 {
    color: #292929;
    font-size: 32px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Montserrat";
    margin-top: 30px;
    margin-bottom: 40px;
    /* text-transform: uppercase; */
}

.access-option {
    border: 1px solid #00000029;
    padding: 24px 20px;
    border-radius: 8px;
    width: 26%;
}
.payment-details-main {
    width: 74%;
}
.payment-details {
    border: 1px solid #00000029;
    border-radius: 8px;
}
.payment-details ul {
    padding: 0 24px 14px;
}
.access-option h5 {
    color: #262626;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Montserrat";
    margin-bottom: 26px;
}
.access-option ul li {
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}
.one-time-purchase {
    border: 1px solid #00000033;
    border-radius: 8px;
    padding: 14px 24px;
    margin-top: 10px;
}
.access-option ul li:last-child {
    margin-bottom: 0px;
}
.payment-details ul li {
    display: flex;
    justify-content: space-between;
    padding: 14px 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #292929;
    font-family: "Montserrat";
    letter-spacing: 0.5px;
    /* text-transform: capitalize; */
}
.one-time-purchase {
    border: 1px solid #00000033;
    border-radius: 8px;
    padding: 14px 24px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #292929;
    font-family: "Montserrat";
    letter-spacing: 0.5px;
}
span.price-aed {
    font-size: 18px;
    font-weight: 600;
}
.payment-details ul li.border-b {
    border-bottom: 1px solid #00000029;
    /* text-transform: capitalize; */
}
.payment-details .notes {
    justify-content: normal;
    gap: 5px;
    font-size: 18px;
}
.payment-details .notes span.unsubscribe {
    font-weight: 500;
    font-size: 14px;
    color: #292929;
    /* text-transform: capitalize; */
    letter-spacing: 0.5px;
}
.payment-details .notes span.note {
    font-size: 14px;
    font-weight: 600;
    color: #292929;
}
span.notes {
    padding: 16px 24px;
    display: block;
    background: #2929291A;
}
.select-box p,
.single-product-details-content-wrapper .varition-title {
    color: #262626;
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.select-area {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.select-area select.form-select {
    border: 1px solid #00000029;
    padding: 16px 30px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat";
    font-weight: 400;
    position: relative;
}
/* ul#select2-service_addon_id-container,
ul#select2-product_addon_id-container {
    position: relative;
} */

ul#select2-service_addon_id-container:after,
ul#select2-product_addon_id-container:after {
    position: absolute;
    content: "\f107"; /* Unicode */
    font-family: "FontAwesome"; /* Specify FontAwesome */
    font-weight: 900; /* Ensure correct weight for some versions */
    width: auto;
    height: auto;
    right: 15px; /* Adjust as needed */
    top: 50%;
    transform: translateY(-50%);
}

.single-product-details-content-wrapper
    .product-info-wrapper
    .price-wrapper
    h5
    del {
    font-weight: 400;
}
.single-product-details-content-wrapper
    .product-info-wrapper
    .price-wrapper
    .product-badge {
    display: inline-block;
    height: 38px;
    padding: 9px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    background-color: #030712;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 32px;
}
/* .single-product-details-content-wrapper .product-info-wrapper .rating-wrapper {
    padding-top: 12px;
} */
.single-product-details-content-wrapper .product-stocks-wraper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.single-product-details-content-wrapper .product-stocks-wraper ul li {
    color: #4c3533;
}
.single-product-details-content-wrapper .product-stocks-wraper ul li span {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.single-product-details-content-wrapper .product-stocks-wraper ul li span b {
    font-weight: 500;
}
.single-product-details-content-wrapper .attribute-wrapper .attribute-title {
    color: #1f0300;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
    display: block;
}
.single-product-details-content-wrapper .variation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
/* .single-product-details-content-wrapper .varition-title {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
} */
.single-product-details-content-wrapper .variation-sizes {
    margin-bottom: 24px;
}
.single-product-details-content-wrapper .variation-sizes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.single-product-details-content-wrapper
    .variation-sizes
    ul
    li
    input[type="radio"] {
    display: none;
}
.single-product-details-content-wrapper .variation-sizes ul li label {
    cursor: pointer;
    min-width: 32px;
    height: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 9px 10px;
    -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;
    gap: 10px;
    color: #030712;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-transform: capitalize;
    border: 1px solid #d9d4d4;
    background: #ffffff;
}
.single-product-details-content-wrapper
    .variation-sizes
    ul
    li
    input[type="radio"]:checked
    + label {
    border-color: #030712;
    background-color: #030712;
    color: #ffffff;
}
.single-product-details-content-wrapper .variation-colors {
    margin-bottom: 24px;
}
.single-product-details-content-wrapper .variation-colors ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.single-product-details-content-wrapper
    .variation-colors
    ul
    li
    input[type="radio"] {
    display: none;
}
.single-product-details-content-wrapper .variation-colors ul li label {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}
.single-product-details-content-wrapper
    .variation-colors
    ul
    li
    input[type="radio"]:checked
    + label {
    border-color: #030712;
    background-color: #030712;
    color: #ffffff;
    outline: 2px solid;
    width: 40px;
    height: 40px;
    border: 4px solid #ffffff;
}
.single-product-details-content-wrapper .add-qty-wrapper {
    margin-top: 20px;
}
.single-product-details-content-wrapper
    .add-qty-wrapper
    .product-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-product-details-content-wrapper
    .add-qty-wrapper
    .product-input-wrapper
    .action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 66px;
    height: 66px;
    padding: 15px;
    -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;
    gap: 10px;
    background-color: transparent;
    color: #292929;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-transform: capitalize;
    border: 1px solid #33333333;
    border-radius: 100px;
}
.d-flex.justify-content-between.mt-top {
    padding: 0 20px;
}
p.cart-summary-subtitle.gateway {
    text-transform: capitalize;
}
span.w-td,
.gateway {
    font-size: 16px;
}
.single-product-details-content-wrapper
    .add-qty-wrapper
    .product-input-wrapper
    .qty-input {
    height: 66px;
    padding: 15px;
    color: #292929;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    outline: none;
    width: 66px;
    background-color: transparent;
    border: 1px solid #33333333;
    margin: 0 13px;
    letter-spacing: .75px;
    border-radius: 100px;
}

.single-product-details-content-wrapper
    .add-qty-wrapper
    .product-input-wrapper
    input[type="number"]::-webkit-inner-spin-button,
.single-product-details-content-wrapper
    .add-qty-wrapper
    .product-input-wrapper
    input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.single-product-details-content-wrapper .wish-compare-report-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}
@media (max-width: 1199.97px) {
    .single-product-details-content-wrapper .wish-compare-report-wrapper {
        gap: 10px;
    }
}
.single-product-details-content-wrapper
    .wish-compare-report-wrapper
    .link
    .title {
    font-size: 27px;
    line-height: 40px;
    color: #333333;
    font-weight: 400;
    font-family: "Montserrat";
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.single-product-details-content-wrapper
    .wish-compare-report-wrapper
    .link
    svg
    path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.single-product-details-content-wrapper
    .wish-compare-report-wrapper
    .link:hover {
    color: #F4BC40;
}
.single-product-details-content-wrapper
    .wish-compare-report-wrapper
    .link:hover
    .title {
    color: #F4BC40;
}
.single-product-details-content-wrapper
    .wish-compare-report-wrapper
    .link:hover
    svg
    path {
    stroke: #F4BC40;
}
.single-product-details-content-wrapper .share-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
.single-product-details-content-wrapper .share-links .share-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}
.single-product-details-content-wrapper .store-seller-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    background-color: #f8f7f7;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.single-product-details-content-wrapper .store-seller-wrapper span {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.single-product-details-content-wrapper .store-seller-wrapper span b {
    font-weight: 500;
}
.single-product-details-content-wrapper
    .store-seller-wrapper
    .action-btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}
.single-product-details-content-wrapper
    .store-seller-wrapper
    .action-btns-wrapper
    .template-btn {
    padding: 8px 20px;
}

.tab-product-des-wrapper .nav-tabs {
    border-bottom: 3px solid #29292929;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* gap: 24px; */
    margin-bottom: 40px;
    background: #2929290D;
}
@media (max-width: 991.97px) {
    .tab-product-des-wrapper .nav-tabs {
        margin-bottom: 20px;
    }
}

.tab-product-des-wrapper .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 10px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 2px;
    border: none;
    color: #030712;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Montserrat" !important;
}
/* .tab-product-des-wrapper .nav-link:hover {
    background: #F4BC40;
    color: #ffffff;
    border: 1px solid #F4BC40;
} */
.tab-product-des-wrapper .nav-link.active {
    background-color: #F4BC401A;
    color: #262626;
    border: none;
    box-shadow: inset 0 -3px #F4BC40;
    border-radius: 0;
}
.tab-content > .tab-pane {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Montserrat";
}
@media (max-width: 1199.97px) {
    .tab-product-des-wrapper .nav-link {
        height: 48px;
        padding: 10px 20px;
        font-size: 16px;
    }
}
@media (max-width: 575.97px) {
    .tab-product-des-wrapper .nav-link {
        font-size: 14px;
        height: 40px;
    }
}

.tab-product-des-wrapper .review-tab-content-wrapper .stars {
    display: inline-block;
}

.tab-product-des-wrapper .review-tab-content-wrapper .name {
    font-weight: 500;
    margin: 4px 0;
}

.tab-product-des-wrapper .review-tab-content-wrapper .reating-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}

.tab-product-des-wrapper .review-tab-content-wrapper .comment-body {
    margin-bottom: 16px;
}

.tab-product-des-wrapper .review-tab-content-wrapper .review-area .title {
    margin-top: 30px;
    margin-bottom: 5px;
}

.tab-product-des-wrapper
    .review-tab-content-wrapper
    .review-area
    .star-area
    .star-list
    li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #bdbdbd;
    position: relative;
}
.tab-product-des-wrapper
    .review-tab-content-wrapper
    .review-area
    .star-area
    .star-list
    li
    i {
    cursor: pointer;
    margin-right: -3px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
a.header-logo-wrapper img {
    width: 80px;
    height: auto;
}
.tab-product-des-wrapper
    .review-tab-content-wrapper
    .review-area
    .star-area
    .star-list
    li.active
    i,
.tab-product-des-wrapper
    .review-tab-content-wrapper
    .review-area
    .star-area
    .star-list
    li:hover
    i {
    color: #fac451;
}
.tab-product-des-wrapper
    .review-tab-content-wrapper
    .review-area
    .star-area
    .star-list
    li::after {
    position: absolute;
    content: "||";
    top: 0px;
    right: -18px;
}
.tab-product-des-wrapper
    .review-tab-content-wrapper
    .review-area
    .star-area
    .star-list
    li:last-child::after {
    display: none;
}

.tab-product-des-wrapper .review-tab-content-wrapper .write-comment-area {
    padding-top: 20px;
}
.tab-product-des-wrapper
    .review-tab-content-wrapper
    .write-comment-area
    textarea {
    width: 100%;
    height: 190px;
    background: #fff;
    color: #888888;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 15px;
    resize: none;
    outline: 0;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.tab-product-des-wrapper
    .review-tab-content-wrapper
    .write-comment-area
    textarea:focus {
    border-color: #F4BC40;
}

.tab-product-des-wrapper .sholesell-tab-content-wrapper .price-summary {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    opacity: 666;
    border-radius: 0 0 5px 5px;
}
.tab-product-des-wrapper
    .sholesell-tab-content-wrapper
    .price-summary
    .price-summary-content
    .title {
    font-weight: 500;
    background: #e9e6e6;
    color: #1f0300;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}
.tab-product-des-wrapper
    .sholesell-tab-content-wrapper
    .price-summary
    .price-summary-content
    .price-summary-list {
    padding: 5px 20px 15px;
}
.tab-product-des-wrapper .sholesell-tab-content-wrapper .price-summary li {
    font-size: 13px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    border-bottom: 1px solid #e9e6e6;
    padding: 12px 0;
}
.tab-product-des-wrapper
    .sholesell-tab-content-wrapper
    .price-summary
    li:last-child {
    border-bottom: none;
}

.gs-product-cards-slider-area {
    padding: 120px 0;
}
.gs-product-cards-slider-area.more-products-by-seller {
    background: #f6f6f6;
}
.gs-product-cards-slider-area .title {
    margin-bottom: 60px;
}
@media (max-width: 991.97px) {
    .gs-product-cards-slider-area .title {
        margin-bottom: 30px;
    }
}
@media (max-width: 991.97px) {
    .gs-product-cards-slider-area {
        padding: 60px 0;
    }
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* gap: 24px; */
}
@media (max-width: 767.98px) {
    .slick-track {
        gap: 0;
    }
}

.slick-dots {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
}
@media (max-width: 991.97px) {
    .slick-dots {
        margin-top: 25px;
    }
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    font-size: 0;
    border-radius: 50%;
    background-color: rgba(255, 76, 59, 0.2);
}
.slick-dots li.slick-active button {
    border-radius: 8px;
    background-color: #F4BC40;
}
@media (max-width: 575.97px) {
    .slick-dots li button {
        width: 12px;
        height: 12px;
    }
}
@media (max-width: 575.97px) {
    .slick-dots {
        bottom: 35px;
    }
}

.gs-checkout-wrapper {
    padding: 120px 0;
}
@media (max-width: 991.97px) {
    .gs-checkout-wrapper {
        padding: 60px 0;
    }
}
.gs-checkout-wrapper .checkout-step-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
    position: relative;
}
.gs-checkout-wrapper .checkout-step-wrapper .line {
    position: absolute;
    top: 32%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: calc(100% - 100px);
    height: 1px;
    background-color: transparent;
    border-top: 1px dashed #030712;
    z-index: 1;
}
.gs-checkout-wrapper .checkout-step-wrapper .line-2 {
    position: absolute;
    top: 32%;
    z-index: 2;
    width: calc(50% - 50px);
    border-top: 1px solid #F4BC40;
    left: 50px;
}
.gs-checkout-wrapper .checkout-step-wrapper .line-3 {
    position: absolute;
    top: 32%;
    z-index: 2;
    width: calc(50% - 50px);
    border-top: 1px solid #F4BC40;
    right: 50px;
}
.gs-checkout-wrapper .checkout-step-wrapper .single-step {
    position: relative;
    z-index: 5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    gap: 8px;
}
.gs-checkout-wrapper .checkout-step-wrapper .single-step .step-btn {
    display: inline-block;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background-color: #e9e6e6;
    color: #796866;
}
.gs-checkout-wrapper .checkout-step-wrapper .single-step .step-txt {
    color: #796866;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 26px */
}
.gs-checkout-wrapper .checkout-step-wrapper .single-step.active .step-btn {
    background-color: #F4BC40;
    color: #ffffff;
}
.gs-checkout-wrapper .checkout-step-wrapper .single-step.active .step-txt {
    color: #F4BC40;
}
@media (max-width: 767.98px) {
    .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-txt {
        font-size: 16px;
    }
}
@media (max-width: 459.99px) {
    .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-txt {
        font-size: 14px;
    }
}
@media (max-width: 399.97px) {
    .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-btn {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
    .gs-checkout-wrapper .checkout-step-wrapper .single-step .step-txt {
        font-size: 12px;
    }
}
.gs-checkout-wrapper .address-wrapper .form-title {
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.gs-checkout-wrapper .address-wrapper .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.gs-checkout-wrapper .address-wrapper .input-wrapper .label-cls {
    color: #292929;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-family: "Montserrat";
}
.gs-checkout-wrapper .address-wrapper .input-wrapper .input-cls, textarea#shipping-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 16px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #00000029;
    color: #796866;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
@media (max-width: 1199.97px) {
    .gs-checkout-wrapper .address-wrapper .input-wrapper .input-cls {
        padding: 12px 20px;
    }
}
.gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select {
    padding: 0px;
    height: 60px;
}
.gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select .current {
    padding: 19px 24px;
}
@media (max-width: 1199.97px) {
    .gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select {
        height: 48px;
    }
    .gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select .current {
        padding: 12px 20px;
    }
}
@media (max-width: 575.97px) {
    .gs-checkout-wrapper .address-wrapper .input-wrapper .label-cls {
        color: #1f0300;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        text-transform: capitalize;
    }
    .gs-checkout-wrapper .address-wrapper .input-wrapper .input-cls {
        padding: 10px 20px;
    }
    .gs-checkout-wrapper
        .address-wrapper
        .input-wrapper
        .input-cls::-webkit-input-placeholder {
        font-size: 14px;
    }
    .gs-checkout-wrapper
        .address-wrapper
        .input-wrapper
        .input-cls:-ms-input-placeholder {
        font-size: 14px;
    }
    .gs-checkout-wrapper
        .address-wrapper
        .input-wrapper
        .input-cls::-ms-input-placeholder {
        font-size: 14px;
    }
    .gs-checkout-wrapper
        .address-wrapper
        .input-wrapper
        .input-cls::placeholder {
        font-size: 14px;
    }
    .gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select .current {
        font-size: 14px;
    }
}
.gs-checkout-wrapper .summary-box {
    background-color: transparent;
    padding: 30px;
    border: 1px solid #00000029;
    border-radius: 8px;
}
.gs-checkout-wrapper .summary-box .summary-title {
    margin-bottom: 16px;
}
/* .gs-checkout-wrapper .summary-box .summary-inner-box {
    margin-top: 32px;
} */
.gs-checkout-wrapper .summary-box .inputs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.gs-checkout-wrapper .summary-box .coupon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gs-checkout-wrapper .summary-box .coupon-wrapper button {
    width: 132px;
    padding: 18px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background-color: #050404;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-checkout-wrapper .summary-box .coupon-wrapper button:hover {
    background-color: #745d5d;
}
@media (max-width: 399.97px) {
    .gs-checkout-wrapper .summary-box .coupon-wrapper button {
        padding: 14px 40px;
    }
}
.gs-checkout-wrapper .summary-box .coupon-wrapper input {
    padding: 15px 16px;
    color: #574240;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    width: calc(100% - 132px);
}
@media (max-width: 399.97px) {
    .gs-checkout-wrapper .summary-box .coupon-wrapper input {
        padding: 5px;
    }
}
/* .gs-checkout-wrapper .summary-box .details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
} */
.gs-checkout-wrapper .summary-box .details-wrapper .price-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.gs-checkout-wrapper .summary-box .details-wrapper .price-details span {
    color: #1f0300;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.gs-checkout-wrapper
    .summary-box
    .details-wrapper
    .price-details
    span.right-side {
    color: #4c3533;
}
@media (max-width: 399.97px) {
    .gs-checkout-wrapper .summary-box .details-wrapper .price-details span {
        font-size: 16px;
    }
}
.gs-checkout-wrapper .summary-box .final-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* margin-top: 16px; */
}
.cart-summary-item.d-flex.justify-content-between.cupon-btn {
    padding: 20px 0;
}
.gs-checkout-wrapper .summary-box .final-price span {
    color: #1f0300;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.gs-checkout-wrapper .summary-box .final-price span.total-amount {
    color: #F4BC40;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
.gs-checkout-wrapper .summary-box .btn-wrappers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.gs-checkout-wrapper .shipping-billing-address-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding: 24px;
    background-color: #f8f7f7;
}
.gs-checkout-wrapper
    .shipping-billing-address-wrapper
    .single-addres
    .single-addres {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.gs-checkout-wrapper
    .shipping-billing-address-wrapper
    .single-addres
    .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.gs-checkout-wrapper
    .shipping-billing-address-wrapper
    .single-addres
    .edit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    padding: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #050404;
    text-transform: capitalize;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-checkout-wrapper
    .shipping-billing-address-wrapper
    .single-addres
    .edit-btn:hover {
    background-color: #745d5d;
}
.gs-checkout-wrapper .shipping-billing-address-wrapper .single-addres h5 {
    margin-bottom: 16px;
}
.gs-checkout-wrapper .shipping-billing-address-wrapper .single-addres ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.gs-checkout-wrapper .shipping-billing-address-wrapper .single-addres ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.gs-checkout-wrapper
    .shipping-billing-address-wrapper
    .single-addres
    ul
    li
    span {
    color: #030712;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
@media (max-width: 399.97px) {
    .gs-checkout-wrapper .shipping-billing-address-wrapper {
        padding: 10px;
    }
    .gs-checkout-wrapper
        .shipping-billing-address-wrapper
        .single-addres
        ul
        li
        svg {
        width: 16px;
        height: 16px;
    }
    .gs-checkout-wrapper
        .shipping-billing-address-wrapper
        .single-addres
        ul
        .title {
        font-size: 14px;
    }
}
.gs-checkout-wrapper .product-infos-wrapper {
    margin-top: 40px;
    padding: 24px;
    background-color: #f8f7f7;
}
.gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper {
    border-radius: 12px;
    padding: 24px;
    background-color: #ffffff;
}
.gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper ul li span {
    color: #1f0300;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper ul li span b {
    font-weight: 500;
}
@media (max-width: 399.97px) {
    .gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper ul li span {
        font-size: 14px;
    }
}
.gs-checkout-wrapper .product-infos-wrapper .product-list {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}
.gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #b7aead;
}
@media (max-width: 767.98px) {
    .gs-checkout-wrapper
        .product-infos-wrapper
        .product-list
        .checkout-single-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .gs-checkout-wrapper
        .product-infos-wrapper
        .product-list
        .checkout-single-product
        img {
        width: 100%;
    }
}
.gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    width: 50%;
}
.gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .product-specifications-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .product-specifications-list
    .specification-name {
    font-weight: 500;
    color: #1f0300;
    line-height: 130%;
    text-transform: capitalize;
    margin-top: 15px;
}
.gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .product-specifications-list
    li {
    display: flex;
    justify-content: space-between;
}
.gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .product-specifications-list
    .specification {
    color: #4c3533;
    line-height: 130%;
}
li.d-flex.justify-specification {
    flex-direction: column;
}
.d-flex.flex-addons {
    justify-content: space-between;
    margin-top: 10px;
}
@media (max-width: 399.97px) {
    .gs-checkout-wrapper
        .product-infos-wrapper
        .product-list
        .checkout-single-product
        .product-specifications-list
        .specification-name {
        font-size: 14px;
    }
    .gs-checkout-wrapper
        .product-infos-wrapper
        .product-list
        .checkout-single-product
        .product-specifications-list
        .specification {
        font-size: 14px;
    }
}
.gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .product-title {
    color: #1f0300;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .product-title:hover {
    color: #F4BC40;
}
.gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.gs-checkout-wrapper .select-payment-list-wrapper {
    padding: 40px 24px;
    background-color: #f8f7f7;
}
.gs-checkout-wrapper .select-payment-list-wrapper .title {
    margin-bottom: 32px;
}
.gs-checkout-wrapper .select-payment-list-wrapper .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.gs-checkout-wrapper .select-payment-list-wrapper .gs-radio-wrapper {
    gap: 12px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.gs-checkout-wrapper
    .select-payment-list-wrapper
    .gs-radio-wrapper
    .icon-label {
    top: 3px;
}
.gs-checkout-wrapper
    .select-payment-list-wrapper
    .gs-radio-wrapper
    .label-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-left: 32px;
}
.gs-checkout-wrapper
    .select-payment-list-wrapper
    .gs-radio-wrapper
    .label-wrapper
    .label-title {
    color: #4c3533;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.gs-checkout-wrapper
    .select-payment-list-wrapper
    .gs-radio-wrapper
    .label-wrapper
    .lable-subtitle {
    color: #4c3533;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.gs-checkout-wrapper .transection-wrapper {
    margin-top: 32px;
    padding: 24px;
    border-radius: 8px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.gs-checkout-wrapper .transection-wrapper .transection-title {
    color: #4c3533;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.gs-checkout-wrapper .transection-wrapper .transection-title b {
    font-weight: 500;
}

.gs-compare-wrapper table td {
    padding: 16px;
    min-width: 180px;
    vertical-align: top;
}
.gs-compare-wrapper table td .product-title {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: capitalize;
    color: #1f0300;
}
.gs-compare-wrapper table td .product-title:hover {
    color: #F4BC40;
}
.gs-compare-wrapper table td.btn-wrapper a:first-child {
    margin-bottom: 16px;
}
@media (max-width: 991.97px) {
    .gs-compare-wrapper table td.btn-wrapper a:first-child {
        margin-bottom: 8px;
    }
}

.gs-user-affiliate-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
}
@media (max-width: 991.97px) {
    .gs-user-affiliate-content-wrapper {
        gap: 24px;
    }
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 48px;
}
@media (max-width: 991.97px) {
    .gs-user-affiliate-content-wrapper .affiliate-program-wrapper {
        gap: 24px;
    }
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-box-wrapper,
.gs-user-affiliate-content-wrapper
    .affiliate-program-wrapper
    .affiliate-banner-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 28px;
}
@media (max-width: 991.97px) {
    .gs-user-affiliate-content-wrapper
        .affiliate-program-wrapper
        .copy-box-wrapper,
    .gs-user-affiliate-content-wrapper
        .affiliate-program-wrapper
        .affiliate-banner-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.gs-user-affiliate-content-wrapper
    .affiliate-program-wrapper
    .title-des-wrapper {
    width: 291px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
}
@media (max-width: 459.99px) {
    .gs-user-affiliate-content-wrapper
        .affiliate-program-wrapper
        .title-des-wrapper {
        width: 100%;
    }
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-box {
    width: calc(100% - 291px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    background-color: #f8f7f7;
}
@media (max-width: 991.97px) {
    .gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-box {
        width: 100%;
    }
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper .img-wrapper {
    width: calc(100% - 291px);
}
@media (max-width: 991.97px) {
    .gs-user-affiliate-content-wrapper .affiliate-program-wrapper .img-wrapper {
        width: 100%;
    }
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper .img-wrapper img {
    max-width: 370px;
}
@media (max-width: 767.98px) {
    .gs-user-affiliate-content-wrapper
        .affiliate-program-wrapper
        .img-wrapper
        img {
        max-width: initial;
    }
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-text {
    overflow-x: scroll;
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #F4BC40;
}
.gs-user-affiliate-content-wrapper .affiliate-program-wrapper .copy-btn:hover {
    background-color: #F4BC40;
}
.gs-user-affiliate-content-wrapper .pagination-wrapper {
    margin-top: 44px;
}
@media (max-width: 991.97px) {
    .gs-user-affiliate-content-wrapper .pagination-wrapper {
        margin-top: 14px;
    }
}

.gs-user-conversation-content-wrapper {
    overflow: hidden;
    padding: 48px 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 120px;
}
@media (max-width: 767.98px) {
    .gs-user-conversation-content-wrapper {
        padding: 20px;
    }
}
.gs-user-conversation-content-wrapper .ud-page-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}
.gs-user-conversation-content-wrapper .left-arrow-btn {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    background: #e9e6e6;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-user-conversation-content-wrapper .left-arrow-btn:hover {
    background: #c7c0bf;
}
.gs-user-conversation-content-wrapper .conversation-boxes-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
}
.gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    background: #f8f7f7;
}
.gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box
    .message-and-time-wrapper {
    min-height: 118px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    border-left: 1px solid #d9d4d4;
    padding-left: 24px;
}
.gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box
    .message-and-time-wrapper
    .time {
    color: #796866;
}
.gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box
    .message-and-time-wrapper
    .message {
    color: #1f0300;
}
.gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box.conversation-right {
    background: #fff5f5;
}
.gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .conversation-box.conversation-right
    .message-and-time-wrapper {
    border-left: 0;
    padding-left: 0;
    border-right: 1px solid #d9d4d4;
    padding-right: 24px;
}
@media (max-width: 767.98px) {
    .gs-user-conversation-content-wrapper
        .conversation-boxes-wrapper
        .conversation-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
    .gs-user-conversation-content-wrapper
        .conversation-boxes-wrapper
        .conversation-box
        .message-and-time-wrapper {
        padding-left: 0;
        border-left: 0;
    }
    .gs-user-conversation-content-wrapper
        .conversation-boxes-wrapper
        .conversation-box.conversation-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .gs-user-conversation-content-wrapper
        .conversation-boxes-wrapper
        .conversation-box.conversation-right
        .message-and-time-wrapper {
        border-right: 0 !important;
        padding-right: 0;
    }
}
.gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .message-sender-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    -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;
    gap: 12px;
}
@media (max-width: 767.98px) {
    .gs-user-conversation-content-wrapper
        .conversation-boxes-wrapper
        .message-sender-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}
.gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .message-sender-box
    .avater {
    width: 80px;
    height: 80px;
    border-radius: 80px;
}
.gs-user-conversation-content-wrapper
    .conversation-boxes-wrapper
    .message-sender-box
    .message-sender {
    color: #1f0300;
}
.gs-user-conversation-content-wrapper .send-message-form {
    margin-top: 60px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
}
@media (max-width: 767.98px) {
    .gs-user-conversation-content-wrapper .send-message-form {
        margin-top: 30px;
        gap: 16px;
    }
}
.gs-user-conversation-content-wrapper .send-message-form .message-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 171px;
    padding: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #e9e6e6;
    outline: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-user-conversation-content-wrapper .send-message-form .message-input:focus {
    border: 1px solid #F4BC40;
}
.gs-user-conversation-content-wrapper
    .send-message-form
    .conversation-reply-btn {
    width: 100%;
}

.vendor-edit-profile-section-wrapper .gs-edit-profile-section {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 32px 60px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 18px;
}
@media (max-width: 991.97px) {
    .vendor-edit-profile-section-wrapper .gs-edit-profile-section {
        padding: 16px 16px 30px 16px;
        gap: 4px;
    }
}
.vendor-edit-profile-section-wrapper
    .gs-edit-profile-section
    .edit-profile-area {
    width: 100%;
    margin-top: 0;
}
.vendor-edit-profile-section-wrapper
    .gs-edit-profile-section
    .edit-profile-area
    .btn-forms {
    width: 305px;
    margin-top: 50px;
}
@media (max-width: 575.97px) {
    .vendor-edit-profile-section-wrapper
        .gs-edit-profile-section
        .edit-profile-area
        .btn-forms {
        width: 100%;
        margin-top: 30px;
    }
}

.attachment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 32px;
    gap: 16px;
}
.attachment-box .title {
    color: #351c1a;
    line-height: 120%;
}
.attachment-box .description {
    color: #796866;
    line-height: 120%;
}
.attachment-box .template-btn {
    margin-top: 8px;
}
.attachment-box .template-btn.outline-btn {
    font-weight: 400;
}
.attachment-box .input-file {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
}
.attachment-box .dark-btn {
    color: #ffffff;
    cursor: pointer;
    padding: 18px 40px;
}
.attachment-box .fileName {
    margin-left: 10px;
}

.gs-vendor-order-invoice {
    padding: 48px 48px 80px 48px;
    background-color: #ffffff;
}
.gs-vendor-order-invoice .vendor-table-wrapper {
    padding: 0;
}
.gs-vendor-order-invoice .calculation-list {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}
.gs-vendor-order-invoice .calculation-list .calculation-list-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 120px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
}
.gs-vendor-order-invoice .calculation-list .calculation-list-item .amount {
    min-width: 161px;
}
@media (max-width: 767.98px) {
    .gs-vendor-order-invoice .calculation-list .calculation-list-item .amount {
        min-width: 112px;
    }
}
.gs-vendor-order-invoice .calculation-list .calculation-list-item:last-child {
    border-top: 1px solid #d9d4d4;
    padding-top: 16px;
}
@media (max-width: 991.97px) {
    .gs-vendor-order-invoice .calculation-list .calculation-list-item {
        gap: 60px;
        font-size: 16px;
    }
}
@media (max-width: 991.97px) {
    .gs-vendor-order-invoice {
        padding: 24px 24px 40px 24px;
    }
}
@media (max-width: 575.97px) {
    .gs-vendor-order-invoice {
        padding: 12px 12px 20px 12px;
    }
}

.gs-order-info-cards-wrapper {
    margin-bottom: 28px;
}
.gs-order-info-cards-wrapper .order-info-card {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 28px;
    border-radius: 12px;
    background: #ffffff;
}
.gs-order-info-cards-wrapper .order-info-card .title {
    color: #1f0300;
    font-weight: 500;
}
.gs-order-info-cards-wrapper .order-info-card .info-list {
    width: 100%;
}
.gs-order-info-cards-wrapper .order-info-card .info-list .info-list-item {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
    border-bottom: 1px solid #e9e6e6;
    color: #1f0300;
    font-size: 16px;
    line-height: 120%;
}
.gs-order-info-cards-wrapper
    .order-info-card
    .info-list
    .info-list-item
    .info-type {
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.gs-order-info-cards-wrapper .order-info-card .info-list .info-list-item .info {
    font-weight: 400;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: inline-block;
    max-width: 100%;
    word-break: break-all;
    white-space: normal;
}
.gs-order-info-cards-wrapper
    .order-info-card
    .info-list
    .info-list-item:last-child {
    border-bottom: none;
}
@media (max-width: 1599.99px) {
    .gs-order-info-cards-wrapper .order-info-card .info-list .info-list-item {
        gap: 24px;
    }
}
@media (max-width: 991.97px) {
    .gs-order-info-cards-wrapper .order-info-card .info-list .info-list-item {
        padding: 12px 0;
        font-size: 14px;
    }
}
.gs-order-info-cards-wrapper .order-info-card.order-details-card .info-type {
    min-width: 141px;
}
.gs-order-info-cards-wrapper .order-info-card.billing-details-card .info-type,
.gs-order-info-cards-wrapper .order-info-card.shipping-address-card .info-type {
    min-width: 99px;
}
@media (max-width: 991.97px) {
    .gs-order-info-cards-wrapper .order-info-card {
        gap: 14px;
    }
}
@media (max-width: 767.98px) {
    .gs-order-info-cards-wrapper .order-info-card {
        padding: 16px;
    }
}

.gs-vendor-profile-banner {
    padding: 32px 32px 80px 32px;
    border-radius: 12px;
    background: #ffffff;
}
.gs-vendor-profile-banner .title {
    color: #1f0300;
    font-weight: 500;
    margin-bottom: 32px;
}
@media (max-width: 991.97px) {
    .gs-vendor-profile-banner .title {
        margin-bottom: 16px;
    }
}
@media (max-width: 767.98px) {
    .gs-vendor-profile-banner .title {
        margin-bottom: 14px;
    }
}
.gs-vendor-profile-banner .banner-des-btn-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    gap: 48px;
}
@media (max-width: 991.97px) {
    .gs-vendor-profile-banner .banner-des-btn-wrapper {
        gap: 24px;
    }
}
.gs-vendor-profile-banner .banner-des-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0px 68px 0px 68px;
    gap: 26px;
}
.gs-vendor-profile-banner .banner-des-wrapper .des {
    color: #4c3533;
    line-height: 120%;
}
@media (max-width: 991.97px) {
    .gs-vendor-profile-banner .banner-des-wrapper {
        padding: 0;
    }
}
.gs-vendor-profile-banner .banner-wrapper {
    height: 366px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
.gs-vendor-profile-banner .banner-wrapper .banner {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.gs-vendor-profile-banner .banner-wrapper .change-banner-btn {
    position: absolute;
    bottom: 24px;
    right: 47px;
    cursor: pointer;
}
@media (max-width: 991.97px) {
    .gs-vendor-profile-banner .banner-wrapper {
        height: 280px;
    }
}
@media (max-width: 575.97px) {
    .gs-vendor-profile-banner .banner-wrapper {
        height: 180px;
    }
}
@media (max-width: 991.97px) {
    .gs-vendor-profile-banner {
        padding: 16px 16px 40px 16px;
    }
}

.gs-vendor-bulk-product-upload {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    gap: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
    background: #ffffff;
    padding: 48px 48px 80px 48px;
}
@media (max-width: 991.97px) {
    .gs-vendor-bulk-product-upload {
        padding: 24px 24px 40px 24px;
        gap: 24px;
    }
}
.gs-vendor-bulk-product-upload .title-downdload-btn-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    gap: 32px;
}
@media (max-width: 991.97px) {
    .gs-vendor-bulk-product-upload .title-downdload-btn-wrapper {
        gap: 16px;
    }
}
.gs-vendor-bulk-product-upload .upload-box {
    width: 100%;
    max-width: 873px;
    padding: 102px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    text-align: center;
    gap: 24px;
    border: 1px dashed #1f0300;
    background: #f8f7f7;
}
@media (max-width: 991.97px) {
    .gs-vendor-bulk-product-upload .upload-box {
        padding: 52px 12px;
        gap: 12px;
    }
}
.gs-vendor-bulk-product-upload .upload-box .upload-box-texts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    gap: 16px;
}
@media (max-width: 991.97px) {
    .gs-vendor-bulk-product-upload .upload-box .upload-box-texts-wrapper {
        gap: 8px;
    }
}
.gs-vendor-bulk-product-upload
    .upload-box
    .upload-box-texts-wrapper
    .upload-box-title {
    color: #1f0300;
}
.gs-vendor-bulk-product-upload
    .upload-box
    .upload-box-texts-wrapper
    .upload-box-title
    .link {
    color: #F4BC40;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.gs-vendor-bulk-product-upload
    .upload-box
    .upload-box-texts-wrapper
    .upload-box-title
    .link:hover {
    color: #F4BC40;
}
.gs-vendor-bulk-product-upload
    .upload-box
    .upload-box-texts-wrapper
    .upload-box-des {
    color: #1f0300;
    line-height: 120%;
}
.gs-vendor-bulk-product-upload .upload-box .dz-message {
    display: none;
}
.gs-vendor-bulk-product-upload .import-btn {
    cursor: pointer;
}

.select-product-types-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    background: #ffffff;
}
.select-product-types-wrapper .title {
    color: #1f0300;
}
.select-product-types-wrapper .inputs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
}
@media (max-width: 991.97px) {
    .select-product-types-wrapper .inputs-wrapper {
        gap: 20px;
    }
}
.select-product-types-wrapper .inputs-wrapper .label {
    color: #4c3533;
    font-family: Saira;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}
@media (max-width: 1199.97px) {
    .select-product-types-wrapper .inputs-wrapper .label {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    .select-product-types-wrapper .inputs-wrapper .label {
        font-size: 16px;
    }
}

.add-product-form {
    margin-top: 8px;
}
@media (max-width: 991.97px) {
    .add-product-form {
        margin-top: 0;
    }
}
.add-product-form .form-group {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
    border-radius: 12px;
    background: #ffffff;
}
@media (max-width: 991.97px) {
    .add-product-form .form-group {
        gap: 16px;
        padding: 16px;
    }
}
.add-product-form .form-group label {
    margin-top: 0;
}
.add-product-form .form-group .check-box-label {
    margin-bottom: 0;
}
.add-product-form .form-group .input-label-wrapper {
    width: 100%;
}
.add-product-form .physical-product-inputes-wrapper,
.add-product-form .digital-product-inputes-wrapper,
.add-product-form .upload-by-file,
.add-product-form .upload-by-url {
    display: none;
}
.add-product-form .physical-product-inputes-wrapper.show,
.add-product-form .digital-product-inputes-wrapper.show,
.add-product-form .upload-by-file.show,
.add-product-form .upload-by-url.show {
    display: initial;
}
.add-product-form .lebel-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.add-product-form .lebel-box .main-label {
    color: #1f0300;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 0;
}
@media (max-width: 991.97px) {
    .add-product-form .lebel-box .main-label {
        font-size: 14px;
    }
}
.add-product-form .lebel-box .sub-label {
    color: #796866;
    font-size: 12px;
    line-height: 170%;
}
@media (max-width: 991.97px) {
    .add-product-form .lebel-box .sub-label {
        font-size: 10px;
    }
}
.add-product-form .color-input {
    width: 64px;
    padding: 18px;
    border: 1px solid #d9d4d4;
    border-left: none;
    border-radius: 0 8px 8px 0;
}

.add-product-form-sidebar .img {
    max-width: 429px;
    cursor: pointer;
    max-height: 429px;
    -o-object-fit: cover;
    object-fit: cover;
}

.add-product-form-sidebar .px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 1919.97px) {
    .feature-tag-keyword-input-wrapper,
    .feature-tag-color-input-wrapper {
        width: 100%;
    }
}

@media (max-width: 991.97px) {
    .feature-tag-keyword-input-wrapper,
    .feature-tag-color-input-wrapper {
        width: 50%;
    }
}

@media (max-width: 575.97px) {
    .feature-tag-keyword-input-wrapper,
    .feature-tag-color-input-wrapper {
        width: 100%;
    }
}

.gs-vendor-erning .total-erning-box {
    width: 100%;
    max-width: 814px;
    margin-bottom: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 28px;
    border-radius: 12px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.97px) {
    .gs-vendor-erning .total-erning-box {
        margin-bottom: 24;
        padding: 24px;
        gap: 14px;
    }
}
.gs-vendor-erning .total-erning-box .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 44px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #f8f7f7;
}
@media (max-width: 991.97px) {
    .gs-vendor-erning .total-erning-box .title-wrapper {
        padding: 22px 20px;
    }
}
.gs-vendor-erning .total-erning-box .title-wrapper .title {
    color: #1f0300;
}
.gs-vendor-erning .total-erning-box .filter-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 23px;
}
@media (max-width: 991.97px) {
    .gs-vendor-erning .total-erning-box .filter-box {
        gap: 12px;
    }
}
@media (max-width: 575.97px) {
    .gs-vendor-erning .total-erning-box .filter-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.gs-vendor-erning .total-erning-box .filter-box .filter-input {
    display: inline-block;
    max-height: 56px;
}
@media (max-width: 1199.97px) {
    .gs-vendor-erning .total-erning-box .filter-box .filter-input {
        max-height: 48px;
    }
}
@media (max-width: 575.97px) {
    .gs-vendor-erning .total-erning-box .filter-box .filter-input {
        max-height: 40px;
        width: 100%;
    }
}
.gs-vendor-erning .total-erning-box .filter-box .fitler-reset-btns-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 23px;
}
@media (max-width: 991.97px) {
    .gs-vendor-erning .total-erning-box .filter-box .fitler-reset-btns-wrapper {
        gap: 12px;
    }
}
@media (max-width: 575.97px) {
    .gs-vendor-erning
        .total-erning-box
        .filter-box
        .fitler-reset-btns-wrapper
        button {
        width: calc(50% - 6px);
    }
}

/* custom css  */
.header-top
    .create-navbar
    .nav-center
    .nav-menus
    .megamenu.cat-megamenu
    ul
    li
    a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
a.template-btn.hero-shop-now-btn.wow-replaced {
    border-bottom: 1px solid #292229;
    background-color: transparent;
    border-radius: 0;
    color: #292929 !important;
    padding: 0;
    font-size: 20px !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    height: auto;
}
a.template-btn.hero-shop-now-btn.wow-replaced {
    background-color: transparent !important;
}
section.simple-step h2 {
    color: #262626;
    font-size: 56px;
    letter-spacing: 2px;
    line-height: 66px;
    font-family: Montserrat;
    margin-bottom: 50px;
}
section.simple-step {
    padding: 90px 0;
    position: relative;
}
section.simple-step.text-center:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 656px;
    background: #fdbf472e;
    z-index: -99;
}
.subscription-btn {
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat";
    letter-spacing: 0.5px;
    color: #292929;
    padding: 12px 24px;
    background: #F4BC40;
    border-radius: 100px;
    font-weight: 700;
}
.img-box-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 860px;
    margin: 80px auto 0;
}
.img-text p {
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Montserrat";
    /* text-indent: 67px; */
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
}
/* .img-text p,
.img-text h5 {
    text-indent: 50px;
} */
.img-text h5 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #fff;
    text-align: center;
}
section.simple-step.text-center:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 400px;
    background: #292929;
    z-index: -99;
}
.img-text img {
    width: 410px;
}
.box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-left: 1px solid #0000001a;
    padding: 40px 0px;
    min-width: 25%;
    flex-direction: column;
    gap: 20px;
}
.box:last-child {
    border-right: 1px solid #0000001a;
}
.single-offer-product.single-offer-product-custom img.promo-img {
    height: 680px !important;
}
.box h4 {
    /* text-transform: capitalize; */
    color: #292929;
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Montserrat";
}

.flex-box {
    display: flex;
    justify-content: space-evenly;
    border-bottom: 1px solid #0000001a;
}
.flex-box:last-child {
    border-bottom: none;
}

section.gs-offer-section {
    padding: 100px 0;
    display: none;
}
section.gs-offer-section h2.title.wow-replaced {
    font-family: "Montserrat";
    font-size: 56px;
    line-height: 66px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #262626;
}

section.gs-offer-section p.des.mb-0.wow-replaced {
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #2b303f;
}
section.unlimited-choices {
    background: #F4BC401a;
}
.locks-text {
    text-align: center;
    float: right;
    margin-top: 165px;
    margin-right: 190px;
}
.locks-text h3 {
    font-size: 74px;
    line-height: 88px;
    font-family: "Montserrat";
    color: #262626;
    letter-spacing: 2.67px;
    font-weight: 400;
    margin-bottom: 27px;
}
.locks-text a {
    color: #292929;
    font-family: "Montserrat";
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 1.67px;
    background: #fff;
    border-radius: 100px;
    padding: 21px 50px;
}
section.ambassadors h4 {
    font-family: "Montserrat";
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #262626;
}
a.btn-subscribe {
    font-size: 30px;
    line-height: 38px;
    font-family: "Montserrat";
    letter-spacing: 1.65px;
    color: #fff;
    background: #292929;
    padding: 22px 50px;
    border-radius: 100px;
}
.video-text {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
}
section.ambassadors {
    /* background: #292929 url("/assets/front/images/gredient.png") no-repeat; */
    /* background-position: 725px -135px; */
    background: url("/assets/front/images/gredient.png") no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 100px 0;
    position: relative;
    /* background-color: #F4BC40; */
}
/* .green-influencers {
    background: #5db091;
    height: 653px;
    margin-top: -500px;
    position: relative;
} */
section.ambassadors::before {
    /* background: url("/assets/front/images/shape.png") no-repeat;
    background-position: center center;
    width: 100%;
    height: 762px;
    position: absolute;
    content: "";
    top: 500px;
    left: 0; */
}
.pic-ins {
    margin-right: 20px;
    margin-top: 565px;
    position: relative;
}

.video {
    margin-left: 30px;
    position: relative;
}
section.ambassadors h2 {
    font-family: "Montserrat";
    font-size: 110px;
    line-height: 132px;
    font-weight: 500;
    color: #292929;
    border-bottom: 4px solid #F4BC40;
    width: fit-content;
}
.influencers-heading {
    padding: 0 56px;
    margin-bottom: 80px;
}
.hero-content h1.title.wow-replaced {
    position: relative;
    width: fit-content;
}

/* .hero-content h1.title.wow-replaced:after {
    position: absolute;
    top: 70px;
    content: "";
    background-image: url("/assets/front/images/line.png");
    width: 302px;
    height: 46px;
    right: 0;
} */
.influencers-flx {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.faqs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 9;
}
 section.faq-question:after {
    position: absolute;
    left: -40px;
    top: 0px;
    content: "";
    background-image: url("/assets/front/images/line2.png");
    width: 687px;
    height: 752px;
    background-repeat: no-repeat;
} */
.content-wrapper.custom a h6.product-title {
    color: #292929;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'BrandonGrotesque'
}
.content-wrapper.custom .price-wrapper h6 {
    color: #292929;
    font-size: 32px;
    line-height: 0px;
    font-weight: 400;
    font-family: 'BrandonGrotesque'
}
/* .content-wrapper.custom .price-wrapper h6:hover {
    color: #F4BC40;
} */
.content-wrapper.custom .price-wrapper h6:hover span.hover-color {
    color: #292929;
}
.content-wrapper.custom {
    align-items: center;
    background: transparent;
}
}
/* section.faq-question:after {
    position: absolute;
    left: -19px;
    top: -187px;
    content: "";
    background-image: url("/assets/front/images/line2.png");
    width: 742px;
    height: 487px;
} */
/* section.faq-question:before {
    position: absolute;
    left: -19px;
    top: -187px;
    content: "";
    background-image: url("/assets/front/images/line3.png");
    width: 742px;
    height: 487px;
} */
section.faq-question {
    background: #fff;
    position: relative;
    padding: 40px 0 120px;
}
/* .faq-ask {
    width: 700px;
} */
/* .gs-faq-section.faq-section {
    background-color: #292929;
} */
.gs-faq-section.faq-section .faq-box .hyp-accordians .accordion-button:after {
    content: "+";
    font-size: 40px;
    background-image: none;
    font-weight: 100;
    color: #292929;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-2px);
    background: #fff;
    border-radius: 500px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.gs-faq-section.faq-section
    .faq-box
    .hyp-accordians
    .accordion-button:not(.collapsed)::after {
    background: #F4BC40;
}
.gs-faq-section.faq-section .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
        var(--bs-accordion-border-color);
}
.gs-faq-section.faq-section
    .faq-box
    .hyp-accordians
    .accordion-button:not(.collapsed)::after {
    width: 30px;
    height: 30px;
    content: "-";
    font-size: 48px;
    line-height: 22px;
    -webkit-transform: translate(-5px, -4px);
    -ms-transform: translate(-5px, -4px);
    transform: translate(-5px, -4px);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #292929;
}
.gs-faq-section.faq-section .faq-box .hyp-accordians .accordion-body {
    font-size: 18px;
    font-weight: 400;
    color: #292929;
    background: #ffffff;
    font-family: "Montserrat";
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #0000001A;
    border-top: none;
    padding-top: 0;
}
.gs-faq-section.faq-section .faq-box .hyp-accordians .accordion-button {
    background-color: transparent;
    color: #070127;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    font-family: "Montserrat";
    padding: 20px 30px;
    border: 1px solid #0000001A;
    border-radius: 4px;
    box-shadow: none;
    border-bottom:none ;
    border-bottom-left-radius:0px;
    border-bottom-right-radius: 0;
}
.gs-faq-section.faq-section .faq-box .hyp-accordians .accordion-body span {
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    line-height: 30px;
}
.gs-faq-section.faq-section .faq-box .hyp-accordians .accordion-button.collapsed {
    border-bottom: 1px solid #0000001A;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.faq-flex span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #F4BC40;
    font-family: "Montserrat";
}
.faq-flex span.button-wrapper {
    color: inherit;
}
.faq-flex h4 {
    font-family: "Montserrat";
    font-size: 21px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 400;
    color: #070127;
    margin: 30px 0;
    text-transform: capitalize;
}
.avater-img .common-btn {
    padding: 6px 8px 6px 28px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #292929;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Montserrat";
    text-transform: capitalize;
    border: 1px solid #F4BC40;
    letter-spacing: 1.25px;
}
.avater-img span.common-btn-bg {
    background: #F4BC40;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 100px;
}
.faqs p {
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-top: 24px;
    margin-bottom: 45px;
}
/* .faq-flex a,
a.btn-about-us {
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.25px;
    font-weight: 700;
    color: #292929;
    background: #F4BC40;
    border-radius: 100px;
    padding: 16px 37.5px;
} */

ul.add-to-wishlist-btn2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 45%;
}
.flex-btn-groups {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}
.flex-btn-groups button {
    border-radius: 100px;
    padding: 19px 8px 19px 28px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #292929;
    gap: 20px;
    font-family: 'BrandonGrotesque';
}
button#addtodetailscart {
    background: #F4BC40;
}

button#addtobycard, button#addtobycard:hover  {
    background: #f4afa0 !important;
}
/*.single-product .add-to-cart,
.single-product-list-view .add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    position: absolute;
    top: 35%;
    left: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: hidden;
    opacity: 0;
    right: -13% !important;
    align-items: flex-end;
    flex-direction: column;
}
.single-product .add-cart,
.single-product-list-view .add-cart,
.single-product .compare,
.single-product-list-view .compare,
.single-product .details,
.single-product-list-view .details {
    background: none;
}*/
.video-text img {
    width: 100%;
}
.pic-ins img {
    width: 100%;
}

.single-product {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    /* border: 1px solid #0000001a; */
    /* border-radius: 14px; */
    overflow: hidden;
    position: relative;
    transition: transform 0.3s, padding-bottom 0.3s;
    /* background-color: #fff7e7; */
    background: transparent;
    border-radius: 0;
    border: none;
}
/* .single-product:hover,
.single-product:hover .content-wrapper.custom {
    background: #F4BC40;
    transition: .5s;
} */
/* .single-product:hover img {
    transform: scale(1.02) translateY(-5px);
} */
.product__main .single-product {
    background: transparent;
    border-radius: 0;
    border: none;
}
.product__main .content-wrapper.custom {
    background: transparent;
    text-align: center;
}
.img-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 2rem;
    color: #333;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 490px;
}

.img-wrapper img.product-img {
    width: 100%;
    display: block;
    transition: opacity 0.3s ease;
}

.img-wrapper .text-replace .product-img {
    display: none;
    transition: opacity 0.3s ease;
    transition: height 0.3s ease;
}

.single-product:hover img.product-img {
    /* display: none; */
    transition: height 0.3s ease;
    transform: scale(1.04);
}

.single-product:hover .text-replace .product-img {
    display: block;
    height: 350px;
    transition: height 0.3s ease;
}
.price-wrapper h6 span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'BrandonGrotesque';
    color: #292929;
}
.price-wrapper h6 span.hover-color {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'BrandonGrotesque';
    color: #292929;
}
.add-to-cart.custom-add-to-cart {
    padding: 15px;
    display: none;
    gap: 10px;
    position: absolute;
    right: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    left: auto;
}
/* span#compare-count {
    background: #fff;
    color: #292929;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    line-height: 21px;
    text-align: center;
    display: block;
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 16px;
} */
.add-to-cart.custom-add-to-cart a:first-child {
    display: none;
}
.single-product:hover .add-to-cart.custom-add-to-cart {
    display: flex;
}

/* .add-cart,
.compare,
.details {
    background: #3498db;
    color: white;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s;
}

.add-cart:hover,
.compare:hover,
.details:hover {
    transform: translateY(-3px);
} */

.content-wrapper {
    padding: 20px;
    transition: transform 0.3s, height 0.3s;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

/* .single-product:hover .content-wrapper {
    transform: translateY(-20px);
    height: 200px;
} */

.product-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0px;
}

.price-wrapper {
    font-size: 1rem;
    margin-bottom: 0px;
}

.price-wrapper h6 {
    display: inline-block;
    margin-right: 10px;
}

/* .ratings-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ratings-wrapper svg {
    fill: #eeae0b;
} */

/* .icon {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
} */
.add-to-cart.custom-add-to-cart {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.add-to-cart.custom-add-to-cart a:hover {
    background: #F4BC40;
}
.add-to-cart.custom-add-to-cart a {
    width: 40px;
    height: 40px;
    line-height: 20px;
    background: #ffffff;
    border: 1px solid #2626261a;
    transition: background 0.3s ease, color 0.3s ease, fill 0.3s ease;
}
.add-to-cart.custom-add-to-cart a .add-to-wishlist-btns svg path,
.add-to-cart.custom-add-to-cart a .add-to-wishlist-btns {
    fill: transparent;
    stroke: #000;
}
.add-to-cart.custom-add-to-cart a:hover svg path,
.add-to-cart.custom-add-to-cart a:hover svg {
    fill: #ffffff; /* Change icon fill to white */
    stroke: #ffffff; /* Optional, if SVG uses strokes */
}
.icon-circled.compared svg path {
    /* fill: #F4BC40;  */
    /* stroke: #F4BC40; */
}
.add-to-cart.custom-add-to-cart a .add-to-wishlist-btns:hover svg path,
.add-to-cart.custom-add-to-cart a .add-to-wishlist-btns:hover svg {
    fill: transparent; /* Change icon fill to white */
    stroke: #ffffff; /* Optional, if SVG uses strokes */
}
.single-product-list-view .add-to-cart {
    top: 0;
    align-items: flex-start;
    left: -2%;
    width: 5%;
}

.single-product-list-view .add-to-cart a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 1px solid #2626261a;
    transition: background 0.3s ease, color 0.3s ease, fill 0.3s ease;
    text-align: center;
}
.single-product-details-content-wrapper .wish-compare-report-wrapper a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-product-details-content-wrapper .wish-compare-report-wrapper a svg {
    width: 33px;
    height: 33px;
}
.single-product-details-content-wrapper
    .wish-compare-report-wrapper
    a.link.compare_product
    svg {
    width: 40px;
    height: 40px;
}
.single-product-details-content-wrapper .share-links h4 {
    font-size: 18px;
    font-family: "Montserrat";
    line-height: 27px;
    font-weight: 400;
    color: #262626;
}
/* .tab-product-des-wrapper.wow-replaced .tab-product-des {
    border: 1px solid #26262629;
    padding: 40px;
} */
.cart-table.table-responsive h4,
.billing h4.form-title {
    background: #2626260a;
    padding: 16px 30px;
    border-radius: 8px;
    color: #292929;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: "Montserrat";
    margin-bottom: 32px;
}
.h-cart {
    background: #2626260a;
    padding: 16px 30px;
    border-radius: 8px;
    color: #292929;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: "Montserrat";
    margin-bottom: 32px;
}

.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-subtitle,
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-price,
.details-wrapper .cart-summary-item p.cart-summary-subtitle,
.details-wrapper .cart-summary-item p.cart-summary-price {
    font-family: "Montserrat" !important;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    color: #292929;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-subtitle.gateway,
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-price.gateway,
.details-wrapper .cart-summary-item p.cart-summary-subtitle.gateway,
.details-wrapper .cart-summary-item p.cart-summary-price.gateway {
    font-size: 16px;
}
/* p.cart-summary-subtitle.discount,
p.cart-summary-price.discount {
    opacity: 0.6;
} */
p.cart-summary-subtitle.discount, p.cart-summary-price.discount {
    font-size: 18px !important;
    font-weight: 500 !important;
    opacity: 0.6;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-content
    .cart-summary-price
    a,
.details-wrapper .cart-summary-item p.cart-summary-price a {
    color: #292929;
    text-decoration: underline;
}
p.cart-summary-subtitle.total,
p.cart-summary-price.total-cart-price.total {
    font-size: 24px !important;
    font-weight: 700 !important;
}
p.cart-summary-price.total-cart-price.total.total-color {
    color: #292929 !important;
}
.cart-sidebar-main {
    max-height: 80vh;
    overflow-y: scroll;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-summary .cart-summary-btn a.template-btn.w-100 {
    padding-right: 8px !important;
    justify-content: flex-end;
    gap: 30px;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.padding-30 {
    padding: 30px 0 !important;
}
input#exampleCheck1, input#code {
    padding: 29px 30px;
    border: 1px solid #00000033;
    /* width: 61%; */
    border-radius: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1.25px;
    font-family: "Montserrat";
    color: #292929;
    outline: none;
    margin-top: 0;
    width: 65%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
input#code:focus {
    outline: none;
    box-shadow: none;
}
input#exampleCheck1:focus {
    outline: none;
    box-shadow: none;
}
.cart-summary-item.d-flex button.btn.btn-primary {
    background: #292929;
    border-radius: 0;
    border: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1.25px;
    font-family: "Montserrat";
    color: #fff;
    width: 35%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 16px 30px;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-btn
    a.template-btn.w-100,
.gs-checkout-wrapper .summary-box .btn-wrappers button.template-btn.w-100 {
    background: #F4BC40;
    border-radius: 100px;
    padding: 16px 20px;
    height: auto;
    color: #292929;
    font-weight: 400;
    font-family: 'BrandonGrotesque';
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1.25px;
}
.gs-checkout-wrapper
    .summary-box
    .btn-wrappers
    a.template-btn.dark-outline.w-100 {
    border-radius: 100px;
    padding: 15px 30px;
    height: auto;
    font-weight: 400;
    font-family: 'BrandonGrotesque';
    font-size: 22px;
}
.cart-summary-item.d-flex {
    border-bottom: none !important;
}
.cart-summary-item.d-flex.justify-content-between.Shipping,
.details-wrapper .cart-summary-item.shiping {
    border-bottom: 1px solid #c7c0bf !important;
}
.shipping-method-b {
    border: 1px solid #00000029;
    padding: 30px 16px;
    border-radius: 4px;
}
.shipping-method label.form-check-label {
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 26px;
}
.shipping-method label.form-check-label {
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
}
.influencers-heading img {
    width: 144px;
    height: auto;
}
.shipping-method h4,
.payment-method h4 {
    color: #292929;
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}
.shipping-method .form-check-input:focus {
    outline: none;
    box-shadow: none;
}
.shipping-method .form-check-input:checked {
    background: #F4BC40;
    outline: none;
    border: 1px #F4BC40;
    border-radius: 30px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.shipping-method .form-check-input[type="checkbox"] {
    border-radius: 46px;
    border: 1px solid #F4BC40;
}
.payment-method p {
    color: #262626;
    font-family: "Montserrat";
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}
.payment-method textarea#exampleFormControlTextarea1 {
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    font-family: "Montserrat";
    padding: 16px 30px;
}
span#cart-count {
    background: #fff;
    color: #292229;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    line-height: 21px;
    text-align: center;
    display: block;
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 16px;
}
.box-bg {
    background: #fff5db;
    color: #fff;
    height: 370px;
    position: relative;
    z-index: 9;
    padding-top: 80px;
    top: 116px;
    border-radius: 40px;
    border: 1px solid #F4BC40;
}
.box-bg-text {
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 75px;
}
.box-bg h4 {
    font-family: "Montserrat";
    font-size: 54px;
    letter-spacing: -2px;
    font-weight: 700;
    line-height: 72px;
    text-transform: capitalize;
    color: #292929;
}
.box-bg h4 span {
    color: #F4BC40;
}
.solutions-for-outcomes {
    background-image: url("/assets/front/images/bg3.png");
    width: 100%;
    height: 570px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto;
    display: flex;
    align-items: end;
    position: relative;
    margin-top: 0;
}
.solutions-for-outcomes::after {
    position: absolute;
    content: "";
    background-image: url("/assets/front/images/box-bg.png");
    width: 412px;
    height: 542px;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
}
.img-group {
    position: relative;
}
.img-group img {
    position: relative;
    z-index: 9;
    width: 100%;
    max-width: 870px;
}
.img-group::after {
    position: absolute;
    content: "";
    background-image: url("/assets/front/images/round.png");
    width: 507px;
    height: 507px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}
.btn-logo.text-center {
    position: absolute;
    bottom: -25%;
    right: 42px;
}
.btn-logo.text-center h3 {
    color: #292929;
    font-family: "Montserrat";
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    letter-spacing: 1.25px;
}
.box-bg p {
    font-size: 14px;
    line-height: 22px;
    color: #292929;
    font-weight: 800;
    letter-spacing: 3px;
    font-family: "Montserrat";
    position: relative;
    padding-left: 85px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.box-bg p::after {
    position: absolute;
    content: "";
    background-image: url("/assets/front/images/brush-stock.png");
    width: 213px;
    height: 58px;
    background-repeat: no-repeat;
    left: 40px;
    top: -20px;
}
section.deliverd-outcomes {
    margin-top: 300px;
    margin-bottom: 120px;
}
.all-box.d-flex {
    align-items: center;
    margin-top: 60px;
}
section.deliverd-outcomes h4 {
    font-family: "Montserrat";
    font-size: 60px;
    font-weight: 600;
    color: #292929;
    letter-spacing: 2px;
    line-height: 72px;
    text-transform: capitalize;
    /* padding-left: 120px; */
}
section.deliverd-outcomes .img-logo img {
    width: 405px;
    height: auto;
    float: right;
}
.box-flex.d-flex .box1 h4 {
    padding: 0;
    font-size: 32px;
    line-height: 40px;
    color: #080705;
}
.box-flex.d-flex {
    gap: 60px;
    padding-left: 60px;
}
a.btn-about-us {
    margin-top: 20px;
    display: inline-block;
    text-transform: capitalize;
    padding: 16px 38px;
}
a.btn-about-us.ojii-it-now {
    width: auto;
    margin-top: 60px;
    /* background: #292929;
    margin-top: 60px;
    color: #fff;
    font-weight: 700;
    font-size: 29px;
    line-height: 38px;
    padding: 20px 50px; */
}
/* svg start  */
.jq-stars {
    display: inline-block;
  }
  
  .jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
  
  .jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
  }
  
  .jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100% ;
  }
  .my-rating .jq-star {
    pointer-events: none; /* disables hover and click */
  }
 
  
  .jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
  }
  
  /* un-used */
  .jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
  }

/* svg end here  */
ul.icon-footer {
    display: flex;
    gap: 25px;
    margin-top: 15px;
}
ul.icon-footer li p {
    margin-top: 5px;
}
ul.icon-footer img {
    width: 80px;
    height: auto;
}
ul.page-links li a.text-center {
    display: flex;
    flex-direction: column;
}
button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 85px;
    z-index: 9;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    border: 1px solid #ffffff;
    transform: translateY(-50%);
}
button.slick-prev.slick-arrow span,
button.slick-next.slick-arrow span {
    background-color: #ffffff;
    width: 67px;
    height: 67px;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}
.info-bar .info-left .wows li:first-child {
    padding-left: 0;
}
section.hero-slider-wrapper.slick-initialized.slick-slider {
    padding: 0 !important;
    max-width: 100%;
    /* margin: auto; */
}
button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 85px;
    z-index: 9;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    border: 1px solid #ffffff;
    transform: translateY(-50%);
}
.marq.bg {
    background: #F4BC40;
    padding: 20px 0;
    margin-top: 80px;
}
.marq span {
    font-family: "Montserrat";
    font-size: 120px;
    line-height: 120px;
    color: 1.5px solid var(--Black, #292929);
    letter-spacing: 1px;
    font-weight: 800;

    color: #F4BC40; /* White text color */
    text-shadow: 2px 2px 0 #665530, -2px -2px 0 #665530, 2px -2px 0 #665530,
        -2px 2px 0 #665530; /* Bold outline */
}
.icon-circled {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
section.faq-question a.btn-effect::after {
    left: 15%;
}
.gs-blog-details-wrapper h1,
.gs-blog-details-wrapper h2,
.gs-blog-details-wrapper h3,
.gs-blog-details-wrapper h4,
.gs-blog-details-wrapper h5,
.gs-blog-details-wrapper h6,
.gs-blog-details-wrapper p,
.gs-blog-details-wrapper span,
.gs-blog-details-wrapper font {
    font-family: "Montserrat" !important;
}
.gs-blog-details-wrapper p,
.gs-blog-details-wrapper span,
.gs-blog-details-wrapper font {
    font-size: 20px !important;
}


.select-area .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #292929CC;
}


.select-area .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
}

.select-area .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    font-family: 'FontAwesome';
    margin-top: 5px;
    display: block;
    margin-left: 5px;
    background: #292929CC;
    border-radius: 100px;
    padding: 0px 8px;
    line-height: 25px;
}

.select-area .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 6px 6px 6px 45px;
    display: block;
}
.select-area span.select2-selection.select2-selection--multiple {
    padding-left: 15px;
    padding-right: 35px;
    padding-bottom: 0;
    min-height: 60px;
}
.select-area span.select2-selection.select2-selection--multiple:focus-within {
    padding-bottom: 20px;
}



@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .modal-dialog.modal-dialog-centered {
        max-width: 60%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1700px) {
     .gs-hero-section {
        min-height: 600px !important;        
    }
    
    .img-box-area {
        width: auto !important;
    }
    div#type-of-lock .filter-group p {
        font-size: 14px;
    }
    /* .filter-group {
        min-height: 80vh !important;
    } */
    div#lockType .modal-dialog.modal-xl.modal-dialog-centered {
        left: 7px;
    }
    div#additionalSubscription .modal-dialog.modal-xl.modal-dialog-centered {
        left: -7px;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
    
    div#lockType .modal-dialog.modal-xl.modal-dialog-centered {
        left: 0 !important;
    }
    /* div#lockType .modal-dialog.modal-xl.modal-dialog-centered {
        left: -7px !important;
    } */
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
    .gs-hero-section .hero-content h6.subtitle.wow-replaced,
    .hero-content h1.title.wow-replaced {
        font-size: 48px !important;
        line-height: 50px !important;
    }
    .exclusive-locks__content_all {
        padding: 200px 100px 200px 100px !important;
    }
    .features-section__item {
        width: 250px !important;
    }
    div#type-of-lock .modal-dialog.modal-xl.modal-dialog-centered {
        left: 0px !important;
    }
    div#additionalSubscription .modal-dialog.modal-xl.modal-dialog-centered {
        left: 0px;
    }
    .flex-mob {
        width: 85% !important;
    }
    /* span.w-td,
    .gateway,
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-quantity
        input {
        font-size: 12px;
    } 
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-quantity
        .cart-quantity-btn {
        width: 20px;
        height: 20px;
        padding: 0px;
    }*/
    .d-flex.justify-content-between.mt-top {
        padding: 0 10px;
    }
    /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    } */
    span#compare-count {
        left: 8px;
        font-size: 12px;
    }
    /* .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        thead
        th {
        font-size: 12px;
    } */
    .h-cart {
        font-size: 28px;
    }
    /* .gs-checkout-wrapper
        .summary-box
        .btn-wrappers
        a.template-btn.dark-outline.w-100 {
        font-size: 13px !important;
    } */

    .gs-checkout-wrapper .summary-box .summary-title {
        font-size: 16px;
        margin-top: 15px;
    }
    .gs-checkout-wrapper .summary-box .details-wrapper .price-details span {
        font-size: 15px;
    }
    .gs-success-invoice-section
        .success-invoice-box
        .success-invoice-header
        h3 {
        font-size: 28px;
    }
    .gs-success-invoice-section
        .success-invoice-box
        .success-invoice-header
        h5 {
        font-size: 18px;
    }
    /* span.w-td {
        font-size: 14px;
    } */
    .payment-details ul li,
    .single-product-details-content-wrapper
        .wish-compare-report-wrapper
        .link
        .title,
    .flex-btn-groups button,
    .select2-container .select2-search--inline .select2-search__field {
        font-size: 22px;
    }
    .flex-btn-groups .flex-btn a {
        font-size: 22px;
    }
    section.ambassadors h2 {
        font-size: 86px;
    }
    section.ambassadors h4 {
        font-size: 48px;
        line-height: 55px;
    }
    section.exclusive-looks {
        height: 420px !important;
    }
    .gs-checkbox-wrapper label {
        font-size: 15px;
    }
    .product-nav-wrapper h5 {
        font-size: 18px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-content
        .cart-summary-subtitle,
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-content
        .cart-summary-price,
    .details-wrapper .cart-summary-item p.cart-summary-subtitle,
    .details-wrapper .cart-summary-item p.cart-summary-price {
        font-size: 14px;
    }
    .gs-hero-section .hero-content .des {
        font-size: 20px !important;
        margin-bottom: 48px;
    }
    /* p.cart-summary-subtitle.total,
    p.cart-summary-price.total-cart-price.total {
        font-size: 16px !important;
    } */
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-summary {
        padding: 20px;
    }
    /* .cart-summary-item.d-flex button.btn.btn-primary {
        font-size: 16px;
    } */
    /* input#exampleCheck1 {
        width: 62%;
        padding: 29px 15px;
    }
    input#exampleCheck1::placeholder {
        font-size: 14px;
    } */
    /* .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-btn
        a.template-btn.w-100,
    .gs-checkout-wrapper .summary-box .btn-wrappers button.template-btn.w-100 {
        padding: 10px 15px;
        font-size: 12px;
    } */
    .exampleCheck12 {
        width: 70% !important;
    }
    .header-top .create-navbar .nav-left {
        width: 22%;
    }

    .header-top .create-navbar .nav-right {
        width: 27%;
    }

    .header-top .create-navbar .nav-middle {
        width: 73%;
    }
    .nav-middle .icon-circle button#searchIcon {
        width: 100%;
        padding: 5px 15px;
    }
    .icon-circled a,
    .icon-circled span,
    .header-top .create-navbar .nav-center .nav-menus li a,
    .info-bar a {
        font-size: 16px;
    }
    .info-bar {
        padding-top: 7px;
        padding-bottom: 6px;
    }
    .info-bar .info-left .wows li svg {
        width: 20px;
    }
    /* .icon-circled svg {
        width: 20px;
        height: 20px;
    } */
    span#cart-count {
        left: 10px;
        font-size: 12px;
    }
    section.simple-step h2 {
        font-size: 46px;
    }
    .img-text img {
        width: 100%;
    }
    .img-text p {
        font-size: 17px;
        line-height: 30px;
        /* text-indent: 38px; */
        margin-bottom: 5px;
    }
    .img-text h5 {
        font-size: 26px;
    }
    .box {
        padding: 40px 0;
        width: 300px;
    }
    .box img {
        width: 60px;
    }
    .box h4 {
        font-size: 16px;
        line-height: 28px;
    }
    .box-bg h4 {
        font-size: 42px;
        line-height: 65px;
    }
    .box-bg {
        height: 325px;
        top: 70px;
    }
    .btn-logo.text-center {
        bottom: -15%;
        right: 25%;
    }
    /* .solutions-for-outcomes {
        height: 586px;
    } */
    .btn-logo.text-center img {
        width: 130px;
    }
    section.deliverd-outcomes h4 {
        font-size: 42px;
        line-height: 54px;
        padding-left: 0;
    }
    section.deliverd-outcomes .img-logo img {
        width: 290px;
    }
    .img-group::after {
        width: 350px;
        height: 350px;
        left: -15px;
        top: 22px;
    }
    .box-flex.d-flex .box1 h4 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .box-flex.d-flex .box1 {
        margin-bottom: 20px;
    }
    .box-flex.d-flex .box1 p {
        font-size: 14px;
    }
    .marq span {
        font-size: 80px;
    }
    .single-offer-product.verticle.h-100 img.promo-img.w-100,
    .single-offer-product.single-offer-product-custom img.promo-img {
        height: 450px !important;
    }
    
    .price-wrapper h6 span {
        font-size: 16px;
    }
    .content-wrapper.custom .price-wrapper h6,
    .price-wrapper h6 span.hover-color {
        font-size: 22px;
    }
    section.gs-explore-product-section.bg-light-white {
        padding: 70px 0;
        margin-top: 200px;
    }
    .single-product .product-title,
    .single-product-list-view .product-title {
        font-size: 14px;
    }
    .gs-explore-product-section .explore-tab-navbar li .nav-link {
        font-size: 16px;
    }
    .gs-checkout-wrapper .address-wrapper .form-title {
        font-size: 24px;
    }
    .gs-checkout-wrapper .address-wrapper .input-wrapper .label-cls {
        font-size: 18px;
    }
    /* .gs-checkout-wrapper .address-wrapper .input-wrapper .input-cls,
    .gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select .current {
        font-size: 14px;
    } */
    section.faq-question:after {
        left: -230px;
        width: 673px;
        height: 429px;
    }
    .faq-flex h4 {
        font-size: 20px;
        line-height: 29px;
    }
    .faqs p {
        font-size: 16px;
    }
    .gs-faq-section.faq-section .faq-box .hyp-accordians .accordion-button {
        font-size: 16px;
    }
    .gs-faq-section.faq-section .faq-box .hyp-accordians .accordion-body {
        font-size: 14px;
    }
    .faq-flex a {
        font-size: 16px;
        padding: 12px 30px;
    }
    .locks-text h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .locks-text a {
        font-size: 20px;
        padding: 18px 40px;
    }
    .flex-items:after {
        right: 80px;
    }
    .gs-footer-section .footer-row ul > li a,
    .gs-footer-section .footer-row .left-info a,
    .gs-footer-section .footer-row ul > li,
    ul.icon-footer li p {
        font-size: 14px;
        line-height: 30px;
    }
    ul.page-links li.social a:first-child {
        padding-left: 0;
    }
    /* .footer-border .container-new-custom.footer-row {
        width: auto;
    }
    .container-new-custom {
        width: 1140px;
    } */
    .flex-items:last-child:after {
        height: 0;
    }
    ul.page-links h4 {
        font-size: 28px;
    }
}
 ul.page-links li.social a:first-child {
        padding-left: 0;
    }
@media only screen and (min-width: 320px) and (max-width: 990px) {
    .btn-360 {
        right: 20px !important;
        bottom: 365px !important;
    }
    .d-flex.access-option-payment-details {flex-direction: column;}

.d-flex.access-option-payment-details .access-option {
    width: 100%;
}

.d-flex.access-option-payment-details .payment-details-main {
    width: 100%;
}

.code-section {
    flex-direction: column;
}

.code-section span.codes {
    display: inline-flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}
.select-area div label {
    font-size: 14px !important;
}
span.price-aed {
    font-size: 14px !important;
}
    .select2-container--default .select2-results > .select2-results__options {
        max-height: 100%;
        overflow-y: hidden;
    }
    .modal-dialog.modal-dialog-centered {
        max-width: 100%;
    }
    .img-box-area,
    .all-box.d-flex,
    .faqs,
    .container-new-custom.footer-row.gy-3 {
        width: 100%;
        flex-direction: column;
    }
    button.slick-prev.slick-arrow {
        left: 10px;
    }
    button.slick-next.slick-arrow {
        right: 10px;
    }
    span#compare-count {
        height: 16px;
        width: 16px;
        line-height: 16px;
        top: -8px;
        left: 8px;
        font-size: 12px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-content
        .cart-summary-item,
    .details-wrapper .cart-summary-item {
        padding: 10px 0;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-content
        .cart-summary-subtitle,
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-content
        .cart-summary-price,
    .details-wrapper .cart-summary-item p.cart-summary-subtitle,
    .details-wrapper .cart-summary-item p.cart-summary-price {
        font-size: 17px;
        line-height: 12px;
    }
    .img-wrapper {
        width: 100% !important;
    }
    p.cart-summary-subtitle.total,
    p.cart-summary-price.total-cart-price.total {
        font-size: 20px !important;
    }
    .flex-box {
        /* flex-direction: column; */
        width: 100%;
        padding: 0 25px;
        border-bottom: none;
        flex-wrap: wrap;
    }
    img.three-step-img2 {
        width: 65% !important;
    }
    img.three-step-img {
        width: 100% !important;
    }
    .bg-nums {
        padding: 200px 0 0px !important;
        margin-top: -140px !important;
    }
    .common-title {
        font-size: 44px !important;
    }
    .step-boxs {
        gap: 30px !important;
        margin-bottom: 40px;
    }

    .lock-img img {
        width: 100%;
    }
    .lock-text h3 {
        font-size: 40px !important;
        line-height: 54px !important;
    }
    .faq-flex h3 {
        font-size: 30px !important;
    }
    .avater-img {
        padding: 40px 20px !important;
    }
    .faq-ask {
        width: 100%;
    }

    .h-cart {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .box {
        width: 50%;
        padding: 25px 25px;
        justify-content: flex-start;
        text-align: center;
        border: 1px solid #0000001a;
    }
    section.simple-step.text-center {
        background: #292929;
    }
    .lock-text {
        padding: 50px 25px !important;
    }
    .header-top .create-navbar .nav-right:last-child {
        margin-right: -5px !important;
    }
    section.simple-step h2 {
        color: #fff;
        font-size: 36px;
        line-height: 50px;
    }
    .img-text img {
        width: 100%;
    }
    .video {
        margin-left: 0px;
        margin-top: 30px;
    }
    .video-text {
        margin-left: 0px;
    }
    .box-flex.d-flex {
        padding-left: 0px;
        flex-direction: column;
        gap: 0;
    }
    .img-text {
        margin-bottom: 30px;
    }
    .img-text p {
        text-align: center;
        text-indent: 0;
        font-size: 16px;
        margin-bottom: 0;
    }
    .img-text h5 {
        text-align: center;
        font-size: 30px;
    }
    .box img {
        width: 65px;
    }
    .box h4 {
        font-size: 15px;
        line-height: 20px;
    }
    .solutions-for-outcomes::after,
    .img-group::after,
    section.faq-question:after {
        background-image: none;
        width: 100%;
    }

    .box-bg h4 {
        font-size: 29px;
        line-height: 38px;
    }
    .box-bg {
        height: 375px;
        top: 116px;
    }
    .btn-logo.text-center img {
        width: 200px;
    }
    .pic-ins {
        margin-right: 0px;
        margin-top: 0;
    }
    section.deliverd-outcomes h4 {
        padding-left: 0px;
        font-size: 24px;
        line-height: 42px;
        margin-bottom: 50px;
    }
    section.deliverd-outcomes .img-logo img {
        width: 100%;
        float: inherit;
    }
    .box-flex.d-flex .box1 {
        margin-bottom: 20px;
    }
    .img-group img {
        margin-bottom: 60px;
    }
    .box-flex.d-flex .box1 h4 {
        font-size: 28px;
        line-height: 46px;
        margin-bottom: 10px;
    }
    section.deliverd-outcomes {
        margin-bottom: 40px;
    }
    section.ambassadors h4 {
        font-size: 25px;
        line-height: 42px;
    }
    .influencers-heading {
        padding: 0;
        margin-bottom: 35px;
    }
    section.gs-offer-section h2.title.wow-replaced,
    section.gs-partner-section h2.title.wow-replaced,
    .faq-flex h4 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .locks-text {
        margin-right: 0;
        margin-top: 360px;
    }
    .locks-text h3 {
        font-size: 34px;
        line-height: 40px;
    }
    section.ambassadors h2 {
        font-size: 60px;
        line-height: 100px;
    }
    section.gs-offer-section,
    section.faq-question {
        padding: 50px 0;
    }
    .faq-flex h4 {
        margin-top: 10px;
        font-size: 16px;
        line-height: 30px;
    }
    .faq-flex {
        margin-right: 0px !important;
        padding: 0 10px;
    }
    .new-arrival-products {
        margin-left: 0px !important;
    }
    .faqs {
        margin-left: 0 !important;
        margin-top: 50px !important;
    }
    .flex-items {
        padding: 10px 0;
        width: 100% !important;
    }
    .flex-items:after {
        width: 0;
    }
    ul.page-links h4 {
        margin-bottom: 5px;
        font-size: 28px;
    }
    /* .header-top .create-navbar .nav-right,
    .header-top .create-navbar .nav-middle {
        display: none;
    } */
    /* .icon-circled span {
        display: none;
    } */
    .header-top .create-navbar {
        flex-wrap: wrap;
    }
    span.w-td {
        display: block;
        min-width: 150px;
        font-size: 16px;
    }
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-table
        .table
        tbody
        .cart-product
        .cart-product-info
        .cart-title {
        font-size: 16px;
    }
    a.cart-remove-btn svg {
        width: 20px;
    }
    .nav-middle .icon-circle button#searchIcon,
    .flex-mob {
        width: 100% !important;
    }
    .icon-circled svg {
        width: 24px;
        height: 24px;
    }
    .container.custom-containerr.common-container {
        position: relative;
    }
    .flex-mob {
        padding: 20px 0 10px;
        /* width: 100%; */
        gap: 35px;
    }
    .flex-mob {
        position: absolute;
        width: auto !important;
        right: 70px;
        bottom: -8px;
    }
    .nav-middle .icon-circle button#searchIcon {
        padding: 5px 15px;
        background-color: #292929;
        border: 1px solid #ffffff33;
        flex-direction: row-reverse;
    }
    /* button#searchIcon svg path {
        stroke: white;
    } */
    .header-top .create-navbar .nav-left {
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .code-section span.codes,
    .brand-section span.brand,
    .brand-section span.types {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        width: 100%;
    }
    .payment-details ul li {
        font-size: 14px;
        line-height: 24px;
        padding: 15px 0;
    }
    .payment-details ul li.notes span.unsubscribe {
        font-size: 14px;
    }
    /* .flex-btn-groups button {
        padding: 19px 19px;
        font-size: 14px;
        line-height: 28px;
    } */
    .flex-btn-groups button {
        padding: 25px 8px 25px 28px;
    }
    .single-product-details-content-wrapper
        .wish-compare-report-wrapper
        .link
        .title {
        font-size: 14px;
        line-height: 28px;
    }
    .access-option {
        padding: 20px;
    }
    .card-body h4 {
        font-size: 16px;
    }
    input#exampleCheck1 {
        width: 65%;
    }
    input#exampleCheck1::placeholder {
        font-size: 16px;
    }
    .gs-cart-section .gs-cart-container .gs-cart-row .cart-summary .cart-summary-btn a.template-btn.w-100 {
        font-size: 18px !important;
    }
    .gs-checkout-wrapper
    .summary-box
    .btn-wrappers
    a.template-btn.dark-outline.w-100 {
    padding: 15px 22px;
    font-size: 20px;
}
.gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .content-wrapper {
    width: 100%;
}
    .gs-cart-section
        .gs-cart-container
        .gs-cart-row
        .cart-summary
        .cart-summary-btn
        a.template-btn.w-100,
    .gs-checkout-wrapper .summary-box .btn-wrappers button.template-btn.w-100 {
        font-size: 20px;
    }
    .header-top .create-navbar .nav-right {
        gap: 5px;
        justify-content: center;
        align-items: center;
    }
    .tab-product-des-wrapper ul#myTab li.nav-item button {
        width: 250px !important;
        padding: 10px 0;
    }
    .tab-product-des-wrapper ul#myTab {
        border: none !important;
        overflow-y: scroll;
        flex-wrap: nowrap;
    }
    .tab-product-des-wrapper.wow-replaced .tab-product-des {
        border: 1px solid #26262629;
        padding: 20px;
    }
    .single-product-details-content-wrapper .wish-compare-report-wrapper a svg {
        width: 24px;
        height: 24px;
    }
    .payment-details {
        padding: 10px;
    }
    .header-top .create-navbar .nav-left img {
        margin-left: 0px;
        width: 70px;
    }
    section.hero-slider-wrapper {
        padding: 25px 20px !important;
    }
    .gs-hero-section .hero-content {
        padding: 0 !important;
    }
    .hero-content h1.title.wow-replaced {
        font-size: 27px !important;
        line-height: normal !important;
    }
    .gs-hero-section .hero-content .subtitle {
        font-size: 20px !important;
        line-height: 24px !important;
        text-align: left !important;
        margin-bottom: 0 !important;
    }
    .gs-hero-section .hero-content .des {
        margin-bottom: 48px;
        font-size: 17px !important;
    }
    a.template-btn.hero-shop-now-btn.wow-replaced {
        margin-bottom: 20px;
    }
    .gs-hero-section .hero-content .title {
        margin-bottom: 0 !important;
    }
    .gs-hero-section .hero-content .des {
        text-align: left !important;
        line-height: normal !important;
    }
    .gs-hero-section {
        min-height: 500px !important;
        padding: 10px 10px !important;
        height: auto !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center !important;
        padding-top: 140px !important;
        background-color: #dddddd;
    }
    .gs-hero-section .hero-content .des {
        max-width: 100% !important;
        margin-top: 14px !important;
        margin-bottom: 25px !important;
    }
    button.slick-next.slick-arrow,
    button.slick-prev.slick-arrow {
        display: none !important;
    }
    .header-top.sticky .nav-left a.header-logo-wrapper img.logo {
        margin-top: 15px;
    }
    .header-top.sticky {
        padding: 20px 0;
    }
    .icon-circled.mobile a,
    .icon-circled.mobile span {
        font-size: 14px;
        color: #000;
    }
    .icon-circled.mobile svg {
        width: 18px;
    }
    span#cart-count {
        height: 16px;
        width: 16px;
        line-height: 16px;
        top: -8px;
        left: 8px;
        font-size: 12px;
    }
    .nav-middle.mobile button#searchIcon {
        width: 100%;
        background: #4a4a1b14;
        margin-top: 10px;
    }
    .mobile-menus {
        padding: 20px 12px;
    }
    .mobile-menu .mobile-menu-top {
        padding: 10px 18px;
        background-color: #16181d;
    }
}
.flex-mob {
    width: 73%; 
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .nav-middle .icon-circle button#searchIcon {
        width: 360px;
    }
    button.slick-prev.slick-arrow {
        left: 0px;
    }
    footer.gs-footer-section .flex-items {
        width: 18%;
    }
    button.slick-next.slick-arrow {
        right: 4px;
    }
    span.w-td,
    .gateway {
        font-size: 12px;
    }
    .d-flex.justify-content-between.mt-top {
        padding: 0 10px;
    }
    .header-top .create-navbar .nav-left img {
        width: 90px;
    }
    .hero-content h1.title.wow-replaced {
        font-size: 36px !important;
    }
    .gs-hero-section .hero-content .subtitle {
        font-size: 26px !important;
        margin-bottom: 0 !important;
    }
    .gs-hero-section .hero-content .des {
        font-size: 18px !important;
    }
    section.simple-step h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .img-text img {
        width: 100%;
    }
    .img-text h5 {
        font-size: 21px;
    }
    .img-text p {
        font-size: 18px;
        line-height: 25px;
        /* text-indent: 57px; */
        margin-bottom: 0;
    }
    .box {
        gap: 10px;
        padding: 35px 12px;
    }
    .box h4 {
        font-size: 12px;
        line-height: 25px;
    }
    .box img {
        width: 70px;
    }
    /* section.deliverd-outcomes h4 {
        font-size: 38px;
        line-height: 56px;
        padding-left: 0;
    } */
    section.deliverd-outcomes h4 {
        font-size: 16px !important;
        line-height: 28px !important;
        padding-left: 0;
    }

    section.deliverd-outcomes .img-logo img {
        width: 100%;
    }
    section.faq-question:after {
        left: -265px;
    }
    .container-new-custom {
        width: 100%;
    }
    .flex-items:after {
        right: -12%;
    }
    .faq-flex h4 {
        font-size: 44px;
        line-height: 56px;
    }
    .flex-items:last-child:after {
        width: 0;
    }
    ul.page-links h4 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
.snow {
    position: absolute;
    /* min-width: 100vw;
    min-height: 100vh; */
    height: 100%;
    width: 100%;
    overflow: hidden;
    /* top: 0;
    left: 0; */
}

.snow .svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

#snow-top-layer {
    will-change: transform;
    transform: translateY(-768px);
    -webkit-animation: fall 22.5s infinite linear;
    animation: fall 22.5s infinite linear;
}

#snow-bottom-layer {
    will-change: transform;
    transform: translateY(-768px);
    -webkit-animation: fall 45s infinite linear;
    animation: fall 45s infinite linear;
}

@-webkit-keyframes fall {
    100% {
        transform: translateY(0);
    }
}

@keyframes fall {
    100% {
        transform: translateY(0);
    }
}
/* .btn-effect {
    position: relative;
}
a.template-btn.hero-shop-now-btn.wow-replaced.btn-effect:hover {
    background-color: #292929 !important;
    color: #F4BC40 !important;
    fill: #F4BC40 !important;
    border: 1px solid #292929;
}
.btn-effect:hover {
    background-color: #292929;
    color: #F4BC40;
    fill: #F4BC40;
    border: 1px solid #292929;
}
section.faq-question a.btn-effect:hover {
    background: #fff;
    color: #292929;
    fill: #292929;
    border: 1px solid #fff;
} */
/* span.button-wrapper {
    transition: opacity 0.2s, transform 0.2s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.btn-effect:hover span.button-wrapper {
    transform: translateY(-150%);
    opacity: 0;
}
.btn-effect::before {
    position: absolute;
    content: "";
    border-radius: inherit;
    -webkit-transition: all 0.6sease;
    transition: all 0.6sease;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 102% 102%;
    opacity: 0;
}
.btn-effect::after {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: opacity 0.5s, transform 0.5s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    white-space: nowrap;
    left: 19%;
    z-index: -1;
}
a.subscription-btn.btn-effect::after {
    left: 15%;
}
.btn-effect:hover::before {
    opacity: 1;
}
.btn-effect:hover::after {
    transform: translate(0%, -50%);
    opacity: 1;
    z-index: 9;
} */
.gs-checkbox-wrapper svg path {
    stroke: #F4BC40;
}
.text-danger {
    color: #F4BC40 !important;
}
/* .img-text img {
    display: inline-block;
    position: relative;
    padding: 10px;
    border: 5px solid transparent;
    border-radius: 50px;
    transition: border 0.3s ease;
}

.img-text img:hover {
    border: 20px solid;
    border-image-source: linear-gradient(
        0deg,
        #659cd5 27.02%,
        #eb619a 72.37%,
        #fdd35a 92.63%
    );
    border-image-slice: 1;
} */

span.bg-btn-hr {
    background: #F4BC40;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
span.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.common-title {
    font-family: "Montserrat";
    font-size: 54px;
    font-weight: 700;
    line-height: 59.77px;
    color: #292929;
}
section.gs-explore-product-section.bg-light-white.mt-0.product__main h2.common-title.wow-replaced {
    font-weight: 400;
    font-family: 'BrandonGrotesque';
    font-size: 37px;
    line-height: 39px;
}
section.gs-explore-product-section.bg-light-white.mt-0.product__main .explore-tab-navbar li.nav-item .nav-link {
    font-family: 'BrandonGrotesque' !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #292929;
    padding: 0;
}
section.gs-explore-product-section.bg-light-white.mt-0.product__main .explore-tab-navbar li.nav-item .nav-link.active {
    border-bottom: 0.98px solid #292929;
}
section.gs-explore-product-section.bg-light-white.mt-0.product__main .explore-tab-navbar {
    gap: 24px;
}
p.common-paragraph {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    line-height: 27.17px;
}
.simple-text p {
    margin-top: 22px;
    margin-bottom: 36px;
}
img.three-step-img {
    width: 557px;
    height: auto;
    float: left;
}

img.three-step-img2 {
    width: 390px;
    height: auto;
    float: right;
    margin-top: -50%;
}
.simple-text {
    padding: 217px 0 100px;
}

section.simple-steps {
    margin-top: -117px;
    position: relative;
}
.common-btn {
    border: 2px solid #F4BC40;
    padding: 28px 8px 28px 28px;
    border-radius: 100px;
}

span.common-btn-bg {
    background: #292929;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 100px;
}
.common-btn {
    border: 2px solid #F4BC40;
    padding: 6px 8px 6px 28px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #292929;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'BrandonGrotesque';
    text-transform: capitalize;
}
.bg-nums {
    background: #F4BC401a;
    padding: 36px 0;
    margin-top: -165px;
}
.step-boxs span.nums {
    font-family: "Montserrat";
    font-size: 74px;
    line-height: 85px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0.9px 0.9px 0 #e7ac5e, -0.9px -0.9px 0 #e7ac5e,
        0.9px -0.9px 0 #e7ac5e, -0.9px 0.9px 0 #e7ac5e;
}
span.explain {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1.13px;
    text-transform: uppercase;
}

.step-boxs {
    display: flex;
    align-items: center;
    gap: 10px;
}
.new-arrival-products p {
    margin-top: 18px;
    margin-bottom: 30px;
}
.row.arrival-item-center {
    justify-content: center;
    align-items: center;
}
.new-arrival-products {
    margin-left: 80px;
}
section.section.arrival {
    padding: 100px 0;
}
.btn-bottom {
    margin-top: 60px;
}
.exclusive-looks-new {
    background-image: url(../images/exclusive-looks-new.png);
    width: 100%;
    height: 520px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lock-text {
    background: #fff;
    padding: 50px 90px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.lock-text h3 {
    font-size: 66px;
    line-height: 66px;
    font-weight: 300;
    color: #292929;
    text-transform: capitalize;
    margin-bottom: 34px;
}

.lock-text h3 span {
    font-weight: 700;
    color: #efa80b;
}
.faq-flex h3 {
    font-size: 54px;
    font-weight: 400;
    color: #070127;
    line-height: 114.99999999999999%;
    letter-spacing: -2px;
    text-transform: capitalize;
    font-family: 'BrandonGrotesque';
}
.faq-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-right: 60px;
}
.avater-img {
    background: #2929290D;
    padding: 40px 60px;
    border-radius: 24px;
    border: 2px solid #FFFFFF;
}
.faqs {
    margin-left: 60px;
}
.avater-img {
    margin-top: 100px;
}
.row.arrival-item-center .col-md-6.col-lg-4.col-xl-3 {
    width: 33.33%;
}
.single-product .price-wrapper {
    width: 100%;
    justify-content: center;
    margin-bottom: 0;
}
.content-wrapper.custom a h6.product-title {
    text-align: center;
}
@media screen and (max-width: 1600px) and (min-width: 1401px) {
    button.slick-prev.slick-arrow {
        left: 55px;
    }
    button.slick-next.slick-arrow {
        right: 55px;
    }
    .step-boxs span.nums {
        font-size: 60px;
    }
    span.explain {
        font-size: 16px;
    }
    .common-title {
        font-size: 48px;
    }
    p.common-paragraph {
        font-size: 16px;
    }
    .lock-text h3 {
        font-size: 50px;
    }
    .faq-flex h3 {
        font-size: 48px;
    }
}
@media screen and (min-width: 1601px) {
    .common-container {
        width: 1440px;
    }
}
@media screen and (min-width: 1200px) {
    .gs-hero-section .hero-content .des {
        max-width: 420px;
        line-height: 40px !important;
    }
    button.slick-arrow {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {
    .common-container {
        width: 1100px;
    }
    button.slick-prev.slick-arrow {
        left: 65px;
    }
    button.slick-next.slick-arrow {
        right: 60px;
    }
    button.slick-arrow img {
        width: 14px;
        height: auto;
    }
    button.slick-prev.slick-arrow span,
    button.slick-next.slick-arrow span {
        width: 50px;
        height: 50px;
    }
    button.slick-prev.slick-arrow,
    button.slick-next.slick-arrow {
        width: 65px;
        height: 65px;
    }
    .header-top .create-navbar .nav-right {
        gap: 10px;
    }
    .header-top .create-navbar .nav-right svg {
        width: 20px;
        height: 20px;
    }
    .exclusive-looks-new {
        height: 380px;
    }
    li.web-pr a svg {
        width: 18px;
    }
    li.web-pr a p {
        font-size: 16px;
    }
    img.three-step-img2 {
        width: 300px;
        height: 400px;
        object-fit: contain;
    }
    img.three-step-img {
        width: 390px;
        height: 539px;
    }
    .simple-text {
        padding-top: 195px;
    }
    span.explain {
        font-size: 14px;
    }
    .step-boxs span.nums {
        font-size: 48px;
    }
    .common-title {
        font-size: 36px;
        line-height: 44.77px;
    }

    p.common-paragraph {
        font-size: 15px;
    }
    span.common-btn-bg {
        width: 36px;
        height: 36px;
    }
    span.common-btn-bg svg {
        width: 12px;
    }
    .common-btn {
        font-size: 18px;
        font-weight: 700;
    }
    .lock-text h3 {
        font-size: 40px;
        line-height: 55px;
    }
    .lock-img img {
        width: 100%;
    }
    .faq-flex h3 {
        font-size: 36px;
    }
    .faqs {
        margin-left: 20px;
    }
    .faq-flex {
        margin-right: 20px;
    }
}
@media screen and (max-width: 1300px) and (min-width: 1180px) {
    .common-container {
        width: 1200px;
    }
    
}
@media screen and (max-width: 1450px) and (min-width: 1390px) {
    button.slick-prev.slick-arrow {
        left: 15px;
    }
    button.slick-next.slick-arrow {
        right: 15px;
    }
}
/* @media screen and (max-width: 1399px) and (min-width: 1023px) {
    .gs-hero-section {
        height: 60vh !important;
    }
    .hero-content h6.subtitle.wow-replaced {
        line-height: normal !important;
    }
    .hero-content h1.title.wow-replaced {
        line-height: normal !important;
    }
} */
@media (max-width: 767.98px) {
    /* span.bg-btn-hr svg {
        width: 18px;
    }
    span.bg-btn-hr {
        width: 30px;
        height: 30px;
    } */
    .cart-summary-item.d-flex button.btn.btn-primary {
        padding: 16px 16px;
    }
    section.simple-steps {
        margin-top: 0;
    }
    a.template-btn.hero-shop-now-btn.wow-replaced.btn-effect {
        width: auto;
        /* padding: 0px 0 45px !important; */
        margin: auto;
        float: left;
    }
    .row.arrival-item-center .col-md-6.col-lg-4.col-xl-3 {
        width: 100% !important;
    }
    .lock-text h3 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .exclusive-looks-new {
        height: 588px;
        padding: 20px 16px;
    }
    .lock-text,
    .avater-img {
        margin-top: 40px;
    }
    .simple-text {
        padding-top: 60px;
    }
    .simple-text {
        padding-top: 60px;
        padding-bottom: 45px;
    }
    .common-btn {
        width: 100%;
    }
    .new-arrival-products {
        margin-top: 60px;
    }
    section.section.arrival {
        padding: 60px 0;
    }
    section.unlimited-choices {
        padding: 50px 0;
    }
    .box-bg {
        top: 420px;
    }
    .gs-explore-product-section {
        margin-top: 550px;
    }
    .btn-logo.text-center {
        left: 0;
        right: 0;
    }
    img.d-none.d-lg-block {
        display: block !important;
    }
}
.mobile-menu .tab-content .tab-pane ul li a i {
    float: right;
}
/* Change arrow on hover */
.mobile-menu .tab-content .tab-pane ul li a:hover i {
    color: #F4BC40; /* Change color on hover */
    transform: rotate(0deg); /* Rotate on hover */
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Rotate the arrow when menu is expanded */
.mobile-menu .tab-content .tab-pane ul li a[aria-expanded="true"] i {
    transform: rotate(180deg);
}
.modal-body h4,
.modal-content h5 {
    font-size: 18px;
    padding: 0 10px;
    color: #292929;
    margin-bottom: 20px;
}
.modal-footer a,
button#filter-yes,
button#subscribe-btn {
    background: #F4BC40 !important;
    padding: 5px 20px;
    font-size: 18px;
    color: #292929 !important;
    border-radius: 100px;
}
.modal-footer button {
    padding: 5px 20px;
    font-size: 18px;
    color: #292929 !important;
}
h5.filter-title {
    font-size: 16px;
    margin: 0;
}
.modal-footer.justify-content-center {
    padding-top: 30px;
}
.checkbox-container label {
    font-weight: 600;
    font-size: 14px;
    color: #292929;
}

.checkbox-container label strong {
    font-weight: 700;
}
.flex-box-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.logo svg {
    width: auto;
    height: 25px;
}
button.swal2-cancel.swal2-styled.swal2-default-outline {
    background-color: #F4BC40 !important;
    color: #292929;
}
span.svg-icon {
    cursor: pointer;
    margin-left: 5px;
    margin-top: -2px;
}
.filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img-h {
    height: 190px;
    width: auto;
    object-fit: contain;
}
div#type-of-lock .filter-group {
    display: flex;
    flex-direction: column;
    min-height: 520px;
}
div#type-of-lock {
    z-index: 9999;
}
.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 9999;
}
h2#swal2-title {
    font-size: 18px;
}
div:where(.swal2-icon).swal2-info {
    border-color: #F4BC40 !important;
    color: #F4BC40 !important;
}
button.swal2-confirm.swal2-styled {
    background: #F4BC40;
    color: #292929;
    border-radius: 100px;
    padding: 6px 25px;
}
button.swal2-cancel.swal2-styled {
    border-radius: 100px;
    padding: 6px 25px;
    background: #292929;
}
.common-btn.swal-cancel-btn:hover {
    background-color: #F4BC40;
    border-color: #F4BC40;
}
.common-btn.swal-cancel-btn {
    background: #292929;
    color: #fff;
    border-color: #292929;
    padding: 15px 25px;
}
/* button.swal2-confirm.swal2-styled, button.swal2-cancel.swal2-styled.swal2-default-outline{
    border: 2px solid #F4BC40;
    padding: 10px 25px 9px 25px;
    border-radius: 100px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #292929;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
    font-family: "Montserrat";
    text-transform: capitalize;
    background: transparent !important;
} */
div:where(.swal2-container) button:where(.swal2-close):hover {
    color: #F4BC40 !important;
}
.filter-group {
    min-height: 55vh;
}
/* div#filter-product-modal .modal-dialog.assign-rider-modal-dialog.modal-dialog-centered {
    height: 100vh;
} */
div#type-of-lock .modal-dialog.modal-xl.modal-dialog-centered, div#additionalSubscription .modal-dialog.modal-xl.modal-dialog-centered {
  left: -7px;
}
span.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
/* Smooth transition for SVG paths */
.common-btn svg path, a.template-btn svg path{
    transition: fill 0.3s ease, transform 0.3s ease;
}
.template-btn.hero-shop-now-btn.wow-replaced span.logo-icon svg path {
    transition: fill 0.3s ease;
}
/* Smooth rotation for arrow icon */
.common-btn .common-btn-bg svg, a.template-btn .bg-btn-hr svg {
    transition: transform 0.3s ease;
}

/* Hover styles */
.common-btn:hover, a.template-btn:hover {
    color: #292929 !important;
    background-color: #F4BC40;
}

.common-btn:hover .common-btn-bg svg path, a.template-btn:hover .bg-btn-hr svg path {
    fill: #F4BC40;
}
a.template-btn.hero-shop-now-btn.wow-replaced:hover span.logo-icon svg path {
    fill: #292929 !important;
}
.common-btn:hover .common-btn-bg, a.template-btn:hover .bg-btn-hr {
    background-color: #292929 !important;
}
.common-btn:hover .common-btn-bg svg,  a.template-btn:hover .bg-btn-hr svg {
    transform: rotate(45deg);
}
.access-option-payment-details {
    gap: 10px;
}
h5#sizeprice span.discount-badge {
    font-size: 18px;
    font-weight: 500;
    opacity: .6;
    position: relative;
    top: -5px;
    text-decoration: line-through;
    margin-left: 4px;
}
.cart-sidebar .list-cart-sidebar li, .addons-cart-sidebar h5 {
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #292929;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .5px;
    padding: 20px 0;
    border-bottom: 1px solid #00000029;
}
.addons-cart-sidebar h5 {
    border-bottom: none;
}
.addons-cart-sidebar ul.list-cart-sidebar li {
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}

.addons-cart-sidebar ul.list-cart-sidebar {
    border-bottom: 1px solid #00000029;
    padding-bottom: 16px;
}
.addons-cart-sidebar ul.list-cart-sidebar:last-child {
    border-bottom: none;
}
.address-wrapper .box-border {
    padding: 30px;
    border: 1px solid #00000033
}
.product-title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #00000008;
    padding-left: 30px;
}
.product-title-flex img {
    border: 1px solid #00000033;
    background: #fff;
    width: 110px;
    height: auto;
}
div#show_shipping_address {
    padding: 0;
}
.product-padding-shipping {
    padding: 30px;
}
.d-flex.shipping-addres {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.gs-checkbox-wrapper.basic-information label {
    font-size: 18px;
}
.basic-information-mb-30 input[type="file"]::-webkit-file-upload-button {
    border-radius: 100px;
    padding: 6px 16px;
    border: 1px solid #F4BC40;
    background-color: transparent;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400px;
    color: #292929;
}
.select-area div label {
    color: #262626;
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.filter-header label.label-cls {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.basic-information-mb-30 {
    margin-bottom: 30px;
}
.btn-360 {
    position: absolute;
    z-index: 9;
    right: 50px;
    bottom: 185px;
    background: #2929291A;
    padding: 17px;
    border-radius: 10px;
}
.basic-information-mb-30 label.label-cls {
    font-weight: 600 !important;
    margin-top: 18px;
}
.basic-information-mb-30 p {
    font-size: 14px;
    color: #030712;
}
.row.basic-information-mb-30 span.form__radio-button {
    border: 1px solid #F4BC40;
}
.product-padding-shipping label.icon-label {
    border: 1px solid #F4BC40;
}
.d-flex.justify-content-between.shipping-address-margin {
    margin-top: 30px;
}
.product-title-flex h4 {
    font-size: 30px;
    font-weight: 600;
    color: #292929;
}
.gs-checkout-wrapper.checkout-top {
    padding: 60px 0;
}
.filter-group {
    min-height: 42vh !important;
    width: 49%;
}
.filter-group__wrapper {
    display: flex;
    justify-content: space-between;
  }
/* @media only screen and (min-width: 1201px) and (max-width: 1700px) {
.gs-checkout-wrapper .summary-box {
    padding: 15px;
}
.cart-sidebar .list-cart-sidebar li, .addons-cart-sidebar h5 {
    font-size: 15px;
}
.addons-cart-sidebar ul.list-cart-sidebar li {
    font-size: 14px;
}
.cart-summary-item.d-flex.justify-content-between p.cart-summary-subtitle, p.cart-summary-price.total-cart-price, p.cart-summary-price.discount {
    font-size: 16px;
}
p.cart-summary-subtitle.discount, p.cart-summary-price.discount {
    font-size: 16px !important;
}
.product-title-flex h4 {
    font-size: 28px;
}
.product-title-flex img {
    width: 75px;
    height: auto;
}
} */
ul.list-cart-sidebar li span.product-name {
    flex: 1;
}
.modal-content.assign-rider-modal-content.form-group .modal-header {
    position: inherit;
}
input#schedule_date {
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 8px;
    width: 100%;
}
p.schedule-text {
    font-size: 14px;
    margin-top: 5px;
}
#customer-type {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    padding-right: 2rem;
  }
  #toast-container > .toast-success {
    background-color: #ebfbee !important;
    color: #278c40 !important;
    background-image: none !important;
    padding-left: 15px !important;
    font-family: 'Montserrat' !important;
}
#toast-container > .toast-error {
    background-color: #fff5f4 !important;
    color: #ca2c2d !important;
    background-image: none !important;
    padding-left: 15px !important;
    font-family: 'Montserrat' !important;
}
#toast-container .toast-success .toast-progress {
    background-color: #F4BC40 !important;
}
#toast-container .toast-error .toast-progress {
    background-color: #e53935 !important; 
}

@media (min-width: 1200px) {   
     .row.checkout-details {
    gap: 40px;
    flex-wrap: nowrap;
}
}
@media (min-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
    p.cart-summary-subtitle.gateway:hover::after {
        left: 9px;
    }
}

@media screen and (max-width: 1550px) and (min-width: 1501px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1410px;
    }
    .schedule_form_modal form#schedule_form {
        max-width: 70% !important;
    }
    .hero-content {
        padding: 0 130px !important;
      }
}
@media screen and (max-width: 1440px) and (min-width: 1280px) {
    .access-option ul li {
        font-size: 14px;
    }
    .schedule_form_modal form#schedule_form {
        max-width: 70%;
    }
    .access-option h5 {
        font-size: 16px;
    }
    .payment-details ul li, .single-product-details-content-wrapper
        .wish-compare-report-wrapper
        .link
        .title, .flex-btn-groups button, .select2-container .select2-search--inline .select2-search__field {
    font-size: 14px !important;
}
.payment-details .notes span.unsubscribe {
    font-size: 12px;
}
.code-section span.codes, .brand-section span.brand, .brand-section span.types {
    font-size: 11px;
}
.flex-btn-groups .flex-btn a, .flex-btn-groups .flex-btn button.template-btn.dark-btn.w-100.open-subs-modal {
    font-size: 18px;
}
    .gs-checkout-wrapper .summary-box {
        background-color: transparent;
        padding: 20px;
        border: 1px solid #00000029;
        border-radius: 8px;
    }
    .gs-checkout-wrapper .summary-box h4.cart-summary-title {
        padding-bottom: 20px;
        font-size: 28px;
    }
    .cart-sidebar .list-cart-sidebar li, .addons-cart-sidebar h5 {
        font-size: 18px;
        padding: 14px 0;
    }
    .cart-sidebar-main .cart-summary {
        padding: 0 20px !important;
    }
    .gs-checkout-wrapper
    .summary-box
    .btn-wrappers
    a.template-btn.dark-outline.w-100, .gs-checkout-wrapper .summary-box .btn-wrappers button.template-btn.w-100 {
    font-size: 20px !important;
}
.gs-checkout-wrapper .summary-box .btn-wrappers {
    gap: 16px;
}
.padding-30 {
    padding: 20px 0 !important;
}
}
@media screen and (min-width: 320px) and (max-width: 374px){
    .gs-hero-section {
        padding-top: 175px !important;
    }
}
.template-btn:hover .bg-btn-hr svg, .flex-btn-groups .flex-btn a:hover svg {
    transform: rotate(45deg); 
    transition: transform 0.5s ease-in-out;
  }
  .gs-product-cards-slider-area .related-product-title {
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
}
.product-cards-slider.related-product-slider .slick-track {
    margin-left: 0;
}
.product-cards-slider.how-it-works .slick-slide {
    margin-right: 20px;
}
.flex-btn-groups .flex-btn a {
    font-size: 22px;
}


@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .info-bar .info-left .wows li svg {
        width: 15px;
    }
    .icon-circled a, .icon-circled span, .header-top .create-navbar .nav-center .nav-menus li a, .info-bar a {
        font-size: 14px;
    }
    .info-bar.d-nonee.d-md-blockk {
        padding: 3px 0;
    }
    a.header-logo-wrapper img {
        width: 65px;
    }
    span#compare-count, span#cart-count  {
        height: 15px;
        width: 15px;
        line-height: 15px;
        left: 9px;
        font-size: 10px;
    }
    .header-top {
        padding: 10px 0;
    }
    .gs-hero-section {
        padding: 0 160px;
    }
    .header-top
    .create-navbar
    .nav-center
    .nav-menus
    .megamenu.cat-megamenu
    ul
    li
    a {
    font-size: 13px;
}
.megamenu .single-menu ul li {
    line-height: 1.1;
}
.box-bg {
    height: 280px;
    padding-top: 65px;
    width: 90%;
    float: right;
}
.box-bg-text {
    margin-left: 45px;
}
.box-bg h4 {
    font-size: 36px;
    line-height: 50px;
}
.btn-logo.text-center img {
    width: 100px;
}
.single-product .img-wrapper .product-img, .single-product-list-view .img-wrapper .product-img {
    height: 235px;
}
.single-product:hover .text-replace .product-img {
    height: 235px;
}
.lock-text {
    padding: 25px 50px;
}
.avater-img {
    margin-top: 50px;
    padding: 15px 25px;
}
.gs-faq-section .faq-box .hyp-accordians .accordion-item {
    margin-bottom: 25px;
}
.gs-faq-section.faq-section .faq-box .hyp-accordians .accordion-button {
    font-size: 14px;
    padding: 15px;
}
.faq-flex h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0;
}
.gs-blog-wrapper.padding-product-wrapper {
    padding: 50px 0 0;
}
.gs-blog-wrapper.padding-product-wrapper .col-sm-6.col-md-6.col-xl-4 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.select-area div label {
    font-size: 16px;
}
.single-product-details-content-wrapper
    .product-info-wrapper
    .price-wrapper
    h5 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-product-details-content-wrapper .product-info-wrapper h3 {
    font-size: 26px;
}
.single-product-details-content-wrapper
    .add-qty-wrapper
    .product-input-wrapper
    .action-btn, .single-product-details-content-wrapper .add-qty-wrapper .product-input-wrapper .qty-input {
    width: 45px;
    height: 45px;
    font-size: 16px;
}
.single-product-details-content-wrapper .add-qty-wrapper .product-input-wrapper .action-btn svg {
    width: 16px;
}
.flex-btn-groups .flex-btn a, .flex-btn-groups .flex-btn button.template-btn.dark-btn.w-100.open-subs-modal {
    font-size: 22px !important;
}
.btn-360 {
    right: 30px;
    bottom: 120px;
}
.header-top .create-navbar .nav-right:last-child {
    margin-right: -10px;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-table .table thead th {
   font-size: 14px;
}
p.cart-summary-subtitle.gateway {
    font-size: 12px;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-table
    .table
    tbody
    .cart-product
    .cart-product-info
    .cart-title {
    font-size: 12px;
}
.addons-cart-sidebar ul.list-cart-sidebar li span.product-price {
    font-size: 12px;
}
.cart-sidebar .list-cart-sidebar li, .addons-cart-sidebar h5 {
    font-size: 12px !important;
    line-height: 24px;
}
.cart-summary-item.d-flex.justify-content-between p.cart-summary-subtitle, p.cart-summary-price.total-cart-price, p.cart-summary-price.discount {
    font-size: 14px;
}
p.cart-summary-subtitle.total, p.cart-summary-price.total-cart-price.total {
    font-size: 18px !important;
}
.gs-cart-section .gs-cart-container .gs-cart-row .cart-summary .cart-summary-btn a.template-btn.w-100 {
    gap: 20px;
    font-size: 18px !important;
}
.gs-cart-section
    .gs-cart-container
    .gs-cart-row
    .cart-summary
    .cart-summary-title, .gs-checkout-wrapper .summary-box h4.cart-summary-title {
    padding-bottom: 6px;
    font-size: 24px;
}
.h-cart {
    font-size: 24px;
}
.product-title-flex h4 {
    font-size: 18px;
}
.gs-checkout-wrapper .address-wrapper .form-title {
    font-size: 18px;
}
.filter-header label.label-cls {
    font-size: 13px;
}
.gs-checkout-wrapper .address-wrapper .input-wrapper .label-cls {
    font-size: 13px;
}
.form__radio-label {
    font-size: 12px !important;
}
.form__radio-button {
    height: 14px;
    width: 14px;
    margin-top: 3px;
}
.basic-information-mb-30 p {
    font-size: 12px;
}
.gs-checkout-wrapper .address-wrapper .input-wrapper input[type="file"] {
    font-size: 12px;
}
.gs-checkout-wrapper .address-wrapper .input-wrapper .input-cls, textarea#shipping-delivery {
    font-size: 12px;
}
.gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select .current {
    font-size: 12px;
}
.gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select .current {
    padding: 12px 24px;
}
.gs-checkout-wrapper .address-wrapper .input-wrapper .nice-select {
    height: 45px;
}
.gs-checkout-wrapper
    .product-infos-wrapper
    .product-list
    .checkout-single-product
    .product-specifications-list
    .specification-name, .gs-checkout-wrapper .product-infos-wrapper .product-list .checkout-single-product .product-specifications-list .specification {
    font-size: 14px;
}
.exampleCheck12 {
    width: 65% !important;
    font-size: 16px;
}
.cart-summary-item.d-flex button.btn.btn-primary {
    padding: 16px 16px;
    font-size: 16px;
}
.gs-checkout-wrapper .summary-box h4.form-title {
    font-size: 24px;
}
ul.page-links h4 {
    font-size: 24px;
}
.gs-footer-section .gs-footer-bottom .footer-bottom-content p {
    font-size: 14px;
    padding: 20px 0;
}
}
.footer-border {
    border-top: 1.33px solid #FFFFFF1A;
    margin-top: 80px;
    border-bottom: 1.33px solid #FFFFFF1A;
}
.checkout-step-wrapper.checkout-step-nowrapper span.line {
    top: 30%;
    left: 50%;
    width: 85%;
}
.address-item.address-item-info li span {display: flex !important;margin-top: 5px;}
.address-item.address-item-info {
    width: 100% !important;
}

.address-item.address-item-info ul span {
    display: inline-flex;
    justify-content: space-between;
}

.address-item.address-item-info li span img {
    min-width: 80%;
    height: auto;
}
.address-item.address-item-info ul span li {
    width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .schedule_form_modal form#schedule_form {
        max-width: 100% !important;
    }
    .address-item.address-item-info ul span li {
        width: 100% !important;
    }
    .address-item.address-item-info ul span {
        display: block !important;
    }
    .address-item.address-item-info li span img {
        min-width: 100%;
    }
    .checkout-step-wrapper.checkout-step-nowrapper {
        flex-wrap: nowrap;
    }
    .checkout-step-wrapper.checkout-step-nowrapper span.line {
        top: 24%;
        left: 48.5%;
    }
    .slick-slide[data-slick-index="1"] span.slider-2-block svg {
        width: 50px;
    }
    img.three-step-img {
        width: 400px;
        height: 475px;
    }
    img.three-step-img2 {
        width: 320px;
    }
    section.simple-steps {
        margin-top: -70px;
    }
    .simple-text {
        padding: 100px 0 0;
    }
    .bg-nums {
        margin-top: -195px !important;
    }
    span.explain {
        font-size: 14px;
        line-height: 22px;
    }
    .step-boxs span.nums {
        font-size: 42px;
    }
    footer.gs-footer-section .flex-items {
        width: auto;
    }
    .lock-img img.promo-img {
        width: 100%;
    }
    .lock-text h3 {
        font-size: 38px;
        line-height: 50px;
    }
    .exclusive-looks-new {
        height: 400px;
    }
    .solutions-for-outcomes {
        height: 478px;
    }
    .solutions-for-outcomes::after {
        width: 320px;
    }
    .gs-hero-section {
        padding: 0 112px;
    }
    .new-arrival-products {
        margin-left: 30px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .filter-group {
        width: 100%;
        min-height: auto !important;
    }
    .checkout-step-wrapper.checkout-step-nowrapper {
        flex-wrap: nowrap;
        margin-bottom: 30px;
    }
    .schedule_form_modal form#schedule_form {
        max-width: 100% !important;
    }
    .schedule_form_modal form#schedule_form .modal-content.assign-rider-modal-content.form-group.gap-2 {
        padding: 25px 12px;
    }
    .checkout-step-wrapper.checkout-step-nowrapper span.line {
        top: 24%;
        left: 48%;
    }
    .filter-group img.img-h {
        width: 100%;
    }
    
    .filter-group__wrapper {
        flex-direction: column;
    }
    .modal-body h4, .modal-content h5 {
        font-size: 15px;
    }
    .modal-dialog.modal-xl.modal-dialog-centered .modal-content.p-4 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
a.view-btn.delete-btn.remove.schedule_modal_btn {
    background: none;
    display: inline;
}
.schedule_form_modal form#schedule_form {
    max-width: 55%;
}
.gs-dashboard-user-sidebar-wrapper li.active a, .gs-dashboard-user-sidebar-wrapper li:hover a {
    color: #1f0300;
}
.gs-dashboard-user-sidebar-wrapper li.active a svg.has-stroke path, .gs-dashboard-user-sidebar-wrapper li:hover a svg.has-stroke path{
    stroke: #1f0300;
}
.gs-dashboard-user-sidebar-wrapper li.active a svg.has-fill path, .gs-dashboard-user-sidebar-wrapper li:hover a svg.has-fill path {
    fill: #1f0300;
}
span.slider-2-block {
    display: none;
}
.slick-slide[data-slick-index="1"] span.slider-2-block {
    display: inline;
}
.phone-code {
    display: flex;
}

span#phone-addon {
    width: 65px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

input#phone {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.live-chat {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #F4BC40;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 9999; /* Add this line */
    cursor: pointer; /* Optional: indicates clickability */
}








/* Block: .product-steps */
        .product-steps {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 100px 0;
            background-color: #fff;
        }
        .explore__product__section {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        /* Element: .product-steps__container */
        .product-steps__container {
            display: flex;
            overflow: hidden;
        }

        /* Element: .product-steps__image-wrapper */
        .product-steps__image-wrapper {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Element: .product-steps__image */
        .product-steps__image {
            max-width: 100%;
            height: auto;
        }

        /* Element: .product-steps__content */
        .product-steps__content {
            flex: 1;
            padding: 130px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        /* Element: .product-steps__title */
        .product-steps__title {
            font-size: 3.5rem;
            font-weight: 400;
            margin-bottom: 1rem;
            color: #292929;
            font-family: 'BrandonGrotesque';
        }

        /* Element: .product-steps__description */
        .product-steps__description {
            font-size: 1.1rem;
            line-height: 30px;
            margin-bottom: 2.4rem;
            color: #292929;
            font-weight: 400;
        }

        /* Element: .product-steps__list */
        .product-steps__list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        /* Element: .product-steps__list-item */
        .product-steps__list-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.5rem 0;
            border-bottom: 1px solid #00000024;
            color: #292929;
            font-size: 20px;
            transition: color 0.2s ease-in-out;
            line-height: 30px;
            font-family: 'BrandonGrotesque';
            font-weight: 400;
        }

        .product-steps__list-item:hover {
            cursor: pointer;
        }

        /* Element: .product-steps__list-arrow */
        .product-steps__list-arrow {
            font-weight: bold;
            font-size: 1.2rem;
        }

        /* Element: .product-steps__explore-link */
        .product-steps__explore-link {
            margin-top: 2.4rem;
            display: inline-block;
            color: #292929;
            text-decoration: underline;
            font-weight: 500;
            transition: color 0.2s ease-in-out;
            font-size: 20px;
        }

        /* .product-steps__explore-link:hover {
            color: #0056b3;
            text-decoration: underline;
        } */

        /* Media Queries for Responsiveness */
        @media (max-width: 768px) {
            .product-steps__container {
                flex-direction: column;
            }
            .exclusive-locks__content_all {
                padding: 0px !important;
                text-align: center;
            }
            .features-section__row {
                gap: 40px;
            }
            .explore__product__section {
                flex-wrap: wrap;
                gap: 20px;
                justify-content: center;
            }
            .product-steps__image-wrapper {
                padding: 1.5rem 1rem;
                border-bottom: 1px solid #dee2e6; /* Separator on small screens */
            }

            .product-steps__content {
                padding: 2rem 1.5rem;
            }

            .product-steps__title {
                font-size: 1.75rem;
            }

            .product-steps__description {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 576px) {
            .product-steps {
                padding: 1rem;
            }

            .product-steps__content {
                padding: 1.5rem 1rem;
            }

            .product-steps__title {
                font-size: 1.5rem;
            }

            .product-steps__explore-link {
                margin-top: 1.5rem;
            }
        }





        /* Block: .exclusive-locks */
        .exclusive-locks {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f8f8f2; /* Light beige background */
        }

        /* Element: .exclusive-locks__container */
        .exclusive-locks__container {
            display: flex;
            overflow: hidden;
            width: 100%;
        }

        /* Element: .exclusive-locks__image-wrapper */
        .exclusive-locks__image-wrapper {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Element: .exclusive-locks__image */
        .exclusive-locks__image {
            max-width: 100%;
            height: auto;
            display: block; /* Remove extra space below image */
        }

        /* Element: .exclusive-locks__content */
        .exclusive-locks__content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .exclusive-locks__content_all {
            padding: 300px 267px 300px 240px;
        }
        /* Element: .exclusive-locks__title */
        .exclusive-locks__title {
            font-size: 3.5rem;
            font-weight: 400;
            margin-bottom: 1rem;
            color: #292929;
            font-family: 'BrandonGrotesque';
        }

        /* Element: .exclusive-locks__description */
        .exclusive-locks__description {
            font-size: 1.1rem;
            line-height: 30px;
            color: #292929;
            font-weight: 400;
        }

        /* Element: .exclusive-locks__explore-link */
        .exclusive-locks__explore-link {
            display: inline-block;
            color: #007bff;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.2s ease-in-out;
        }

        .exclusive-locks__explore-link:hover {
            color: #0056b3;
            text-decoration: underline;
        }

        /* Media Queries for Responsiveness */
        @media (max-width: 768px) {
            .exclusive-locks__container {
                flex-direction: column;
            }

            .exclusive-locks__image-wrapper {
                padding: 1.5rem;
            }

            .exclusive-locks__content {
                padding: 2rem;
            }

            .exclusive-locks__title {
                font-size: 2rem;
                text-align: center;
            }

            .exclusive-locks__description {
                text-align: center;
            }

            .exclusive-locks__explore-link {
                display: block;
                text-align: center;
            }
        }

        @media (max-width: 576px) {
            .exclusive-locks {
                padding: 1rem;
            }

            .exclusive-locks__content {
                padding: 1.5rem;
            }

            .exclusive-locks__title {
                font-size: 1.75rem;
            }
        }



        /* Block: .features-section */
        .features-section {
            padding: 75px 0;
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 200px;
        }       

        /* Element: .features-section__row */
        .features-section__row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .features-section__container {
            max-width: 1321px;
            margin: auto;
        }
        /* Element: .features-section__item */
        .features-section__item {
            flex: 0 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            /* padding: 1rem; */
            color: #6c757d;
            width: 330px;
        }

        /* Element: .features-section__icon */
        .features-section__icon {
            font-size: 3.5rem;
            color: #bfa38e; /* Gold/brownish color for icons */
            margin-bottom: 0.75rem;
        }

        /* Element: .features-section__text */
        .features-section__text {
            font-size: 1.2rem;
            font-weight: 500;
            color: #292929;
            margin-top: 20px;
            letter-spacing: 1px;
        }

        /* Responsive adjustments for smaller screens */
        @media (max-width: 992px) {
            .features-section__item {
                width: 21%; /* Two items per row */
            }
        }

        @media (max-width: 576px) {
            .features-section__item {
                width: 80%; /* One item per row */
            }
        }
.product__main .price-wrapper h6 span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'BrandonGrotesque';
    color: #292929;
}
.product__main .price-wrapper h6 {
    margin-right: 0px;
}
.product__main .single-product .product-title {
    font-size: 16px;
    line-height: 20px;
    color: #292929;
    font-family: 'BrandonGrotesque';
    text-transform: uppercase;
    font-weight: 400;
}
.product__main .single-product .content-wrapper {
    gap: 5px;
}
.product__main .single-product .img-wrapper .product-img, .single-product-list-view .img-wrapper .product-img{
    height: auto;    
}
.product__main .text-replace {
    display: none;
}
/* .product__main .img-wrapper {
    border-radius: 10px;
    background: radial-gradient(109.47% 109.47% at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(94, 94, 94, 0.3) 100%);
    background-color: transparent;
} */
 .product__main .img-wrapper {
    border-radius: 10px;
    /* background: radial-gradient(109.47% 109.47% at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(94, 94, 94, 0.3) 100%); */
    background-color: #ffffff;
    height: 490px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.avater-img .common-btn:hover{
    background-color: #F4BC40;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
.product-steps__content {
    padding: 0px 0px 0px 70px;
}
.exclusive-locks__content_all {
    padding: 70px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .gs-hero-section {
        height: 495px !important;
        background-position: center center !important;
        min-height: auto !important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .gs-hero-section .hero-content .des {
        max-width: 250px;
    }
 }
 .single-product:hover img.product-img {
    transition: all 0.3s ease;
}
section.faq-question {
    padding: 40px 0 120px;
}
.product__main .img-wrapper {
    border: 1px solid #dedede;
}
section.gs-explore-product-section.bg-light-white.mt-0.product__main {
    background: transparent;
}
.single-product-widget .widget-title {
    font-size: 22px;
    font-weight: 500;
    font-family: 'BrandonGrotesque';
}
.product-nav-wrapper h5 {
    font-weight: 500;
    font-family: 'BrandonGrotesque';
}
.header-top .create-navbar .nav-center .nav-menus li:hover > a::after {
    background-color:#b89879;
}
div#subscription_user_table {
    height: 75vh;
    overflow-y: scroll;
}

/* Modal height and vertical centering */
#termsModal .modal-dialog {
  display: flex;
  align-items: center;
  min-height: 100vh;
  margin-top: -10px;
}

#termsModal .modal-content {
  height: 70vh;
}
.virtual-trail-booth p.ojii-badge-section__description {
    font-family: 'BrandonGrotesque';
    font-size: 19px;
    font-weight: 400;
}

.virtual-trail-booth p {
    font-family: 'BrandonGrotesque';
    font-size: 18px;
    font-weight: 400;
}

.virtual-trail-booth h5.ojii-badge-section__title {
    font-size: 45px;
    font-weight: 400;
    font-family: 'BrandonGrotesque';
    margin-bottom: 30px !important;
    margin-top: 30px;
}
a.template-btn.btn-forms.check_as__guest {
    background: #249249 !important;
}
a.template-btn.btn-forms.check_as__guest:hover {
    background: #249249 !important;
    color: #FFFFFF !important;
}
.btn-wrappers.fashion__checkout-btn button, .btn-wrappers.fashion__checkout-btn a {
    border-radius: 8px !important;
    border: 1px solid #f4bc40 !important;
    font-family: 'Montserrat' !important;
    font-weight: 600 !important;
}



