@charset "utf-8";
/* CSS Document */
body, html{
    height: 100%;

}
body{
    background: #fff;
   
}
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: white;
}

::-webkit-scrollbar-thumb {
    background-color: #2D318D;
    border-radius: 0px 4px 0px 4px;
}


html{
    overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none !important;
    transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

div#navbarCollapse {
    flex-direction: row-reverse;
}
header{
background: #ECECEC;
}
header ul li a ,header ul li a i {font-family: Montserrat;font-size: 16px;font-weight: 500;line-height: 16px; padding:10px; text-align: left;color: #4f4f4f; border-radius:5px;   text-transform: capitalize;}
header ul.naver li a:hover{
    background:#2d318d;
    color:white;
  
}
header ul li a img{
 width: 30px;
}
section.banner {
    background-image: url(../images/banner-bg.png);
    /*width: 100%;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*height: 847px;*/
    /*position: relative;*/
    /*overflow: hidden;*/
     position: relative;
  width: 100%;
  padding-top: 47.25%; /* 16:9 ratio */
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-content h1 {
    color: white;
    font-size: clamp(12px, 6vw, 70px);
    font-family: oswald;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.banner-content h5 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: clamp(12px, 4vw, 17px);
    margin: 0;
    color: white;
}

.banner-content p {
    color: white;
    font-size: clamp(12px, 4vw, 14px);
    font-family: 'Montserrat';
    width: 29%;
    margin: 0;
}

.banner-content a {
    display: flex;
    width: 226px;
    height: 41px;
    background-color: #000;
    color: #fff;
    font-family: 'Montserrat';
    justify-content: center;
    align-items: center;
    font-size: clamp(12px, 4vw, 15px);
    text-transform: uppercase;
    margin: 20px 0 0;
    z-index: 999;
    position: relative;
}

section.banner .carousel-inner {
    padding: 15rem 0 15rem 7rem;
    overflow: visible;
}

header.headerr {
    display: grid;
    position: fixed;
    background-color: #ECECEC;
    height: 100%;
    z-index: 9999;
    width: 70px;
    grid-auto-flow: row !important;
    left: 0;
    transition: all 0.5s;
    padding: 0;
}


button.close {
    position: fixed;
    top: 390px;
    padding: 0;
    border: unset;
    left: 1140px;
    background-color: #ececec;
    z-index: 9;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-inner {
    align-items: self-start;
    display: grid;
    grid-auto-flow: row;
}

.logo,
.other-btns,
.nav-barr {
    display: grid;
    grid-auto-flow: row;
    width: 70px;
}

.logo img,
.other-btns ul li img,
.nav-barr ul li a {
    display: block;
    margin: 10px auto;
}

.other-btns ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.other-btns ul li img {
    width: 20px;
}

.nav-barr ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 0 15px;
    transform: rotate(-90deg);
    justify-content: flex-end;
    width: 70px;
}

.nav-barr li a {
    font-family: 'Montserrat';
    font-size: clamp(12px, 4vw, 15px);
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    padding: 0 6px;
    border-radius: 4px;
}

.nav-barr ul li {
    display: inline-block;
}

.nav-barr {
    margin: -180px 0 0 0;
}

.other-btns {
    margin: -110px 0 0;
}

.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 6px;
    /* width: 27%; */
    position: absolute;
    top: 0;
    right: 6px;
    height: 99%;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.products-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 260px;
    height: 280px;
    position: relative;
}


.products-inner button {
    padding: 0;
    background-color: transparent;
    border: unset;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.cta-products-inner {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 0 22px;
    overflow-x: scroll;
    padding: 20px 0;
}
.cta-products-card-link{
    display:block;
    width:300px;
    height:300px;
}
.cta-products-card {
    background-image: linear-gradient(to bottom, #f2f2f2, #d6d6d6, #bbbbbb, #a0a0a0, #868686);
    padding: 0 10px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 300px;
    height: 300px;
}


section.cta-products {
    padding: 35px 0;
}

.cta-products-card h5 {
    position: absolute;
    bottom: 25px;
    font-family: 'Oswald';
    font-size: clamp(12px, 4vw, 26px);
    color: #fff;
    font-weight: 300;
    margin: 0;
    position: relative;
    z-index: 1;
}

.cta-products-card h5 span {
    font-weight: 500;
}

section.girl {
    background-image: url(../images/girl-bg.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: st;
    padding: 191px 0;
    position: relative !important;
    overflow: hidden !important;
}
section.girl.one::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(15deg, #2D318D, transparent);
}
.girl-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px 0;
}

.girl-inner h4 {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: clamp(12px, 4vw, 24px);
    margin: 0;
}

.girl-inner h3 {
    font-size: clamp(12px, 5vw, 60px);
    color: #fff;
    font-weight: 700;
    font-family: 'Oswald';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.girl-inner a {color: #fff;font-family: 'Montserrat';font-weight: 700;font-size: clamp(12px, 4vw, 16px);display: inline-block;padding: 4px 6px;}

.categories-card img {
    width: 100%;
    height: 681px;
    object-fit: cover;
    transition: all 0.6s;
}

section.categories .col-md-4 {
    padding: 0;
    transition: all 0.3s;
    cursor: pointer;
}

section.categories {
    padding: 2rem;
}

.categories-card {
    position: relative;
    overflow: hidden;
}

.categories-card h5 {
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    color: #fff;
    font-family: 'Oswald';
    font-size: clamp(12px, 4vw, 55px);
    z-index: 1;
}

section.girl.two {
    background-image: url(../images/girl-two.png);
    padding: 160px 0;
}


/*button.close {
    position: absolute;
    top: 0;
    right: 0;
    border: unset;
    background-color: transparent;
    opacity: 0;
    transition: all 0.3s;
}*/

button.close i {
    font-size: 20px;
    color: #000;
    transition: all 0.5s;
}


.trending-shoes-title h3 {
    color: #2D318D;
    font-family: 'Oswald';
    font-weight: 700;
    font-size: clamp(12px, 4vw, 55px);
    margin: 0 0 0px;
}

.trending-shoes-card {
    background-color: #f6f6f6;
    height: 530px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    margin: 0 0 0px;
    position: relative;
}
.trending-shoes-card a {
    display:block !important;
    width:100% !important;
    height:100%;
    text-decoration:none !important;
}
.trending-shoes-card .trending-img{
    background:#f6f6f6;
    height: 80%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    overflow: hidden;
}
.trending-shoes-card .trending-content{
    background:#f6f6f6;
    padding:10px 0;
    height: 20%;
}
.trending-shoes-inner a {
    color: #000;
    justify-content: center;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: clamp(12px, 4vw, 18px);
    text-decoration: underline;
    background-color: #fff !important;
    width: 100%;
    position: relative;
    z-index: 15;
    margin: 0 0 10px 0;
}

.trending-shoes-inner {
    text-align: center;
    margin-bottom: -15px;
    padding: 20px 0 0;
}

.trending-shoes-title {
    display: inline-block;
    padding: 0px 30px;
    margin-top: -36px;
    background-color: #fff;
}

section.trending-shoes {
    padding: 4rem 0 2rem;
}

.bdr {
    border: 3px solid #2D318D;
    padding: 0 30px 0px;
    margin: 0 0 0px;
    background-color: transparent !important;
}

.divider {
    width: 100%;
    background-color: white;
    height: 6px;
    position: relative;
    z-index: 0;
    top: 5px;
}


section.girl.three {
    background-image: url(../images/50-sale.png);
    width: 100%;
    padding: 130px 0;
}

section.girl.three .girl-inner h3 {
    font-size: clamp(12px, 10vw, 145px);
    line-height: 1;
}

section.girl.three .girl-inner a {
    font-size: clamp(12px, 4vw, 18px);
    text-decoration: underline !important;
}




section.trending-shoes.shop-latest .trending-shoes-card img {
    width: 100%;
    object-fit: contain;
}

section.trending-shoes.shop-latest .trending-shoes-title h3 {
    text-transform: uppercase;
}

section.trending-shoes.shop-latest .trending-shoes-inner {
    text-align: left;
}

section.trending-shoes.shop-latest .trending-shoes-inner h5 {
    font-family: 'Montserrat';
    font-weight: 600;
    /* font-size: clamp(12px, 4vw, 18px); */
    margin: 0 0 5px;
    text-decoration: none;
    margin-bottom: 10px;
}

section.trending-shoes.shop-latest .trending-shoes-inner h6 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: clamp(12px, 4vw, 16px);
    margin: 0;
    text-decoration: none !important;
    color: #2c308c;
}

section.trending-shoes.shop-latest .row {
    gap: 20px 0;
}


.view-more {
    text-align: center;
    margin: 25px 0 0;
}

.view-more a {
    background-color: #000 !important;
    color: #fff !important;
    width: unset;
    padding: 5px 28px;
    text-decoration: unset !IMPORTANT;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: clamp(12px, 4vw, 16px);
    text-transform: uppercase;
    z-index: 9 !important;
}

section.trending-shoes.shop-latest .divider {
    width: 20%;
    margin: 0 auto;
    background-color: #f6f6f6;
}

section.trending-shoes.shop-latest .trending-shoes-inner {
    margin-bottom: -25px;
}

section.trending-shoes.shop-latest {
    background-color: #F6F6F6;
    padding-bottom: 4rem;
}

footer {
    background-color: #0D116D;
    padding: 117px 0 0;
}

.footer-logo img {
    width: 350px;
    display: block;
    margin: 0 0 20px;
}

.footer-logo p {
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 400;
    font-size: clamp(12px, 4vw, 14px);
    margin: 0;
}

.socia-icons ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0 16px;
}

.socia-icons ul li a{
    background-color: #fff;
    display:block;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s;
}
.socia-icons ul li i {
    color: #000;
    transition: all 0.5s;
    font-size: 20px;
}

.socia-icons {
    margin: 20px 0 0;
}

.footer-links h4 {
    color: #fff;
    font-family: 'Oswald';
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 12px;
}

.footer-links ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px 0;
}

.footer-links ul li {
    font-size: clamp(12px, 4vw, 16px);
    color: #ffffff8f;
    font-family: 'Montserrat';
    font-weight: 400;
}

.footer-links ul li a {
    color: #ffffff8f;
    font-size: clamp(12px, 4vw, 16px);
    font-family: 'Montserrat';
    font-weight: 400;
    transition: all 0.5s;
    position: relative;
}

.copy-right {
    text-align: center;
    margin: 60px 0 0;
    padding: 12px 0;
    border-top: 1px solid #ffffff8c;
}

.copy-right p {
    color: #fff;
    font-size: clamp(12px, 4vw, 16px);
    font-weight: 400;
    margin: 0;
    font-family: "Source Sans 3", sans-serif;
}

.copy-right p a {
    color: #fff;
    font-weight: 700;
}

header .navbar-nav li a {
    font-family: 'Montserrat';
    font-size: clamp(12px, 4vw, 16px);
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 !important;
}

header .collapse {
    justify-content: center;
}

.other-btnss ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 0 25px;
    flex-direction: row-reverse;
}

header a.navbar-brand {
    margin: 0;
}

header a.navbar-brand img {
    width: 160px;
}

header {
    box-shadow: 0px 2px 5px 4px #00000014;
    /* background-color: #FCFCFC; */
    padding: 6px 0;
}

header li {
    padding: 0;
    font-size: 0;
}

header ul.navbar-nav {
    gap: 0 50px;
}

.other-btnss img {
    width: 24px;
}


header nav.navbar.navbar-expand-lg {
    padding: 0;
}

.top-bar {
    text-align: center;
    background-color: #000;
    padding: 6px 0;
}

.top-bar h4 {color: #fff;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 500;
    font-size: clamp(12px, 4vw, 15px);
    margin: 0;
}

.shop-banner-title h4 {
    color: #2D318D;
    font-family: 'Oswald';
    font-weight: 700;
    font-size: clamp(12px, 4vw, 55px);
    margin: 0 0 0px;
}

.shop-banner-inner {
    background-image: url(../images/shop-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 352px;
    display: flex;
    align-items: center;
    padding: 0 0 0 7rem;
}

.shop-banner-inner h3 {
    color: #fff;
    font-weight: 700;
    font-family: 'Oswald';
    font-size: clamp(12px, 8vw, 80px);
    margin: 0;
}

.shop-banner-inner h3 span {
    font-weight: 300;
}

.shop-banner-title {
    margin: 0 0 10px;
}



.shop-left button.accordion-button.collapsed {
    outline: unset;
    box-shadow: unset;
    padding: 0;
    align-items: center;
}

.shop-left .accordion-button:not(.collapsed) {background-color: transparent;outline: unset;box-shadow: unset;padding: 0;align-items: baseline;}

.shop-left .accordion-item {border: unset;}

.shop-left .accordion-item span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 30px;
}

.shop-left .accordion-item span h4 {
    margin: 0;
    font-family: 'Montserrat';
    font-size: clamp(12px, 4vw, 14px);
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

.shop-left .accordion-item span h5 {
    margin: 0;
    font-family: 'Montserrat';
    font-size: clamp(12px, 4vw, 14px);
    font-weight: 400;
    text-transform: uppercase;
}

.accordion-button::after {
    background-image: url(../images/plus.png) !important;
    width: 14px;
    background-size: contain;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png) !important;
    width: 15px;
}

.shop-left {
    padding: 40px 1.2rem 0;
}

.shop-left .accordion-body {
    padding: 0;
}

.flexx ul {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     grid-template-rows: repeat(4, auto);
     width: 100%;
     padding: 0;
     margin: 0;
     gap: 18px 0;
}

.flexx ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.flexx ul button {
    background-color: transparent;
    border: 1px solid #0000006b;
    padding: 0;
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
    position: relative;
    overflow: hidden;
}

.flexx {
    margin: 20px 0 0;
}

.shop-left .accordion-header h6 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: clamp(12px, 4vw, 14px);
}

