@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: 'Merriweather', serif;
    background: #fff;
    overflow-x: clip;
}

/*.container {
    max-width: 1170px;
}*/

:root {
    --white: #ffffff;
    --black: #000;
    --gary-color: #727272;
    --lightgary-color: #b2b9bd;
    --theme-color: #39B24A;
    --primary-color: #262262;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}

section {
    padding: 5rem 0;
}

@font-face {
    font-family: "Bebas";
    src: url("../fonts/Bebas-Regular.eot");
    src: url("../fonts/Bebas-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Bebas-Regular.woff2") format("woff2"),
    url("../fonts/Bebas-Regular.woff") format("woff"),
    url("../fonts/Bebas-Regular.ttf") format("truetype"),
    url("../fonts/Bebas-Regular.svg#Bebas-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bebas";
    src: url("../fonts/Bebas-Regular_1.eot");
    src: url("../fonts/Bebas-Regular_1.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Bebas-Regular_1.woff2") format("woff2"),
    url("../fonts/Bebas-Regular_1.woff") format("woff"),
    url("../fonts/Bebas-Regular_1.ttf") format("truetype"),
    url("../fonts/Bebas-Regular_1.svg#Bebas-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.deliveryList ul {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.deliveryList ul li:nth-child(4) {
    margin-left: auto;
}

.deliveryList ul li h6 {
    font-size: 1.125rem;
    color: rgb(255 255 255 / 50%);
    margin: 0 0 5px;
    font-weight: 400;
}

.deliveryList ul li span {
    font-size: 1.125rem;
    color: #000;
    display: table;
}

.search input.form-control {
    width: 700px;
    height: 73px;
}

.search button.btn.btn-outline-secondary.dropdown-toggle {
    background: rgb(0 0 0/ 50%);
    font-size: 1.125rem;
    color: var(--white);
    padding: 0 1.3rem;
}

.search .searchs {
    background: #39b24a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-size: 2.2rem;
    color: #fff;
}

.heloMain {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.heloContent a {
    display: table;
    text-align: center;
    margin: auto;
}

.heloContent a.heloSign {
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.65);
}

.heloContent a.acountList {
    font-size: 1.125rem;
    color: #000000;
}

.cart a {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    position: relative;
}

.cart a span {
    display: inline-block;
    line-height: 1;
}

.an-navbar {
    background: #000000;
    /*border-top: 1px solid #ddd;*/
    padding: 1.5rem 4.2rem;
}

.alldrop button {
    all: unset;
    /* cursor: pointer; */
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.alldrop button:hover,
.alldrop button:focus {
    background: transparent;
    box-shadow: none !important;
    background-color: transparent !important;
}

.alldrop .dropdown-toggle::after {
    display: none;
}

.alldrop .dropdown-menu {
    min-width: 23rem;
    padding: 0;
    background: transparent;
    top: 47px;
    left: -5.2rem;
    border-radius: 0 0 20px 20px;
}

.alldrop .dropdown-menu li a {
    font-size: 1.125rem;
    color: #161616;
    font-weight: 600;
    display: block;
    padding: 0.5rem 2.5rem;
}

.alldrop .dropdown-menu ul {
    background: #fff;
    overflow: auto;
    height: auto;
    padding: 1rem 0;
    border-radius: 0 0 20px 20px;
}

.bannerSec {
    background: var(--theme-color);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}

.bannerContent {
    text-align: center;
}

.bannerSec figure {
    position: absolute;
    bottom: 0;
}

.bannerSec .womenImg {
    right: 6%;
}

.bannerContent h2 {
    font-size: 3rem;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 400;
    position: relative;
    padding-right: 1rem;
    z-index: 1;
    line-height: 1.87;
}

.bannerContent h2 span {
    font-weight: 600;
}

.bannerContent h2 .collection {
    position: relative;
}

.bannerContent h2 .collection:before {
    content: "";
    position: absolute;
    right: -20px;
    background: url(../images/shape1.png) no-repeat;
    width: 340px;
    height: 90px;
    top: -16px;
    background-size: 100% 100%;
    background-position: center center;
    z-index: -1;
}

.bannerContent p {
    font-size: 1.125rem;
    color: var(--white);
    margin: 0 0 1.3rem;
    padding: 0 9rem;
}

.shopBtn {
    font-size: 1.125rem;
    color: #464749;
    font-weight: 400;
    background: url(../images/shape2.png) no-repeat center center;
    padding: 1rem 2rem;
    display: inline-block;
    background-size: 100%;
}

.shopBtn a:hover {
    color: #272460;
    background: url(../images/shape2.png) no-repeat center center;
}

.bannerSec figure.manImg {
    left: 6%;
}

.collectionSlider {
    padding: 3rem 0 0 0;
}

.collectCard {
    text-align: center;
}

.collectCard a figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    margin: auto;
    overflow: hidden;
}

.collectCard a figure:before {
    content: "";
    position: absolute;
    background: #d8d8d8;
    inset: 0;
    border-radius: 50%;
    z-index: -1;
    margin: auto;
}

.collectCard a figure img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.collectionSec {
    padding: 3rem 4rem;
}

.sectionHeading {
    text-align: center;
    font-size: 3.75rem;
    font-weight: 400;
    margin: 0 0 2rem;
}

.paragraphHeading {
    /*text-align: center;*/
    font-size: 2.75rem;
    font-weight: 400;
    margin: 0 0 1rem;
}

.paragraph {
    margin: 0px 0px 3rem;
}

.collectCard a span {
    font-size: 1.125rem;
    color: #000000;
    font-weight: 400;
    display: table;
    margin: 1.3rem auto 0;
}

.collectionSec .swiper-button-next {
    right: -20px;
}

.collectionSec .swiper-button-next:after {
    font-size: 1.2rem;
    font-weight: 600;
    color: #d8d8d8;
}

.collectionSec .swiper-button-prev {
    left: -20px;
}

.collectionSec .swiper-button-prev:after {
    font-size: 1.2rem;
    font-weight: 600;
    color: #d8d8d8;
}

.alternateBg {
    padding: 4rem 4rem
}

.electroBox {
    background: var(--white);
    border-radius: 15px;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 1rem 1rem;
    position: relative;
    height: 100% !important;
}

.electroBox figure {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 240px;
}

.electroBox figure .heart i {
    font-size: 1.5rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    right: 22px;
    top: 0;
    color: var(--theme-color);
}

.electroBox figure .heart i.fas.fa-heart {
    opacity: 1;
}

.electroBox:hover {
    border: 1px solid var(--theme-color);
}

.electroBox figure .sale {
    position: absolute;
    left: 0;
    top: 11px;
    background: #262262;
    font-size: 1rem;
    color: var(--white);
    display: inline-block;
    padding: 0.2rem 0.7rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.elctroContent {
    padding: 1rem;
    height: 400px;
    /*overflow-y: scroll;*/
}

.elctroContent p {
    font-size: 1rem;
    color: #9b9b9b;
    line-height: 1.2;
    margin: 0.4rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.elctroContent ul {
    margin: 0.7rem 0 1rem;
}

.elctroContent ul li .star i {
    color: #f7c00c;
    font-size: 1.2rem;
}

.elctroContent ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.elctroContent ul li label {
    font-size: 1.125rem;
    color: #828282;
    margin: 0;
}

.elctroContent h6 {
    font-size: 1.125rem;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

.electroBox .themeBtn {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: fit-content;
    border: none;
    outline: none;
    transform: translateY(50%);
    padding: 0.5em 1.25em;
}

.alternateBg :is(.themeBtn--left, .themeBtn--right) {
    width: fit-content;
    padding: 0.56em 1rem;
    border: none;
}

.alternateBg .themeBtn.themeBtn--left {
    left: 0;
    right: auto;
}

.alternateBg .themeBtn.themeBtn--right {
    right: 0;
    left: auto;
    border: none;
}


.electroBox:hover .themeBtn {
    opacity: 1;
    visibility: visible;
}

.electroSec {
    padding: 4rem 4rem;
}

.sellerBox {
    background: var(--white);
    border-radius: 15px;
    border: 1px solid #e8e8e8;
    padding: 2rem 0;
    margin-bottom: 2.5rem;
}

.sellerBox figure {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 200px;
}

.sellerBox figure .heart {
    position: absolute;
    top: -10px;
    right: 2rem;
    font-size: 1.3rem;
}

.sellerContent {
    margin: 1.2rem 2rem 0;
    border-top: 1px solid #d2d2d2;
}

.sellerContent h2 {
    font-size: 1.125rem;
    color: #000000;
    font-weight: 400;
    margin: 0;
    padding: 1rem 0 1.3rem;
}

.sellerContent h5 {
    font-size: 1.125rem;
    color: #acacac;
    font-weight: 400;
    margin: 0 0 3px;
}

.sellerContent ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sellerContent ul li {
    font-size: 1.125rem;
    color: #000000;
    font-weight: 600;
}

.sellerContent ul li a {
    color: #000000;
}

.sellerBox.industrialBox figure {
    min-height: 906px;
}

.electroSec .electroBox {
    padding-top: 0.7rem;
}

.thcContent p {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #828282;
    margin-bottom: 0.5rem;
}

.thcContent h3 {
    font-size: 1.5rem;
}

.thcContent h4 {
    font-size: 1rem;
    font-weight: 700;
}

.thcContent h4 span {
    color: var(--theme-color);
    padding: 0 10px 0 8px;
    font-weight: 400;
}

.thcContent h6 {
    font-size: 1.125rem;
    padding-top: 8px;
}

h5.discount {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0;
}

.thcContent {
    padding: 0.7rem 2rem 0.5rem;
}

.thcBox {
    padding: 0.7rem 0 1.2rem 0;
}

.thcBox figure .heart i {
    top: 10px;
    /*color: var(--white);*/
}

.thcBox figure .heart i {
    top: 10px;
    /*color: var(--white);*/
}

.thcBox figure a .heart i.fas.fa-heart {
    opacity: 1;
}

.electroBox figure a {
    width: 100%;
    opacity: 1;
}

.electroBox figure img {
    border-radius: 15px;
    width: 100%;
    height: 300px;
    object-fit: fill;
}

.thcBox figure img {
    border-radius: 15px;
}

.customerSec {
    background: #262262;
    padding-top: 0;
}

.customerList ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.custmrContent {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.custmrContent span {
    width: 62px;
    height: 62px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.375rem;
    color: #000000;
    position: relative;
    margin: 5rem auto 2rem;
    z-index: 1;
}

.custmrContent span:before {
    content: "";
    position: absolute;
    left: -6px;
    right: 0;
    width: 64px;
    height: 64px;
    border: 2px solid #000;
    border-radius: 50%;
    z-index: -1;
    top: -4px;
}

.custmrContent p {
    font-size: 1.125rem;
    color: var(--white);
    margin: 0;
    line-height: 1.8;
}

.customerList ul li {
    text-align: center;
}

.custmrContent figure {
    position: relative;
}

.custmrContent figure:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -80px;
    z-index: 11;
}

.customerList ul li:nth-child(2) .custmrContent,
.customerList ul li:nth-child(4) .custmrContent {
    flex-direction: column-reverse;
    margin-top: 8rem;
}

.customerList ul li:nth-child(2) .custmrContent span,
.customerList ul li:nth-child(4) .custmrContent span {
    margin: 2rem auto 5rem;
}

.customerList ul li:nth-child(2) .custmrContent figure:before,
.customerList ul li:nth-child(4) .custmrContent figure:before {
    bottom: 120px;
}

.customerList ul:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 2px dashed #ffffff;
    width: 87%;
    margin: auto;
    top: 16.4rem;
}

footer {
    padding-top: 5rem;
}

.quickList ul li a {
    font-size: 0.875rem;
    color: #000000;
    font-weight: 400;
}

.quickList ul li + li {
    margin: 1rem 0 0;
}

.calFoter ul li a strong {
    font-size: 1.1875rem;
    color: #39b24a;
}

.calFoter ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.calFoter ul li a {
    font-size: 0.875rem;
    color: #000000;
}

.calFoter ul li span {
    font-size: 0.875rem;
    color: #000000;
}

.calFoter ul li + li {
    margin: 2rem 0 0;
}

.copyRight {
    border-top: 1px solid rgb(0 0 0 / 27%);
    align-items: center;
    padding: 1.8rem 0;
    margin-top: 3rem;
}

.copyRight p {
    margin: 0;
    font-size: 0.75rem;
    color: #000000;
    font-weight: 500;
}

.copyRight a {
    display: table;
    margin-left: auto;
}

.quickList ul li a:hover,
.calFoter ul li a:hover,
.alldrop .dropdown-menu li a:hover,
.navbar-nav .nav-item .nav-link:hover {
    color: #39b24a;
}

.themeBtn:hover {
    background: #272460;
    color: var(--white);
}

.page-number ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}

.page-number ul li {
    padding: 0.5rem 0.9rem;
}

.page-number .active {
    border: 1px solid #27aae1;
    padding: 0.5rem 0.9rem;
}

.customer-services-banner,
.registration-sec {
    background-color: #262262;
    padding: 4rem 0 3rem 0;
}

.banner-content.wel-customer-services {
    padding-top: 4rem;
}

.wel-customer-services h1 {
    font-size: 3.125rem;
    color: #fff;
    font-weight: 600;
}

.wel-customer-services p {
    color: #fff;
    font-size: 1.125rem;
}

.item-boxes a {
    width: 100%;
    height: 7.25rem;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 1.2rem;
    color: #262262;
}

.item-boxes a img {
    margin-right: 0.7rem;
}

.item-boxes {
    margin-bottom: 1.6rem;
}

.customer-services-banner .row {
    margin-top: 2rem;
}

.info-sec {
    padding: 3.5rem 0;
}

.info-content p {
    color: #161616;
    font-size: 1.125rem;
    font-weight: 500;
}

.registration-sec {
    position: relative;
    height: 100%;
}

.registration-sec::after {
    content: "";
    position: absolute;
    background-image: url(../images/registration-banner.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    top: 0;
    width: 48%;
    height: 100%;
}

.banner-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.banner-content .themeBtn {
    position: relative;
    width: auto;
    bottom: 0;
}

.find-a-registry h1 {
    font-size: 1.375rem;
}

.find-a-registry {
    margin-top: 4rem;
}

.form-input {
    display: flex;
    align-items: center;
}

.find-a-registry .form-control {
    height: 2.938rem;
    border-radius: 25px;
}

.find-a-registry .form-control:nth-child(1) {
    margin-right: 1rem;
    width: 95%;
}

.dropdown {
    appearance: none;
    border: none;
    font-family: inherit;
    outline: none;
    box-shadow: none;
}

.form-group .themeBtn,
.content-wrpr .themeBtn {
    margin-top: 2rem;
    width: 100%;
    height: 2.938rem;
    position: relative;
}

.shop-by {
    color: #000;
}

.sell-on-american {
    background-image: url(../images/sell-banner.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 690px;
    padding: 3rem 0 0 0;
}

.banner-hdg h1,
.content-wrpr h1,
.sell-more-sec h1, .contact-us h1, .contact-information-sec h1 {
    font-size: 3.75rem;
    text-align: center;
    font-weight: 400;
}

.content-wrpr {
    margin: 2rem 0;
}

.content-wrpr h1 {
    text-align: left;
}

.content-wrpr h1 span {
    color: var(--theme-color);
    font-weight: 600;
}

.content-wrpr p {
    color: #000;
    font-size: 1.125rem;
    line-height: 28px;
}

.content-wrpr .themeBtn {
    bottom: 0;
    margin-top: 1rem;
    text-align: center;
}

.content-wrpr h2 {
    text-align: center;
    font-size: 1.125rem;
    color: var(--theme-color);
    margin-top: 0.5rem;
    font-weight: 700;
}

.over-50k-wrpr h1 {
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

.over-50k-wrpr h1 span {
    color: #262262;
    font-weight: 600;
}

.over-50k-wrpr strong,
.over-50k-wrpr p {
    color: #000;
    margin-top: 0.2rem;
}

.sell-bnr-img {
    margin-left: 3rem;
}

.over50k-img {
    margin-top: -5.5rem;
}

.sell-more {
    padding: 0;
}

.over-50k-sec {
    padding-bottom: 2rem;
}

.sell-more-bg {
    background-image: url(../images/sell-more-bg.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 862px;
}

.sell-more-sec h1 {
    margin-bottom: 8rem;
    font-weight: 300;
}

.icon-box-rpr {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    padding: 1rem;
    text-align: center;
    box-shadow: 0px 0px 4px 0px #0000002e;
    border-radius: 10px;
    height: 300px;
}

.icon-box-rpr h2 {
    font-size: 1.375rem;
    font-weight: 400;
}

.icon-box-rpr img {
    margin-bottom: 1.3rem;
}

.icon-box-rpr p {
    font-size: 0.938rem;
    color: #000;
}

.icon-box-rpr h3 {
    font-size: 1.25rem;
    font-weight: 400;
}

.icon-box-rpr {
    margin-top: -5rem;
}

.big-icon-box {
    margin-top: 4rem;
    padding: 3rem;
    height: auto;
}

.big-icon-box h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.point-ul {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
    text-align: left;
    gap: 1.5rem 4rem;
}

.point-ul a {
    color: #828282;
    font-size: 1.125rem;
}

.big-icon-box img {
    margin-bottom: 0;
    margin-left: 0.3rem;
}

.sell-more-sec {
    padding-bottom: 0;
    padding-top: 2rem;
}

.productListSec .electroBox,
.today-deals-sec .row {
    margin-bottom: 2.5rem;
}

.productListSec {
    padding: 4rem 1rem;
    background-color: #fff;
}

.inputCont {
    display: flex;
    align-items: center;
    gap: 0 0.7rem;
    padding-bottom: 0.5rem;
}

.inputCont label {
    color: var(--black);
    font-size: 0.875rem;
    margin: 0;
    text-transform: capitalize;
}

.slide-bars h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.Price-ctr {
    padding-top: 1.5rem;
}

.today-deals-sec {
    background-color: #fff;
    padding: 4rem;
}

.contact-form .form-control {
    height: 71px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
}

.contact-form .form-control::placeholder {
    color: #9E9E9E;
}

.contact-us h1 {
    margin-bottom: 2rem;
}

.form-button .themeBtn {
    border: 0;
    width: 264px;
    height: 71px;
    bottom: 0;
    position: relative;
    margin: auto;
    display: block;
}

.contact-information-sec {
    background-color: var(--primary-color);
    padding: 3rem 0;
}

.contact-information-sec h1 {
    color: #fff;
}

.icon-bg {
    background-color: #39B24A;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 2rem;
}

.contact-information-ul {
    grid-template-columns: auto auto auto;
    text-align: center;
    display: grid;
    align-self: center;
    justify-content: space-between;
}

.contact-information-ul h3 {
    color: #fff;
    font-size: 1rem;
}

.contact-information-ul p, .contact-information-ul a {
    color: #fff;
    font-size: 1.125rem;
    line-height: 24px;
}

.contact-information-sec h1 {
    margin-bottom: 2rem;
}

.featureInner .bannerContent h2 span {
    font-weight: initial;
}

.featureInner .bannerContent p {
    padding: 0 6.5rem;
    line-height: 1.6;
}

.featureInner .womenImg {
    top: 1.5rem;
    right: 0;
}

.featureInner {
    padding: 6rem 0;
}

.productFilter h3 {
    font-size: 1.625rem;
    color: var(--black);
}

.productFilter {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.productFilter .btn-secondary {
    background: #F9F9F9;
    border: 1px solid #C9C9C9;
    border-radius: 7px;
    height: 60px;
    color: #5E5E5E;
    font-size: 1.063rem;
    width: 18rem;
}

.productFilter .dropdown-toggle::after {
    margin-left: 2.255em;
}

.productFilter {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
}

.todayText h2 {
    text-align: left;
    font-weight: 600;
    margin-bottom: 12px;
}

.todayText p {
    width: 64%;
}

.today-deals-sec .productFilter {
    margin-bottom: 1.5rem;
}

.run h2 {
    font-size: 3.438rem;
    margin: 0.5rem 0 1rem;
}

.latestRun {
    border-top: 1px solid #E8E8E8;
    padding-top: 1.5rem;
}

.today-deals-sec .electroBox figure .red {
    background-color: #FF0000;
}

.today-deals-sec .electroBox figure .green {
    background-color: var(--theme-color);
}

.page-number ul li a {
    color: var(--black);
}

.productListSec .electroBox {
    padding: 1rem 0;
}

.productListSec .electroBox:hover {
    border: 1px solid var(--theme-color);
}

.prodInner {
    padding-bottom: 0;
}

.soldOut h2 {
    text-align: left;
}

.wishlistSec {
    padding: 5rem 4rem;
}

.wishlistHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wishlistHead h2 {
    font-size: 3.4375rem;
    margin-bottom: 3rem;
    font-weight: 400;
    color: var(--black);
}

.wishlistHead a {
    background-color: var(--theme-color);
    color: var(--white);
    font-size: 1.125rem;
    padding: 0.875rem 2rem;
    border-radius: 10px;
}

.wishlistBox figure {
    width: 260px;
}

.wishlistBox figure img {
    border-radius: 50%;
}

.wishlistBox {
    display: flex;
    align-items: start;
    gap: 2rem;
    position: relative;
}

.wishContent h3 {
    font-size: 1.375rem;
    line-height: 1.5;
}

.wishContent h6 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

.wishContent h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
    margin: 0.5rem 0;
    text-transform: capitalize;
}

.wishContent h4 span {
    color: var(--theme-color);
    padding-left: 0.2em;
}


.wishContent ul {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--theme-color);
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.soldPro .wishContent ul {
    font-size: 1rem;
}

.wishContent ul li + li {
    border-left: 2px solid;
    padding-left: 0.8rem;
}

.wishContent ul li {
    padding: 0 0.8rem 0 0;
}

.dltIcon {
    text-align: right;
    color: rgb(0 0 0 / 20%);
    font-size: 1.125rem;
    margin-bottom: -2rem;
    margin-right: 0;
    display: block;
    width: 100%;
}

.wishlistBox:before {
    content: "";
    position: absolute;
    background-color: #D7D7D7;
    width: 1px;
    height: 100%;
    right: 3rem;
}

.wishWrap:before {
    display: none;
}

.wishWrap {
    border-top: 1px solid #D7D7D7;
    padding: 2rem 1rem;
    margin: 0;
}

.wishContent.elctroContent h5 {
    font-size: 1.225rem;
    font-weight: 600;
    margin: 0;
}

.wishlistSec hr {
    margin-top: 3rem;
    border-color: #CCCCCC;
    width: 88%;
    margin-left: initial;
    margin-bottom: 3rem;
}

.wishlistSec .electroBox figure .sale {
    background-color: #FF0000;
}

.giftCardsInnr .shop-by {
    font-size: 1.875rem;
}

.giftCardsInnr {
    background: unset;
    padding: 4rem;
}

.giftCardsInnr .row + .row {
    padding-top: 1rem;
}

.signIn .form-group .form-control {
    height: 60px;
    border-radius: 50px;
    border: unset;
    width: 80%;
}

.signIn .form-group label {
    color: var(--white);
    margin-bottom: 12px;
}

.signIn .form-group .form-control::placeholder {
    color: rgb(129 129 129 / 46%);
    padding-left: 2rem;
    font-size: 1rem;
}

.forget {
    display: flex;
    gap: 13rem;
}

.forget a {
    color: var(--white);
    text-decoration: underline !important;
}

.signBtn {
    display: grid;
}

.signBtn .themeBtn {
    /* border: unset; */
    width: 80%;
    margin-left: unset;
    height: 55px;
    border: 2px solid var(--white);
    border-radius: 50px;
    border-color: #43b04f;
    outline: none;
}

.signBtn .themeBtn1 {
    background: unset;
    border: 2px solid var(--white);
    border-radius: 50px;
    height: 55px;
    width: 80%;
    color: var(--white);
    font-size: 1.125rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signinInner .banner-content.wel-customer-services {
    padding-top: 0;
}

.signinInner {
    padding: 6rem 0 6rem 0;
}

.signIn .form-group.chebox label:before {
    content: '';
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: sub;
    cursor: pointer;
    margin-right: 8px;
    width: 25px;
    height: 24px;
    border: 2px solid var(--white);
    border-radius: 50px;
}

.signIn .form-group.chebox input[type=checkbox] {
    display: none;
}

.signIn .form-group.chebox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid var(--theme-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.signIn .form-group.chebox label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    line-height: 1.7;
    font-size: 1.125rem;
    color: var(--white);
    padding-right: 2rem;
}

.faqSec .secTitle {
    text-align: center;
    margin-bottom: 3rem;
}

.faqSec .secTitle h2 {
    color: #000;
}


.faqSec #accordion .card {
    border: none;
    border-bottom: 1px solid #E3E3E3;
    padding: 0rem 1rem;
    background: transparent;
    /* border: 3px solid #000; */
    margin-bottom: 1.5rem;
    border-radius: unset;
    padding-left: 0;
}

.faqSec #accordion .card .btn-link {
    --height: 5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--black);
    padding: 0;
    border: 0;
    font-size: 1.25rem;
    border-radius: 5px;
    text-decoration: none;
    overflow: hidden;
    border-bottom-left-radius: 0;
    text-align: left;
    font-weight: 500;
}

.faqSec #accordion .card .btn-link span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--height);
    font-size: 1.875rem;
}

.faqSec #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #39B24A;
    width: var(--width);
    height: var(--height);
    margin-left: auto;
    /* background: var(--primary); */
    /* border: 1px solid #000; */
    border-radius: 50%;
    background: 000;
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
}

.faqSec #accordion .card .btn-link i::before {
    content: "\f068";
}

.faqSec #accordion .card .btn-link.collapsed i::before {
    content: "\f067";
}

.faqSec #accordion .card .btn-link.collapsed i {
    color: #000;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
}

.faqSec #accordion .card + .card {
    margin-top: 0;
}

