body{
  font-family: "Inter", sans-serif;
  box-sizing:border-box;
}
*{
    margin:0;
    padding:0;
}
p{
    font-size:16px;
    font-weight:400;
    line-height:1.5;
}
ul{
    padding-left:0rem!important;
}
li{
    list-style:none!important;
}

:root{
    --red:#D10202;
    --black:#000000;
    --white:#ffffff;
}
.container{
    max-width:1410px;
}

.top-header {
    text-transform: uppercase;
    background-color: var(--black);
    color: var(--white);
    border-bottom: 1px solid #000;
}

.header-left {
    padding-top: 12px;
    padding-bottom: 12px;
}

.header-left p {
    font-size: 12px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

/*.header-left .shop-link{*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    text-transform: uppercase;*/
/*    line-height: 1.7;*/
/*    letter-spacing: 0.075em;*/
/*    text-decoration: none;*/
/*    color: var(--white);*/
/*    transition: all 0.5s ease;*/
/*}*/

/*.header-left .shop-link:before{*/
/*   content: '';*/
/*    position: absolute;*/
/*    bottom: 2px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    border-bottom: 1px solid;*/
/*    display: block;*/
/*    transition: 300ms ease;*/
/*}*/

/*.header-left .shop-link:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 2px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    border-bottom: 1px solid;*/
/*    display: block;*/
/*    transition: 300ms ease;*/
/*}*/

/*.header-left .shop-link:hover:before {*/
/*    left: 100%;*/
/*    border-color: var(--black);*/
/*}*/


/*.header-left .shop-link:hover:after {*/
/*    color: #848484;*/
/*    right: 0;*/
/*}*/

/*.header-left .shop-link:after{*/
/*    right: 100%;*/
/*    transition-delay: 300ms;*/
/*}*/


/*.header-left .shop-link:hover {*/
/*    text-decoration: none;*/
/*    color: #848484;*/
/*}*/

.shop-left a {
    color: #fff!important;
    font-size:12px;
} 



/*shop-link*/

 .shop-link:before{
   content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-bottom: 1px solid;
    display: block;
    transition: 300ms ease;
}

 .shop-link:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-bottom: 1px solid;
    display: block;
    transition: 300ms ease;
}

.shop-link:hover:before {
    left: 100%;
    border-color: var(--black);
}


.shop-link:hover:after {
    color: #848484;
    right: 0;
}

 .shop-link:after{
    right: 100%;
    transition-delay: 300ms;
}


.shop-link:hover {
    text-decoration: none;
    color: #848484;
}

.brand-img-content {
    margin: 40px 0px 0px 0px;
}


.header-right {
    padding-top: 9px;
    padding-bottom: 9px;
}

.header-right ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.header-right li {
    margin-left: 24px;
}

.header-right li a{
    color: var(--white);
    text-decoration: none;
    transition: all 0.5s ease;
    padding: 30px 0px;

}

.header-right span {
    font-size: 12px;
    letter-spacing: 1px;
}

.header-right i{
    font-size: 12px;
}


.header-right a:hover{
    color: #848484;
}

.header-middle {
    display: flex;
    justify-content: space-between;
}

.middle-header{
    background-color: var(--white);
    color: var(--black);
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.middle-header>.container {
    padding-top: 23px;
    padding-bottom: 23px;
}

.search{
    position:relative;
}

.search-content input[type="text"] {
    padding: 7px 0 7px 0px;
    border-width: 0 0 1px;
   /* border-style: solid;
    border-color: var(--black);*/
    background: transparent;
    min-width: 260px;
    border: none;
}


.search-content i {
    color: #848484;
    padding-right: 10px;
    cursor: pointer;
}

.search-content {
    border-bottom: 1px solid #000;
}

.search-content .search-button {
    width: 40px;
    height: 40px;
    left: 0;
    right: auto;
    justify-content: flex-start;
}

.search-content  .search-button input[type^="submit"] {
    position: absolute;
    inset: 0;
    display: inline-block;
    margin: 0;
    padding: 0 !important;
    border-width: 0;
    font-size: 0 !important;
    min-width: 0;
    background: transparent !important;
    width: 100%;
    height: 100%;
}

.header-logo {
    width: 160px;
    height: 36px;
        margin: auto;
}

.header-logo img{
    width: 100%;
    height: 100%;
}

.header-links {
    display: flex;
    justify-content: flex-end;
}

.header-links a{
    padding: 12px;
}


.header-links i {
    font-size: 25px;
    color: #000;
}

.account-control{
    position: relative;
}

.count-number{
    position: absolute;
    top: -10px;
    right: auto;
    left: 24px;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0;
    border-radius: 50%;
    overflow: hidden;
    background:  var(--black);
    color: var(--white);
}

.search-content input[type="text"]:focus-visible {
    outline: none;
}

ul.header-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 36px;
    margin-bottom: 0px;
}

.menu {
    margin-top: 16px;
}

ul.header-menu a {
    text-transform: capitalize;
    color: var(--black);
    text-decoration: none;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    column-gap: 3px;
    position: relative;
    transition: all 0.5s ease;
}

.header-menu i{
    color: #848484;
    font-size: 10px;
}

.dropdown-content {
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 60px;
    padding: 25px 20px 15px;
    opacity: 0;
    transition: all 0.5s ease;
    left: -28px;
    z-index: -1;

}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover .dropdown-content {
  visibility: visible;
    top: 34px;
    opacity: 1;
    z-index: 9999;
}

.header-right .dropdown-content a{
    color: #000;
   font-size: 12px;
    display: block;
    padding: 6px 0px;
}

.header-right .dropdown-content a:hover{
    color: #848484;
}


.header-links .dropdown-content {
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 0px;
    padding: 39px 30px 30px 30px;
    opacity: 0;
    transition: all 0.5s ease;
    left: -202px;
  /*  z-index: -1;*/
    width: 350px;

}

.header-links .dropdown-content input[type="text"]{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #848484;
    height: 45px;
    border-radius: 0px;
        margin-bottom: 25px;
}

