
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap');
* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
html {
    font-size: 15px;
    line-break: auto;
}
:root {
/*    --primary: #ff5349;*/
    --primary: #ff6600;
    --secondary: #00baff;
    --primary-light: #fff1eb;
    --secondary-light: #ebfaff;
    --dark: #000e14;
    --primary-tone: #897b76;
    --secondary-tone: #768489;
    --dark-text: #000e14;
    --normal-text: #897b76;
    --light-ash: #eee;
    --light-text: #ffffff;
}

body {
    font-family: "inter","Poppins",Arial, Helvetica, sans-serif;
    line-height: 1.5;
    letter-spacing: .8px;
    background-color: var(--light-ash);
/*    background-color: red;*/
/*    min-height: 100vh;*/
/*    font-family: -apple-system, BlinkMacSystemFont, "Gilroy", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
}
a {
    text-decoration: none;
}
p {
/*    color: var(--normal-text);*/
    color: #333;
    font-size: 18px;
    line-height: 26px;
}
li {
    list-style: none;
}
button {
    outline: none;
    border: none;
}

.container {
    width: 85%;
    margin: auto;
}
@media(min-width: 1300px) {
    .container {
        width: 1200px;
    }
}
@media(max-width: 430px){
    .container {
        width: 100%;
    }
}
/*.p-2 {
    padding: 1rem;
}
.pr-2 {
    padding-right: 1rem;
}
.pl-2 {
    padding-left: 1rem;
}
.p-3 {
    padding: 1.5rem;
}
.p-4 {
    padding: 2rem;
}
.pr-3 {
    padding-right: 1.5rem;
}
.pl-3 {
    padding-left: 1.5rem;
}
.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-4 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-3 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-4 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.m-2 {
    margin: 1rem;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mr-2 {
    margin-right: 1rem;
}
.ml-2 {
    margin-left: 1rem;
}
.m-3 {
    margin: 1.5rem;
}
.mr-3 {
    margin-right: 1.5rem;
}
.ml-3 {
    margin-left: 1.5rem;
}
.my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-2 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.my-4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.mt-1 {
    margin-top: .7rem;
}
.mt-2 {
    margin-top: 1.5rem;
}
.mt-3 {
    margin-top: 2rem;
}
.mt-4 {
    margin-top: 3rem;
}
.mb-1 {
    margin-bottom: .7rem;
}
.mb-2 {
    margin-bottom: 1.5rem;
}*/


.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-max-300 {
  max-width: 300px;
  height: auto;
}
.img-max-400 {
  max-width: 400px;
  height: auto;
}
.img-max-500 {
  max-width: 500px;
  height: auto;
}
@media(max-width: 430px) {
    .p-4 {
        padding: 1rem;
    }
    .img-max-500, .img-max-400, .img-max-300 {
        width: 100%;
    }
}

.tooltip {
    position: relative;
}

.tooltip::after {
    content: attr(custom-title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: var(--dark);
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tooltip:hover::after {
    opacity: 1;
    visibility: visible;
}

.relative {
    position: relative;
}
.text-center {
    text-align: center;
}
.mx-auto {
    margin: auto;
}
.white {
    background: white;
}

.badge, .status {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.status {
  font-size: 14px;
}
/*@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}*/
a.badge:hover, a.badge:focus {
    text-decoration: none; }
.badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #4755AB; }

.row, .row-free {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; 
}

/*.row-free {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}*/
.login-half {
    width: 100%;
}

.col-md-1,.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-12 {
  position: relative;
  width: 100%;
/*  margin: 0;*/
  padding-right: 15px;
  padding-left: 15px;
}
    
@media (max-width: 767px) {
    .row, .row-free {
        margin-right: 0;
        margin-left: 0;
    }
    .row-free > div:first-child {
        padding-left: 0;
    }
    .row-free > div:last-child {
        padding-right: 0;
    }
    /*.row-free div {
        position: relative;
        min-width: 270px;
        display: inline-block;
    }*/

    .row > div {
        padding-left: 0;
        padding-right: 0;
    }

}
@media (min-width: 768px) {
    
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66666%;
        max-width: 16.66666%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666%;
        max-width: 41.6666%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666%;
        max-width: 66.6666%;
    }
    .col-md-9 {
        flex: 0 0 74.9999%;
        max-width: 74.9999%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

/* standard grid */
.grid-2-in-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
.im3-grid-template-4-in-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 1rem;

}
.im3-grid-template-3-in-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 1rem;
}
.im3-grid-template-2-in-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
/*    grid-auto-rows: 200px;*/
    margin-bottom: 1rem;
}
.grid-200 .slide-item .card {
    height: 200px;
}
.grid-3-in-1-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
}


@media(max-width: 450px) {
    .grid-2-in-1-wrap, .grid-3-in-1-wrap, .grid-4-in-1-wrap, .grid-2-in-1-ratio-1-to-5-wrap, .grid-2-in-1-ratio-5-to-1-wrap {
        grid-template-columns: 1fr;
        /*grid-column-gap: 50px;*/
        grid-row-gap: 0px;
    }
}


@media(max-width: 430px) {
    .reverse {
        flex-direction: column-reverse !important;
    }
}
/* card */

/*.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
    box-shadow: 2px 5px 7px 0 rgba(31, 45, 61, 0.2);
}*/

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
/*    background-color: #fff;*/
    background-clip: border-box;
/*    border: 1px solid rgba(0, 0, 0, 0.125);*/
    border-radius: 0.25rem;
}
.card-header {
    position: relative;
    padding: 0 15px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #ddd;
}
.card-body {
    padding: 15px;
    background-color: white;
}

