body{ 
    font-family: 'Noto Sans', sans-serif;
}

input[type="checkbox"]:focus {
    outline: none;
}


.filter-block-elements::-webkit-scrollbar{
  height: 30px;
  width: 10px;
}

.filter-block-elements::-webkit-scrollbar-track{
  background: #fff; 
      margin-top: 10px;
    margin-bottom: 10px;
}

.filter-block-elements::-webkit-scrollbar-thumb{
  background-color: #d8d8d8;
  border-radius: 5px;
  border: 4px solid #fff;
}

.fixed{
  position:fixed;
  height:75px;
  z-index:99999;
  width:100%;
  top:0;    
  background:#fff;
}

/* menu */

.menu{
  padding-bottom: 30px;
}

.menu{
  list-style: none;
  margin: 0;
  padding-left: 0;
  height: 40px;    
  text-align:center;
}

.menu li{
    font-size: 15px;
    #float:left;
    position:relative;
    display: inline-block;
}

.menu li a{
  color:#000;   
  line-height:55px;
  padding:0px 20px;
    display: block; 
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}

.menu li a.active a{
  color:#fff!important;
  background:#000;     
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;
}

.menu li:hover, .menu li a:hover{
  color:#fff!important;
  background:#000;                     
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;  
}

.menu li > ul {
        position:absolute;
        top:40px;
        display:none;
        background: #000;
        z-index:999999; 
        list-style: none;
        margin: 0;
        padding-left: 0;  
        #-webkit-box-shadow: 0px 16px 12px 5px rgba(0, 0, 0, 0.2);
        #-moz-box-shadow: 0px 16px 12px 5px rgba(0, 0, 0, 0.2);
        #box-shadow: 0px 16px 12px 5px rgba(0, 0, 0, 0.2);
    }
     
    /*Делаем скрытую часть видимой*/
.menu li:hover > ul {
        display:block; 
        width:250px;  /*Задаем ширину выпадающего меню*/      
    }
.menu li:hover > ul > li {
        float:none; /*Убираем горизонтальное позиционирование*/
    }
    
.active{
  #background:#a0a0a0;  
}  


.mobile-menu-button{
  position:absolute;
  color:#000;
  left: 5px;
  top: 11px;
  font-size: 25px;
}

.cart-button{
  color:#fff;
  font-size: 20px;
  float:right;
  background:#e01111;
  border-radius:50%;   
  padding:3px 10px 3px 5px; 
}

.cart-button i{
  padding-top:8px;
}

.mobile-cart-button{
  position:absolute;
  color:#fff;
  right: 5px;
  top: 11px;
  font-size: 15px; 
  background:#e01111;
  border-radius:50%;   
  padding:3px 10px 3px 5px;   
}

.mobile-cart-button i{
  padding-top:6px;  
}

/* menu */

.logo{
  line-height:55px;
  font-size: 32px;
    color: #000;
}

.logo:hover{
  color:#000;
}


.cart{
  line-height:55px;
  font-size: 32px;
    color: #000;
}

.cart:hover{
  color:#000;
}

.main-title-img{
position: absolute;
    background: rgba(255,255,255,0.8);
    color: #000;
    padding: 20px;
    font-size: 30px;
    left: 50px;
    top: 40px;
}


.hover-image-gallery{
  transition: filter 0.5s linear;
  filter: none;
}
.hover-image-gallery:hover{
  filter: brightness(1) opacity(0.8);
}

.groups-on-catalog{
  background-cover:size;
  height:350px;
}


   .custom-checkbox {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    /* для элемента label, связанного с .custom-checkbox */
    .custom-checkbox+label {
      display: inline-flex;
      align-items: center;
      user-select: none;    
      font-weight: 400;   
      cursor:pointer;
      color:#2d2d2d;    
    }

    .custom-checkbox+label:hover{
      color:#adadad;      
    }

    /* создание в label псевдоэлемента before со следующими стилями */
    .custom-checkbox+label::before {
      content: '';
      display: inline-block;
      width: 1.1em;
      height: 1.1em;
      flex-shrink: 0;
      flex-grow: 0;
      border: 0!important;
      border-radius: 0.25em;
      margin-right: 0.5em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%; 
      background: #d8d8d8;     
      cursor:pointer;    
    }

    /* стили при наведении курсора на checkbox */
    .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
            border: 0!important;
    }

    /* стили для активного чекбокса (при нажатии на него) */
    .custom-checkbox:not(:disabled):active+label::before {
      background-color: #d8d8d8;
            border: 0!important;
    }

    /* стили для чекбокса, находящегося в фокусе */
    .custom-checkbox:focus+label::before {
      #box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
    .custom-checkbox:focus:not(:checked)+label::before {
            border: 0!important;
    }

    /* стили для чекбокса, находящегося в состоянии checked */
    .custom-checkbox:checked+label::before {
           border: 0!important;
       background-color: #d8d8d8;
       color:#000;
      background-image: url("../images/check-mark.png");
    }

    /* стили для чекбокса, находящегося в состоянии disabled */
    .custom-checkbox:disabled+label::before {
      background-color: #e9ecef;
    }
   
.filter-block-title{
  margin-bottom:15px;  
  font-size:1.1em;  
  position:relative;
}

.filter-block-title span{
  font-size:0.9em;
  color:#dadada;
  right:0;
  cursor:pointer;
  position:absolute;
}

.filter-block-title span:hover{
  color:#adadad;
}

.filter-block-elements{
  max-height:250px;
  overflow-y:auto;
}
   
.filter-block-elements ul{
  list-style:none;
  padding-left: 0;  
}

.filter-block-elements ul li{
  margin-bottom:3px;
}

input[id="amount"], input[id="amount"]:focus{
  border:none!important;
  background:#f3f3f3;                       
  margin-bottom:10px;
}

.products{
  height:430px;      
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease; 
  padding:5px;       
  margin-bottom:25px;
}

.products .img{
    border:1px dotted silver;
}

.products .name{
  padding-top:10px;
  text-align:center;
  color:#000;      
  padding-bottom:10px;  
}

.products .size ul{
  list-style: none;
  padding-left: 0!important;
  margin-left: 0!important;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;   
}

.products .size ul li{
  background:#dadada;
  padding:6px;
  text-align:center;
  float:left;
  width:30px;
  margin:5px;
  border-radius:5px;
  font-size:9px;
  color:#000;  
}

.products .price{
  text-align:center;
  color:#000;      
  padding-bottom:10px;
  font-size:1.2em;  
}

.products:hover{
  background:#e6e6e6;      
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;  
}

.carousel-caption .title{
    width: 50%;
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
    padding-bottom: 71px;
}
