@import url("../fonts/fontawesome/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");

/* ##############################
---------------------------------
COLOR
---------------------------------
############################## */

:root {
    --white: #fff;
    --black: #000;
    --primary-lightest2: #f5f5f9;
    --dark-gray: #999999;
    --light-gray: #f8f8f8;
    --red: #ff4c3b;
    --text-color: #585858;
}


/* ##############################
---------------------------------
GLOBAL
---------------------------------
############################## */

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    /* background: var(--primary-lightest2); */
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a,
p,
img,
div,
ul,
li,
span,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
hr,
header,
footer,
section,
article,
nav,
iframe {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    background: none;
    border: none;
}

.bold {
    font-weight: 700;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "lato", sans-serif;
    /* font-family: "Poppins", sans-serif; */
}

.ml-auto {
    margin-left: auto !important;
}

a {
    color: var(--black);
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: var(--red);
    transition: 0.3s ease;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.navbar-nav {
    align-items: center;
}

.form-check-input:checked {
    background-color: var(--red);
    border-color: var(--red);
}

.btn {
    background: var(--red);
    text-transform: uppercase;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 25px 30px;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    transition: 0.3s ease;
}

.btn-bordered {
    background: transparent;
    color: var(--red);
}

.btn-small {
    padding: 10px 10px;
    font-size: 12px;
}

.btn-card {
    /* width: 100%; */
    padding: 10px 8px;
    font-size: 12px;
    margin: 0 auto;
}

.btn:hover {
    color: var(--red);
    background-color: transparent;
}

.btn-bordered:hover {
    color: var(--white);
    background-color: var(--red);
}

.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-sizing: border-box;
    border: 2px solid var(--red);
}

.btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-sizing: border-box;
    border-bottom: 2px solid var(--red);
}

.btn:hover:before,
.btn:hover:after {
    width: 100%;
    height: 100%;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}
button{
    border: none !important;    
}

.errorMsg {
    position: absolute;
    bottom: -20px;
    color: var(--red);
    font-size: 12px;
}

.text-right {
    text-align: right;
}


/* --- Header CSS --- */

header {
    margin: 0;
    padding: 0;
}

header .topbar {
    padding: 15px 0;
    background: var(--light-gray);
}

header .topbar ul {
    margin: 0;
    padding: 0;
}

header .topbar ul li {
    display: inline-flex;
    float: none;
    padding: 0;
    margin-right: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
}

header .topbar ul li:last-child {
    margin-right: 0;
}

header .topbar ul li i {
    color: var(--dark-gray);
    font-size: 14px !important;
    vertical-align: middle;
    margin-right: 5px;
}

header .topbar ul li span,
header .topbar ul li span a {
    padding-right: 5px;
    color: var(--dark-gray);
}

header .navbar {
    color: #222222;
    padding: 10px 0 !important;
    /* font-family: 'Gayathri', 'Open Sans', Arial, Helvetica, sans-serif !important; */
    font-family: "Lato", sans-serif;
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 400;
    background: var(--white);
}

