.checkbox label:has(input[type="radio"]:disabled) {
  text-decoration: line-through;
  opacity: 0.6;
}

.header-logo, .off__logo, .footer-logo img {
  width: 110px;
  height: auto;
}

@media (max-width: 768px) {
  .header-logo img {
    width: 70px;
    height: auto;
  }
}

.single-slider[id^="main_slider_"] {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

@media (max-width: 768px) {
  .single-slider[id^="main_slider_"] {
    height: 320px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: auto 100% !important;
  }
}

.product-icon > button {
    background-color: #fff;
    border-radius: 50px;
    color: #222831;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    width: 50px;
    transition: all .3s ease 0s;
    border: 0px;
}
.product-icon > button:hover {
    background-color: #4fd8c6;
    color: #fff;
}
.old_price{
    text-decoration: line-through;
    color: #c9c0c0 !important;
}

.btn_add_cart{
    color: #fff;
    display: inline-block;
    letter-spacing: 0.4px;
    line-height: 1;
    padding: 11px 36px 25px;
    text-transform: uppercase;
    border: 1px solid #cccccc;
    background-color: #3f3f3f;
}
.btn_add_cart:hover{
    background-color: #666;
    color: #fff;
}

.btn_add_wish{
    border: 1px solid #cccccc;
    color: #d9d9d9;
    display: inline-block;
    line-height: 1;
    margin-right: 7px;
    padding: 11px 11px 9px;
    transition: all .3s ease 0s;
    background-color: white;
}
.btn_add_wish:hover{
    border: 1px solid #3f3f3f;
    color: #fff;
    background-color: #3f3f3f;
}
.btn_new_order{
    background: #464646 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
    border: 1px solid transparent;
}
.btn_new_order:hover{
    background: #4fd8c6;
    border: 1px solid #4fd8c6;
    color: #fff;
}
.loginMessage p{
    color:#E96479;
}
.registerMessage p, .error{
    color:#E96479;
}

.btn_black{
    background: #464646 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
    border: 1px solid transparent;
}
.btn_black:hover{
    background: #4fd8c6;
    border: 1px solid #4fd8c6;
    color: #fff;
}
@media (max-width: 767px){
    .product-icon {
        opacity: 1;
    }
}


/********************************************************************
Меню
********************************************************************/
@media (max-width: 767px){
    /*На главной*/
    header{
        background-color: #212121;
        max-width: 100%;
    }
    .meanmenu-reveal span{
        background-color: #fff !important;
    }
    .meanmenu-reveal.meanclose{
        color: #fff !important;
    }
    /*Не главной*/
    
    header .header-top{
        background-color: #212121;
        max-width: 100%;
    }
}
.header-search .icon-search{
    color: #fff ;
}

/********************************************************************/


/********************************************************************
Шрифты
********************************************************************/
@font-face {
    font-family: 'Bickham Script Pro 3'; /* Имя шрифта */
    src: url('../theme_1/ately/assets/fonts/BickhamScriptPro3Regular.otf') format("opentype"); /* Путь к файлу со шрифтом */
}
/********************************************************************/ 




/********************************************************************
Продукты на глайной
********************************************************************/
@media (min-width: 992px){
    .portfolio-style{
        width: 60%;
        margin: auto;
    }
}
/********************************************************************/ 

/********************************************************************
избранное
********************************************************************/
.wish_add{
    background-color: #333333 !important;
    color: #fff !important;
}

/********************************************************************/