.faqSec #accordion .card .card-body {
    padding: 0rem 4rem 0.5rem 0rem;
}

.faqSec #accordion .card .card-body p {
    color: #828282;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0;
    line-height: 33px;
}

.colorbox {
    border: 1px solid #D1D1D1;
    background: #fff;
    border-radius: 10px;
    padding: 0 60px;
}

h3.faq3 {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 0;
}

h4.faq4 {
    font-size: 3.125rem;
    font-weight: 600;
}

.faqSec {
    background-image: url(../images/faqBg.png);
    background-position: top;
    background-size: contain;
    padding: 5rem 0 0 0;
    background-repeat: no-repeat;
}

.privacySec h4 {
    font-size: 3.4375rem;
    margin-bottom: 1rem;
}

.privacySec ul {
    font-size: 1rem;
    font-weight: 400;
    color: #828282;
    list-style-type: disc;
}

.privacySec ul li {
    margin: 1.3rem 0;
}

.non-thc .themeBtn {
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.non-thc h2 {
    font-weight: 600;
}

.non-thc {
    padding: 4rem;
}

ul.priceSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.5rem 0 2rem;
    padding: 0 3rem;
}

ul.priceSec li {
    font-size: 1rem;
    font-weight: 600;
}

.number {
    background: #F7F6FB;
    padding: 1rem 0;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    width: 100%;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.number input {
    background: #F7F6FB;
    border: none;
    height: 2rem;
    width: 50px;
    text-align: center;
}

.number .minus {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.number .plus {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.non-thc .row + .row {
    border-bottom: 1px solid #CCCCCC;
    margin: 4rem 0;
    padding-bottom: 4rem;
}

.non-thc h5 {
    font-size: 1.5rem;
    font-weight: 600;
}

.non-thc h5 span {
    font-size: 1.1rem;
    padding-left: 0.7rem;
}

.non-thc p {
    color: #747474;
    margin: 0;
}

.non-thc .themeBtn {
    padding: 1rem 1.9rem;
    border: none;
}

.non-thc .nonBtn {
    box-shadow: 0px 0px 19px #00000040;
    background: #fff;
    color: #000;
    margin-right: 1rem;
    border: 1px solid #00000036;
}

.non-thc .nonBtn:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.billSec h2 {
    text-align: left;
    margin: 1rem 0;
}

.billSec label {
    display: block;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.billSec input {
    width: 100%;
    height: 4rem;
    margin-bottom: 1rem;
    border: none;
    box-shadow: 0px 12px 11px #00000017;
    border: 1px solid #E1E1E1;
    border-radius: 7px;
    padding-left: 2rem;
}

.checkBox input {
    width: 35px;
    height: 35px;
    box-shadow: none;
    margin: 0;
}

.checkBox {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.checkBox label {
    margin: 0;
}

.billSec h4 {
    font-size: 1.2rem;
    text-transform: capitalize;
    margin-bottom: 3rem;
    font-weight: 600;
    margin-top: 1rem;
}

.billSec a {
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 7px;
    padding: 1.2rem 0;
}

.billSec button {
    border-radius: 7px;
    border: none;
    margin: 0;
    width: 100%;
    padding: 1rem;
}

.checkBox label span {
    font-size: 1rem;
    display: block;
}

.radioSec input {
    height: 20px;
    width: 20px;
    background: none;
    box-shadow: none;
}

.radioSec {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.radioSec li {
    display: flex;
    align-items: center;
}

.subscriptionSec {
    padding: 4rem;
}

.priceContnt h4 {
    font-size: 1.25rem;
    text-transform: capitalize;
    font-weight: 600;
}

.priceContnt h6 {
    font-size: 5.3125rem;
    font-weight: 700;
    color: var(--theme-color);
}

.priceContnt ul li i {
    color: var(--theme-color);
    padding-right: 1rem;
}

.priceContnt ul li {
    padding: 7px 0;
    border-bottom: 1px solid #00000024;
    color: #A2A2A2;
}

.priceContnt {
    box-shadow: 0px 0px 16px #00000024;
    padding: 3rem;
    border-radius: 7px;
}

.priceContnt ul {
    height: 240px;
    overflow: auto;
}

.subscriptionSec ::-webkit-scrollbar {
    width: 8px;

}

.subscriptionSec ::-webkit-scrollbar-thumb {
    background: #39b24aa1;

}

.priceContnt {
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.priceContnt:hover {
    border: 1px solid #4E5822;
}

.productIner {
    padding: 12rem 0;
}

.productIner h2 .collection:before {
    width: 220px;
    height: 80px;
    top: -11px;
}

.Proreview h2 {
    text-align: left;
    margin: 0.5rem 0;
}

.Proreview ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 2rem;
    color: #F7C00C;
    margin-bottom: 0.5rem;
}

.Proreview ul li span {
    color: #000;
    font-weight: 600;
}

.Proreview p {
    font-size: 1.75rem;
    color: #000;
}

.Proreview h5 {
    font-size: 2.1875rem;
}

.star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star li span::before {
    content: "";
    position: absolute;
    background: #F2F2F2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

ul.star li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.star li span::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    top: 7px;
    left: 8rem;
    height: 25px;
    width: 70%;
    border-radius: 10px 0 0 10px;
}

.star2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star2 li span::before {
    content: "";
    position: absolute;
    background: #F2F2F2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

.star2 li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.star2 li span::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    top: 7px;
    left: 8rem;
    height: 25px;
    width: 10%;
    border-radius: 10px 0 0 10px;
}

.star3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star3 li span::before {
    content: "";
    position: absolute;
    background: #F2F2F2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

ul.star3 li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.startProduct ul {
    margin: 1.4rem 0;
}

.reviewSec {
    background: #fff;
    border-radius: 20px;
    padding: 3rem;
}

.Proreview {
    background: #F8F6F6;
    padding-bottom: 1rem;
}

.reviewImg {
    display: flex;
    align-items: center;
    margin: 4rem 0;
}

.content-wraper h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: capitalize;
}

.content-wraper {
    margin-left: 2rem;
}

.content-wraper h4 {
    margin: 0.9rem 0;
    font-size: 1rem;
    color: #726f6f;
    font-weight: 600;
}

.content-wraper span {
    margin-left: 10px;
    font-size: 0.95rem;
    color: #A4A4A4;
    font-weight: 600;
}

.content-wraper p {
    font-size: 1rem;
}

.Proreview .row + .row {
    margin: 3rem 0;
}

.reviewSec textarea {
    width: 100%;
    height: 160px;
    padding: 1rem;
    background: #F8F8F8;
    border-color: #EBEBEB;
}

.wishlistPro {
    background: #f8f6f6;
    padding-top: 0;
}

.productSlider-for, .productSlider-nav {
    overflow: hidden;
}

.productNav {
    background: #fff;
    padding: 1.5rem;
    border-radius: 15px;
}

.productSlider-nav figure {
    margin: 1rem 0;
    border: 3px solid transparent;


}

.productSlider-nav figure:hover {
    border: 3px solid var(--theme-color);
    border-radius: 14px;
    cursor: pointer;
}

.rating-box {
    display: flex;
    align-items: center;
}

.rating-box .rating-container {
    direction: rtl !important;
}

.rating-box .rating-container label {
    display: inline-block;
    margin: 0;
    color: #d4d4d4;
    cursor: pointer;
    font-size: 2.2rem;
    transition: color 0.2s linear;
}

.rating-box .rating-container input {
    display: none;
}

.rating-box .rating-container label:hover,
.rating-box .rating-container label:hover ~ label,
.rating-box .rating-container input:checked ~ label {
    color: gold;
}

.rating-box span {
    font-size: 1.3rem;
    color: #747474;
    font-weight: 500;
    padding-left: 0.5rem;
}

ul.stckst li {
    font-size: 1.25rem;
    color: var(--theme-color);
    font-weight: 600;
}

ul.stckst li span {
    color: var(--black);
    padding-right: 0.5rem;
}

.prodtl-txt p {
    font-size: 1.125rem;
    color: #7e7e7e;
}

.quantitySec h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.quantitySec .number {
    padding: 0.7rem;
    font-size: 1rem;
}

.quantitySec .number {
    width: 50%;
}

.thcContent .themeBtn {
    width: 100%;
    display: block;
    border-radius: 0.1rem;
    position: static;
    margin-top: 1rem;
    border: 0;
    outline: 0;
    box-shadow: none;
}

span.color span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.quantitySec .number .minus {
    padding: 0.5rem;
}

.quantitySec .number .plus {
    padding: 0.5rem;
}

.quantitySec .number input {
    width: 100px
}

.heart a {
    font-size: 2rem;
    color: var(--theme-color);
}

/*.deliveryList ul li .logo-img {
    width: 200px;
}*/


/* tch page */


.tch-product {
    background: #F8F6F6;
    padding: 3rem 0;
}

.vendor-list-scroll {
    overflow-y: hidden;
}

.filter {
    overflow: hidden;
}

.filter .filterBody {
    background-color: var(--white);
    border-radius: 20px;
    /*height: 650px;*/
}

.filter .filterBody .filterCont > button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    width: 100%;
    background: transparent;
    border: none;

}

.filter .filterBody .filterCont button span {
    color: #000;
    font-size: 1.875rem;
    font-weight: 500;

}

.filter .filterBody .filterCont button i {
    color: var(--theme-color);
    font-size: 1.875rem;
}

.filter .filterBody .filterCont .searchCont {
    padding: 1rem 1.5rem;
}

.filter .filterBody h4 {
    font-size: 1.25rem;
    color: var(--black);
    font-weight: 500;
    border-bottom: 1px solid var(--theme-color);
    padding-bottom: 0.5rem;
}

.filter .filterBody .filterCont .searchCont button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    background: var(--primary);
}

.filter .filterBody .filterCont .searchCont input:focus {
    box-shadow: none;
    outline: none;
}

.filter .filterBody .filterCont .inputCont {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0 1.5rem;
}

.filter .filterBody .filterCont .inputCont label {
    color: var(--black);
    font-size: 1.25rem;
    margin: 0;
}

.filter .filterBody .filterCont .inputCont:first-of-type {
    padding-top: 1rem;
}

.filter .filterBody .filterCont .inputCont:last-of-type {
    padding-bottom: 1rem;
}

.filter .filterBody .filterCont .inputCont + .inputCont {
    margin-top: 0.5rem;
}

.filter .filterBody .filterCont > button:focus {
    outline: none;
    box-shadow: none;
}

.filter .filterBody .filterCont .priceCont {
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    width: 100%;
}

.filter .filterBody .filterCont .priceCont input {
    width: inherit;
    border: 1px solid #d5d1d1;
    height: 40px;
    color: #767676;
}

.filter .filterBody .filterCont .priceCont input:focus {
    outline: none;
    box-shadow: none;
}

.filter .filterBody .filterCont .priceCont button {
    background: var(--primary);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}


.inputCont.chebox input[type=checkbox] {
    display: none;
}

.inputCont.chebox label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    display: flex;
    gap: 0.5rem;
    width: 80%;
    line-height: 1.7;
}

.inputCont.chebox label:before {
    content: '';
    --webkit-appearance: none;
    background-color: var(--white);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #B1B1B1;
    width: 26px;
    height: 26px;
    border-radius: 3px;
}

.inputCont.chebox input:checked + label:before {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.inputCont.chebox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.filter-top {
    background-color: var(--white);
    border-radius: 15px;
    border: 1px solid #E8E8E8;
    padding: 25px 0;
    margin-bottom: 4rem;
}

.inputfil {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-bottom: 0.5rem;
    margin-left: 4rem;
}

.inputfil label {
    color: var(--black);
    font-size: 0.875rem;
    margin: 0;
    text-transform: capitalize;
}


.inputfil.chebox input[type=checkbox] {
    display: none;
}

.inputfil.chebox label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    display: flex;
    gap: 0.5rem;
    font-size: 1.125rem;
    color: var(--black);
    line-height: 1.7;
    justify-content: center;
    text-transform: capitalize;
    align-items: center;
    font-weight: 600;
}

.inputfil.chebox label:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--theme-color);
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease-in-out;
}

.inputfil.chebox input:checked + label:before {
    transform: scaleX(1);
}

/*.inputfil.chebox input:checked + label:after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    left: 8px;*/
/*    width: 6px;*/
/*    height: 14px;*/
/*    border: solid var(--white);*/
/*    border-width: 0 2px 2px 0;*/
/*    transform: rotate(45deg);*/
/*}*/


.range {
    position: relative;
    padding: 1rem 1.5rem;
}

.range input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    width: 100%;
    height: 22px;
    cursor: pointer;
    display: block;
}