.flexx li span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    width: unset !important;
    margin: 0 !important;
}

.flexx ul button i {
    opacity: 0;
    color: white;
    background: #2d318d;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shop-left .accordion-item {
    margin: 0 0 40px;
}


.flexx.colors li:nth-child(1) button {background-color: #4982B6;}

.flexx.colors li:nth-child(3) button {background-color: #000;}

.flexx.colors li:nth-child(3) button {background-color: #000;}

.flexx.colors li:nth-child(2) button {
    background-color: #fff;
    border-color: #00000038;
}

.flexx.colors li:nth-child(5) button {
    background-color: #694A34;
}

.flexx.colors li:nth-child(4) button {
    background-color: #E688B8;
}

.flexx.colors li:nth-child(6) button {
    background-color: #DE4D42;
}

.flexx.colors li:nth-child(7) button {
    background-color: #F2F180;
}

.flexx.colors li:nth-child(8) button {
    background-color: #529E3B;
}

.flexx.colors li:nth-child(9) button {
    background-color: #A0A0A0;
}

.flexx.colors li:nth-child(10) button {
    background-color: #905CB4;
}

.flexx.colors li:nth-child(11) button {
    background-color: #E69B52;
}

.flexx.colors li:nth-child(12) button {
    background-color: #E0BE51;
}

.flexx.colors li button {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
}

.flexx.three ul {
    display: flex;
    flex-direction: column;
}

.flexx .size-option {
    cursor: pointer;
}

.flexx .size-btn {
    opacity: 0.5;
}

section.shop-banner .col-md-3 {
    border-right: 1px solid #00000017;
}


.shop-right {
    padding: 40px 1.2rem 0;
}


.shop-products .trending-shoes-card img {
    width: 100%;
}

.shop-all-products .col {
    min-width: 17%;
    padding: 0;
}

.shop-all-products .col img {
    width: 100%;
}

.shop-all-products .row {/* gap: 35px 8px; */margin: 0 0;}

.shop-all-products {
    margin: 1.5rem 0 0;
    padding: 0 0 2rem;
}

section.girl.three .girl-inner {
    align-items: self-start;
}

section.trending-shoes.shop-latest .trending-shoes-title {
    background-color: #f6f6f6;
}

.productss h3 {
    font-family: oswald;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 0 0 20px;
    color: #000;
    font-size: clamp(12px, 5vw, 36px);
}

.stars i {
    color: #f6d151
}

.stars span {
    font-size: 13px
}


.badge {
    padding: 5px !important;
    padding-bottom: 6px !important
}

.badge i {
    font-size: 10px
}

.profile-image {
    width: 35px
}

.comment-ratings i {
    font-size: 13px
}

.username {
    font-size: 12px
}

.comment-profile {
    line-height: 17px
}

.date span {
    font-size: 12px
}
.price-star {
    padding-bottom:20px;
    border-bottom:1px solid black;
}
.p-ratings i {
    color: #ffc41f;
    font-size: 20px;
}

.btn-long {
    padding-left: 35px;
    padding-right: 35px
}

.buttons {
    margin-top: 15px
}

.buttons .btn {
    height: 46px
}

.buttons .cart {
    border-color: #ff7676;
    color: #ff7676
}

.buttons .cart:hover {
    background-color: #e86464 !important;
    color: #fff
}

.buttons .buy {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676
}

.buttons .buy:focus,
.buy:active {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676;
    box-shadow: none
}

.buttons .buy:hover {
    color: #fff;
    background-color: #e86464;
    border-color: #e86464
}

.buttons .wishlist {
    background-color: #fff;
    border-color: #ff7676
}

.buttons .wishlist:hover {
    background-color: #e86464;
    border-color: #e86464;
    color: #fff
}

.buttons .wishlist:hover i {
    color: #fff
}

.buttons .wishlist i {
    color: #ff7676
}

.comment-ratings i {
    color: #f6d151
}

.followers {
    font-size: 9px;
    color: #d6d4d4
}

.store-image {
    width: 42px
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

.bullet-text {
    font-size: 12px
}

.my-color {
    margin-top: 10px;
    margin-bottom: 10px
}

label.radio {
    cursor: pointer
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
    border: 2px solid #8f37aa;
    display: inline-block;
    color: #8f37aa;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    transition: 0.5s all
}

label.radio .red {
    background-color: red;
    border-color: red
}

label.radio .blue {
    background-color: blue;
    border-color: blue
}

label.radio .green {
    background-color: green;
    border-color: green
}

label.radio .orange {
    background-color: orange;
    border-color: orange
}

label.radio input:checked+span {
    color: #fff;
    position: relative
}

label.radio input:checked+span::before {
    opacity: 1;
    content: '\2713';
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    left: 4px
}

.card-body {
    padding: 0.3rem 0.3rem 0.2rem
}

section.single-product .slick-track img {
    width: 100%;
}

ul#lightSlider {
    margin: 0;
    padding: 0;
}

section.single-product {
    padding: 3rem 0 0;
}

section.single-product .card {
    border: 2px solid #2d318d;
    border-radius: 20px;
    box-shadow:0 0 15px #2d318dab;
    /* border-radius: unset; */
}

.p-ratings {
    display: flex;
    align-items: center;
    gap: 0 3px;
}


.d-flex.flex-row.align-items-center span.ml-1 {
    display: flex;
    align-items: center;
    color: #2D318D;
    font-family: Montserrat;
    font-weight: 500;
    margin: 0 0 0 16px;
    font-size: clamp(12px, 4vw, 14px);
}

.d-flex.flex-row.align-items-center span.ml-1 b {
    color: #000;
    margin: 0 0 0 10px;
}

.single-product span.font-weight-bold {
    color: #2D318D;
    font-size: clamp(12px, 2vw, 64px);
    font-weight: 700;
    text-transform: uppercase;
    font-family: Oswald;
    margin: 0 0 40px;
    display: block;
    text-align: center;
}


.flexxx {
    display: flex;
    align-items: center;
    position:relative;
    gap: 0 20px;
}

.flexxx h4 {
    color: #FF0000;
    font-family: Montserrat;
    font-weight: 600;
    font-size: clamp(12px, 4vw, 24px);
    margin: 0;
}

.about {
    margin: 5px 0 0;
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
}

.flexxx h5 {
    color: #000;
    font-family: Montserrat;
    font-size: clamp(12px, 4vw, 26px);
    text-decoration: line-through;
    margin: 0;
}

.flexxx .on-sale {
    display: inline-block;
    margin: 0 0 0 70px;
    font-family: Montserrat;
    font-weight: 600;
    background-color: #2D318D;
    color: #fff;
    font-size: clamp(12px, 4vw, 16px);
    padding: 3px 10px;
}


.flex-sizes h4 {
    font-family: 'Montserrat';
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(12px, 4vw, 16px);
    margin: 0;
}

.flex-sizes h4 button {
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid #000 !important;
    font-weight: 400;
    border: unset;
}

.all-sizes {
    padding: 10px 0 0;
}

.flex-sizes ul {
    padding: 0;
    margin: 15px 0 20px;
    display: flex;
    gap: 0 16px;
}

.flex-sizes ul li button {
    height: 40px;
    width: 40px;
    border: 1px solid #0003;
    background-color: transparent;
    padding: 0;
    color: #0003;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    z-index: 3;
}

.flex-sizes ul li button:active {color: #000;border-color: #000;}
.quantity {
    position: relative;
    height: 200px;
}
.quantity h4 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: clamp(12px, 4vw, 16px);
    margin: 0 0 20px;
}

.quantity-meter {
    display: flex;
    align-items: center;
    border: 1px solid #00000094;
    gap: 0 15px;
    margin: 0 0 40px;
    width: 170px;
}

.quantity button:hover {
    background-color: #fff;
    color: #2d318d;
    border-color: #2d318d;
}

.quantity button {
    color: #fff;
    background-color: #2D318D;
    padding: 0;
    border: unset;
    width: 85%;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: clamp(12px, 4vw, 16px);
    height: 54px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    transition: all 0.5s;
    border: 1px solid transparent;
}


.quantity-meter button {
    display: unset;
    background-color: transparent;
    border: unset;
    border-radius: unset;
    color: #000;
    width: 70px;
    height: 40px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 26px;
}

.quantity-meter span {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
}

.descriptionn {
    margin: 30px 0 0;
}

.descriptionn p {
    color: black;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: clamp(12px, 4vw, 17px);
}

.descriptionn ul li {
    color: #00000078;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: clamp(12px, 4vw, 17px);
    list-style: disc;
}

.other-btnss li a {
    padding: 0;
}

.check {
  cursor: pointer;
  position: relative;
  margin: auto;
  width: 18px;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}


.check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c8ccd4;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}

.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}

.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}

