/*your custom css goes here*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");


/******************************************** Start Seller Top Bar ********************************************/
.seller-top-bar { padding: 8px 0; background: #143073; border-bottom: 1px solid rgb(0, 0, 0, 0.46); color: #fff; }
.seller-top-bar .container { display: flex; align-items: center; justify-content: space-between; }
.seller-top-bar .stores-icons { gap: 8px; }
.seller-top-bar .stores-icons a { width: 100px; }
.seller-top-bar .stores-icons a img { width:  100%; height: auto; }
.seller-top-bar .seller-info { gap: 12px; }
.seller-top-bar .seller-info p { font-style: italic; font-weight: 700; }
.seller-top-bar .seller-info .sep,
.seller-top-bar .seller-info a { display: inline-flex; align-items: center; gap: 8px; color: #FFF203; font-weight: 600; }
.seller-top-bar .seller-info a img { width: 20px; }
/******************************************** End  Seller Top Bar  ********************************************/

.profile .card,
.forgot-password {
    box-shadow: 0px 50px 80px rgb(9 20 50 / 7%) !important;
    border-radius: 20px !important;
}

.iti__selected-flag {
    border-radius: 10px 0 0 10px;
}

.webicore{
	width: 32px;
    height: 31px;
}

.login-after-subscription .container {
    max-width: 1291px;
    background: #ffffff;
    box-shadow: 0px 50px 80px rgba(9, 20, 50, 0.07);
    border-radius: 20px;
    padding: 35px 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.login-after-subscription .four-box-structure {
    max-width: 1072px;
    display: grid;
    grid-gap: 18px;
    grid-template-columns: repeat(auto-fill, minmax(254px, 1fr));
    margin: 0 auto;
}

.login-after-subscription p {
    font-weight: 600;
}

.login-after-subscription .font-28 {
    font-size: 28px;
}

.login-after-subscription .font-24 {
    font-size: 24px;
}

.login-after-subscription .img-margin {
    margin: 24px 0;
}

.login-after-subscription .bg-white.pro-bg .month,
.login-after-subscription .bg-white.pro-bg .basic {
    color: #000000 !important;
}

.login-after-subscription .bg-white .basic {
    margin-bottom: 8px;
}

.login-after-subscription .details-info .rating:not(:last-child) p {
    margin-bottom: 12px !important;
}

.login-after-subscription .details-info .text-left {
    padding: 16px 0;
}

.login-after-subscription .bg-white button {
    font-size: 12px;
    border: 1px solid #1c3f94;
    color: #1c3f94 !important;
    font-weight: 700;
    background-color: transparent !important;
    max-width: 198px;
    margin: 0 auto;
}

.login-after-subscription .has-transition.select-b {
    border: 5px solid #1c3f94;
    border-radius: 10px;
}

.login-after-subscription .has-transition.select-b .your-membership {
    background: #1f4296;
    border-radius: 30px;
    padding: 8px 20px;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76%;
}

.login-after-subscription .has-transition.select-b .text-left {
    padding: 0 !important;
}

.login-after-subscription .has-transition.select-already {
    border: 5px solid #1c3f94;
    border-radius: 10px;
}

.login-after-subscription .has-transition.select-already .your-membership {
    background: #1f4296;
    border-radius: 30px;
    padding: 8px 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.login-after-subscription .has-transition.select-already .text-left {
    padding: 0 !important;
}

.login-after-subscription .snatch {
    border-top: 1px solid rgb(0 0 0 / 20%);
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #1c3f94;
    padding: 1rem 0;
    margin-top: 13px;
}

.button-max {
    max-width: 1072px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 52px;
}

.button-max .btn {
    font-weight: 600;
    font-size: 23px;
    line-height: 27px;
    min-width: 250px;
}

.button-max .go-back {
    background: #ebebeb !important;
    border-color: #ebebeb !important;
}

.button-max .continue {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-top: 14px;
    margin-right: 18px;
}

.box-b-select {
    border: 5px solid #1c3f94;
    border-radius: 10px;
}

.box-b-select .btn {
    font-size: 14px !important;
}

.congratulations-box {
    max-width: 932px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 36px 0;
    background: rgb(255, 242, 3, 30%);
    border-radius: 38px;
    position: relative;
}

.congratulations-box::before {
    content: url(../img/cong-corner.svg);
    position: absolute;
    top: 0;
}

.congratulations-box::after {
    content: url(../img/cong-corner.svg);
    position: absolute;
    top: 0;
    right: 0;
}

.congratulations-box .text-center {
    position: relative;
    z-index: 1;
}

.congratulations-text {
    font-weight: 900;
    font-size: 41px;
    line-height: 55px;
    color: #1c3f94;
}

.you-text {
    font-weight: 900;
    font-size: 29px;
    line-height: 39px;
    color: #1c3f94;
}

.ends-on {
    margin-top: 30px;
}

.ends-on p {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #232f3e;
}

.ends-on .you-can {
    font-size: 21px;
}

.congratulations-box a {
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    color: #1c3f94;
}

.congratulations-box #congratulationLink {
    font-size: 23px;
    color: #fff;
}

/******************************************** Social Media Popup ********************************************/
.social-media-popup.modal-dialog {
    max-width: 361px;
}

.social-media-popup .modal-content {
    box-shadow: 0px 8px 20px rgba(9, 20, 50, 0.07);
    border-radius: 20px;
}

.social-media-popup .modal-content p {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: #000000;
}

.social-media-popup .modal-content .btn {
    background: #ebebeb !important;
    border-color: #ebebeb !important;
    color: #000000 !important;
    width: 140px;
}

/********************************************Start Category Product Block  ********************************************/
.category-product-block,
.filter-block,
.home-white-bg-round,
.cart-box {
    box-shadow: 0px 8px 20px rgb(9 20 50 / 7%) !important;
    border-radius: 20px !important;
}

.category-product-block {
    box-shadow: none !important;
    padding: 12px 0.5rem 0;
}

.price-range .noUi-handle {
    background: #ffffff;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 17%);
    width: 27px;
    height: 27px;
    border: 0;
    border-radius: 50%;
}

.price-range .noUi-handle::after,
.price-range .noUi-handle::before {
    content: none;
}

.price-range .noUi-connects {
    background: rgb(217 217 217 / 40%);
    border-radius: 50px;
}

.price-range .aiz-range-slider .noUi-target {
    border: 0;
    box-shadow: none;
    height: 14px;
}

.sort-by .form-control-sm {
    border-radius: 10px;
}

.sort-by .bootstrap-select.form-control-sm .dropdown-toggle {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: #000000;
}

.sort-by .filter-option-inner-inner {
    margin-top: 3px;
}

/* .product-block.gutters-5 > .col {
    padding-right: 10px;
    padding-left: 10px;
}

.product-block.gutters-5 > .col .aiz-card-box {
    margin-bottom: 20px !important;
} */

.btn-grid {
    display: grid !important;
    grid-template-columns: repeat(2, auto);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.btn-grid-one {
    grid-template-columns: repeat(1, auto) !important;
}

.btn-grid .snatch-btn {
    padding: 13px 10px;
    border: 0;
    border-right: 1px solid rgb(0 0 0 / 30%);
    border-bottom: 3px solid #1c3f94;
    border-radius: 0px 0px 0px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    color: #1c3f94;
    background-color: #ffffff;
    text-transform: uppercase;
}

.btn-grid .buy-now {
    padding: 13px 10px;
    border: 0;
    border-bottom: 3px solid #fff203;
    border-radius: 0px 0px 20px 0px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    background-color: #ffffff;
    text-transform: uppercase;
}

.slick-slide .category-product-block {
    border: 1px solid rgba(0, 0, 0, 0.28) !important;
    box-shadow: none;
}

/********************************************End Category Product Block  ********************************************/

/******************************************** Start Cart Flow Design ********************************************/
.cart-box {
    border-radius: 20px 20px 0 0 !important;
}

.cart-box.bottom-bar {
    border-top: 1px solid rgb(0 0 0 / 20%);
    border-radius: 0 0 20px 20px !important;
    box-shadow: 0px 14px 20px rgb(9 20 50 / 7%) !important;
    padding-bottom: 34px !important;
}

.cart-box .product-name,
.cart-box .price,
.cart-box .text-primary,
.ordersummary .product-name,
.ordersummary .price,
.ordersummary .text-primary {
    font-weight: 700 !important;
    color: #000000 !important;
    font-size: 20px;
    line-height: 26px;
}

.cart-box .header-color div {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    opacity: 0.5;
}

.bottom-bar.go-back .btn-link {
    border-radius: 70px;
    background: #fff203;
    color: #000000;
    font-weight: 700;
    min-width: 270px;
    text-decoration: none;
}

.bottom-bar.go-back .btn {
    min-width: 270px;
}

/* .address-details .modal-body {
    max-width: 463px;
    margin: 0 auto;
} */

.address-details .modal-body .bootstrap-select .dropdown-toggle,
.edit-address-form .bootstrap-select .dropdown-toggle {
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0.3);
}

.address-details .shipping-address {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 25px;
}

.max-width {
    max-width: unset !important;
}

.cart-box .remove-icon .btn-soft-primary {
    background: rgba(255, 0, 0, 0.12);
    border-color: rgba(255, 0, 0, 0.12);
}

.cart-box .remove-icon .la-trash,
.cart-box .remove-icon i {
    color: #ff0000;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-min-plus .btn-light {
    background-color: rgba(28, 63, 148, 0.09);
    border-color: rgba(28, 63, 148, 0.09);
    line-height: 1;
    font-size: 1.25rem;
    color: var(--primary);
}

.forgot-password.address-details .modal-footer .btn {
    padding: 0.75rem 2.5rem;
}

.forgot-password.address-details .modal-footer {
    padding: 10px 16px;
}

.forgot-password.address-details .modal-footer .cancel {
    color: #000000;
    background: #ebebeb;
    border-color: #ebebeb;
}

.forgot-password.address-details .modal-header {
    padding-bottom: 10px;
}

.add-address p {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #000000;
}

.add-address .alpha-7 {
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    color: #1c3f94;
}

.add-address svg {
    height: 30px;
    width: 30px;
}

.address-details .aiz-square-check,
.address-details .aiz-rounded-check {
    height: 24px;
    width: 24px;
}

.aiz-rounded-check:after {
    height: 16px;
    width: 16px;
    margin-left: -8px;
    margin-top: -8px;
}

.address-details span {
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    color: #000000;
}

.edit-address a {
    font-weight: 700;
    font-size: 19px;
    color: #1c3f94;
}

/******************************************** End Cart Flow Design ********************************************/

footer {
    background: #ebebeb !important;
}

footer.text-light {
    color: #232f3e !important;
}

.footer-links h4,
.footer-contact-us h4,
.join-our-list h4 {
    font-weight: 700 !important;
    font-size: 25px !important;
    line-height: 34px;
    color: #232f3e;
    margin-bottom: 15px;
}

.footer-links ul>li>a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #232f3e;
    margin-bottom: 18px;
    display: inline-block;
}

.chat-text {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #232f3e;
    margin-left: 0.25rem;
}

.join-our-list p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #232f3e;
}

.join-our-list .form-control {
    border: 0;
    border-radius: 4px 0 0 4px;
    width: 260px;
}

.join-our-list .btn-primary {
    border-radius: 0 4px 4px 0;
    padding: 0.6rem 1.8rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.copy-right {
    background: #ebebeb;
    font-size: 18px;
    line-height: 24px;
}

.copy-right div {
    border-top: 1px solid rgb(0 0 0 / 10%);
    padding: 14px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: rgb(0 0 0 / 50%);
}

.copy-right a {
    color: rgb(0 0 0 / 50%);
}

.footer-top {
    background: #1c3f94;
    padding: 22px 0;
}

.footer-top .list-inline a {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-right: 20px;
}

.footer-top .la-2x {
    font-size: 1.2em;
}

/********************************************Snatchit Subscription  ********************************************/
.pricing-block {
    font-family: "Inter", sans-serif;
    color: #000000;
}

.pricing-block .details-info {
    padding: 1rem;
    font-size: 16px;
}

.pricing-block p.main-text {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
}

.pricing-block .normal-bg {
    background-color: transparent !important;
}

.pricing-block .position-relative {
    padding: 2rem 10px 1.5rem;
    /* background-color: #ffffff; */
}

.pricing-block .basic {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pricing-block .month {
    font-weight: 800;
    font-size: 22px;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.pricing-block .free {
    font-weight: 600;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
}

.details-info {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
}

.details-info .text-left {
    padding: 26px 0;
}

.details-info .font-weight-bold {
    margin-bottom: 22px;
}

.choose-btn {
    background-color: #1f4296;
    border-color: #1f4296;
    padding: 8px 4px !important;
    border-radius: 0;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
}

.standard-bg .position-relative {
    background-color: #1f4296 !important;
}

.standard-bg .basic {
    color: #fff203 !important;
}

.standard-bg .month {
    color: #ffffff !important;
}

.standard-bg .free {
    color: #ffffff !important;
}

/* .pro-bg .position-relative {
    background-color: #F4F4F4 !important;
} */

.pro-bg .basic {
    color: #1c3f94 !important;
}

.pro-bg .month {
    color: #1c3f94 !important;
}

.pro-bg .free {
    color: #000000 !important;
}

.premium-bg-main {
    border: 1px solid rgb(0 0 0 / 11%);
    border-radius: 10px;
    overflow: hidden;
}

.premium-bg .position-relative {
    background-color: #fff203 !important;
}

.premium-bg .basic {
    color: #1c3f94 !important;
}

.premium-bg .month {
    color: #1c3f94 !important;
}

.premium-bg .free {
    color: #000000 !important;
}

.form-control:focus {
    box-shadow: none;
}

nav.navbar {
    background: #253e90;
    padding: 20px 0px;
}

nav.navbar-category-links {
    background: #232f3e;
    padding: 0px 0px;
}

nav.navbar .nav-list-section {
    width: 100%;
}

nav.navbar .nav-list-section .input-group select {
    position: absolute;
    z-index: 999;
    width: 140px;
    border: none;
    border-right: 1px solid #d5d5d5;
    left: 10px;
    color: #232f3e;
    font-size: 13px;
    font-weight: 500;
    background-color: #fff;
    height: 46px;
}

nav.navbar .nav-list-section .input-group #search {
    font-size: 13px;
    color: #232f3e;
    width: 600px;
    box-shadow: 0px 4px 9px rgb(0 0 0 / 45%);
    border-radius: 70px;
    padding: 25px 20px 25px 170px;
    font-weight: 500;
}

nav.navbar .nav-list-section .input-group button.btn-primary {
    z-index: 9999;
    position: absolute;
    right: 10px;
    top: 6px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

nav.navbar .nav-list-section .input-group button.btn-primary i {
    margin-left: -7px;
}

nav.navbar .nav-list-section .navbar-nav.navbar-search {
    margin-left: 1rem;
    align-items: center;
}

nav.navbar .nav-list-section .navbar-nav.navbar-search .nav-item {
    margin: 0px 2rem 0 0;
    position: relative;
    z-index: 1;
}

nav.navbar .nav-list-section .navbar-nav.navbar-search .nav-item form {
    margin-bottom: 0;
}

nav.navbar .nav-list-section .navbar-nav.action-buttons .nav-item {
    margin: 0px 8px;
}

nav.navbar .nav-list-section .navbar-nav .nav-item .nav-link {
    color: #fff203;
    font-size: 16px;
    font-weight: 700;
}

nav.navbar .nav-list-section .navbar-nav .nav-item .nav-link.btn {
    padding: 10px 25px;
}

nav.navbar .nav-list-section .navbar-nav .nav-item .nav-link.btn-signin {
    border-radius: 70px;
    background: #fff203;
    color: #000000;
    padding: 10px 20px;
}

nav.navbar .nav-list-section .navbar-nav .nav-item .nav-link.btn-signup {
    border: 1px solid #fff203;
    border-radius: 70px;
}

nav.navbar .nav-list-section .navbar-nav .nav-item .nav-link i {
    color: #fff;
    font-size: 30px;
}

nav.navbar-category-links .nav-item {
    list-style-type: none;
    margin: 0px 15px 0px 15px;
}

nav.navbar-category-links .nav-item:first-child {
    margin-left: 0;
}

nav.navbar-category-links .nav-item:last-child {
    margin-right: 0;
}

nav.navbar-category-links .nav-item .nav-link,
nav.navbar-category-links .nav-item select {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    padding: 0.85rem 1.5rem;
}

nav.navbar-category-links .nav-item select {
    background: transparent;
    border: none;
}

.headerBadge {
    position: absolute;
    top: -2px;
    right: -2px;
}

.mobilemenutrigger {
    z-index: 2;
}

/*-- Mobile navigation ---*/
.mobileclosetrigger {
    position: absolute;
    left: 1rem;
    color: #ffffff;
    font-size: 0.75rem;
    top: 0.5rem;
}

.mobileclosetrigger:is(:hover, :focus) {
    color: #ffffff;
}

.sidebar-nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1020;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out;
}

.sidebar-nav-mobile.show {
    opacity: 1;
    visibility: visible;
}

.sidebar-nav-mobile:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.mobile-nav-content {
    position: absolute;
    background-color: #ffffff;
    height: 100%;
    width: 90%;
    max-width: 300px;
    transition: all 0.5s ease-in-out;
    transform: translateX(-300px);
    overflow: hidden;
}

.show .mobile-nav-content {
    left: 0;
    transform: translateX(0);
}

.mobile-nav-user {
    background-color: #1c3f94;
    padding: 1rem;
}

.mobile-signinbtn {
    display: flex;
    justify-content: flex-end;
}

.mobile-signinbtn a,
.mobile-loginsignupbtn a {
    border-radius: 70px;
    background: #fff203;
    color: #000000;
    padding: 14px 1.5rem;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}
.mobile-signinbtn a:hover,
.mobile-loginsignupbtn a:hover {
    /* background: #fff203;
    border-color:#fff203; */
    color: #000000;
}
.mobile-loginsignupbtn .btn-signup,
.mobile-loginsignupbtn .btn-signup:hover{
    background-color: transparent;
    border: 1px solid #fff203;
    color:#fff203
}


.browse-text h3 {
    font-size: 25px;
    font-weight: 500;
}

.mobile-nav-body {
    padding: 1rem;
    overflow: auto;
    max-height: calc(100% - 220px);
}

.mobile-nav-body ul {
    list-style: none;
    padding: 0;
}

.mobile-nav-body ul li {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #000000;
}

.mobile-nav-body ul li a {
    color: inherit;
}

.mob-category-title {
    font-size: 21px;
    color: #000000;
    margin-bottom: 0.75rem;
    font-weight: 700;
    position: relative;
}

.mob-category-title:after {
    content: "";
    height: 1px;
    width: 125px;
    margin-left: 0.5rem;
    background-color: rgba(0, 0, 0, 0.15);
    vertical-align: middle;
    display: inline-block;
}

.mobile-usericon {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #11275c;
    margin-right: 10px;
}

.mobile-userdetail {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
}

.mobile-logout {
    font-size: 1rem;
    padding: 0.75rem 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: 700;
    color: #000000;
    background-color: #eeeeee;
}

.mobile-logout a {
    color: inherit;
}

.mobile-logout i {
    position: absolute;
    right: 1rem;
    font-size: 20px;
}

.mobile-search {
    margin-block: 10px;
    border-radius: 30px;
    background-color: #ffffff;
    padding: 0.25rem 0.5rem;
    transition: 0.3s all ease-in-out;
    border: 1px solid #bfbfbf;
}

.mobile-search .btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-search.show {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.mobile-search-input {
    width: 100%;
    border: none;
    padding: 0.125rem 0.75rem;
    background-color: transparent;
}

.mobile-search-btn {
    border-radius: 70px;
    background: #fff203;
    color: #000000;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 700;
    border: none;
}

.rounded-4 {
    border-radius: 0.5rem;
}

/*-- new dashboard ---*/
.whitebox {
    background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0px 8px 20px rgb(9 20 50 / 7%);
    padding: 1.25rem 1rem;
}

.accountuser-detail h4,
.accountuser-detail .h4 {
    font-size: clamp(1.125rem, 5vw, 1.5rem);
}

.accountuser-detail .fs-18 {
    font-size: clamp(0.85rem, 4vw, 1.125rem) !important;
}

.accountuser-detail .fs-15 {
    font-size: clamp(0.75rem, 4vw, 0.9375rem) !important;
}

.editprofile-btn {
    border-radius: 70px;
    border: 1px solid #1c3f94;
    color: #1c3f94;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.75rem 2rem;
    display: inline-block;
}

.editprofile-btn:is(:hover, :focus) {
    background-color: #1c3f94;
    color: #ffffff;
}

.basicplan {
    padding: 0.75rem 0;
    border-radius: 0.75rem;
}

.proplan {
    background-color: rgba(255, 242, 3, 0.3);
    padding: 0.75rem;
    border-radius: 0.75rem;
}

.accountoffer-info {
    font-style: italic;
}

.upgrade-memberbtn a {
    border-radius: 70px;
    background-color: #1c3f94;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.85rem 2rem;
    display: block;
    text-align: center;
}

.upgrade-memberbtn a:is(:hover, :focus) {
    background-color: #fff203;
    color: #000000;
}

.redalertbox {
    background-color: #ed6060;
    border-radius: 0.75rem;
    color: #ffffff;
    padding: 0.85rem 2rem;
    box-shadow: 0px 8px 20px rgb(9 20 50 / 7%);
}

.renew-btn a {
    background-color: #1c3f94;
    color: #ffffff;
    padding: 0.75rem 2rem;
    border-radius: 70px;
    display: inline-block;
}

.renew-btn a:hover {
    background-color: #fff203;
    color: #000000;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #6fb353;
    background-color: #6fb353;
}

#account-graph {
    height: 400px;
}

/*--- order page ---*/
.order-search {
    background-color: #ffffff;
    border-radius: 70px;
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.order-search .input-group>.form-control {
    height: calc(21px + 1.2rem + 2px);
}

.order-search .input-group-append {
    margin-left: 1px;
}

.order-search .btn-primary {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
}

.order-tab-nav {
    background-color: rgba(28, 63, 148, 0.2);
    border-radius: 70px;
    padding: 5px;
}

.order-tab-nav .nav-tabs {
    border-bottom: none;
}

.order-tab-nav .nav-tabs .nav-item {
    max-width: 25%;
    flex: 0 0 25%;
}

.order-tab-nav .nav-link {
    border-radius: 70px;
    border: none;
    text-align: center;
    font-size: 0.85rem;
    color: #000000 !important;
    font-weight: 700;
}

.order-tab-nav .nav-link.active {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11);
}

.managesnatch-tab-nav {
    background-color: transparent;
    padding: 0;
}

.managesnatch-tab-nav .nav-tabs {
    background-color: rgba(28, 63, 148, 0.2);
    border-radius: 70px;
    padding: 0.25rem;
    display: inline-flex;
}

.managesnatch-tab-nav .nav-tabs .nav-item {
    max-width: inherit;
    flex: unset;
    min-width: 181px;
}

.filterby-day {
    border-radius: 70px;
    padding: 0.25rem 0.5rem 0.25rem 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    min-width: 140px;
}

.filterby-day select {
    border: none;
    background-color: #ffffff;
    padding: 0.25rem;
    width: 100%;
}

.order-list-item:not(:last-child) {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1.25rem;
}

.orders-top,
.orderdetail-top,
.order-shippingpayment,
.order-detail-list {
    margin-inline: -1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 1rem 0.75rem;
}

.order-tab-content .multipleorder-list:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
}

.order-productt-detail h6 {
    word-break: break-word;
}

.btn-yellow {
    background-color: #fff203;
    color: #000000;
}

/*---  Oder deatil ---*/
.order-shippingpayment p {
    margin-bottom: 5px;
}

.order-total table td {
    padding: 0.25rem;
}

/* product detail plan section */
.prodetail-plansection {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 1.25rem;
    margin-top: 1.5rem;
}

.prodetail-plansection select {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 70px;
    margin-right: 0.75rem;
    min-width: 80px;
}

.snatchnowbtn {
    background-color: #1c3f94;
    border-radius: 70px;
    padding: 0.5rem 1.5rem;
    color: #fff203;
    font-size: 23px;
    line-height: 31px;
    font-weight: 700;
}

.snatchnowbtn:hover {
    background-color: #fff203;
    color: #1c3f94;
}

.socialmedia a {
    display: inline-flex;
    width: 46px;
    height: 46px;
    border-radius: 0.5rem;
    background-color: #1c3f94;
    color: #fff203;
    justify-content: center;
    align-items: center;
    margin-right: 0.125rem;
    margin-bottom: 0.125rem;
    font-size: 16px;
    margin-right: 0.5rem;
}

.socialmedia a:hover {
    background-color: #fff203;
    color: #1c3f94;
}

.ticktokSvg {
    width: 20px;
    height: 24px;
}

.socialmedia a:hover svg path {
    fill: #1c3f94;
}

.analyticsinfo-box {
    background-color: rgba(255, 242, 3, 0.17);
    border-radius: 0.75rem;
    padding: 1rem;
    font-size: 16px;
    line-height: 1.25;
}

.analytics-btn a {
    background-color: #fff203;
    color: #1c3f94;
    border: 1px solid #000000;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 0.75rem 1.5rem;
    border-radius: 70px;
}

.analytics-btn a:hover {
    background-color: #1c3f94;
    border-color: #1c3f94;
    color: #fff203;
}

.linkshare h5,
.socialmedia h5 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.linkshare a {
    word-break: break-all;
    font-size: 21px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100% - 40px);
    display: inline-block;
}

.upgradebtn a {
    background-color: #1c3f94;
    border-radius: 70px;
    padding: 0.75rem 1.5rem;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-align: center;
}

.upgradebtn a:hover {
    background-color: #fff203;
    color: #1c3f94;
}

.plan-pro {
    background-color: #fff203;
}

.plan-premium {
    background-color: #1c3f94;
}

.plan-standard {
    background-color: #f4f4f4;
}

.login-after-subscription .bg-white.pro-bg .plan-pro .month,
.login-after-subscription .bg-white.pro-bg .plan-pro .basic {
    color: #1c3f94 !important;
}

.login-after-subscription .bg-white.pro-bg .plan-premium .month,
.login-after-subscription .bg-white.pro-bg .plan-premium .basic,
.login-after-subscription .bg-white.pro-bg .plan-premium .free {
    color: #ffffff !important;
}

.aiz-plus-minus {
    max-width: 120px;
}

.countryfiled .input-group {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.countryfiled .form-control {
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0 10px 10px 0px !important;
}

.countryfiled .input-group-text {
    padding-block: 0;
    padding-inline: 0.75rem;
    border: none;
    background-color: transparent;
}

.countryfiled .input-group-prepend {
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
}

.payment-cardinfo .card-info img {
    max-width: 64px;
}

.payment-cardinfo .address h5 {
    font-weight: 700;
}

.ordersummary table th {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    padding: 0.25rem 1rem;
}

.ordersummary table th,
.ordersummary table td {
    font-size: 16px;
    font-weight: 600;
}

.ordersummary table th:first-child,
.ordersummary table td:first-child {
    padding-left: 0;
}

.ordersummary table th:last-child,
.ordersummary table td:last-child {
    padding-right: 0;
}

.ordersummary table td {
    color: #000000;
    padding: 0.75rem 1rem;
}

.cart-product-image {
    max-width: 72px;
    margin-right: 1rem;
    display: inline-block;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.promocodefiled {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 0.25rem;
}

.promocode-input {
    padding: 5px 15px 5px 15px;
    border: none;
    font-size: 16px;
}

.promocode-label {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.applybtn {
    border: none;
    background-color: #e3e3e3;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 0.5rem 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

.applybtn:hover {
    background-color: #000000;
    color: #ffffff;
}

.ordertotalsummary table td {
    padding: 0.5rem 1rem;
}

.ordertotalsummary table td:first-child {
    padding-left: 0;
}

.ordertotalsummary table td:last-child {
    padding-right: 0;
}

.gobackbtn {
    background-color: #fff203;
    border-radius: 70px;
    padding: 0.7rem 1.25rem;
    font-size: 16px;
    font-weight: 600;
    color: #232f3e;
    display: inline-block;
}

.gobackbtn:hover {
    background-color: #232f3e;
    color: #ffffff;
}

.placeorderbtn {
    padding: 0.7rem 1.25rem;
    font-size: 16px;
    font-weight: 600;
}

.placeorderbtn:hover {
    background-color: #fff203;
    color: #232f3e;
    border-color: #fff203;
}

/*--- homepage ---*/
.slider-item-box {
    position: relative;
}

.slider-caption {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.slider-title {
    font-size: clamp(1.125rem, 5vw, 44px);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.silder-caption-desc {
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    max-width: 90%;
}

.slider-img {
    height: 450px;
}

.slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-caption .btn {
    font-size: 19px;
    font-weight: 700;
    padding: 0.75rem 2rem;
}

.mainslider {
    padding-bottom: 25px;
}

.mainslider .carousel-box {
    border-radius: 30px;
    overflow: hidden;
}

.top-deals-item {
    background-color: #ffffff;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    box-shadow: 0px 8px 20px rgba(9, 20, 50, 0.07);
}

.top-deals-item .btn-grid .buy-now {
    border-radius: 0px 0px 30px 0px;
}

.top-deals-item .btn-grid .snatch-btn {
    border-radius: 0px 0px 0px 30px;
}

.topdeal-img {
    margin-bottom: 1.25rem;
}

.topdeal-img img {
    height: 272px;
    width: 272px;
}

.topdeals-box {
    border-radius: 30px;
    overflow: hidden;
    max-width: 292px;
    min-width: 292px;
}

.topdealstitle-box {
    background-color: #ffffff;
    padding: 1rem;
}

.dealinfo {
    padding-bottom: 1.25rem;
}

.topdealstitle {
    font-size: 25px;
    font-weight: 700;
}

.topdealprice {
    font-size: 26px;
}

.dealinfo .soldout-text {
    font-size: 26px;
    line-height: 1.5;
}

.topdealprice del {
    font-size: 22px;
}

.top-deals-item .btn-grid {
    padding-bottom: 0px;
}

.dealinfo h5 {
    font-size: 17px;
    line-height: 23px;
    color: #232f3e;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0rem !important;
    min-height: 24px;
}

.dealinfo h5 a {
    color: inherit;
}

.how-work-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-work-box:not(:last-child):before {
    content: "";
    clip-path: polygon(64% 0%, 100% 50%, 70% 100%, 65% 100%, 94% 50%, 60% 0);
    background-color: #1c3f94;
    position: absolute;
    right: -15px;
    top: 0;
    width: 50px;
    height: 100%;
}

.how-work-title {
    font-size: 14px;
    color: #000000;
    margin-left: 0.75rem;
    display: inline-block;
    line-height: 1.25;
    font-weight: 700;
    text-transform: capitalize;
}

.howwork-lastbox:before {
    content: none;
}

.suggestion-search-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 0.75rem;

}

.suggestion-search-item .product-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.25rem;
    line-height: 1.25;
}

.typed-search-box {
    border-radius: 30px !important;
    overflow: hidden;
    padding-top: 0.25rem;
    padding-bottom: 1.25rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15), 0 4px 15px -2px rgba(0, 0, 0, 0.15);
}

.typed-search-box1 {
    border-radius: 30px !important;
    overflow: hidden;
    padding-top: 0.25rem;
    padding-bottom: 1.25rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15), 0 4px 15px -2px rgba(0, 0, 0, 0.15);
    max-width: calc(100% - 30px);
    max-height: 70vh;
    overflow-y: auto;
    left: 15px !important;
    margin-top: -0.5rem;
}

.suggestion-title {
    padding: 0 1.25rem;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
    line-height: 1;
}

.suggestion-search-item .list-group-item {
    padding-top: 0.125rem;
    padding-bottom: 0;
    margin-bottom: 0.75rem;
}

.suggestion-search-item .list-group-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.catbox-image {
    border-radius: 20px;
    overflow: hidden;
    max-height: 240px;
    max-width: 240px;
    /* border: 1px solid rgba(0, 0, 0, 0.10); */
}

.catbox-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.topdealslider {
    padding: 1.5rem 2.5rem;
}

.viewmorebtn a {
    font-size: 30px;
    font-weight: 700;
}

.passwordfiled {
    position: relative;
}

.passwordfiled .form-control {
    padding-right: 50px;
}

.password-eye {
    position: absolute;
    right: 12px;
    top: 16px;
    cursor: pointer;
}

.password-eye:before {
    content: "";
    background-image: url(../img/eye.png);
    width: 25px;
    height: 19px;
    background-size: 100%;
    display: inline-block;
}

.password-eye-slash:before {
    content: "";
    background-image: url(../img/eye-slash.png);
    width: 25px;
    height: 19px;
    background-size: 100%;
    display: inline-block;
}



select,
select.form-control {
    appearance: none;
    background-image: url(../img/select-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:  hidden !important;
}

select::-ms-expand {
    display: none;
}

.filterselct {
    width: 100%;
    padding: 0.5rem 2rem 0.5rem 0.7rem;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 15px;
    font-weight: 500;
}

.product-gallery {
    border-radius: 20px;
    border: 0px solid #d5d5d5;
    overflow: hidden;
}

/* .product-gallery .carousel-box{
    height: 500px;
}
.product-gallery .carousel-box img.img-fluid{
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.product-gallery .slick-track {
    display: flex;
}

.product-gallery .slick-track .slick-slide>div {
    height: 100%;
}

.product-gallery .carousel-box {
    height: 100%;
}

.product-gallery .carousel-box img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product-gallery-thumb {
    padding: 0 30px;
}

.product-gallery-item {
    padding: 0 10px;
}

.product-gallery-thumb .slick-arrow {
    width: auto;
    height: auto;
    box-shadow: none;
    line-height: normal;
    background-color: transparent;
}

.product-gallery-thumb .slick-prev:hover,
.product-gallery-thumb .slick-next:hover {
    background-color: transparent;
    box-shadow: none !important;
}

.product-gallery-thumb .slick-prev {
    left: 0;
}

.product-gallery-thumb .slick-next {
    right: 0;
}

.product-gallery-thumb .la-arrow-right:before {
    content: "\f105";
    font-family: "Line Awesome Free";
    font-weight: 900;
}

.product-gallery-thumb .la-arrow-left:before {
    content: "\f104";
    font-family: "Line Awesome Free";
    font-weight: 900;
}

.product-gallery-item .carousel-box {
    border: 2px solid transparent;
    border-radius: 20px;
    overflow: hidden;
}

.slick-current .product-gallery-item .carousel-box {
    border-color: #1c3f94;
}

.prodetail-quantity {
    border: 1px solid #d5d5d5;
    background-color: #f7f7f7;
    border-radius: 4px;
    max-width: 254px;
    flex: 1;
}

.prodetail-quantity input {
    border: none;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    background-color: transparent;
    font-weight: 700;
    font-size: 24px;
    height: 52px;
    color: #232f3e;
    -webkit-appearance: none;
    border-radius: 0;
}

.prodetail-quantity button {
    background-color: transparent;
    padding: 0.5rem;
    width: 80px;
    font-size: 21px;
    font-weight: 600;
}

.snatchadqty.disabled {
    background-color: #d5d5d5;
    color: #ffffff;
}

.empty-snatch {
    color: #f9431b !important;
}

.lightborder {
    border-color: rgba(28, 63, 148, 0.7);
}



.max-width-540 {
    width: 100%;
    max-width: 540px;
}

.max-width-600 {
    width: 100%;
    max-width: 600px;
}

.max-width-780 {
    width: 100%;
    max-width: 780px;
}

.max-width-850 {
    width: 100%;
    max-width: 850px;
}

.max-width-980 {
    width: 100%;
    max-width: 980px;
}

.max-width-1240 {
    width: 100%;
    max-width: 1240px;
}

.offermain {
    background-color: rgba(255, 242, 3, 0.3);
    border-radius: 14px;
    color: #1c3f94;
    padding: 1rem;
    height: 80%;
    max-height: 342px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.justtext {
    font-style: italic;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.limitedperiod {
    background-color: #1c3f94;
    border-radius: 40px;
    padding: 0.25rem 0.85rem;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
}

.text30 {
    font-size: 94px;
    text-shadow: 0px 4px 1px rgba(0, 0, 0, 0.23);
    margin-right: 1rem;
}

.text-days {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
}

.related-products-slider .slick-track {
    margin-left: inherit;
    margin-right: inherit;
}

.related-products .half-outside-arrow .slick-prev {
    left: -10px;
}

.related-products .half-outside-arrow .slick-next {
    right: -10px;
}

.related-products .slick-slide .category-product-block {
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
}

.related-products-slider {
    margin-left: -10px;
    margin-right: -10px;
}

.related-products .aiz-carousel.gutters-10 .carousel-box {
    padding-left: 20px;
    padding-right: 20px;
}

/*--- Affiliate page ---*/
.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.custom-shadow {
    box-shadow: 0px 28px 50px rgba(9, 20, 50, 0.07);
}

.affbnr-caption {
    position: absolute;
    left: 0;
    bottom: 15%;
    width: 100%;
    text-align: center;
    padding: 1rem;
}

.affbnr-caption h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 68px;
}

.affbnr-caption .btn {
    font-size: 18px;
    font-weight: 700;
    padding: 12px 3rem;
}

.aff-section-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    color: #232f3e;
}

.affbnr-image img {
    object-fit: cover;
    width: 100%;
    max-height: 920px;
}

.program-icon {
    width: 187px;
    height: 187px;
    border-radius: 100%;
    background-color: rgba(255, 242, 3, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.aff-hellotxt {
    font-size: 20px;
}

.fs-24-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.aff-desc-text {
    font-size: 17px;
    line-height: 26px;
}

.aff-email-desc {
    font-size: 19px;
    line-height: 26px;
}

.aff-email-desc p {
    margin-bottom: 1.5rem;
}

.seller-email-desc {
    font-size: 16px;
    line-height: 24px;
}

.seller-email-desc p {
    margin-bottom: 0.5rem;
}

.aff-email-desc a {
    text-decoration: underline;
}

.aff-email-top {
    position: relative;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
}

.aff-email-top:before {
    content: "";
    width: 70%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
}

.seller-email-top {
    margin-bottom: 0;
    padding-bottom: 0;
}

.seller-email-top:before {
    content: none;
}

.program-detail {
    font-size: 1.25rem;
    line-height: 26px;
}

.program-detail h3 {
    font-size: 30px;
}

.partnerbrand {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 34px;
}

.faq-item {
    font-size: 1.25rem;
    line-height: 28px;
}

.faq-item h4 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 32px;
}

.faq-item p:last-child {
    margin-bottom: 0;
}

.faq-item a {
    text-decoration: underline;
}

/*--- Affiliate Signup flow ---*/
.step-text {
    font-size: 22px;
    line-height: 30px;
}

.aff-signup .bootstrap-select .dropdown-toggle,
.aff-signup .bootstrap-select .dropdown-toggle {
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0.3);
}

.aff-label-txt {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0.125rem;
}

.aff-socialicon {
    width: 42px;
    height: 42px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    color: #ffffff;
    position: relative;
    cursor: pointer;
}

.aff-socialicon:before {
    content: none;
    font-family: "Line Awesome Free";
    font-weight: 900;
    width: 18px;
    height: 18px;
    font-size: 12px;
    border-radius: 100%;
    background-color: #fff203;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c3f94;
    position: absolute;
    right: -5px;
    top: -5px;
}

.aff-signup .form-control {
    background-color: transparent;
}

.aff-custom-btn {
    font-size: 19px;
    font-weight: 700;
    padding: 0.875rem 4rem;
}

.wd-270-btn {
    min-width: 270px;
}

.aff-social-item.selected {
    width: 100%;
}

.selected .aff-socialicon:before {
    content: "\f00c";
}

.socialurlbox {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.socialurlbox .form-control {
    background-color: transparent;
    height: 46px;
    font-size: 14px;
}

.selected .socialurlbox {
    display: flex;
}

.staticurl {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.5rem 1rem;
    min-width: 140px;
    font-weight: 500;
    color: #000000;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.dashboardmenutrigger {
    background-color: #ffffff;
    box-shadow: 0px 8px 20px rgba(9, 20, 50, 0.07);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 16px;
    color: #000000;
    position: relative;
}

.dashboardmenutrigger:before {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    font-size: 1rem;
    right: 1rem;
    top: 0.75rem;
}

.mobile-dashboard-menu {
    margin-bottom: 1.125rem;
}

.showdashboardmenu {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    margin-top: -5px;
    border-radius: 0 0 10px 10px;
}

.showdashboardmenu .aiz-user-sidenav {
    position: relative;
}

/* .wishlistdropdown .border-light:is(:hover,:focus),
.wishlistdropdown .btn-light:not(:disabled):not(.disabled):active{
    background-color: #1C3F94;
    color: #ffffff;
} */
/* .wishlistdropdown .border-light:is(:hover,:focus)  svg path,
.wishlistdropdown .btn-light:not(:disabled):not(.disabled):active svg path{
    fill:#FFF203;
}
.wishlistdropdown .border-light:is(:hover,:focus) i{
    color: #FFF203;
} */
.wishlistdropdown .border-light:is(:hover, :focus) i:before {
    content: "\f004";
}

.wishlistdropdown .border-light:is(:hover, :focus) img {
    filter: invert();
}

.wishlist-icon {
    width: 20px;
    height: 20px;
}

.wishlist-icon.heart-outline {
    margin-top: -0.25rem;
}

.heart-fill {
    display: none
}

/* .wishlistdropdown .border-light:is(:hover,:focus) .heart-outline{
    display: none
}
.wishlistdropdown .border-light:is(:hover,:focus) .heart-fill{
    display: inherit
} */


.wishlistdropdown .border-light.active,
.wishlistdropdown .btn-light.active:not(:disabled):not(.disabled):active {
    background-color: #1C3F94 !important;
    color: #ffffff !important;
}

.wishlistdropdown .border-light.active .heart-outline {
    display: none
}

.wishlistdropdown .border-light.active .heart-fill {
    display: inherit
}

.wishlistdropdown .dropdown-menu {
    box-shadow: 0px 14px 74px rgba(0, 0, 0, 0.2);
    border-radius: 17px;
    padding: 1rem 0 0.5rem;
    min-width: 18rem;
    margin-top: 15px !important;
}

.wishlistdropdown .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #d9d9d9;
    position: absolute;
    left: 20px;
    top: -14px;
}

.wishlistdropdown .dropdown-item {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    position: relative;
    padding: 0.5rem 2rem;
}

.selectlist-text {
    padding: 0.5rem 2rem;
}

.wishlistdropdown .dropdown-item.active,
.wishlistdropdown .dropdown-item:active {
    color: #1C3F94 !important;
    background-color: rgba(255, 242, 3, 0.3);
}

.wishlistdropdown .dropdown-item:before {
    content: none;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    left: 0.5rem;
    top: 50%;
    background-image: url(../img/heart-blue.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    margin-top: -7px;
}

.wishlistdropdown .dropdown-item.active:before,
.wishlistdropdown .dropdown-item:active:before {
    content: "";
}

.wishlistdropdown .btn-light {
    font-size: 18px;
    font-weight: 700;
    padding: 14px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ac {
    order: 20;
    display: flex;
    margin-bottom: 0.75rem;
}

.ac:has(.ac-input:checked) {
    flex-basis: 100%;
    order: 0;
}

.ac-label {
    width: 46px;
    height: 46px;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    color: #ffffff;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0 0.25rem;
}

.ac-label:before {
    content: none;
    font-family: "Line Awesome Free";
    font-weight: 900;
    width: 18px;
    height: 18px;
    font-size: 12px;
    border-radius: 100%;
    background-color: #fff203;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c3f94;
    position: absolute;
    right: -5px;
    top: -5px;
}

.ac-input:checked+label {
    margin-right: 1rem;
}

.ac-input:checked+label:before {
    content: "";
    background-image: url(../img/check-blue.png);
    background-repeat: no-repeat;
    background-position: center;
}

.ac-input {
    display: none;
}

.ac-text {
    opacity: 0;
    width: 0;
    overflow: hidden;
    display: inline-flex;
    flex-basis: 100%;
}

.ac-input:checked~.ac-text {
    opacity: 1;
    width: auto;
}

.ac-main:has(.ac-input:checked) {
    justify-content: start !important;
}

.mobileaddaddress-btn svg {
    width: 30px;
    height: 30px;
}

.snatchnowclick {
    font-size: 16px;
    font-weight: 500;
}

.pro-snatchit-image {
    max-width: 260px;
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.pro-snatchit-image .product-gallery {
    border-radius: 0;
    border: none;
}

.pro-snatch-title {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
}

.prosnatch-price {
    font-size: 27px;
    line-height: 36px;
    font-weight: 700;
}

.pro-snatchit-summary {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.available-qty {
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
}

.dashboard-summary-item h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.summry_count {
    font-weight: 900;
    font-size: 44px;
    line-height: 59px;
    color: #000000;
}

.section-title {
    font-size: 35px;
    font-weight: 900;
    color: #232f3e;
    line-height: 46px;
}

.category-box {
    padding: 15px 30px;
}

.category-box h5 {
    font-size: 26px;
    color: #232f3e;
}

.productslider-title {
    font-size: 33px;
    color: #232f3e;
    font-weight: 700;
    margin-bottom: 0;
}

.prolist-price {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 26px;
}

.prolist-image {
    margin-bottom: 4px;
}

.prolist-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.02em;
    min-height: 24px;
    max-height: 24px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*--- product detail page ---*/
.prodetail-title {
    font-size: 34px;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #000000;
}

.review-count {
    color: #232f3e;
    font-size: 17px;
    font-weight: 500;
}

.prodtl-price .h2 {
    font-size: 40px;
    font-weight: 700;
}

.prodtl-price del {
    font-size: 24px;
    font-weight: 500;
}

.prodtl-price del span {
    font-size: 14px;
    text-decoration: none;
}

.product-desc {
    font-size: 20px;
    line-height: 28px;
    color: #232f3e;
    font-weight: 500;
}

.prodetail-mobilebutton .btn.add-to-cart,
.prodetail-mobilebutton .btn.buy-now,
.prodetail-mobilebutton .btn.snatchItBtn {
    font-size: 23px;
    font-weight: 700;
    padding: 0.87rem 3.5rem;
}

.tab-content-wrap p:last-child {
    margin-bottom: 0;
}

/*--- product review tab ---*/
.review-left {
    width: 420px;
}

.review-right-wrap {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.review-star .rating i {
    font-size: 3rem;
    cursor: pointer;
}

.ratingoutof {
    font-size: 23px;
    line-height: 31px;
    font-weight: 700;
    color: #232f3e;
}

.global-rating {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #232f3e;
}

.review-percetage {
    min-width: 86px;
    max-width: 86px;
    text-align: right;
}

.reviewprocess .progress {
    height: 17px;
    border-radius: 4px;
    background-color: #1c3f94;
    opacity: 0.1;
}

.reviewprocess .progress-bar {
    background-color: #1c3f94;
    border-radius: 4px;
}

.reviewlisting .review-list-item {
    display: none;
}

.review-pro-desc,
.review-date {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
}

.reviewoverall-txt {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.reviewoverall .rating i {
    font-size: 2.5rem;
}

.review-form label {
    font-size: 19px;
    font-weight: 500;
}

.myreview-info {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
}

.myreview-info p:last-child {
    margin-bottom: 0;
}

.review-username {
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
}

.review-list-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.review-list-desc {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.myreview-rating .rating i {
    font-size: 1.5rem;
}

.myreview-title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
}

.loadmorebtn {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #1c3f94;
}

.fs-34-title {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    color: #000000;
}

.popup-hellotxt {
    font-size: 24px;
    line-height: 30px;
}

.popup-title {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
}

.popup-body {
    font-size: 15px;
    line-height: 20px;
}

.fs-34-title {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    color: #000000;
}

.popup-checkicon {
    text-align: center;
}

.popup-checkicon img {
    max-width: 100px;
}

.hello-desc {
    font-size: 22px;
    line-height: 28px;
}

.custom-btn {
    font-size: 23px;
    font-weight: 700;
    padding: 12px 1rem;
}

.qty-text-label {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.share-btn {
    position: absolute;
    right: 0.5rem;
    top: 1rem;
    z-index: 5;
}

.sharesocial a {
    display: inline-block;
    margin: 0 10px;
}

.fs-27-title {
    font-size: 27px;
    line-height: 36px;
    font-weight: 700;
}

.fs-29-title {
    font-size: 29px;
    line-height: 39px;
    font-weight: 900;
}

.filter-title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
}

.bootstrap-select .dropdown-toggle .filter-option {
    font-size: 16px !important;
    font-weight: 500;
    height: auto;
}

.breadcrumb {
    font-size: 18px;
}

.filtersidebar {
    width: 320px;
}

.backtosignin {
    font-size: 20px;
    font-weight: 700;
}

.emailverifid-login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-30-title {
    font-size: 30px;
    font-weight: 700;
}

.emailverifid-login img {
    max-width: 46px;
    max-height: 46px;
}

.cart-step-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.fs-19-btn {
    font-size: 19px;
    font-weight: 700;
    padding: 0.75rem 2.5rem;
}

.pro-cart-img {
    width: 80px;
    height: 80px;
}

.option-label-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    min-width: 60px;
}

.cart-pagetitle {
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
}

.checkout-user {
    font-size: 22px;
    font-weight: 700;
}

.cart-text-gray {
    font-size: 20px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.address {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
}

.change-txt {
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
}

.subtotal-text {
    font-size: 20px;
    line-height: 26px;
}

.order-total-text {
    font-size: 30px;
}

.checkout-userpassword {
    background-color: #f4f4f4;
    border-radius: 16px;
    padding: 1.5rem;
}

/*--- compare sidebar ---*/
.compareSectionDiv {
    overflow: hidden;
}

.comparesidebartrigger {
    position: fixed;
    top: 160px;
    right: 0px;
    transition: 0.25s all linear;

}

.comparesidebartrigger.active {
    transform: translateX(120%);
}

.comparesidebartrigger .btn {
    border-radius: 0.5rem 0 0 0.5rem;
}

.closecompareside {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 16px;
    background-color: #ff0000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-sidebar {
    position: fixed;
    top: 50%;
    right: 20px;
    background-color: #ffffff;
    padding: 0.875rem 0.75rem;
    border-radius: 20px;
    box-shadow: 0px 8px 20px rgba(9, 20, 50, 0.07);
    width: 100%;
    max-width: 160px;
    max-height: 76vh;
    margin-top: 40px;
    transform: translate(120%, -50%);
    z-index: 1020;
    transition: 0.25s all linear;
}

.compare-sidebar.show {
    transform: translate(0, -50%);
}

.comparesidebar-list {
    max-height: calc(76vh - 180px);
    height: 100%;
    overflow: auto;
}

.comparesidebar-product-image {
    padding: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    margin-bottom: 0.75rem;
    text-align: center;
}

.comparesidebar-product-image img {
    max-height: 80px;
    max-width: 100%;
}

.comparesidebar-product-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    max-height: 34px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* width */
.comparesidebar-list::-webkit-scrollbar {
    width: 0px;
}

.comparesidebar-buttons .btn {
    font-size: 16px;
    font-weight: 700;
    padding: 0.75rem 1rem;
}

.remove-btn {
    color: #ff0000;
    font-weight: 700;
    font-size: 14px;
    margin-top: 0.5rem;
    cursor: pointer;
}

.removeall-btn {
    background-color: #ff0000;
    color: #ffffff;
}

.comparesidebar-buttons .btn:hover {
    color: #ffffff;
}

.compare-pro-picture {
    position: relative;
}

.compare-pro-list {
    display: flex;
}

.compare-pro-image {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    height: 350px;
    padding: 0.75rem;
}

.compare-pro-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.compare-pro-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0.75rem;
    color: #000000;
    min-height: 52px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.compare-pro-title a {
    color: inherit;
}

.compare-pro-price {
    color: #1C3F94;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
}

.compare-pro-price del {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    opacity: 0.5;
    margin-right: 0.5rem;
}

.compare-pro-desc {
    font-size: 16px;
    line-height: 22px;
    color: #232F3E;
}

/* .compare-review .review-star .rating i{
    font-size: 2rem;
} */
.compare-pro-remove {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #FF0000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    right: -12px;
    top: -12px;
}

/*--- Faq page ---*/
.acc-title {
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(9, 20, 50, 0.07);
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    padding: 1rem 2.5rem 1rem 1.5rem;
    margin-top: 1.5rem;
}

.acc-title:after {
    content: "\f106";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    right: 1.25rem;
    top: 1rem;
    font-size: 1.25rem;

}

.acc-title.collapsed:after {
    content: "\f107";
}

.acc-content {
    padding: 1rem 1.5rem;
    font-size: 20px;
    line-height: 31px;
}

.acc-content p {
    margin-bottom: 0.25rem;
}

.acc-content ul,
.acc-content ol {
    padding: 0 0 0 30px;
    margin-bottom: 10px;
}

.acc-content a {
    text-decoration: underline;
    color: inherit;
}

.contact-detail {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.contact-detail p {
    margin-bottom: 0.25rem;
}

.contact-form {
    width: 90%;
}

.contact-right-wrap {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.top-radius-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bottom-radius-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.termscondition-text {
    font-size: 16px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.termscondition-text label {
    font-size: inherit;
    margin-bottom: 0;
    line-height: 20px;
}

.termscondition-text span {
    font-size: inherit;
    vertical-align: middle;
    line-height: 18px;
}

.termscondition-text a {
    font-size: inherit;
    font-weight: 700;
    vertical-align: middle;
    /*     line-height: 18px;
    margin-top: 3px; */
}

.termscondition-span {
    margin-top: 4px;
    display: inline-block;
}

.address-details .termscondition-text .aiz-square-check,
.address-details .termscondition-text .aiz-rounded-check {
    width: 20px;
    height: 20px;
}

.planfeature-top {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #232F3E;
}

.planfeature-title {
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
}

.error-filed,
.error-filed .aff-label-txt,
.error-filed label {
    color: #FF0000;
}

.error-filed .form-control {
    border-color: #ff0000;
}

.erorrmessagebox {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #ff0000;
    background-color: rgba(255, 0, 0, 0.07);
    border-radius: 10px;
    padding: 13px 1rem;
    margin-top: 0.5rem;
}

.erorrmessagebox p {
    margin-bottom: 0;
}

.modal-content:before,
.filter-block:before {
    content: none;
    background-color: #D9D9D9;
    border-radius: 40px;
    width: 88px;
    height: 7px;
    position: absolute;
    left: 50%;
    top: 0.5rem;
    margin-left: -44px;
    z-index: 1;
}

.popupclosetrgger {
    position: absolute;
    right: 0.5rem;
    top: 0;
    color: #ff0000;
    opacity: 1;
    font-size: 2rem;
}

.orders-top {
    font-size: 14px;
    line-height: 19px;
}


.addToCart-modal-body .product-gallery-thumb {
    padding: 0;
}


.added-to-cart .half-outside-arrow .slick-next {
    right: -15px;
}

.added-to-cart .half-outside-arrow .slick-prev {
    left: -15px;
}

.added-to-cart .aiz-card-box {
    border-color: #e5e5e5 !important;
}

/*--- manage snatches table ---*/
.managesnatch-table td,
.managesnatch-table thead th {
    border: none;
}

.managesnatch-table thead th {
    line-height: 18px;
    font-size: 14px;
}

.ms-product-cell {
    min-width: 240px;
    max-width: 320px;
}

.ms-product-cell img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 0.75rem;
}

.managesnatch-table .sub-container td {
    background-color: #ffffff;
    border-bottom: 12px solid var(--light);
    font-size: 15px;
    line-height: 20px;
    vertical-align: middle;
}

.managesnatch-table .sub-container td:first-child {
    border-radius: 15px 0 0 20px;
}

.managesnatch-table .sub-container td:last-child {
    border-radius: 0px 15px 20px 0;
}

.ms-product-title {
    line-height: 20px;
    font-size: 15px;
    margin-top: 0.25rem;
}

.stockavail-cell {
    min-width: 140px;
}

.ms-activesince-cell {
    max-width: 120px;
    min-width: 120px;
}

.notfoundorder {
    font-size: 16px;
    line-height: 22px;
}

.info-txt {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

.text-danger {
    color: #ff0000 !important;
}

.affl-user-info {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.25px;
}

.modal-open,
.filtermobileopend {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.removewishlist {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #ffe0e0;
    color: #FF0000;

    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    z-index: 1;
    font-size: 0.75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.removewishlist:hover {
    color: #FF0000;
}

/* .btn.disabled, .btn:disabled {
    opacity: 1;
    background: #c7c7c7 !important;
    border: #c7c7c7;
} */

/*--- Seller flow ---*/
.iti__arrow {
    border: none;
    padding-right: 15px;
    position: relative;
}

.iti__arrow:before {
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    top: -8px;
    right: 0;
}

.wel-step-num {
    background-color: rgba(28, 63, 148, 0.1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-right: 20px;
    width: 50px;
    max-width: 50px;
    flex: 0 0 50px;
    height: 50px;
}

.wel-step-detail {
    padding-top: 15px;
    font-size: 17px;
    line-height: 23px;
}

.wel-step-detail h4 {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.75rem;
}

.wel-step-detail p:last-child {
    margin-bottom: 0.5rem;
}

.whatyouneed h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.75rem;
}

.whatyouneed ul {
    list-style: none;
    padding: 0;
}

.whatyouneed ul li {
    position: relative;
    padding-left: 25px;
    margin-top: 0.5rem;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    color: #000000;
}

.whatyouneed ul li:before {
    content: "";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.35rem;
    background-image: url(../img/check-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    height: 13px;
}

.begin-btn {
    width: 260px;
}

/*--- Sewller accout step form --*/
.steps {
    position: relative;
    display: block;
    width: 100%;
}

.steps ul {
    list-style: none;
    padding: 0.75rem 0;
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.steps ul li {
    max-width: 25%;
    flex: 0 0 25%;
    text-align: center;
}

.steps .current-info,
.steps .number {
    position: absolute;
    left: -999em;
}

.steps a {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-left: 30px;
}

.steps a:before {
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 100%;
    border: 1px solid #000000;
    position: absolute;
    left: 0;
}

.steps a:after {
    content: none;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    left: 4px;
    top: 0px;
    font-size: 15px;
    color: #ffffff;
}

.steps .disabled a,
.steps .disabled a:hover,
.steps .disabled a:active {
    color: #000000;
}

.steps .current a {
    font-weight: 700;
    color: #1C3F94;
}

.steps .current a:before {
    border-color: #1C3F94;
}

.steps .done a {
    font-weight: 700;
    color: #6FB353;
}

.steps .done a:before {
    background-color: #6FB353;
    border-color: #6FB353;
}

.steps .done a:after {
    content: "\f00c";
}

.seller-account-step .actions {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-inline: 1.5rem;
}

.seller-account-step .actions ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.sel-account-step-form {
    padding-top: 20px;
}

.seller-account-step .actions ul li.disabled {
    display: none;
}

.seller-account-step .actions ul li a {
    width: 260px;
    font-size: 19px;
    line-height: 26px;
    border-radius: 70px;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
    padding-block: 0.875rem;
    font-weight: 700;
}

.seller-account-step .actions:has[aria-hidden='true']~li {
    display: none;
}


.custom-selectfiled .dropdown-toggle {
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-image: url(../img/select-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.custom-selectfiled .bootstrap-select>.dropdown-toggle:after {
    content: none;
}

.stronameavanbility {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    list-style: 1;

}

.stronameavanbility:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    line-height: 0;
}

.availabel {
    color: #6FB353
}

.availabel:before {
    content: "\f00c";
}

.notavailabel {
    color: #ff0000
}

.notavailabel:before {
    content: "\f00d";
}

.catselct-title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #232F3E;
}

.file-upload-contain {
    width: 100%;
    height: 156px;
    border-radius: 10px;
    background-color: rgba(28, 63, 148, 0.1);
    border: 2px dashed rgba(28, 63, 148, 0.3);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.custom-upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}

.otp-title {
    font-size: 37px;
    line-height: 50px;
    font-weight: 700;
}

.otp-filed {
    display: flex;
    justify-content: center;
}

.otp-digit {
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: block;
    width: 56px;
    height: 56px;
    font-size: 19px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 6px;
}

.aiz-p-hov-icon {
    right: 0;
}

/*--- Mobile cart page ---*/
.mobile-cart-heading {
    font-size: clamp(13px, 3vw, 17px);
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.mobile-cart-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.mobile-cart-title {
    font-size: clamp(12px, 3vw, 16px);
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 32px;
}

.mobile-cart-price {
    font-size: clamp(14px, 3.25vw, 18px);
    line-height: 1.2;
    font-weight: 700;
}

.mobile-cart-qty .aiz-plus-minus {
    max-width: 100px;
}

.mobile-cart-qty .btn-sm.btn-icon {
    width: calc(28px + 2px);
    height: calc(28px + 2px);
    padding: 0;
    color: #1C3F94;
}

.mobile-cart-qty .input-number {
    font-size: clamp(15px, 3.25vw, 18px);
    ;
    font-weight: 700;
}

.mobile-cart-qty .btn-light.disabled,
.mobile-cart-qty .btn-light:disabled {
    background-color: var(--light);
    border-color: var(--light);
    color: #1C3F94;
    opacity: 1;
}

.ordersummary .mobile-cart-item {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.mbl-remove-icon {
    position: absolute;
    right: -0.125rem;
    top: -0.125rem;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #ff0000;
    color: #ffffff;
}

.mbl-remove-icon:hover,
.mbl-remove-icon:focus {
    color: #ffffff;
}


#option-choice-form .aiz-megabox .aiz-megabox-elem {
    border: 1px solid #ACACAC;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 500;
	text-transform: capitalize;
}

#option-choice-form .aiz-megabox>input:checked~span .aiz-rounded-check:after,
#option-choice-form .aiz-megabox>input:checked~span .aiz-square-check:after {
    visibility: visible;
    opacity: 1;
}

#option-choice-form .aiz-megabox>input:checked~.aiz-megabox-elem,
#option-choice-form .aiz-megabox>input:checked~.aiz-megabox-elem {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #ffffff;
}

.addToCart-modal-body .option-label-title {
    font-size: 16px;
    line-height: 20px;
    min-width: 55px;
}

.addToCart-modal-body #option-choice-form .aiz-megabox .aiz-megabox-elem {
    font-size: 14px;
}

/*--- Wishlist new structure CSS ---*/
.whistlistcreatelist {
    font-size: 23px;
    line-height: 31px;
    color: #1C3F94;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.whistlistcreatelist i {
    font-size: 28px;
    margin-right: 0.25rem;
}

.wishlist-new .order-tab-nav {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.wishlist-new .order-tab-nav .nav-tabs {
    display: block;
}

.wishlist-new .order-tab-nav .nav-tabs .nav-item {
    max-width: 100%;
    flex: 0 0 100%;
    border-radius: 11px;
    margin-bottom: 0.25rem;
}

.wishlist-new .order-tab-nav .nav-link {
    text-align: left;
    font-size: 18px;
    border-radius: 0px;
    padding: 0.75rem 1rem;
    font-weight: 500;
    background-color: transparent;
}

.wishlist-new .order-tab-nav .nav-link.active {
    color: #000000;
    box-shadow: none;
}

.wishlist-new .nav-tabs .nav-item:has(.show) .nav-link,
.wishlist-new .nav-tabs .nav-item:has(.nav-link.active) {
    background-color: rgba(28, 63, 148, 0.1);
    color: #000000;
}

.delete-btn {
    color: #FF0000;
}

.wishlist-new .category-product-block {
    padding-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.28);
}

.deletepopup-title {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
}

.deletemessage {
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
}

.delete-popup-btn {
    background-color: #ff0000;
    color: #ffffff;
}

.delete-popup-btn:hover,
.delete-popup-btn:focus {
    color: #ffffff;
}

.choice-option {
    font-size: 16px;
    color: #232F3E;
    line-height: 21px;
    font-weight: 500;
    margin-top: 0.5rem;
}

.choice-option span {
    color: inherit;
    font-size: inherit;
	text-transform: capitalize;
}

.card-option-wrap .address-details span.aff-label-txt {
    line-height: 28px;
    margin-left: 0.25rem;
}

.card-option-wrap .address-details .shipping-address {
    margin-bottom: 1rem;
}

.card-number {
    font-size: 19px;
    font-weight: 500;
    color: #000000;
    line-height: 26px;
}

.card-info-desc .card-info img {
    width: 45px;
    max-width: 45px;
}

.newcardmodal .address-details .shipping-address {
    margin-bottom: 16px;
}

.newcardmodal .address-details .sameas-address span {
    line-height: 26px;
}

.address-info-item {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
}

.address-footer {
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
}

.address-footer a {
    color: var(--primary);
}

.address-footer a.delete-text {
    color: #ff0000;
}

.address-text {
    min-height: 52px;
}

.default-txt {
    font-weight: 500;
    color: #969696;
}

.estimatetime-txt {
    color: #232f3e;
    font-size: 17px;
    font-weight: 500;
}

.product-gallery-thumb .carousel-box {
    height: 115px;
}

.product-gallery-thumb .carousel-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*--- Sub Category ---*/
nav.navbar-category-links .nav-item {
    display: flex;
}

nav.navbar-category-links .nav-item:hover .nav-link {
    background-color: #FFF203;
    color: #232F3E;
}

.submenu {
    position: absolute;
    background-color: #ffffff;
    padding: 1.125rem 0.25rem;
    box-shadow: 0px 4px 124px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(35, 46, 61, 0.4);
    border-top: none;
    top: 100%;
    text-align: left;
    opacity: 0;
    visibility: hidden;
}

.submenu-right {
    justify-content: flex-end;
}

nav.navbar-category-links .nav-item:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.submenu-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.submenu ul {
    list-style: none;
}

.submenu-title {
    font-size: 21px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.submenu ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    margin-bottom: 1rem;
}

.submenu ul li a {
    color: inherit;
}

.submenu ul li a:hover {
    color: #1C3F94;
}

.horizontal-menu-sec {
    border-bottom: 1px solid #A8A8A8;
    background-color: #F7F7F7;
    overflow: auto;
}

.horizontal-menu {
    list-style: none;
    display: flex;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;

}

.horizontal-menu li a {
    padding: 0.5rem 0.875rem;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #000000;
    display: inline-block;
}

.horizontal-menu li.active a {
    background-color: #1C3F94;
    color: #ffffff;
}

.horizontal-menu-sec::-webkit-scrollbar {
    height: 1px;
    /* height of horizontal scrollbar ← You're missing this */
    width: 0px;
    /* width of vertical scrollbar */
    border: 0px solid #ff0000;
    background-color: #000000;
}

.horizontal-menu-sec::-webkit-scrollbar-thumb:horizontal {
    background: #A8A8A8;
    border-radius: 10px;
}

.categoryslider {
    margin: 0 -12px;
}

.category-title {
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
    color: #232F3E;
    margin-bottom: 10px;
}

.catslider-item {
    padding: 0 12px;
    margin: 6px 0;
}

.catslider-item .catbox-image {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    margin: 0;
    width: 100%;
    height: 140px;

}

.catslider-item .catbox-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catsubtile {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 0.5rem;
    color: #232F3E;
    max-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.categoryslider {
    overflow: auto;
}

.categoryslider::-webkit-scrollbar {
    height: 0px;
    /* height of horizontal scrollbar ← You're missing this */
    width: 0px;
    /* width of vertical scrollbar */
    border: 0px solid #ff0000;
    background-color: #000000;
}

.categoryslider::-webkit-scrollbar-thumb:horizontal {
    background: #A8A8A8;
    border-radius: 10px;
}

.submenumobilecat {
    position: absolute;
    top: 150px;
    height: 100%;
    padding: 1.25rem 0.75rem;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
    transform: translateX(100%);
    transition: 0.2s all linear;

}

.submenumobilecat.active {
    transform: translateX(0);
}

.mob-mainmenu {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
}

.mob-mainmenu i {
    margin-left: -2px;
}

.mobile-cat-title {
    font-size: 21px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000000;
    margin-top: 0.75rem;
}

.mob-submenu-body {

    overflow: auto;
    height: calc(70vh - 50px);
}

.submenumobilecat ul {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.submenumobilecat ul li {
    margin-bottom: 0.75rem;
}

.category-product-block .btn-grid {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.charlimit {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.badge-yellow {
    background-color: #FFF203;
}

.badge-custom {
    box-shadow: none !important;
    color: #ffffff;
    background-color: #1C3F94;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -0.02em;
    padding: 4px;
    display: flex;
    align-items: center;
    left: inherit;
    right: -16px;
    margin-left: 0;
    top: -15px;
    border-radius: 50em 0 0 50em;
}

.badge-custom .box {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF203;
}

.wishlist-mbltrgr {
    font-size: 17px;
    line-height: 23px;
    color: #000000;
    font-weight: 500;
}

.seller-header {
    border-bottom: 0px solid #0B1D49;
}

.seller-header nav.navbar {
    background-color: #1C3F94;
    padding: 0;
   
}
.seller-header .seller-header-content{
    padding: 8px 0;
    align-items: center;
}
.seller-header .navbar-brand img {
    height: auto;
    max-width: 190px;
}

.sellerCentral-title {
    font-size: 17px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 500;
    font-style: italic;
}

.seller-registation {
    background-color: #213567;
}

.seller-reg-title {
    font-size: 72px;
    line-height: 100px;
    font-weight: 900;
}

.seller-reg-subtitle {
    font-size: 30px;
    line-height: 72px;
    font-weight: 700;
    font-style: italic;
}

.signupnow-btn {
    margin: 11px;
    border-radius: 70px;
    position: relative;
    font-size: 21px !important;
    line-height: 28px;
    font-weight: 900;
}

.signupnow-btn:after,
.signupnow-btn:before {
    content: "";
    position: absolute;
    border-radius: 70px;
}

.signupnow-btn:before {
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid rgba(255, 242, 3, 0.4);
}

.signupnow-btn:after {
    left: -11px;
    top: -11px;
    width: calc(100% + 22px);
    height: calc(100% + 22px);
    border: 1px solid rgba(255, 242, 3, 0.1);
}

.seller-registation {
    position: relative;
    height: 780px;

}

.seller-reg-image-wrap {
    position: absolute;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.todaydeal-title {
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    color: #232F3E;
}

.card-icon {
    position: absolute;
    right: 0.75rem;
    top: 0.6rem;
}
.card-icon .card_image{
    max-width: 45px;
    max-height: 28px;
    border-radius: 0.25rem;
    object-fit: cover;
}

.soldout-text {
    font-size: 19px;
    line-height: 26px;
    color: #ff0000;
    font-weight: 700;
}


.remove-identity-btn {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #e6e6e6;
    border: 1px solid #a5a5a5;
    display: none;
    padding: 0;
    z-index: 2;
}

.catselect-lable {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.supportTicket-table thead th,
.supportTicket-table th {
    border: none;
    font-weight: 500;
}

.supportTicket-table td {
    background-color: #ffffff;
    font-size: 1rem;
    line-height: 22px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.supportTicket-table tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.supportTicket-table tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.supportTicket-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.supportTicket-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.supportTicket-table tr:last-child td {
    border-bottom: none;
}

.supportTicket-table td a,
.supportTicket-desc a {
    font-weight: 600;
    text-decoration: underline;
}

.supportTicket-mob-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 0.5rem;
    margin-top: 0.75rem;

}

.supportTicket-mob-footer p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
}

.ticketsmall-text {
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5);
}

.ticketlarge-text {
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}

.support-chat {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    height: 100%;
}

.status-pending {
    color: #FF9900;
}

.status-open {
    color: #ff0000;
}

.status-solved {
    color: #6fb353
}

.ticketsubmit {
    width: 56px;
    height: 56px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fileinputfiled .input-group {
    border-radius: 50px;
    overflow: hidden;
    background-color: rgba(18, 16, 39, 0.06);
    padding: 0.5rem;
}

.fileinputfiled .form-control {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    height: auto;
}

.fileattachement {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.comment-wrap li {
    background-color: #E5E5EA;
    border-radius: 0.5rem !important;
    border: none;
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
}

.comment-wrap li p {
    margin-bottom: 0.5rem;
}

.ticket-summary-trgr {
    color: #1C3F94;
    font-size: 14px;
    font-weight: 700;
}

.removefromcart-btn {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: -15px;
    background-color: rgba(255, 0, 0, 0.1);
    color: #ff0000;
}

.removefromcart-btn .btn {
    color: inherit;
    font-size: 1rem;
    line-height: 1;
}

.minicart-item {
    padding-right: 1.5rem;
    position: relative;
}

.minicart-buttons .btn {
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}

.addcard-wrap {
    background: linear-gradient(244.85deg, #1C3F94 0%, #232F3E 100%);
    box-shadow: 0px 30px 50px rgba(28, 63, 148, 0.38);
    border-radius: 25px;
    padding: 2rem 1.75rem;
    color: #ffffff;
    margin-bottom: 1.25rem;
}

.card-detail-wrap .form-control {
    background-color: #18284F;
    color: #ffffff;
    padding: 0.5rem 0.5rem;
    border: none;
    height: calc(26px + 1.2rem + 2px);
}

.newcardmodal .card-detail-wrap .form-control{
    font-size: 0.9rem;
}

.card-detail-wrap input.parsley-error,
.card-detail-wrap select.parsley-error,
.card-detail-wrap textarea.parsley-error,
.card-detail-wrap input.parsley-success, 
.card-detail-wrap select.parsley-success, 
.card-detail-wrap textarea.parsley-success {
    background-color: #18284F !important;
    color: #ffffff !important;
}

.card-detail-wrap .parsley-errors-list .parsley-required,
.card-detail-wrap .parsley-errors-list .parsley-length {
    padding: 0;
    background-color: transparent;
}
.mobile-cart-delete a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-cart-delete img{
    max-width: 22px;
}
.mobile-cart-delete .btn-soft-danger:hover, 
.mobile-cart-delete .btn-outline-danger:hover{
    background-color: var(--soft-danger);
    border-color: var(--soft-danger);
}
.desc-tab-detail{
    font-size: 17px;
    font-weight: 500;
}
.desc-tab-detail p{
    text-align: left;
}
.desc-tab-detail img{
    width: auto;
    max-width: 800px !important;
    max-height: 500px;
}
.desc-tab-detail br{
    display: none;
}

.desc-tab-details{
    font-size: 17px;
    font-weight: 500;
}

.desc-tab-details p{
    text-align: left;
}

.desc-tab-details img{
    width: auto;
    max-width: 800px !important;
    max-height: 500px;
}

.desc-tab-details img{
    width: auto;
    max-width: 100% !important;
    max-height: 500px;
}

.card-billing-address:not(:last-child){
    border-bottom:1px solid #e2e5ec;
}
.pro-veriation-sec ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #232F3E;
}
.pro-veriation-sec ul li{
    margin-right: 0.75rem;
}
.variation-label{
    margin-right: 0.25rem;
}
.label-items span:not(:last-child){
    margin-right: 0.25rem;
}
.pro-order-price{
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #232F3E;
}

.dashsummary-box{
    padding:1.75rem 1.75rem 4rem;
    height: 100%;
}
.admindashboard-box{
    position: relative;
}
.wave-svg{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.25;
}
.dashsummary-icon{
    position: absolute;
    right: 1.75rem;
    bottom: 1.75rem;
}
.dashsummary-icon i{
    font-size: 2.5rem;
}
.card .card-header h5.h6 {
    font-size: 1.25rem;
    margin-block: 0.25rem !important;
}

/*-- Contact page new style ---*/
.contact-heading-desc{
    font-size:20px;
    font-weight:500;
}
.contact-section{
    background-color: #f7f7f7;
    padding: 80px 0;
}
.contact-form-wrap{
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #DFDFDF;
    box-shadow: 10px 14px 41px 0px rgba(0, 0, 0, 0.10);
    padding: 25px 44px;

}
.contact-form-wrap .form-group{
    margin-bottom: 10px;
}
.contact-form-wrap textarea{
    height:112px;
}
.feature-title{
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
    color:#000000;
    max-width: 76%;
}
.feature-wrap{
    max-width: 95%;
}
.feature-icon{
    max-width: 75px;
    flex:0 0 75%;
}
.feature-icon img{
    display: block;
    margin: 0 auto;
}
.feature-desc{
    padding-left: 1rem;
}
.feature-desc p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight:400; 
}
.contact-info-item{
    position: relative;
    padding: 0 80px;
}
.contact-info-item:not(:last-child):before{
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    height: 60%;
    width: 1px;
    background-color: #C0C0C0;
}
.contact-icon{
    height:40px;
}
.contact-info h5{
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
}
.contact-desc{
    font-size: 16px;
    color:#000000;
    font-weight:500;
}
.contact-desc a{
    text-decoration: none;
    color: inherit;
    margin-bottom: 0;
    display: block;
    font-size: inherit;
    font-weight:500;
}
.contact-desc a:hover{
    color:#1C3F94;
}

/*--- Seller new design ---*/
.seller-sellon-wrapper{
    background-color: #F7F7F7;
}
.seller-hero-image{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.seller-hero-image img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: bottom center;
    
}
.seller-hero-desc{
    position: relative;
    padding: 250px 15px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color:#ffffff;
}
.hero-become-text{
    font-size:60px;
    font-weight: 900;
    line-height: 81px;
}
.hero-large-text{
    font-size:110px;
    font-weight: 900;
    line-height: 148px;
    text-transform: uppercase;
}
.hero-btn{
    background-color: #FFF203;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color:#000000;
    padding: 18px 60px;
    border-radius: 70px;
    margin: 35px 0;
}
.hero-btn:hover{
    background-color: #1C3F94;
    color:#ffffff;
}
.hero-desc{
    font-size:28px;
    font-weight: 700;
    line-height: 38px; 
}
.hero-t_clink{
    font-size:28px;
    font-weight: 700;
    line-height: 32px; 
}
.hero-t_clink a{
    color: inherit;
    text-decoration: underline;
}
.hero-t_clink a:hover{
    color:#ffffff;
    text-decoration: none;
}
.seller-50heading{
    font-size:50px;
    font-weight: 900;
    line-height: 68px;
    margin-bottom: 58px;
    color:#232F3E;
}
.whyus-feature-wrap{
    max-width: 1780px;
    margin: 0 auto;
    padding: 0 15px;
}
.whyus-card{
    background-color: #ffffff;
    border-radius: 40px;
    box-shadow: 0px 28px 50px 0px rgba(9, 20, 50, 0.07);
    padding: 45px 60px;
    text-align: center;
}
.whyus-icon{
    width: 187px;
    height: 187px;
    background-color: rgba(255, 242, 3, 0.3);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.whyus-icon i{
    max-width:110px;
}
.whyus-title{
    font-size:42px;
    font-weight: 700;
    line-height: 56px; 
    margin-bottom: 20px;
    color: #232F3E;
}
.whyus-desc{
    font-size:25px;
    font-weight: 400;
    line-height: 32px; 
    margin-bottom: 32px;
}
.whyus-button a{
    text-decoration: none;
    font-size:28px;
    font-weight: 700;
    line-height: 38px; 
    color:#1C3F94;
    display: inline-flex;
    align-items: center;
}
.whyus-button a:hover{
    color:#232F3E;
}
.howtosell-item{
    display: flex;
    align-items: center;
}
.howtosell-icon{
    max-width: 179px;
    flex:0 0 179px;
}

.howtosell-detail{
    padding-left: 2rem;
}
.howtosell-detail h4{
    margin-bottom: 10px;
    font-size:31px;
    line-height: 42px; 
    color: #000000;
    font-weight: 700;;
}
.howtosell-detail p{
    margin-bottom: 0;
    font-size:25px;
    line-height: 34px; 
}

/*--- Promotional Banner ---*/
.promotional-bg{
    background-image: url(../img/home-promo-banner.png);
    border-radius: 21px;
    padding: 2.75rem 2rem;
}
.home-promo-detail{
    color: var(--light);
}
.home-promo-detail h2{
    font-size: 40px;
    line-height: 54px;
    font-weight: 900;
}
.home-promo-detail h4{
    font-size: 27px;
    font-weight: 700;
}
.home-promo-detail h4 strong{
    font-weight: 900;
    color:#FFF203;
}
.home-promo-detail p{
    font-size: 21px;
    font-weight: 700;
}

/* width */
.promo-list::-webkit-scrollbar {
    width: 0;
    height: 0;
    opacity: 0;
}

.promolist-box{
    padding: 0 15px;
    max-width: 20%;
    flex: 0 0 20%;
}
.promolist-item{
    background-color:#474141;
    border-bottom:2px solid rgba(214, 132, 86, 0.69);
    border-radius: 20px;
    overflow: hidden;
    padding:30px 10px 10px;
    position: relative;
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.85);
}
.promo-sale{
    background-color: #FFF203;
    border-radius: 6px;
    padding: 5px 10px;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    position: absolute;
    left: 10px;
    top: 15px;
}
.promo-item-image{
    height: 154px;
    width: 100%;
    max-width: 154px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.promo-item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promo-price{
    text-align: center;
    color: #D7A38D;
    font-size: 18px;
    font-weight: 900;
}
.promo-price a{
    color:inherit
}

.promotional-banner{
    position: relative;
}


.promo-banner-detail {
    position: absolute;
    padding: 0;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--light);
}

.promo-banner-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.promotional-banner h2{
    font-size: 75px;
    line-height: 1.3;
    font-weight: 900;
}
.promotional-banner h4{
    font-size: 57px;
    font-weight: 700;
}
.promotional-banner h4 strong{
    font-weight: 900;
    color:#FFF203;
}
.promotional-banner p{
    font-size: 41px;
    font-weight: 700;
}
.promo-product-block{
    box-shadow: 0px 8px 20px rgb(9 20 50 / 7%) !important;
}
.promo-product-block .promo-sale{
    padding: 0.25rem 0.5rem;
    top: 0;
    left: 0;
}
.img-fit-contain{
    object-fit: contain;
    height:100%;
    width: 100%;
}
.object-contain{
    object-fit: contain;
}

.return-request-btn a{
    border: 1px solid #1C3F94;
    border-radius: 10px;
    padding: 6px 15px;
    min-width: 200px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    color: #1C3F94;
    display: inline-flex;
    flex-direction: column;
    min-height: 54px;
    align-items: center;
    justify-content: center;
}
.eligible-return{
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}
.return-request-btn a:hover{
    background: #1c3f94;
    color: #ffffff;
}
.return-request-btn a:hover .eligible-return{
    color: #ffffff;
}
.return-closed a{
    border: 1px solid #D8D8D8;
    color: #D8D8D8;
    pointer-events: none;
}
.rejectReturnoupopup .aiz-rounded-check:after{
    width: 10px;
    height: 10px;
    margin-left:-5px;
    margin-top: -5px;
}
.rejectReturnoupopup .aiz-square-check, .rejectReturnoupopup .aiz-rounded-check{
    border-color: #1C3F94;
}


/*--- Responsive ----*/
@media (min-width: 576px) {

    .container,
    .container-md,
    .container-sm {
        /* max-width: 530px; */
        max-width: 98%;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        /* max-width: 720px; */
        max-width: 98%;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 98%;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1660px;
    }
}

@media (max-width: 1659px) and (min-width: 1500px) {

    nav.navbar .nav-list-section .navbar-nav.navbar-search .nav-item {
        margin-right: 1.5rem;
    }

    .aiz-carousel .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .half-outside-arrow .slick-prev {
        left: -40px;
    }

    .half-outside-arrow .slick-next {
        right: -40px;
    }

    .footer-contact-us img {
        max-width: 60px;
    }

    .chat-text {
        font-size: 21px;
    }

    .slider-title {
        font-size: clamp(1.75rem, 10vw, 2.5rem);
    }

    .catslider-item .catbox-image {
        height: 120px;
    }

    .seller-registation {
        height: 560px;
    }

    .seller-reg-title {
        font-size: 75px;
    }

    .seller-reg-subtitle {
        font-size: 31px;
    }

    .related-products .half-outside-arrow .slick-prev {
        left: 0px;
    }

    .related-products .half-outside-arrow .slick-next {
        right: 0px;
    }

    .related-products-slider {
        margin: 0;
    }

    .related-products .aiz-carousel.gutters-10 .carousel-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .addcard-wrap {
        padding: 1.5rem;
        border-radius: 18px;
    }


    .seller-hero-desc{
        padding: 220px 15px;
    }
    .whyus-card{
        padding: 30px 40px;
    }
    .whyus-title{
        font-size: 36px;
        line-height: 42px;
    }
    .whyus-desc,
    .whyus-button a{
        font-size: 22px;
        line-height: 28px;
    }

    .home-promo-detail h2{
        font-size: 36px;
    }
    .promolist-box{
        padding: 0 10px;
    }
    .promo-item-image{
        width: 140px;
        height: 140px;
    }


}


@media (max-width: 1499px) {

    nav.navbar .nav-list-section .input-group #search {
        width: auto;
    }

    nav.navbar-category-links .nav-item {
        margin: 0;
    }

    .prodetail-title {
        font-size: clamp(1.25rem, 5vw, 1.75rem);
        line-height: 1.25;
        text-transform: capitalize;
    }

    .product-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .prodetail-mobilebutton .btn.add-to-cart,
    .prodetail-mobilebutton .btn.buy-now,
    .prodetail-mobilebutton .btn.snatchItBtn {
        font-size: 18px;
        font-weight: 700;
        padding: 0.75rem 2.5rem;
    }

    .wishlistdropdown .btn-light {
        font-size: 16px;
        padding: 12px 15px;
    }

    .prodtl-price .h2 {
        font-size: 30px;
    }

    .prodtl-price del {
        font-size: 20px;
    }

    .product-summary .rating i {
        font-size: 1.25rem;
    }

    .related-products-slider {
        margin-left: -5px;
        margin-right: -5px;
    }

    .related-products .aiz-carousel.gutters-10 .carousel-box {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media (max-width: 1199px) {
    nav.navbar .nav-list-section .navbar-nav.navbar-search {
        margin-left: 0;
    }

    .topdealstitle-box {
        background-color: transparent;
    }

    .top-deals-item {
        border-radius: 14px;
        padding-top: 0rem;
    }

    .top-deals-item .btn-grid .snatch-btn {
        border-radius: 0px 0px 0px 14px;
    }

    .top-deals-item .btn-grid .buy-now {
        border-radius: 0px 0px 14px 0px;
    }

    .related-products-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .related-products .aiz-carousel.gutters-10 .carousel-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .prodetail-title {
        font-size: clamp(1.25rem, 5vw, 1.75rem);
        line-height: 1.25;
        text-transform: capitalize;
    }

    .product-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .prodetail-mobilebutton .btn.add-to-cart,
    .prodetail-mobilebutton .btn.buy-now,
    .prodetail-mobilebutton .btn.snatchItBtn {
        font-size: 18px;
        font-weight: 700;
        padding: 0.75rem 2.5rem;
    }

    .wishlistdropdown .btn-light {
        font-size: 16px;
        padding: 12px 15px;
    }

    .prodtl-price .h2 {
        font-size: 30px;
    }

    .prodtl-price del {
        font-size: 20px;
    }

    .product-summary .rating i {
        font-size: 1.25rem;
    }

    .cart-box .product-name,
    .cart-box .price,
    .cart-box .text-primary,
    .ordersummary .product-name,
    .ordersummary .price,
    .ordersummary .text-primary {
        font-size: clamp(12px, 4vw, 1rem);
        line-height: 16px;
    }

    .pro-cart-img {
        width: 60px;
        height: 60px;
    }

    .quantity-min-plus .btn-light {
        font-size: 1rem;
    }

    .cart-box .header-color div {
        font-size: 14px;
    }

    .cart-text-gray,
    .address,
    .change-txt {
        font-size: 15px;
        line-height: 20px;
    }

    .subtotal-text {
        font-size: 15px;
        line-height: 20px;
    }

    .order-total-text {
        font-size: 18px;
    }

    .checkout-userpassword {
        padding: 1rem;
    }

    /*-- review section ---*/
    .review-left {
        width: 100%;
    }

    .review-right-wrap {
        border-left: none;
    }

    .review-star .rating i {
        font-size: 2.25rem;
        letter-spacing: -4px;
    }

    .myreview-rating .rating i {
        font-size: 1.5rem;
        letter-spacing: -3px;
    }

    .ratingoutof,
    .review-list-title,
    .review-username,
    .loadmorebtn {
        font-size: 24px;
        line-height: 30px;
    }

    .review-pro-desc,
    .review-date {
        font-size: 16px;
        line-height: 20px;
    }

    .myreview-title,
    .myreview-info,
    .review-list-desc {
        font-size: 20px;
        line-height: 26px;
    }

    .global-rating {
        font-size: 16px;
        line-height: 18px;
    }

    .custom-btn {
        font-size: 18px;
    }

    .fs-34-title {
        font-size: clamp(1.125rem, 5vw, 1.5rem);
        line-height: 27px;
    }


    .compare-pro-title {
        font-size: 18px;
        line-height: 24px;
    }

    .compare-pro-price {
        font-size: 24px;
        line-height: 24px;
    }

    .compare-pro-price del {
        font-size: 16px;
        line-height: 16px;
    }

    .compare-pro-desc {
        font-size: 15px;
        line-height: 20px;
    }

    .compare-review .fs-24-title {
        font-size: 18px;
        line-height: 24px;
    }

    .compare-review .review-star .rating i {
        font-size: 1.5rem;
    }

    .compare-review .ratingoutof,
    .compare-review .review-list-title,
    .compare-review .review-username,
    .compare-review .loadmorebtn {
        font-size: 18px;
        line-height: 24px;
    }

    .compare-review .global-rating {
        font-size: 14px;
        line-height: 16px;
    }

    .compare-pro-image {
        height: 240px;
    }

    .acc-title {
        font-size: 21px;
        line-height: 28px;
    }

    .acc-content {
        font-size: 17px;
        line-height: 26px;
    }

    .compare-sidebar {
        display: none;
    }

    .comparesidebartrigger {
        display: none;
    }

    .category-title {
        font-size: 18px;
        line-height: 22px;
    }

    .catsubtile {
        font-size: 14px;
        line-height: 20px;
    }

    .category-box {
        padding: 15px 15px;
    }

    .slider-img {
        height: auto;
    }
    .promo-list{
        cursor: move;
    }

}

@media (max-width: 1499px) and (min-width: 1200px) {
    .login-after-subscription .has-transition.select-already .your-membership {
        font-size: 12px;
    }

    .pricing-block .details-info {
        font-size: 14px;
    }

    .how-work-box img {
        max-width: 30px;
    }

    .how-work-box br {
        display: none;
    }

    .how-work-title {
        font-size: 13px;
    }

    .slider-img {
        height: 350px;
    }

    .topdealstitle-box {
        padding-bottom: 0.5rem;
    }

    .topdeal-img img {
        width: 185px;
        height: 185px;
    }

    .slider-title {
        font-size: 26px;
    }

    nav.navbar .nav-list-section .navbar-nav.navbar-search {
        margin-left: 2rem;
    }

    nav.navbar .nav-list-section .navbar-nav.navbar-search .nav-item {
        margin-right: 1.5rem;
    }

    nav.navbar .nav-list-section .navbar-nav .nav-item .nav-link.btn {
        padding: 10px 12px;
    }

    .seller-header nav.navbar .nav-list-section .navbar-nav .nav-item .nav-link.btn {
        padding: 10px 20px;
    }

    .partnerbrand {
        font-size: 1rem;
        line-height: 24px;
    }

    .faq-item h4 {
        font-size: clamp(1.125rem, 5vw, 1.5rem);
        line-height: 26px;
    }

    .program-detail {
        font-size: 1rem;
    }

    .availabe-snatches .fs-21 {
        font-size: clamp(1rem, 4vw, 1.125rem) !important;
    }

    .availabe-snatches .display-4 {
        font-size: clamp(1.5rem, 6vw, 2rem) !important;
    }

    .accountoffer-info .fs-20 {
        font-size: clamp(0.75rem, 4vw, 1rem) !important;
    }

    .accountoffer-info .h3 {
        font-size: clamp(1rem, 6vw, 1.75rem) !important;
    }

    .upgrade-memberbtn a {
        font-size: 0.85rem;
        padding: 0.85rem 0.5rem;
    }

    .accountoffer-box .offericon img {
        max-width: 42px;
    }

    .aiz-carousel .slick-arrow {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .half-outside-arrow .slick-prev {
        left: -50px;
    }

    .half-outside-arrow .slick-next {
        right: -50px;
    }

    .slider-title {
        font-size: clamp(1.25rem, 8vw, 1.75rem);
    }

    .silder-caption-desc {
        font-size: clamp(1rem, 6vw, 1.125rem);
        max-width: 95%;
        line-height: 1.4;
    }

    .section-title {
        font-size: clamp(1.25rem, 8vw, 2rem);
    }

    .productslider-title {
        font-size: clamp(1.25rem, 7vw, 1.75rem);
        line-height: 27px;
    }

    .viewmorebtn a {
        font-size: clamp(1rem, 5vw, 1.25rem);
        line-height: 23px;
    }

    .footer-contact-us img {
        max-width: 42px;
    }

    .chat-text {
        font-size: 18px;
    }

    .cart-box .product-name,
    .cart-box .price,
    .cart-box .text-primary,
    .ordersummary .product-name,
    .ordersummary .price,
    .ordersummary .text-primary {
        font-size: clamp(0.875rem, 4vw, 1.125rem);
        line-height: 1.2;
    }

    .review-left {
        width: 380px;
    }

    .cart-text-gray,
    .address,
    .change-txt {
        font-size: 15px;
        line-height: 20px;
    }

    .subtotal-text {
        font-size: 18px;
        line-height: 20px;
    }

    .order-total-text {
        font-size: 24px;
    }

    .checkout-userpassword {
        padding: 1rem;
    }

    .review-star .rating i {
        font-size: 2.25rem;
        letter-spacing: -4px;
    }

    .myreview-rating .rating i {
        font-size: 1.5rem;
        letter-spacing: -3px;
    }

    .ratingoutof,
    .review-list-title,
    .review-username,
    .loadmorebtn {
        font-size: 20px;
        line-height: 24px;
    }

    .review-pro-desc,
    .review-date {
        font-size: 18px;
        line-height: 24px;
    }

    .myreview-title,
    .myreview-info,
    .review-list-desc {
        font-size: 18px;
        line-height: 24px;
    }

    .global-rating {
        font-size: 16px;
        line-height: 18px;
    }

    .review-title {
        font-size: 30px;
        line-height: 40px;
    }

    .review-product .custom-btn {
        font-size: 20px;
    }

    .compare-pro-title {
        font-size: 22px;
        line-height: 26px;
    }

    .compare-pro-price {
        font-size: 28px;
        line-height: 28px;
    }

    .compare-pro-price del {
        font-size: 18px;
        line-height: 18px;
    }

    .compare-review .fs-24-title {
        font-size: 18px;
        line-height: 24px;
    }

    .compare-review .review-star .rating i {
        font-size: 2rem;
    }

    .checkout-userpassword .checkout-user {
        font-size: 16px;
        line-height: 1;
    }

    .termscondition-text a,
    .termscondition-text span {
        font-size: inherit;
    }

    .pro-snatch-title {
        font-size: 21px;
        line-height: 26px;
    }

    .prosnatch-price {
        font-size: 19px;
        line-height: 24px;
    }

    .linkshare a {
        font-size: 18px;
        line-height: 24px;
    }

    .dashboard-summary-item h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .summry_count {
        font-size: 30px;
        line-height: 32px;
    }

    .summry_count-icon img {
        max-width: 32px;
    }

    .dealinfo h5 {
        font-size: 1rem;
        line-height: 1.25;
    }

    .wishlist-new .order-tab-nav .nav-tabs .nav-item {
        margin-bottom: 0.125rem;
    }

    .wishlist-new .order-tab-nav .nav-link {
        font-size: 17px;
    }

    .wishlist-new .order-tab-nav .nav-tabs .nav-item img {
        max-height: 17px;
    }

    .product-gallery-thumb .carousel-box {
        height: 80px;
    }

    .btn-grid .snatch-btn,
    .btn-grid .buy-now {
        font-size: 14px;
    }

    .submenu-title {
        font-size: 18px;
        line-height: 26px;
    }

    .submenu ul li {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0.75rem;
    }

    .category-box {
        padding: 15px 15px;
    }

    .catslider-item .catbox-image {
        height: 90px;
    }


    .seller-registation {
        height: 460px;
    }

    .seller-registation img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .seller-reg-title {
        font-size: 60px;
        line-height: 90px;
    }

    .seller-reg-subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .addcard-wrap {
        padding: 2rem 1.25rem;
    }

    .cvvbox .fs-12 {
        font-size: 10px !important;
    }

    .card-detail-wrap .form-control {
        font-size: 14px;
    }


    /*--- seller on snatchit ne page ---*/
    .seller-hero-desc{
        padding: 200px 15px;
    }
    .whyus-feature-wrap{
        padding: 0 20px;
    }
    .whyus-card{
        padding: 20px 30px;
        border-radius: 30px;
    }
    .whyus-icon{
        width: 130px;
        height: 130px;
    }
    .whyus-icon img{
        max-width: 80px;
    }
    .whyus-title{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .whyus-desc{
        font-size: 18px;
        line-height: 24px;
    }
    .whyus-button a{
        font-size: 18px;
        line-height: 24px;
    }
    .howtosell-icon{
        flex: 0 0 140px;
        max-width: 140px;
    }
    .howtosell-detail{
        padding-left: 1.5rem;
    }
    .howtosell-detail h4{
        font-size: 28px;
        line-height: 38px;
    }
    .howtosell-detail p{
        font-size: 21px;
        line-height: 24px;
    }

    .promotional-bg{
        padding: 2.25rem 1.5rem;
    }
    
    .promolist-box{
        padding: 0 6px;
        
    }
    .promo-item-image{
        height: 130px;
    }
    .home-promo-detail h2{
        font-size: 30px;
    }
    .home-promo-detail h4{
        font-size: 24px;
    }
    .home-promo-detail p{
        font-size: 18px;
    }
    .promotional-banner h2{
        font-size:60px;
    }
    .promotional-banner h4{
        font-size: 36px;
    }
    .promotional-banner p{
        font-size: 30px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    /* .container,
    .container-lg,
    .container-md,
    .container-sm {
        width: 100%;
        max-width: 1140px;
    } */

    nav.navbar .nav-list-section .navbar-nav.navbar-search .nav-item {
        margin: 0px 5px;
    }

    nav.navbar .nav-list-section .navbar-nav.action-buttons .nav-item {
        margin: 0 5px;
    }

    nav.navbar .nav-list-section .navbar-nav .nav-item .nav-link.btn-signin {
        padding: 10px 12px;
    }

    .nav-link {
        padding: 0.5rem 0.75rem;
    }

    nav.navbar-category-links .nav-item .nav-link {
        padding: 0.85rem 1rem;
    }

    nav.navbar .nav-list-section .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .login-after-subscription .has-transition.select-already .your-membership {
        font-size: 12px;
    }

    .pricing-block .details-info {
        font-size: 14px;
    }

    .category-box .h5 {
        font-size: 18px;
    }

    .how-work-box img {
        max-width: 30px;
    }

    .how-work-box br {
        display: none;
    }

    .how-work-title {
        font-size: 13px;
    }

    .aiz-carousel .slick-arrow {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .half-outside-arrow .slick-prev {
        left: -50px;
    }

    .half-outside-arrow .slick-next {
        right: -50px;
    }

    .slider-title {
        font-size: clamp(1.25rem, 8vw, 30px);
    }

    .silder-caption-desc {
        font-size: clamp(1rem, 6vw, 1.25rem);
    }

    nav.navbar .nav-list-section .navbar-nav .nav-item .nav-link.btn {
        padding: 10px;
    }

    .seller-header nav.navbar .nav-list-section .navbar-nav .nav-item .nav-link.btn {
        padding: 10px 20px;
    }

    .partnerbrand {
        font-size: 1rem;
        line-height: 24px;
    }

    .faq-item h4 {
        font-size: clamp(1.125rem, 5vw, 1.5rem);
        line-height: 26px;
    }

    .program-detail {
        font-size: 1rem;
    }

    .related-products .half-outside-arrow .slick-prev {
        left: -10px;
    }

    .related-products .half-outside-arrow .slick-next {
        right: -10px;
    }

    .topdeals-box {
        max-width: 100%;
    }

    .section-title {
        font-size: clamp(1.25rem, 8vw, 2rem);
    }

    .productslider-title {
        font-size: clamp(1.25rem, 7vw, 1.75rem);
        line-height: 27px;
    }

    .viewmorebtn a {
        font-size: clamp(1rem, 5vw, 1.25rem);
        line-height: 23px;
    }

    .checkout-user {
        font-size: 18px;
    }

    .cart-text-gray,
    .address,
    .change-txt {
        font-size: 15px;
        line-height: 20px;
    }

    .subtotal-text {
        font-size: 15px;
        line-height: 20px;
    }

    .order-total-text {
        font-size: 18px;
    }

    .checkout-userpassword {
        padding: 1rem;
    }

    .contact-detail {
        font-size: 18px;
        line-height: 26px;
    }

    .pro-snatch-title {
        font-size: 19px;
        line-height: 24px;
    }

    .prosnatch-price {
        font-size: 17px;
        line-height: 23px;
    }

    .socialmedia a {
        margin-right: 0.25rem;
    }

    .linkshare a {
        font-size: 16px;
        line-height: 24px;
    }

    .dashboard-summary-item h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .summry_count {
        font-size: 34px;
        line-height: 36px;
    }

    .summry_count-icon img {
        max-width: 36px;
    }

    .option-label-title {
        font-size: 16px;
        line-height: 18px;
    }

    #option-choice-form .aiz-megabox .aiz-megabox-elem {
        font-size: 16px;
        line-height: 18px;
    }

    .product-gallery-thumb .carousel-box {
        height: 70px;
    }

    .btn-grid .snatch-btn,
    .btn-grid .buy-now {
        font-size: 14px;
    }

    .submenu-item {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .submenu-title {
        font-size: 18px;
        line-height: 26px;
    }

    .submenu ul li {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0.5rem;
    }

    .catslider-item .catbox-image {
        height: 80px;
    }

    .topdeal-img {
        margin-bottom: 0;
    }

    .dealinfo {
        padding-bottom: 0;
    }

    .topdeal-img img {
        width: 140px;
        height: 140px;
    }

    .seller-registation {
        height: 440px;
    }

    .seller-registation img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .seller-reg-title {
        font-size: 42px;
        line-height: 70px;
    }

    .seller-reg-subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .todaydeal-title {
        font-size: 34px;
        line-height: 48px;
    }

    .seller-header .navbar-brand img {
        max-width: 121px;
    }

    .sellerCentral-title {
        font-size: 14px;
        line-height: 16px;
    }

    .addcard-wrap {
        padding: 0.75rem 1rem;
        border-radius: 12px;
    }

    .card-image img {
        max-width: 200px;
    }

    .card-detail-wrap .form-control {
        font-size: 13px;
    }

    .addcard-wrap .form-group {
        margin: 0.25rem 0;
    }

    .feature-title{
        max-width: 90%;
    }
    .contact-form-wrap{
        padding: 25px 1rem;
    }

    /*--- seller on snatchit ne page ---*/
    .seller-hero-desc{
        padding: 180px 15px;
    }
    .hero-become-text{
        font-size: 36px;
        line-height: 54px;
    }
    .hero-large-text{
        font-size: 80px;
        line-height: 100px;
        margin-bottom: 20px;
    }
    .hero-desc{
        font-size: 24px;
        line-height: 30px;
    }
    .hero-btn{
        font-size: 24px;
        line-height: 30px;
        padding: 15px 50px;
        margin: 35px 0 15px 0;
    }
    .hero-t_clink{
        font-size: 24px;
        line-height: 30px;
    }
    .seller-50heading{
        font-size: 40px;
        line-height: 50px;
    }
    .whyus-card{
        padding: 20px 24px;
        border-radius: 24px;
    }
    .whyus-icon{
        width: 112px;
        height: 112px;
    }
    .whyus-icon img{
        max-width: 66px;
    }
    .whyus-title{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .whyus-desc{
        font-size: 16px;
        line-height: 22px;
    }
    .whyus-button a{
        font-size: 16px;
        line-height: 22px;
    }
    .howtosell-icon{
        max-width: 130px;
        flex:0 0 130px;
    }
    .howtosell-detail{
        padding-left: 1.5rem;
    }
    .howtosell-detail h4{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .howtosell-detail p{
        font-size: 18px;
        line-height: 24px;
    }

    .promotional-bg{
        padding: 2.25rem 0;
    }
    .promo-list{
        padding: 0 1.5rem 0 0.25rem;
    }
    .promolist-box{
        padding: 0 10px;
        max-width: inherit;
        flex: 1;
        min-width: 194px;
    }
    .home-promo-detail{
        padding-inline: 1.5rem;
    }
    .home-promo-detail h2{
        font-size: 36px;
    }


    .promotional-banner h2{
        font-size: 54px;
    }
    .promotional-banner h4{
        font-size: 32px;
    }
    .promotional-banner p{
        font-size: 21px;
    }


}

@media (max-width: 991px) and (min-width: 320px) {
    nav.navbar .nav-list-section {
        margin-right: unset !important;
    }

    nav.navbar .navbar-brand {
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    nav.navbar .nav-list-section {
        width: auto;
    }

    nav.navbar .nav-list-section .navbar-nav {
        flex-direction: row;
        align-items: center;
    }

    nav.navbar .nav-list-section .navbar-nav.navbar-search .nav-item {
        display: none;
    }

    nav.navbar .nav-list-section .navbar-nav .nav-item.mobile-icon .nav-link {
        background: #11275c;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav.navbar .nav-list-section .navbar-nav .nav-item.mobile-icon .nav-link img {
        width: 20px;
        height: 20px;
    }

    nav.navbar .nav-list-section .navbar-nav .nav-item.mobile-search-icon {
        display: block !important;
    }

    nav.navbar .nav-list-section .navbar-nav.navbar-search .nav-item {
        margin: 0 0 0 10px;
    }

    .headerBadge {
        position: absolute;
        top: -8px;
        right: -8px;
    }

    .navbar.navbar-expand-lg {
        padding: 5px 16px;
    }

    .navbar-nav .mobile-icon .dropdown-menu {
        position: absolute;
        margin-top: 10px !important;
    }

    .how-work-box:not(:last-child):before {
        content: none;
    }

    .how-work-box br {
        display: none;
    }

    .how-work-box img {
        max-width: 30px;
    }

    .category-box .h5 {
        font-size: 14px;
    }

    .topdealslider {
        padding: 1.5rem 1.5rem;
    }

    .aiz-carousel .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .product-gallery-thumb .slick-arrow {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .half-outside-arrow .slick-prev {
        left: -35px;
    }

    .half-outside-arrow .slick-next {
        right: -35px;
    }

    .silder-caption-desc {
        display: none;
    }

    .slider-title {
        margin-bottom: 0;
        font-size: 30px;
    }

    .how-work-box {
        justify-content: flex-start;
    }

    .limitedperiod {
        font-size: 21px;
    }

    .justtext {
        font-size: 18px;
    }

    .partnerbrand {
        font-size: 1.25rem;
        line-height: 26px;
    }

    .faq-item h4 {
        font-size: clamp(1.125rem, 5vw, 1.5rem);
    }

    .prodetail-mobilebutton {
        position: fixed;
        background-color: #ffffff;
        box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.07);
        padding: 10px;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        display: flex;
    }

    .prodetail-mobilebutton .btn {
        width: 100%;
        flex: 0 0 100%;
    }

    .mobilebutton-box {
        margin: 0 auto;
        width: 100%;
        display: flex;
    }

    .prodetail-mobilebutton .btn.add-to-cart,
    .prodetail-mobilebutton .btn.buy-now,
    .prodetail-mobilebutton .btn.snatchItBtn {
        font-size: 18px;
        font-weight: 700;
        padding: 0.75rem 1.25rem;
    }

    .topdeals-box {
        max-width: 100%;
    }

    .topdealstitle {
        font-size: clamp(1rem, 6vw, 1.5rem);
    }

    .section-title {
        font-size: clamp(1.25rem, 8vw, 2rem);
    }

    .topdeal-img {
        margin-bottom: 0;
    }

    .dealinfo {
        padding-bottom: 0;
    }

    .topdeal-img img {
        width: 120px;
        height: 120px;
    }

    .productslider-title {
        font-size: clamp(1.25rem, 7vw, 1.75rem);
        line-height: 27px;
    }

    .viewmorebtn a {
        font-size: clamp(1rem, 5vw, 1.25rem);
        line-height: 23px;
    }

    .prolist-price {
        font-size: 13px;
        line-height: 18px;
    }

    .prolist-price del {
        font-size: 13px;
        line-height: 18px;
    }

    .soldout-text {
        font-size: 13px;
        line-height: 18px;
    }

    .prolist-title {
        font-size: 1rem;
    }

    .btn-grid .snatch-btn,
    .btn-grid .buy-now {
        font-size: 14px;
    }

    .footer-links h4,
    .footer-contact-us h4,
    .join-our-list h4 {
        font-size: clamp(1.25rem, 6vw, 1.5rem) !important;
    }

    .sticky-top.bg-white {
        background: #f2f3f8 !important;
    }

    .related-products-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .related-products .aiz-carousel.gutters-10 .carousel-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .qty-text-label {
        font-size: 14px;
        line-height: 24px;
    }

    .share-btn img {
        max-width: 30px;
    }

    .affbnr-caption h2 {
        font-size: clamp(2rem, 8vw, 2.5rem);
        line-height: 46px;
    }

    .aff-section-title {
        font-size: clamp(1.5rem, 7vw, 2rem);
        line-height: 34px;
    }

    .cart-box .product-name,
    .cart-box .price,
    .cart-box .text-primary,
    .ordersummary .product-name,
    .ordersummary .price,
    .ordersummary .text-primary {
        font-size: clamp(12px, 4vw, 1rem);
        line-height: 16px;
    }

    .cart-step-text {
        font-size: 13px;
        line-height: 1;
    }

    .aiz-steps .la-4x {
        font-size: 2.5rem;
    }

    .aiz-steps.arrow-divider>*:not(:first-of-type):before {
        top: 5px;
    }

    .pro-cart-img {
        width: 60px;
        height: 60px;
    }

    .quantity-min-plus .btn-light {
        font-size: 1rem;
    }

    .cart-text-gray,
    .address,
    .change-txt {
        font-size: 15px;
        line-height: 20px;
    }

    .subtotal-text {
        font-size: 15px;
        line-height: 20px;
    }

    .order-total-text {
        font-size: 18px;
    }

    .checkout-userpassword {
        padding: 1rem;
    }


    .compare-pro-image {
        height: 250px;
    }

    .contact-detail {
        font-size: 16px;
        line-height: 24px;
    }


    .pro-snatch-title {
        font-size: 16px;
        line-height: 24px;
    }

    .prosnatch-price {
        font-size: 17px;
        line-height: 23px;
    }

    .pro-snatchit-summary,
    .planfeature-top {
        font-size: 14px;
        line-height: 19px;
    }

    .available-qty {
        font-size: 14px;
        line-height: 24px;
    }

    .planfeature-top h4,
    .linkshare h5,
    .socialmedia h5 {
        font-size: 17px;
        line-height: 24px;
    }

    .linkshare a {
        font-size: 16px;
        line-height: 21px;
    }

    .socialmedia a {
        margin-right: 0.25rem;
    }

    .mobile-userdetail .dropdown-menu {
        min-width: 85%;
        margin-top: 0.5rem !important;
        transform: translate3d(20px, 127px, 0px) !important;
    }

    .aiz-p-hov-icon a {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .checkout-user {
        font-size: 20px;
        line-height: 24px;
    }

    .address-details span {
        font-size: 17px;
        line-height: 20px;
    }

    .termscondition-text span {
        font-size: inherit;
    }

    .steps {
        margin-left: 0;
        margin-right: 0;
        padding: 0 0px;
    }

    .steps ul {
        border-top: none;
        /* padding-bottom: 2px; */
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 0;
        /* margin-inline: -15px; */
        padding-inline: 15px;
    }

    .steps ul::-webkit-scrollbar {
        width: 0px;
    }

    .seller-account-wrap {
        background-color: transparent !important;
        box-shadow: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .steps ul li {
        flex: unset;
        max-width: inherit;
        text-align: left;
        margin-right: 0.5rem;
    }

    .steps ul li a {
        display: block;
        white-space: nowrap;
    }

    .cart-box.bottom-bar {
        border-top: none;
    }

    .cart-box .cart-subtotal .price {
        font-size: 19px;
        font-weight: 700;
        line-height: 26px;
    }

    .option-label-title {
        font-size: 16px;
        line-height: 18px;
    }

    #option-choice-form .aiz-megabox .aiz-megabox-elem {
        font-size: 16px;
        line-height: 18px;
    }

    .choice-option {
        font-size: clamp(10px, 3vw, 13px);
        line-height: 1.25;
        margin-top: 0.25rem;
        color: #000000;
    }

    .choice-option span {
        color: inherit;
        font-size: inherit;
    }

    .dealinfo h5 {
        min-height: auto;
        margin-bottom: 0 !important;
    }

    .address-text {
        min-height: auto;
    }

    .product-gallery-thumb .carousel-box {
        border-radius: 30px;
        height: 110px;
        align-items: center;
        display: flex;
        padding: 10px !important;
    }

    .catslider-item .catbox-image {
        height: 130px;
    }

    .deleteicon img {
        max-width: 30px;
    }

    .badge-custom {
        font-size: 9px;
        line-height: 16px;
        right: -10px;
    }

    .badge-custom .box {
        font-size: 7px;
        width: 20px;
        height: 20px;
    }

    .wishlist-new .mblwishlist-tab {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 1;
        padding: 1rem;
        border-radius: 15px 15px 0 0;
    }

    .mobilewishlisttabnav .wishlist-new .order-tab-nav .nav-link {
        padding: 0;
    }

    .mobilewishlisttabnav .wishlist-new .nav-tabs .nav-item:has(.show) .nav-link,
    .mobilewishlisttabnav .wishlist-new .nav-tabs .nav-item:has(.nav-link.active) {
        background-color: transparent;
    }

    .mobilewishlisttabnav .wishlist-new .order-tab-nav .nav-tabs .nav-item {
        margin-bottom: 0.125rem;
    }

    .mobilewishlisttabnav .wishlist-new .order-tab-nav .nav-link {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        padding: 0.75rem 1rem;
        border-radius: 0.5rem;

    }

    .mobilewishlisttabnav .wishlist-new .order-tab-nav .nav-link.active {
        background-color: rgba(28, 63, 148, 0.1);
        color: #000000;
    }

    .seller-registation {
        height: 380px;
    }

    .seller-registation img {
        height: 100%;
        object-fit: cover;
    }

    .seller-reg-title {
        font-size: 36px;
        line-height: 70px;
    }

    .seller-reg-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .todaydeal-title {
        font-size: 28px;
        line-height: 42px;
    }

    .seller-header .navbar-brand img {
        max-width: 121px;
    }

    .seller-header nav.navbar {
        padding: 0px 10px;
    }

    .seller-header .seller-header-content{
        padding: 8px 0px;
    }

    .sellerCentral-title {
        font-size: 14px;
        line-height: 16px;
    }


    .seller-header nav.navbar .nav-list-section .navbar-nav .nav-item .nav-link.btn-signin {
        padding: 5px 20px;
    }

    .seller-header nav.navbar .nav-list-section .navbar-nav.action-buttons .nav-item {
        margin: 0;
    }

    .checkout-contact{
        display:inline-block;
    }

    .contact-section{
        padding: 40px 0;
    }
    .contact-info-item{
        padding: 0 40px;
    }

    /*--- seller on snatchit ne page ---*/
    .seller-hero-desc{
        padding: 150px 15px;
    }
    .hero-become-text{
        font-size: 32px;
        line-height: 42px;
    }
    .hero-large-text{
        font-size: 48px;
        line-height: 70px;
        margin-bottom: 10px;
    }
    .hero-desc{
        font-size: 21px;
        line-height: 26px;
    }
    .hero-btn{
        font-size: 24px;
        line-height: 30px;
        padding: 14px 40px;
        margin: 30px 0 15px 0;
    }
    .hero-t_clink{
        font-size: 21px;
        line-height: 26px;
    }
    .seller-50heading{
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 40px;
    }
    
    .whyus-feature-wrap{
        max-width: 640px;
    }
    .whyus-card{
        padding: 30px 50px;
        border-radius: 40px;
    }
    .whyus-icon{
        width: 140px;
        height: 140px;
    }
    .whyus-icon img{
        max-width: 80px;
    }
    .whyus-title{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .whyus-desc{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .whyus-button a{
        font-size: 18px;
        line-height: 24px;
    }
    .howtosell-icon{
        max-width: 120px;
        flex:0 0 120px;
    }
    .howtosell-detail{
        padding-left: 1rem;
    }
    .howtosell-detail h4{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .howtosell-detail p{
        font-size: 16px;
        line-height: 22px;
    }

    .promotional-bg{
        padding: 2rem  0;
    }
    .promo-list{
        padding: 0 1.25rem;
    }
    .promolist-box{
        padding: 0 10px;
        max-width: inherit;
        flex: 1;
        min-width: 194px;
    }
    .home-promo-detail{
        padding-inline: 1.5rem;
    }

  
    
    
}

@media (max-width: 991px) and (min-width: 768px) {
    .footer-links ul>li>a{
        font-size:16px;
        line-height: 22px;
    }
    
    
    .promotional-banner h2{
        font-size: 42px;
    }
    .promotional-banner h4{
        font-size: 28px;
    }
    .promotional-banner p{
        font-size: 20px;
    }

   
   
}

@media (max-width: 767px) and (min-width: 576px) {
    .dashboard-summary-item h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .summry_count {
        font-size: 34px;
        line-height: 36px;
    }

    .summry_count-icon img {
        max-width: 36px;
    }

    .badge-custom {
        top: -25px;
    }


}

@media (max-width: 767px) {
    /******************************************** Start Seller Top Bar ********************************************/
    .seller-top-bar { padding: 6px 0; font-size: 10px; line-height: 15px; }
    .seller-top-bar .container { flex-direction: column; }
    .seller-top-bar .stores-icons { gap: 8px; }
    .seller-top-bar .stores-icons a { width: 90px; }
    .seller-top-bar .seller-info { gap: 8px; }
    .seller-top-bar .seller-info .sep,
    .seller-top-bar .seller-info a { gap: 6px; }
    .seller-top-bar .seller-info a img { width: 16px; }
    /******************************************** End  Seller Top Bar  ********************************************/
    .button-max .btn {
        font-size: 14px !important;
        min-width: unset;
        margin-right: 10px !important;
        margin-bottom: 10px;
    }

    .address-details .shipping-address,
    .add-address p,
    .add-address .alpha-7 {
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .address-details span {
        font-size: inherit;
    }

    .termscondition-text {
        font-size: 15px;
    }

    .checkout-user {
        font-size: 16px;
        line-height: 20px;
    }

    .mobile-search {
        /* max-width: 530px; */
        max-width: 100%;
    }

    .category-box .h5 {
        font-size: 14px;
    }

    .slider-title {
        font-size: clamp(1rem, 6vw, 24px);
    }

    .slider-caption .btn {
        font-size: clamp(0.875rem, 6vw, 1.125px);
        padding: 0.75rem 1.5rem;
    }

    .max-width-780 {
        max-width: 520px;
    }

    .partnerbrand {
        font-size: 1.125rem;
        line-height: 26px;
    }

    .affbnr-caption h2 {
        font-size: clamp(1.75rem, 6vw, 2rem);
        line-height: 32px;
    }

    .aff-section-title {
        font-size: clamp(1.375rem, 6vw, 1.75rem);
        line-height: 30px;
    }

    .program-detail h3 {
        font-size: clamp(22px, 6vw, 30px);
        line-height: 30px;
    }

    .faq-item {
        font-size: 1rem;
        line-height: 20px;
    }

    .faq-item h4 {
        font-size: clamp(1rem, 6vw, 1.25rem);
        line-height: 22px;
    }

    .program-detail {
        font-size: 1rem;
        line-height: 20px;
    }

    .program-icon {
        width: 112px;
        height: 112px;
    }

    .program-icon img {
        max-width: 55%;
    }

    .affbnr-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .affbnr-caption {
        bottom: 10%;
    }

    .editprofile-btn {
        padding: 0.5rem 1.5rem;
        font-size: 0.85rem;
    }

    .accoutprofile-info .avatar-lg {
        width: 72px;
        height: 72px;
    }

    .footer-links ul>li>a {
        margin-bottom: 0.5rem;
    }

    .planfeature-top h4,
    .fs-34-title {
        font-size: clamp(1.125rem, 5vw, 1.5rem);
        line-height: 1.25;
    }

    .section-title {
        font-size: clamp(1rem, 6vw, 1.5rem);
        line-height: 22px;
    }

    .topdealprice {
        font-size: 1rem;
    }

    .topdealprice del {
        font-size: 0.75rem;
    }

    .dealinfo .soldout-text {
        font-size: 1rem;
    }

    .btn-grid .snatch-btn,
    .btn-grid .buy-now {
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .dealinfo h5 {
        font-size: 14px;
        line-height: 18px;
        min-height: auto;
        margin-bottom: 0 !important;
    }

    .how-work-title {
        font-size: 13px;
    }

    .how-work-box img {
        max-width: 24px;
    }

    .half-outside-arrow .slick-prev,
    .half-outside-arrow .slick-next {
        display: none !important;
    }

    .prolist-title {
        font-size: 11px;
        line-height: 15px;
        min-height: 16px;
        max-height: 16px;
        overflow: hidden;
    }

    .removewhiteboxmobile {
        background-color: transparent;
        padding: 0;
        box-shadow: none;
    }

    .aiz-carousel.gutters-10 .carousel-box,
    .related-products .aiz-carousel.gutters-10 .carousel-box {
        padding-left: 5px;
        padding-right: 5px;
    }

    .slick-slide .category-product-block {
        border: none !important;
    }

    .aiz-carousel.gutters-10 {
        padding-left: 5px;
    }

    .footer-links ul>li>a,
    .join-our-list p {
        font-size: 16px;
        line-height: 24px;
    }

    .chat-text {
        font-size: 18px;
        line-height: 24px;
        font-weight: 900;
    }

    .footer-contact-us img {
        max-width: 42px;
    }

    .copy-right div {
        font-size: 16px;
    }

    .prodetail-title {
        font-size: 19px;
        line-height: 1.3;
        text-transform: capitalize;
    }

    .product-summary .rating i {
        font-size: 1.125rem;
    }

    .prodtl-price .h2 {
        font-size: 20px;
    }

    .prodtl-price del {
        font-size: 16px;
    }

    .product-desc {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }

    .prodetail-quantity {
        max-width: 145px;
    }

    .prodetail-quantity button {
        width: 45px;
        font-size: 18px;
        padding: 0.25rem;
    }

    .prodetail-quantity input {
        font-size: 16px;
        line-height: 28px;
        height: 39px;
    }

    .wishlistdropdown .btn-light {
        font-size: 14px;
        padding: 14px 1rem;
        height: 51px;
    }

    .aiz-nav-tabs a {
        font-size: 16px;
        padding: 0.875rem 1.25rem;
        flex: 1;
        text-align: center;
    }

    .breadcrumb {
        font-size: 15px;
    }

    .fs-27-title {
        font-size: 21px;
        line-height: 28px;
    }

    .fs-29-title {
        font-size: 26px;
        line-height: 32px;
    }

    .whatyouneed h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .whatyouneed ul li,
    .wel-step-detail,
    .wel-step-detail h4 {
        font-size: 15px;
        line-height: 21px;
    }

    .wel-step-detail {
        padding-top: 10px;
    }

    .wel-step-num {
        font-size: 21px;
    }

    .whatyouneed ul li:before {
        top: 0.30rem;
    }

    .filter-title {
        font-size: 17px;
        line-height: 23px;
    }

    .affbnr-image {
        height: 450px;
    }

    .aff-email-top {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .cart-box .product-name,
    .cart-box .price,
    .cart-box .text-primary,
    .ordersummary .product-name,
    .ordersummary .price,
    .ordersummary .text-primary {
        font-size: clamp(12px, 4vw, 1rem);
        line-height: 16px;
    }

    .cart-box .product-name {
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .cart-step-text {
        font-size: 13px;
        line-height: 1;
    }

    .aiz-steps .la-4x {
        font-size: 2.5rem;
    }

    .aiz-steps.arrow-divider>*:not(:first-of-type):before {
        top: 5px;
    }

    .pro-cart-img {
        width: 60px;
        height: 60px;
    }

    .quantity-min-plus .btn-light {
        font-size: 1rem;
    }

    .edit-address a {
        font-size: 15px;
    }

    .cart-text-gray,
    .address,
    .change-txt {
        font-size: 15px;
        line-height: 20px;
    }

    .subtotal-text {
        font-size: 15px;
        line-height: 20px;
    }

    .order-total-text {
        font-size: 18px;
    }

    .checkout-userpassword {
        padding: 1rem;
    }

    .rating i {
        font-size: 1.25rem;
    }

    .review-count {
        font-size: 14px;
    }

    /*-- review section ---*/

    .review-star .rating i {
        font-size: 1.75rem;
        letter-spacing: -4px;
    }

    .myreview-rating .rating i {
        font-size: 1.25rem;
        letter-spacing: -3px;
    }

    .ratingoutof,
    .review-list-title,
    .review-username,
    .loadmorebtn {
        font-size: 18px;
        line-height: 26px;
    }

    .review-pro-desc,
    .review-date {
        font-size: 18px;
        line-height: 22px;
    }

    .myreview-title,
    .myreview-info,
    .review-list-desc {
        font-size: 18px;
        line-height: 26px;
    }

    .global-rating {
        font-size: 12px;
        line-height: 18px;
    }

    .review-percetage {
        min-width: 75px;
        max-width: 75px;
    }

    .custom-btn {
        font-size: 18px;
    }

    .hello-desc {
        font-size: 16px;
        line-height: 22px;
    }

    .compare-pro-title {
        font-size: 20px;
        line-height: 24px;
    }

    .compare-pro-price {
        font-size: 26px;
        line-height: 26px;
    }

    .compare-pro-price del {
        font-size: 18px;
        line-height: 18px;
    }

    .compare-pro-desc {
        font-size: 15px;
        line-height: 20px;
    }

    .compare-review .fs-24-title {
        font-size: 18px;
        line-height: 24px;
    }

    .compare-review .review-star .rating i {
        font-size: 1.25rem;
    }

    .compare-review .ratingoutof,
    .compare-review .review-list-title,
    .compare-review .review-username,
    .compare-review .loadmorebtn {
        font-size: 16px;
        line-height: 22px;
    }

    .compare-pro-image {
        height: 220px;
    }

    .acc-title {
        font-size: 18px;
        line-height: 24px;
    }

    .acc-content {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-detail {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-form {
        width: 100%;
        max-width: 100%;
    }

    .contact-right-wrap {
        border-left: none;
    }

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

    .order-tab-nav .nav-tabs .nav-item {
        flex: auto;
        max-width: inherit;
    }

    .order-buttons a {
        padding: 0.5rem 0.65rem;
    }

    .payment-cardinfo .address h5 {
        font-weight: 500;
        font-size: 1rem;
    }

    .aiz-titlebar h1,
    .aiz-titlebar .title {
        font-size: 21px;
    }

    .prodetail-tab .whitebox {
        border-radius: 30px;
    }

    .aiz-nav-tabs a:first-child.active {
        border-top-left-radius: 30px;
    }

    .aiz-nav-tabs a:last-child.active {
        border-top-right-radius: 30px;
    }

    .pro-snatchit-image {
        max-width: 100px;
    }

    .pro-snatch-title {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 20px;
    }

    .absolute-top-right {
        top: -8px;
        right: -8px;
    }

    .added-to-cart .h3 {
        font-size: 1.25rem;
    }

    .added-to-cart .h5 {
        font-size: 1rem;
    }

    .termscondition-text {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .termscondition-span {
        margin-top: 3px;
    }

    .seller-account-step .actions ul li a {
        width: 230px;
    }

    .aiz-p-hov-icon {
        right: 0;
        top: 0;
    }

    .option-label-title {
        font-size: 16px;
        line-height: 18px;
    }

    #option-choice-form .aiz-megabox .aiz-megabox-elem {
        font-size: 16px;
        line-height: 18px;
    }

    .whistlistcreatelist {
        font-size: 18px;
        line-height: 26px;
    }

    .whistlistcreatelist i {
        font-size: 24px;
    }

    .wishlist-new .order-tab-nav .nav-tabs .nav-item {
        margin-bottom: 0.125rem;
    }

    .wishlist-new .order-tab-nav .nav-link {
        padding: 0.5rem 1rem;
        font-size: 16px;
    }

    .wishlist-new .order-tab-nav .nav-tabs .nav-item img {
        max-height: 16px;
    }

    .choice-option {
        font-size: clamp(10px, 3vw, 13px);
        line-height: 1.25;
        margin-top: 0.125rem;
        color: #000000;
    }

    .choice-option span {
        color: inherit;
        font-size: inherit;
    }

    .bottom-bar.go-back .btn-link {
        min-width: 240px;
    }

    .bottom-bar.go-back .btn {
        min-width: 240px;
    }

    .account-add-address .alpha-7 {
        margin-bottom: 0;
    }

    .address-info-item {
        font-size: 15px;
        line-height: 19px;
    }

    .address-footer {
        font-size: 16px;
    }

    .product-gallery-thumb .carousel-box {
        border-radius: 15px;
        height: 70px;
        align-items: center;
        display: flex;
    }

    .categoryslider {
        margin: 0;
    }

    .catslider-item {
        margin-right: 0.75rem;
        padding: 0 !important;
    }

    .category-title {
        font-size: 16px;
        line-height: 22px;
    }

    .catsubtile {
        font-size: 13px;
        line-height: 18px;
    }

    .category-box {
        padding: 10px 0px 10px 15px;
        overflow: hidden;
    }

    .catslider-item {
        margin-top: 0;
    }

    .catslider-item .catbox-image {
        height: 120px;
    }

    .category-product-block {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
        padding-bottom: 0.25rem;
    }


    .deleteicon img {
        max-width: 24px;
    }

    .seller-registation {
        height: auto;

    }

    .seller-registation .container {
        max-width: 100%;
    }

    .seller-registation .row {
        margin: 0 -15px;
    }

    .seller-reg-image-wrap {
        position: inherit;
        right: inherit;
    }

    .seller-reg-title {
        font-size: 33px;
        line-height: 60px;
    }

    .seller-reg-subtitle {
        font-size: 14px;
        line-height: 19px;
    }

    .todaydeal-title {
        font-size: 21px;
        line-height: 28px;
    }


    .sel-account-step-form .file-upload-contain {
        height: 115px;
    }

    .sel-account-step-form .fs-27-title {
        font-size: 19px;
        line-height: 26px;
    }

    .catselct-title {
        font-size: 18px;
        line-height: 26px;
    }

    .steps ul {
        margin-inline: -15px;
        padding-inline: 15px;
        padding-bottom: 0.25rem;
        padding-top: 0.25rem;
        flex-wrap: wrap;
    }

    .steps ul li {
        margin-right: 0;
        margin-bottom: 0.5rem;
        padding-right: 0.5rem;
    }

    .steps a {
        font-size: 14px;
        padding-left: 25px;
        line-height: 20px;
    }

    .steps a:before {
        width: 20px;
        height: 20px;
    }

    .steps a:after {
        font-size: 12px;
    }


    .catselect-lable {
        font-size: 14px;
        line-height: 20px;
    }


    .desc-tab-detail img{
        width: auto;
        max-width: 100% !important;
        max-height: 500px;
    }

    .card-billing-address:last-child{
        border-bottom: 1px solid #e2e5ec;
    }

    .ordertotalsummary table td{
        line-height: 1.25;
        padding: 0.4rem 1rem;
    }


    .contact-header .fs-34-title{
        font-size: 24px;
    }
    .contact-heading-desc{
        font-size: 14px;
    }
    
    .contact-section{
        padding: 40px 0;
    }
    .contact-form-wrap{
        padding: 0;
    }
    .contact-form-wrap{
        background-color: transparent;
        border:none;
        box-shadow: none;
    }
    .contact-info-item:not(:last-child):before{
        content: none;
    }
    .feature-title{
        max-width: 100%;
        font-size: 23px;
        line-height: 32px;
    }
    .feature-icon{
        max-width: 60px;
    }
    .feature-desc .fs-24-title{
        font-size: 18px;
    }
    .feature-desc p{
        font-size: 14px;
        line-height: 18px;
    }

    /*--- seller on snatchit ne page ---*/
    .seller-hero-desc{
        padding: 100px 15px;
    }
    .hero-become-text{
        font-size: 26px;
        line-height: 36px;
    }
    .hero-large-text{
        font-size: 38px;
        line-height: 52px;
        margin-bottom: 10px;
    }
    .hero-desc{
        font-size: 18px;
        line-height: 24px;
    }
    .hero-btn{
        font-size: 22px;
        line-height: 30px;
        padding: 12px 30px;
        margin: 30px 0 0 0;
    }
    .seller-50heading{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .whyus-card{
        padding: 28px 20px;
        border-radius: 24px;
    }
    .whyus-icon{
        width: 112px;
        height: 112px;
    }
    .whyus-icon img{
        max-width: 66px;
    }
    .whyus-title{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .whyus-desc{
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 0;
    }
    .howtosell-icon{
        max-width: 86px;
        flex:0 0 86px;
    }
    .howtosell-detail{
        padding-left: 1rem;
    }
    .howtosell-detail h4{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .howtosell-detail p{
        font-size: 15px;
        line-height: 21px;
    }


    .mobile-signinbtn a, .mobile-loginsignupbtn a{
        padding: 12px 0.875rem;
        font-size: 13px;
    }


    .promotional-bg{
        padding: 2rem  0;
    }
    .promo-list{
        padding: 0 1.25rem;
    }
    .promolist-box{
        padding: 0 10px;
        max-width: inherit;
        flex: 1;
        min-width: 194px;
    }
    .home-promo-detail{
        padding-inline: 1.5rem;
    }
    .home-promo-detail h2{
        line-height: 1.25;
        font-size: 34px;
    }
    .home-promo-detail h4{
        font-size: 24px;
    }
    .home-promo-detail p{
        font-size: 18px;
    }

    .promo-banner-detail{
        padding: 5rem 0;
        position: relative;
    }
    .promotional-banner h2{
        font-size: 46px;
    }
    .promotional-banner h4{
        font-size: 30px;
    }
    .promotional-banner p{
        font-size: 21px;
    }

    .promo-product-block .promo-sale{
        font-size: 13px;
        left:0.25rem;
    }

    .promo-banner-image{
        position: absolute;
        width: 100%;
        height: 100%;
    }
}


@media (max-width: 575px) {
    .navbar-brand img {
        max-width: 140px;
    }

    .slider-img {
        /* height: 220px; */
        height: auto;
    }

    .product-gallery-item {
        padding: 0 5px;

    }

    .product-gallery-thumb .carousel-box {
        border-radius: 10px;
        height: 60px;
        align-items: center;
        display: flex;
    }

    .related-products .half-outside-arrow .slick-prev {
        left: -10px;
    }

    .related-products .half-outside-arrow .slick-next {
        right: -10px;
    }



    .staticurl {
        font-size: 14px;
        padding: 0.5rem 0.5rem;
        min-width: 125px;
    }

    .availabe-snatches .fs-21 {
        font-size: clamp(1rem, 4vw, 1.3125rem) !important;
    }

    .availabe-snatches .display-4 {
        font-size: clamp(1.5rem, 6vw, 2rem) !important;
    }

    .accountoffer-info .fs-20 {
        font-size: clamp(0.75rem, 4vw, 1.25rem) !important;
    }

    .accountoffer-info .h3 {
        font-size: clamp(1rem, 6vw, 1.75rem) !important;
    }

    .upgrade-memberbtn a {
        font-size: 0.85rem;
        padding: 0.85rem 0.5rem;
    }

    .accountoffer-box .offericon img {
        max-width: 42px;
    }

    .mobilepopup .modal-dialog {
        margin: 0;
    }

    .mobilepopup.fade .modal-dialog {
        transform: translateY(100%);
    }

    .mobilepopup.show .modal-dialog {
        transform: none;
    }

    .mobilepopup .modal-dialog-centered {
        align-items: flex-end;
        min-height: 100%;
    }

    .mobilepopup .modal-content {
        width: 100%;
        border-radius: 15px 15px 0 0 !important;
    }

    .aff-signup .card,
    .mobilebg-trasparent {
        background-color: transparent;
        box-shadow: none !important;
        border: none;
    }

    .wishlistdropdown .dropdown-menu {
        position: fixed !important;
        top: inherit !important;
        bottom: 0;
        transform: translateY(100%) !important;
        width: 100%;
        border-radius: 15px 15px 0 0;
        transition: 0.3s all linear;
    }

    .wishlistdropdown .dropdown-menu.show {
        transform: translateY(0) !important;
    }

    .staticurl {
        display: none;
    }

    .ac-label {
        margin-right: 0.25rem;
    }

    .aff-signup .aff-custom-btn {
        width: 100%;
    }

    .custom-btn {
        font-size: 16px;
        padding: 12px 1rem;
    }

    .wishlistdropdown .dropdown-item {
        font-size: 16px;
        line-height: 24px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .wishlistdropdown .dropdown-item .btn {
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sharesocial a {
        margin: 0 6px;
    }

    .sharesocial img {
        max-width: 42px;
    }

    .wishlistmobilepopup .dropdown-menu {
        position: relative;
        box-shadow: none;
        padding: 0;
    }

    .wishlistmobilepopup .dropdown-menu .dropdown-item {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        position: relative;
        padding: 0.5rem 2rem;
    }

    .wishlistmobilepopup .dropdown-item.active,
    .wishlistmobilepopup .dropdown-item:hover,
    .wishlistmobilepopup .dropdown-item:active {
        color: #1C3F94 !important;
        background-color: rgba(255, 242, 3, 0.3);
    }

    .wishlistmobilepopup .modal-content .modal-body {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .wishlistmobilepopup .dropdown-item:before {
        content: none;
        font-family: 'Line Awesome Free';
        font-weight: 900;
        position: absolute;
        left: 0.5rem;
        top: 50%;
        background-image: url(../img/heart-blue.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 16px;
        height: 16px;
        margin-top: -7px;
    }

    .wishlistmobilepopup .dropdown-item.active:before,
    .wishlistmobilepopup .dropdown-item:active:before {
        content: "";
    }

    .step-text {
        font-size: 18px;
        line-height: 24px;
    }

    .aff-email-top:before {
        max-width: 540px;
        width: 100%;
    }

    .popup-title {
        font-size: 21px;
        line-height: 28px;
    }

    .aff-custom-btn {
        padding: 0.875rem 2rem;
    }

    .backtosignin {
        font-size: 16px;
        line-height: 22px;
    }

    .aff-email-desc {
        font-size: 15px;
        line-height: 20px;
    }

    .emailverifid-login img {
        max-width: 42px;
        max-height: 42px;
    }

    .fs-30-title {
        font-size: 21px;
        line-height: 28px;
    }

    .cart-step-text {
        font-size: 12px;
    }

    .forgot-password.address-details .modal-footer .btn {
        padding: 0.75rem 1.5rem;
    }

    .address-details .fs-19-btn {
        padding: 0.75rem 1rem;
        font-size: 14px;
    }

    .modal-content:before,
    .filter-block:before {
        content: "";
    }

    .reviewoverall-txt {
        font-size: 18px;
        line-height: 21px;
    }

    .review-form label {
        font-size: 17px;
    }

    .popupclosetrgger {
        right: 0.125rem;
        font-size: 1.5rem;
    }

    .order-tab-nav .nav-tabs .nav-item {
        flex: auto;
        max-width: inherit;
    }

    .order-tab-nav .nav-link {
        font-size: 10px;
        padding: 0.7em 0.5rem;
    }

    .orders-top {
        font-size: 12px;
        line-height: 16px;
    }

    .notfoundorder {
        line-height: 29px;
    }

    .pro-snatch-title {
        font-size: 14px;
        line-height: 18px;
    }

    .compare-pro-title {
        min-height: inherit;
    }

    .begin-btn {
        width: 100%;
    }

    .seller-account-step .actions {
        padding: 0;
    }

    .seller-account-step .actions ul {
        margin: 0 -0.5rem
    }

    .seller-account-step .actions ul li {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 0.5rem;
    }

    .seller-account-step .actions ul li a {
        width: 100%;
        margin: 5px 0;
    }

    .otp-title {
        font-size: 27px;
        line-height: 1.25;
    }

    .otp-digit {
        width: 40px;
        height: 40px;
        margin: 0 4px;
    }

    .option-label-title {
        font-size: 16px;
        line-height: 18px;
    }

    .aiz-megabox .aiz-megabox-elem {
        font-size: 14px;
        line-height: 18px;
    }

    .deletemessage {
        font-size: 23px;
        line-height: 31px;
    }


    .bottom-bar.go-back .btn {
        min-width: auto;
    }

    .cart-pagetitle {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .address-info-item {
        font-size: 14px;
        line-height: 19px;
    }

    .address-footer {
        font-size: 15px;
    }

    .account-add-address .alpha-7 {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 19px;
        font-weight: 700;
    }

    .account-add-address svg {
        width: 22px;
        height: 22px;
    }

    .estimatetime-txt {
        font-size: 16px;
    }

    .product-gallery-thumb .carousel-box {

        height: 70px;
    }


    .catslider-item {
        flex: 0 0 27%;
        max-width: 27%;
    }

    .aff-email-top:before {
        content: none;
    }


    .wishlist-icon.heart-outline {
        margin-top: 0;
    }


    .steps ul li {
        margin-right: 0;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0.5rem;
        padding-right: 0.5rem;
    }

    .managesnatch-tab-nav .nav-tabs .nav-item {
        min-width: 120px;
    }

    .addcard-wrap {
        padding: 0.75rem;
        border-radius: 12px;
    }

    .card-image img {
        max-width: 122px;
    }

    .card-detail-wrap .aff-label-txt {
        font-size: 12px;
    }

    .card-detail-wrap .form-control {
        font-size: 11px;
        padding: 0.25rem 0.5rem;
        height: calc(20px + 1.2rem + 2px);
    }

    .addcard-wrap .form-group {
        margin: 0.25rem 0;
    }

    .cvvbox .fs-12 {
        font-size: 11px !important;
    }
    .card-icon{
        top: 6px;
        right: 0.5rem;
    }

    .footer-links ul>li>a,
    .join-our-list p {
        font-size: 15px;
        line-height: 21px;
    }

    .ordertotalsummary table td{
        padding: 0.25rem 1rem;
    }

    
    .promotional-banner h2{
        font-size: 36px;
    }
    .promotional-banner h4{
        font-size: 24px;
    }
    .promotional-banner p{
        font-size: 18px;
    }

    .home-promo-detail h2{
        font-size: 30px;
    }
    
}

@media (max-width: 425px) {

    /* .btn-grid {
        grid-template-columns: repeat(1, auto);
    }

    .btn-grid .snatch-btn {
        border-right: 0;
        border-radius: 0;
    }

    .btn-grid .buy-now {
        border-radius: 0px 0px 20px 20px;
    }
 */
    .navbar-brand img {
        max-width: 120px;
    }

    .login-after-subscription .has-transition.select-already .your-membership {
        font-size: 12px;
    }

    .pricing-block .details-info {
        font-size: 14px;
    }

    .ordersummary table th,
    .ordersummary table td {
        min-width: 120px;
    }

    .slider-img {
        height: 200px;
        height: auto;
    }

    .limitedperiod {
        font-size: clamp(1rem, 4vw, 1.75rem);
        padding: 0.25rem 0.65rem;
    }

    .navbar-nav .mobile-icon .dropdown-menu {
        left: auto;
        transform: translateX(0%);
    }

    .aff-appsubmitted h3 {
        font-size: clamp(1.25rem, 5vw, 1.5rem);
        line-height: 1.5;
    }

    .aff-appsubmitted .fs-22 {
        font-size: clamp(1.25rem, 5vw, 1.5rem) !important;
    }

    .aff-appsubmitted .fs-20 {
        font-size: clamp(1rem, 4vw, 1.25rem) !important;
    }

    .accountoffer-box .offericon img {
        max-width: 40px;
    }

    .bottom-bar.go-back .btn-link {
        min-width: 100px;
    }

    .bottom-bar.go-back .btn {
        min-width: 120px;
    }

    .slider-caption .btn {
        padding: 0.75rem 1rem;
    }

    .productslider-title {
        font-size: clamp(1rem, 6vw, 1.75rem);
        line-height: 24px;
    }

    .viewmorebtn a {
        font-size: clamp(0.75rem, 4vw, 1.25rem);
        line-height: 21px;
    }

    .join-our-list .form-control {
        width: 230px;
    }

    .breadcrumb {
        font-size: 14px;
    }

    .custom-btn {
        font-size: 15px;
        padding: 12px 0.875rem;
    }

    .cart-step-text {
        font-size: 9px;
    }

    .compare-pro-title {
        -webkit-line-clamp: 3;
    }

    .btn-grid .snatch-btn,
    .btn-grid .buy-now {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .option-label-title {
        font-size: 14px;
        line-height: 18px;
    }

    #option-choice-form .aiz-megabox .aiz-megabox-elem {
        font-size: 14px;
        line-height: 18px;
    }

    .aiz-titlebar h1,
    .aiz-titlebar .title {
        font-size: 20px;
    }

    .product-gallery-thumb .carousel-box {
        height: 50px;
    }

    .catslider-item .catbox-image {
        height: 80px;
    }

    .badge-custom {
        top: -30px;
    }

    .wishlistdropdown .btn-light {
        padding: 14px 0.875rem;
    }

    .feature-desc .fs-24-title{
        font-size: 16px;
    }


    .whyus-card{
        padding: 24px 18px;
    }
    .whyus-title{
        font-size: 21px;
        line-height: 24px;
    }

    .home-promo-detail{
        padding-inline:1rem
    }
    .home-promo-detail h2{
        line-height: 1.25;
        font-size: 24px;
    }
    .home-promo-detail h4{
        font-size:18px;
    }
    .home-promo-detail p{
        font-size: 16px;
    }

    .promo-sale{
        font-size: 12px;
        padding: 0.125rem 6px;
    }
    .promo-banner-detail{
        padding: 4rem 0;
    }
    
}

.datepicker{
    border-radius: 10px !important;
    padding-left: 1rem !important;
}

/* For how it works page css */

.title {
    font-family: Satoshi;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 1);
    padding-bottom: 15px;
  }
  .title-text-paragraph{
    font-family: Satoshi;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 1);
  }
  
  .tab-navs-content .nav.nav-pills {
    margin: 0px;
    padding: 0px;
    width: 315px;
    height: 46px;
    border-radius: 60px;
    background: rgba(28, 63, 148, 0.2);
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin: 0px auto;
  }
  .tab-navs-content .nav-link {
    font-family: Satoshi;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    border-radius: 60px !important;
    text-transform: capitalize;
  }
  
  .tab-navs-content .nav-pills .nav-link.active {
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    border-radius: 60px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.11);
  }
  
  .tab-navs-content .nav-link:hover {
    color: rgba(0, 0, 0, 1);
  }
  
  .tab-box-content {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 28px 50px 13px rgba(9, 20, 50, 0.07);
    padding: 40px;
    border-radius: 40px;
  }
  .border-bottom{
    border: 1px solid rgba(0, 0, 0, 1);
  }
  .snach-desired-quantity-paragraph{
    max-width:803px;
  }
  .Registrer-paragraph{
    max-width: 609px;
  }
  .checkout-paragraph{
    max-width: 647px;
  }
  .images-text {
    width: 300px;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .time-base{
  font-family: Satoshi;
  font-size: 14px;
  font-weight: 700;
  }

  @media (min-width: 320px) and (max-width: 767px) {

    .tab-navs-content .nav.nav-pills {
        width: 100%;
    }

    .tab-box-content {
        padding: 15px;
        border-radius: 10px;
    }

    .images-text {
        width: 250px;
        height: auto;
    }

    .tab-box-content .productslider-title {
        font-size: 15px;
        line-height: 20px;
    }

    .tab-navs-content .nav.nav-pills {
        width: 315px;
        justify-content: inherit;
        gap: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .title {
        font-size: 15px;
        line-height: 21.6px;
        padding-bottom: 5px;
    }

    .title-text-paragraph {
        font-size: 13px;
        line-height: 18px;
    }

    .border-bottom {
        border-bottom: 0.5px solid #dee2e6 !important;
    }
    .Registrer-paragraph {
        max-width: 392px;
    }
    .checkout-paragraph {
        max-width: 365px;
    }
    .buyers-box-size {
        max-width: 182px;
        text-align: left;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .tab-navs-content .nav.nav-pills {
        width: 100%;
    }

    .tab-box-content {
        padding: 15px;
        border-radius: 10px;
    }

    .images-text {
        width: 200px;
        height: auto;
    }

    .tab-box-content .productslider-title {
        font-size: 25px;
        line-height: 31px;
    }

    .tab-navs-content .nav.nav-pills {
        width: 415px;
        justify-content: space-between;
        gap: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .title {
        font-size: 15px;
        line-height: 21.6px;
        padding-bottom: 5px;
    }

    .title-text-paragraph {
        font-size: 18px;
        line-height: 25px;
    }
    .border-bottom {
        border-bottom: 0.5px solid #dee2e6 !important;
    }
    .Registrer-paragraph {
        max-width: 392px;
    }
    .checkout-paragraph {
        max-width: 365px;
    }
    .buyers-box-size {
        max-width: 300px;
        text-align: left;
    }

    .tab-box-content{
        max-width: 1423px;
        margin: 0px auto;
      }
}
/* End */