.range input[type=range]:focus {
    outline: none;
}

.range input[type=range][disabled] {
    opacity: 0.3;
    cursor: default;
}

.range .rangeslider {
    position: relative;
    height: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.range .rangeslider:before {
    box-sizing: border-box;
    width: 100%;
    height: 9px;
    background: #e6e6e6;
    border-radius: 100px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.range input::-webkit-slider-runnable-track {
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 100px;
    margin: 11px 0;
}

.range input::-moz-range-track {
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 100px;
    margin: 11px 0;
}

.range input::-ms-track {
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 100px;
    color: transparent;
    padding: 11px 0;
    background: transparent;
    border-color: transparent;
}

.range input::-ms-fill-lower,
.range input::-ms-fill-upper {
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    border-radius: 100px;
}

.range input::-ms-fill-lower {
    background: var(--theme-color);
}

.range .rangeslider-fill-lower {
    background-color: var(--theme-color);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 9px;
    will-change: width;
}

.range input::-webkit-slider-thumb {
    box-sizing: border-box;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
    border: 6px solid #fff;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background: #333940;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    transform: translateY(-50%);
    margin-top: 2px;
}

.range input::-moz-range-thumb {
    box-sizing: border-box;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
    border: 6px solid #fff;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background: #333940;
    cursor: pointer;
}

.range input::-ms-thumb {
    box-sizing: border-box;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
    border: 6px solid #fff;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background: #333940;
    cursor: pointer;
}

.range .rangeslider-thumb {
    box-sizing: border-box;
    border: 6px solid var(--theme-color);
    height: 17px;
    width: 17px;
    border-radius: 100px;
    background: var(--theme-color);
    cursor: pointer;
    position: absolute;
    touch-action: pan-x;
    top: 50%;
    transform: translateY(-50%);
    will-change: left;
}

.range .range-values {
    display: flex;
    justify-content: space-between;
    color: var(--black);
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 15px;
    margin-top: 1rem;
}

.filterend .themeBtn {
    padding: 14px 84px;
    font-size: 1.25rem;
    margin: 1rem 0;
}

.filterend h3 {
    font-size: 1.25rem;
    color: var(--black);
}

.tch-product .row {
    margin-bottom: 2rem;
}

.tch-product .elctroContent.thcContent h5 {
    font-size: 1.125rem;
}

.tch-product .elctroContent.thcContent h5 span {
    padding: 0;
    margin: 10px 0;
    display: block;
    color: var(--theme-color);
}

.sec-r {
    margin-top: 1.5rem;
}


.sizebig .thcContent h3 {
    font-size: 2.063rem;
    font-weight: 500;
}

.sizebig .thcContent p {
    font-size: 1.25rem;
}

.sizebig .thcContent h4 {
    font-size: 1.563rem;
    margin: 1.5rem 0;
}

.sizebig .thcContent h5 {
    font-size: 1.563rem !important;
}


.sizebig .thcContent h6 {
    font-size: 1.938rem;
}

.tch-product .thcBox figure .heart i {
    right: 30px;
}

.tch-product .thcBox figure .heart i.fas.fa-heart {
    color: var(--theme-color);
}

.sizebig .thcContent {
    padding: 58px 2rem;
}

.laoding h3 {
    font-size: 1.25rem;
    color: var(--black);
    margin-top: 0.5rem;
}

.filterlineprod {
    margin: 1.5rem auto;
}


.innerlocal .bannerContent h2 .collection:before {
    content: "";
    position: absolute;
    right: -20px;
    background: url(../images/shapgo.png) no-repeat;
    width: 116px;
    height: 64px;
    top: 0px;
    background-size: 100% 100%;
    background-position: center center;
    z-index: -1;
}

.innerlocal .bannerContent h2 .collection {
    padding-left: 20px;
}

.bannerSec.innerlocal {
    padding: 7rem 0;
}

.innerlocal .bannerContent h4 {
    font-size: 2.188rem;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 400;
    position: relative;
    margin: 0;
}

.innerlocal .bannerContent h2 {
    margin: 0;
}

.bannerSec.innerlocal .womenImg {
    right: 0%;
}

.bannerSec.innerlocal figure.manImg {
    left: 1%;
}

.slect-tch .filter .filterBody {
    height: 1344px;
}

.cannabis .electroBox.thcBox {
    text-align: center;
}

.cannabis .elctroContent ul li {
    justify-content: center;
}

.cannabis .thcContent p {
    font-size: 1.125rem;
}

.cannabis .thcBox figure img {
    width: 93%;

}

.today-deals-sec .inputfil {
    gap: 40px;
}

.desl {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 4rem;
}

.today-deals-sec .filter-top {
    margin-bottom: 2rem;
}

.today-deals-sec .elctroContent.thcContent h5 {
    font-size: 1.125rem;
}

.today-deals-sec .elctroContent.thcContent h5 span {
    padding: 0;
    margin: 10px 0;
    display: block;
    color: var(--theme-color);
}

.productNav img {
    width: 100%;
}

.Proreview .elctroContent {
    padding: 0;
}

.prodtl-txt.thcContent h5 {
    font-size: 1.125rem;
    margin-top: 0.2rem;
}

.prodtl-txt.thcContent h5 span {
    padding: 0;
    margin: 10px 0;
    display: block;
    color: var(--theme-color);
}

.productSIDE p span {
    color: var(--black);
    font-weight: 500;
}

.productSIDE h6 {
    font-size: 1.125rem;
    margin: 0 0 0.5rem;
}

.descSec {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
}

.descript-wrap p {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
    font-weight: 500;
}

.descript-wrap p span {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--black);
    /* width: 17%; */
    display: inline-flex;
}

.descript-wrap p:nth-child(2) {
    color: #828282;
    font-size: 1.125rem;
    font-weight: 400;
}

.descript-wrap p:nth-child(3) {
    color: #828282 !important;
    font-size: 1.125rem;
    font-weight: 400;
}

/* .descript-wrap p:nth-child(2) span {
    width: 56%;
} */

.descript-wrap p:nth-child(3) span {
    width: 38%;
}


.descript-wrap p:nth-child(3),
.descript-wrap p:nth-child(5),
.descript-wrap p:nth-child(6),
.descript-wrap p:nth-child(7),
.descript-wrap p:nth-child(8) {
    color: var(--theme-color);
}


.wishlistSec .electroBox figure .sale.green {
    background-color: var(--theme-color);
}

.electroBox.thcBox .thcContent h5 {
    font-size: 1rem;
    font-weight: 700;
}

.electroBox.thcBox .thcContent h5 span {
    padding: 0;
    margin: 10px 0;
    display: block;
    color: var(--theme-color);
    font-weight: 400;
}

.ventureSec .electroBox.thcBox {
    margin: 1rem 0;
    height: 720px;
}

.ventureSec {
    padding-bottom: 7rem;
}

.vendorContnt h2 {
    font-size: 3.75rem;
}

.vendorContnt h4 {
    font-weight: 600;
    line-height: 2;
}

.ourvendorSec .row + .row {
    margin-top: 2rem;
}

.vendorContnt {
    margin-top: 3rem;
}

.ak h3 {
    font-size: 1.375rem;
    font-weight: 600;
}

.ak p {
    font-size: 1.125rem;
}

.vndrLocation ul li a {
    font-size: 1.375rem;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.vndrLocation ul li a span {
    font-size: 1.25rem;
    color: #828282;
}

.vendorWrapss {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.vendorWrapss figure {
    flex-shrink: 0;
}

.msgBox h5 {
    font-size: 1.375rem;
}

.msgBox h6 {
    font-size: 1.25rem;
}

.msgBox {
    border: 1px solid #DFDFDF;
    border-radius: 12px;
    background-color: #F6F6F6;
    padding: 1rem 1rem 3rem 1rem;
    margin-top: 1rem;
}

.vndrLocation ul li + li {
    padding-top: 8px;
}

.vndrLocation {
    border: 1px solid #DFDFDF;
    border-radius: 12px;
    padding: 1.5rem;
}

.ourvendorSec {
    background-color: #F8F6F6;
}

.bgClr {
    background-color: var(--white);
    border-radius: 20px;
    padding: 2rem 2rem;
}


a.navbar-brand img, .navbar-nav li:nth-child(4), .navbar-nav li:nth-child(5), .navbar-nav li:nth-child(6) {
    display: none;
}

.THcSlider {
    padding-bottom: 2rem;
}

.THcSlider .thcContent {
    padding: 0.7rem 1rem 0.5rem;
}

.thcCartTable .imgBox img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}

.thcCartTable th, .thcCartTable td {
    vertical-align: middle;
    text-align: center;
}

.thcCartTable th {
    text-align: center;
}

.number span {
    background: #ddd;
    cursor: pointer;
}

.thcCartTable td span {
    font-weight: 700;
}

.themeBtn.checkoutBtn {
    /* display: block; */
    width: fit-content;
    /* margin-left: auto; */
}

.sellerBox img {
    height: 250px;
}

.industrialBox img {
    height: 490px;
}

.vendorBox {
    text-align: center;
    box-shadow: 0px 0px 12px #0000001a;
    padding: 2rem;
    border-radius: 10px;
    margin: 1rem 0;
}

.vendorBox .vendorContnt h4 {
    font-size: 2rem;
    text-transform: uppercase;
}

.vendorBox .vendorContnt p {
    font-size: 0.8rem;
    color: #a1a1a1;
}

.vendorIner {
    padding: 12rem 0;
}

.row {
    gap: 1.5rem 0;
}

.electroBox .formBtn {
    width: 178px;
    bottom: -21px;
    border: 1px solid var(--theme-color);
}

button.themeBtn.formBtn:hover {
    border: 1px solid var(--theme-color);
    background: var(--white);
    color: var(--theme-color);
}

.wishContent p {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.heartHead h3 {
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    top: 0;
    background: #272460;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -9px;
}

.heartHead {
    position: relative;
}

.wishWrap:nth-of-type(odd) {
    border-right: 1px solid #D7D7D7;
}

.wishContent {
    width: 100%;
    text-align: left;
}

.dltIcon button {
    outline: none;
}

.modal .review-area ul li.active {
    color: #ffd600;
}

.cart h3 {
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    top: 0;
    background: #272460;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}

.productSIDE a {
    border-radius: 10px;
    position: unset;
    display: block;
    width: auto;
    margin-top: 12rem;
    text-align: center;
}

.themeBtn.update-cart.disabled {
    opacity: 0.4;
}

.proCounter input {
    height: 50px;
    width: 60px;
    text-align: center;
    font-size: 16px;
    border: 0;
    background: transparent;
    border: 1px solid #ccc;
}

i.fas.fa-times.remove-from-cart {
    cursor: pointer;
}

.quantitySec.ThcQuant .number {
    padding: 0;
    justify-content: space-between;
    border-radius: 0;
}

.main-container {
    padding: 8rem 0;
}

/*=====================================
 Sidebar Style
=====================================*/

.sidebar .widget {
    padding: 30px;
    margin-bottom: 35px;
}

.service-widget-2 ul li {
    margin: 2px 0;
    position: relative;
}

.service-widget-2 ul li a {
    padding: 15px 30px;
    display: block;
    font-weight: 600;
    color: var(--theme-secondary-color);
    background: var(--theme-gray-color);
}

.service-widget-2 ul li::after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 600;
    right: 20px;
    top: 15px;
    color: var(--theme-secondary-color);
}

.sidebar.widget-full-width .widget {
    padding: 0;
}

.portfolio-category ul li a {
    font-weight: 400;
}

.service-widget ul li,
.portfolio-category ul li {
    padding: 10px 5px;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar-portfolio.sidebar .widget {
    padding: 0;
}

.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_product_categories ul li a,
.portfolio-category ul li a {
    color: var(--theme-general-color);
    font-size: 15px;
}

.service-widget ul li a {
    color: var(--theme-general-color);
    font-size: 16px;
    font-weight: 600;
}

.widget-shadow-box .widget {
    border-top: 3px solid;
    border-color: var(--theme-primary-color);
}

.service-widget ul li a:hover,
.widget_archive ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_product_categories ul li a:hover,
.portfolio-category ul li a:hover,
ul.product_list_widget li a:hover,
.tagcloud ul li a:hover {
    color: var(--theme-primary-color);
}

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
    padding: 6px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget_product_categories ul li span {
    float: right;
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_product_categories ul li:last-child {
    border-bottom: 0;
}

.widget_product_categories {
    /* border: 1px solid #e1e1e1; */
    padding: 30px 20px;
}

.sidebar-blog .widget-title,
.shop-sidebar .widget-title {
    font-size: 18px;
    text-transform: uppercase;
}

#sidebar .widget-title {
    margin-bottom: 20px;
}

#sidebar .widget {
    margin-bottom: 35px;
}

.tagcloud ul li {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 4px;
}

.tagcloud ul li a {
    padding: 3px 10px;
    border: 1px solid #e1e1e1;
    color: var(--theme-general-color);
    border-radius: 3px;
    font-size: 14px;
    display: block;
}

.widget ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    width: 70px;
    margin-right: 10px;
    background-color: var(--theme-gray-color);
}

ul.product_list_widget li a {
    color: var(--theme-general-color);
    font-size: 16px;
    display: block;
    line-height: 20px;
}

.product_list_widget .woocommerce-Price-amount {
    color: var(--theme-secondary-color);
    font-weight: 500;
}

.product_list_widget del .woocommerce-Price-amount {
    color: var(--theme-general-color);
}

ul.product_list_widget li {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.widget_search form,
.search-widget form {
    position: relative;
}

.widget_search input,
.search-widget input {
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 50px;
    padding-right: 60px;
    margin: 0;
    background-color: var(--theme-gray-color);
    border-radius: 3px;
}

.widget_search input.search-submit,
.widget_search button,
.search-widget button {
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 0 3px 3px 0;
    border: 0;
    height: 48px;
    width: 48px;
    padding: 0;
    text-indent: -9999px;
    background: url("../images/search.png") no-repeat center center;
    background-size: 16px;
}

.sidebar-blog .widget {
    border: 1px solid #e1e1e1;
}

.widget_categories ul li,
.widget_categories ul li a {
    font-size: 15px;
    color: var(--theme-general-color);
}

.widget_categories ul li a:hover {
    color: var(--theme-primary-color);
}

.widget_recent_entries ul li {
    margin-bottom: 10px;
}

.widget_recent_entries ul li a {
    display: block;
    width: 100%;
    font-weight: 500;
}

.widget_recent_entries ul li a:hover {
    text-decoration: underline;
}

.widget_recent_entries ul li span {
    font-size: 14px;
    font-style: italic;
    color: #a5a5a5;
}

.widget_fliker_photo ul li {
    display: inline-block;
    margin: 0 2px 5px 0;
    width: 23%;
}

.widget-shadow-box .widget {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

#sidebar .widget:last-child {
    margin-bottom: 0 !important;
}

.widget_search input,
.search-widget input {
    padding: 13px 35px 13px 20px;
}

.widget-padding-one .widget {
    padding: 25px 20px;
    border: none;
}

.widget_product_categories ul li {
    border: none;
    position: relative;
}

.widget_product_categories ul li a {
    font-size: 14px;
    font-weight: 500;
}

.widget_product_categories .cat-item.cat-parent.open > a,
.widget_product_categories ul li a:hover {
    color: var(--theme-primary-color);
}

.widget_product_categories .cat-item.cat-parent > a {
    position: relative;
    display: table;
}

.widget_product_categories .cat-item.cat-parent .has-child {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.widget_product_categories .cat-item.cat-parent .has-child::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: block;
    font-weight: 900;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    text-align: center;
    -moz-transition: all ease 0.3s;
    text-align: center;
}

.cat-item.cat-parent.open > .has-child {
    transform: rotate(-180deg);
}

.cat-item.cat-parent ul.children {
    margin-left: 15px;
    margin-top: 5px;
    display: none;
}

.widget_product_categories .cat-item.cat-parent a span {
    float: inherit;
    margin-left: 3px;
}

.widget.widget_layered_nav li.wc-layered-nav-term {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    color: var(--theme-general-color);
    cursor: pointer;
}

.widget.widget_layered_nav li.wc-layered-nav-term.chosen,
.widget.widget_layered_nav li:hover {
    color: var(--theme-secondary-color);
}

.widget.widget_layered_nav li.wc-layered-nav-term.chosen::before,
.widget.widget_layered_nav li.wc-layered-nav-term:hover::before {
    border: 5px solid;
    border-color: #2370f4;
}

.widget.widget_layered_nav li.wc-layered-nav-term::before {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: inline-table;
    height: 16px;
    margin-right: 8px;
    width: 16px;
}

.widget.widget_layered_nav ul li:not(:last-child) {
    margin-bottom: 15px !important;
}

.widget-title-bordered-full .widget-title {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
    border-bottom: 2px solid #e7e7e8;
}

.widget-toggle .widget-title {
    position: relative;
    cursor: pointer;
}

.widget-toggle .widget-title::after {
    position: absolute;
    top: 7px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 10px;
    font-weight: 900;
    color: #000;
}

.widget-toggle.closed ul {
    display: none;
}

.maxlist-more {
    margin-top: 15px;
    display: table;
    cursor: pointer;
    color: var(--theme-secondary-color);
    font-weight: 600;
}

.widget.widget_layered_nav [class*="swatch-filter-"] li:nth-child(n + 6) {
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;
    margin-bottom: 0 !important;
}

.widget.widget_layered_nav
[class*="swatch-filter-"].show-more
li:nth-child(n + 6) {
    opacity: 1;
    visibility: visible;
    height: 100%;
    display: flex;
    margin-bottom: 15px !important;
}

.widget.widget_layered_nav
[class*="swatch-filter-"].show-more
.maxlist-more
span:first-child,
.widget.widget_layered_nav
[class*="swatch-filter-"]
.maxlist-more
span:last-child {
    display: none;
}

.widget.widget_layered_nav
[class*="swatch-filter-"].show-more
.maxlist-more
span:last-child {
    display: block;
}

.productsort-filter form select {
    border: none;
    background: none;
}


.price-range-search {
    width: 70px;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    display: inline-block;
    height: 30px;
    margin-bottom: 20px;
    font-size: 16px;
}

.price-range-field {
    width: 100%;
    background-color: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: black;
    height: 30px;
    text-align: center;
}

.livecount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.375rem;
}

.price-range-block + .themeBtn {
    margin: 2rem auto 0;
    border: none;
    position: unset;
    display: block;
}

.filter {
    position: sticky;
    top: 10px;
}

li.cat-item.cat-parent {
    display: block !important;
}

button.comntBtn {
    background: var(--theme-color);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    padding: 0.56em 2.2em;
    line-height: normal;
    border-radius: 50px;
    border: none;
}

button.comntBtn:hover {
    background: #272460;
    color: var(--white);
}

.reviewImg img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.inputfil.chebox label.thc-percent::before {
    content: none;
}

.thcPercent {
    display: flex;
    align-items: center;
    gap: 0 1rem;
}

.thcPercent label {
    flex: 0 1 100px;
}

button#searchBtn {
    background: var(--theme-color);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    padding: 0.56em 2.2em;
    line-height: normal;
    border-radius: 50px;
    border: none;
}

button#searchBtn:hover {
    background: #272460;
    color: var(--white);
}

