@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

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

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    overflow-x: hidden;
}


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

:root {
    --white: #ffffff;
    --black: #000;
    --theme-color: #7E4A01;
    --primary-color: #CC9D4B;
    --extra-color: #262262;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: var(--black);
}

h3,
h4,
h5,
h6 {
    color: var(--black);
}

h1,
h2 {
    font-family: 'Bebas';
}

.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;
}

.headingOne {
    font-size: 3.75rem;
    color: var(--black);
    text-align: center;
    margin-bottom: 2rem;
}

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

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

.productBox:hover .themeBtn {
    opacity: 1;
}

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


/* topbar start */

header {
    background: var(--black);
    position: relative;
    z-index: 1;
}

.topBar {
    background: var(--black);
    padding: 1rem 4.2rem;
}

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

.deliveryList ul li .logo-img {
    margin-right: 7rem;
}

.deliveryList ul li h2 {
    font-size: 1.125rem;
    margin: 0 0 5px;
    font-weight: 500;
    color: #808080;
}

.deliveryList ul li span {
    font-size: 1.125rem;
    color: var(--white);
    display: table;
    margin-left: auto;
    font-family: 'Bebas', sans-serif;
}

.search button.btn.btn-outline-secondary.dropdown-toggle {
    background: #808080;
    font-size: 1.125rem;
    color: var(--white);
    padding: 0 1.3rem;
    border-top-left-radius: 0.625rem;
    font-family: 'Bebas';
    border-bottom-left-radius: 0.625rem;
}

.search input.form-control {
    width: 700px;
    height: 73px;
    color: var(--black) !important;
}

.search .searchs {
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.75rem;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    font-size: 1.563rem;
    color: var(--white);
    font-weight: 400;
}

.search .searchs:hover {
    background: var(--extra-color);
}

.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: #808080;
    font-weight: 500;
    font-family: 'Bebas';
}

.heloContent a.acountList {
    font-size: 1.125rem;
    color: var(--white);
    font-family: 'Bebas';
}

.cart a {
    display: flex;
    align-items: flex-end;
    gap: 0.2rem;
}

.deliveryList ul li span {
    font-size: 1.125rem;
    color: var(--white);
    display: table;
    margin-left: auto;
}

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


/* topbar end */


/* nav area strat */

.an-navbar {
    background: #161616;
    border-top: 1px solid;
    padding: 1.5rem 4.2rem;
}

.navbar-nav {
    align-items: center;
    width: 100%;
    gap: 2.1rem;
}

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

.alldrop button {
    all: unset;
    /* cursor: pointer; */
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
}

.alldrop .dropdown-menu {
    min-width: 18rem;
    padding: 0;
    background: transparent;
    top: 47px;
    left: 0;
}

.alldrop .dropdown-menu ul {
    background: #fff;
    overflow: auto;
    height: 340px;
    padding: 0;
}

header .btn-secondary.dropdown-toggle {
    background-color: transparent !important;
    box-shadow: none !important;
}

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

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 0;
    margin: 0 0;
    display: inline-block;
    /* border-bottom: 5px solid transparent; */
}


/* nav area end */


/* slider start */

.mainSlider {
    height: 452px;
    position: relative;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.slideContent h2 {
    font-size: 1.875rem;
    color: var(--white);
    text-transform: uppercase;
}

.slideContent .headingOne {
    color: var(--white);
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}

.slideContent p {
    color: var(--white);
}

.slideContent a {
    border-radius: 5px;
    font-size: 13px;
    border: 1.5px solid var(--white);
    color: var(--white);
    padding: 10px 25px;
    text-transform: uppercase;
}

.slideContent a:hover {
    background: var(--extra-color);
    color: var(--white);
}

figure.bannerImg {
    position: absolute;
    right: -11rem;
    bottom: -3px;
}


/* slider end*/


/* collection start */

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

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

.collectCard a figure:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #d8d8d8;
    width: 213px;
    height: 213px;
    border-radius: 50%;
    z-index: -1;
    margin: auto;
    top: 0;
    bottom: 0;
}