.submit button {
  background-color: var(--black);
  color: #fff;
  padding: 10px 20PX;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  border-radius: 0PX;
}

.submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.submit label {
  display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

/*.header-menu{
    position: relative;
}
*/
.dropdown-content {
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 60px;
    padding: 25px 20px 15px;
    opacity: 0;
    transition: all 0.5s ease;
    left: -28px;
    z-index: -1;

}


/* top header sub menu css  */
.pro-mega-menu {
    display: none;
    width: 100%;
    background-color: var(--white);
    position: absolute;
    padding: 97px 0 60px !important;
    left: 0;
    border: none;
    border-radius: 0;
    z-index: 1;
}

.pro-mega-menu::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    box-shadow: 0 5px 15px rgba(63,63,63,0.15);
}

.dropdown1:hover .pro-mega-menu {
    display: block;
}

.sub-menu-title {
    margin-bottom: 20px;
}

.sub-menu-title a {
    color: var(--black);
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
}

.sub-menu-list li {
    margin-bottom: 12px;
}

.sub-menu-list li a{
    font-size: 15px;
}

.submenu-img {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}
.submenu-img:hover img {
    transform: scale(1.1);
}
.submenu-img img {
    width: 100%;
    display: block;
    transition: all 0.5s;
}
.submenu-img-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
}

.submenu-img-content span {
    text-transform: uppercase;
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
}

.submenu-img-content h2 {
    text-transform: capitalize;
    font-size: 36px;
    color: var(--white);
}

.dropdown2 {
    position: relative;
}


.dropdown2:hover .dropdown-content2 {
    visibility: visible;
    top: 42px;
    opacity: 1;
    z-index: 1;
}

.dropdown-content2 {
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 60px;
    padding: 77px 40px 54px;
    opacity: 0;
    transition: all 0.5s ease;
    left: -150px;
    z-index: -1;
}

ul.sub-menu-list a span {
    position: relative;
    z-index: 1;
}

ul.sub-menu-list a span:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #848484;
    left: 0;
    right: 0;
    bottom: 1px;
    transition: all 0.3s ease-in-out;
    margin: auto;
    top: 22px;
}

.sub-menu-list  a span:hover:before, .sub-menu-list  a span.active:before {
    width: 100%;
}

.a123 .sub-menu-list a :before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #848484;
    left: 0;
    right: 0;
    bottom: 1px;
    transition: all 0.3s ease-in-out;
    margin: auto;
    top: 22px;
}

.a123 .sub-menu-list  a span:hover:before, .a123 .sub-menu-list  a span.active:before {
    width: 100%;
}


.banner-main-box {
    display: block!important;
    width: 70%!important;
    margin: auto;
    position: relative;
}

/*.banner-content{
    position: absolute;
    width: 50%;
    top: 31%;
    left: 10%;
    animation: caption-move 1s;
}

@keyframes caption-move{
0% {
    left: -50%;
}
100% {
    left: 10%;
}
}
*/
.banner-content h5{
    font-size: 18px;
}

.banner-main-box .row{
    align-items: center!important;
}

.banner-content h2{
    font-size: 72px;
    letter-spacing: 1px;
    line-height: 90px;
    margin-bottom: 20px;
    font-weight: 400;
}

.banner-img-h {
  width: 700px;
    height: 800px;
}

.banner-img-h img{
    width: 100%;
    height: 100%;
}


.banner-content p {
    margin-bottom: 50px;
}

.banner-main-box a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.home-banner {
    margin-bottom: 120px;
    overflow: hidden;
}

.home-banner .slick-slider {
    margin-bottom: 0px; 
}

.banner-slider .next-arrow {
    position: absolute;
    left: 51%;
    top: 95%;
    transform: translateY(-50%);
}

.banner-slider .prev-arrow {
    position: absolute;
   right:50%;
    top: 95%;
    transform: translateY(-50%);
}

.home-banner .slick-dots, .slick-next, .slick-prev {
    bottom: 10px!important;
}

.home-banner .slick-dots li button:before {
    font-size: 20px;
}

.banner-content .header-left a:hover {
    text-decoration: none;
    color: #000;
}

.banner-1 {
    background: #faf4f6;
}

.banner-2 {
    background: #bad1dd;
}

.banner-3 {
    background: #e5e5e5;
}

.brand-img-content p {
    margin-bottom: 5px;
}





.brand{
    margin-bottom: 120px;
}

.brand-img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.brand-img {
    transition: all 0.5s ease;
    /*margin-bottom: 40px;*/
    overflow: hidden;
}

.women-brand-img-content {
    margin: 40px 0px 0px 0px;
}

.brand-img:hover img {
    transform: scale(1.1) rotate(3deg);
}

.brand-imgg:hover img{
      transform: scale(1.1) rotate(-2deg);
}


.brand-img-content h2{
    font-size: 48px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 40px;
    text-transform: capitalize;
    letter-spacing: 2.5px;
}

.brand-img-content .header-left .shop-link {
    color: #000!important;
    font-weight: 600;
    font-size: 14px;
}

.brand-details {
    padding-right: 40px;
}


.women-brand{
    margin-bottom: 120px;
}

.women-brand-img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}



.women-brand-img {
    transition: all 0.5s ease;
    /*margin-bottom: 55px;*/
     overflow: hidden;
}

.women-brand-img:hover img{
     transform: scale(1.1) rotate(3deg);
}

.women-brand-image:hover img{
      transform: scale(1.1) rotate(-2deg);
}


.women-brand-img-content h2{
    font-size: 48px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 40px;
    text-transform: capitalize;
    letter-spacing: 2.5px;
}


.women-brand-img-content .header-left .shop-link {
    color: #000!important;
    font-weight: 600;
    font-size: 14px;
}

/*.women-brand-details {*/
/*       padding-right: 50px;*/
/*}*/

.header-menu > li > a:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #848484;
    left: 0;
    right: 0;
    bottom: 1px;
    transition: all 0.3s ease-in-out;
    margin: auto;
    top: 22px;
}

.header-menu > li > a:hover:before, .header-menu > li > a.active:before {
    width: 100%;
}