.sticky~.sticky-align {
    height: 90px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

header .navbar .navbar-brand img {
    width: auto;
    height: 75px;
    width: 150px;
    object-fit: contain;
}

header .navbar .nav-link {
    padding: 0 15px !important;
    color: var(--black);
}

header .navbar .nav-link:hover {
    color: var(--red);
}

header .navbar .dropdown-menu {
    min-width: 250px;
    padding: 15px;
    margin: 0;
    color: var(--black);
    background: var(--white);
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

header .navbar .dropdown-menu .dropdown-item {
    display: block;
    margin: 0 !important;
    padding: 10px 15px 10px 15px !important;
    color: var(--black);
    font-size: 16px !important;
    line-height: 14px !important;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

header .navbar .dropdown-menu .dropdown-item:hover {
    color: var(--red);
    background: transparent;
}

.navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    line-height: auto;
    background-color: #231f20;
    border: 1px solid #231f20;
    border-radius: 0;
    outline: none;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler i {
    color: #fff;
    text-decoration: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 8%);
}

.sticky+.content {
    padding-top: 34px;
}

img {
    max-width: 100%;
}

.section-padding {
    padding: 60px 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.cart-btn {
    background: transparent;
    border: none;
}

.cart-btn:hover {
    color: var(--red);
    transition: 0.3s ease;
}
.nav-icon-margin{
    margin: 0 0 0 40px;
}

/*footer css*/

.footer-area {
    background-color: var(--light-gray);
}

.footer-area .footer-logo {
    margin-bottom: 40px;
    max-width: 180px;
}

.footer-area .footer-pera p {
    color: var(--dark-gray);
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.5;
    text-align: justify;
    margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-pera p {
        padding-right: 95px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-pera p {
        padding-right: 13px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-pera p {
        padding-right: 80px;
    }
}

@media (max-width: 767px) {
    .footer-area .footer-pera p {
        padding-right: 30px;
    }
}

.footer-area .footer-tittle h4 {
    color: var(--red);
    font-size: 20px;
    margin-bottom: 29px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-area .footer-tittle ul li {
    color: var(--dark-gray);
    margin-bottom: 15px;
}

.footer-area .footer-tittle ul li a {
    color: var(--dark-gray);
}

.footer-area .footer-tittle ul li a:hover {
    color: var(--red);
}

.footer-area .info.error {
    color: var(--red);
}

.ml-n-4vw {
    margin-left: -4vw;
}

.footer-area .footer-social a i {
    color: var(--dark-gray);
    margin-right: 12px;
    font-size: 22px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.footer-area .footer-social a i:hover {
    color: var(--red);
    box-shadow: 0 -3px 0 0 rgba(24, 24, 24, 0.15) inset, 0 3px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.footer-bottom-area {
    background: var(--red);
}

.footer-bottom-area .footer-border {
    /* border-top: 1px solid #d3e5fd; */
    padding: 20px 0 5px;
}

.footer-list li a span {
    padding-right: 5px;
}

@media (max-width: 767px) {
    .footer-bottom-area .footer-border {
        padding: 35px 0 20px;
    }
}

.footer-bottom-area .footer-copy-right p {
    color: var(--white);
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px;
}

.footer-bottom-area .footer-copy-right p i {
    color: var(--black);
}

.footer-bottom-area .footer-copy-right p a {
    color: var(--white);
}

.footer-padding {
    padding-top: 140px;
    padding-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-padding {
        padding-top: 90px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 100px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 10px;
    }
}


/* header image css starts here*/

.heading-style span {
    color: var(--red);
    font-size: 18px;
}

.heading-style h3 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}

.heading-style h3::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    background: var(--red);
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
.policy h3::before{
    left: 0;
    transform: translateX(0); 
}
.header-image {
    background-image: url("../imgs/bg/sub-banner.jpg");
    min-height: 350px;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    position: relative;
    align-items: center;
}

.heading-line h2 {
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 70px;
    margin-bottom: 25px;
    font-weight: 600;
    /* margin-top: 110px; */
    position: relative;
    color: #222222;
}

.heading-line span {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    color: #777777;
}

.heading-line p {
    font-size: 22px;
    margin-top: 25px;
    color: var(--red);
}


/* .heading-line h2::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 4px;
    background: var(--red);
    left: 0;
    bottom: -10px;
} */


/* header image css ends here*/


/* first section starts here */

.save-main-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.save-main-card img {
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
}

.save-main-card:hover img {
    /* img zoom in on hover (x, y): */
    transition: all 0.5s ease;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.save-text {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

.save-text span {
    color: var(--red);
    font-size: 20px;
    font-weight: 500;
}

.save-text h2 {
    font-size: 55px;
    font-weight: 700;
}


/* first section ends here */


/* top collection css starts here */

.collection-card {
    margin-bottom: 25px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    border-radius: 10px;
    width: 100%;
}

.product-img {
    height: 300px;
    margin-bottom: 5px;
}

.add-to-wish {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    transition: all .3s ease-in-out;
    color: var(--red);
}

.add-to-wish:hover {
    cursor: pointer;
}


.collection-card-content {
    padding: 10px 10px;
    position: relative;
}

.collection-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px 10px 0 0;
}

.stars-container i.checked {
    color: #ffc300;
}

.list-page-star i {
    font-size: 12px;
}

.collection-name {
    font-size: 16px;
    color: #555;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.collection-price {
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
}

.collection-price del {
    font-size: 12px;
    margin-left: 5px;
    color: var(--text-color);
}

.collection-card a:hover .stars-container i {
    color: #000;
}

.collection-card a:hover .stars-container i.checked {
    color: #ffc300;
}

/* top collection css ends here */


/* fixed image css starts here */

.fixed-image {
    background-image: url("../../assets/images/testimonials/fixed.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 600px;
    background-size: cover;
    position: relative;
}

.fixed-image-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    text-align: center;
}

.fixed-image-content h1 {
    color: var(--red);
    font-weight: 700;
    font-size: 60px;
}

.fixed-image-content h2 {
    font-weight: 700;
    font-size: 55px;
    color: #333333;
    margin-bottom: 10px;
}

.fixed-image-content p {
    font-size: 22px;
    letter-spacing: 5px;
    color: #555;
    font-weight: 700;
}


/* fixed image css ends here */


/* special products css starts here */

.filter-btn-design a {
    margin: 0 15px;
    font-size: 18px;
    cursor: pointer;
}

.filter-button.active {
    color: var(--red);
}


/* special products css ends here */


/* services css starts here */

.service-box {
    margin-bottom: 15px;
}

.service-box i {
    font-size: 35px;
    margin-right: 15px;
    color: var(--red);
}

.service-box h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.service-text p {
    color: var(--dark-gray);
}


/* services css ends here */


/* blogs css starts here */

.blogs-card {
    margin-bottom: 15px;
}

.blog-text p {
    color: var(--red);
    font-size: 22px;
    margin-bottom: 10px;
}

.blog-text a {
    font-size: 22px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.blog-text:hover a {
    color: var(--red);
}

.blog-text span {
    color: var(--dark-gray);
}


/* blogs css ends here */


/* owl-carousel */

.owl-carousel .owl-item img {
    width: 100% !important;
    object-fit: cover;
}

.owl-theme .owl-dots {
    display: none !important;
}

.owl-prev,
.owl-next {
    background: none !important;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    font-size: 35px !important;
}

#mixedSlider {
    height: calc(100vh - 200px);
}

.owl-nav>button {
    background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 45%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 6;
}

.owl-next {
    right: 0px;
}

.lc-item-content {
    height: calc(100vh - 200px);
    /* min-height: 600px; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    /* display: flex; */
    align-items: center;
    object-fit: cover;
}
.slide-xs{
    display: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 0 10px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 0 10px !important;
}

.ac-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
}

.card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
}

.h4,
h4 {
    font-size: 1rem;
}

hr {
    background-color: var(--dark-gray);
    margin: 10px 0;
}

.disFlex {
    display: flex;
    align-items: center;
}

.card-header h4 a {
    color: var(--red) !important;
}

.text-primary {
    color: var(--red) !important;
}


/* register section starts here */

section.register-s {
    margin: 0 0 80px;
}

.register-box {
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

p.register-text {
    font-size: 26px;
    margin-bottom: 25px;
    color: var(--red);
    font-weight: 600;
    line-height: 35px;
}

.circle {
    width: 150px;
    height: 150px;
    position: absolute;
    background-color: #e6373d0f;
    border-radius: 50%;
}

.boxx1 {
    top: -20%;
    left: -5%;
}

.boxx2 {
    bottom: -28%;
    right: 2%;
}

.boxx3 {
    top: 5%;
    left: 50%;
}

.boxx4 {
    left: 13%;
    bottom: -7%;
}

.faq-list {
    padding: 15px;
}

.faq-list li {
    list-style: disc;
}

.ac-card .card-body a {
    color: var(--red);
}

.item.lc-single-item-main:before,

/* .header-image::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: .5;
    background: #000;
    position: absolute;
} */

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: #333;
}

.form-control {
    height: 45px;
}

.form-control:focus {
    border-color: var(--red);
    box-shadow: 0 0 10px 0px var(--red);
}

.shadow-lgg {
    box-shadow: 0px 4px 30px 1px rgb(0 0 0 / 20%);
}

.nd-shadow {
    box-shadow: 0px 1px 10px 2px #eee !important;
}

.bg-blue {
    background: #0d2774;
}

.sticky-widget-mobile {
    display: none;
}

.social-widget-mobile {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.social-widget-mobile a {
    flex-basis: 33.33%;
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 20px;
}

.social-widget-mobile a:nth-child(2) {
    background: var(--red);
}

.blank-space {
    padding: 30px 0px;
    background-color: var(--light-gray);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.kss_sizes.test2 .radio-input:checked+.radio-label {
    border-color: var(--red) !important;
    color: #fff !important;
    background-color: var(--red);
}

.kss_sizes.test2 .radio-input:checked+.color-label {
    border-color: var(--red) !important;
    border-width: 2px;
    /* box-shadow: 0px 0px 5px 1px rgba(255,76,59,.9); */
    color: #fff !important;
    background-color: transparent;
}

.radio-label {
    border: 1px solid #ddd;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 0 0;
    cursor: pointer;
    overflow: hidden;
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    /* margin: 0 auto; */
    background: #eaeaea;
    border-radius: 10px;
    padding: 1rem 0.4rem;
    margin-top: 1rem;
}

.quantity-btn {
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0px 8px;
    cursor: pointer;
}

.quantity-btn svg {
    width: 15px;
    height: 15px;
}

.quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ps-container .ps-scrollbar-x-rail {
    position: absolute;
    /* please don't change 'position' */
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    /* please don't change 'position' */
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0;
    /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999;
}

.ps-container .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 6px;
    background-color: var(--red);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0;
    /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999;
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}

.description {
    min-height: 120px;
    max-height: 180px;
    overflow: hidden;
    position: relative;
}


/* thumnail slider in detail page */

.slider {
    overflow: hidden;
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
}

.slider .slides {
    width: 100%;
    height: 550px;
}

.slider img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: top center;
}

.img-nav {
    display: flex;
    list-style: none;
    justify-content: center;
}

.img-nav ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.img-nav ul li {
    cursor: pointer;
}

.img-nav ul li:not(:last-child) {
    margin-left: 10px;
}

.img-nav ul li img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.ps__rail-y {
    width: 8px;
    /* Width of the scrollbar */
    background-color: #f1f1f1;
    /* Track color */
}


/* Style the PerfectScrollbar scrollbar thumb */

.ps__thumb-y {
    background-color: #888;
    /* Thumb color */
    border-radius: 5px;
    /* Rounded corners */
}


/* Change thumb color on hover */

.ps__thumb-y:hover {
    background-color: #555;
}


/* cart table starts here */
table.cart-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  
table.cart-table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
  }
  
table.cart-table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
  }
  
table.cart-table th,
table.cart-table td {
    padding: .625em;
    text-align: center;
}
  
table.cart-table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.w100{
    width: 100px;
}
  
  @media screen and (max-width: 600px) {
    table.cart-table {
      border: 0;
    }
  
    table.cart-table caption {
      font-size: 1.3em;
    }
    
    table.cart-table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table.cart-table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    table.cart-table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    
    table.cart-table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
      text-align: left;
    }
    
    table.cart-table td:last-child {
      border-bottom: 0;
    }
    .cart.quantity-control{
        margin-left: auto;
        margin-top: 0;
        
    }
    .xs-right{
        justify-content: end;
    }
    .w100{
        width: auto;
    }
  }

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    padding-top: 0.5em;
}

.rwd-table td:last-child {
    padding-bottom: 0.5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}
.trash-btn{
    background: transparent;
    border: none;
    color: var(--dark-gray);
    font-size: 26px;
}
.trash-btn:hover{
    color: var(--red);
    transition: .3s ease;
}

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

@media (min-width: 480px) {

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
}

.rwd-table {
    overflow: hidden;
    min-width: 100%;
}

.rwd-table th,
.rwd-table td {
    margin: 0.5em 1em;
}

@media (min-width: 480px) {

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

.rwd-table th,
.rwd-table td:before {
    color: var(--red);
}

.img-width img {
    width: 80px;
    height: auto;
    object-fit: contain;
}

.width-15 {
    width: 15%;
}


/*categoties*/

.collection-block {
    text-align: center;
}

.collection-block img {
    margin-bottom: 20px;
}

.collection-block .collection-content {
    text-align: center;
}

.collection-block .collection-content h4 {
    color: #222222;
    margin-bottom: 10px;
    font-size: 16px;
}

.collection-block .collection-content h3 {
    margin-bottom: 10px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 22px;
}

.collection-block .collection-content p {
    font-size: 14px;
    color: #777777;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}

.img-res {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.brand-img {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-img img {
    max-width: 150px;
    max-height: 120px;
    margin-bottom: 0;
    object-fit: contain;
}

.section-padding {
    padding: 50px 0 100px;
}

.control {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 16px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background: #e6e6e6;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    background: #ccc;
}

.control input:checked~.control__indicator {
    background: var(--red);
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background: var(--red);
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: "";
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 6px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.wishlist-btn {
    padding: 17px !important;
}

.subTotal,
.mainTotal {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.subTotal::before,
.mainTotal::before {
    content: '\e1bc';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -15px;
    font-size: 14px;
}

.mainTotal {
    margin-left: 35px;
}

.mainTotal::before {
    font-size: 22px;
    left: -20px;
}

.checkout-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.checkout-form .form-group .field-label {
    line-height: 24px;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 700;
}

.checkout-form input[type=text],
.checkout-form input[type=email],
.checkout-form input[type=password],
.checkout-form input[type=tel],
.checkout-form input[type=number],
.checkout-form input[type=url] {
    width: 100%;
    padding: 0 22px;
    height: 45px;
    border: 1px solid #dddddd;
}

.checkout-details {
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    padding: 40px;
}

.order-box {
    position: relative;
    margin-bottom: 50px;
}

.order-box .title-box {
    position: relative;
    padding-bottom: 25px;
    color: #444444;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

.order-box .title-box span {
    position: relative;
    width: 35%;
    float: right;
    line-height: 1.2em;
}

.order-box .qty {
    position: relative;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}

.order-box .qty li {
    position: relative;
    display: block;
    font-size: 15px;
    color: #444444;
    line-height: 20px;
    margin-bottom: 20px;
}

.order-box .qty li span {
    float: right;
    font-size: 18px;
    line-height: 20px;
    color: #232323;
    font-weight: 400;
    width: 35%;
}

.order-box .sub-total {
    position: relative;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

.order-box .sub-total li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.order-box .total {
    position: relative;
    margin-bottom: 40px;
}

.order-box .total li {
    position: relative;
    display: block;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.order-box .total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: var(--red);
    font-weight: 400;
}

.payment-box .payment-options li .radio-option {
    position: relative;
}

.text-end {
    text-align: right !important;
}

.order-box .sub-total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: var(--red);
    font-weight: 400;
    width: 35%;
    float: right;
}

.order-box .sub-total .shipping {
    width: 35%;
    float: right;
}

.payment-box .payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.order-box .total li span {
    float: right;
    font-size: 15px;
    line-height: 20px;
    color: #444444;
    font-weight: 400;
    width: 35%;
    display: block;
}

.index-brand-img {
    height: 200px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-brand-img img {
    max-width: 150px;
    max-height: 120px;
    margin-bottom: 0;
}

.login-page h3,
.login-page .h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
    margin-top: -4px;
}

.login-page .authentication-right h6,
.login-page .authentication-right .h6 {
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

.login-page .authentication-right p {
    font-size: 14px;
    color: #555555;
    line-height: 2;
    margin-bottom: 1rem;
}

.accordion {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border-radius: 5px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--red);
    background-color: transparent !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-flush .accordion-item {
    border-top: 1px solid #eee !important;
    border-left: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
}

.count_class {
    position: absolute;
    background: var(--red);
    width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 9px;
    line-height: 11px;
    font-weight: 400;
    top: -55%;
    right: -8px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.font-size-22 {
    font-size: 22px;
}

/*rating*/
.rating-css div {
    color: #ffe400;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

.rating-css input {
    display: none;
}

.rating-css input+label {
    font-size: 60px;
    text-shadow: 1px 1px 0 #8f8420;
    cursor: pointer;
}

.rating-css input:checked+label~label {
    color: #b4afaf;
}

.rating-css label:active {
    transform: scale(0.8);
    transition: 0.3s ease;
}

.coupon_code_msg {
    color: var(--red);
}

.hide {
    display: none !important;
}

.remove_code {
    font-size: 13px;
    color: var(--red);
    margin-left: 5px;
}

.coupon_code_msg {
    font-size: 14px;
}

.codeBtn {
    padding: 22px 20px;
    border-radius: 0;
    border: 0;
    min-height: 45px;

}

.addressDiv {
    padding: 10px 15px;
    border: 1px solid #eee;
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
}

.address-details {
    padding-left: 20px
}

.success-text i {
    font-size: 45px;
    color: var(--red);
}

.gradient-custom {
    /* fallback for old browsers */
    background: #cd9cf2;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to top left, rgba(205, 156, 242, 1), rgba(246, 243, 255, 1));

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to top left, rgba(205, 156, 242, 1), rgba(246, 243, 255, 1))
}

.list-group {
    border-color: #D0D5DC !important;
}

.list-group .list-group-item {
    border-color: #D0D5DC !important;
}


.list-group-item-action .fa {
    width: 22px;
}

.list-group-item-action .fa.fa-angle-right {
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 14px;
}

.coupon {
    background: #F9FAFB;
    border: 2px dashed #D0D5DC !important;
}


.text-charcoal {
    color: #354050 !important;
}


.bg-white {
    background: #FFFFFF !important;
}

.list-group {
    border-color: #D0D5DC !important;
}

.list-group-item {
    border-color: #D0D5DC !important;
}

.my-order-list li {
    display: inline-block;
    padding-right: 20px;
}

.bg-gray {
    background-color: var(--light-gray);
}

.sale-icon {
    max-width: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(45deg);
}

.color-red {
    color: var(--red);
}

.order-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.multi-address {
    position: relative;
    margin-bottom: 20px;
    border-left: 2px solid #ff4c3b;
    padding: 10px;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
}

span.address-edit {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #ff4c3b;
    cursor: pointer;
}

.color-label {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.color-radio-option {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.disabled {
    border-color: #999999;
    color: #999999;
    pointer-events: none;
    cursor: not-allowed;
}

.btn-print-padding {
    padding: 15px 25px;
}

.link-btn {
    color: var(--red);
    font-size: 14px;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.fix-height img {
    height: 500px;
    object-fit: cover;
}

.fix-thumb img {
    height: 120px;
    object-fit: contain;
}

.swiper {
    width: 100%;
}

.swiper_thumb .swiper-slide {
    opacity: 0.7;
}

.swiper_thumb .swiper-slide:hover {
    opacity: 1;
}

.swiper_thumb .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #ffcdc8;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    user-select: none;
}
.zoom_img{
    width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
    color: var(--red);
    background: rgba(255, 255, 255, 0.8);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0px 2px 2px var(--red);
    z-index: 9;
}

.swiper-button-next,
.swiper-button-prev::after {
    font-size: 16px;
    font-weight: 600;
}

.swiper-button-prev,
.swiper-button-next::after {
    font-size: 16px;
    font-weight: 600;
}

.swiper-button-next {
    right: 0px;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next:hover {
    color: #ccc;
    background: var(--red);
}

.swiper-button-prev:hover {
    color: #ccc;
    background: var(--red);
}
.out_of_stock{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: var(--red);
    z-index: 1;
}

.product-details-container{
    padding-left: 30px;
}
.color-gray{
    color: #999;
}
.policy li{
    list-style: circle;
    margin-bottom: 10px;
    text-align: justify;
}
.font14{
    font-size: 12px;
    text-align: justify;
}
.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
  }
.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}
.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.range-slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.range-slider .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: var(--red);
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--red);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--red);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.filtersBtn, .closeBtn{
    display: none;
}
.mb-15{
    margin-bottom: 7px;
}