.collectionSec {
    padding: 3rem 4rem;
    text-align: center;
}

.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;
}

.collectCard a span {
    font-size: 1.063rem;
    color: var(--black);
    font-weight: 400;
    display: table;
    margin: 1.3rem auto 0;
}


/* collection end */


/* deals start */

.deals {
    padding: 3rem 0;
}

.deal-wrp {
    background: #F9F9F9;
}

.deal-wrp {
    padding: 3rem 2rem 2rem 2rem;
}

.deal-wrp h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.deal-wrp p {
    font-size: 1rem;
}

.deal-wrp ul {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}

.deal-wrp a {
    color: var(--black);
    font-size: 1.125rem;
    margin-top: 1.5rem;
    display: block;
}


/* deals end */


/* fashion start */

.fashion {
    padding: 3rem 0 5rem;
}

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

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

.productBox figure img {
    width: 100%;
}

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

.productBox figure .heart i.fas.fa-heart {
    opacity: 0;
}

.productBox:hover figure .heart i.fas.fa-heart:hover {
    opacity: 1;
    color: var(--extra-color);
}

.productBox figure .sale {
    position: absolute;
    left: 0;
    top: 11px;
    background: var(--extra-color);
    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;
}

.procontent {
    padding: 1rem 1rem 1.5rem;
}

.procontent p {
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 0.4rem 0;
}

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

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

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

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

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

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

.productBox .themeBtn {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 158px;
    bottom: -25px;
}


/* men fashion end */


/* women fashion start */

.fashion.women {
    background-color: #F8F6F6;
}

.fashion .container-fluid {
    padding: 10px 50px;
}

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

.selerone .sellerBox {
    padding: 10px 60px;
}

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

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

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

.sellerContent h2 {
    font-size: 1.125rem;
    color: var(--black);
    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: var(--black);
    font-weight: 600;
}

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

.sellerBox.industrialBox .sellerContent {
    margin: 1rem 2rem;
}

.sellerBox.industrialBox {
    padding: 10px 40px;
}


/* .sellerBox.industrialBox span.heart {
    top: -2rem;
    right: -20px;
} */

.sellerBox.industrialBox img {
    height: 647px;
    object-fit: cover;
}

.sellerBox figure {
    overflow: hidden;
}

.sellerBox figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.sellerBox:hover figure img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


/* women fashion end */


/* fitness start */

.fitness .productBox figure .sale {
    background-color: var(--theme-color);
}

.fitness .productBox:hover figure .heart i.fas.fa-heart:hover {
    opacity: 1;
    color: var(--theme-color);
}

.productBox figure {
    overflow: hidden;
}

.productBox figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.productBox:hover figure img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


/* fitness end */


/* electronic start */

.fashion.electronic {
    background: #F8F6F6;
}


/* electronic end */


/* customer start */

.customerSec {
    background: var(--theme-color);
    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;
}


/* customer end */


/* footer start */

footer {
    padding-top: 5rem;
    background-color: var(--black);
}

.quickList ul li a {
    font-size: 0.875rem;
    color: var(--white);
    font-weight: 400;
}

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

.calFoter ul li a strong {
    font-size: 1.25rem;
    color: var(--primary-color);
}

.calFoter ul li a span {
    display: block;
    font-size: 12px;
}

.calFoter ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.calFoter ul li a {
    font-size: 0.875rem;
    color: var(--white);
}

.calFoter ul li span {
    font-size: 0.875rem;
    color: var(--white);
}

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

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

.copyRight p {
    margin: 0;
    font-size: 0.75rem;
    color: var(--white);
    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: var(--primary-color);
}


/* footer end */


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-box-reflect: below 0 linear-gradient(transparent, transparent, #0005);
    background-color: var(--black);
}

.loader {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    animation: animate 2s linear infinite;
}

