.container .section.item-content-section {
    display: block;
    position: relative;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}

.item-content-title {
    color: #595959;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.key-ingredients > .row {
    position: relative;
    z-index: 1;
}

.key-ingredients .ki-box .box-wrap {
    margin: 0 10px;
    border: 1px solid #EAEAEA;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.key-ingredients .ki-box .box-body {
    flex: 1 1 auto;
}

.key-ingredients .ki-box .box-footer {
    min-height: 60px;
    line-height: 60px;
    padding: 0 20px;
}

.key-ingredients .ki-box img {
    display: inline;
    object-fit: cover;
    width: 100%;
    height: 100px;
}

.key-ingredients .ki-box h3 {
    color: #191010;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 20px;
    margin: 0;
}

.key-ingredients .ki-box p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #7E7E7E;
    margin-bottom: 0;
    padding: 0 20px;
    line-height: 1.1;
}

.key-ingredients .ki-box i {
    color: #000;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
    font-style: normal;
    text-shadow: unset;
}

.item-content-section .slider {
    position: relative;
    overflow: unset;
    height: 100%;
    margin: 0 -10px;
}

.item-content-section .slider > .la {
    position: absolute;
    z-index: 1;
    top: 40%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: -40px;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.8);
}

.item-content-section .slider > .la.prev {
    right: unset;
    left: -40px;
}

.modal.study-modal {
    max-width: 400px;
}

.modal.study-modal .modal-header {
    color: #090808;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px 10px;
    border-bottom: 0;
}

.modal.study-modal .modal-body {
    padding: 0 20px 5px;
}

.modal.study-modal .close-modal {
    top: 15px;
    right: 14px;
    background-image: url("/img/icon/close.svg");
}

.study-row {
    padding: 15px 0;
    border-top: 1px solid #EAEAEA;
    display: flex;
}

.study-row > div:first-child {
    flex: 1;
    margin-right: 20px;
}

.study-row > div.last {
    display: flex;
    align-items: center;
    justify-content: center;
}

.study-row h3 {
    color: #111;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.study-row p {
    color: #7E7E7E;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    margin: 5px 0 0;
}

.study-row a {
    color: rgba(0, 0, 0, 0.60);
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 480px) {
    .key-ingredients .slick-list {
        width: 80% !important;
        overflow: unset !important;
    }
}

.how-to-use .how-box .box-wrap {
    margin: 0 10px;
    border: 1px solid #EAEAEA;
    height: 100%;
    padding: 40px;
    display: flex;
    position: relative;
}

.how-to-use .how-box .box-image {
    width: 180px;
}

.how-to-use .how-box .box-image:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.how-to-use .how-box .box-image .img-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-to-use .how-box .box-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.how-to-use .how-box .box-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}

.how-to-use .how-box h4 {
    color: #191010;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.how-to-use .how-box h2 {
    color: #191010;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0 0;
}

.how-to-use .how-box p {
    color: #7E7E7E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 25px 0 0;
}

.how-to-use .slider > .la.slick-disabled {
    display: none !important;
}

.how-to-use .slider.single {
    width: 75%;
    margin: auto;
}

@media (max-width: 480px) {
    .how-to-use .how-box .box-wrap {
        display: block;
        padding: 40px 50px;
    }

    .how-to-use .how-box .box-image {
        width: unset;
        margin-bottom: 15px;
    }

    .how-to-use .how-box .box-body {
        padding: 0;
        flex: unset;
        display: block;
    }

    .how-to-use .how-box .box-body {
        margin-top: 10px;
    }

    .how-to-use .slider.vertical {
        white-space: normal;
    }

    .how-to-use .slider.vertical .how-box {
        margin-bottom: 25px;
    }

    .how-to-use .slider.vertical .how-box:last-child {
        margin-bottom: 0;
    }

    .how-to-use .slider.single {
        width: unset;
        margin: 0 -10px;
    }
}

.cencia-real-result .slick-dots {
    padding: 0;
    left: 0;
    bottom: -40px;
}

.cencia-real-result .slick-dots li button:before {
    padding: 0;
    left: 0;
    font-size: 20px;
    color: #D9D9D9;
    opacity: 1;
}

.cencia-real-result .slick-dots li.slick-active button:before {
    color: #C2C2C2;
    opacity: 1;
}

.cencia-real-result .cencia-box .box-wrap {
    margin: 0 35px;
    height: 100%;
    display: flex;
    position: relative;
}

.cencia-real-result .cencia-box .box-header {
    height: calc(100% - 50px);
    margin-right: 35px;
    flex: 3;
    position: relative;
}

.cencia-real-result .cencia-box .before-after {
    height: 100%;
}

.cencia-real-result .cencia-box .before-after img {
    max-width: unset;
    height: 100% !important;
    object-fit: cover;
}

.cencia-real-result .cencia-box .box-body {
    flex: 4;
    text-align: center;
    display: flex;
    flex-flow: column;
}

.cencia-real-result .cencia-box .box-body .box-body-wrap {
    border: 1px solid #EAEAEA;
    background: #F8F9FA;
    padding: 50px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cencia-real-result .cencia-box .box-body .box-body-wrap > div > h4 {
    color: #191010;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 50px 0
}

.cencia-real-result .cencia-box .box-body .box-body-wrap > div > div {
    color: #2C2D2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.cencia-real-result .cencia-box .box-body > p {
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cencia-real-result .cencia-box .box-header:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.cencia-real-result .cencia-box .box-header .bg-compare-wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.cencia-real-result .cencia-box .box-header .bg-compare-wrap > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cencia-real-result .cencia-box .box-header .bg-compare-wrap .bg-compare{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cencia-real-result .cencia-box .box-header .bg-compare-wrap .bg-compare .handle{
    opacity: 1;
    width: 4px;
    box-shadow: unset;
    margin-left: -2px;
}

.cencia-real-result .cencia-box .box-header .bg-compare-wrap .bg-compare .handle:after{
    background-color: #fff !important;
    color: #111 !important;
    line-height: 45px;
    left: 1px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: '\f104\f105';
    font-size: 18px;
}


@media (max-width: 850px) {
    .cencia-real-result .cencia-box .box-wrap {
        flex-flow: column;
        margin: 0 10px;
    }

    .cencia-real-result .cencia-box .box-header{
        margin-right: 0;
    }

    .cencia-real-result .cencia-box .box-body{
        margin-top: 20px;
    }

    .cencia-real-result .cencia-box .box-body .box-body-wrap > div > h4{
        font-size: 15px;
    }

    .cencia-real-result .cencia-box .box-body .box-body-wrap > div > h4{
        font-size: 17px;
    }

    .cencia-real-result .cencia-box .box-body > p{
        height: 60px;
    }

    .cencia-real-result .cencia-box .box-body .box-body-wrap{
        padding: 25px;
    }
}
