*{
    margin: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
body{
    overflow-x: hidden;
}
nav{

    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 1px 1px 6px grey;
}
nav a:hover{
    color: firebrick;
}
nav li:hover{
    color: firebrick;
}
nav span:not(.badge):hover{
    color: firebrick;
    
}
nav .header-cat{
    
    background-color: #fff;
}
nav button:hover{
    color: firebrick !important;
    
}
 .nav-container{
    padding:10px 5%;
 }
 .nav-container .nav-logo .logo-content{
    position: relative;
    margin-right: 30px;
 }
 .nav-container .nav-logo .logo-content::before{
 content: '';
    width: 20px;
    height: 2px;
    background-color: rgb(209, 43, 43);
    position: absolute;
    left: 34%;
    top: 32%;
 }

 .nav-container .search-contact{
    width: 50%;
 }
 .nav-container .contact-info a{
    color: #000;
    & p{
        margin: 0;
    }
 }
 .nav-container .search-group{
    width: 80%;
    & .input-group{
        width: 100%;
    }
    & button.btn{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding: 11px;
    border: 0;
    background-color: #f1ebeb;
    color: #000;
    border-right: 1px solid lightgray;
    }
    & button.btn:hover{
        background-color: #000;
        color: #fff;
    }
    & .form-control{
            border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    }
    & .form-control+span{
   position: absolute;
        background-color: #000;
        color: #fff;
        padding: 5px 10px;
        z-index: 2;
        border-radius: 5px !important;
        right: 4px;
        top: 6px;
    }
    & .input-group{
        margin-bottom: 0 !important;
        & input{
            padding: 10px;
      background-color: #f1ebeb;
      box-shadow: 0 0 0 transparent !important;
        }
        & input:focus{
            border: 1px solid grey !important;
        }
    }
 }
 .nav-wis {
    & .btn{
            border: 0 !important;
    background-color: #fff !important;
    }
    & p{
        margin-bottom: 0 !important;
        margin: 0 10px;
    }
    & [data-bs-toggle='tooltip'] , & [data-bs-toggle='tooltip']+div{
        position: relative;
        margin-right: 20px;
    }
    & [data-bs-toggle='tooltip'] span , & [data-bs-toggle='tooltip']+div span{
    position: absolute;
    background-color: firebrick;
    border-radius: 50%;
    top: -34%;
    left: 66%;
    }
    & [data-bs-toggle='tooltip'] i , & [data-bs-toggle='tooltip']+div i{
        font-size: 20px;
    }
    & .search-icon{
        display: none;
    }

 }
 .menu-bar{
    display: none ;
 }
 .header-control>i{
    display: none;
 }

 .header-cat{
    top: 73px;
    left: 0;
    padding:0 5%;
    border: 1px solid lightgray;
    width: 100%;

 }
 .header-cat>.menu-drop{
    border-right: 1px solid lightgray;
    padding: 20px 5px;
 }
 .header-cat>.menu-drop>i{
    font-size: 20px !important;
    margin-right: 5px;
 }

 .header-cat ul.navbar-nav{
        flex-direction: row;
    gap: 20px;
    padding-left: 10px;
 }

 /* banner */
 .banner {
    margin-top: 59px;
 }
 .banner img{
    width: 100px;
 }
  .banner .carousel-parent{
    width: 50%;
  }

  .banner .owl-carousel .item-one{
    background-color: #84a7a9;
  }

     .banner .owl-carousel .item{
        color: #fff;
        height: 420px;
     }
     .banner .owl-carousel .item div{
         padding: 10% 10px 10px 7%;
     }
     .banner .owl-carousel .item a{
        transition: 0.5s ease;
     }
     .banner .owl-carousel .item a:hover{
        background-color: transparent !important;
        border:1px solid #fff;
        border-radius: 5px;
        color: #fff;
     }
   .item-two{
        background-color: #cca786;

  }

    .banner .owl-carousel .item-three{
            background-color: #db5847;

  }
.banner{
    width: 100% !important;
    margin-left: 0 !important;
    margin-right:  0 !important;
    padding: 0 !important;
    & .custom-nav{
    position: absolute;
    bottom: 12px;
    z-index: 2;
    left: 317px;
    & button{
        width: 5px !important;
        height: 7px !important;
        border-radius: 50% !important;
    }
    }
    & .banner-col-one{
        position: relative;
        width: 60%;
    }
     & .banner-col-two{
        position: relative;
        width: 40%;
    }
}
.banner .Eyeshadow-container{
    width: 100%;
    padding: 3% 0 3% 3%;
    background-color: #e2e3e5;
    overflow: hidden;
     height: 235px;
}

.banner .Jacket-contaner{
    height: 185px;
  width: 100%;
    padding: 3% 0 3% 3%;
       background-color: #eaeef1;
       overflow: hidden;
}

.banner .Eyeshadow-container img , .banner .Jacket-contaner img{
    width: 50% !important;
    transition: 0.3s ease;

}
.banner .Eyeshadow-container  h4 , .banner .Jacket-contaner h4{
     font-family: "Playfair Display", serif;
     font-size: 35px;
}
.banner .banner-col-two img:hover {
    transform: scale(1.1);
}

/* cards */

.category-card {
    width: 120px;
    margin: auto;
    margin-top: 30px;
}

.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.circle img {
    max-width: 80%;
    max-height: 80%;
}

.category-card p {
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
}
.overlay-img{
    background-color: rgba(128, 128, 128, 0.486);
    color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.5s ease;
       display: flex;
   align-items: center;
   justify-content: start;
}

.circle:hover .overlay-img{
   opacity: 1;

}
.circle i{
    transition: 0.6s ease;
}
.circle:hover i{
    transform: translateX(50px);
}
.content-container{
    width: 90%;
    border: 2px solid #000;
    padding: 10px;
    text-align: center;
   margin: 50px auto;
}

.content-container span:first-child{
    font-weight: bold;
}
.content-container span:last-child{
    color: rgb(184, 27, 27);
    border-bottom: 1px solid rgb(184, 27, 27);
}
.content-container span:last-child:hover{
    border-bottom: 2px dotted rgb(184, 27, 27);
}
.flash-deals{
    padding: 5% ;
}
.timer{
    gap: 30px;
}


.time{
    gap: 5px;
}
.time p{
    color: grey;
    font-family: cursive;
    margin: 0;
}
.time span{
    background-color: #000;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
}

.hover-line {
  position: relative;
  display: inline-block;
}

.hover-line a {
  color: #000;
  position: relative;
  z-index: 2;
}

.line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 1px;
}

