body{
  background-color:#fff; 
}
a,a:hover{
  text-decoration: none;
}
li{
  list-style: none;
}


.flickity-viewport{
  height:320px;
}
/******************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*body { font-family: sans-serif; }*/

.gallery {
  width: 100%;
  /*background: #EEE;*/
}
.gallery-cell2{
  width: 100%;
  /*margin-right: 10px;*/
  /*background: #8C8;*/
  counter-increment: gallery-cell;
}
.gallery-cell {
  overflow: hidden;
  width: 20%;
  height: 290px;
  margin-right: 10px;
  /*background: #8C8;*/
  counter-increment: gallery-cell;
}

@media(max-width:768px){
    .gallery-cell {
      width: 80%;
    }
    .gallery-cell2{
        height:auto;        
        min-height: 200px;
    }

}

.gallery-cell.is-selected {
  /*background: #ED2;*/
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  /*content: counter(gallery-cell);*/
  line-height: 200px;
  font-size: 80px;
  color: white;
}  
.off-discount{
  width:50px;
  text-align: center;
  position: absolute;
  background-color:red;
  color:#fff;
  top: 10px;
}
/****************************************************/


.akam-technology{
  padding: 12px 0px 12px 0px ;
  color: #fff;
  text-shadow:0px 0px 10px #000;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.sidenav{
  padding: 0px;
  background-color: rgba( 255,  255, 255, 1);
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(15deg,#1DB096,#96C73E);
/*  background-size: cover ;
  background-repeat: no-repeat;
  background-position: bottom;
*/  z-index: 10;
  overflow-y: scroll;
}
.sidenav>ul>a{
  transition: all ease 0.5s;
  background-color: rgba(100,100,100,0);
  border-color: rgba(200,200,200,1);
  border-top: 1px solid rgba(100,100,100,0);
  border-right: 1px solid rgba(100,100,100,0);
  border-left: 1px solid rgba(100,100,100,0);
  border-bottom: 1px dotted rgba(200,200,200,1);
  color: rgba(250,250,250,1);
  text-decoration: none;
}
.sidenav>ul>a:hover{
  transition: all ease 0.5s;
  background-color: rgba(104, 171, 50,1);
  color: rgba(250,250,250,0.9);
}

  .mobile{
    display: none;
  }

@media(max-width:768px){
  .sidenav{
    display: none;
  }
  .mobile{
    display: block;
  }

}

.top_menu{
  margin-left: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 7px;
  background-color: #ECECEC;
}
.top_menu img{
  width: 20px;
}
.badge-cart{
  position: absolute;
  border-radius: 50%;
  margin-top:-12px;
  margin-left:12px;
  background-color: #FF3131 ;
  font-size: 10px;

}
.search-menu{
  margin-top:7px;
}
.input_search{
  border-radius: 20px;
  background-color: rgba(0,0,0,0.2);
  border-color: rgba(0,0,0,0);
}
.search-icon-menu{
  position: absolute;
  right: 15px;
  margin-top: -34px;
  color: #767676 ;
  font-size:18px;
  border: 0px solid #fff;
  background-color: transparent;
  border-radius:50%;
}
.search-icon-menu:hover{
  position: absolute;
  right: 15px;
  margin-top: -34px;
  color: #fff ;
  font-size:18px;
  border: 1px solid #45239C;
  background-color: #45239C;
  border-radius:50%;
  transition: all ease 0.4s;
  cursor: pointer;
}
.right-menu{
  margin-top:12px;
}
.user-menu{
  background-image: url('../ico/user.png');
  background-position: left;
  background-repeat: no-repeat;
  padding-left:25px;
  cursor: pointer;
}
.register-login{
  display: none;
  position: absolute;
  width: 140px;
  overflow: hidden;
  height: 60px;
  padding-top: 10px;
  margin-top: -3px;
}
.favorate-menu{
  background-image: url('../ico/favorate.png');
  background-repeat: no-repeat;
  padding-left:25px;
  cursor: pointer;
}
.cart-menu{
  background-image: url('../ico/cart.png');
  background-repeat: no-repeat;
  padding-left:25px;
  cursor: pointer;
}
.c-black,.c-black:hover{
  color: #222;
}

.color-label{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 2px;
  border: 1px solid rgba(100,100,100,0.2);
}
.c-blackcolor{
  background-color: #222;
}
.c-whitecolor{
  background-color: #fff;
}
.c-gray{
  background-color: #999;
}
.c-graysky{
  background-color: #EDE9DE;
}
.c-broun{
  background-color: #8B572A;
}
.c-orange{
  background-color: #F5A623;
}
.c-beji{
  background-color: #F5E0CC;
}
.c-yellow{
  background-color: #FFE500;
}
.c-blue{
  background-color: #1F3897;
}
.c-pink{
  background-color: #FFA8E7;
}
.c-green{
  background-color: #7ED321;
}
.c-greendark{
  background-color: #8B9955;
}
.c-greensky{
  background-color: #46C49E;
}
.c-perpul{
  background-color: #8331CC;
}
.c-bluesky{
  background-color: #71B2FF;
}
.c-red{
  background-color: #DE001B;
}





.c-white{
  color: #fff;
}
.font-15{
  font-size:15px;
}.font-18{
  font-size:18px;
}.font-20{
  font-size:20px;
}.font-22{
  font-size:22px;
}.font-25{
  font-size:25px;
}
.menu{
  padding-top: 4px;
  margin-top:11px;
  width: 100%;
  height: 50px;
  /*border:1px groove rgba(100,100,100,0.1);*/
  box-shadow:0px -2px 5px rgba(100,100,100,0.1); 
}
.language{
}
@media(max-width:768px){
  .menu{
    display: none;
  }
}
.menu-item{
  padding: 3px;
  color: #222;
  float: left;
  border-left:1px dotted #7F7F7F;
  padding-left: 20px;
  padding-right: 20px;
}
.menu-item i{
  margin-left: 10px;
  color: #7F7F7F;
}
.menu-item:hover {
  color: #fff ;
  transition: all ease 0.1s;
  background-image: linear-gradient(70deg,#9357BC,#B567E8);
  border-radius: 5px;
}
.menu-item:hover i{
  color: #fff ;
}
.textbestshop{
  padding-top: 2px;
  height: 22px;
  background-color: #222;
  color: #fff;
  transition: all ease 0.4s;
}
.shops{
  margin-top: 15px;
}
.bestshop{
  margin-bottom: 20px;
  box-shadow: 0px -2px 10px #999;
}
.bestshop:hover .textbestshop{
  background-color: #45239C ;
  color: #fff;
  transition: all ease 0.4s;
}
.image-side-home{
  margin-top:20px;
}
.on-hover-menu{
  top: 125px;
  left: 0px;
  right: 0px;
  width: 85%;
  margin:0 auto ;
  height: auto;
  visibility: hidden;
  position: fixed;
  background-color: rgba(100,100,100,0.4);
  z-index:2;
  transition: all ease .4s;
  overflow: hidden;
}
.hidden_menu{
  top: 125px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: fixed;
  background-color: rgba(100,100,100,0.4);
  z-index:2;
  transition: all ease .4s;
  overflow: hidden;
}


.on-hover-menu>.container{
  border-top: .6px solid rgba(100,100,100,0.4);
  padding:25px;
  background-color: #fff;
}
.sub-in-sub-menu{
  font-size:14px;
  color: #666;
}
.sub-in-sub-menu:hover{
  text-decoration: underline;
  color: #45239C;
  transition: all ease 0.4s;
}
.sub-menu{
  font-size:15px;
  color: #000;
}
#menu-id:hover .on-hover-menu{
  height: 400px;
  top: 125px;
  visibility: visible;
}


.PopularCategories{
  margin-top: 25px;
  border-top: 0.4px solid rgba(100,100,100,0.4) ;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: 
}
@media(max-width:768px){
  .PopularCategories{
    display: none;
  }
}
.all-category{
  padding-top:5px;
  float: right;
  font-size:14px;
  color: #666;
  text-decoration: underline;
}
.all-category:hover{
  color: #999;
  text-decoration: underline;
}
.brands{
  color: #333;
}
.brands:hover{
  color: #666;
  text-decoration: underline;
}
.footer{
  background-image:url('../img/footer.jpg?v=0.02');
  background-size: cover;
  color: rgba(250,250,250,0.7);
  width: 100%;
  overflow: hidden;
}
.c-light{
  color: rgba(250,250,250,0.7);
}
.some-of-image{
  width:50px;
  float: left;
  border:1px solid #333;
}
.some-of-image:hover{
  transform: scale(1.1);
  box-shadow: 0px 0px 10px #333 inset;
  transition: all ease 0.4s;
  cursor: pointer;
}
.img-post-home{
  width: 100%;
  height:200px;
  background-color: rgba(100,100,100,0.1);
  overflow: hidden;
  margin-bottom:10px;
}
.img-post-home>img{
  min-width:100%;
  max-width:100%;
  min-height:100%;
}
.home-left-post{
  width: 100%;
  height:200px;
  overflow:hidden;
  padding:1px;
}
.text-post-home{
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.4);
  color:#fff;
  position: absolute;
  top:200px;
  text-align: center;
  font-size:12px;
  padding-top:27%;
}
.home-left-post:hover .text-post-home{
  top:0px;
  transition: all ease 0.4s;
}


