button {
    outline: none;
}

.search__button {
    border: none;
}

.form-group textarea::placeholder,
.form-group input::placeholder {
    color: Gray !important;
}

.hide{
    display: none !important;
}

.show{
    display: block !important;
}

div#order-delivery_type label {
    margin-right: 10px;
}

ul.filters-menu {
    padding-bottom: 10px;
}

.basket-table__action--button{
    padding-top: 12px;
    text-decoration: none;
}

.breadcrumbs ul.breadcrumb li.active{
    padding-top: 0;
}

.breadcrumbs ul.breadcrumb li.active a:after{
    content: '';
    background: none;
}

span.sell-block__aviability.green {
    min-width: 40%;
}

.inbacket a{
    text-decoration: none;
}

.next a,
.prev a {
    color: transparent;
}

.order-asssortment__confirm{
    display: block;
}

.order-asssortment__item {
    padding-right: 10px;
    margin-bottom: 0;
}

.order-asssortment__name{
    font-size: 13px;
}

.order-next__button,
.order-asssortment__submit{
    cursor: Pointer;
}

.order-delivery__info:after{
   content: '';
    flex: auto;
}

button.order-asssortment__submit {
    min-width: 310px;
}

.content-text,
.service__wrapper{
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
}

.search__image{
    height: auto;
}

body {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.delivery02,
.delivery03 {
    display: none;
}

li.next,
li.prev {
    font-size: 0;
}
.order-asssortment__submit:disabled{
    opacity: 0.9;
    background: #756568;
    background-image: linear-gradient(-60deg,#736566 50%,transparent 50%);
}
.order-asssortment__submit:disabled:before{
    border-bottom: 39px solid #866f71;
}

.delivery-content div {
    min-width: 250px;
}

.product-card__price-old, .sell-block__old {
    text-decoration: line-through;
}

.text h1, .text h2, .text h3, .text h4, .text h5 {
    color: red;
}