.loader:nth-child(2),
.loader:nth-child(4) {
    filter: hue-rotate(290deg);
    animation-delay: -1s;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader:nth-child(1)::before,
.loader:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to top, transparent, rgba(0, 255, 249, .4));
    background-size: 100px 180px;
    background-repeat: no-repeat;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.loader i {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff, 0 0 80px #fff, 0 0 90px #fff, 0 0 100px #fff;
}

.loader span {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: #000;
    border-radius: 50%;
    z-index: 1;
}

.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: 3.125rem;
    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 7rem;
}

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

.featureInner .womenImg {
    top: 1.5rem;
}

.featureInner {
    padding: 6rem 0;
}

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

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

.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: 0;
}

.electroBox:hover figure .heart i.fas.fa-heart:hover {
    opacity: 1;
    color: var(--theme-color);
}

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

.electroBox figure .sale {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--theme-color);
    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: 1.2rem 2rem 0.5rem;
}

.elctroContent p {
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.7;
}

.elctroContent ul {
    margin: 0 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;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 158px;
    bottom: -15px;
}

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

.electroSec {
    padding: 4rem 4rem;
}

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;
}

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

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

.electronicSec.productListSec .electroBox figure .heart i {
    right: 45px;
    top: 11px;
}

.electronicSec.productListSec .electroBox {
    padding: 1rem 0;
    /*margin-top: 1rem;*/
    height: 100% !important;
}

.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;
}

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

.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: 2px solid #CC9D4B;
    padding: 0.5rem 0.9rem;
    border-radius: 3px;
}

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

.info-content .sectionHeading {
    text-align: left;
}

.customer-services-banner,
.registration-sec {
    background-color: #7E4A01;
    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;
}

.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%;
}

.registration-sec.signupbann:after {
    background-image: url(../images/signup-banner.jpg);
}

.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%;
}

.registration-sec .themeBtn {
    background: #CC9D4B;
}

.registration-sec .themeBtn:hover {
    background: var(--extra-color);
    border: 2px solid;
}

.forget-password a:hover {
    color: #fff;
}

.forget-password a {
    color: #fff;
}

.forget-password {
    margin-top: 1rem;
}

.forgetPass .themeBtn {
    border: unset;
    width: 80%;
    margin-left: unset;
    font-size: 1.125rem;
    height: 55px;
}

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

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

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

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

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

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

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

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

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

.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;
    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;
}

.content-wrpr h2 {
    text-transform: capitalize;
    text-align: center;
    font-size: 1.125rem;
    color: #CC9D4B;
    margin-top: 0.75rem;
    font-weight: 500;
}

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

.over-50k-wrpr h1 span {
    color: var(--theme-color);
    font-weight: 400;
}

.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;
    font-size: 60px;
    text-align: center;
}

.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;
}

.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;
    text-align: center;
}

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

.contact-information-sec {
    background-color: #7E4A01;
    padding: 3rem 0;
}

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

.icon-bg {
    background-color: #CC9D4B;
    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;
    text-align: center;
}

.content-wrpr.newhead h1 span {
    color: #CC9D4B;
}

.privacySec h1,
.privacySec h2,
.privacySec h3 {
    margin: 0 0 1em;
}

.privacySec h3 {
    font-family: 'Bebas';
}

.privacySec p {
    margin-bottom: 1.5em;
}

.privacySec p + h2,
.privacySec ol + h2,
.privacySec ul + h2 {
    margin-top: 1em;
}

.privacySec ol,
.privacySec ul {
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.privacySec ol {
    padding: 0;
}

.privacySec ul {
    list-style: disc;
}

.privacySec ol li,
.privacySec ul li + li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.2;
}

.calFoter ul li i {
    font-size: 1.75rem;
    color: var(--primary-color);
}


/*Singin/up Page*/

.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;
    font-size: 1.125rem;
    height: 55px;
}

.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;
}


/*Singin/up Page End*/


/*Reviews Page*/

.reviewInner {
    background: #EDF3F3;
}

.testimonialWrap {
    background-color: var(--white);
    border-radius: 10px;
    padding: 2rem 2rem 3rem;
    position: relative;
    margin: 1rem 12px 9rem 0;
}