.img-post{
  width: 100%;
  height:250px;
  background-color: rgba(100,100,100,0.1);
  overflow: hidden;
  margin-bottom:10px;
}
.img-post>img{
  min-width:100%;
  max-width:100%;
  min-height:100%;
}
.favorite-heart{
    width: 40px;
    height: 40px;
    background: url('../ico/favorate.png') no-repeat;
    background-size:40px;
    position: absolute;
    right: 20px;
    bottom: 30px;
    box-shadow:0px 0px 10px rgba(100,100,100,0.4);
    border-radius:50%;
}
.price-post{
  padding-left:10px;
  width:80px;
  color: #fff ;
  background-color:#ff6868;
  font-size:18px;
  font-weight: bold;
  position: absolute;
  margin-top:210px;
  z-index: 10;
}
.sm-text{
  padding:0px;
  width: 100%;
  color: #999 ;
  font-size:12px;
  margin-top: -5px;
}
.subinsubcats{
  color: #666;
}
.subinsubcats:hover{
  color: #45239C;
}
.gendar>li{
  height:20px;
}
.brand-list{
  width: 100%;
  height: 200px;
  overflow-y: scroll;
}
.brand-list>li{
  height:20px;
}
.size-list{
  width: 100%;
  height: 200px;
  overflow-y: scroll;
}
.size-list>li{
  height:20px;
}