button#searchBtn:focus {
    outline: none;
}

.electroBox.thcBox h4 {
    font-size: 1rem;
    font-weight: 700;
}

.electroBox.thcBox span {
    color: var(--theme-color);
    padding: 0 10px 0 8px;
    font-weight: 400;
}

.elctroContent h4 {
    font-size: 1rem;
    font-weight: 700;
}

.elctroContent span {
    color: var(--theme-color);
    padding: 0 10px 0 8px;
    font-weight: 400;
}

.addSec {
    margin: 0;
    padding: 0;
    background: var(--theme-color);
}

.addSec .swiper-slide {
    height: 400px;
}

.addSec .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

button.comntBtn {
    background: var(--theme-color);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    padding: 0.56em 2.2em;
    line-height: normal;
    border-radius: 50px;
    border: none;
}

button.comntBtn:hover {
    background: #272460;
    color: var(--white);
}

.reviewImg img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.inputfil.chebox label.thc-percent::before {
    content: none;
}

.thcPercent {
    display: flex;
    align-items: center;
    gap: 0 1rem;
}

.thcPercent label {
    flex: 0 1 100px;
}

button#searchBtn {
    background: var(--theme-color);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    padding: 0.56em 2.2em;
    line-height: normal;
    border-radius: 50px;
    border: none;
}