.check:hover:before {
  opacity: 1;
}

.check:hover svg {
  stroke: #4285f4;
}

#cbx:checked + .check svg {
  stroke: #4285f4;
}

#cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}

#cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}


#cbxx:checked + .check svg {
    stroke: #4285f4;
  }
  
#cbxx:checked + .check svg path {
stroke-dashoffset: 60;
transition: all 0.3s linear;
}

#cbxx:checked + .check svg polyline {
stroke-dashoffset: 42;
transition: all 0.2s linear;
transition-delay: 0.15s;
}


.modal-dialog.modal-dialog-centered {
    min-width: 70%;
    min-height: 100%;
    height: 100%;
}

.promo-dialog .modal-content {
    /* height: 100%; */
    background: url("../images/sale-2.webp");
    background-size:100% 100%;
    height:500px;
}

.modal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.modal-content button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}

.login-form h5 {
    color: #2D318D;
    font-family: 'Oswald';
    font-weight: 600;
    font-size: clamp(12px, 4vw, 36px);
    text-transform: uppercase;
    margin: 0 0 30px;
}

.login-form input {
    border: unset;
    border-bottom: 1px solid #000;
    width: 100%;
    margin: 0 0 30px;
    box-sizing: border-box;
    font-family: 'Montserrat';
    font-size: 16px;
    outline: unset;
}

