.header_fixed {
    position: sticky;
    left: 0;
    top: 0px;
    background: white;
    z-index: 9999;
    height: 80px;
}
.proditem .prod-inner button.btn.btn-default:before {
    display: none;
}
#msCart form {
    margin-top: 30px;
}
#modal_cart {
    top: 10px !important;
    right: 10px;
    width: auto !important;
}
#modal_cart .woocommerce-message {
    background-color: black !important;
    opacity: 80%;
    width: 300px;
    height: 50px !important;
    border-radius: 10px !important;
}
.button.wc-forward {
    float: none !important;
    margin-top: 5px !important;
}
#conversaleHeader {
    display: none !important;
}
@media (min-width: 1000px) {
    .discount_item {
        width: 50% !important;
    }
}
.main.box.contacts-box {
    min-height: auto;
}
.proditem .prod-image-wrapper a img {
    margin: 0 !important;
}
.category .out {
    padding: 0 !important;
}
ul.pritwrap li {
    width: 23% !important;
}
.header.container {
    display: none;
}

@media (max-width: 999px) {
    .header.container2.footer {
        padding-left: 0px !important;
    }
}
.slick-prev:before, .slick-next:before {
    color: #ff6900 !important;
    font-size: 30px !important;
    margin: -20px !important;
}
.try_also_slider {
    height: 300px;
    box-sizing: border-box !important;
}
.try_also_slider .proditem .prod-image-wrapper a img {
    max-height: 150px !important;
    margin: auto !important;
}

.try_also_slider .proditem .prod-content-wrapper .desc {
    display: none;
}


.try_also_slider .form-horizontal {
    display: flex;
    justify-content: space-evenly;
    margin-top: 25px;
    /*bottom: 0;*/
    /*position: absolute;*/
}

.slick-dots li.slick-active button:before {
    color: #ff6900 !important;
    font-size: 10px !important;
}
.slick-dots li button:before {
    font-size: 10px !important;
}

@media (max-width: 430px) {
    .slick-prev {
        left: 0 !important;
    }
    .slick-next {
        right: 0 !important;
    }
}
.proditem .status span{
    transform: none !important;
}
.header-content {
    display: flex;
    justify-content: space-between;
}
.delivery-block {
    display: flex !important;
    margin-left: 15px;
}
.delivery-block div,  .delivery-block h2{
    margin: auto;
}
.delivery-block h2 {
    text-align: left;
    max-width: 300px;
}
.head_time {
    display: block !important;
}
.content-number {
    margin: 0 !important;
}
.content-number h5 {
    margin: 0 !important;
}
.time-content_block {
    margin: auto 0 !important;
    margin-right: 15px !important;
}
.time-content i{
    color: #ff6900;
}
.time-content, .time-content span {
    color: #969696 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
.header.container2 .logo a {
    width: 80% !important;
}
.box  {
    max-width: 1200px !important;
    width: auto !important;
}
@media (max-width: 999px) {
    .header-content {
        justify-content: flex-start;
    }
    .head_time {
        margin-left: 0px !important;
    }
    .content-number {
      /*  display: none !important;*/
    }
    div.logo, .jast.menu, div.cart {
        width: 30% !important;
    }
}
@media (max-width: 495px) {
    .time-content, .time-content span {
        font-size: 14px !important;
    }
}
@media (max-width: 460px) {
    .time-content_week {
        display: inline-grid !important;
    }
}