button#searchBtn:hover {
    background: #272460;
    color: var(--white);
}

button#searchBtn:focus {
    outline: none;
}

.electroBox.thcBox h4 {
    font-size: 1rem;
    font-weight: 700;
}

.electroBox.thcBox span {
    color: var(--theme-color);
    padding: 0 10px 0 8px;
    font-weight: 400;
}

.elctroContent h4 {
    font-size: 1rem;
    font-weight: 700;
}

.elctroContent span {
    color: var(--theme-color);
    padding: 0 10px 0 8px;
    font-weight: 400;
}

.addSec {
    margin: 0;
    padding: 0;
    background: var(--theme-color);
}

.addSec .swiper-slide {
    height: 400px;
}

.addSec .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Chat Box CSS:START */

.messageSec {
    display: flex;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    position: sticky;
    top: 2rem;
}

.messageSec .friendsRow .searchBox {
    height: 60px;
    border-bottom: 1px solid var(--theme-color);
}

.messageSec .friendsRow {
    background: #59595C;
    flex: 0 0 25%;
    width: 25%;
}

.messageSec .friendsRow .searchBox input {
    height: 100%;
    width: 100%;
    background: none;
    border: none !important;
    outline: none !important;
    padding-inline: 1rem;
    color: #fff;
}

.messageSec .friendsRow .searchBox input::placeholder {
    color: #fff;
}