.testimonialWrap::before {
    content: "";
    position: absolute;
    background-color: var(--white);
    width: 4rem;
    height: 3rem;
    clip-path: polygon(0 0, 50% 0, 0 100%, 0% 100%);
    bottom: -47px;
    left: 3rem;
}

.userName {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 1.2rem;
}

.userName h4 {
    font-size: 1.9375rem;
    color: #1D3146;
    margin: 0;
}

.userName ul {
    display: flex;
}

.userName ul li a {
    font-size: 0.875rem;
    color: #DC8227;
}

.testimonialWrap p {
    font-size: 1rem;
    color: #1D3146;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.8;
    padding-bottom: 2rem;
}

.user {
    position: absolute;
    bottom: -9rem;
    left: 10px;
}

.reviewSec {
    background: #EDF3F3;
    position: relative;
}

.quote {
    position: absolute;
    right: 30px;
}

.quote span {
    font-size: 1.1875rem;
    color: #001F3C;
    font-weight: 400;
}

.revewLeft {
    position: absolute;
    bottom: -3rem;
    left: -8.5rem;
}

.revewRight {
    position: absolute;
    bottom: -5rem;
    right: -9.5rem;
}

.reviewInner {
    background: #EDF3F3;
}

.reviewInner .testimonialWrap {
    margin-bottom: 12rem;
}

.reviewInner input {
    width: 100%;
    height: 4rem;
    padding-left: 1.3rem;
    border: none;
    color: #000;
    border-radius: 10px;
    margin: 1rem 0;
}

.reviewInner textarea {
    width: 100%;
    height: 200px;
    padding: 1.3rem;
    border: none;
    color: #000;
    border-radius: 10px;
    margin: 1rem 0;
}

.reviewInner input::placeholder,
.reviewInner textarea::placeholder {
    color: #000;
}

.reviewInner button {
    border: none;
}


/*Reviews Page End*/


/*Cart Page*/

.cardBox {
    justify-content: space-between;
    display: flex;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    align-items: center;
    padding-right: 2rem;
    margin: 1rem 0;
}

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

.cardimg img {
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    width: 180px;
}

.cardimg h4 {
    font-size: 25px;
    line-height: 1.7;
}

.cardimg h4 span {
    display: block;
    color: #C8892C;
}

.cardContnt a i {
    font-size: 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    background: #40AF46;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

section.cardInner h6 {
    font-size: 30px;
}

section.cardInner h6 span {
    font-size: 1rem;
    padding-left: 2rem;
    font-weight: 400;
}

section.cardInner p {
    font-size: 1rem;
    color: #282828;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
}

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

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

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

.quantitySec .number input {
    width: 100px
}

.number {
    background: #F7F6FB;
    padding: 1rem 0;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    width: 100%;
    color: #282828;
}

.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;
}


/*Cart Page End*/


/*Product Details Page*/


/*PRoduct Details*/

.Proreview h2 {
    text-align: left;
    margin: 1rem 0;
    font-size: 2rem;
}

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

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

.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: 10px;
    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: 5rem 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;
}

.productNav figure {
    background: #FBFBFB;
    border-radius: 10px;
    padding: 1rem;
    margin: 0.7rem 0;
    border: 1px solid #F3F3F3;
}

ul.stckst li {
    font-size: 1.25rem;
    color: #ca9d52;
    font-weight: 600;
}

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

.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: gold;*/
    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;
}

.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;
    cursor: pointer;
}

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

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

.quantitySec .number input {
    width: 100px
}

.number {
    background: #F7F6FB;
    padding: 1rem 0;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    width: 100%;
    color: #282828;
}

.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;
}

.blogDetails h4 {
    font-size: 36px;
    text-transform: capitalize;
    margin: 2rem 0;
}

.blogDetails p {
    color: #595959;
    margin: 2rem 0;
}

.blogDetails h5 {
    font-size: 1.2rem;
    font-weight: 700;
    border-left: 8px solid #40AF46;
    padding: 1rem 2rem;
}