.modal-body .col-md-5 {
    padding: 0;
}

.modal-body .col-md-7 {
    padding: 0;
}


.login-form {
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px !important;
    box-shadow: -4px 0 9px 3px #00000075;
    background-color: #fff;
    min-height: 100%;
}


.login-form input::placeholder {
    font-size: 16px;
    color: #00000091;
}
.login-form form {
    height: 99%;
    display: contents;
}

.remember-me {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forgot-pass a {font-family: 'Montserrat';font-weight: 500;font-size: 14px;display: block;color: #000;text-decoration: underline !important;}

.container.checkk-boxx {
    max-width: unset;
    width: unset;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    padding: 0;
}

.modal-body {
    padding: 0 !important;
    display: flex;
    justify-content: center;
}

.modal-body .row {
    width: 100%;
}

.container.checkk-boxx label.check {
    margin: -7px 10px 0 0;
}

.login-btn {
    text-align: center;
}

.login-btn span
{
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 600;
    background-color: #2D318D;
    display: block;
    color: #fff;
    padding: 12px 0;
    border-radius: 40px;
    display: block;
    width: 100%;
}

.login-btn {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.login-btn p {
    margin: 0;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #000000a1;
    font-weight: 500;
}



.social-iconnss ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 40px;
    height: 50px;
}

.social-iconnss {
    margin: 30px 0 30px;
}

p.dont-account {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    margin: 20px 0;
}

p.dont-account button {
    padding: 0;
}

p.dont-account button {
    color: #2d318d;
    font-weight: 600;
    display: block;
    margin-left: 6px;
    font-size: 14px;
}

.remember-me.create-account .container.checkk-boxx {
    display: block;
}

.remember-me.create-account .container.checkk-boxx a {
    color: #2D318D;
}

section.cart-banner {
    /*background-image: url(../images/cart-banner.jpg);*/
    width: 100%;
    height: 262px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cart-banner-text h1 {
    color: #fff;
    font-family: Oswald;
    font-size: clamp(12px, 7vw, 85px);
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}


.my-car-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 4rem;
}

.my-car-title h5 {
    margin: 0;
    color: #2D318D;
    font-family: 'Oswald';
    font-weight: 600;
    font-size: clamp(12px, 6vw, 40px);
}

.my-car-title a {
    display: flex;
    flex-direction: row-reverse;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500;
    color: #000;
    border: 1px solid #000;
    height: 33px;
    width: 207px;
    align-items: center;
    justify-content: center;
}

.my-car-title a img {
    margin-right: 10px;
}


section.my-cart .row.bdrr .col {
    text-align: center;
}

section.my-cart .row.bdrr .col h5 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    color: #00000087;
}


section.my-cart .row.bdrr {
    border-bottom: 1px solid #0000007a;
    padding-bottom: 40px;
    /* margin-bottom: 40px; */
}

.product-sec {
    display: flex;
    align-items: center;
    gap: 0 24px;
}

section.my-cart .row.rel{
    justify-content: center;
    position: relative;
    /* margin: 0 0 40px; */
    border-bottom: 1px solid #0000007a;
    padding: 40px 0;
}

.product-sec h5 {
    margin: 0 0 6px;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
}

.product-sec p {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin: 0 0 6px;
}


.price-sec h4 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.price-sec {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.qty-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.quantity-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
}

.quantity-counter button {
    background-color: transparent;
    border: unset;
    padding: 0;
    font-size: 29px;
    font-family: 'Oswald';
}

.qty-sec form {
    margin-top: 10px; /* Adjust as needed */
    position: relative;
}


.qty-sec h4 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
/* 
.qty-sec div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 30px;
} */

.qty-sec div button {
    background-color: transparent;
    border: unset;
    padding: 0;
    font-size: 29px;
    font-family: 'Oswald';
}
.qty-sec  button.fs-6 {
    position: absolute;
    left: -38px;
    /* right: -18px; */
    width: 80px;
    padding: 5px 10px;
    background: #2d318d;
    color: white;
    border-radius: 10px;
}
.qty-sec div label {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 25px;
}


.total-sec {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.total-sec h5 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

section.my-cart .row.rel button.delete-product {
    position: absolute;
    right: 0;
    /* display: inline-block; */
    width: 20px;
    height: 20px;
    background-color: transparent;
    padding: 0;
    border: unset;
    top: 0px;
    /* bottom: 1px; */
    /* height: 50px; */
}

section.my-cart .row.rel:last-child {
    border: unset;
}

.row.rel.nobdr {
    border: unset !important;
}

.modal-img {
    height: 100%;
}

section.shop-banner h4 {
    color: #fff;
    font-family: 'Oswald';
    font-weight: 700;
    font-size: clamp(12px, 5vw, 45px);
    margin: 0;
    text-transform: uppercase;
    line-height: 16px;
}

.cart-banner-text h1 span {
    font-weight: 300;
}

section.cart-banner.shop-banner {
    /*background-image: url(../images/shop-banner.png);*/
    background-size: cover;
    background-position: center center;
    height: 500px;
    overflow: hidden !important;
    position: relative;
}

section.product-banner {
    background-image: url(../images/product-banner.jpg) !important;
}

.shipping {
    background-color: #EDF0F3;
    border-radius: 16px;
    padding: 50px 80px;
}

.shipping-left h5 {
    margin: 0;
    color: #000;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
}

.shipping-left ul {
    padding: 0;
    margin: 2rem 0 0;
}


.shipping-left ul li {
    display: flex;
    flex-direction: column;
    gap: 14px 0;
}

.shipping-left ul label span {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
}

.shipping-left ul label {
    display: flex;
    align-items: center;
}

.shipping-left ul label button {
    background-color: transparent;
    border: 1px solid #000;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shipping-left ul label span b {
    font-weight: 700;
}

.shipping-right .row {
    justify-content: end;
    margin: 0;
}

.shipping-right ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px 0;
}

.shipping-right ul li {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000000b8;
}

.shipping-right ul li.total {
    color: #000;
    font-weight: 500;
    border-top: 1px solid #0000009e;
    padding: 18px 0;
}

.shipping-right ul li.total-price {
    font-weight: 600;
    color: #000;
    border-top: 1px solid #0000009e;
    padding: 18px 0;
}

.shipping-right .col-md-6 {
    padding: 0;
}

.shipping-right .col-md-6:nth-child(2) ul li {
    text-align: right;
}

.shipping-right .col-md-6:nth-child(1) ul li {
    text-align: left;
}

.shipping-right button {
    background-color: #2D318D;
    color: #fff;
    border: unset;
    padding: 0;
    height: 44px;
    border-radius: 10px;
    display: block;
    margin: 0 0 0;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px;
}

.shipping-left ul label button i {
    font-size: 14px;
    display: none;
    color: #fff;
}

.shipping-left ul label button.checked {
    border: none;
  }

.other-btns li a {
    transition: all 0.5s;
}

.other-btns li a:hover {padding-right: 0;}

.nav-barr li a {
    transition: all 0.5s;
}

.nav-barr li a:hover {
    background: #2d318d;
    color: #fff;
    padding: 0 6px;
}

.carousel-indicators {
    display: none !important;
}

section.banner button.carousel-control-prev {
    display: none;
}

section.banner button.carousel-control-next {
    display: none;
}


section.banner .carousel-inner::before {
    content: '';
    position: absolute;
    left: -110%;
    right: 0;
    width: 100%;
    height: 130px;
    background: #ffffffa8;
    opacity: 0.3;
    transform: rotate(-46deg);
    animation: moveAndDisappear 1.7s linear forwards; 
}

section.cart-banner::after{
    content: '';
    position: absolute;
    left: -110%;
    right: 0;
    width: 100%;
    height: 130px;
    background: #ffffffa8;
    opacity: 0.3;
    transform: rotate(-46deg);
    animation: moveAndDisappear 1.7s linear forwards; 
}


section.cart-banner.shop-banner::after{
    content: '';
    position: absolute;
    left: -110%;
    right: 0;
    width: 100%;
    height: 130px;
    background: #ffffffa8;
    opacity: 0.3;
    transform: rotate(-46deg);
    animation: moveAndDisappear 1.7s linear forwards;
}


section.girl::after{
    content: '';
    position: absolute;
    left: -110%;
    top: 12rem;
    right: 0;
    width: 1000px;
    height: 130px;
    background: #ffffffa8;
    opacity: 0.3;
    transform: rotate(-46deg);
    animation: moveAndDisappear 1.7s linear forwards;
}

@keyframes moveAndDisappear {
    0% {
        left: -110%; /* Start position */
    }
    50% {
        left: 0; /* Move to left */
    }
    100% {
        left: 100%; /* Ensure it stays at the left */
    }
}


a.hover-bg {
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

a.hover-bg::after {
    background-color: #fff;
    content: '';
    position: absolute;
    left: -100%;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    opacity: 0;
}

a.hover-bg::before {
    background-color: #fff;
    content: '';
    position: absolute;
    right: -100%;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    opacity: 0;
}

a.hover-bg:hover::after{
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
}

a.hover-bg:hover::before{
    width: 100%;
    height: 100%;
    right: 0;
    opacity: 1;
}

a.hover-bg:hover{
   color: #000;
}



a.hover-bg-tr {
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

a.hover-bg-tr::after {
    background-color: #fff;
    content: '';
    position: absolute;
    left: -100%;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    opacity: 0;
}

a.hover-bg-tr::before {
    background-color: #fff;
    content: '';
    position: absolute;
    right: -100%;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    opacity: 0;
}

a.hover-bg-tr:hover::after{
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
}

a.hover-bg-tr:hover::before{
    width: 100%;
    height: 100%;
    right: 0;
    opacity: 1;
}

a.hover-bg-tr:hover{
   color: #000;
}


.view-more a:hover {
    color: #000 !important;
}

.footer-links ul li a::after {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 0;
    transition: all 0.3s;
}

.footer-links ul li a:hover::after {
    left: -15px;
    opacity: 1;
}

.footer-links ul li a:hover {
    color: #fff;
}

.socia-icons ul li:hover {
    transform: scale(1.2);
}

.socia-icons ul li:hover i {
    transform: rotate(360deg);
}



.box {
  width: 140px;
  height: auto;
  float: left;
  transition: .5s linear;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 8px;
  text-align: center;
  margin: 0 5px;
  background: transparent;
  text-transform: uppercase;
  font-weight: 900;
}

.box:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  box-sizing: border-box;
  transform: translateX(100%);
}

.box:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  box-sizing: border-box;
  transform: translateX(-100%);
}

.box:hover {
  box-shadow: 0 5px 9px rgb(0 0 0 / 39%);
}

.box:hover:before {
  border-color: #262626;
  height: 100%;
  transform: translateX(0);
  transition: .3s transform linear, .3s height linear .3s;
}

.box:hover:after {
  border-color: #262626;
  height: 100%;
  transform: translateX(0);
  transition: .3s transform linear, .3s height linear .5s;
}

button {
  color: black;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
}

.cta-products-card::after {
    position: absolute;
    content: '';
    background: linear-gradient(15deg, #2D318D, transparent);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider.slider-for.slick-initialized.slick-slider {
    margin: 0 0 6px;
    height: 500px;
}

.products-inner button img {
    transition: all 0.5s;
    width: 50%;
    object-fit: contain;
}

.products-inner button:hover img {
    transform: scale(0.8);
}

.shop-left-title {
    margin: 0 0 2rem;
}

.shop-left-title h5 {
    font-size: clamp(12px, 4vw, 25px);
    margin: 0;
    color: #2D318D;
    font-family: 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
}

.trending-shoes-card img {
    max-width: 100%;
}

.trending-shoes-card:hover img {
    transform: scale(1.08)!important;
}


.trending-shoes-card::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 10%;
    background-color: #00000070;
    opacity: 0;
    transition: all 0.5s;
}

.trending-shoes-card:hover::after {
    height: 100%;
    opacity: 1;
    transition: all 0.5s;
}

section#girlSection:hover::after {animation: moveAndDisappear 1.7s linear forwards;}

section#girlSection::after {
    animation: unset;
}



