.breadcrumb_area{
  visibility: hidden;
}
html {
  touch-action: manipulation;
  -ms-touch-action: manipulation; /* Eski Internet Explorer */
}
@font-face {
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gilroy-Regular.ttf")) format('truetype');
}
.header_area.navbar_fixed, .header_area{
    background:#000 !important;
    color:#fff!important;
}
.header_area.navbar_fixed .w_menu .nav-item .nav-link {
  color:#fff!important;
}
.loader-background{
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-color: #fff;
  z-index:999;
  transition: background-color 3s;
}
.num{
  width: 20px!important;
  height: 20px!important;
  line-height: 21px!important;
  font-size: 12px!important;
}
.user_pp{
  width: 40px;
  height: 40px;
  border:1px solid #575757;
  border-radius: 50%;
  object-fit: contain;
  background-color: #000;
}
#user-pp{
  margin: auto;
  margin-left: 35px;
  margin-bottom: 24px;
  margin-top: 18px;
  width: 60px;
  height:60px;
  transition: margin .2s;
  cursor: pointer;
}
.add-pp{
  width: 30px;
  height: 30px;
  background-color: #309d38;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  transition: opacity .2s;
}
.card, .product_info_details { border: 0 !important; }
.alter_nav{ top:5px !important;}
.discount{
  border-radius: 5px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #28a745;
  color:#fff;
}
.lansman-div{
  width:300px;
  text-align:center;
  margin-right:40px;
}
.lansman-btn{
  font-family: "Gilroy-Regular";
  border-radius: 10px;
  padding: 4px 8px;
  font-size:14px;
  color:#fff;
  background-color: #e80000;
  margin: auto;
  transition: color .9s;
}
.header_lansman_timer{
  color:#fff;
}
.h2-category-title{
  color: #000!important;
}
#bdg{
  transform: scale(1.5);
  margin-top: 5px;
  margin-left: 5px;
}
#discount_products{
  position: fixed;
  bottom : 0;
  right : 0;
  z-index:1;
  width: 100%;
  height: 100%;
  background-color: #000000d4;
}
.discount_product_pop_up{
  max-height: 700px;
  border:1px solid #fff;
  border-radius: 20px;
}
.big-img-con{
  width: 100%;
  height: 100%;
  width: 0;
  height: 0;
  background-color: #000000b3;
  position: fixed;
  bottom:0;
  left:0;
  z-index: 999;
  box-sizing: border-box;
}
.big-img{
  float: left;
  width: 0;
  height: 0;
  margin-top: 7%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: width,height 0.5s;
  box-sizing: border-box;
}
.big-img-description{
  float: left;
  width: 60%;
  padding: 100px;
  height: 70%;
  margin-top: 7%;
  box-sizing: border-box;
}
#description{
  margin-left: -500px;
  transition: margin-left 0.5s;
}
#message-div{
  width:600px;
  position: fixed;
  top : 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
  display: none;
  opacity: 0;
  transition:  opacity 1s;
  border:0;
  background-color: #000;
  color:#fff;
}
@media only screen and (max-width: 600px) {
  #myTab4>li>a>img {
    width: 350px !important;
  }
  .popup-btn{
    font-size: 14px !important;
    padding: 7px 16px !important;
  }
  .discount_product_pop_up{
    max-height: 500px!important;
  }
  .big-img-description{
    width: 100%;
    padding: 100px;
    height: 200px;
  }
  .big-img{
    float: none;
  }
  #message-div{
    width:100%;
  }
  .header_area.navbar_fixed .w_menu .nav-item .nav-link {
    color:#000!important;
  }
  .navbar-brand>img{
    width: 60px!important;
  }
  .h2-category-title{
    font-size: 22px;
    margin-top: 20px;
  }
  .lansman-btn{
    font-size:14px;
  }
  .lansman-div{
    width: 200px;
    position: absolute;
    left:53px;
    top:22px;
  }
}