ul.header-menu a:hover{
    color: #848484;
}

/*mobile menu*/
.mobile-search {
    display: none;
}
.toggle-bar {
    display: none;
}
.mobile-logo {
   padding: 20px 20px;
    text-align: center;
    border-width: 0 0 1px;
    border-bottom: 1px solid #f2f1f1;
    height: 70px;
    display: flex;
    /* flex-flow: column wrap; */
    justify-content: space-between;
}

.mobile-logo img{
    width: 100%;
    height: 100%;
}

.logo-m {
    width: 120px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

li.dropdown1{
    padding: 5px 5px 5px 0px;
    /*border-bottom: 1px solid #f2f1f1!important;*/
}

.mobile-header-menu li a >  i {
    transform: rotate(-90deg);
}


.mobile-header-menu .sub-menu-title a {
    font-size: 16px;
}

.header-mobile-menu {
overflow-y:auto;

}

#mobile-menu {
    overflow-y: AUTO;
    overflow-x: hidden;
}

 .shop-link {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: 0.075em;
    text-decoration: none;
    color: var(--white);
    transition: all 0.5s ease;
}

.shop-link {
    color: #000!important;
    font-weight: 400;
    font-size: 14px;
}

.shop-link:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-bottom: 1px solid;
    display: block;
    transition: 300ms ease;
}






body{
  font-family: "Inter", sans-serif;
  box-sizing:border-box;
}
*{
    margin:0;
    padding:0;
}
p{
    font-size:16px;
    font-weight:400;
    line-height:1.5;
}
ul{
    padding-left:0rem!important;
}
li{
    list-style:none!important;
}
:root{
    --red:#D10202;
    --black:#000000;
    --white:#ffffff;
}
.container-xl{
    max-width:1410px;
}
.best-seller-heading{
    text-align:center;
    z-index:1;
    position: relative;
    text-transform:uppercase;
    width:50%;
    margin:auto;
}

.best-seller-heading h5{
    font-size:18px;
    text-align:center;
    line-height:24px;
    letter-spacing:0.75px;
    color:var(--white);
}
.best-seller-heading h2{
    text-align:center;
    font-size:60px;
    line-height:75px;
    letter-spacing:2.5px;
    color:var(--white);
    text-transform:capitalize;
    margin-bottom:20px;
    font-weight:400;
}
.bg-bestseller{
    background-image:url(../images/bestseller-image.jpg);
    background-size:cover;
    position: relative;
    padding:115px 0px 294px 0px;
}
.bg-bestseller:after{
    content:"";
    position:absolute;
    left:0%;
    top:0%;
    width:100%;
    height:100%;
    background-color:var(--black);
    opacity:0.7;
}
.best-seller-link{
    color: var(--white) !important;;
    position: relative;
}
.best-seller-link:hover{
    color:var(--black)!important;
}
.inner-bestseller a{
    display: block; 
}
.inner-bestseller img{
    width:100%;
    transition:all 0.5s ease;
}
.inner-bestseller img:last-child{
    position: absolute;
    left:0%;
    top:0%;
    width:100%;
    height:100%;
    display:none;
}
.inner-bestseller{
    transition:all 0.5s ease;
}
.inner-bestseller:hover img:last-child{
    display:block;
}
.best-tag{
    position: absolute;
    right: auto;
    left: 15px;
    top: 15px;
    bottom: auto;
    z-index:1;
}

.best-tag span{
    font-size: 12px;
    line-height: 1 !important;
    text-transform: uppercase;
    border-radius: 0;
    margin: 0 2px 2px 0;
    font-weight: normal;
    padding: 4px 12px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    position: relative;
    justify-content: center;
    background-color:var(--black);
    color:var(--white);
    display: block;
}

.bestseller-image-main{
    position: relative;
    overflow:hidden;
    transition:all 0.5s ease;
}
.bestseller-image-main:hover .bestseller-main-btn{
    bottom:0%;
}

.bestseller-btn a{
    display:block;
    text-transform:capitalize;
    text-decoration:none;
    color:var(--black);
    font-weight:600;
    text-transform:uppercase;
    text-align:center;
    color:var(--black);
    line-height:50px;

}
.bestseller-btn:hover{
    background-color: var(--red);
    
}
.bestseller-btn:hover a{
    color:var(--white);
}
.bestseller-main-btn{
    width:100%;
    height:50px;
    position: absolute;
    bottom:-15%;
    left:0%;
    background-color:var(--white);
    transition:all 0.5s ease;
}

.best-icon{
    position: absolute;
    width:auto;
    right:5%;
    bottom:100%;
    display: inline-block;
}
.bestseller-image-main:hover .best-icon span{
    background-color:var(--white);
}
.best-icon span{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--black);
    margin: 8px 0px;
    text-align: center;
    line-height: 40px;
    cursor:pointer;
    font-size:16px;
    transition:all 0.5s ease;
    position: relative;
}
 .bestseller-main-btn .best-icon span:first-child , .best-icon span:nth-child(2){
    visibility:hidden;
}
.bestseller-image-main:hover .bestseller-main-btn .best-icon span:first-child,.bestseller-image-main:hover .best-icon span:nth-child(2){
    visibility:visible;
}
.best-icon span:hover{
    background-color:var(--red)!important;
    color:var(--white);
}
.bestseller-info h3 a{
    font-size:15px;
    line-height:20px;
    letter-spacing:0..375px;
    font-weight:normal;
    color:var(--black);
    text-decoration:none;
}
.bestseller-info h3:hover{
    color:var(--red);
}
.price-info b{
    line-height: 1 !important;
    letter-spacing: 0.075em;
    font-size:15px;
    font-weight:600;
    font-weight:700;
    color: var(--black);
}
.price-info del{
    color:#959595;
    margin-left:8px;
}
.bg-bestseller-product{
    margin-top:-176px;
    margin-bottom:98px;
}
/*.bestseller-info{*/
/*    margin-top: 17px;*/
/*}*/
.best-tool{
    text-transform: capitalize;
    color: var(--white);
    font-weight:normal;
    background-color: var(--red);
    padding: 4px 5px;
    min-width: 105px;
    font-size: 0.867rem;
    letter-spacing: 0.05em;
    line-height: 20px;
    position: absolute;
    border-radius: 5px;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    display:none;
    transition:all 0.5s ease;
}
.best-tool:after{
    position: absolute;
    content: "";
    right: -3%;
    top: 50%;
    background-color: var(--red);
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(50deg);
}
.best-icon span:hover .best-tool{
    display:block;
}
.bestseller-card{
    padding:0px 15px;
}