.trending-shoes-card .add-cart {
    position: absolute;
    bottom: 0;
    background-color: transparent !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 0 9px;
    text-decoration: unset !important;
    opacity: 0;
    transition: all 0.5s !important;
    top: 0;
}

.trending-shoes-card:hover .add-cart {
    opacity: 1;
    top: 0;
    color: #fff;
}

.trending-shoes-card .add-cart i {
    font-size: 20px;
}

.shop-latest .trending-shoes-card::after {
    content: unset;
}
.categories-card:hover img {
    transform: scale(1.1);
}

.categories-card::after {
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #2D318D;
    width: 100%;
    height: 10%;
    transition: all 0.5s;
    z-index: 0;
}

.categories-card:hover::after {
    height: 100%;
    opacity: 0.5;
}
.flex-sizes ul li {
    height: 50px;
    overflow: hidden;
    width: 50px;
}

.flex-sizes {
    margin: 20px 0;
}

.quantity-lower {
    position: absolute;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
}
.product-sec div {
    display: flex;
    flex-direction: column;
}
section.forgetpass {
    height: 100%;
    padding: 6% 0;
    background: #ffffff;
}
.forgetpass .sign-up-form {
    background-color: #f6f6f6;
    background-color: #e3e3e3;
    padding: 30px;
}
.forgetpass  .col-lg-7 , section.forgetpass .col-lg-5{
    padding: 0;
}
.welcome-div .sign-logo {
    width: 200px;
}