.messageSec .friendsRow .filter {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 13px 0;
}

.messageSec .friendsRow .filter a {
    color: #fff;
    font-size: 0.75rem;
}

.messageSec .friendsRow .filter a.active {
    text-decoration: underline !important;
}

.messageSec .friendsRow .friends {
    display: flex;
    flex-direction: column;
    height: 650px;
    overflow: auto;
}

.messageSec .friendsRow .friends li a {
    display: flex;
    align-items: center;
    padding: 1rem;
    gap: 0.5rem;
    color: #fff;
}

.messageSec .friendsRow .friends li a.active {
    background: var(--theme-color);
}

.messageSec .friendsRow .friends li a .img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}

.messageSec .friendsRow .friends li a .content {
    display: flex;
    flex-direction: column;
    background: none;
    padding: 0;
    border-radius: 0;
}

.messageSec .friendsRow .friends li a .content .name {
    font-size: 0.875rem;
}

.messageSec .friendsRow .friends li a .content .status {
    font-size: 0.65rem;
}

.messageSec .chatBox .chatHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 2rem;
}

.messageSec .chatBox {
    flex: 0 0 100%;
    width: 100%;
}

.messageSec .friendsRow .friends li + li {
    border-top: 1px solid #707070;
}

.messageSec .chatBox .chatHead h3 {
    margin: 0;
    font-size: 1.125rem;
}