.heading{
    font-size:25px;
    line-height:30px;
    text-align:left;
    letter-spacing:1.2px;
    color:var(--black);
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:0px;
}
.blog-slider{
    margin-bottom:0px!important;
}
.bg-blog{
    padding-bottom:120px;
}
.blog-title{
    margin-bottom:50px;
}
.blog-inner-img{
    position: relative;
}
.blog-img{
    position: relative;
    width:100%;
    overflow:hidden;
  
}
.blog-img a{
    display: block;
}
.blog-img:hover img{
    transform:scale(1.1);
}
.blog-img img{
    width:100%;
    overflow:hidden;
    transition:all 0.5s ease;
}
.date-box{
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    z-index: 6; 
}
.blog-profile a {
    display: block;
}
.blog-profile a img{
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 8px solid rgba(217,217,217,0.4);
    border-radius: 50%;
    object-fit: cover;
    transition: 300ms ease;
}
.blog-profile{
    position: absolute;
    bottom: 30px;
    left: 30px;
    border-color: rgba(255,255,255,0.4);
}
.blog-tag{
    display:flex;
    margin-top:25px;
    margin-bottom:19px;
    gap:4px;
}
.blog-tag a{
    display:block;
    text-decoration:none;
    color:#8f8f8f;
    text-transform:uppercase;
    letter-spacing:0.75px;
    font-weight:500;
    font-size:14px;
}
.blog-title h3 a{
    display: block;
    font-size:30px;
    font-weight:normal;
    letter-spacing:0.025em;
    color:var(--black);
    text-decoration:none;
    text-transform:capitalize;
}
.blog-title h3 a:hover{
    color:var(--red);
}
.blog-title{
    margin-bottom:15px;
}
.blog-info p{
    margin-bottom:12px;
    font-size:1.13em;
    line-height:1.8;
    color:#848484;
}
.blog-link{
    text-decoration:none;
    text-transform:uppercase;
    color:var(--black);
    line-height:1.5;
    letter-spacing:0.075em;
    font-size:0.93rem;
    position: relative;
    font-weight:600;
}
.blog-link:after{
    content:"";
    position:absolute;
    bottom:0%;
    left:0%;
    width:100%;
    height:2px;
    background:var(--black);
    transition:all 0.5s ease;

}
.blog-link:hover:after{
    width:0%;
    left:100%;
    right:auto;
}

.inner-slider{
    padding:0px 20px;
}
.inner-slider:first-child{
    padding-left:0px;
}


.bg-footer{
    padding-top:48px;
    position: relative;
    background-image:url(../images/image\ 13.png);
    background-repeat: no-repeat;
    background-size: cover;

}
.bg-footer::after{
    content:"";
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    background-color:#1B1B1B;
    height:100%;
    opacity:0.9;
}

.sign-email h2{
    font-size:36px;
    line-height:43.2px;
    text-align:start;
    letter-spacing:2.5px;
    color:var(--white);
    font-weight:400;
}

.sign-email p{
    font-size:15px;
    line-height:24px;
    letter-spacing:0.75px;
    color:#a1a1a1;
        margin-bottom: 0px;
}
.sign-input input{
    border:none;
    height:100%;
    width:100%;
    font-size:15px;
    text-align:start;
    letter-spacing:0.75px;
    color:#848484;
    padding:12px 26px;
}
.sign-input input:focus{
    outline:none;
}

.sign-btn button{
    font-size:14px;
    line-height:24px;
    text-align:center;
    letter-spacing:1.05px;
    color:var(--white);
    transition:all 0.5s ease;
    border:none;
    background-color:var(--black);
    width:150px;
    height:50px;
    font-weight:700;
    text-transform:uppercase;
}

.sign-btn button:hover{
    background-color:var(--red);
}
.sign-form-box{
    display:flex;
    justify-content:space-between;
}
.sign-input{
    width:100%;
    height:50px;
}
.bg-footer .footer-row{
    border-bottom:1px solid #848484;
    padding-bottom:37px;
    position:relative;
    z-index:1;
}
.footer-bottom-row{
    position: relative;
    z-index:1;
    border-bottom:1px solid #848484;
    padding:82px 0px 63px 0px;
}
.quick-link ul li a{
  color: #848484;
  text-decoration: none;
  text-transform: capitalize;
  font-size:15px;
  letter-spacing:0.75px;
  line-height:24px;
  transition:all 0.5s ease;
}
.quick-link ul li:hover a{
    color:var(--red);
}

.quick-link ul li:first-child{
    padding-top:0px;
    padding-bottom: 9px;
}
.quick-link ul li {
    padding-top: 9px;
    padding-bottom: 9px;
}
.quick-title{
    margin-bottom:28px;
    font-size:18px;
    line-height:24px;
    letter-spacing:0.75px;
    text-transform:uppercase;
    color:white;
    font-weight:600;
}
.social-link a i{
    font-size:26px;
    color:var(--white);
}
.social-link a i:hover{
    color:var(--red);
}
.copy-text p{
    text-transform:capitalize;
    font-size:15px;
    line-height:24px;
    letter-spacing:0.75px;
    text-align:center;
    color:var(--white);
}
.social-link{
    display: flex;
}
.social-link a{
    display:block;
    margin:0px 18px;
}
.blog-title-main{
    margin-bottom:50px;
}

.bottom-footer{
    position: relative;
    z-index:1;
    padding-top:20px;
    justify-content:space-between;
}
.payment-img img{
    width:100%
}



.left-header {
    width: 33%;
}

