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

body {
    background-color: #567
}

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

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

@media screen and (min-width:1440px) {
    .max-width-container-fluid {
        width: 1400px
    }
}

.plate-block {
    margin: 25px auto 75px auto;
    position: relative;
    min-height: 400px;
    color: #fff !important
}

.plate-block p {
    margin: 0
}

.plate-block .plate-name {
    margin-top: 15px;
    margin-bottom: 25px;
    color: #fff;
    line-height: 18px;
    font-size: 16px
}

.plate-block .optional-inf {
    display: none;
    margin-bottom: 25px
}

.plate-block .optional-inf .opt-item {
    margin-bottom: 12px
}

.plate-block .optional-inf label {
    margin-bottom: 0 !important
}

.plate-block .optional-inf .optional-title-section {
    width: 100%;
    border-bottom: 1px solid #414141;
    margin-bottom: 15px
}

.plate-block .optional-inf .optional-inf-title {
    font-size: 12px;
    display: inline
}

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

.plate-block .sale-label p {
    text-transform: uppercase;
    color: #fff
}

.plate-block .show {
    display: flex !important
}

.plate-block .info-label {
    transition: .5s all ease-in-out;
    display: none;
    max-width: 273px;
    min-height: 84px;
    position: absolute;
    right: 0;
    top: 125px;
    background: rgba(27, 25, 24, .75);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
    border-radius: 5px
}

.plate-block .info-label .list-ingridients {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 15px
}

.plate-block .info-label .col-10 {
    padding: 0 10px
}

.plate-block .btn-select {
    color: #fff !important;
    border: 2px solid #E30016;
    border-radius: 5px;
    height: 35px;
    width: 164px;
    padding: 0
}

.plate-block .btn-select:hover {
    border: 2px solid #E30016 !important;
    background-color: #E30016 !important
}

.plate-block .btn-add-to-cart {
    border: 2px solid #E30016 !important;
    background-color: #E30016 !important;
    color: #fff !important
}

.plate-block .price {
    font-size: 28px;
    line-height: 20px
}

.plate-block .features {
    margin-right: 10px
}

.plate-block .features>img:last-child {
    margin-left: -10px
}

.plate-block .lay {
    position: absolute;
    bottom: 30px;
    width: 90%;
    left: 0;
    right: 0
}

.plate-block .lay-position {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 15px;
    height: 665px;
    margin-top: -210px;
    background: #1B1B1B;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .85);
    border-radius: 8px
}

.radio-container {
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio-container input {
    display: none;
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #656565;
    border-radius: 50%
}

.radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.radio-container input:checked~.checkmark {
    background-color: #fff;
    border: 0
}

.radio-container input:checked~.checkmark:after {
    display: block
}

.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E30016
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #656565
}

.checkbox-container input:checked~.checkmark {
    background-color: #fff;
    border: 0
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-container input:checked~.checkmark:after {
    display: block
}

.checkbox-container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 9px;
    height: 15px;
    border: solid #E30016;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}