.card-footer {
    /*display: grid;*/
    /*position: relative;*/
    border-top: 1px solid #ddd;
    padding: 0 15px;
    height: 80px;
    line-height: 50px;
    background: var(--white-bg);
/*    text-align: center;*/
}
.card-header, .card-footer {
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-footer p {
    color: var(--dark-text);
    /* margin: auto 0; */
    font-size: 14px;
}

/* //card */

.middle-div {
/*    box-sizing: content-box;*/
    width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.center-x-y {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.move-to-bottom {
    position: absolute;
    bottom: 0;
    /*added below*/
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.flex-to-bottom {
    display: flex;
    flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.flex-to-bottom > div {
    width: 300px;
    background-color: var(--primary);
}
@media(max-width: 430px) {
    .middle-div {
        position: static;
        transform: none;
    }
}
.salesquare-section {
    margin-top: 20px;
    padding: 20px 0;
}
.salesquare-section-padding {
    padding: 3rem}
.salesquare-section-padding-mobile {
/*    padding: 1.5rem;*/
}
@media(max-width: 810px){
    .salesquare-section-padding {
        padding: 3rem 1.5rem !important;
    }
    .salesquare-section-padding-mobile {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}
@media(max-width: 450px){
    .salesquare-section-padding {
        padding: 3rem 1.5rem !important;
    }
    .salesquare-section-padding-mobile {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: transparent;
    transition: background-color 0.3s ease;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
}
@media(max-width: 430px) {
    header .container {
        width: 90%;
    }
}
.top-space {
    margin-top: 140px;
}
.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
/*    border-bottom: .5px solid #eee;*/
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.fix-after-scrolling {
    top: 0;
    position: fixed;
}
.navbar-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.nav-brand {
    text-decoration: none;
    color: black;
}
.nav-brand .logo {
    vertical-align: middle;
}
.nav-toggler {
    display: none;
    background-color: transparent;
    outline: none;
    border: none;
    color: black;
    font-size: 32px;
}
.nav-toggler .nav-toggler-icon {
    cursor: pointer;
}
.navbar-collapse {
/*-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;*/
/*    background: pink;*/
}
.navbar-nav {
    padding: 0;
}
.nav-item {
    display: inline;
    padding-left: 1.5rem;
    list-style-type: none;
}
.nav-link {
    text-decoration: none;
    color: var(--dark-text);
}
.auth-close {
    font-size: 23px;
    color: var(--dark-text);
}
.auth-logo {
    display: block;
    text-align: center;
}

@media (max-width: 810px) {
    
    /*.nav-toggler {
        display: block;
    }
    .nav-item {
        display: block;
        border-bottom: 1px solid #ddd;
        text-align: center;
        padding: 0;
        line-height: 4;
    }
    */
    /*.nav-link {
        display: block;
    }
    .nav-link:hover {
        background-color: rgba(0, 0, 0, 0.2);

    }
    .navbar-collapse {
        display: none;
        background-color: white;
        padding: 0 10px;
    }
    
    
    body.active .navbar-collapse {
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 3;
        width: 100%;
        display: block;
    }
    .nav-toggler:hover + .navbar-collapse, .navbar-collapse:hover {
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 3;
        width: 100%;
        display: block;
    }*/
    /* shop-header */
    .shop-header-1 .nav-link {
        display: inline;
    }


}

.btn {
/*    display: inline-block;*/
    outline: none;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    cursor: pointer;
/*    background-color: var(--primary);*/
}
.btn-o {
    outline: none;
    padding: 15px 36px;
    background-color: transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
    cursor: pointer;
/*    color: #ff5349;*/
/*    background-color: #299950;*/
/*    background-color: #ff5349;*/
    border: 1px solid var(--primary-tone);
}



.btn-ib {
    display: inline;
    outline: none;
    padding: 18px 39px;
/*    background-color: var(--secondary);*/
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    cursor: pointer;
}
.inline-block {
    display: inline-block;
}
.block {
    display: block;
/*    width: 100%;*/
}
.btn-full-width {
    display: block;
    outline: none;
    padding: 18px 39px;
/*    background-color: var(--secondary);*/
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.btn:hover, .btn-o:hover {
    box-shadow: 2px 5px 7px 0 rgba(31, 45, 61, 0.2);
}

.underlined-link {
    text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 10px; color: var(--dark-text);
}
.long-banner {
    background: url(../images/banner.jpg) no-repeat center;
/*     background: rgb(41,153,80);*/
/*background: radial-gradient(circle at top left, rgba(41,153,80,0.41498597730107667) 25%, rgba(224,251,252,0.6166666495699842) 73%); */
}
/* Banner */
.banner {
/*    padding-top: 90px;*/
/*    min-height: 550px;*/
    position: relative;
}

.banner-content {
    /*position: absolute;
    top: 50%;
    transform: translate(0, -50%);*/
/*    background-color: beige;*/
/*    max-width: 700px;*/
/*    margin: auto;*/
}
.banner-text-section {
    margin-top: 80px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}
.banner-heading {
    font-size: 56px;
/*    line-height:80px;*/
    color: var(--dark);
    font-weight: 700;
/*    padding-top: 110px;*/
}
.banner p {
/*    color: #444;*/
    font-size: 18px;
}
.banner a.btn-link {
    display: inline-block;
    outline: none;
    padding: 16px 39px;
    background-color: var(--secondary);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-text);
    cursor: pointer;

}
@media (max-width: 1080px) {
    
    .banner-heading {
        font-size: 42px;
    }
}
@media (max-width: 930px) {
    
    .banner-heading {
        font-size: 40px;
    }
}

@media (max-width: 810px) {
    .banner {
        padding-top: 60px;
    }
    .banner .col-md-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner-heading {
        font-size: 36px;
    }
}
@media (max-width: 430px) {
    .banner {
        padding-top: 60px;
    }
    .banner-heading {
/*        padding-top: 80px;*/
        font-size: 36px;
    }
}

footer {
/*    height: 120px;*/
    background-color: var(--dark);
    position: relative;
/*    text-align: center;*/

}
footer p {
    color: var(--secondary-light);
}
footer li {
    list-style: none;
    font-size: 14px;
    color: var(--normal-text);
/*    margin-bottom: 0.8rem;*/
}
footer a {
    color: white;
}

.footer-brand {
    display: inline-block;
/*    margin-top: 0.5rem;*/
    margin-bottom: 0.6rem;
}
.footer-card {
    min-height: 200px;
}
.primary-bg {
    background-color: var(--primary);
}
.secondary-bg {
    background-color: var(--secondary);
}
.dark-bg {
    background-color: var(--dark);
}
.primary-light-bg {
/*    padding: 1.23rem;*/
    background-color: var(--primary-light);
}
.secondary-light-bg {
/*    padding: 1.23rem;*/
    background-color: var(--secondary-light);
}
.primary-tone-bg {
/*    padding: 1.23rem;*/
    background-color: var(--primary-tone);
}
.secondary-tone-bg {
/*    padding: 1.23rem;*/
    background-color: var(--secondary-tone);
}
.light-ash-bg {
    background-color: #eee;
}
.lighter-ash-bg {
    background-color: #eee;
}
.title-text-large {
    font-size: 36px;
    margin-bottom: 2rem;
}
.title-text-medium {
    font-size: 28px;
    margin-bottom: 1.5rem;

}
.title-text-small {
    font-size: 18px;
/*    margin-top: 1.2rem;*/
    margin-bottom: 1.2rem;
}


p.small-text {
    font-size: 16px;
    margin-bottom: 1rem;
}
p.smallest-text {
    font-size: 12px;
}

.title-text-large {
  font-size: 35px;
  font-weight: 700;
/*  line-height: 40px;*/
}


@media (max-width: 568px) {
    .title-text-large {
        font-size: 30px;
        line-height: 35px;
    }
    p.small-text {
        font-size: 12px;
        margin-bottom: .5rem;
    }
}

@media (max-width: 384px) {
    .title-text-large {
        font-size: 27px;
        line-height: 35px;
    }
}

@media (max-width: 384px) {
    p {
        font-size: 17px;
    }
    p.smallest-text {
        font-size: 12px;
    }
}

.primary-text {
    color: var(--primary);
}
.secondary-text {
    color: var(--secondary);
}
.dark-text {
    color: var(--dark-text);
}
.light-text {
    color: var(--light-text);
}
.round {
    border-radius: 1.23rem;
}
.small-round {
    border-radius: .7rem;
    overflow: hidden;
}
.circle {
    border-radius: 50% !important; 
}
.default-icon {
    display: inline-block;
/*    margin: 0 auto;*/
    font-size: 30px;
    margin-bottom: 1.5rem;
}
.fa-user-o {
/*    border: 0.5px solid;*/
}

.testimonial {
    color: var(--light-text);
}
.testimonial-profile img {
    width: 50%;
    margin-bottom: 20px;
}
.testimonial-caption {
    font-size: 32px;
    color: var(--dark);   
    margin-bottom: 1.5rem;
}
.testimonial-text {
    font-size: 1.5em;
    color: var(--dark);
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.testimonial-source {
    font-size: 1.2em;
    color: var(--dark);
/*    margin-bottom: 1.5rem;*/
}
@media(max-width: 430px) {
    .testimonial-caption {
        font-size: 23px;
        margin-top: 30px;
    }
    .testimonial-text {
        font-size: 1em;
    }

}
.swiper-button-prev, .swiper-button-next {
/*    border: 1px solid var(--dark);*/
}
.short-dash {
/*    content: "";*/
    display: inline-block;
    border: 1px solid var(--dark);
    width: 25px;
    height: 1px;
    margin-bottom: 5px;
}

.cart-bg {
    background: url(../images/banner-cart.jpg) no-repeat center;
    height: 450px;
    position: relative;
    z-index: 1;

}


.cart-bg::before {
    content: "";
/*    background: linear-gradient(45deg, #b3003b, #00000026);*/
    background: rgba(0, 14, 20, 0.5);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    text-align: center;
    border-radius: 1.23rem;

}

/* hide slide  */
.hide-slide {
/*    padding-top: 2rem;*/
/*    padding-bottom: 2rem;*/
    padding: 4rem 3rem;
}
.hide-slide-left {
/*    padding-top: 2rem;*/
/*    padding-bottom: 2rem;*/
}
.hide-slide-right-content {
/*    overflow-x: auto;*/
    width: inherit;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
 .slide-item-text-container{
    margin-top: 1rem;
    white-space: normal;
    text-align: center;
}

@media(max-width: 810px) {
    .hide-slide {
        padding: 1rem 0.7rem;
    }
    .hide-slide-left {
        padding: 1rem;
    }
    .hide-slide-right-content {
        position: static;
        transform: none;
        width: inherit;
    }
}

.hide-slide-feature {
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
}
.hide-slide-feature .slide-item {
    width: 250px;
    margin-right: 15px;
    display: inline-block;
/*    height: 200px;*/
/*    background-color: var(--primary);*/
}

.hide-slide-feature::-webkit-scrollbar  {
    display: none;
}


/*.slide-prev, .slide-next {
    color: var(--dark-text);
    z-index: 1;
    font-size: 28px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border: none;
    cursor: pointer;
}*/

.slide-prev, .slide-next {
    color: var(--dark-text);
    z-index: 1;
    font-size: 22px;
    width: 40px;
    height: 40px;
    padding: 2px 10px;
    text-align: center;
/*    vertical-align: middle;*/
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    border: 2px solid var(--dark);
    border-radius: 50%;
}

.slide-prev {
    left: -10px;
}
.slide-next {
    right: -10px;
}
/*@media(max-width: 430px){
   .slide-prev {
        left: -10px;
    }
    .slide-next {
        right: -10px;
    }    
}*/
.hide-slide-icon {
    display: block;
    margin: 0 auto;
    font-size: 30px;
    color: var(--primary);
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.three-special-absolute-containers {
    display: flex;
    column-gap: 30px;
/*    justify-content: space-between;*/
}
.three-special-absolute-containers > div {
    width: 50%;
}

.abs-img-container {
    min-height: 350px; overflow: hidden;
    margin-bottom: 1rem;
}
.abs-img-bottom-shift-center {
    position: absolute; bottom: 0px; right: 0;
}
.abs-img-bottom-shift-right {
    width: 200px; position: absolute; bottom: 0; right: 50px;
}
.abs-img-top-right {
    width: 200px; position: absolute; top: 0; right: 0;
}
.abs-img-bottom-right {
    width: 200px; position: absolute; bottom: -50px; right: 0;
}
@media(max-width: 1080px) {

    .abs-img-bottom-right, .abs-img-top-right, .abs-img-bottom-shift-right {
        width: 150px;
    }
}
@media(max-width: 950px){
    .three-special-absolute-containers {
        flex-wrap: wrap;
    }
    .three-special-absolute-containers > div {
        width: 100%;
    }


}
.three-special-absolute-containers-padding {
    padding: 3rem 1.5rem 1rem 1.5rem}

@media(max-width: 810px){
    .three-special-absolute-containers-padding {
/*        padding: 3rem 1.5rem !important;*/
    }
}
@media(max-width: 450px){
    .three-special-absolute-containers-padding {
/*        padding: 3rem 1.5rem !important;*/
    }
}


@media(max-width: 430px){
    .abs-img-container {
        min-height: 300px;
    }
    /*.abs-img-container:first-child {
        min-height: 300px;
    }*/
    .abs-img-bottom-shift-right {
        display: block;
        position: static;
        margin: 1rem auto -3rem auto;

        /*position: absolute;
        left: 50%;
        transform: translate(-50%, 0);*/
    }
}
.desktop-only {
    display: block;
}
@media(max-width: 430px) {
    .desktop-only {
        display: none;
    }
}

/* surround ui */
.sui-col-md-3, .sui-col-md-4, .sui-col-md-6 {
    position: relative;
/*    min-width: 270px;*/
    display: inline-block;
}
@media(max-width: 810px) {
    .sui-col-md-3, .sui-col-md-4, .sui-col-md-6 {
        min-width: 570px;
    }
}
@media(max-width: 450px) {
    .sui-col-md-3, .sui-col-md-4, .sui-col-md-6 {
        min-width: 270px;
    }
}
@media (min-width: 768px) {
    .sui-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .sui-col-md-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .sui-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
    
}


.surround-ui-items {
    padding: 1rem;
    margin-bottom: 0.6rem;
/*    min-height: 100%;*/
}
.surround-ui-icon {
    display: block;
    margin: 0rem auto 1.5rem auto;
    font-size: 30px;
    color: var(--primary);
}

.grid-template-ui-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 20px;
    margin-bottom: 1rem;
}
.grid-template-ui-2 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 20px;
    margin-bottom: 1rem;
}
.grid-template-ui-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 20px;
    margin-bottom: 1rem;
}
.grid-template-ui-items {
    overflow: hidden;
    padding: 1rem;
}


@media(max-width: 810px) {

    .grid-template-ui-1, .grid-template-ui-2, .grid-template-ui-3 {
        grid-template-columns: 1fr;
    }
    .grid-template-ui-items {
        padding: 0;
    }
    .switch-to-slide-on-mobile > .grid-template-ui-items {
        width: 270px;
        display: inline-block;
    }
}


.switch-to-slide-on-mobile ~ .slide-next, .switch-to-slide-on-mobile ~ .slide-prev {
    display: none;
}
.switch-to-slide-on-mobile .new-row-item-3 > .surround-ui-items {
    height: 200px;
}
@media(max-width: 810px) {
    .switch-to-slide-on-mobile {
        display: block;
        overflow-x: auto;
        /* white-space: nowrap; */
        -ms-overflow-style: none;
        scrollbar-width: none;
/*        position: relative;*/
        white-space: nowrap;

    }
    .switch-to-slide-on-mobile > .slide-item {
        width: 270px;
        display: inline-block;
    }
    .switch-to-slide-on-mobile > .slide-item p {
        white-space: normal;
    }

    .switch-to-slide-on-mobile ~ .slide-next {
        display: block;
        right: 0;
    }

    .switch-to-slide-on-mobile ~ .slide-prev {
        display: block;
        left: 0;
    }

    .switch-to-slide-on-mobile > .surround-ui-items, .sui-col-md-3  .surround-ui-items, .sui-col-md-6  .surround-ui-items, .switch-to-slide-on-mobile > .slide-item, .switch-to-slide-on-mobile .sui-col-md-4 {
        width: 270px;
        display: inline-block;
        box-shadow: 2px 2px 10px 0 rgba(31, 45, 61, 0.1);
        white-space: normal;
        margin-right: 10px;
        margin-left: 10px;
    }
    .new-column-to-row .new-row-item-3 {
        display: inline-flex;
        min-width: 550px;
        padding-right: 0;
        padding-left: 0;
    }
    .new-column-to-row .new-row-item-3:last-child {
        min-width: 270px;
    }
    .switch-to-slide-on-mobile .new-row-item-3 > .surround-ui-items {
        display: inline-block;
        width: 270px;
        box-shadow: 2px 2px 10px 0 rgba(31, 45, 61, 0.1);
        margin-right: 10px;
        margin-left: 10px;
        height: 250px;
    }

    .switch-to-slide-on-mobile > .surround-ui-items p {
        white-space: normal;
    }
    .switch-to-slide-on-mobile .desktop-only {
        display: none;
    }
}
.top-line {
    display: block;
    background-color: var(--light-ash);
    height: 2px;
    width: 100%;
    margin-bottom: 2rem;
}

/* Authentication */
.auth-container {
/*    margin-top: 90px;*/
    width: 800px;
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
}
.auth-alternative {
    color: var(--normal-text);
    line-height: 1;
    margin-bottom: 1rem;
}
.auth-forgot, .auth-login-signup-option {
    font-size: 14px;
    color: var(--dark-text);
}
.auth-login-signup-option {
    float: right;
}
.auth-forgot:hover, .auth-login-signup-option:hover {
    color: var(--secondary);
}

@media(max-width: 810px) {
    .auth-container {
        width: 100%;
        position: static;
        transform: none;
        margin-top: 100px;
    }
    .auth-container .auth-form-container:first-child {
        margin-bottom: 2rem;
    }
    .auth-container .btn-login-o {
        width: 100%;
    }

}
form {
}

input {
/*    padding: 1rem;*/
/*    padding-top: 1.5rem;*/
/*    width: 100%;*/
/*    background: #F6f6f6;*/
/*    border-radius: 5px;*/
/*    border: 1px solid var(--secondary-tone);*/
    font-size: 16px;
    letter-spacing: 1px;
    outline: none;
}


.two-fields, .three-fields, .four-fields {
    display: flex;
    justify-content: space-between;
}

.two-fields div {
    width: 49%;
}
.three-fields div {
    width: 32.5%;
}
.four-fields div {
    width: 24.5%;
}
.form-labels {
    font-size: 12px;
    color: var(--normal-text);
    display: inline-block;
    margin-bottom: 5px;    
}
.input-container, .form-receivers { 
    background-color: white;
    height: 55px;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;

}
.form-receivers {
    width: 100%;
    padding: 1rem;
}

.input-container input, .input-container select {
/*    padding: 2rem 1rem .5rem 1rem;*/
    background-color: white;
    padding: 0 1rem;
    width: 100%;
    border: none;
    font-size: 13px;
    letter-spacing: 1px;
    outline: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
}

.input-container textarea:focus, .input-container input:focus, .input-container select:focus {
/*    border: 1.5px solid var(--primary);*/
    border: none;
/*    border: 1px solid var(--secondary-tone);*/

}
.input-container:focus {
    border-color: dodgerblue;
}

.auth-container input {
/*    background: #F6f6f6;*/
/*    background: transparent;*/
}
.auth-container .input-container {
    border: none;
    border: 1px solid var(--secondary-tone);
    border-radius: 0;
}
.auth-container .input-container-focus {
    border-color: dodgerblue;
}

.auth-container textarea:focus, .auth-container input:focus {
/*    border: 1.5px solid var(--primary);*/
    border: none;
    border-bottom: 1px solid var(--secondary-tone);
}


.input-container > label {
    color: var(--normal-text);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
    padding-left: 1rem;
    left: 0;
    right: 0;
    font-size: 14px;

}
/*input:focus ~ label, input:active ~ label{
    font-size: 10px;
    color: red;
    bottom: 40px;
}*/
.label-up {
    font-size: 12px !important;
    top: 15px !important;
    transition: 1s ease;
}
.input-container-focus {
    border-color: dodgerblue;
}
.input-icon {
    color: var(--dark);
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
    right: 1rem;
    font-size: 22px;
    cursor: pointer;
}

.invalid {
    border-color: red !important;
}
.valid {
    border-color: #ccc !important;
}
.auth-container .btn-login-o:hover {
    background-color: var(--primary);
    color: white;
    border-color: transparent;
}
/* new flex container  new-row  */
.new-row {
    display: flex;
/*    overflow-x: auto;*/
}
.new-column-to-row {
    display: flex;
    flex-wrap: wrap;
/*    overflow-x: auto;*/
}
.new-row > div, .new-column-to-row > div {
    padding-right: 15px;
    padding-left: 15px;
/*    background-color: var(--light-ash);*/
    white-space: normal;
}
.new-row > div:first-child {
    padding-left: 0;
}
.new-row > div:last-child {
    padding-right: 0;
}

.new-row-item-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.new-row-item-2 {
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
}
.new-row-item-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.new-row-item-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.new-row-item-5 {
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
}
.new-row-item-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.new-row-item-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
}
.new-row-item-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}
.new-row-item-9 {
    flex: 0 0 74.9999%;
    max-width: 74.9999%;
}
.new-row-item-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

@media(max-width: 810px) {
    .new-column-to-row {
        flex-wrap: nowrap;
    }
    .new-row > div, .new-column-to-row > div {
        display: inline-block;
        min-width: 250px;
    }
    .new-column-to-row > div {
        position: relative;
    }
}

/* alert */

.alert {
    /*display: none;*/
    position: fixed;
    top: 0;
    right: -350px;
/*    min-width: 350px;*/
    width: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    min-height: 50px;
    /*line-height: 50px;*/
    background: white;
    color: var(--dark-text);
    font-weight: bold;
    font-size: 12px;
    /*text-align: center;*/
    z-index: 2000;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.05);
    /*transition: width 2s ease;*/
    transition: all 0.5s ease;

}
.alert .close-alert {
/*    padding: 8px;*/
    font-size: 20px;
/*    border-radius: 15px;*/
    cursor: pointer;
}
.alert-flex {
    display: flex;
    height: inherit;
}
.alert-flex div:first-child {
    width: calc(100% - 50px);
    padding: 10px;
    text-align: left;
}
.alert-flex div:last-child {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
}
.alert-flex div:last-child span {
    color: black;
    cursor: pointer;
}

/*.alert-failed {
    background-color: #ffcccc;
}

.alert-success {
    background-color: #99ffbb;
}
.alert-info {
    background: #b3e0ff;
}*/


.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error, .alert-failed {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert-warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.alert-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* // alert */


/* Modal  */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*padding: 15px;*/
    overflow-y: auto;
    overflow-x: hidden;
    outline: none;
    background: rgba(0,0,0,0.5);
/*    backdrop-filter: blur(3px);*/
    /* background: rgba(var(--modal-bg), 0.4); */
    /*opacity: 0.4;*/
    /*transition: transform 0.8s ease-out;*/
    transition: all 0.5s ease;

}
.fade {
    transition: opacity 0.15s linear;
}
/*@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    } 
}
.fade:not(.show) {
    opacity: 0; 
}*/
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    /*transform: translate(0, -50px); */
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none; 
    } 
}

.modal-content-full-screen {
  width: 100%;
  min-height: 100%;
}
.modal-content {
    padding: 0 1rem;
    padding-bottom: 20px;
    background: white;
}


.modal-content-full {
    width: 100%;
    height: 100%;
}
.modal-content-lg {
    width: 980px;
}
.modal-content-medium {
    width: 700px;
}

.modal-content-small {
    width: 380px;
}
.modal-body {
    padding-bottom: 30px;
    padding-right: 20px;
    overflow-y: auto;
    max-height: 70vh;
    -ms-overflow-style: none;
    /*scrollbar-width: none;*/
    scrollbar-width: thin;
    padding-top: 1rem;
    max-height: 80vh;
}
.modal-body::-webkit-scrollbar {
  width: 8px; /* or any other value */
}
.modal-body::-moz-scrollbar {
  width: 8px; /* or any other value */
}

@media (max-width: 1080px) {
    /*.modal-content {
        margin-right: 20px;
        margin-left: 20px;
    }*/

    .modal-content-lg {
        width: 800px;
    }

}
@media (max-width: 810px) {
    /*.modal-content {
        margin-right: 20px;
        margin-left: 20px;
    }*/

    .modal-content-lg, .modal-content-medium {
        width: 95%;
    }

}

@media (max-width: 440px) {

    .modal-content-lg, .modal-content-medium, .modal-content-small {
        width: 95%;
    }
    
}

.modal-dialog-top {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.modal-dialog-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*max-height: 80vh;
    justify-content: center;
    align-items: center;*/
}

.modal-dialog-bottom {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
}
.underlined {
    border-bottom: 1px solid #ccc;    
}
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.modal-header h3 {
    font-weight: normal;
}
.modal .close {
    font-size: 32px;
    line-height: inherit;
    font-weight: bold;
    cursor: pointer;
    /*color: var(--dark-text);*/
    /*border-radius: 25px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .close:hover {
    color: #000;
}
.modal-header .close svg {
    width: 16px;
    height: 16px;
    z-index: 999999;
}

/* // Modal */



/* shop header */
.drop-icon {
    font-size: 14px;
}
.dropdown-content {
    display: none;
    background-color: white;
    box-shadow: -1px 2px 7px 4px rgba(90, 90, 90, 0.1);
    position: absolute;
    width: 200px;
    right: 0;
    top: 40px;
    padding: 0.5rem 0;
}
.dropdown-content li {
    font-size: 12px;
    line-height: 2;
    padding: 3px;
    margin: 0;
/*    border-bottom: 1px solid black;*/
}
.dropdown-content a, .dropdown-content span {
    color: var(--dark);
    display: block;
    cursor: pointer;
    padding-left: 0.5rem;
}
.dropdown-content a:hover {
    background-color: var(--light-ash);
}

.dropdown-content li i {
    font-size: 14px;
    color: var(--secondary-tone);
    display: inline-block;
    margin-right: 10px;
}
.shop-header-1 {
    display: flex;
    position: relative;
}
.shop-header-toggler {
    width: 40px;
}
.shop-header-brand {
    width: calc(20% - 40px);
    line-height: inherit;
}
.shop-header-brand .nav-brand {
/*    display: inline;*/
/*    margin-left: 10px;*/
    line-height: inherit;
}
.shop-header-brand .logo {
    max-width: 110px;
    line-height: inherit;
}

.category-toggler {
    background-color: transparent;
    outline: none;
    border: none;
    color: black;
    font-size: 32px;
    line-height: inherit;
}
.category-toggler .category-toggler-icon {
    cursor: pointer;
}

.shop-header-search {
    width: 60%;
/*    background-color: var(--light-ash);*/
}
.shop-header-search input {
    height: 45px;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 7px;
    outline: none;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 7px 4px rgba(90, 90, 90, 0.1);
    background-color: white;
}
.search-icon {
    color: var(--dark);
    position: absolute;
    z-index: 2;
    right: 0;
/*    bottom: 40px;*/
/*    right: 10px;*/
/*    background-color: var(--primary);*/
    bottom: 35%;
    transform: translateX(-50%);
    font-size: 28px;
    cursor: pointer;
}
.cancel-icon {
    display: none;
    color: #999;
    position: absolute;
    z-index: 2;
    right: 40px;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: var(--light-ash);
    padding: 5px;
    bottom: 35%;
    transform: translateX(-50%);
    font-size: 20px;
    cursor: pointer;
}
.search-suggestions {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    background-color: #fff;
    border: .5px solid #ddd;
    box-shadow: 1px 2px 5px 3px rgba(90, 90, 90, 0.1);
    min-height: 200px;
    max-height: 400px;
    padding: 1rem 0;
    overflow-y: auto;
}
.suggestion {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0 1rem;
    cursor: pointer;
}
.suggestion:hover {
    background-color: var(--light-ash);
}
.shop-header-links {
    width: 20%;
    line-height: inherit;
    display: flex;
    justify-content: flex-end;
}
.shop-header-links .link-icon {
    font-size: 20px;
    color: var(--dark);
    line-height: inherit;

}
.shop-header-links .nav-item:last-child {
    margin-right: 10px;
}

.notification-icon {
    position: absolute;
    background-color: var(--primary);
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 0px;
    text-align: center;
    width: 20px;
    height: 20px;
    top: -15px;
    right: -12px;
}

@media(max-width: 810px) {
    .shop-header-1 {
        line-height: 70px;
    }
    /*.shop-header-toggler {
        width: 40px;
    }
    */
    .shop-header-brand {
        width: calc(50% - 40px);

    }
    .shop-header-links {
        display: flex;
        width: 50%;
        justify-content: flex-end;
    }
    .category-toggler {
        font-size: 22px;
    }
    .shop-header-brand .logo {
        max-width: 100px;
    }
    .shop-header-search {
        width: 100%;
        position: absolute;
        bottom: -35px;
        left: 0;
/*        z-index: 4;*/
    }


    .shop-header-search input {
        height: 35px;
        padding: 5px 10px;
        padding-right: 80px;
        border-radius: 7px;
        outline: none;
        border: 1px solid #ccc;
        box-shadow: 5px 5px 7px 4px rgba(90, 90, 90, 0.1);
        background-color: white;
    }
    .search-icon {
        font-size: 24px;
    }
    .cancel-icon {
        font-size: 18px;
        right: 30px;
        width: 25px;
        height: 25px;
        font-weight: 400;
    }
    .shop-header-links .link-icon {
        font-size: 18px;
        line-height: inherit;

    }
}
.swiper-button-prev, .swiper-button-next {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}
.hero-3 {
    display: flex;
    column-gap: 10px;
    position: relative;
}

.category-container {
/*    position: relative;*/
    width: 20%;
}
.hero-3 > div:first-child {
    background-color: white;
    padding: 1rem 0rem 1rem 0;
    box-shadow: -1px 2px 5px 3px rgba(90, 90, 90, 0.1);

}
.category-list > li {
    padding: 6px 0px 6px 1rem;
    font-size: 14px;
    letter-spacing: 1.5px;
}
.category-list > li:hover {    
    border-left: 3px solid var(--secondary-tone);
    box-shadow: -1px 2px 5px 3px rgba(90, 90, 90, 0.1);
}

.category-list a {    
/*    color: var(--dark-text);*/
    color: #000;
/*    font-weight: bold;*/
}
.category-list > li:hover > a {    
    color: #000;
    font-weight: bold;
}
.hero-slider + .category-container {
    position: relative;
}
.hero-slider + .category-container div {

    background-color: var(--primary);
    height: calc(50% - 10px);
    border: 1px solid #ccc;
    padding: 1rem;
    color: white;
}
.hero-slider {
    width: 60%;
}
/* sub category container */
.subcategory-container {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: -1px 2px 5px 3px rgba(90, 90, 90, 0.1);
    padding: 1rem;
    width: calc(60% + 5px);
    min-height: 100%;
    left: calc(20% - 10px);
/*    left: 0;*/
    top: 0;
    z-index: 2;
}
.category-list li:hover ~ .subcategory-container, .subcategory-container:hover {
    display: block;
}

.sub-category {
    padding: 0rem;
/*    border: 1px solid #ddd;*/
    margin-bottom: .4rem;
}
.sub-category > a {
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: bold;
}
.sub-category li {
    font-size: 12px;
    padding: 3px 0;
}
.sub-category-list > li:hover > a, .sub-category > a:hover {    
    color: var(--primary);
/*    font-weight: bold;*/
}



.hero-1 {
    background: url(../images/banner-cart.jpg) no-repeat center;
    height: 450px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.hero-1::before {
    content: "";
    background: rgba(0, 14, 20, 0.5);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    text-align: center;
    border-radius: 1.23rem;

}


/* form label */
/* Hide the default radio button */
input[type="radio"], input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

/* Create the custom radio button */
input[type="radio"]::before {
    content: "";
    display: inline-block;
    width: 20px; /* Adjust the size as needed */
    height: 20px; /* Adjust the size as needed */
    border: 2px solid var(--secondary-tone); /* Adjust the border color as needed */
    border-radius: 50%; /* Create a circular shape */
    margin-right: 5px; /* Add some spacing between the radio button and label */
/*    line-height: 30px;*/
}

/* Style the custom radio button when selected */
input[type="radio"]:checked::before {
    width: 10px;
    height: 10px;
    border: 7px solid var(--primary); /* Adjust the background color when selected */
}


/* cutom-checkbox */
/* Hide the default checkbox */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  margin: 0;
  padding: 0;
}

/* Create the custom checkbox */
/* custom radio & checkbox*/
.custom-radio, .custom-checkbox {
    height: 30px;
    margin-bottom: 5px;
/*    background-color: var(--light-ash);*/
    display: flex;
    align-items: center;
}
.custom-radio-checkbox label {
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}
.custom-radio-checkbox legend {
    color: var(--dark);
    margin-top: 1.5rem;
    margin-bottom: 1rem;
} 
.custom-radio-chekbox input[type="radio"] {
/*    margin-right: 15px;*/
}
.custom-radio-checkbox i {
    display: inline-block;
/*    margin-right: 10px;*/
    margin-left: 10px;
    font-size: 14px;
/*    color: var(--dark);*/
}

/* // custom radio & checkbox*/

input[type="checkbox"]::before {
    content: "";
    display: inline-block;
    width: 20px; /* Adjust the size as needed */
    height: 20px; /* Adjust the size as needed */
    border: 2px solid var(--secondary-tone); /* Adjust the border color as needed */
    margin-right: 15px; /* Add some spacing between the radio button and label */
    position: relative;
}
/* Style the custom checkbox when selected */
input[type="checkbox"]:checked::before {
  background-color: var(--primary); /* Adjust the background color when selected */
  border: 7px solid var(--primary);
  width: 10px;
  height: 10px;
}

/* Add the checkmark */
input[type="checkbox"]::after {
  content: "";
  position: absolute;
/*  top: 50%;*/
/*  left: 50%;*/
  top: -4px;
  left: 2px;
  transform: rotate(45deg);
/*  transform: translate(-50%, -50%);*/
  width: 6px; /* Adjust the size as needed */
  height: 12px; /* Adjust the size as needed */
  border: 2px solid #fff;
  border-width: 0 4px 4px 0;
  transform-origin: bottom left;
  opacity: 0;
}

/* Show the checkmark when the checkbox is checked */
input[type="checkbox"]:checked::after {
  opacity: 1;
}


/* // form label */


/* filter toggler */
.filter-toggler {
    position: sticky;
    top: 110px;
    left: 0;
    z-index: 4;
    border-radius: 0px 25px 25px 0px;
    background-color: rgba(255, 83, 53, 0.9);
/*    background-color: var(--primary);*/
    padding: 15px 20px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    animation: bounceAnimation 5s infinite;
    animation-delay: 5s;
}
@media(max-width: 450px) {
    .filter-toggler {
        padding: 15px 10px;
        border-radius: 0px 20px 20px 0px;
    }
}
/*@keyframes bounceAnimation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}*/

@keyframes bounceAnimation {
  0%, 20%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

@media(max-width: 450px){

    .vertical-text {
        writing-mode: vertical-lr;
        text-orientation: upright;
    /*    transform: rotate(-180deg);*/
    }
}
/* // filter toggler */

/* filter modal */
/*.modal {

}*/
.filter {
    background-color: white;
    height: 100%;
/*    position: fixed;*/
/*    z-index: 1200;*/
/*    top: 0;*/
/*    height: calc(1vh - 100px);*/
/*    overflow-y: scroll;*/
}
.filter .card-footer {
    position: sticky;
    bottom: 0;
/*    left: 0;*/
/*    right: 0;*/
    
}
.filter label {
    display: inline-block;
    font-size: 12px;
}
.filter legend {
    color: var(--dark);
    margin-top: 1.5rem;
    margin-bottom: 1rem;
} 
.filter input[type="radio"] {
    margin-right: 10px;
}
/* //filter modal */




/* store */

.ecommerce-product-box {
/*    padding: 10px;*/
    background-color: white;
}
.ecommerce-product-box-header {
    background-color: var(--secondary-light);
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ecommerce-product-box-body {
    padding: 10px 10px 10px 10px;
}
.feature-title {
    font-size: 18px;
/*    margin-bottom: 20px;*/
}
.view-more {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-text);
    cursor: pointer;
}
.store-slide-feature {
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
}
.store-slide-feature .slide-item {
    width: 250px;
    margin-right: 15px;
    display: inline-block;
}
.store-switch-slide-feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.store-slide-feature::-webkit-scrollbar  {
    display: none;
}

.store-item {
    position: relative;
}
.store-switch-slide-feature .slide-item {
    margin-bottom: 1.5rem;
    width: 24%;
}
.prev, .next {
    color: var(--dark-text);
    z-index: 1;
    font-size: 28px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border: none;
    cursor: pointer;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
.ss {
    display: none;
}
.store-item a {
    color: black;
}
.store img {
    border-radius: 10px;
    width: 100%;
}
.store-promo {
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: var(--light-bg);
    border-radius: 10px;
}
.store-promo .promo {
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    padding-right: 10px;
}
.store-promo button {
    font-size: 10px;
    font-weight: 600;
    /* margin-left: 10px; */
    /* padding-right: 10px; */
    border: none;
    background: transparent;
    cursor: pointer;
}
@media (max-width: 450px) {
    .feature-title {
        font-size: 14px;
    }
    .feature-title + a {
        font-size: 12px;
    }
}
/* // store */

/* item */
.products {
    background-color: white;
    border-radius: 7px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.products:hover {
/*    transform: scale(1.5);*/
    box-shadow: -1px 2px 7px 4px rgba(90, 90, 90, 0.1);

}
.product {
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.product-shelve {
/*    display: flex;*/
    justify-content: center;
}
@media(max-width: 810px) {
    .product-shelve .product {
        max-width: 33.33333%;
    }
}
@media(max-width: 450px) {
    .product-shelve .product {
        max-width: 100%;
    }
}


.cart-btn {
    border: none;
    outline: none;
    padding: 10px 20px;
    background-color: orange;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white-text);
    cursor: pointer;
}
.item-info-product h4 a {
        font-size: 12px;
    }
.feature-card-body .item-info-product h4 a {
  font-size: 16px;
}
.item-info-product {
    padding: 0 10px 10px;
}
.product-action-center {
    padding: 10px;
}


.item-info-product h4 a {
    /*color: var(--heading-color);*/
    color: #777;
    font-size: 12px;
    font-weight: 500;
    line-height: 0.1;
}
.clamp-box {
    overflow: hidden;
}

.line-clamp-1, .line-clamp-2 {
    height: 40px;
    overflow: hidden;
    font-size: 12px;
    color: var(--dark);
    word-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}
.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: 20px;
}

.feature-card-body .item-info-product h4 a {
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 400;
    /*line-height: 0.1;*/
}

.feature-card-body .item-info-product .special h4 a {
    font-size: 6px;
}

.feature-card-body .item-info-product h4 {
    line-height: 1;
}

.item-info-product h4 {
    line-height: .8;
}

.item-info-product h4 a:hover {
    color: var(--primary-color);
}

.info-product-price {
    color: black;
    /*margin-top: 5px;*/
}

span.item_price {
    font-size: 14px;
    color: var(--heading-color);
    font-weight: 600;
}

.info-product-price del {
    margin-left: 10px;
    font-size: 12px;
    color: var(--font-color);
}

.wish-list-abs {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    border-radius: 50%;
    color: var(--dark);
    background-color: var(--light-ash);
    cursor: pointer;
}
.wish-list {
    
    padding: 10px;
    border-radius: 50%;
    color: var(--dark);
    background-color: var(--white-text);
    cursor: pointer;
    box-shadow: -1px 2px 7px 4px rgba(90, 90, 90, 0.2);
}
.wish-list-abs:hover, .wish-list:hover {
    box-shadow: -1px 2px 7px 6px rgba(90, 90, 90, 0.2);
/*    background-color: #eee;*/
}


/*product page*/
.product-page-second-section {
    margin-top: 3rem;
}
.product-details .product-name {
    font-size: 18px;
    color: #444;
    margin-bottom: 1rem;
}
.product-price-container {

}

.product-price-container .price {
    font-size: 21px;
    color: #444;
    margin-bottom: 1.3rem;
    margin-top: 2.5rem;
    font-weight: bold;

}

.product-price-container del.old-price {
    font-size: 10px;
    color: #444;
    font-weight: bold;
}
.product-links {
    margin-top: 1.5rem;
    max-width: 450px;
}
.product-links button {
    margin-top: 2rem;
    display: block;
    width: 100%;
}

.nav-tabs {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.nav-tabs li {
  flex-grow: 1;
  text-align: center;
  list-style-type: none;

}

.nav-tabs li a {
  display: block;
  padding: 10px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.nav-tabs li:first-child {
    padding-left: 0px;
    color: red;
}
.nav-tabs li a.active {
  border-bottom: 2px solid #000;
}
.tab-content .tab-pane {
  display: none;
  padding: 20px 0;
}

.tab-content .tab-pane.active {
  display: block;
}

.review:first-child {
    border: none;
    margin-top: 0px;
    padding-top: 0px;
}
.review {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
.review p {
    margin-top: 5px;
}
.review .rating {
    font-size: 12px;
}
.rating {
    font-size: 11px;
}
.rating span {
    color: var(--primary);
}
.review .comment {
    font-size: 15px;
}

.product-page-description {
    white-space: pre-wrap;
}

.product-page-specification {
    width: 100%;
/*    white-space: wrap;*/
}
.product-page-specification th {
    font-size: 15px;
    text-align: left;
    height: 60px;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
}
.product-page-specification td {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    height: 40px;
}
.product-page-specification th, .product-page-specification td {
    padding: 10px;
}
@media(max-width: 450px) {
    .nav-tabs li a {
        font-size: 13px;
    }
    .review .comment {
        font-size: 13px;
    }
    .product-details .product-name {
        font-size: 14px;
        color: #444;

    }
    .product-details .product-price {
        font-size: 13px;
        font-weight: bold;
    }

    .product-page-specification th {
        font-size: 14px;
        height: 50px;
    }
    .product-page-specification td {
        font-size: 13px;
        height: 30px;
    }
}

.product-details .promo-special {
    background-color: var(--secondary);
    color: var(--white-text);
    padding: 4px 15px;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 5px;
}

.load-more-btn {
    max-width: 200px;
    display: block;
    margin: 30px auto;
    text-align: center;
    border: none;
    outline: none;
    padding: 15px 20px;
    background-color: var(--primary);
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-text);
    cursor: pointer;
}

.load-more-btn:hover {
    background-color: darkorange;
}



/* cart things */

.cart-item {
    display: flex;
    padding: 10px;
/*    margin-right: -10px;*/
/*    margin-left: -10px;*/
    border-radius: 10px;
}
.cart-left {
    flex: 0 0 20.00%;
    max-width: 20%;
/*    padding-left: 10px;*/
/*    padding-right: 10px;*/
}
.cart-right {
    flex: 0 0 80.00%;
    max-width: 80%;
    padding-left: 10px;
/*    padding-right: 10px;*/
}
.cart-item-image {
/*    padding: 10px;*/
}
.promo-special {
    background-color: var(--secondary);
    color: var(--white-text);
    padding: 4px 15px;
    margin-right: 5px;
    font-size: 12px;
    border-radius: 5px;
}
.cart-item-name {
    margin-bottom: 1rem;
}
.cart-item-name a {
    font-size: 16px;
    color: var(--dark-text);

}
.cart-item-others {
    font-size: 12px;
}
.cart-item-price {
    margin-bottom: 10px;
    font-weight: 600;
}
.cart-item-price .money {
    font-size: 13px;
}
.price-del {
    font-size: 11px;
    color: #777;
}
.cart-item-quantity {
    display: inline;
    margin-right: 20px;
}
.increase-quantity-btn, .decrease-quantity-btn {
    padding: 10px;
    color: var(--dark-text);
    font-weight: bold;
    background-color: var(--light-ash);
    cursor: pointer;
}
.remove-cart-item {
    padding: 10px;
    color: tomato;
    background-color: var(--light-bg);
    cursor: pointer;
}
.cart-quantity-value {
    padding: 10px;
}
.cart-border-bottom {
    border-bottom: 2px solid #eee;
}
.cart-border-top {
    border-top: 2px solid #eee;
}
.cart-item-total {
    position: sticky;
    top: 80px;
    padding: 10px;
    border-radius: 10px;
    background-color: white;


}
.cart-item-total p, .cart-item-total h3 {
    margin-bottom: 10px;
}
.add-to-cart-btn, .image-preview-btn {
/*    max-width: 150px;*/
    display: inline;
/*    margin: auto;*/
    text-align: center;
    border: none;
    outline: none;
    padding: 15px 10px;
    background-color: var(--primary);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-text);
    cursor: pointer;
}
.add-to-cart-btn:hover {
    background-color: tomato;
}
.variation-details td {
    font-size: 13px;
    padding: 7px 8px;
}
.variation-details .add-to-cart-btn {
    font-weight: 500;
/*    background-color: #444;*/
    display: block;
}

/* chechout */

.checkout-header {
    display: flex;
    align-items: center;
    height: 80px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}
.checkout-header .checkout-logo {
    width: 150px;
}

.checkout-header .checkout-logo img {
    width: 100px !important;
}

.shipping-container {
    margin-bottom: 2rem;
    font-size: 12px;
}

.shipping-container .shipping-option-heading {
    margin-bottom: 1rem;
}
.shipping-rates p {
    font-size: 12px;
    color: var(--normal-text);
}

.shipping-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shipping-rate > div:first-child {
    display: flex;
    align-items: center;
}
.shipping-rate > div:first-child label {
    margin-left: 10px;
    cursor: pointer;
}
.shipping-rate > div:last-child {
    text-align: right;
    font-size: 12px;
}
.shipping-rate .rate-name {
    display: block;
    color: black;
    line-height: 20px;
}

.shipping-rate .rate-details {
    display: block;
    color: var(--normal-text);
}


.checkout-btn {
    display: block;
    width: 100%;
    margin-top: 1rem;
    text-align: center;
/*    vertical-align: bottom;*/
    border: none;
    outline: none;
    padding: 10px 20px;
    background-color: black;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.checkout-btn:hover {
    opacity: 0.7;
}
.order-btn {
/*    max-width: 200px;*/
    display: inline-block;
/*    margin: auto;*/
    text-align: center;
/*    vertical-align: bottom;*/
    border: none;
    outline: none;
    padding: 5px 10px;
    margin-left: 10px;
    background-color: var(--primary);
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.address-container {
    padding: 1rem;
}
.cart-address {
/*    padding-left: 10px;*/
    padding-right: 10px;
    line-height: 20px;
}
.cart-address, .cart-shipping-fee {
    font-size: 12px;
    color: #555;
}
.address-action {
    text-align: right;
    float: right;
}
.image-preview-btn {
    display: inline-block;
}
@media (max-width: 450px) {
    .cart-item-name a {
        font-size: 12px;
    }
    .cart-item-total {
        position: fixed;
        top: calc(100% - 130px);
        left: 0;
        width: 100%;
/*        height: 200px;*/
        z-index: 100;
    }
    .cart-item-total p, .cart-item-total h3 {
        margin-bottom: 5px;

    }
    .checkout-btn, .cart-item-total p {
        display: inline;
        font-size: 12px;
    }
    .checkout-btn {
        display: inline-block;
        font-size: 12px;
        right: 0;
    }
}


/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    background-color: var(--primary);
}
.pagination span {
    padding: 8px 12px;
    background-color: white;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}
.pagination a {
    display: inline-block;
    padding: 8px 12px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

.pagination a:hover {
    background-color: #ddd;
}

.pagination .active a {
    background-color: #333;
    color: #fff;
}
/* // Pagination */


/* Table */
table {
    width: 100%;
    white-space: nowrap;
}
.table {
    border-radius: 15px;
    border-top: 2px solid var(--btn-bg-hover);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #212529;
    /*border: 2px solid var(--border-lighter);*/
    border-collapse: collapse;
    background: var(--bg-lighter);
}

.table th,
.table td {
    text-align: left;
    padding: 0.75rem;
    vertical-align: top;
    border: none;
}
.table td {
    border-top: 1px solid var(--light-text);
}
.table thead {
    border-radius: 10px;
    background-color: var(--light-theme);
}
.table thead th, .table thead th label {
    color: #a64dff;
    font-weight: 600;
    vertical-align: bottom;
    /*border-bottom: 2px solid var(--border-lighter);*/
}
.table thead th label {
    padding: 0px;
    margin: 0px;
}
/*.table tbody+tbody {
    border-top: 2px solid var(--border-lighter);
}*/


.table th {
    color: var(--dark-text);
    font-size: 13px;
}

.table td {
    color: var(--font-semidark);
    font-size: 13px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(var(--table-striped-bg), 0.05);
}
/*.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}*/
@media (max-width: 430px) {
    .table {
        padding: 5px;
    }

}
/* // table */

/* checkout */

.checkout-legend {
/*    display: inline-block;*/
    font-size: 14px;
    margin: 1rem 0;
}
.regular-select {
    resize: none;
    display: block;
    width: 100%;
    padding: 15px 15px 15px 15px;
    outline: none;
    border: 1px solid var(--secondary-tone);
    border-radius: 5px;
    font-size: 13px;
/*    background-color: var(--white-bg);*/
    margin-bottom: 1.5rem;
}
.pickup-select {
    height: 55px;
/*    background-color: var(--primary-light);*/
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 1rem;
}
.pickup-address-selector {
    padding: 10px;
    text-align: left;
    font-size: 13px;
    background-color: #f1f1f1;
    color: var(--normal-text);
    margin-bottom: 1rem;
    border: 1px solid powderblue;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    width: 100%;
}
button.pickup-address-selected {
    background-color: dodgerblue !important;
    color: #eee;
}


.checkout-success {
    font-size: 14px;
    background-color: rgb(160,255,160);
    color: darkgreen;
    margin: 1rem 0;
    border-radius: 5px;
    padding: 10px;
}
.checkout-success span {
    background-color: white;
    padding: 5px;
    border-radius: 50%;
    animation: bounceAnimation 5s infinite;
    animation-delay: 2s;
}
.customer-summary {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
/*    overflow-x: none;*/
}
.customer-summary > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 35px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.customer-summary > div span:first-child {
    width: 20%;
    font-size: 12px;
    color: var(--normal-text);
}
.customer-summary > div span:last-child {
    width: 80%;
    font-size: 12px;
}

.customer-summary a {
    display: inline-block;
    margin-top: 1rem;
    font-size: 14px;
    color: var(--dark);
    text-decoration: underline;
}

.checkout-summary {
/*    background-color: var(--light-ash);*/
    height: 100%;
    /*border-left: 1px solid #ccc;*/
    padding-left: 2rem;
}
@media(max-width: 450px) {
    .checkout-summary {
        padding-left: 0;
        border-left: none;
    }
}
.checkout-item, .checkout-total, .checkout-discount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
/*    border-bottom: 1px solid #ccc;*/
}
.checkout-item > .product-img {
    width: 10%;
    position: relative;
}
.checkout-item > .product-img span {
    position: absolute;
    background-color: var(--primary);
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 0px;
    text-align: center;
    width: 20px;
    height: 20px;
    bottom: 0px;
    right: -3px;
}

.checkout-item > .product-name {
    width: 60%;
    font-size: 12px;
    color: var(--dark-text);
    text-align: left;
}
.checkout-item > .product-price {
    width: 23%;
    font-size: 10px;
    text-align: right;
} 

.checkout-total > .product-name {
    width: 60%;
    font-size: 12px;
    color: var(--dark-text);
    text-align: left;
    font-weight: bold;
}
.checkout-total > .product-price {
    width: 33%;
    font-size: 11px;
    text-align: right;
    font-weight: bold;
} 


.checkout-discount {
    margin: 1.5rem 0;
}
.checkout-discount .input-container {
    height: 50px;
}
.checkout-discount .code-div {
    width: 70%;
/*    height: inherit;*/
}
.checkout-discount .code-div label {
    font-size: 12px;
}
.checkout-discount .button-div {
    width: 30%;
    height: 100%;
}
.checkout-discount .button-div button {
    height: 100% !important;
}
.checkout-discount .input-container {
    margin-bottom: 0;
}
.breadcrumb {
    margin: 1rem 0;
    font-size: 12px;
}
.breadcrumb a {
    color: var(--secondary);
}
.breadcrumb span {
    display: inline-block;
    margin: 0 10px;
}


/*.whatsapp {
    position: fixed;
    bottom: 98px;
    right: 15px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 80px;
    height: 80px;
    background: red;
    border-radius: 50%;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    padding: 0;
}*/

.whatsapp span.fa-whatsapp {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #33cc33;
}


/* accordion */

.accordion {
    width: 100%;
    background: white;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin: 0 15px;
}

.accordion-header {
/*    background-color: #f5f5f5;*/
    padding: 20px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-content {
    display: none;
    padding: 15px;
}

.order-products {
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}
.order-products li {
    font-size: 12px;
}
.accordion-header Span:first-child {
    width: 90%;
    font-size: 13px;
}
.accordion-header Span:second-child {
    width: 5%;
}
.accordion-header Span:last-child {
    width: 5%;
    font-size: 14px;
    color: red;

}

@media (max-width: 450px) {
    .accordion-header Span:first-child {
        width: 85%;
        font-size: 13px;
    }
    .accordion-header Span:second-child {
        width: 10%;
    }
    .accordion-header Span:last-child {
        width: 5%;
        font-size: 14px;
    }
}
/* // accordion */


/* track order */

.order-timeline {
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px;
}
.order-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    border-left: 2px solid orangered;
}
.order-timeline-item {
    position: relative;
    margin-bottom: 20px;
}
.order-timeline-item:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: black;
    border: 2px solid #fff;
}
.order-timeline-item:after {
    content: '';
    position: absolute;
    top: 17px;
    left: -4px;
    height: 100%;
    border-left: 2px dashed orangered;
}
.order-timeline-item:last-child:after {
    content: none;
}
.order-timeline-item .order-timeline-item-content {
    margin-left: 30px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    font-size: 12px;
}
.order-timeline-item .order-timeline-item-date {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

/* // track order */

/* profile */
.profile {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.profile-info {
  text-align: center;
}

.profile-picture img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.profile-name {
  margin: 10px 0;
}

.profile-email {
  color: #888;
}

.profile-details {
  margin-top: 30px;
}

.section-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.info-item {
  margin-bottom: 10px;
}

.info-label {
  font-weight: bold;
}
/*
.order-item {
  margin-bottom: 10px;
}

.order-id {
  font-weight: bold;
}

.order-details {
  color: #06c;
  text-decoration: none;
}*/

/* // profile */

.payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.payment-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}

.payment-btn img {
  width: 24px;
  height: auto;
}

.payment-btn:hover {
  border-color: #333;
  background: #f9f9f9;
}