.blogDetails img {
    border-top: 15px solid #000;
    padding-top: 1.5rem;
}

.cardBox {
    justify-content: space-between;
    display: flex;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    align-items: center;
    padding-right: 2rem;
    margin: 1rem 0;
}

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

.cardimg img {
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    width: 180px;
}

.cardimg h4 {
    font-size: 25px;
    line-height: 1.7;
}

.cardimg h4 span {
    display: block;
    color: #C8892C;
}

.cardContnt a i {
    font-size: 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    background: #40AF46;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

section.cardInner h6 {
    font-size: 30px;
}

section.cardInner h6 span {
    font-size: 1rem;
    padding-left: 2rem;
    font-weight: 400;
}

section.cardInner p {
    font-size: 1rem;
    color: #282828;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
}

.productNav img {
    max-width: 100%;
    width: 100%;
}

.productListSec .row .row {
    gap: 3rem 0;
}

.cardbutton .themeBtn {
    border-radius: 10px;
    position: unset;
    display: block;
    width: 100%;
    margin-top: 12rem;
    text-transform: uppercase;
}


/*Product Details Page End*/

.cartTable thead {
    background: #ca9d52;
    color: #fff;
    padding: 1rem;
}

.cartTable tbody tr {
    position: relative;
}

.cartTable tbody td img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.cartTable tbody td span {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.cartTable tbody td span.name {
    font-weight: 600;
    font-size: 1.125rem;
    display: inline-block;
}

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

.cartTable table {
    width: 100%;
}

.cartTable tr th,
.cartTable tr td {
    padding: 1rem;
    text-align: center;
    border: 1px solid #eee;
    white-space: nowrap;
}

.cartTable tr th:nth-child(2),
.cartTable tr td:nth-child(2) {
    text-align: left;
}

.cartTable tr td .number {
    padding: 0;
}

.themeBtn.disabled {
    opacity: 0.5;
}

.checkOutStyle .row {
    gap: 1rem 0;
}

.applyCoupon {
    display: flex;
}

.deliveryList ul li .cart::before {
    content: attr(data-count);
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: -10px;
    left: -10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 600;
}

.deliveryList ul li .cart {
    position: relative;
}

.cartTable tbody tr td i {
    cursor: pointer;
}

.checkout {
    padding: 70px 0px 70px;
}

.checkout {
    overflow: hidden;
}

a.btn.btn-secondary.rounded-0.checkout {
    padding: 0 25px !important;
}

.checkout-area .checkout-process {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}

.checkout-area .checkout-process ul {
    display: inline-block;
}

.checkout-area .checkout-process li {
    display: inline-block;
    margin-right: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.checkout-area .checkout-process li a.active {
    background: #ca9d52;
    color: #fff !important;
}

.checkout-area .checkout-process li a {
    background: #e9ecef;
    padding: 0px;
    margin: 0px;
    line-height: 70px;
    padding-left: 35px;
    font-weight: 600;
    width: 200px;
    height: 70px;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.checkout-area .checkout-process li a.active::before {
    border-left: 20px solid #ca9d52;
}

.checkout-area .checkout-process li a::before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0px;
    border-top: 35px solid transparent;
    border-left: 20px solid #e9ecef;
    border-bottom: 35px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.checkout-area .checkout-process li a.active span,
.checkout-area .checkout-process li a:hover span {
    background: #333;
}

.checkout-area .checkout-process li a span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #666;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px;
    -webkit-box-shadow: 3px 3px 7px 1px rgb(0 0 0 / 25%);
    box-shadow: 3px 3px 7px 1px rgb(0 0 0 / 25%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.checkout-area .checkout-process li a.active i,
.checkout-area .checkout-process li a:hover i {
    opacity: 0.7;
    right: 0px;
    font-size: 34px;
}

.checkout-area .checkout-process li a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 45px;
    opacity: 0.1;
    right: 30px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.checkout-area .checkout-process li a::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    border-top: 35px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 35px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.checkout-area .tab-content {
    -webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 5%);
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 5%);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-area .content-box .content {
    padding: 20px 20px 20px;
}

.closed a {
    width: 30px;
    height: 30px;
    background-color: var(--theme-white-color);
    border: 1px solid var(--theme-gray-color);
    color: var(--theme-dark-color);
    margin-top: 4px;
    margin-bottom: 4px;
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: 30px;
    padding-left: 0px;
}

.autocomplete {
    display: block;
}

.autocomplete-items {
    -webkit-box-shadow: 0px 2px 7px rgb(0 0 0 / 11%);
    box-shadow: 0px 2px 7px rgb(0 0 0 / 11%);
}

.autocomplete-items {
    position: absolute;
    border-top: none;
    z-index: 99;
    top: 100%;
    background: #fff;
    right: 22%;
    -webkit-box-shadow: 0px 2px 7px rgb(0 0 0 / 11%);
    box-shadow: 0px 2px 7px rgb(0 0 0 / 11%);
    width: 27%;
    margin-top: 2px;
}

@media screen and (max-width: 991px) {
    .autocomplete-items {
        width: 100%;
        max-width: 320px;
    }
}

@media screen and (max-width: 450px) {
    .autocomplete-items {
        max-width: 100%;
        right: 0;
    }
}

.closed a:hover {
    background-color: var(--theme-primary-color);
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-white-color);
}

.submit-loader {
    background: rgba(251, 251, 251, 0.52);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
}

.submit-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

img {
    max-width: 100%;
}

.checkout-area .content-box .content .title {
    display: block;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.checkout-area .content-box .content .form-control {
    height: 45px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #bdccdb;
    border-radius: 0.25rem;
}

.checkout-area input[type="checkbox"] {
    content: "\2714";
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: bottom;
    color: transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-right: 5px;
    margin-top: 3px;
}

.checkout-area input[type="checkbox"] + label {
    display: block;
    cursor: pointer;
    font-size: 14px !important;
    margin-top: 2px;
}

.checkout-area .content-box .content label {
    font-size: 16px;
    font-weight: 600;
}

.checkout-area .form-check {
    display: flex;
    padding-left: 5px;
}

.checkout-area .form-check-input:checked {
    background-color: #a439ee;
    border: none !important;
}

.checkout-area .form-check .form-check-input {
    float: left;
    width: 14px;
    height: 14px;
    margin: 0;
    margin-top: -2px;
}

.checkout-area .form-check .form-check-label {
    width: calc(100% - 20px);
    margin-left: 0;
    padding-left: 15px;
}

.checkout-area .content-box .content .set-account-pass {
    margin-top: 10px;
}

.checkout-area .content-box .content .billing-address {
    margin-top: 25px;
}

.checkout-area .content-box .content .billing-address input,
.checkout-area .content-box .content .ship-diff-addres-area input {
    margin-bottom: 10px;
}

.checkout-area .content-box .content .ship-diff-addres-area {
    margin-top: 20px;
}

.checkout-area .content-box .content .order-area .order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.checkout-area .content-box .content .order-area .order-item .product-img img {
    width: 135px;
    height: auto;
    margin-right: 20px;
}

.checkout-area .content-box .content .order-area .order-item .product-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.checkout-area .content-box .content .order-area .order-item .product-content .name {
    margin-bottom: 5px;
}

.right-area .order-box {
    -webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 5%);
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 5%);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 25px 40px;
}

.right-area .order-box .title {
    font-size: 16px;
    font-weight: 700;
    color: #143250;
    line-height: 28px;
    margin-bottom: 15px;
}

.right-area .order-box .order-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.right-area .order-box .order-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.right-area .order-box .order-list li p {
    font-size: 14px;
    font-weight: 600;
}

.right-area .order-box .order-list li p b {
    font-weight: 700;
}

.right-area .order-box .order-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.right-area .order-box .total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    padding-top: 5px;
}

.right-area .order-box .cupon-box {
    text-align: center;
    margin-bottom: 30px;
}

.cupon-box #coupon-link img {
    width: 25px;
    margin-right: 5px;
}