.line {
  position: absolute;
  height: 1px;
  background-color: #000;
  transition: width 0.5s ease;
}

.line.right {
  right: 0;
  width: 110px;
}

.line.left {
  left: 0;
  width: 0;
}

.hover-line:hover .line.right {
  width: 0;
}

.hover-line:hover .line.left {
  width: 110px;
}

.discount-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: firebrick;
  color: white;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.product-card .action-icons {
    position: absolute;
    top:100%;
    right: 0;
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: all 0.5s ease;
}

.product-card:hover .action-icons {
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 5;
}

.stars {
  font-size: 20px;
}

.flash-deals [aria-label='Previous']{
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 40%;
    left: 0px;
    box-shadow: 1px 1px 3px grey;
    opacity: 0;
    transition: 0.3s ease;
}
.flash-deals [aria-label='Previous']:hover{
    opacity: 1;
}

.flash-deals [aria-label='Next']{
    position: absolute;
    background-color: #fff;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    top: 40%;
    right: 0px;
    box-shadow: 1px 1px 3px grey;
    opacity: 0;
    transition: 0.3s ease;
}
.flash-deals [aria-label='Next']:hover{
    opacity: 1;
}
.product-card:hover{
    box-shadow: 1px 4px 5px grey;

}

/*  gallry */
.gallery{
    padding: 5px 10%;
}
.gallery .row>div{
    height: 300px;
}
.gallery .row>div{
    padding: 3px;
}
.gallery .row>div img{
    height: 100%;
    border-radius: 10px;
    width: 100%;
    transition: 0.4s ease;
}
.gallery .row>div {
    overflow: hidden;
     border-radius: 10px;
}
.gallery .row>div img:hover{
    transform: scale(1.2);
}
.gallery .box-content{
    bottom: 0;
    z-index: 10;
    padding: 5px 3%;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    width: 100%;
}
.gallery .bottom-description{
 font-family: "Dancing Script", cursive;
 font-size: 26px;
}
.gallery .content-text{
      top: 0;
    z-index: 10;
    padding: 5px 3%;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    width: 100%;
    color: #000;
}
.gallery .description{
    color: rgb(219, 64, 8);
}
.gallery .description+p+ div a{
    color: #000;
    font-size: 13px;
    border-bottom: 1px solid #000;
}

.product-carousel .product-card>.d-flex:first-child{
    gap:20px;
    padding: 10px;
}

.right-flash{
    font-size: 15px;
        margin: 5% 0;
}

.fade:not(.show) {
    display: none !important;
}

.half{
    flex-grow: 1;
  text-align: center;
  font-size: 13px;
  padding: 7px 0;
background-color: #f0f0f0;
  border-radius: 2px;
  transition: 0.3s ease;
}
.half:hover{
    color:#fff;
    background-color: #000;
}
.tab-pane .row .product-card >.d-flex:nth-child(2) button:hover{
    color:#fff;
    background-color: #000;
}
.tab-pane .row .product-card >.d-flex:nth-child(2){
    gap:2px;

}