.logo-middle {
    width: 33%;
}

.right-header {
    width: 33%;
}

.top-header .row {
    align-items: center;
}

.username {
    margin-bottom: 10px;
}


.right-h {
        background: #000;
    margin-top: auto;
}

.right-h .header-left {
    padding: 20px;
}

.search-mobile {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0px 20px;
}

.search-form {
    padding: 0px 20px;
}

.search-menu{
    display: none;
}

.account-control a:hover i {
    color: #666;
}

.header-links a {
    padding: 12px;
    transition: all 0.5s ease;
}

.submit button:hover {
    background: #d10202;
    color: #fff;
}



.scrollTop {
    position: fixed;
    right: 5%;
    z-index: 9;
    bottom: 5%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    animation: top 5s linear infinite;
    background-color: var(--black);
}

.scrollTop a {
    color: var(--white);
    display: block;
}
.best-icon span {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--black);
    margin: 8px 0px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.5s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.ms-product-popup .modal-dialog{
    max-width:1100px!important;
}
.ms-product-title{
    margin-bottom: 30px;
}
.ms-product-title h2{
    margin-bottom: 0;
}
.ms-product-title h2 a{
    font-size: 26px;
    letter-spacing: 0.7px;
    font-weight:400;
    text-decoration: none;
    color: var(--black);
    line-height:36px;

}
.ms-rating-flex{
    display: flex;
    gap:10px;
}
.ms-rating{
    display: flex;
    align-items:center;
    gap:30px;
}
.stock ul{
    margin-bottom:0px;
}
.stock ul li{
    display: flex;
    align-items:center;
    gap:0px 5px;
}
.stock ul li span{
    display: block;
    font-size:15px;
    line-height:18px;
    letter-spacing:0.75px;
    color:var(--black);
    text-transform:capitalize;
}
.stock ul li b{
    color:#40bf52;
    font-size:15px;
    line-height:18px;
    letter-spacing:0.75px;
    font-weight:normal;
}
.ms-price{
    margin:25px 0px;
}
.ms-price b{
    font-size:31px;
    line-height:31px;
    text-align:left;
    letter-spacing:0.775px;
    font-weight:normal;
}
.ms-product-description p{
    font-size:15px;
    line-height:24px;
    letter-spacing:0.75px;
    color:#848484;
    line-height:1.5;
    margin-bottom:0px;
}
.ms-product-description{
    margin:28px 0px;
}
.ms-product-info{
    padding-right:30px;
    padding-left:30px;
}
.ms-product-counter{
    display: flex;
}
.q-btn{
    background-color:#ededed;
    display: flex;
    align-items: center;
    padding:0px 24px;  
}
.q-btn i{
    width:20px;
    cursor:pointer;
}

.q-btn input:focus{
    border:none;
    outline:none;
}
.q-btn input:focus-visible{
    outline:none;
    border:none;
}
.q-btn input{
    background-color:#ededed;
    height:50px;
    width:90px;
    text-align:center;
    border:none!important;
    outline:none!important;
    box-shadow:none;
}
.addToCartBtn{
    padding: 12px 26px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    text-decoration: none;
    display: block;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.05px;
    display: block;
    transition: all 0.5s ease;
    width: 259px;
    margin-left: 25px;
    border:none;
    background-color:var(--black);
}
.product-main-slider{
    display: flex;
    gap:20px;
}

.addToCartBtn:hover{
    background-color:var(--red);
}
.ms-buy-product .buy-button{
    width:100%;
    height:50px;
    border:1px solid var(--black);
    background-color:var(--white);
    text-transform:uppercase;
    font-weight:700;
    font-size: 14px;
    letter-spacing: 1.05px;
    display: block;
    text-decoration:none;
    color:var(--black);
    text-align:center;
    line-height:50px;
    margin-top: 15px;
    transition:all 0.5s ease;
}

.ms-buy-product .buy-button:hover{
    color:var(--red);
    border:1px solid var(--red);
}
.ms-product-id{
    margin-top: 28px;
}

.ms-product-id ul{
    margin-bottom:0px;
}
.ms-product-id ul li{
    margin-bottom:12px;
}
.ms-product-id ul li span{
    font-size:14px;
    font-weight:400;
    color:var(--black);
    text-transform:uppercase;
}
.ms-product-id ul li b{
    font-weight:400;
    color:#848484;
    font-size:14px;
    line-height:18px;
    text-transform:capitalize;
    letter-spacing:0.75px;
}
.ms-product-id ul li b a{
    color:#848484;
    text-transform:capitalize;
    transition: all 0.3s linear;
    text-decoration:none;
    font-size:14px;
}
.ms-product-id ul li b a:hover{
    color:var(--red);
}
.product-main-slider{
    display: flex;
    gap:12px;
}
.product-main-slider .product-h-slider .product-img img{
    width:100%;
}
.product-h-slider-main{
    width:14%;
}

.product-main-slider .product-h-slider{
    width:100%;
}
.product-v-slider-main{
    width:82%;
}
.product-img img{
    width:100%;
}
.ms-product-popup .modal-header .btn-close{
    background-image: unset!important;
    background-color: var(--black)!important;
    color: var(--white);
    font-size: 16px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 0px;
    opacity:1;
}

.ms-product-popup .modal-header .btn-close:hover{
    background-color: var(--red)!important;
}

.social-link a:first-child {
    margin-left: 0px;
}

.scrollTop {
    position: fixed;
    right:0%;
    z-index: 9;
    bottom:0%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    animation: top 5s linear infinite;
    background-color: var(--black);
}

.scrollTop a {
    color: var(--white);
    display: block;
}

/*.....................responsive css....................  */