.right-area .order-box .cupon-box #coupon-link {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    text-decoration: underline;
    cursor: pointer;
}

.cupon-box #check-coupon-form {
    display: none;
}

.cupon-box #check-coupon-form input {
    width: 190px;
    height: 35px;
    background: #f3f8fc;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 10px;
    font-size: 14px;
}

.cupon-box #check-coupon-form button {
    width: 80px;
    height: 35px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.right-area .order-box .title {
    font-size: 16px;
    font-weight: 700;
    color: #143250;
    line-height: 28px;
    margin-bottom: 15px;
}

.radio-design {
    display: block;
    position: relative;
    padding-left: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 7px;
}

.radio-design input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.radio-design .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.2);
    top: -2px;
}

.radio-design input:checked ~ .checkmark::after {
    width: 80%;
    height: 80%;
}

.radio-design {
    display: block;
    position: relative;
    padding-left: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 7px;
}

.radio-design label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    position: relative;
    top: -4px;
    left: 35px;
}

.radio-design label small {
    display: block;
}


/* Hide the browser's default radio button */

.radio-design input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.cupon-box #coupon-link img {
    width: 25px;
    margin-right: 5px;
}


/* Create a custom radio button */

.radio-design .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.2);
    top: -2px;
}

.radio-design .checkmark::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: 99;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #c9030f;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


