@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
 :root {
    --primary: #72b05f;
    --secondary: #FCA82A;
    --tertiary: #2e263b;
    --quaternary: #980d0c;
    --light-gray: #F4EDE5;
    --gray: #eeeeee;
    --dark: #6D6A67;
    --dark-gray: #777777;
    /* --dark: #000000; */
    --white: #ffffff;
    --text-color: #000;
    --rounded: 0.5rem
}

html {
    margin-top: 0 !important
 
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--placeholder);
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--placeholder);
    opacity: 1
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--placeholder);
    opacity: 1
}

.form-control::placeholder {
    color: var(--placeholder)
}

body,
html {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    transition: background-color .15s ease-in-out;
    overflow-x: hidden;
}

.rounded {
    border-radius: var(--rounded) !important;
    overflow: hidden
}

.rounded-2x {
    border-radius: 1.3rem !important;
    overflow: hidden
}

img {
    border: none;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

a,
a:focus,
a:link,
a:visited,
input:focus,
textarea:focus {
    outline: 0;
    text-decoration: none
}

select:focus {
    outline: 0
}

textarea {
    resize: none
}

form:not(.content-area*),
h1:not(.content-area*),
h2:not(.content-area*),
h3:not(.content-area*),
h4:not(.content-area*),
h5:not(.content-area*),
h6:not(.content-area*),
p:not(.content-area*),
ul:not(.content-area*) {
    margin: 0;
    padding: 0
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

iframe {
    display: block
}

p+p {
    margin-top: 1.5em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0;
    padding: 0
}

 ::selection {
    background: #1c1c1c;
    color: #fff
}

 ::-moz-selection {
    background: #1c1c1c;
    color: #fff
}

ul {
    list-style: none
}

li {
    padding: 0;
    margin: 0
}

label {
    font-weight: 400 !important
}

.fa-ul>li:not(:last-child) {
    margin-bottom: 15px
}

.has-lead .content-area h5,
.lead {
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: 400
}

.has-lead .content-area h5 {
    margin-bottom: 1.5em
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'PT Sans', sans-serif;*/
    font-weight: 400
}

.h1,
h1 {
    font-size: 2.25em
}

.h2,
h2 {
    font-size: 2em
}

.h3,
h3 {
    font-size: 1.75em
}

.h4,
h4 {
    font-size: 1.5em
}

.h5,
h5 {
    font-size: 1.25em
}

.h6,
h6 {
    font-size: 1.25em
}

@media only screen and (max-width:991px) {
    .h1,
    h1 {
        font-size: 2em
    }
    .h2,
    h2 {
        font-size: 1.77em
    }
    .h3,
    h3 {
        font-size: 1.54em
    }
    .h4,
    h4 {
        font-size: 1.31em
    }
    .h5,
    h5 {
        font-size: 1.1em
    }
    .h6,
    h6 {
        font-size: 1em
    }
}

@media only screen and (max-width:767px) {
    .h1,
    h1 {
        font-size: 1.75em
    }
    .h2,
    h2 {
        font-size: 1.57em
    }
    .h3,
    h3 {
        font-size: 1.39em
    }
    .h4,
    h4 {
        font-size: 1.21em
    }
    .h5,
    h5 {
        font-size: 1.075em
    }
    .h6,
    h6 {
        font-size: 1em
    }
}

@media only screen and (min-width:1601px) {
    section>.minHeight {
        min-height: 250px
    }
}

a {
    color: #000;
}
a:hover {
    color: var(--primary)
}

.underlined {
    padding-bottom: .75em;
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    position: relative
}

.underlined:after {
    content: "";
    width: 150px;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: var(--danger)
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: .8em;
    display: block;
    line-height: 1.5em;
}
.btn-link{
    color:var(--primary);
        
    
}
p:last-child {
    margin-bottom: 0
}

.stretched {
    letter-spacing: 1px
}

.text-default,
.text-default:active,
.text-default:focus {
    color: var(--dark) !important
}

.text-primary,
.text-primary:active,
.text-primary:focus {
    color: var(--primary) !important
}

.text-secondary,
.text-secondary:active,
.text-secondary:focus {
    color: var(--secondary) !important
}

.text-tertiary,
.text-tertiary:active,
.text-tertiary:focus {
    color: var(--tertiary) !important
}

.text-quaternary,
.text-quaternary:active,
.text-quaternary:focus {
    color: var(--quaternary) !important
}

.text-white,
.text-white:active,
.text-white:focus {
    color: var(--white)
}

.text-danger,
.text-danger:active,
.text-danger:focus {
    color: var(--danger) !important
}

.text-grey {
    color: #737373 !important
}

.popover,
.tooltip {
    font-family: BentonSansBook
}

.tooltip-inner {
    font-size: .875em
}

.bgGradient::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(60%, rgba(153, 153, 153, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(153, 153, 153, 0) 60%, rgba(0, 0, 0, .9) 100%)
}

.bgOverlay,
.hoverIcon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 0
}

.bg-primary {
    background: var(--primary) !important
}

.bg-secondary {
    background: var(--secondary) !important
}

.bg-tertiary {
    background: var(--tertiary) !important
}

.bg-light {
    background-color: var(--light-gray) !important;
}

.has-link-light a,
.has-link-primary a,
.has-link-primary-and-light a {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 700 !important;
    position: relative;
    background: var(--tertiary) !important;
    border-color: var(--tertiary) !important;
    color: #fff;
    margin-right: .75rem;
    margin-bottom: 1rem;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.has-link-light a:hover,
.has-link-primary a:hover,
.has-link-primary-and-light a:hover {
    background: var(--quaternary) !important;
    border-color: var(--quaternary) !important;
    color: #fff
}

.has-link-light a:focus,
.has-link-primary a:focus,
.has-link-primary-and-light a:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.has-link-light a,
.has-link-primary-and-light a:nth-child(even),
 :not(.has-link-primary)>.bg-overlay-dark .btn-primary,
 :not(.has-link-primary)>.bg-overlay-dark .open>.dropdown-toggle.btn-primary,
 :not(.has-link-primary)>.bg-tertiary .btn-primary,
 :not(.has-link-primary)>.bg-tertiary .open>.dropdown-toggle.btn-primary {
    background: var(--light-gray) !important;
    border-color: var(--light-gray) !important;
    color: var(--primary) !important;
    font-weight: 700 !important;
    position: relative
}

.has-link-light a:hover,
.has-link-primary-and-light a:nth-child(even):hover,
 :not(.has-link-primary)>.bg-overlay-dark .btn-primary:hover,
 :not(.has-link-primary)>.bg-overlay-dark .open>.dropdown-toggle.btn-primary:hover,
 :not(.has-link-primary)>.bg-tertiary .btn-primary:hover,
 :not(.has-link-primary)>.bg-tertiary .open>.dropdown-toggle.btn-primary:hover {
    background: 0 0 !important;
    border-color: var(--light-gray) !important;
    color: var(--light-gray) !important
}

.has-link-light a:focus,
.has-link-primary-and-light a:nth-child(even):focus,
 :not(.has-link-primary)>.bg-overlay-dark .btn-primary:focus,
 :not(.has-link-primary)>.bg-overlay-dark .open>.dropdown-toggle.btn-primary:focus,
 :not(.has-link-primary)>.bg-tertiary .btn-primary:focus,
 :not(.has-link-primary)>.bg-tertiary .open>.dropdown-toggle.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.bg-quaternary {
    background: var(--quaternary) !important
}

.bg-white {
    background: var(--white) !important
}

.bg-dark {
    background: var(--dark) !important
}

.bg-gray {
    background: var(--gray) !important
}

.bg-lgray {
    background: var(--light-gray) !important
}

.bg-darkGray {
    background: #333 !important
}

.bg-dark-gray-news * {
    color: #fff
}

.bg-opacity {
    background: rgba(245, 245, 245, .2)
}

.bg-dgray {
    background: #dedede !important
}

.grow {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.grow:hover {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.btn-primary {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff;
}

.btn-primary:hover {
    background: var(--primary);
    border-color: var(--primary)
}

.btn-secondary {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important
}

.btn-secondary:hover {
    background: #ffdb60 !important;
    border-color: #ffdb60 !important;
    color: var(--dark)
}

.btn-tertiary {
    background: var(--tertiary) !important;
    border-color: var(--tertiary) !important;
    color: #fff
}

.btn-tertiary:hover {
    background: var(--quaternary) !important;
    border-color: var(--quaternary) !important;
    color: #fff
}

.btn-quaternary {
    background: var(--quaternary) !important;
    border-color: var(--quaternary) !important;
    color: #fff
}

.btn-light {
    background: var(--light-gray);
    border-color: var(--light-gray)
}

.btn-light:hover {
    background: 0 0 !important;
    border-color: var(--light-gray) !important;
    color: var(--light-gray) !important
}

.btn-shape {
    border: 0;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: .75rem 2.2rem;
}

body {
    /*font-family: 'PT Sans', sans-serif;*/
    overflow-x: hidden;
    padding-top: 0;
    color: var(--text-color);
    background-color: #fff;
    color: #000;
    font-size: 15px;
    line-height: normal;
}

main {
    overflow-x: hidden
}

.container-max {
    width: 96%;
    max-width: 1600px;
    margin: auto
}

.section {
    margin: 0;
    padding: 1.5rem 0;
    position: relative;
}

header {
    position: fixed;
    width: 100%;
    z-index: 9;
    /* background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); */
    font-size: 1rem;
    left: 0px;
    top: 0px;
    padding: 2rem 0;
}

header.sticky .brand-logo img {
    max-height: 50px !important;
}

.topbar {
    color: #333;
    font-size: .85rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    padding: 1rem 0;
    border-bottom: solid 1px #e2e2e2;
}

.navbar-brand {
    display: none;
}

.navbar .navbar-collapse {
    justify-content: center;
}

.topbar .topbar-icons {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.topbar .topbar-icons li {
    border-right: solid 1px #e2e2e2;
}

.topbar .topbar-icons li:last-child {
    border: 0;
}

.topbar .topbar-icons li a {
    color: var(--text-color);
    padding: .5rem;
    margin: 0 .5rem;
    position: relative;
}

.topbar .badge {
    position: absolute;
    top: -5px;
    right: -8px;
    border-radius: 50%;
}

.align-center {
    display: flex;
    align-items: center;
    justify-content: end;
}

/* .home-banner {
    margin-bottom: 2rem;
} */

.page-heading {
    font-weight: 600;
        font-size: 22px;

}

.product-box {
    border: solid 1px #e2e2e2;
    border-radius: .5rem;
    margin: 5px;
    padding: 10px;
    background: #fff;
    /*min-height: 416px;*/
}

.rating .fas,
.rating .far {
    color: var(--secondary);
}

.product-box figure {
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.product-box .prod-det {*/
/*    padding: .5rem;*/
/*}*/
.product-box .prod-det p{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 35px;
}
.product-box h5 {
    font-weight: 600;
    font-size: .9rem;
    margin-top: .5rem;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link.active {
    font-weight: 600;
      color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: var(--primary) !important ;
}

.category-slider .product-box {
    text-align: center;
}

.category-slider .product-box figure {
    height: auto;
    max-height: 170px;
    border-radius: .5rem;
    margin-bottom: .5rem;
}

.category-slider .product-box figure img {
    border-radius: .5rem;
    overflow: hidden;
}

.feature-bx {
    border: solid 1px #e2e2e2;
    border-radius: .5rem;
    padding: 1rem;
    display: flex;
    margin: .75rem 0;
}

.feature-bx .feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: solid 1px #e2e2e2;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-cont h6 {
    font-weight: 600;
    font-size: .95rem;
}

.feature-bx p {
    font-size: .8rem;
    color: #969696;
}

.slick-slider .slide-arrow {
    position: absolute;
    right: -40px;
    top: -68px;
    background: 0 0;
    border: none;
    color: #333;
    font-size: 1rem;
    z-index: 9;
    background: #f3f3f3;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: .7;
    border: solid 1px #e2e2e2;
}

.slick-slider .slide-arrow {
    right: 0;
    text-align: right;
}

.slide-arrow.prev-arrow.slick-arrow {
    right: 50px;
}

.slick-slider .slide-arrow:hover {
    opacity: 1;
}

.special-offer {
    background: #EDEDED;
    border-radius: .5rem;
    padding: 0 4rem;
    min-height: 460px;
}

.promo-text {
    padding: 4rem;
    color: #6C6C6C;
}

.promo-text h2 {
    font-size: 3rem;
    font-weight: bold;
    color: var(--text-color);
}

.promo-text ul {
    margin: 0;
    padding: 0;
}

.promo-text ul li {
    margin-bottom: 1rem;
    display: flex;
    font-weight: bold;
}

.promo-text .count {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e2e2e2;
    color: purple;
    margin-right: 1rem;
    font-weight: 600;
    font-size: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-text .count2 {
    background: #DBEAED;
    color: #2964BB;
}

.promo-text .count3 {
    background: #EDE2E1;
    color: #A63C3B;
}

.promo-text .input-group {
    background: #fff;
    border-radius: 1.5rem;
    border: 1px solid #ced4da;
}

.promo-text .form-control {
    border-radius: 1.5rem;
    border: 0;
}

.promo-text .btn {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    margin-right: 2px;
}

.promo-pic {
    position: relative;
    max-height: 470px;
    height: 100%;
}

.promo-pic img {
    height: calc(100% + 25px);
    top: -25px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.subscribe-section {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    align-items: center;
}

.subscribe-section h6 {
    font-size: 1.1rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
}

.subscribe-section .input-group {
    width: auto;
}

footer {
    padding-top: 2.5rem;
    font-size: .8rem;
    color: #333;
}

footer h6 {
    font-weight: 600;
        color: #2b2a2a;
}
footer p{
      color: #333;
}
.foot-links {
    margin: 0;
    padding: 0;
}

.foot-links li a {
    color: #333;
}

.foot-links li a:hover {
    color: var(--text-color);
}

.footer-credits {
    border-top: 1px solid #e2e2e2;
    padding: 1.25rem 0;
    margin-top: 1rem;
}

.pay-options {
    max-width: 200px;
    margin-top: .5rem;
}

.inner-banner {
    background: #F6E1CC;
    padding: 3rem;
    text-align: center;
    border-radius: .5rem;
}

.inner-banner h1,
.page-title {
    font-weight: 600;
    font-size: 2rem;
}

.inner-banner .breadcrumb {
    justify-content: center;
}

.inner-banner .breadcrumb .breadcrumb-item,
.inner-pages .breadcrumb .breadcrumb-item {
    color: #333;
}

.inner-banner .breadcrumb a,
.inner-pages .breadcrumb a {
    color: var(--secondary);
}

.section.inner-pages {
    border-top: 1px solid #e2e2e2;
}

.inner-pages .breadcrumb {
    text-align: left;
}

.cat-box .divider {
    width: 100%;
    height: 1px;
    background: #E0E0E0;
    margin: 1.5rem 0;
}

.cat-box h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.cat-box .form-check {
    margin-bottom: .75rem;
}

.cat-box .form-check-input:checked {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.pagination {
    justify-content: center;
}

.page-link {
    border-radius: 50% !important;
    margin: 0 .5rem;
    width: 35px;
    height: 35px;
    background: #F2F3F4;
    color: #6C6C6C;
}

.page-item.active .page-link,
.page-link:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
}

.sort-select {
    width: 100px;
    font-size: .8rem;
}

.product-listing .product-box {
    margin: 1rem 0;
}


/* product details page */

.card-wrapper.prod-details {
    /* max-width: 1100px; */
    margin: 0 auto;
}

.prod-details img {
    width: 100%;
    display: block;
}

.prod-details .img-display {
    overflow: hidden;
    min-height: 360px;
}

.prod-details .img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.prod-details .img-showcase img {
    min-width: 100%;
}

.prod-details .img-select {
    display: flex;
}

.prod-details .img-item {
    margin: 0.3rem;
    border: solid 1px #e2e2e2;
}

.prod-details .img-item:nth-child(1),
.prod-details .img-item:nth-child(2),
.prod-details .img-item:nth-child(3) {
    margin-right: 0;
}

.prod-details .img-item:hover {
    opacity: 0.8;
}

.prod-title {
    font-size: 1.6rem;
    font-weight: 600;
}

.price-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.price-container h4 {
    font-weight: 600;
    color: var(--text-color);
    font-size: 1.6rem;
    margin-right: 1.5rem;
}

.price-container h6 {
    font-size: 1rem;
}

.price-container h6 span {
    font-weight: 600;
}

.product-btn {
    margin-top: 3rem;
}

.product-btn .btn-primary {
    font-weight: 600;
    padding: .5rem 1.2rem;
    border-radius: .5rem;
}

.product-btn .btn-primary:hover {
    background: #113358 !important;
    border-color: #113358 !important;
    ;
}

.btn-fav {
    border: solid 1px #e2e2e2;
    border-radius: .5rem;
    padding: .5rem .75rem;
}

.btn-fav:hover {
    background: var(--gray);
}


/* quntity   */

.qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.qty-input .product-qty,
.qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
    outline: none;
}

.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .qty-count--minus {
    border-right: 1px solid #e2e2e2;
}

.qty-input .qty-count--add {
    border-left: 1px solid #e2e2e2;
}

.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
    background: #ccc;
}

.qty-input {
    border: solid 1px #e2e2e2;
    width: 130px;
    margin-top: 1.5rem;
}

.ratings-box {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.stock {
    background: var(--gray);
    padding: .35rem 1rem;
    border-radius: .25rem;
    font-size: .9rem;
    display: inline;
    margin-right: 1.5rem;
}

.available {
    background: #CDE5FF;
    color: var(--primary);
}

.no-stock {
    background: #FFCDCD;
    color: var(--quaternary);
}

.product-listing h5 {
    line-height: 1.8rem;
    font-size: 1rem;
}

.product-listing .breadcrumb-item+.breadcrumb-item::before {
    opacity: .5;
}

@media screen and (min-width: 992px) {
    .prod-details .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
        border-radius: .5rem;
    }
    .prod-details .card-wrapper {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .prod-details .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.prodDesc .nav-tabs .nav-link {
    color: #6C6C6C;
    font-size: 1rem;
}

.prodDesc .nav-tabs .nav-link.active {
    color: var(--text-color);
    font-weight: 600;
}

.prodDesc .tab-content .tab-pane {
    padding: 2rem;
}

.prodDesc .tab-content .tab-pane p {
    line-height: 1.5rem;
}

.prodDesc .tab-content .tab-pane h5 {
    font-weight: 600;
    color: var(--text-color);
    font-size: 1rem;
}

.prodDesc .tab-content ul li {
    list-style-type: disc;
    margin-bottom: .5rem;
}

.prodDesc .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.prodDesc .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.prodDesc .nav-tabs .nav-link {
    border: 0;
    border-bottom: 1px solid #e2e2e2;
}

.prodDesc .nav-tabs .nav-link:hover {
    color: var(--text-color);
}

.cont-spec {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}

.cont-spec .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: var(--primary);
}

.about-pic {
    border-radius: 1rem;
    overflow: hidden;
}

.cta {
    min-height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin: 5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta:before {
    content: '';
    background: rgba(1, 15, 62, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cta-content {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 800px;
    margin: auto;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.cta-content h6 {
    text-transform: uppercase;
}

.about-content ul,
.about-content2 ul {
    margin: 1rem 0 0;
    padding: 0;
}

.about-content h3,
.about-content2 h3 {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.about-content ul li,
.about-content2 ul li {
    list-style: disc;
    margin-bottom: 1rem;
    margin-left: 1rem;
    font-weight: 600;
    font-size: 1rem;
}

.gallery-container a {
    width: 240px;
    margin: 5px;
}

.gallery-container a img {
    max-width: 100%;
    height: auto;
}

.inner-banner.banner-pic {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.inner-banner.banner-pic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(1, 15, 62, 0.8);
    color: #fff;
    left: 0;
    top: 0;
}

.inner-banner .banner-title,
.inner-banner nav {
    position: relative;
    z-index: 6;
}


/* prod gallery */

.price-container i {
    font-size: 0.8em;
    margin-right: .25rem;
}

.prodImage-gallery {
    margin: 0 auto;
}

.prodImage-gallery .primary,
.prodImage-gallery .thumbnails {
    display: table-cell;
}

.prodImage-gallery .thumbnails {
    width: 100%;
    display: flex;
}

.prodImage-gallery .primary {
    width: 600px;
    height: 500px;
    background-color: #fff;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    aspect-ratio: 1.2;
}

.prodImage-gallery .thumbnail:hover .thumbnail-image,
.prodImage-gallery .selected .thumbnail-image {
    border: 4px solid var(--secondary);
}

.prodImage-gallery .thumbnail-image {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid transparent;
}

.price-container i {
    font-size: 0.8em;
    margin-right: .25rem;
}


/* gallery style  */

.galModal.modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
}


/* Modal Content */

.galModal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}


/* The Close Button */

.galModal .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 1000;
}

.galModal .close:hover,
.galModal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}


/* Hide the slides by default */

.gallery .mySlides {
    display: none;
}


/* Next & previous buttons */

.galModal .prev,
.galModal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */

.galModal .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.galModal .prev:hover,
.galModal .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */

.galModal .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background: black;
    color: white;
    width: 100%;
}

.galModal .active,
.galModal .demo:hover {
    opacity: 1;
}

.galModal img.hover-shadow {
    transition: 0.3s;
}

.galModal .hover-shadow:hover {
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.gallery img {
    border-radius: .5rem;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .w-md-75 {
        max-width: 75%;
    }
    .about-content {
        padding-left: 3rem;
    }
    .about-content2 {
        padding-left: 0;
        padding-right: 3rem;
    }
}


/* search section  */

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    color: black;
    background: white;
    border-radius: 50%;
    outline: none;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close:hover {
    background: #D62839;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgb(0 0 0 / 90%) ;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 30%;
    transform: translateY(-50%);
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    padding: 10px 2rem;
    background: #00A896;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    color: white;
}

.search-box.search-elem button.submit[disabled] {
    background: #ccc;
    color: #32213A;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 72px;
    font-size: 32px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #999;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #00A896;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 10px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 1rem;
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    text-transform: uppercase;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
}

.search-btn:hover {
    color: #00A896;
}


/* FORM STYLE */

.site-search {
    width: 800px;
    padding: 40px;
}

form.search_form_1 {
    height: 50px;
}

form.search_form_1 input[type=search] {
    height: 100%;
    font-size: 17px;
    border: 1px solid var(--primary);
    float: left;
    width: 50%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    outline: none;
    padding: 0 10px;
    border-right: none;
    position: relative;
}

form.search_form_1 .outer {
    width: 1px;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    float: left;
    border-top: 1px solid #3a98f0;
    border-bottom: 1px solid #3a98f0;
}

form.search_form_1 .outer .inner {
    position: absolute;
    width: 2px;
    height: 30px;
    background: #3a98f0;
    top: 50%;
    transform: translateY(-50%);
}

form.search_form_1 [type=submit] {
    float: left;
    width: 24%;
    height: 100%;
    background: var(--primary);
    color: white;
    font-size: 17px;
    border: 1px solid var(--primary);
    border-left: none;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

form.search_form_1 .icon_select_mate {
    position: absolute;
    top: 15px;
    right: 2%;
    font-size: 16px;
    transition: all 275ms;
    cursor: pointer;
}

form.search_form_1 .select_mate {
    border-top: 1px solid #3a98f0;
    border-bottom: 1px solid #3a98f0;
    position: relative;
    float: left;
    height: 100%;
    width: 25%;
    color: #777777;
    font-weight: 300;
    background-color: white;
    transition: all 375ms ease-in-out;
}

form.search_form_1 .select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0;
    opacity: 0;
    z-index: -1;
}

form.search_form_1 .cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%;
}

form.search_form_1 .cont_select_int {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 999;
    overflow: hidden;
    height: 0;
    width: 100%;
    background-color: white;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
    transition: all 375ms ease-in-out;
    /*height: 300px !important;*/
    overflow-y: scroll;
}

form.search_form_1 .cont_select_int li {
    position: relative;
    float: left;
    width: 100%;
    background-color: white;
    list-style-type: none;
    padding: 10px 2%;
    margin: 0;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer;
}

form.search_form_1 .cont_select_int li:last-child {
    border-radius: 3px;
    border-bottom: 0;
}

form.search_form_1 .cont_select_int li:hover {
    background-color: #eeeeee;
}

form.search_form_1 .cont_select_int .active {
    background-color: #eeeeee;
}

form.search_form_1 .selection_option {
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    width: 100%;
    display: block;
    margin: 0;
    cursor: pointer;
}

form.search_form_1 button:hover {
    background: #0b7dda;
}

form.search_form_1::after {
    content: "";
    clear: both;
    display: table;
}

@media (max-width: 767.98px) {
    .site-search {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    form.search_form_1 input[type=submit] {
        width: 80px;
    }
    form.search_form_1 .select_mate,
    form.search_form_1 .outer {
        display: none;
    }
}


/* cart page */

.product-image {
    float: left;
    /*width: 20%;*/
}

.product-details {
    float: left;
    padding: 0px  10px;
}

.product-price {
    float: left;
    padding: 0px 8px;
    font-weight: 600;
}

.product-quantity {
    float: left;
   padding: 0px 10px;
}

.product-removal {
    float: left;
    width: 9%;
}

.product-line-price {
    float: left;
    /*width: 12%;*/
    text-align: right;
      padding: 0px 10px;
      font-weight: 600;
}

.group:before,
.shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    content: '';
    display: table;
}

.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    clear: both;
}

.group,
.shopping-cart,
.column-labels,
.product,
.totals-item {
    zoom: 1;
}


/* Apply clearfix in a few places */


/* Apply dollar signs */

.product .product-price:before,
.product .product-line-price:before,
.totals-value:before {
    content: '$';
}

.shopping-cart {
    margin: 1rem;
}


/* Column headers */

.column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

/*.column-labels .product-image,*/
/*.column-labels .product-details,*/
/*.column-labels .product-removal {*/
/*    text-indent: -9999px;*/
/*}*/
.product-removal{
    text-indent: -9999px;
}

/* Product entries */

.product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*.product .product-image {*/
/*    text-align: center;*/
/*}*/

.product .product-image img {
    height: 70px;
        border: 1px solid #eee;
        border-radius: 5px;
}

.product .product-details .product-title {
    margin-right: 20px;
}

.product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}

.product .product-quantity input {
    width: 40px;
}

.product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #c66;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.product .remove-product:hover {
    background-color: #a44;
}


/* Totals section */

.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.totals .totals-item label {
    float: left;
    clear: both;
    /*width: 79%;*/
    text-align: right;
}

.totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}

.totals .totals-item-total {
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

.checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #6b6;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
}

.checkout:hover {
    background-color: #494;
}


/* Make adjustments for tablet */

@media screen and (max-width: 650px) {
    .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
    .column-labels {
        display: none;
    }
    .product-image {
            margin-right: 10px;
        width: auto;
    }
    .product-image img {
        margin: 0 0 10px 10px;
    }
    .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }
    .product-price {
        clear: both;
        width: 70px;
    }
    .product-quantity {
        /*width: 100px;*/
    }
    .product-quantity input {
        margin-left: 20px;
    }
    .product-quantity:before {
        content: 'x';
    }
    .product-removal {
        width: auto;
    }
    .product-line-price {
        float: right;
        /*width: 70px;*/
    }
}


/* Make more adjustments for phone */

@media screen and (max-width: 350px) {
    .product-removal {
        float: right;
    }
    .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
    }
    .product .product-line-price:before {
        content: 'Item Total: $';
    }
    .totals .totals-item label {
        width: 60%;
    }
    .totals .totals-item .totals-value {
        width: 40%;
    }
}

/* upload photo register page */
.pic-holder {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
  }
  
  .pic-holder .pic {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  
  .pic-holder .upload-file-block,
  .pic-holder .upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(90, 92, 105, 0.7);
    color: #f8f9fc;
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
  }
  
  .pic-holder .upload-file-block {
    cursor: pointer;
  }
  
  .pic-holder:hover .upload-file-block,
  .uploadProfileInput:focus ~ .upload-file-block {
    opacity: 1;
  }
  
  .pic-holder.uploadInProgress .upload-file-block {
    display: none;
  }
  
  .pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
  }

  .terms-text p {
    margin-bottom: 1rem;
  }
  .terms-text h6 {
    margin-top: 1.5rem;
    font-weight: 600;
  }
  .location-box {
    border: solid 1px #e2e2e2;
    padding: 1rem;
    border-radius: .5rem;
    color: var(--text-color);
    margin-bottom: 1.5rem;
  }
  .location-box h5 {
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1rem;
  }
  .location-box i {
    margin-right: .5rem;
    color: var(--primary);
  }
  .location-box .loc-map {
    border-radius: .5rem;
    overflow: hidden;
    margin-bottom: 1rem;
  }
  .location-box:hover {
    background: var(--light-gray);
  }

  /* my orders style */
  .panel-body {
    border: solid 1px #e2e2e2;
    margin-bottom: 1rem;
  }
  .panel-body .row {
	border-bottom: 1px solid #ccc;
}
.panel-body .row:last-child {
	border: 0px;
}
.panel-body .row .col-md-2  {
	text-align: center;
	padding-top: 15px;
}
.panel-body .row .col-md-2 img {
	width: 100px;
	max-height: 100px;
}
.panel-body .row .row {
	border-bottom: 0;
}
.panel-body .row .col-md-10 {
	border-left: 1px solid #ccc;
}
.panel-body .row .row .col-md-12 {
	padding-top: 7px;
	padding-bottom: 7px; 
}
.panel-body .row .row .col-md-12:last-child {
	font-size: 11px; 
	color: #555;  
	background: #efefef;
}
.panel-body .btn-group {
	margin: 0px;
	padding: 0px;
}
.panel-body .panel-body {
	padding-top: 0px;
	padding-bottom: 0px;
}
.panel-body .panel-deading {
	margin-bottom: 0;
}    

.profile-det {
    margin-top: 2rem;
    padding: 0;
}
.profile-det li {
    border-bottom: solid 1px #e2e2e2;
    padding: .5rem 0;
}
.profile-det li:last-child {
    border: 0;
}
.profile-pics {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.profile-pics img {
    height: 100%;
    object-fit: cover;
}
.profile h4 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}
.profile-cont {
    padding: 0;
}
.profile-cont li {
    margin-bottom: 1rem;
    color: var(--text-color);
}
.profile-cont li span {
    font-weight: 400;
    width: 120px;
    display: inline-block;
    color: var(--dark);
}

/* checkout page */
 .checkout-form {
    width: 50%;
  }
   .checkout-form form h6 {
    font-size: 12px;
    font-weight: 500;
  }
   .checkout-form form .form-control {
    margin: 10px 0px;
    position: relative;
  }
   .checkout-form form .form-control label:not([for=checkout-checkbox]) {
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 2px;
  }
   .checkout-form form .form-control input:not([type=checkbox]) {
    width: 100%;
    padding: 10px 10px 10px 40px;
    border-radius: 10px;
    outline: none;
    border: 0.2px solid #4e515085;
    font-size: 12px;
    font-weight: 700;
  }
   .checkout-form form .form-control input:not([type=checkbox])::placeholder {
    font-size: 10px;
    font-weight: 500;
  }
   .checkout-form form .form-control label[for=checkout-checkbox] {
    font-size: 9px;
    font-weight: 500;
    line-height: 10px;
  }
   .checkout-form form .form-control > div {
    position: relative;
  }
   .checkout-form form .form-control > div span.fa {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(15px, -50%);
  }
   .checkout-form form .form-group {
    display: flex;
    column-gap: 25px;
  }
   .checkout-form form .checkbox-control {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
   .checkout-form form .form-control-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
   .checkout-form form .form-control-btn button {
    padding: 10px 25px;
    font-size: 10px;
    color: #fff;
    background: #F2994A;
    border: 0;
    border-radius: 7px;
    letter-spacing: 0.5px;
    font-weight: 200;
    cursor: pointer;
  }
   .checkout-details {
    width: 40%;
  }
   .checkout-details .checkout-details-inner {
    background: #F2F2F2;
    border-radius: 10px;
    padding: 20px;
  }
   .checkout-details .checkout-details-inner .checkout-lists {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 40px;
  }
   .checkout-details .checkout-details-inner .checkout-lists .card {
    width: 100%;
    display: flex;
    column-gap: 15px;
  }
   .checkout-details .checkout-details-inner .checkout-lists .card .card-image {
    width: 35%;
  }
   .checkout-details .checkout-details-inner .checkout-lists .card .card-image img {
    width: 100%;
    object-fit: fill;
    border-radius: 10px;
  }
   .checkout-details .checkout-details-inner .checkout-lists .card .card-details {
    display: flex;
    flex-direction: column;
  }
   .checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-name {
    font-size: 12px;
    font-weight: 500;
  }
   .checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-price {
    font-size: 10px;
    font-weight: 500;
    color: #F2994A;
    margin-top: 5px;
  }
   .checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-price span {
    color: #4E5150;
    text-decoration: line-through;
    margin-left: 10px;
  }
   .checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-wheel {
    margin-top: 17px;
    border: 0.2px solid #4e515085;
    width: 90px;
    padding: 8px 8px;
    border-radius: 10px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
  }
   .checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-wheel button {
    background: #E0E0E0;
    color: #828282;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 500;
  }
   .checkout-details .checkout-details-inner .checkout-shipping,  .checkout-details .checkout-details-inner .checkout-total {
    display: flex;
    font-size: 16px;
    padding: 5px 0px;
    border-top: 1px solid #BDBDBD;
    justify-content: space-between;
  }
   .checkout-details .checkout-details-inner .checkout-shipping p,  .checkout-details .checkout-details-inner .checkout-total p {
    font-size: 10px;
    font-weight: 500;
  }
  body footer {
    height: 5%;
    color: #BDBDBD;
    display: -ms-grid;
    display: grid;
    place-items: center;
    font-size: 14px;
  }
  body footer a {
    text-decoration: none;
    color: inherit;
  }
  
 

  .variant {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
  }
  .variant div {
    width: fit-content;
    background: #fcfcfc;
    border-radius: .25rem;
    border: solid 1px #e2e2e2;
    padding: .25rem;
    margin-bottom: .25rem;
    margin-right: .25rem;
}
.variant div:hover {
    background: var(--light-gray);
}
ul.cat-box.category-page {
    padding: 0;
}
ul.cat-box.category-page li {
    max-width: 160px;
}
ul.cat-box .product-box figure {
    height: 120px;
}
ul.cat-box h5 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }

  /* banner slider */
  .slick-dots {
    position:absolute;
    width:98%;
    bottom:0;
    left:0;
    z-index:1;
    text-align:right
  }
  .slick-dots {
    margin:0 4px 20px 0;
    text-align:center
  }
  .slick-dots li {
    cursor:pointer;
    display:inline-block;
    margin:0 4px;
    padding:0;
    position:relative;
    width:15px;
    height:15px
  }
  .slick-dots li span {
    display:block;
    width:14px;
    height:14px;
    background:rgba(245,245,245,.4);
    text-indent:-9999px;
    border-radius:50%;
    margin:0 auto;
    text-align:left;
    border:solid 2px rgba(245,245,245,.4)
  }
  .slick-dots li span:hover {
    background:rgba(245,245,245,.8)
  }
  .slick-dots li.slick-active span,
  .slick-dots li.slick-active span:hover {
    background:#fff;
    width:14px;
    height:14px;
    top:-1px;
    position:relative
  }
  .slick-dots li.slick-active span,
  .slick-dots li.slick-active span:hover {
    background:var(--secondary);
    border-color:#fff
  }
  
  .banner-slide .slick-dots {
   bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
  }
  .banner-slide .slick-dots li span {
    background:#d8d8d8;
    border-color:#d8d8d8
  }
  .banner-slide .slick-dots li.slick-active span,
  .banner-slide .slick-dots li.slick-active span:hover {
    background:var(--secondary);
    border-color:var(--secondary)
  }
  
  .navbar{
    /*border-bottom: solid 1px #e2e2e2;*/
    padding-top:5px;
    padding-bottom:5px;
  background: #000;
  box-shadow: 0 2px 5px 0 #a2a2a2;
    
}
.slick-slide img{
    width: 100%;
}
 .cartItem {
   
    padding: 10px;
    border: 0.5px solid var(--primary);
    border-radius: 10px;
    padding: 15px;
    background: #edf4ff;
  }
  .cartItem .cart-image{
    width: 50px;
    height: 50px;
   

  }

  .cartItem h6{
    font-size: 15px;
    font-weight: 600;
  }
  .cartItem p{
    font-size: 14px;
    line-height: 15px;
  }
  .cartItem .quntity{
    border: 1px solid rgba(100, 100, 100, 0.21);
    width: 25px;
    height: 25px;
    background: var(--primary);
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
  }
  .rate {
    float: left;
    height: 28px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.whatsapp_fixed{
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 46px;
  background: #2ab03f;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  z-index: 99;
}
.fixed_btn{
  position: fixed;
  right: 30px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 46px;
  background: #000;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  z-index: 99;
}
.form_btn{
  position: fixed;
  right: 30px;
  bottom: 150px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 46px;
  background: var(--primary);
  color: #fff;
  border-radius: 100%;
  text-align: center;
  z-index: 99;
}

 @media screen and (max-width: 1024px) {
    body {
      width: 100%;
    }
     .main {
      column-gap: 70px;
    }
  }
  @media screen and (max-width: 768px) { 
       form.search_form_1 input[type=search] {
             width: 70%;
       }
      .search-box.search-elem .inner{
          width: 90%;
      }
      .navbar{
          background: #fff;
      }
        .navbar .navbar-nav{
          background: #000;
      }
      
      
      .navbar-light .navbar-toggler{
          background: #fff;
      }
      .banner-slide .slick-dots{
          display: none;
      }
      .subscribe-section h6{
          margin-bottom: 5px;
      }
      .promo-pic{
          display: none;
      }
      .promo-text h2{
          font-size: 1.5rem;
      }
      .promo-text{
          padding: 0px;
      }
      .special-offer{
          padding: 2rem; 
          min-height: auto;
      }
      
    body {
      width: 100%;
    }
    .brand-logo{
        text-align: center;
        margin-bottom: 10px;
    }
     .main {
      flex-direction: column-reverse;
      height: auto;
      margin-bottom: 50px;
    }
     .checkout-form {
      width: 100%;
      margin-top: 35px;
    }
     .checkout-details {
      width: 100%;
    }
    body footer {
      height: 10%;
    }
  }

  .product-box .close {
    top: 1rem;
    right: 1rem;
    width: 30px;
    height: 30px;
    background: rgba(226, 57, 57, .5);
    color: #fff;
  }
  .product-box .close:hover {
    background: red;
  }

  .category-page {
    display: flex;
    flex-wrap: wrap;
  }
  .category-page a {
    width: 30%;
    margin-right: 1%;
    margin-bottom: 1rem;
    color: var(--text-color);
  }
  .category-page a:before {
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    color: var(--secondary);
    margin-right: 10px;
  }
  .category-page a:hover {
    color: var(--secondary);
    font-weight: 600;
  }
  @media only screen and (max-width:560px) {
    .category-page a {
        width: 100%;
    }
  }
  
  .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.social-icons li {
  display: inline-flex;
}

.social-icons a {
  width: 42px;
  height: 42px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Brand colors */
.social-icons .facebook { background: #1877f2; }
.social-icons .instagram { background: #e4405f; }
.social-icons .linkedin { background: #0a66c2; }

/* Hover effect */
.social-icons a:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}