.welcome-div .sign-logo img {
    width:100%;
    
}

.user-profile {
    padding: 70px 0;
}

.user-profile .dashborad {
    margin: 15px 0;
    background-color: #f6f6f6;
    padding: 20px 50px;
    border-radius: 15px;
    box-shadow: 0 0 5px 1px #e1dada;
}

.profile-row .heading h3 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
}

.profile-side-button .tab-button {
    padding: 10px 5px;
    background: rgb(45 49 141);
    border: 1px solid rgb(45 49 141);
    color: white;
    width: 85%;
    margin: 15px 0;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.9s;
    text-transform: capitalize;
    border-radius: 15px;
}

a.tab-button {
    text-decoration: none;
    text-align: center;
}

.profile-side-button .tab-button:hover {
    transform: scale(0.9);
}

.profile-side-button .tab-button.active {
    background-color: transparent;
    color: rgba(12, 36, 68, 1);
}

.profile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    padding: 30px 0;
}

.profile-row:first-child {
    margin: 0;
    border-bottom: 2px solid rgba(12, 36, 68, 1);
    padding-bottom: 20px;
    justify-content: center;
}

.profile-row .profile-img {
    max-width: 100px;
    height: 100px;
    cursor: pointer;
}

.profile-row .profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-row .input-field {
    font-size: 17px;
    color: rgba(12, 36, 68, 1);
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 45%;
}