/* On mouse-over, add a grey background color */


/* When the radio button is checked, add a blue background */

.radio-design input:checked ~ .checkmark::after {
    width: 80%;
    height: 80%;
}

.right-area button {
    border-radius: 0;
    background-color: transparent;
    border: none;
}

.order-box .final-price {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    padding-top: 5px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout span#color-bar {
    border-radius: 50% !important;
}

.checkout input[type="checkbox"] + label {
    display: block;
    cursor: pointer;
    font-size: 14px !important;
    margin-top: 4px;
}

.checkout input[type="checkbox"] {
    /* display: none; */
}

.checkout input[type="checkbox"] + label:before {
    content: "\2714";
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: bottom;
    color: transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-right: 10px;
}

.checkout input[type="checkbox"] + label:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkout input[type="checkbox"]:checked + label:before {
    background-color: #c9030f;
    border-color: #c9030f;
    color: #fff;
}

.checkout input[type="checkbox"]:disabled + label:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkout input[type="checkbox"]:checked:disabled + label:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.checkout-area .product-content .name a {
    font-size: 17px;
    line-height: 24px !important;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.mybtn1 {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 18px;
    display: inline-block;
    color: #fff;
    background-color: var(--theme-color);
    border: 0px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.mybtn1:hover {
    color: #fff;
    background-color: #c89d58;
}

.star-filled {
    color: gold !important;
    /* or any other color you prefer */
    cursor: pointer;
    font-size: 24px;
}

.star-empty {
    color: grey;
    /* or any other color you prefer */
}

.rating-containers input[type="radio"] {
    display: none;
}

.rating-containers label {
    color: grey;
    cursor: pointer;
    font-size: 24px;
}


/*.rating-containers input[type="radio"]:checked ~ label,*/


/*.rating-containers input[type="radio"]:checked ~ input[type="radio"] + label {*/


/*    color: gold;*/


/*}*/

.rating-boxs .rating-containers {
    direction: rtl !important;
}

.rating-boxs .rating-containers label {
    display: inline-block;
    margin: 0;
    /*color: gold;*/
    cursor: pointer;
    font-size: 2.2rem;
    transition: color 0.2s linear;
}

.rating-boxs .rating-containers input {
    display: none;
}

a.navbar-brand img,
.navbar-nav li:nth-child(8),
.navbar-nav li:nth-child(9),
.navbar-nav li:nth-child(10) {
    display: none;
}

.electroBox figure img {
    height: 240px;
    width: 100%;
    object-fit: contain;
}