/*-----------------------------------
        Google Fonts
 ------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Alfa+Slab+One&family=Bungee&family=Lato:wght@300;400;700;900&family=Oswald:wght@300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&family=Rajdhani:wght@300;400;500;600;700&family=Raleway:wght@300;400;500;600;700;800;900&family=Righteous&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


/*

font-family: 'Aldrich', sans-serif;
font-family: 'Alfa Slab One', cursive;
font-family: 'Bungee', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Rajdhani', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Righteous', cursive;
font-family: 'Spectral', serif;

*/


/*-----------------------------------
            Starter Framework
 ------------------------------------*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.667;
  color: #282528;
  background-color: #F7F8FA;
}

html{
    scroll-behavior: smooth;
}

button:focus{
  box-shadow: none !important;
}

/*----------------------------------------
           Banner Slider Control Section
 -----------------------------------------*/
.owl-theme .owl-nav{
  display: none;
}

.owl-theme .owl-dots{
  display: flex;
  position: absolute;
  top: 250px;
  left: 387px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin-right: 15px;
}
.owl-theme .owl-dots .owl-dot:focus {
 border: none !important;
 outline: none;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FF5D59;
}

/*-----------------------------------
            Top Header Section
 ------------------------------------*/

.top-header{
 width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: 0.7s ease-in-out;
  padding: 25px 0;
  background-color: #fff;
 z-index: 99999 !important;
}


 .top-header .form-control{
  box-shadow: 0 0 #fff;
  outline: none;
  border: none;
  border: 1px solid #ddd;
}
.top-header .form-control{
  width: 550px;
}
.top-header .cart-btn .cart-icon{
  position: relative;
}

.top-header .cart-btn .cart-icon span{
  position: absolute;
    top: -8px;
    left: 83%;
    height: 20px;
    width: 20px;
    color: #fff;
    background: #FF5D59;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;

}