.profile-row .input-field input {
    width: 65%;
    border: none;
    border-bottom: 2px solid rgba(12, 36, 68, 1);
    background: transparent;
}

.profile-row .input-field input::placeholder {
    color: rgba(12, 36, 68, 1);
}

.profile-row .input-field input:focus {
    outline: none;
}

.recent-orders table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    overflow-x: auto;
}

.recent-orders table th, .recent-orders table td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 10px;
    font-family: Montserrat;
    font-size: 17px;
}

.recent-orders table th {
    background: gainsboro;
    font-size: 17px;
    font-weight: 500;
    color: black;
}

.recent-orders table tbody tr {
    background: white;
}

.recent-orders table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.orders-row {
    padding: 30px 0;
}

.pass-row {
    margin: 20px ;
    padding: 20px 0;
}

.pass-row .input-field {
    font-size: 18px;
    color: rgba(12, 36, 68, 1);
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 70%;
}

.pass-row .input-field input {
    width: 65%;
    border: none;
    border-bottom: 2px solid rgba(12, 36, 68, 1);
    background: transparent;
}

.pass-row .input-field input::placeholder {
    color: rgba(12, 36, 68, 1);
}

.pass-row .input-field input:focus {
    outline: none;
}

.pass-button {
    display: flex;
    justify-content: center;
}

.pass-button button {
    background: rgb(45 49 141);
    color: white;
    padding: 10px 30px;
    border-radius: 15px;
    border: 1px solid rgb(45 49 141);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 30px 0;
    transition: all 0.9s
}

.pass-button button:hover {
    color: rgb(45 49 141);
    background: transparent;
    transform: scale(0.9);
}

.invoice {
    padding: 0px 0;
    font-family: 'Montserrat';
    background: rgb(231 231 231 / 43%);
}

.invoice .bg {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 6px #cfcfcf;
    max-width: 55vw;
}

.invoice-logo {
    max-width: 20em;
    padding: 10px;
}

.logo-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    background: #0c2444;
    display: flex;
    align-items: center;
}

.logo-image img {
    width: 100%;
}

.invoice-logo .logo-content p {
    margin: 0;
    font-family: "Montserrat";
    font-size: 17px;
    font-weight: 500;
}

.invoice-number .heading h3 {
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-size: 32px;
    font-weight: 600;
    color: #fc5000;
}

.invoice-number p {
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    color: #0c2444;
}

.invoice-row {
    padding: 20px 0;
}

.bill-to {
    padding: 0 10px;
    font-family: 'Montserrat'
}

.bill-to h5 {
    font-size: 24px;
    font-weight: 500;
    color: #0c2444
}

.bill-to h4 {
    font-size: 32px;
    font-weight: 700;
    color: #fc5000
}

.bill-to p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.date table tbody>tr>td {
    padding: 10px;
    font-size: 17px;
    font-weight: 500;
}

.date table tbody>tr>td:last-child {
    text-align: right;
}

.invoice-table thead {
    background: #0c2444;
    color: white;
    font-size: 20px;
    /* font-weight: 800; */
}

.invoice-table thead th {
    padding: 15px 0;
}

.invoice-table img {
    max-width: 100%;
    object-fit: contain;
    max-height: 8rem;
}

.image-col {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    max-height: 200px;
}

.invoice-table>table>tbody>tr {
    border-bottom: 1px solid gray;
}

.invoice-table>table>tbody>tr>td {
    padding: 15px 10px;
    font-size: 15px;
}

.invoice-table>table>tbody>tr>td>h4 {
    font-size: 18px;
}

.invoice-table>table>tbody>.end-rows {
    border: none !important;
}

.invoice-table>table>tbody>tr:last-child td {
    background-color: #0c2444;
    color: white;
    font-size: 24px;
}

.invoiceButton {
    background: #ff5500;
    border: 1px solid #ff5500;
    border-radius: 10px;
    color: white;
    transition: all 0.7s;
}

.invoiceButton:hover {
    background: transparent;
    color: black;
    transform: scale(0.9)
}
.input-search{
    top: 0px;
    right: 0;
    position: absolute;
    z-index: 99;
    /* left: -100%; */
    transition: all 0.9s;
    width: 350px;
    display: none;
}
.input-search input {
    width: 300px;
    height: 30px;
    padding: 20px;
    background: #fcfcfc;
    border: 1px solid #4f4f4f;
    border-radius: 11px;
}
.input-search button i{
    font-size: 40px;
}
.input-search.active{
    right: 0;
    display: block;
}
.single-product .slider-for .slick-slide.slick-current.slick-active {
    /* width: 100% !important; */
    margin: 20px 0;
}
.single-product .slider.slider-for img {
    height: 450px;
    object-fit: contain;
}
.single-product .slider.slider-nav img {
    height:100px;
    object-fit:contain;
}
.shop-product-item a {
    color: black;
}
.shop-product-item .item-content{
    padding:10px;
    height:30%;
}
.shop-product-item  .item-img{width: auto;height: 360px;overflow: hidden;}
.shop-product-item  .item-img img{
 width: 100%;
 height: 100%;
 transition: 1s ease all;
 object-fit: contain;

}
.shop-product-item {
    /* box-shadow: 0 0 10px #0d116d66; */
    padding: 10px;
    border: 1px solid #0d116d;
    border-radius: 10px;
    /* height: 350px; */
    /* margin-top: 20px; */
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.shop-product-item:hover img{
    transform: scale(1.05);
}
.positionar{
    position: relative;
}
button.close-search {
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 50px;
}button.close-search i{
    font-size:26px;
}



/* CUSTOMER REVIEWS */

 

 .product-title{
    text-align: center;
    color: #2D318D;
    font-size: clamp(12px, 4vw, 64px);
    font-weight: 700;
    text-transform: uppercase;
    font-family: Oswald;
  }
.review-item{
    display: flex;
}


  .user-img p{
        font-size: 15px;
        padding: 5px;
  }

  .product-review .user-info {
    width: 15%;
    text-align: center;
    font-size: 15px;
}

.product-review .user-review {
    width: 85%;
    padding: 10px;
}
.product-review .user-img img {
    width: 80%;
    height: 106px;
    border-radius: 50%;
    object-fit: contain;
}

.user-img h4{
    font-size: 1.25rem;
}
/* .user-img p{

} */
.product-review .review-item {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    min-height: 200px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #2D318D;
}

.product-review .user-info {
    width: 15%;
    text-align: center;
}

.product-review .user-img {
    margin-bottom: 10px;
}

.product-review .review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review-sticker {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
}

.review-sticker li{
    font-size: 16px;
}
.user-review h6 {
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
}

.review-sticker li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    margin: 5px;

}

