* {
    padding: 0;
    margin: 0;
    border: 0
}

body {
    background-color: #1B1B1B !important
}

@media screen and (min-width:1441px) {
    .max-width-container-fluid {
        width: 1400px !important;
        margin: 0 auto;
        left: 0;
        right: 0
    }
}

@media (max-width:991px) {
    .max-width-1000 {
        max-width: 480px;
        margin: 0 auto;
        left: 0;
        right: 0
    }

    .desktop,
    .desktop-fixed {
        display: none !important
    }
}

@media (min-width:991px) {
    .width-700 {
        max-width: 648px;
        margin: 0 auto;
        left: 0;
        right: 0
    }
}

.rm-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.rm-r-padding {
    padding-right: 0 !important
}

.rm-l-padding {
    padding-left: 0 !important
}

.dish {
    color: #fff !important
}

.dish p {
    margin: 0
}

.dish .closeicon,
.dish .infoicon {
    cursor: pointer
}

.dish .plate-body {
    margin-bottom: 70px;
    max-width: 460px;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden
}

@media (min-width:1000px) {
    .dish .plate-body {
        max-width: 345px;
        width: 100%
    }
}

.dish .plate-body .plate-img {
    text-align: right;
}

@media (max-width:991px) {
    .dish .plate-body .plate-img {
        height: 315px !important
    }
}

@media (min-width:992px) {
    .dish .plate-body .plate-img {
        margin: 0 auto;
        height: 245px
    }
}

@media (min-width:300px) and (max-width:480px) {
    .dish .plate-body .plate-img img {
        margin-left: -15px;
        max-width: 415px
    }
}

@media (min-width:480px) and (max-width:992px) {
    .dish .plate-body .plate-img img {
        max-width: 415px
    }
}

.dish .plate-body .sale-label {
    position: absolute;
    top: 25px;
    width: 96px;
    height: 32px;
    background: #E30016;
    border-radius: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1000px) {
    .dish .plate-body .sale-label {
        right: 0
    }
}

@media (min-width:1000px) {
    .dish .plate-body .sale-label {
        right: 25px
    }
}

.dish .plate-body .sale-label .sale-text {
    text-transform: uppercase;
    line-height: 24px;
    font-size: 24px
}

.dish .plate-body.top-lay .old-price{
    display: none;
}

.dish .plate-body .plate-description {
    color: #fff !important;
    margin-top: -25px
}

@media (min-width:1000px) {
    .dish .plate-body .plate-description {
        width: 94%;
        margin: 0 auto
    }
}

.dish .plate-body .plate-description .attributes {
    margin-bottom: 10px
}

.dish .plate-body .plate-description .attr {
    display: flex;
    margin-right: 15px
}

.dish .plate-body .plate-description .attr .attr-icon:first-of-type {
    margin-right: -5px;
    z-index: 2;

    height: 34px;
    width: 34px;
}

.dish .plate-body .plate-description .attr .attr-icon img{
    height: 90%;
    width: 90%;
    object-fit: contain;
}

.dish .plate-body .plate-description .gramm {
    font-size: 16px
}

.dish .plate-body .plate-description .dish-name {
    line-height: 22px;
    font-size: 18px;
    height: 60px;
    margin-bottom: 25px;
    max-width: 345px
}

@media (min-width:992px) {
    .dish .plate-body .plate-description .dish-name {
        height: 50px
    }
}

.dish .plate-body .plate-description .dish-name-height {
    height: 30px !important
}

.dish .plate-body .plate-description .options {
    display: none;
    width: 100%
}

.dish .plate-body .plate-description .options label,
.dish .plate-body .plate-description .options p {
    margin: 0
}

.dish .plate-body .plate-description .options form {
    width: 100%
}

.dish .plate-body .plate-description .options .option-category {
    margin-bottom: 20px
}

.dish .plate-body .plate-description .options .option-title-border {
    border-bottom: 1px solid #414141;
    margin-bottom: 10px
}

.dish .plate-body .plate-description .options .option-title {
    line-height: 16px;
    font-size: 12px
}

.dish .plate-body .plate-description .options .label-wrapp {
    padding: 10px;
    height: 35px;
    display: flex;
    align-items: center
}

.dish .plate-body .plate-description .options .option:hover {
    background: rgba(154, 154, 154, .3);
    border-radius: 3px
}

.dish .plate-body .plate-description .options .text-option {
    line-height: 20px;
    font-size: 16px
}

.dish .plate-body .plate-description .options .chb {
    height: 25px
}

.dish .plate-body .plate-description .text-start-from {
    margin: 0;
    line-height: 16px;
    font-size: 12px;
    margin-bottom: -10px
}

.dish .plate-body .plate-description .main-price {
    line-height: 35px;
    font-size: 32px
}

.dish .plate-body .plate-description .btn-select {
    width: 100%;
    max-width: 164px;
    height: 34px;
    padding: 0
}

.dish .plate-body .plate-composition {
    display: none;
    width: 80%;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 110px;
    background: rgba(27, 25, 24, .75);
    box-shadow: 0 6px 5px rgba(0, 0, 0, .5);
    border-radius: 5px
}

.dish .plate-body .plate-composition .components {
    line-height: 16px !important;
    font-size: 14px
}

.cost {
    padding-right: 10px
}

.card-back {
    background-color: #1B1B1B;
    box-shadow: 0 0 10px rgba(0, 0, 0, .85);
    border-radius: 8px;
    padding-top: 185px;
    margin: 0 auto;
    margin-top: -186px !important;
    padding: 185px 0 15px 0;
    width: 90%
}

.top-lay {
    position: absolute !important;
    z-index: 999
}