.messageSec .chatBox .chatHead span {
    font-size: 0.75rem;
    color: #ADADAD;
}

.messageSec .chatBox .chatBody {
    padding: 2.5rem 2rem;
    height: 600px;
    overflow: auto;
    border-block: 1px solid #BEBEBE;
}

.messageSec .chatBox .chatBody .messageBody {
    display: flex;
    align-items: start;
    gap: 0.5rem;
}

.messageSec .chatBox .chatBody .messageBody .content {
    background: none;
    border-radius: 0;
    padding: 0;
}

.messageSec .chatBox .chatBody .messageBody .content h4 {
    font-size: 0.875rem;
    margin: 0 0 0.35rem;
}

.messageSec .chatBox .chatBody .messageBody .content p {
    color: #fff;
    background: var(--theme-color);
    position: relative;
    padding: 0 1rem;
    font-size: 0.75rem;
    border-radius: 0 5px 5px;
    margin: 0;
}

.messageSec .chatBox .chatBody .messageBody .content p::before {
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: var(--theme-color);
}

.messageSec .chatBox .chatBody .messageBody .content span {
    font-size: 0.65rem;
    color: #ADADAD;
    display: block;
}

.messageSec .chatBox .chatBody .messageBody + .messageBody {
    margin-top: 1rem;
}

.messageSec .chatBox .chatBody .messageBody > img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: cover;
}

.messageSec .chatBox .chatBody .messageBody.send {
    flex-direction: row-reverse;
}

.messageSec .chatBox .chatBody .messageBody.send .content h4,
.messageSec .chatBox .chatBody .messageBody.send .content span {
    text-align: right;
}

.messageSec .chatBox .chatBody .messageBody.send .content p::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: -6px;
    left: initial;
}


.messageSec .chatBox .chatBody::-webkit-scrollbar-track,
.messageSec .friendsRow .friends::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.messageSec .chatBox .chatBody::-webkit-scrollbar,
.messageSec .friendsRow .friends::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.messageSec .chatBox .chatBody::-webkit-scrollbar-thumb,
.messageSec .friendsRow .friends::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--theme-color);
}

.messageSec .chatBox .chatFoot .messageBox {
    display: flex;
    align-items: center;
    padding-inline: 2rem;
    height: 100%;
}

.messageSec .chatBox .chatFoot .messageBox textarea {
    flex: 0 1 100%;
    width: 100%;
    height: 100%;
    border: none;
    padding-block: 1rem;
    outline: none;
    border: none;
}

.messageSec .chatBox .chatFoot .messageBox .intractables {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.messageSec .chatBox .chatFoot .messageBox .intractables .file {
    position: relative;
}

.messageSec .chatBox .chatFoot .messageBox .intractables .file input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.messageSec .chatBox .chatFoot {
    height: calc(100% - 660px);
}

.messageSec .chatBox .chatFoot .messageBox .intractables .file input img {
    cursor: pointer;
}

.messageSec .chatBox .chatFoot .messageBox .intractables .btnCont button {
    border-radius: 100%;
    border: none;
    background: var(--theme-color);
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 0.75rem;
    outline: none;
}

.messageSec .chatBox .chatBody .messageBody.send .content p {
    border-radius: 5px 0 5px 5px;
}

/* Chat Box CSS:END */
.productNav .productSlider-nav img, .productNav .productSlider-nav video {
    height: 150px;
    width: 100%;
}

.productNav .productSlider-for img:hover {
    transform: scale(1.1);
}

.productNav img, .productNav video {
    height: 550px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: .3s transform;
}

.productNav .productSlider-nav video {
    margin: 0rem 0;
    border: 3px solid transparent;
}


/*New Cart Desing CSS*/


.thcCartTable .table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.thcCartTable .table .thead-dark th {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.thcCartTable .table .thead-dark th:first-child {
    border-radius: 10px 0px 0px 10px;
}

.thcCartTable .table .thead-dark th:last-child {
    border-radius: 0px 10px 10px 0px;
}


.thcCartTable .table tbody tr td:first-child {
    border-left: 1px solid #f2f2f2;
    border-radius: 12px 0px 0px 12px;
    position: relative;
    overflow: hidden;
}

.thcCartTable .table tbody tr td .inputcheck {
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 50%;
    accent-color: var(--theme-color);
    width: 2rem;
    height: 2rem;
}

.thcCartTable .table tbody tr td:last-child {
    border-right: 1px solid #f2f2f2;
    border-radius: 0 12px 12px 0;
}

.thcCartTable .table .cartoption {
    display: flex;
    font-size: 1.25rem;
    align-items: center;
    justify-content: end;
    gap: 1.5rem;
}

.thcCartTable .table .cartoption div {
    display: flex;
    flex-direction: column;
}

.update-cart,
.checkoutBtn {
    position: static;
    margin-right: 0 !important;
    border-radius: 30px !important;
}

/*Shoaib Changes*/

.thcCartTable .table tr td:first-child,
table.newbuyerinvoice tr th:first-child,
table.newbuyerinvoice tr td:first-child {
    border-radius: 12px 0 0 12px;
}

table.newbuyerinvoice tr th:last-child,
table.newbuyerinvoice tr td:last-child {
    border-radius: 0 12px 12px 0;
}

table.newbuyerinvoice {
    border-collapse: separate;
    border-spacing: 0 15px;
}

table.newbuyerinvoice tbody tr td {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

table.newbuyerinvoice tbody tr td:first-child {
    border-left: 1px solid #f2f2f2;
}

table.newbuyerinvoice tbody tr td:last-child {
    border-right: 1px solid #f2f2f2;
    border-radius: 0 12px 12px 0;
}

table.newbuyerinvoice tbody tr td .bg-black {
    background: var(--black) !important;
}

.thcCartTable .table {
    border-collapse: separate;
    border-spacing: 0 15px;
    width: 100%;
}

.thcCartTable .table .thead-dark th {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.thcCartTable .table .thead-dark th:first-child {
    border-radius: 10px 0px 0px 10px;
}

.thcCartTable .table .thead-dark th:last-child {
    border-radius: 0px 10px 10px 0px;
}

.thcCartTable .table tbody tr td:first-child {
    border-left: 1px solid #f2f2f2;
    border-radius: 12px 0px 0px 12px;
    position: relative;
    overflow: hidden;
}

.thcCartTable .table tbody tr td .inputcheck {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    accent-color: var(--theme-color);
    width: 2rem;
    height: 2rem;
}

.thcCartTable .table tbody tr td:last-child {
    border-right: 1px solid #f2f2f2;
    border-radius: 0 12px 12px 0;
}

.thcCartTable .table .cartoption {
    display: flex;
    font-size: 1.25rem;
    align-items: center;
    justify-content: end;
    gap: 1.5rem;
}

.thcCartTable .table .cartoption div {
    display: flex;
    flex-direction: column;
}

.thcCartTable th, .thcCartTable td {
    vertical-align: middle !important;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.thcCartTable .table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.thcCartTable .table .thead-dark th {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.thcCartTable .table .thead-dark th:first-child {
    border-radius: 10px 0px 0px 10px;
}

.thcCartTable .table .thead-dark th:last-child {
    border-radius: 0px 10px 10px 0px;
}


.thcCartTable .table tbody tr td:first-child {
    border-left: 1px solid #f2f2f2;
    border-radius: 12px 0px 0px 12px;
    position: relative;
    overflow: hidden;
}

.thcCartTable .table tbody tr td .inputcheck {
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 50%;
    accent-color: var(--theme-color);
    width: 2rem;
    height: 2rem;
}

.thcCartTable .table tbody tr td:last-child {
    border-right: 1px solid #f2f2f2;
    border-radius: 0 12px 12px 0;
}

.thcCartTable .table .cartoption {
    display: flex;
    font-size: 1.25rem;
    align-items: center;
    justify-content: end;
    gap: 1.5rem;
}

.thcCartTable .table .cartoption div {
    display: flex;
    flex-direction: column;
}

.update-cart,
.checkoutBtn {
    position: static;
    margin-right: 0 !important;
    border-radius: 30px !important;
}


table {
    border-collapse: collapse;
}


.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.thcCartTable th {
    text-align: center;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.thcCartTable th, .thcCartTable td {
    vertical-align: middle !important;
}

.thcCartTable .imgBox img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: center;
}

.thcCartTable td span {
    font-weight: 700;
}

.number {
    background: #F7F6FB;
    padding: 1rem 0;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    width: 100%;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.number .minus {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.number .plus {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.number span {
    background: #ddd;
    cursor: pointer;
}

.number input {
    background: #F7F6FB;
    border: none;
    height: 1rem;
    width: 50px;
    text-align: center;
}

.themeBtn.checkoutBtn {
    display: inline-block;
    width: fit-content;
    margin-right: 14px;
    bottom: -3rem;
}

.themeBtn.Btn {
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
    width: 17rem;
    padding: 1.2rem 0.5rem;
}

.wishlistBox {
    display: flex;
    align-items: start;
    gap: 2rem;
    position: relative;
}

.wishContent {
    width: 100%;
    text-align: left;
}
.wishContent h3 {
    font-size: 1.375rem;
    line-height: 1.5;
}

.wishContent p {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.elctroContent p {
    font-size: 1rem;
    color: #9b9b9b;
    line-height: 1.2;
    margin: 0.4rem 0;
    overflow: hidden;
}

.wishContent h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
    margin: 0.5rem 0;
    text-transform: capitalize;
}

.wishContent h4 span {
    color: var(--theme-color);
    padding-left: 0.2em;
}

.wishContent.elctroContent h5 {
    font-size: 1.225rem;
    font-weight: 600;
    margin: 0;
}

.fix-btn {
    width: 100%;
    display: block;
    border-radius: 0.1rem;
    position: static;
    margin-top: 1rem;
    border: 0;
    outline: 0;
    box-shadow: none;
}

/*Step Form css start*/
.imgFluid {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
    transition: all 300ms ease-in-out;
    border: none;
    outline: none !important;
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
    border-radius: 20px;
}


/* ThemeBtn */

.themeBtn {
    width: fit-content;
    display: block;
    background-color: var(--color-primary);
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
    padding: 1rem 2.25rem;
    border-radius: 3.125rem;
}

.themeBtn--center {
    margin: 0.5rem auto;
}

.themeBtn--full {
    width: 100%;
}


/* signUp-form */

.signUp-form {
    margin: 4rem 0;
    position: relative;
}

.signUp-form .signUp-main {
    padding: 5rem 4rem;
    position: relative;
}

.signUp-form .stepForm {
    margin: 2rem 0;
    padding: 0 12rem;
    position: relative;
}

.signUp-form .signUp-title h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.65rem;
}

.signUp-form .nav-tabs .nav-link {
    background-color: var(--color-secondary);
    border: 1px solid var(--white);
    border-radius: 3.75rem;
    padding: 0.6rem 3.5rem;
    margin: 0 0.5rem 3rem;
    color: var(--white);
    transition: all 300ms ease-in-out;
}

.signUp-form .nav-tabs .nav-link:hover,
.signUp-form .nav-tabs .nav-item.show .nav-link,
.signUp-form .nav-tabs .nav-link.active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.signUp-form .tab-pane.active {
    display: block
}

.signUp-form .tab-pane {
    display: none
}

.signUp-form #msform {
    position: relative;
}

.signUp-form #msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    width: 100%;
    margin: 0;
    position: relative
}

.signUp-form #msform fieldset:not(:first-of-type) {
    display: none
}

.signUp-form #progressbar {
    display: flex;
    width: 100%;
    position: relative;
    margin: -3rem 0 5rem;
}

.signUp-form #progressbar li {
    position: relative;
    z-index: 1;
    width: 100%;
}

.signUp-form #progressbar #confirm {
    width: 12%;
}

.signUp-form #progressbar li::before {
    content: "";
    width: 60px;
    height: 60px;
    background-color: var(--color-secondary);
    border: 1px solid var(--white);
    border-radius: 50%;
    position: absolute;
    inset: 0;
    z-index: -1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--white);
}