.top-header .input-group-text {
    color: #fff;
    background-color: #ff5d59;
    border: none;
    border-radius: 0;
    transition: 0.5s ease-in-out;
}
.top-header .input-group-text:hover {
    cursor: pointer;
    background-color: #ff5d22 !important;
    transition: 0.5s ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
.top-header .cart-user-profile img{
  height: 40px;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 60%;
}

.top-header .dropdown .cart-user-profile{
  border: none;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.top-header .dropdown .cart-user-profile:focus{
  border: none !important;
  background: transparent;
  outline: none !important;
  appearance: none;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
}
.top-header .dropdown .dropdown-menu{
      padding: 0;
    margin: 0;
    margin-top: 15px;
}
.top-header .dropdown .dropdown-item{
  padding: 0;
  padding-left: 10px;
  font-size: 14px;
}

.top-header .dropdown .dropdown-item i{
  margin-right: 6px;
}

/*-----------------------------------
            Header Section
 ------------------------------------*/

 .header-section{
   width: 100%;
   background-color:#282828; 
   background-size: cover;
   background-repeat: no-repeat;
   position: fixed;
   top: 90px;
   z-index: 999;
   transition: 0.7s ease-in-out;
}

 .header-area.sticky{
 /*  background-color: #F56961; */
  transition: 0.7s ease-in-out;
}
 .header-section .navbar-expand-lg{
  padding-left: 0 !important;
  padding: 0;
}
 .header-section .head-align{
  padding-left: 0 !important;
}

/* 
 .header-section .col-md-12{
  background-color:#282828;
} */



.header-section .nav-link{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff !important;
    
}

/* Start Cat Area */
.cat-link{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff !important;
    text-decoration: none; 
}
.cat-link:hover{
   text-decoration: none;
}

.header-section .cat-area{
  background: #FF5D59;
  padding: 12px 10px;
  margin-bottom: 0;
  margin-right: 34px;
}
.header-section .cat-area:hover{
 cursor: pointer;
}
.header-section .cat-area .cat-link i{
 margin-left: 10px; 
 margin-right: 10px;
}
.header-section .cat-area .dropdown-menu{
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  border-top: 0;
}

.header-section .cat-area .menu-area{
  list-style: none;
  margin: 0;
  padding: 0;
  background: #F7F8FA;
  /* width: 250px; */
}

.header-section .cat-area .menu-area li{
  position: relative;
  margin-right: 0;
}

.header-section .cat-area .menu-area li a {
  font-family: 'Rajdhani', sans-serif;
  position: relative;
  border-bottom: 1px solid #ddd;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 12px 20px;
  color: #000;
  text-align: left;
  width: 100%;
}
.header-section .cat-area .menu-area li:hover> a{
 color: #FF5D59;
}

.header-section .cat-area .menu-area li ul,
.header-section .cat-area .menu-area li ul li ul{
 list-style: none;
 visibility: hidden;
 position: absolute;
 height: auto;
 min-width:200px;
 padding: 0;
 margin: 0;
 opacity: 0;
 transition: 380ms;
}

.header-section .cat-area .menu-area .men ul{
 left: 199px;
 top: 0px;
}
.header-section .cat-area .menu-area .women ul{
 left: 199px;
 top: -50px;
}
.header-section .cat-area .menu-area .shoes ul{
 left: 199px;
 top: -100px;
}
.header-section .cat-area .menu-area .electronics ul{
 left: 199px;
 top: -150px;
}

.header-section .cat-area .menu-area li:hover> ul, .menu-area li ul li:hover> ul{
  display: block;
  visibility: visible;
  opacity: 1;
  left: 200px;
  z-index: 999;

}
.header-section .cat-area .menu-area li ul li a{
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
  background-color: #F7F8FA;
  border-bottom: none;
  display: block;
  height:auto;
}

/* End Cat Area */

 .header-section ul li a:hover{
  transition: 0.5s ease-in-out;
/*   color:#fff1e6 !important;   */
}

.header-section .nav-link::after{
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s;
}
.header-section .nav-link:hover::after{
  width: 100%;
  transition: width 0.3s;
}
 .header-section ul li a:focus{
  color: #FFF !important;
}
 .header-section ul li a:focus::after{
  width: 100%;
  transition: width 0.3s;
}

 .header-section ul li{
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.dropdown:hover>.dropdown-menu-cat {
  display: block;
}

 
 /*-----------------------------------
         User Section
 ------------------------------------*/
.user-section{
  width: 100%;
  padding: 35px 0;
  height: 115vh;
  margin-top: 150px;
}

.user-section .breadcrumb{
 background-color: #fff;
}
.user-section .breadcrumb li a{
color: #F50057;
font-weight: 500;
text-decoration: none;
}
.user-section .cancel-btn{
 background-color: #757575 !important;
 color: #fff;
}
.user-section .update-btn{
 background-color: #000 !important;
 color: #fff;
}
.user-section .tab-content{
  padding: 35px;
      border-top: 2px solid #FF426D !important;
      border-radius: 3px;
}
.user-section .col-lg-3 .user-img h5{
  font-family: 'Rajdhani', sans-serif;
text-transform: capitalize;
font-weight: 700;
}
.user-section .nav-link{
  color: #333 !important;
}

.user-section .col-lg-3 .nav a{
  text-decoration: none;
  transition: 0.1s;
}
.user-section .col-lg-3 .nav a.active{
  background: linear-gradient(to right, #FFFFFF 0%, #FF416C 0%);
  border-left: 2px solid #333;
  color: #fff !important;
}

.user-section .col-lg-3 .nav a:hover{
  background: linear-gradient(to right,#ffffff 0%,#deffe4 100%);
  background: linear-gradient(to right, #FFFFFF 0%, #FF416C 0%);
  color: #fff !important;
  text-decoration: none;
  transition: 0.1s;
}

.user-section .col-lg-3 .nav a:focus{/* 
  background: linear-gradient(to right,#ffffff 0%,#deffe4 100%);
  background: linear-gradient(to right, #FFFFFF 0%, #FF416C 0%); */
  color: #fff !important;
  text-decoration: none;
  transition: 0.1s;
  
}
.user-section .my-order-btn{
  margin-top: 12px;
  background: linear-gradient(to right, #FF4B2B, #FF416C);
  color: #fff;
  padding: 7px 15px;
}
.user-section .change-password input{
  width: 70%;
}
.user-section .change-password .change-pass-btn{
  background: linear-gradient(to right, #FF4B2B, #FF416C);
  color: #fff;
}

.user-section .t-content-1 .add-item a {
    text-decoration: none;
    color: #FF426D;
    display: block;
    padding: 10px 0;
    text-align: center;
    transition: 0.3s;
}
.user-section .t-content-1 .add-item a:hover{
  text-decoration: none;
  color: #fff;
  display: block;
  background-color: #444;
  transition: 0.3s;
}
.user-section .t-content-2 .add-item a {
    text-decoration: none;
    color: #FF426D;
    display: block;
    padding: 10px 0;
    text-align: center;
    transition: 0.3s;
}
.user-section .t-content-2 .add-item a:hover{
  text-decoration: none;
  color: #fff;
  display: block;
  background-color: #444;
  transition: 0.3s;
}

/* .user-section .order-list .tab-bg{
  background-color: #FF416C;
  background-color: #ddd;
  color: #000 !important;
  text-align: center;
  margin-top: 10px;
} */
.user-section .tab-active{
  background: #FF416C !important;
  color: #fff !important;
}


 /*-----------------------------------
            Footer Section
 ------------------------------------*/

 .footer-section{
   width: 100%;
   padding: 100px 0;
   padding-bottom: 50px !important;
   background-color: #282828;
 }
 .footer-section h4{
   font-family: 'Rajdhani', sans-serif;
   color: #fff;
   font-size: 25px;
   font-weight: 600;
   text-align: left;
   margin-bottom: 30px;
   text-transform: uppercase;
 }

.footer-section ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  .footer-section .footer-content{
    padding-left: 0;
  }
  .footer-section .footer-content li a{
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease-in-out;
  }
  .footer-section .footer-content li a:hover{
    color: #FF5D59;
    transition: 0.3s ease-in-out;
  }
  .footer-section .company-info .info-details{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
  }

  /* Copyright Section */
  .copyright-section{
    width: 100%;
    background-color: #282828;
    padding: 25px;
    border-top: 2px solid #3b3535;
  }