@media only screen and (min-width:1200px) and (max-width:1440px){
    .inner-slider {
        padding: 0px 12px;
    }
    .container-xl{
        padding:0px 50px;
    }
    .blog-title h3 a{
        font-size:25px;
    }
    .bg-bestseller{
        padding:60px 0px 160px 0px;
    }
    .bg-bestseller-product{
        margin-top:-100px;
    }
    
    
     .banner-content h2 {
        font-size: 64px;
    }

    .banner-main-box {
        width: 90%!important;
    }

    .banner-img-h {
        width: 550px;
        height: 700px;
    }

    /*.header-links .dropdown-content {*/
    /*    left: -166px;*/
    /*}*/

    .dropdown-content {
        left: -54px;
    }
    
    .brand-img-content h2 {
    font-size: 38px;
    margin-bottom: 20px;
}


.brand {
    margin-bottom: 80px;
}

.women-brand {
    margin-bottom: 80px;
}

.blog-title-main {
    margin-bottom: 30px;
}

.bg-bestseller-product {
    margin-bottom: 80px;
}

.footer-bottom-row {
    padding: 82px 0px 20px 0px;
}
.ms-product-popup .modal-dialog{
    width:65%;
}
.product-v-slider-main {
        width: 84%;
}
.ms-product-title {
    margin-bottom: 24px;
}
.ms-product-info{
    padding-left:0px;
    overflow-y: auto;
    height: 480px;
}
.addToCartBtn{
    width:auto;
}
.ms-product-btn{
    width:60%;
}
.q-btn{
    width:40%;
}

.ms-product-counter{
   align-items:center;
}
.ms-price{
    margin:28px 0px;
}
}