.review-sticker li i {
    color: #2D318D;
}

.product-review .review-body .review-para {
    font-size: 16px;
    font-family: 'Montserrat';
    margin: 0;
}

.rating-div {
    background: #f9f9f9;
    border-radius: 20px;
    /* padding: 20px 0; */
    border: 2px solid #2D318D;
    box-shadow: 0 0 10px -5px #2D318D;
}
.rating-img img {
    width: 100%;
    height: 210px;
    object-fit: contain;
}

.rating-body {
    padding: 20px;
    text-align: center;
}

.rating-body h5 {
    padding: 10px 0;
    font-family: 'Montserrat';
    font-size: 16px;
}

.rating-section{
    height: 350px;
}

.rating-body a {
    width: 80%;
    padding: 8px;
    background: #2D318D;
    border: 1px solid #2D318D;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    transition: all 0.7s;
}

.see-button{
        margin-left: 408px;
    
}

.see-button a{
    width: 30%;
    padding: 8px;
    background: #2D318D;
    border: 1px solid #2D318D;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    display: block;
    margin: 52px 20px 27px 348px;
    transition: all 0.7s;
}
.offcanvas-body .side-ul a {
    color: #33318a;
    padding: 10px 0;
    border-bottom: 1px solid #33318a;
    display: block;
    font-size: 20px;
}
.offcanvas-body .input-search.active {
    right: -10px;
    display: block;
}
.offcanvas-body .button.close-search {
    position: absolute;
    z-index: 2;
    top: -3px !important;
    right: 50px;
}

.logo img {
    width: 160px !important;
    height: 60px;
    object-fit: cover;
    margin: 0 auto !important;
}
.modal-header.promo {
    justify-content: center;
}
.modal-header.promo {
    position:relative;
}
.modal-header.promo button.close{
    position: absolute !important;
    right: 10px !important;
    top:20px !important;
    left: 90%;
}

h5#promoModalLabel {
    font-size: 30px;
    text-transform: uppercase;
}
.modal-body.modal-para {
    font-size: 32px;
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
    padding: 40px 0 !important;
    display: block;
}
.modal-body.modal-para span{
color:#383087;
}
.modal-footer.prmo-footer {
    justify-content: center;
}
.modal-footer.prmo-footer a{
    background:#33318a;
    border: 2px solid;
    transition:all 0.5s
}
.modal-footer.prmo-footer a:hover{
    background:transparent;
    color:#33318a;
}
.modal-footer.prmo-footer button {
    font-weight: 500;
}

.modal-footer.prmo-footer button {
    background: #000;
    border: 0;
}
.mega-nav {
    height: 100%;
    padding: 20px;
}
.mega-nav li  {
    margin:10px 0 0 0 ;
}
.mega-nav h5{
    color:#333586 !important;
    padding-left: 0 !important;
}
.mega-link:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}
.nav-menu ul li a {
    color: black;
    font-weight: 600;
}

.mobile-shop.shop-left {
    position: fixed;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100vh;
    padding: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    z-index: 100;
    background: #fff;
    transform: translateX(100%);
    transition: .5s ease-in-out;
}

.mobile-shop.active {
    transform: translateX(0);
}

#userwayAccessibilityIcon {
    margin-top: 30px;
}

a.box.box-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
 white-space: nowrap; 
     overflow: hidden; 
     text-overflow: ellipsis; 
      
     height: 44px !important;
}


ul.cat-sidemenu li a {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}


.side-menu {
    text-align: center;
    background: #2c308c;
}
ul.cat-sidemenu li {padding: 3px 0;border: unset;}


ul.cat-sidemenu::-webkit-scrollbar {
 width: 3px;
height:0px
    
}
 

 
 .cat-sidemenu{
    display: flex;
    justify-content: center;
    gap: 5rem;
    padding: 2px 0px;
    overflow-x: scroll;
}
ul.cat-sidemenu li {
    min-width: max-content;
}

.cat__items {
    text-align: center;
}
.cat__code {
    padding: 20px 20px;
}
.cat-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 90%;
}
.main-cat {width: calc(10.0482% - 1.75904px);}
.cat__items .item-content label {
    font-size: 12px  !important;
}
ol.breadcrumb {
    margin-bottom: 0;
}


.breadcrumb-item a {
    color: #2c308c;
}
.bread-flex {
    display: flex;
    justify-content: space-between;
    font-family: 'Oswald';
}

.privacy-policy {
    font-family: 'Source Sans 3';
    padding: 40px 0;
}

.privacy-policy h1 {
    text-align: center;
    font-family: 'Oswald';
}

.privacy-policy h2 {
    font-size: 24px;
    margin-top: 1rem;
    font-family: 'Oswald';
}
ul.privacy-list li {
    padding-left: 20px;
    position: relative;
}

ul.privacy-list li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    top: 10px;
    border-radius: 120px;
    left: 0px;
}

ul.privacy-list {
    margin-bottom: 10px;
}
a.privacy-email {
    color: #35398d;
}
.shop-product-item .item-content h5 {
    height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.item-content h6 {
    color: #2c308c;
}
.mobile-close {
    position: absolute;
    right: 30px;
}

.overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);  /* Black background with opacity */
            z-index: 9999;  /* Ensure the overlay is on top of other content */
            display: none;  /* Initially hidden */
   }

.old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 14px;
}