/*-----------------------------------
        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;
}

 
 /*-----------------------------------
      Shop Category Section CSS
 ------------------------------------*/

 .shop-cat-section{
  width: 100%;
  padding: 35px 0;
   font-family: 'Lato', sans-serif;
   margin-top: 150px;
  /* background-color: #fff; */
}

.shop-cat-section .breadcrumb{
 background-color: #fff;
}
.shop-cat-section .breadcrumb li a{
  color: #F50057;
  font-weight: 500;
  text-decoration: none;
}

.shop-cat-section .nav-link{
  color: #000 !important;
}
.shop-cat-section .shop-cat-left{
  background-color: #fff;
}
.shop-cat-section .nav-pills .nav-link{
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  padding: 0 !important;
  padding: 0 12px !important;
}
.shop-cat-section .shop-cat-left h4{
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.shop-cat-section .shop-cat-left label:hover{
  cursor: pointer;
}
.shop-cat-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff;
  background: #FF416C;
  color: #fff !important;
  padding: 0 !important;
  padding: 0 12px !important;
}

/* [type="checkbox"].filled-in:checked + span:not(.lever)::after{
  background-color: red !important;
} */

.ui-slider-horizontal {
  width: 90%;
    height: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.ui-widget-header {
    background: #fff;
}
.ui-widget.ui-widget-content {
  border: 2px solid #FF416C; 
  background: #FF416C;
}
.ui-slider-handle.ui-corner-all.ui-state-default {
    width: 25px;
    height: 25px;
    top: -11px;
    border-radius: 100%;
    background: #FF416C !important;
    border: 1px solid #FF416C;
}
.ui-slider-handle.ui-corner-all.ui-state-default:focus {
   outline: none !important;
   border: none !important;
   box-shadow: none !important;
}

.price-range-search {
    background-color: #FF416C;
    color: #fff;
    border: 1px solid #FF416C;
    display: inline-block;
    border-radius: 5px;
    margin:20px 0;
    font-size:16px;
    padding: 5px 15px;
}
.price-range-search:focus{
    border: none !important;
    outline: none;
}
.price-range-field{
    width: 100px;
    height: 26px;
    border: 1px solid #6e6666; 
    color: #333;
    font-size: 15px;
    border-radius: 5px; 
    padding:5px;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
    margin-top: 20px;
}

 

 .shop-cat-section .product-cat-right  .card:hover{
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

 .shop-cat-section .product-cat-right .card{
    /*   margin-right: 47px; */
 }
 .shop-cat-section .product-cat-right  .card-last{
      margin-right: 0px !important;
 }

 .shop-cat-section .product-cat-right .card-content .card-title h5{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.shop-cat-section .product-cat-right .card-content .card-btn .btn{
    width: 100%;
    border-radius: 0;
}
.shop-cat-section .product-cat-right .card-content .card-btn i{
    padding-right: 10px;
    color: #FF5D59;
}
.shop-cat-section .product-cat-right .card-content .card-btn{
    border-top: 1px solid #ddd;
    margin-top: 4px;
}

.shop-cat-section .product-cat-right .card-content .card-btn .card-buy-now{
    font-weight: 700;
}


  .shop-cat-section .product-cat-right .card:hover .card-btn{
      background-color: #FF5D59;
      transition: 0.3s ease-in-out;
 }

 .shop-cat-section .product-cat-right .card:hover i{
      color: #fff;
      transition: 0.3s ease-in-out;
 }

 .shop-cat-section .product-cat-right .card:hover .card-buy-now{
    color: #fff;
  }


.wishlist{
    text-align: right;
    padding-right: 10px;
    position: absolute;
    left: 150px;
    top: 5px;
  }
  .wishlist .wish{
    display: block;
    background-color: #08A8C4;
    margin-bottom: 7px;
    border-radius: 2px;
    transition: 0.3s ease-in-out;
  }
  .wishlist .wish:hover{
    background-color: #FF5D59;
    transition: 0.3s ease-in-out;
  }
  .wishlist .cart{
    display: block;
    background-color: #08A8C4;
    border-radius: 2px;
    transition: 0.3s ease-in-out;
  }
  .wishlist .cart:hover{
    background-color: #FF5D59;
    transition: 0.3s ease-in-out;
  }
  .wishlist i{
    color: #fff !important;
    padding: 3px;
  }
  .shop-cat-section .product-cat-right .card:hover .wishlist i{
   color: #fff !important;
 }

 /* Pagination CSS Start */

.shop-cat-section .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #FE6D73;
  border-color: #FE6D73;
}

.shop-cat-section  .page-link {
   border: none;
   color: #333;
}

.page-link:hover {
    z-index: 2;
    color: #FE6D73;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.page-link:focus {
    outline: none;
    appearance: none;
    border: none;
    box-shadow: none;
}
/* Pagination CSS End  */

 /*-----------------------------------
            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;
  }