::-webkit-scrollbar {
  width:7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #999; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666; 
}


.btn-perple{
  background-color: #483291 ;
  border-color: #483291 ;
  color: #fff;
}
.btn-orange{
  background-color: rgb(69,35,156) ;
  border-color: rgb(69,35,156) ;
  color: #fff;
}
.w-50{
  width: 50%;
}











* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*body { font-family: sans-serif; }*/

.gallery {
  /*background: #EEE;*/
}
.gallery-cell2{
  width: 100%;
  height: 600px;
  /*margin-right: 10px;*/
  /*background: #8C8;*/
  counter-increment: gallery-cell;
}

.gallery-cell {
  width: 10%;
  height: 105px;
  margin-right: 10px;
  /*background: #8C8;*/
  counter-increment: gallery-cell;
}
@media(max-width:768px){
    .gallery-cell {
      width: 80%;
    }
    .gallery-cell2{
        height:auto;        
        min-height: 200px;
    }

}
.flickity-page-dots{
  display: none;
}

.gallery-cell.is-selected {
  /*background: #ED2;*/
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  /*content: counter(gallery-cell);*/
  line-height: 200px;
  /*font-size: 80px;*/
  color: white;
}  


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  text-align: center;
  color: #fff;
  background-color: #45239C;
}
.nav-tabs .nav-link {
  text-align: center;
  color: #999;
}
.m-top-10{
  margin-top: 10px;
}


.carousel-item{
  border-radius: 10px;
  overflow: hidden;
}
.float-left{
  float: left;
}

.home_image{
  border-radius: 40px;
  padding: 5px;
  overflow: hidden;
}
.border{
  border-radius:5px ;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 7px;
  border: 10px slid rgba(250,250,250,0.7);
}
.border:hover{
  color: #000;
  background: rgba(250,250,250,0.7);
}

#btn-menu-mobile{
  display: none;
}
@media(max-width: 768px){
  #btn-menu-mobile{
    display: block;
  }
}
.font-14{
  font-size: 14px;
}


