/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body, html {
    overflow-x: hidden; 
    font-family: 'Clash Display';
    padding-right: 0 !important;
}
p {
	font-weight: 400;
}
a {  
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
a:hover {
	text-decoration: none;
}
html,
body {
	scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Didot';
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Didot Title';
    src: url('../fonts/DidotTitle.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*--------------------------------------------------------------
# Main css 
--------------------------------------------------------------*/

.container {
    max-width: 1480px;
    margin: 0 auto;
}
.headermain {
    height: 120px;
    display: flex;
    background: #AE752D;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.headermenus ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}
.headerlogo img {
    max-width: 126px;
}
.headermenus ul li a {
    font-family: 'Clash Display';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.headermenus ul li{
    margin: 0 8px;
}
.authleftimg {
    width: 50%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.eyebtn {
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 45px;
}
.authpages {
    display: flex;
}
.authleftimg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.authforminner {
    width: 360px;
    margin: 0 auto;
}

.authrightpart {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    padding: 80px 0; 
}
.authrightpart::-webkit-scrollbar{
    display: none;
}
.authbtns {
    height: 60px;
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
}
.authforminner h2 {
    font-size: 48px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 35px;
}
.authformdesign .form-group .form-control {
    height: 60px;
    border-radius: 20px;
    padding: 0 25px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    box-shadow: unset;
    border: 1px solid #D9D9D9;
}
.authformdesign .form-group .form-select {
    height: 60px;
    border-radius: 20px;
    padding: 0 25px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    box-shadow: unset;
    border: 1px solid #D9D9D9;
}
.forgotpassword {
    color: #212121;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
.authformdesign .form-group .form-control::placeholder{
    color: #7D7E83;
}
.authformdesign .form-group label{
    font-size: 15px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 4px;
}
.or_line {
    font-size: 15px;
    color: #212121;
    font-weight: 500;
    position: relative;
    display: block;
    text-align: center;
    line-height: 13px;
}
.or_line::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(50%);
    left: 0;
    right: auto;
    border: 1px solid #d9d4d4;
    width: 40%;
}
.or_line::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(50%);
    left: auto;
    right: 0;
    border: 1px solid #d9d4d4;
    width: 40%;
}

.auth_actions {
    border: 1px solid #212121;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #212121;
    font-size: 15px;
}

.auth_actions img{
    margin-right: 10px;
}
.donthave{
        font-weight: 500;
    color: #212121;
    font-size: 15px;
    text-align: center;
}
.footerpart {
    background: #AE752D;
    padding: 60px 0;
}
.footerbox h3 {
    font-family: 'Clash Display';
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.footerbox ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.footerbox ul li{
    margin-bottom: 10px;
}
.footerbox ul li a{
    font-family: 'Clash Display';
    color: #fff;
    font-size: 15px;
    display: block;
}
.copyright{
    font-family: 'Clash Display';
    color: #fff;
    font-size: 15px;
    display: block;
}
.headeractions{
    position: relative;
}
.headeractions img {
    height: 20px;
    width: auto;
}
.authformdesign small {
    font-size: 14px;
    color: #212121 !important;
    font-weight: 500;
    line-height: 21px !important;
    display: block;
}
.authforminner p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin: -15px 0 20px;
}
.homebannerslider {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1080px;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 120px;
}
.homebanner .slick-dots li button {
    background-color: transparent;
    border: 0;
    padding: 0;
    text-indent: -999999px;
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: #A3A3A3;
    transition: 0.3s ease-in-out;
}
 .homebanner .slick-dots .slick-active button{
    width: 30px;
 }
.homebanner .slick-dots li {
    list-style: none;
    margin: 0 5px;
}
.homebanner .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
}
.homeheader {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    top: 0;
}
.homeheader {
    background-color: transparent;
}
.homebannertext {
    max-width: 400px;
}
.homebannertext h2 {
    color: #fff;
    font-size: 100px;
    line-height: 120px;
    margin-bottom: 15px;
}
.bannerbtns {
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    display: inline-flex;
    align-items: center;
    padding: 0 50px;
}
.bannerbtns:hover{
    background-color: #fff;
    color: #2d2d2d;
}

.commanhead h2{
    color: #212121;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 500;
}
.commanhead{
    margin-bottom: 20px;
}
.featuredmain{
    display: flex;
}
.featuredbox {
    width: 18%;
    margin-right: 15px;
    transition: 0.3s ease-in-out;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.featuredbox span{
    font-family: 'Didot';
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
}
.featuredbox.hover-active{
    width: 46%;
}
.featuredmain .featuredbox:last-child {
    margin-right: 0;
}
.toppick-item{
    margin: 0 10px;
}
.productimg {
    background: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    height: 500px;
    padding: 40px 30px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 310px;
}
.productinfo span{
    color: #212121;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.productinfo h3 {
    font-size: 18px;
    color: #212121;
    margin-bottom: 6px;
    line-height: 23px;
    font-family: 'Clash Display';
}
.priceproduct {
    color: #212121;
    font-weight: 500;
    font-size: 14px;
}
.toppick-item.slick-slide.slick-current.slick-active .productimg {
    height: 650px;
    padding: 0;
    border-radius:  0 20px 20px 0;
    width: 100%;
}
.toppick-item.slick-slide.slick-current.slick-active {
    width: 600px;
}
.toppick-item.slick-slide.slick-current.slick-active .productimg img {
    height: 100%;
    width: 100%;
}
/* hide product details on big */
.toppick-item.slick-slide.slick-current.slick-active .productinfo {
   display: none;
}

/* image styles */
.bigimg img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 18px;
}
.toppicksslider .slick-arrow{
    text-indent: -999999px; 
    height: 49px;
    width: 49px;
    background-size: 49px;
    border: 0;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 50px;
    position: absolute;
} 
.toppicksslider .slick-next{
    background-image: url('../img/sliderarrowright.png');
    left: 110px;
}
.toppicksslider .slick-prev{
    background-image: url('../img/sliderarrowleft.png');
} 
.textsection .commanhead h2 {
    color: #212121;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 66px;
}
.newsletterbox{
    background: #F6F6F6;
}
.commanhead p {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 400;
}
.emialbox {
    background: #AE752D;
    border-radius: 50px;
    height: 65px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    max-width: 700px;
    padding: 0 30px;
}
.emialbox .form-control{
    background-color: transparent;
    border: 0;
    color: #fff;
    height: 20px;
    box-shadow: unset;
    padding: 0;
}
.emialbox .form-control::placeholder{
    color: #fff;
}
.emialbox button{
    background-color: transparent;
    padding: 0;
    margin-left: 10px;
    border: 0;
}
.fashionacross {
    height: 720px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 80px;
    display: flex;
    align-items: flex-end;
}
.fashionacross::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 410px;
    width: 100%;
    background-image: url(../img/dropshadow.png);
    z-index: 0;
}
.fashionacrosstxt h2 {
    color: #212121;
    font-size: 180px;
    font-family: 'Clash Display';
    margin: 20px 0 0;
    line-height: 130px;
}
.fashionacrosstxt {
    position: relative;
    z-index: 3;
    width: auto;
    display: inline-block;
}
.fashionacrosstxt span {
    display: block;
    font-family: 'Didot';
    font-size: 40px;
    line-height: 45px;
}
.fashionacrosstxt .slider-arrows button {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-right: 10px;
}
.fashionacrosstxt .slider-arrows button img {
    max-width: 40px;
}
.fashionacrossbox {
    width: 357px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    margin: 0 auto;
    height: 400px;
    border-radius: 20px;
    position: relative;
}
.fashionacrossbox::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.fashionacrossbox span {
    font-family: 'Didot';
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.3s ease-in-out;
}
.fashionacrossbox:hover span{
    top: -500%;
    transform: unset;
}
.fashionslideeee{
    margin-right: 15px;
}
.fashionacrossbox img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.fashionslider {
    position: absolute;
    left: 32%;
    z-index: 1;
    bottom: 161px;
}


.fashionacross .slider-dots button {
    background-color: transparent;
    border: 0;
    padding: 0;
    text-indent: -999999px;
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: #A3A3A3;
    transition: 0.3s ease-in-out;
    margin: 0 5px;

}
 .fashionacross .slider-dots button.active{
    width: 30px;
 }
.fashionacross .slider-dots {
    list-style: none;
    
}
.fashionacross .slider-dots{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    bottom: -20px;
}
.commanproduct .productimg {
    width: 100%;
}
.listingproductimg {
    height: 208px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 15px;
}
.listingproductimg img{
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.listinproduct h3{
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.subcategorymain{
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    margin: 0;
}
.subcategory {
    padding: 20px 0;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.subcategory img{
    margin-right: 10px;
    max-width: 52px;
}



.listinproduct {
    cursor: pointer; 
}
 
.subcategorymain {
    display: none;
}
.filtersbtn {
    font-family: 'Didot';
    display: flex;
    align-items: center;
    color: #000 !important;
    font-size: 24px;
}
.filtersbtn img{
    margin-right: 10px;
}



.filterdata {
    display: none;
    width: 300px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    top: 47px;
    left: 0;
}
.filter-header {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 12px;
    align-items: center;
    font-weight: 500;
}

.close-filter {
    background: none;
    border: none;
    font-size: 40px;
    cursor: pointer;
    line-height: 20px;
}

.filter-section {
    border-bottom: 1px dashed #ddd;
    padding: 12px 0;
}

.filter-title {
    font-weight: 500;
    font-size: 14px;
}

.filter-title.has-arrow {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.filter-title.has-arrow::after {
    content: "›";
    transition: transform 0.3s ease;
}

.filter-section.open .filter-title.has-arrow::after {
    transform: rotate(90deg);
}

.filter-content {
    display: none;
    margin-top: 10px;
}

.filter-section.open .filter-content {
    display: block;
}

/* SIZE */
.size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.size-options button {
    min-width: 40px;
    height: 32px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
}

.size-options button.active {
    border-color: #000;
    font-weight: 600;
}

/* CHECKBOX LIST */
.checkbox-list label {
    display: block;
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
}
.filter-section input{
    display: none;
}
.checkbox-list label::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #2d2d2d;
    border-radius: 3px;
}
.checkbox-list label::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    height: 10px;
    width: 10px;
    background-color: #2d2d2d;
    border-radius: 3px;
    transform: scale(0);
    transition: 0.3s all;
} 
.checkbox-list label input:checked ~::before {
    transform: scale(1);
}
/* COLORS */
.color-options {
    display: flex;
    gap: 10px;
}

.color-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ccc;
}

.color-dot.black { background:#000; }
.color-dot.white { background:#fff; }
.color-dot.red { background:#c00; }
.color-dot.blue { background:#0055ff; }
.color-dot.green { background:#0a5; }

.smheading {
    color: #000000;
    font-size: 32px;
    font-weight: 500;
}
.headviewall{
     color: #000000 !important;
    font-size: 16px;
    font-weight: 500;
}
.outfitbox {
    height: 385px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 20px;
}
.outfitbox img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.outfitbox span{
    font-family: 'Didot';
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.3s ease-in-out;
}
.outfitbox:hover span {
    top: -500%;
    transform: unset;
}

.smproduct .productimg{
    height: 350px;
}
.productimg img {
    max-width: 100%;
}

.featuredcolletions{
    height: 540px;
}

.featuredcolletions span{
    font-size: 64px;
}
.brandsbanner{
    height: 362px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brandsbanner::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 410px;
    width: 100%;
    background-image: url(../img/dropshadow.png);
    z-index: 0;
}
.brandsbanner img{
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.featuredcolletions span {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.productleftpart {
    background: #F5F4F9; 
    border-radius: 20px; 
    position: relative;
    overflow: hidden;
}
.productpageslider {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.productpageslider .carousel-item {
    border: 0;
    border-radius: 2px;
    height: 100%;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative !important;
    width: 100%;
}
.productpageslider .carousel-inner { 
    height: 100%;
    overflow: hidden;
}
.productpageslider .carousel-item::before {
    content: '';
    position: absolute;
    display: block;
    height: 0;
    padding-top: 70%;
    width: 100%;
}
.productpageslider .carousel-item img {
    margin: 0 auto;
    height: 100%;
    inset-inline-end: 0;
    inset-inline-start: 0;
    margin: 0 auto;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}
.productsmtag {
    font-weight: 500;
    font-size: 15px;
    color: #121111;
}
.product_d_top h2 {
    font-family: 'Clash Display';
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
    color: #121111;
}
.product_d_top p { 
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
    color: #787676;
}
.product_d_mid .size-options button {
    min-width: auto;
    height: 26px;
    width: 26px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    font-size: 10px;
    border-radius: 50px;
}
.product_d_mid .color-options .color-dot{
    height: 26px;
    width: 26px;
}

.productpageslider .carousel-indicators button {
    background-color: transparent;
    border: 0;
    padding: 0; 
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: #A3A3A3;
    transition: 0.3s ease-in-out;
}
 .productpageslider  .carousel-indicators button.active{
    width: 30px;
 }
.productpageslider .slick-dots li {
    list-style: none;
    margin: 0 5px;
}
.productpageslider .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    padding: 0;
    left: 0;
    margin: 0;
}
.quantitybox {
    display: flex;
    width: 95px;
}
.quantitybox span {
    height: 32px;
    display: flex;
    align-items: center;
    width: 32px;
    border: 1px solid #DFDEDE;
    border-radius: 50px;
    font-size: 30px;
    justify-content: center;
}
.quantitybox .form-control {
    border: 0;
    font-size: 16px;
    font-weight: 600;
    color: #292526;
    box-shadow: unset !important;
    width: 30px;
    padding: 0;
    text-align: center;
}
.addtocartbtn {
    height: 60px;
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    border-radius: 20px;
    padding: 0 20px;
}
.addtocartbtn img {
    margin-right: 5px;
    max-width: 21px;
}
.detailsactions {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    background: #D9D9D9;
    justify-content: center;
    border-radius: 20px;
}

 

.product-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.product-accordion .accordion-button {
    padding: 16px 0;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
    box-shadow: none;
    font-family: 'Clash Display';
    color: #000000;
}

.product-accordion .accordion-button::after {
    width: 10px;
    height: 10px;
    border-right: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    transform: rotate(45deg);
    background-image: none;
}

.product-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}

.product-accordion .accordion-body {
    padding: 0 0 18px;
    font-size: 14px;
    color: #444;
    line-height: 22px;
}
.mycartproduct {
    background: #F1F1F14D;
    border-radius: 20px;
}
.cartproduct_img {
    height: 147px;
    width: 177px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    background: #F1F1F1;
    border-radius: 20px;
}
.cartproduct_img img{
    max-width: 120px;
}
.mycartproduct .productinfo h3 {
    font-size: 24px;
    margin-bottom: 8px;
}
.mycartproduct .priceproduct {
    font-weight: 500;
    font-size: 16px;
}
.cartlefttxt{
    color: #292526;
    font-size: 15px;
    font-weight: 500;
}
.cartrighttext{
    color: #292526;
    font-size: 15px;
    font-weight: 600;
}
.cardss img {
    max-width: 39px;
}
.accountsidebar{
    padding: 60px 0 60px 30px;
    background-color: #fff;
}
.accountsidebar h2{
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 600;
}
.sidebarmenus .account-menu-item {
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    align-items: center;
    padding: 21px 15px;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
}
.sidebarmenus .account-menu-item span {
    width: 45px;
}
.accountdatepart{
    padding: 70px 70px;
    background: #F9F9F9;
}
.accountpage{
    background: #F9F9F9;
}
.sidebarmenus .account-menu-item.active{
    background: #F9F9F9; 
}
.accounthead{
    font-size: 18px;
    font-weight: 500;
}
.personalinfo span{
    color: #807D7E;
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
.personalinfo strong{
    color: #3C4242;
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-bottom: 0;
}
.editinfo{
    color: #3C4242 !important;
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-bottom: 0;
}

.commanmodalhead{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}
.commanmodal .modal-dailog{
    max-width: 500px;
}

.commanmodal .modal-body{
    padding: 60px 60px 40px;
}


.commanmodal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
}

.editpencil {
    background-color: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.myordertable thead tr th {
    font-weight: 600;
    color: #212121;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #E2E2E2;
}

.myordertable tbody tr td {
    font-weight: 500;
    color: #212121;
    font-size: 15px;
    padding: 18px 0;
    border-bottom: 1px solid #E2E2E2;
}
.table>:not(:first-child) {
    border-top: 0;
}

.accountheadbtn {
    color: #8D8E93;
    border: 1px solid #8D8E93;
    display: flex;
    align-items: center;
    border-radius: 50px;
    font-weight: 500;
    padding: 0 20px;
    height: 36px;
    font-size: 15px;
}
.addressbox {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 12px;
}
.adressline {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}
.addresstags {
    border: 1px solid #807D7E;
    border-radius: 8px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #807D7E !important;
}
.adressactions a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    display: block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid;
    line-height: 18px;
}
.carddetails {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}
.carddetails img{
    max-width: 30px;
    margin-right: 10px;
}
.contentpart h3 {
    font-family: 'Clash Display';
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contentpart p { 
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px;
}
.myfavorites .productimg {
    height: 320px;
}
.myfavorites img {
    max-width: 70%;
}
.gendorbtns {
    height: 60px;
    color: #000000;
    font-size: 15px; 
    box-shadow: unset;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    border-radius: 20px;
    margin-right: 12px;
    font-weight: 500 !important;
}
.gendorbtns.active{
    background-color: #AE752D;
    border-color: #AE752D;
    color:  #fff;
}
.counrtylisting {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    border-radius: 0 20px 20px 0;
    position: relative;
    display: block;
}
.counrtylisting h2 {
    position: absolute;
    left: 0;
    z-index: 2;
    right: 0;
    top: 50%;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 36px;
    transform: translateY(-50%);
}
.brandsslide{
    margin: 0 10px;
}
.hideindesktop{
    display: none;
}
.headeractions span {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #AE752D;
    font-size: 12px;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    top: -10px;
    right: -9px;
    border: 1px solid #fff;
}
.bannervideopart video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.bannervideopart {
    height: 100vh;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.toppickhomeslider .slick-arrow{
    text-indent: -999999px; 
    height: 49px;
    width: 49px;
    background-size: 49px;
    border: 0;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 50px;
    position: absolute;
} 
.toppickhomeslider .slick-next{
    background-image: url('../img/sliderarrowright.png');
    left: 110px;
}
.toppickhomeslider .slick-prev{
    background-image: url('../img/sliderarrowleft.png');
} 

@media (max-width:2600px) {
   .homebannerslider { 
    height: 1500px;
   }
}


@media (max-width:1840px) {
   .homebannerslider { 
        height: 1080px;
   }
}


@media (max-width:1679px) {
    .container {
        max-width: 1320px;
        
    }
}

@media (max-width:1539px) {
    .container {
        max-width: 1280px;
        
    }
}

@media (max-width:1339px) {
    .container {
        max-width: 1180px;
        
    }
}


@media (max-width:1279px) {
    .container {
        max-width: 95%;
    }
 
}

@media (max-width:1199px) {
    .container {
        max-width: 97%;
    }
    .headermain .row{
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .headermain {
        height: 100px;
    }
    .homebannertext h2 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 15px;
    }
    .homebannerslider{
        height: 600px;
        padding-top: 70px;
    }
    .bannervideopart {
        height: 600px;
    }
    .bannerbtns {
        font-size: 15px;
        height: 50px;
        padding: 0 30px;
    }
    .offcanvas {
        background: #AE752D;
    }
    .headermenus ul {
        display: block;
    }
    .headermenus ul li {
        margin: 0;
    }
    .headermenus ul li a {
        font-family: 'Clash Display';
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        display: block;
        padding: 14px 0;
        border-bottom: 1px solid #ffffff3b;
    }
    .offcanvas-header .btn-close {
        opacity: 1;
        filter: invert(1);
        color: #fff !important;
    }
    .commanhead h2 {
        font-size: 32px;
    }
    .featuredbox {
        height: 350px;
        border-radius: 10px;
    }
    .toppick-item.slick-slide.slick-current.slick-active {
        width: 480px;
    }
    .toppick-item.slick-slide.slick-current.slick-active .productimg {
        height: 530px;
        padding: 0;
        border-radius: 0 20px 20px 0;
        width: 100%;
    }
    .productimg {
        border-radius: 20px;
        height: 400px;
        padding: 30px 20px;
        margin-bottom: 16px;
        overflow: hidden;
        width: 280px;
    }
    .textsection .commanhead h2 {
        margin-bottom: 0;
        font-size: 38px;
        font-weight: 500;
        line-height: 56px;
    }
    .hideinmobile{
        display: none;
    }
    .hideindesktop{
        display: block;
    }
    .smheading {
        font-size: 25px;
    }
    .counrtylisting {
        height: 580px;
    }
    .featuredcolletions span {
        font-size: 44px;
    }
    .productpageslider{
        height: auto;
    }
}

@media (max-width:1023px) {
    .homebannerslider {
        height: 500px;
        padding-top: 50px;
    }
    .bannervideopart{
        height: 500px;
    }
    .homebannertext h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .commanhead h2 {
        font-size: 28px;
    }
    .toppick-item.slick-slide.slick-current.slick-active {
        width: 360px;
    }
    .toppick-item.slick-slide.slick-current.slick-active .productimg {
        height: 450px;
        padding: 0;
        border-radius: 0 10px 10px 0;
        width: 100%;
    }
    .productimg {
        border-radius: 20px;
        height: 360px;
        padding: 30px 20px;
        margin-bottom: 16px;
        overflow: hidden;
        width: 260px;
        border-radius: 10px;
    }
    .toppicksslider .slick-arrow {
        background-size: 38px;
        background-repeat: no-repeat;
        height: 38px;
        width: 38px;
    }
    .toppicksslider .slick-next {
        left: 100px;
    }
    .fashionacrossbox {
        width: 307px;
        height: 350px;
        border-radius: 10px;
        position: relative;
    }
    .fashionacrosstxt h2 {
        font-size: 110px;
        margin: 10px 0 0;
        line-height: 90px;
    }
    .fashionacrosstxt span {
        font-size: 30px;
        line-height: 35px;
    }
    .fashionacross {
        height: 580px;
        padding: 50px 0 60px;
        display: flex;
        align-items: flex-end;
    }
    .textsection .commanhead h2 {
        margin-bottom: 0;
        font-size: 30px;
        font-weight: 500;
        line-height: 46px;
    }
    .footerlogo {
        text-align: center;
    }
    .footerlogo img {
        max-width: 220px;
    }
    .footerpart {
        padding: 40px 0;
    }
    .footerbox {
        text-align: center;
    }
    .copyright{
        text-align: center;
    }
    .listingproductimg {
        height: 118px;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .listinproduct h3 {
        font-size: 20px;
    }
    .subcategory {
        padding: 12px 0;
        font-size: 14px;
    }
    .subcategorymain .row {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }
    .smheading {
        font-size: 20px;
    }
    .productpageslider{
        height: 480px;
    }
    .counrtylisting {
        height: 540px;
        margin-right: 30px;
        border-radius: 0 10px 10px 0px;
    }
    .brandscounrtslider {
        margin-left: 40px;
    }
    .brandsbanner {
        height: 230px;
    }
    .featuredcolletions {
        height: 370px;
        border-radius: 10px;
    }
    .featuredcolletions span {
        font-size: 34px;
    }
    .authleftimg{
        display: none;
    }
    .authpages {
        display: flex;
        flex-wrap: wrap;
    }
    .authrightpart {
        width: 100%;
        padding: 50px 0;
    }
    .accountsidebar h2 {
        font-size: 30px;
        margin-bottom: 22px;
        font-weight: 600;
    }
    .sidebarmenus {
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
    }
    .accountsidebar {
        padding: 30px 0 30px 30px;
    }
    .sidebarmenus .account-menu-item span {
        width: 35px;
    }
    .accountdatepart {
        padding: 40px 30px;
    }
    .addressbox {
        padding: 20px 20px;
    }
}

@media (max-width:767px) {
    .headerlogo img {
        max-width: 101px;
    }
    .headermain {
        height: 73px;
    }
    .homebannertext {
        text-align: center;
        max-width: 100%;
    }

    .homebannertext h2 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 15px;
    }
    .featuredbox {
        height: 320px;
        border-radius: 10px;
        width: 100% !important;
        margin: 0 0 20px;
    }
    .featuredmain {
        display: flex;
        flex-wrap: wrap;
    }
    .featuredmain .featuredbox:last-child {
        margin-bottom: 0;
    }
    .textsection .commanhead h2 {
        margin-bottom: 0;
        font-size: 26px;
        font-weight: 500;
        line-height: 37px;
    }
    .footerlogo img {
        max-width: 160px;
    }
    .footerbox h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .emialbox {
        background: #AE752D;
        border-radius: 10px;
        height: 55px;
        max-width: 100%;
        padding: 0 20px;
    }
    .commanhead p {
        margin: 10px 0 0;
        font-size: 16px;
        font-weight: 400;
    }
    .fashionacrosstxt {
        position: relative;
        z-index: 3;
        width: 100%;
        display: block;
        text-align: center;
    }
    .fashionacrosstxt h2 {
        font-size: 70px;
        margin: 10px 0 0;
        line-height: 70px;
    }
    .fashionacrosstxt span {
        font-size: 26px;
        line-height: 29px;
    }
    .fashionacrossbox {
        width: 240px;
        height: 300px;
        border-radius: 10px;
        position: relative;
    }
    .fashionslider {
        position: absolute;
        left: 16px;
        z-index: 1;
        bottom: 281px;
    }
    .fashionacross {
        height: 660px;
        padding: 50px 0 60px;
        display: flex;
        align-items: flex-end;
    }
    .toppick-item.slick-slide.slick-current.slick-active {
        width: 230px;
    }
    .toppick-item.slick-slide.slick-current.slick-active .productimg {
        height: 290px; 
    }
    .productimg { 
        height: 210px;
        padding: 30px 20px;
        margin-bottom: 16px; 
        width: 220px;
        border-radius: 10px;
    }
    .toppicksslider .slick-arrow{
        left: 20px;
    }
    .toppicksslider .slick-next {
        left: 70px;
    }
    .listinproduct h3 {
        font-size: 16px;
    }
    .commanproduct .productimg {
        width: 100%;
        height: 350px;
    }
    .commanproduct .productimg img {
        max-width: 310px;
    }
    .productpageslider {
        height: 420px;
        border-radius: 10px;
    }
    .bannerbtns , .addtocartbtn {
        font-size: 15px;
        height: 50px;
        padding: 0 30px;
        border-radius: 10px;
    }
    .detailsactions{
        height: 50px;
        width: 50px;
        border-radius: 10px;
    }
    .outfitbox {
        height: 315px;
        border-radius: 10px;
    }
    .smheading {
        font-size: 18px;
    }
    .productleftpart {
        border-radius: 10px;
    }
    .counrtylisting {
        height: 340px;
        margin: 0 15px;
        border-radius: 10px;
    }
    .counrtylisting h2{
        font-size: 26px;
    }
    .brandscounrtslider {
        margin: 0 0 0 17px;
    }
    .brandsslide .productimg {
        height: 280px;
    }
    .featuredcolletions span {
        font-size: 24px;
    }
    .authforminner {
        width: 86%;
        margin: 0 auto;
    }
    .authforminner h2 {
        font-size: 34px;
        margin-bottom: 25px;
    }
    .authformdesign .form-group .form-control , .authformdesign .form-group .form-select {
        height: 50px;
        border-radius: 10px;
        padding: 0 16px;
    }
    .authbtns {
        height: 50px;
        font-size: 15px;
        border-radius: 10px !important;
    }
    .eyebtn {
        top: 40px;
    }
    .auth_actions {
        height: 50px;
        border-radius: 10px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .gendorbtns {
        height: 50px;
        border-radius: 10px;
        font-size: 14px;
    }
    .cartproduct_img {
        height: 147px;
        width: 100%;
        border-radius: 10px;
    }
    .mycartproduct {
        border-radius: 10px;
        padding: 18px 4px;
        margin: 0;
        text-align: center;
    }
    .mycartproduct .productinfo h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .accountsidebar h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .sidebarmenus .account-menu-item {
        padding: 15px 20px;
        font-size: 15px;
    }
    .accountsidebar {
        padding: 20px 0 20px 20px;
    }
    .accountdatepart {
        padding: 30px 10px;
    }
    .accounthead {
        font-size: 16px;
    }
    .personalinfo span {
        font-size: 15px;
        margin-bottom: 3px;
    }
    .personalinfo strong {
        font-size: 15px;
    }
    .editinfo {
        font-size: 15px;
    }
    .commanmodal .modal-body {
        padding: 50px 20px 20px;
    }
    .commanmodalhead {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .commanmodalinner .form-group {
        margin-bottom: 16px !important;
    }
    .adressactions a {
        font-size: 14px;
    }
    .adressline {
        font-size: 14px;
        line-height: 22px;
    }
    .accountheadbtn {
        border-radius: 6px;
        padding: 0 17px;
        height: 30px;
        font-size: 14px;
    }
    .carddetails {
        font-size: 13px;
    }
}
