/*-----------------------------------
        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;
} */



.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;
}
 

 
 /*-----------------------------------
         Checkout Section
 ------------------------------------*/
.checkout-section{
  width: 100%;
  padding: 45px 0;
  background-color: #fff;
  margin-top: 150px;
}
.checkout-section .checkout-left{/* 
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.14); */
  border-radius: 5px;
  padding: 22px !important;
  border: 1px solid #ddd;
}
.checkout-section .checkout-right h4{
  font-family: 'Lato', sans-serif;
  background: #FF5D59;
  padding: 10px;
  margin: 0 !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;


}
.checkout-section .checkout-right h4 .text-muted{
  
  color: #fff !important;
}
.checkout-section .checkout-right .list-group{
  border-radius: 0 !important;
}
.checkout-section .btn-bg{
  background: #FF5D59;
  color: #fff;
}
.checkout-section .badge-secondary{
  background: #fff !important;
  color: #333 !important;
}

.checkout-section .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
    background: #FF5D59;
    border-color: #FF5D59;
}

 /*-----------------------------------
            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;
  }