.tab-pane .row .product-card img{
  margin: 5px;
}
.tab-pane .row .product-card >.d-flex:nth-child(2) button{
    padding:5px  10px;
    border-radius: 5px;
      transition: 0.3s ease;

}
.tab-pane .product-image +div.w-md-50{
    padding: 0 0 0 10px;
}
.nav.flex-row.nav-tabs .nav-item.mb-2{
    width: 70px;
    height: 70px;
}
.nav.flex-row.nav-tabs{
    margin-bottom: 20px;
}
.tab-content .tab-pane .img-fluid[alt^="Hoodie"]{
   height:460px;
   min-width: 300px;
   transform: scale(1.5);
}
.hod-parent .col-lg-4{
   box-shadow: 2px 3px 5px grey;
   border-radius: 10px;
   padding: 30px;
}
 .hod-parent button:hover{
       border: 1px solid #000;
       background-color:transparent;
       color: #000;
 }
 .hoodi{
        font-size: 75px;
        font-weight: bolder;
        left: 0;
    letter-spacing: 60px;
    z-index: 7;
    color: #aca7a777;
    top: 165px;
 }

.flash-deals{
    margin: 100px 0;
}
.blogs .product-card{
    margin-right: 15px;
}

.blogs .product-card{
    box-shadow: none !important;
    border: 0 !important;
}
.blogs .product-image+div{
    padding: 10px;
}
.blogs .product-image+div p:first-child{
        font-family: fangsong;

        & span{
            color: grey;
        }
}
.blogs .product-image+div p:nth-child(2){
   font-family: cursive;
    font-size: 23px;
    font-weight: 900;
}

.blogs .product-image+div p:nth-child(3){
   font-size: 13px;
   color: grey;
}
.blogs .product-image{
      border-top-left-radius: 10px;
     border-top-right-radius: 10px;
     overflow: hidden;
}
.blogs .product-image img{
    transition: 0.4s ease;
    border-top-left-radius: 10px;
     border-top-right-radius: 10px;
}
.blogs .product-image:hover {
 & img{
 transform: scale(1.2);

}}
.blogs .product-image+div p:nth-child(3) +span{
    padding:5px 10px;
    border-radius: 5px;
    border: 1px solid #000;
    transition: 0.5s ease;
}

.blogs .product-image+div p:nth-child(3) +span:hover{
    color: #fff;
    background-color: #000;
}



.category-link {
    color: #000; 
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.category-link:hover {
    color: #dc3545; 
}

 footer {
      background-color: #111;
      color: #fff;
      font-size: 14px;
    }

    footer h6 {
      font-weight: 700;
      margin-bottom: 15px;
    }

    footer a {
      color: #fff;
      text-decoration: none;
      transition: color 0.3s ease;
      position: relative;
    }

    footer a:hover {
      color: firebrick;
    }

    .underline-link {
      position: relative;
      display: inline-block;
    }

    .underline-link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 100%;
      height: 1px;
      background: #fff;
      transform: scaleX(1);
      transform-origin: left;
      transition: transform 0.4s ease;
    }

    .underline-link:hover::after {
      transform: scaleX(0);
      transform-origin: right;
    }

    .info-box {
      background: #1a1a1a;
      padding: 25px;
      border-radius: 6px;
      margin-top: 30px;
    }

    .info-box p {
      margin: 0;
      font-size: 14px;
    }

    .social-icons a {
      font-size: 18px;
      margin-right: 15px;
      color: #fff;
    }
   
    .social-icons a:hover {
      color: firebrick;
    }

    .payment-icons img {
      height: 30px;
      margin-right: 10px;
      margin-top: 15px;
    }

    footer .row .col-md-3.mb-3{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    }
    footer .row .col-md-3 h3 span:after{
        content: '';
    width: 18px;
    height: 2px;
    background-color: firebrick;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;

    }
    footer .input-group input{
            background-color: black !important;

    }
    footer .input-group input::placeholder{
        color: lightgray;
    }
    footer .input-group input+button{
        border-left: 0 !important;
    }

    .offcanvas-header .btn-close{
        margin-left:0 !important;
    }


.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  color: #555;
  cursor: pointer;
  transition: color 0.3s ease;
}
.category-list li > i{
    font-size: 10px;
}
.category-list li p i{
    margin: 0 10px;
    font-size: 20px;
}
.category-list p{
    font-size: 13px;
}
.category-list li:hover {
  color: #000;
}

.flash-deals ul li a{
    color: #000 !important;
    border: 0 !important;
    margin: 0 !important;
}
.flash-deals ul {
    border: 0 !important;
}

.flash-deals .nav-tabs .nav-link.active{
    border-bottom:  1px solid #000 !important;
    padding-left:0 !important ;
    padding-right:0 !important ;
}


/* scroll */

.scroll{
  position: fixed;
  bottom: 50px;
  right: 20px;
  padding:15px 10px;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  z-index: 15;
  cursor: pointer;
  transition: 0.3s ease;
}