.signUp-form #progressbar #account::before {
    content: "01";
}

.signUp-form #progressbar #personal::before {
    content: "02";
}

.signUp-form #progressbar #payment::before {
    content: "03";
}

.signUp-form #progressbar #confirm::before {
    content: "04";
}

.signUp-form #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--white);
    position: absolute;
    left: 0;
    top: 30px;
    z-index: -2;
}

.signUp-form #progressbar li.active:before,
.signUp-form #progressbar li.active:after {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.signUp-form .stepForm label {
    font-size: 1rem;
    font-weight: 500;
    color: var(--white);
    margin: 0 0 0.8rem;
}

.signUp-form .stepForm :is(input,
textarea,
select) {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    background-color: var(--white);
    font-size: 1rem;
    margin: 0 0 1rem;
    color: var(--black);
    border: none;
    outline: none;
    resize: none;
    border-radius: 3.125rem;
}

.signUp-form .stepForm textarea {
    border-radius: 0.625rem;
}

.signUp-form .subscription .themeBtn,
.signUp-form .package .themeBtn {
    padding: 0.6rem 3.5rem;
    background-color: var(--color-secondary);
    border: 1px solid var(--white);
}

.signUp-form .subscription .themeBtn:hover,
.signUp-form .package .themeBtn:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.signUp-form .packCard {
    background-color: var(--color-secondary);
    border: 1px solid var(--white);
    border-radius: 0.625rem;
    padding: 1.5rem 2.5rem;
    transition: all 400ms ease-in-out;
    margin: 1.5rem 0 0;
}

.signUp-form .packCard:hover {
    background-color: var(--white);
}

.signUp-form .packCard:hover .packCard-header h5 {
    color: var(--black);
}

.signUp-form .packCard:hover .packCard-header h6 {
    color: #A2A2A2;
}

.signUp-form .packCard:hover .para {
    color: #292929;
}

.signUp-form .packCard-header h5 {
    font-size: 1.375rem;
    font-weight: 500;
    margin: 0 0 0.5rem;
}

.signUp-form .packCard-header h6 {
    font-size: 1rem;
}

.signUp-form .packCard .top,
.signUp-form .packCard .bottom {
    width: 100%;
    border-color: #C3CEB5;
    margin: 1rem 0;
}

.signUp-form .packCard-price {
    width: 150px;
    height: 150px;
    background-color: var(--color-secondary);
    border-radius: 50%;
    border: 1px solid var(--white);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.signUp-form .packCard-price h4 {
    color: var(--color-primary);
    font-size: 1.375rem;
    font-weight: 600;
}

.signUp-form .packCard-price h4 span {
    font-size: 2rem;
}

.signUp-form .packCard .para {
    font-size: 1.125rem;
    margin: 1rem 0 3rem;
}

.signUp-form .packCard .bottom {
    width: 80%;
    display: block;
    margin: 0 auto 0.5rem;
}

.signUp-form .packCard .themeBtn {
    font-size: 1rem;
    padding: 0.6rem 1.75rem;
    margin: 1rem auto 0;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.signUp-form .packageMain {
    border: 2px dashed var(--white);
    border-radius: 0.75rem;
    padding: 2.5rem 6rem;
}

.signUp-form .packageMain-content h6 {
    margin: 0 0 1.25rem;
}

.signUp-form .packageMain-content h6:last-child {
    margin: 0;
}

.signUp-form .radioBtn-main {
    gap: 2rem;
    position: relative;
    margin: -1.5rem 0 2rem;
}

.signUp-form .radioBtn-main .radio input[type=radio] {
    width: fit-content;
    accent-color: var(--color-primary);
    margin-bottom: 0;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.signUp-form .radioBtn-main .radio label {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 1.15rem;
}

.signUp-form .anyacc {
    font-size: 1.1rem;
}

.signUp-form .anyacc span {
    text-decoration: underline !important;
    margin-left: 0.5rem;
    color: var(--color-primary);
}

/*Step Form css end*/


.logo img.logo-img.newlogin{
    max-width: 160px;
}

.vendorCard .row {
    gap: unset;
}

.vendorCard .review-banner {
    position: relative;
}

.vendorCard .review-banner > figure {
    position: relative;
    margin-top: 1.75rem;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 2px 4px 12px 3px #9f9d9d66;
    border: 1px solid #82021F;
}

.vendorCard .review-banner > figure::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.vendorCard .review-banner > figure > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.vendorCard .review-banner .media img {
    width: 27%;
    margin-top: 0;
    border-radius: 15px;
    border: none;
}

.vendorCard .review-banner .media p {
    margin: 0;
}

.vendorCard .review-banner .media {
    position: absolute;
    inset: 0;
    margin: 1rem;
    align-items: end;
    gap: 1rem;
}

.vendorCard .review-banner .media h5 {
    color: #fff;
    margin-bottom: 0;
}

.vendorCard .review-banner .media p {
    color: #fff;
    font-size: 12px;
}

.vendorCard .review-banner .media span i {
    color: #ffbc03;
    margin-top: 0;
    font-size: 10px;
}

.main-hero-section {
    overflow: hidden;
    position: relative;
    background-color: var(--theme-color);
    padding-top: 8rem;
}

.mainHomeSlider {
    width: 100%;
    margin-top: -3.5rem;
    overflow: visible;
}

.mainHomeSlider .swiper-slide {
    display: flex;
    align-items: center;
}

.mainHomeSlider .swiper-slide figure.top {
    padding-top: 4.125rem;
}

.mainHomeSlider figure img {
    border-radius: 1.5rem;
    border: 2px solid var(--black);
    user-select: none;
    width: 100% !important;
    aspect-ratio: 5/6;
    object-fit: cover;
    overflow: hidden;
}

.mainHomeSlider figure img+img {
    margin-top: 2.8125rem;
}

.mainHomeSlider .swiper-wrapper {
    transition-timing-function: linear;
}