:root { --cassiopeia-color-primary: #0171BB; --cassiopeia-color-hover: #1171BB; --cassiopeia-color-link: #333333; }

body.wrapper-fluid .grid-child {
  max-width: none;
}

.container-nav{padding: 0px 100px 0px 100px !important;}

@media (width <= 800px) {
    
.menu-top {
  display: none !important;
}

}
@media (width >= 800px) {
    
.mob {
  display:none;
}

}

h3.popul {
    font-size: 2rem;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
  }

h5.carousel-caption-title{
    font-size: 4rem;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  
/* Общий стиль контейнера /
.number-input {
display: flex;
 align-items: center;
 width: 110px;
 height: 40px;
 border: 1px solid #ccc;
 border-radius: 4px;
 overflow: hidden;
}
/ Стиль кнопок */
.number-input button {
background-color: #97a0a8;
 color: white;
 border: none;
 width: 40px;
 height: 40px;
 cursor: pointer;
 font-size: 18px;
 font-weight: 500;
 transition: background-color 0.3s ease;
}

.number-input button:hover {
background-color: #D9DDE1FF; 
color: #000;
}
.number-input button:active {
background-color: #D9DDE1FF; 
color: #000;
}
.number-input input { 
width: 100%; 
text-align: center; 
font-size: 16px; 
border: none; 
outline: none; 
background-color: transparent; 
appearance: none; 
-moz-appearance: textfield;
} 
 .number-input input::-webkit-inner-spin-button,
 .number-input input::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;}  
  
  
@media (width >= 1200px) {
  .fa {
    font-size: 1.3rem;
  }
}  
  
a.product_link {
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: bold;
}

.category{
--card-border-width: var(--border-width);
  --card-border-color: #dfe3e7;
  --card-border-radius: var(--border-radius);
  --card-height: 100% !important;
  --card-bg: var(--body-bg);
  min-width: 0;
  height: var(--card-height);
  color: var(--body-color);
  word-wrap: break-word;
  background-color: var(--card-bg);
  border: var(--card-border-width) solid var(--card-border-color);
  border-radius: var(--card-border-radius);
  background-clip: border-box;
  flex-direction: column;
  display: flex;
  position: relative;    
}


.category .image{min-height: 200px;}

.category:hover,
.col:hover
{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    transition: 0.3s linear;
    z-index: 100;
}


.product_link:after {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;

}  
  
.category_name {
  font-size: 1.3rem;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 70px;
}  