@media only screen and (max-width:1260px){

    .banner-content h2 {
        font-size: 52px;
        line-height: 70px;
    }

    .banner-img-h {
        width: 550px;
        height: 600px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px){
    .inner-slider {
        padding: 0px 12px;
    }
    .bg-bestseller-product{
        margin-top:-92px;
        margin-bottom:40px;
    }
   .container-xl{
       padding:0px 50px;
   }
    .best-seller-heading h5{
        font-size:15px;
    }
    .best-seller-heading h2{
        font-size:45px;
    }
    .best-seller-heading a{
        font-size:14px;
    }
    .bg-bestseller{
        padding:50px 0px 150px 0px;
    }
    .sign-email h2{
        font-size:25px;
    }
    .best-seller-heading{
        width:45%;
    }
    .bg-blog{
        padding-bottom:60px;
    }
    .blog-title-main{
        margin-bottom:30px;
    }
    .blog-title h3 a{
        font-size:25px;
        line-height:30px;
        letter-spacing:1.2px;
    }
    .blog-info p{
        font-size:15px;
        line-height:1.5;
    }
    .footer-row{
        justify-content:center;
        gap:20px;
    }
    .sign-email h2{
        font-size:25px;
        text-align:center;
    }
    .sign-email p{
        margin-bottom:25px;
        text-align:center;
    }
    .bg-footer .footer-row{
        padding-bottom:63px;
    }
    .quick-title{
        font-size:16px;
    }
    .footer-bottom-row{
        padding:50px 0px 55px 0px;
    }
    .quick-title {
        margin-bottom: 26px;
    }
    .bottom-footer{
        justify-content:space-between;
        padding-bottom:25px;
        gap:5px;
    }
    .social-link{
        justify-content:center;
    }
    .social-link a{
        margin:0px 8px;
    }
    .social-link a i{
        font-size:24px;
    }
    .copy-text p{
        margin-bottom:0px;
    }
    .payment-img {
        width:32%;
        margin:auto;
    }
    
    
    .banner-content h2 {
        font-size: 41px;
        line-height: 52px;
    }

      .banner-main-box {
        width: 90%!important;
    }

    .dropdown-content {
        left: -55px;
    }

    /*.header-links .dropdown-content {*/
    /*    left: -200px;*/
    /*}*/

    .banner-img-h {
        width: 480px;
        height: 500px;
    }

    ul.header-menu a {
        font-size: 15px;
    }
    .header-logo {
        width: 120px;
        height: 30px;
        margin: auto;
    }

    .banner-content p {
        margin-bottom: 30px;
    }

    .banner-content h5 {
        font-size: 16px;
    }

    .home-banner {
        margin-bottom: 60px;
    }

    .brand {
        margin-bottom: 60px;
    }

    .women-brand {
        margin-bottom: 60px;
    }

    .brand-img-content h2 {
        font-size: 35px;
        margin-bottom: 16px;
    }

    /*.brand-img {*/
    /*    margin-bottom: 25px;*/
    /*}*/

    .women-brand-img-content h2 {
        font-size: 35px;
        margin-bottom: 16px;
    }

    .brand-details {
        padding-right: 15px;
    }

    .women-brand-details {
        padding-left: 15px;
    }
    .product-v-slider-main {
        width: 81%;
    }
    .product-h-slider-main{
        width:16%;
    }
    
    
    
    
}


@media only screen and (min-width:768px) and (max-width:991px){
     .bg-footer{
        padding-top:55px;
    }

    .bg-footer .footer-row{
        justify-content:center;
    }
    .sign-email h2{
        text-align:center;
        font-size:25px;
    }

    .sign-email p{
        text-align:center;
        margin-bottom:45px;
    }

    .bg-footer .footer-row{
        padding-bottom:45px;
    }
    .quick-title {
        margin-bottom: 26px;
        font-size: 16px;
    }
    .quick-link ul{
        margin-bottom:0px;
    }
    .quick-link ul li a{
        letter-spacing:0px;
    }
    .social-link{
        justify-content:center;
    }
    .social-link a{
        margin:0px 8px;
    }
    .container-xl{
        padding:0px 30px;
    }
    .footer-bottom-row{
        padding:55px 0px 55px 0px;
    }
    .social-link a i{
        font-size:22px;
    }
    .bottom-footer{
        gap:5px;
    }
    .copy-text p{
        margin-bottom: 0;
    }
    .payment-img{
        margin:auto;
        width:36%;
    }
    .blog-title h3 a{
        font-size:23px;
    }
    .blog-info p {
        font-size: 15px;
        line-height: 1.5;
    }
    .bg-blog{
        padding-bottom:60px;
    }
    .bg-bestseller{
        padding:50px 0px 150px 0px;
    }
    .bg-bestseller-product{
        margin-bottom:40px;
        margin-top:-92px;
    }
    .best-seller-heading h2{
        font-size:35px;
        line-height:48px;
    }
    .bestseller-main-btn{
        bottom:-20%;
    }
    .heading{
        font-size:20px;
    }
    .blog-title-main{
        margin-bottom: 32px;
    }
    .date-box {
        top: 20px;
        left: 20px;
        font-size: 14px;
    }
    .blog-profile{
        bottom:20px;
        left:20px;
    }
    
    
     .header-right li a {
        font-size: 11px;
    }

    .header-left p {
        font-size: 11px;
    }

    .dropdown-content {
        width: 120px;
        left: -103px;
    }

    .header-links .dropdown-content {
        /*left: -172px;*/
        width: 300px;
    }

    .submenu-img-content h2 {
        font-size: 30px;
    }

    .pro-mega-menu {
        padding: 97px 20px 60px !important;
    }

    .sub-menu-title a {
        font-size: 16PX;
    }

    .sub-menu-list li a {
        font-size: 14px;
    }

    .banner-main-box {
        width: 90%!important;
    }

    .banner-content h2 {
        font-size: 35PX;
        line-height: 50PX;
    }

    .banner-img-h {
        width: 370PX;
        height: 450PX;
    }

    .banner-content p {
        margin-bottom: 20px;
    }

    .banner-content h2 {
        margin-bottom: 10px;
    }

    .banner-content h5 {
        font-size: 14px;
    }

    .header-logo {
        width: 120px;
        height: 30px;
        margin: auto;
    }

     .home-banner {
        margin-bottom: 60px;
    }

    .brand {
        margin-bottom: 60px;
    }

    .women-brand {
        margin-bottom: 60px;
    }

     .brand-img-content h2 {
        font-size: 35px;
        margin-bottom: 16px;
    }

    .brand-img {
        margin-bottom: 25px;
    }

    .women-brand-img-content h2 {
        font-size: 35px;
        margin-bottom: 16px;
    }

    .brand-details {
        padding-right: 15px;
    }

    .women-brand-details {
        padding-left: 15px;
    }
    
    .brand-info {
        padding: 0px 15px;
    }

    .brand-img-content p {
        margin-bottom: 5px;
        font-size: 15px;
    }

     .women-brand-img-content p {
        margin-bottom: 5px;
        font-size: 15px;
    }

    .header-left {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .brand-img-content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }


    .women-brand-img-content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .dropdown-content2 {
        width: 250px;
        padding: 50px 40px 54px;
    }

    .left-header {
        width: 43%;
    }

    .logo-middle {
        width: 23%;
    }
    .shop-left a {
        color: #fff!important;
        font-size:11px;
    }
    .q-btn{
        justify-content: space-between;
        padding: 0px 14px;
        width: 40%;
    }
    .ms-product-btn{
        width:60%;
    }
    .ms-product-counter{
        align-items:center;
    }
    .ms-product-info {
        padding-left:0px;
        height: 470px;
        overflow-y: auto;
    }
    .ms-product-popup .modal-dialog {
        max-width: 95%!important;
    }
    .q-btn input{
        width:50px;
    }
    .addToCartBtn {
        font-size: 12px;
        letter-spacing: 1.05px;
        width: auto;
        margin-left: 16px;
    }
}


@media only screen and (max-width: 767px) {
   .left-header {
        display: none;
    }
    .mobile-search {
        display: block;
    }
    .toggle-bar {
        display: block;
    }
    .main-menu {
        display: none;
    }
    ul.mobile-header-menu {
        justify-content: flex-start;
        align-items: self-start;
        flex-direction: column;
        padding: 20px !important;
        gap: 20px;
    }
    .pro-mega-menu {
        padding: 0 8px !important;
        overflow-y: auto;
        height: 100%;
        margin-top: 20px;
    }
    .pro-mega-menu::after {
        display: none;
    }
    .sub-menu-title {
        margin-bottom: 8px;
    }
    .dropdown1 {
        width: 100%;
    }
    ul.header-menu a {
        justify-content: space-between;
    }

    .sign-email h2{
        font-size:25px;
        text-align:center;
        letter-spacing:1.5px;
    }
    .sign-email p{
        text-align:center;
        letter-spacing:0px;
    }
    .sign-input input{
        padding:10px 20px;
    }
    .sign-btn button{
        width:130px;
        height:42px;
    }
    .sign-input{
        height:42px;
    }
    .bg-footer{
        padding-top:55px;
    }
    .bg-footer .footer-row{
        padding-bottom:60px;
    }
   
    .quick-title{
        font-size:15px;
        margin-bottom: 26px;
    }
    .footer-bottom-row{
        padding:59px 0px 49px 0px;
    }
    .social-link a{
        margin:0px 6px;
    }
    .social-link a i{
        font-size:20px;
    }
    .social-link{
        justify-content:center;
    }
   
    .bottom-footer{
        gap:5px;
    }
    .copy-text p{
        margin-bottom: 0;
    }
    .payment-img{
        margin:auto;
        width:65%;
    }
    .blog-title h3 a{
        font-size:20px;
    }
    .blog-info p{
        font-size:15px;
        line-height:1.5;
    }
    .bg-blog{
        padding-bottom:60px;
    }
    .blog-title-main{
        margin-bottom:30px;
    }

    .heading{
        font-size:16px;
        text-align:center;
        margin-bottom: 25px;
    }
    .inner-slider{
        padding:0px;
    }
    .date-box{
        left:20px;
        top:20px;
        font-size:14px;
    }
    .blog-profile{
        left:20px;
        bottom:20px;
    }
    .bg-bestseller-product {
        margin-top: -60px;
        margin-bottom: 40px;
    }
    .best-seller-heading{
        width:100%;
    }
    .best-seller-heading h2{
        font-size:30px;
        line-height:42px;
        letter-spacing:1.5px;
    }
    .bg-bestseller{
        padding:54px 0px 118px 0px;
    }
    .bestseller-main-btn{
        bottom:-23%;
        height:36px;
    }
    .bestseller-btn a{
        font-size:0.8em;
        line-height:36px;
    }
    .best-icon span {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        font-size: 13px;
    }
    .best-tool{
        font-size:0.8rem;
        right:38px;
    }
    .best-tag{
        left:10px;
        top:10px;
    }
    .best-tag span{
        font-size:10px;
        padding:4px;
    }
    .best-seller-heading h5{
        font-size:15px;
    }
    .bestseller-card{
        padding:0px 6px;
    }
    .sign-email{
        margin-bottom:20px;
    }
    .bestseller-main-btn{
        bottom:-18%;
    }
    




 .shop-left a {
        color: #fff!important;
        font-size:11px;
    }

.search-menu{
    display: block;
}


    .header-right{
        display: none;
    }

    .header-left p {
        text-align: center;
    }

    .middle-header>.container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .menu {
        margin-top: 0px;
    }

    .header-middle {
        align-items: center;
    }

    .header-logo {
        margin: 0px;
    }

    .header-links i {
        font-size: 20px;
    }

    .header-logo {
        width: 120px;
        height: 30px;
    }

    .banner-content h2 {
    font-size: 30px;
    line-height: 40px;
    }

    .banner-main-box {
           width: 98%!important;
    padding: 0px 20px;
    }

    .banner-img-h {
        width: 300px;
        height: 350px;
    }

    .banner-content h5 {
        font-size: 14px;
    }

    .banner-content p {
        margin-bottom: 15px;
        font-size: 14px;
    }

      .home-banner {
        margin-bottom: 60px;
    }

    .brand {
        margin-bottom: 60px;
    }

    .women-brand {
        margin-bottom: 60px;
    }

    .brand-details {
           padding-right: 50px;
    }

    /*.brand-info {*/
    /*    padding: 0px 10px;*/
    /*}*/


    .brand-img {
        margin-bottom: 10px;
    }

    .brand-img-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .brand-img-content {
        text-align: center;
        /*margin-bottom: 60px;*/
    }

    .brand-img-content .header-left {
        padding: 0px;
    }

    .women-brand-info {
        padding: 0px 20px;
    }       

    .women-brand-img-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .women-brand-img-content {
        text-align: center;
        /*margin-bottom: 60px;*/
    }

    .women-brand-img-content .header-left {
        padding: 0px;
    }

    .header-links .dropdown-content {
        left: -167px;
        width: 300px;
    }   

    .header-links .dropdown-content input[type="text"] {
        margin-bottom: 10px;
        font-size: 16px;
        height: 40px;
    }

    .header-links a {
        display: inline-block;
    }  

    .count-number {
        top: 4px;
        left: 21px;
        width: 18px;
        height: 18px;
        font-size: 10px;
        line-height: 18px;
    }   

   
    .right-h {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

       
    .right-h .account-control.dropdown {
        margin-right: 24px;
    }

    .right-h .account-control .dropdown-content {
        visibility: hidden;
        position: absolute;
        background-color: #fff;
        width: 350px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        top: -193px;
        left: -227px
    }

    .right-h .dropdown:hover .mobile-register {
        visibility: visible;
        top: -170px!important;
        opacity: 1;
        z-index: 1;
    }

    .right-h a {
        color: #fff;
    }
    

    .right-h .header-right ul {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
    }  

    .right-h-mobile{
         display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
    } 

    .right-h .dropdown-content {
        visibility: hidden;
        position: absolute;
        background-color: #fff;
        width: 140px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        top: -108px;
    }  

    .right-h .dropdown:hover .dropdown-content {
        visibility: visible;
        top: -109px;
        opacity: 1;
        z-index: 1;
    }
    .mobile-login-regiter{
        display: none;
    }
    
    .women-brand-img {
        margin-bottom: 10px;
    }
    .ms-product-info{
        padding-left:0px;
        padding-right:0px;
    }
    
   
}



@media only screen and (max-width: 622px) {
    .banner-img-h {
        width: 275px;
        height: 300px;
    }
    .banner-content h5 {
        font-size: 13px;
    }

    .banner-content h2 {
        font-size: 25px;
            margin-bottom: 10px;
    }

    .banner-content p {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .banner-content .header-left {
        padding: 0px;
    }

    .banner-content a {
        color: #000;
        font-weight: 600;
        font-size: 12px;
    }

    .brand-details {
        padding-right: 0px;
    }

    .women-brand-details {
        padding-left: 0px;
    }

    .brand-img-content {
        margin-bottom: 0px; 
    }

    .header-left p {
        font-size: 11px;
    }

    .count-number {
        top: 0px;
        left: 18px;
    } 

}

@media only screen and (max-width: 575px) {
.banner-content {
    text-align: center;
    padding: 50px 0px;
}

.banner-img-h {
    width: 295px;
    height: 300px;
    margin: auto;
}

.banner-content h5 {
    font-size: 15px;
}

.banner-content h2 {
    font-size: 35px;
   line-height: 40px;
   margin-bottom: 20px;
}

.banner-content p {
    margin-bottom: 15px;
    font-size: 15px;
}

.banner-content a {
    font-size: 13px;
}

.women-brand-img-content {
     margin-bottom: 0px; 
}

.header-logo {
    height: 25px;
}

.header-links a {
    padding: 8px;
}
.ms-product-title h2 a{
    font-size:22px;
}
.ms-product-title {
    margin-bottom: 24px;
}
.ms-product-description p{
    font-size:14px;
}
.q-btn i {
    width: 30px;
    text-align: center;
}
.q-btn input{
     width:100%;
}
.ms-product-btn{
    width:100%;
}
.ms-product-counter{
    display:flex;
    gap:12px;
    flex-direction:column;
}


.addToCartBtn{
    margin-left:0px;
    width:auto;
}


}
@media only screen and (max-width: 375px) {
.banner-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.header-logo {
    width: 100px;
    height: 28px;
}

.brand-info {
    padding: 0px 0px;
}

.brand-img-content h2 {
    font-size: 29px;
    }
}


@media only screen and (max-width:320px){
    .ms-rating{
        gap:10px;
    }
}
