.hide-on-mobile { display: contents; }
@media only screen
and (min-device-width : 320px)
and (max-device-width : 768px){ .hide-on-mobile { display: none; }}

.show-on-mobile { display: none; }
@media only screen
and (min-device-width : 320px)
and (max-device-width : 768px){ .show-on-mobile { display: block; }}

.text_addr_footer {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 25px;
}

.flex_phone_addr{
    display: block;
}

.modal-content .col{
    padding-left: 11px;
}


/* Стили для текстового поля с кнопкой "Далее" */
.limiter {
    max-height: 200px;
    overflow: hidden;
    position: relative;
  }
  .limiter .bottom {
    position: absolute; /* Если прыгает - можно попробовать sticky */
    bottom: 0;
    background: linear-gradient(
      to bottom,
      rgb(255 217 29 / 0%),
      rgb(255 255 255) 90%);
    width: 100%;
    height: 60px;
    opacity: 1;
    transition: 0.3s;
  }
  .read-more-checker {
    opacity: 0;
    position: absolute;
  }
  .read-more-checker:checked ~ .limiter {
    max-height: none;
  }
  .read-more-checker:checked ~ .limiter .bottom {
    opacity: 0;
    transition: 0.3s;
  }
  .read-more-checker ~ .read-more-button:before {
    content: "Подробнее";
  }
  .read-more-checker:checked ~ .read-more-button:before {
    content: "Скрыть";
  }
  .read-more-button {
    cursor: pointer;
    display: inline-block;
    color: #ff0000;
    border: 1px solid #f00;
    padding: 5px;
    border-radius: 6px;
    background: #ffffff;
    margin-top: 20px;
  }
  .read-more-button:hover{
    color: #ffffff;
    border-radius: 6px;
    background: #ff0000;
  }

/* стили главной страницы */

.mobile_banner {display: none}
@media (max-width: 480px) {
            .mobile_banner {display: block}
			.slider1 {display: none}
.catalog-cart_h {
    height: 90px !important;
}
.rectangle {
    width: 100% !important;
		 }
        }
	 .row{margin-right: 0;
margin-left: 0;}

.catalog-cart_img .innergift img{width: 160px; height: 160px;}
.catalog-cart_img .innergift h5{color: #000; font-size: 14px;}
ol li {margin-bottom: 10px;}

.rectangle{

    width: 40%;
    
    height: 50px;
    
    border:1px solid;
    
    margin:auto1;
    
    background: #ff0000;}
    
    .text_with_shadows{
    
    color: #ffffff;
    
    text-align: left;
    padding-left: 25px;
    
    line-height: 50px;
    
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26), 0 4px 12px rgba(0, 0, 0, 0.31);
    
    }
        .flex-direction-nav a:before{
    
            /* font-size: 22px !important; */
    
        }
        body > div.wrapper.main-wrapper > div > main > div.slider1 > div > ul > li.flex-nav-prev > a{
            padding: 40px 100px 80px 0;
        }	
        body > div.wrapper.main-wrapper > div > main > div.slider1 > div > ul > li.flex-nav-next > a{
            padding: 40px 25px 80px 100px;
        }
        .flex-direction-nav .flex-prev {
            top:325px;
        }
        .flex-direction-nav .flex-next {
            top:325px;
        }
    .catalog-cart_h {
       
        height: 65px;
    }

/* предупреждение о куках */
#cookie_note{
  display: none;
  position: fixed;
  bottom: 15px;
  left: 50%;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 20px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: black;
}

.cookie_accept{
  margin-top:20px;
  width:20%;
}

@media (min-width: 576px){
  #cookie_note.show{
      display: flex;
  }
}

@media (max-width: 575px){
  #cookie_note.show{
      display: block;
      text-align: left;
  }
  .cookie_accept{
    margin-top:20px;
    width:100%;
  }
}        
/* конец стилей главной страницы */