@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
}

.main {
    padding-bottom: 100px;
}

.show-modal:after {
    content: "";
    background: #00000052;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
}

body {
    position: relative;
    transition: all 0.4s;
}

.modal-aside {transform: translateX(-100%);transition: all 0.4s;}

.modal-aside.show {
    transform: translateX(0);
    transition: all 0.4s;
}

.footer-2__widget__tittle__line-under {
    display: inline-block;
    width: 50px;
    height: 12px;
    border-top: 3px solid #ffffff;
}

#modal-footer {
    transform: translateY(100%);
    transition: all 0.4s;
}

#modal-footer.show {
    transform: translateY(0);
    transition: all 0.4s;
}

.modal-body {
    height: calc( 100vh - 50px );
    overflow-y: scroll;
}

.tp_item_variable.checked {
    border-color: #df5252;
    color: #df5252;
}

.content-content ul, .content-content ol {
    list-style: auto;
    padding-left: 20px;
}

.content-content ul li, .content-content ol li {
    margin: 0 0 10px 0;
}
.content-content p {
    margin-bottom: 10px;
}

.content-content h2, .content-content h2 * {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.content-content h3, .content-content h3 * {
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    margin: 0 0 10px 0;
    /* font-weight: 500; */
}

.content-content h4, .content-content h4 * {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.content-content iframe {
    max-width: 100%;
    margin: 0 0 10px 0;
    display: inline-block;
}

.content-content table {
    overflow-x: auto;
    margin: 0 0 15px 0;
}

.content-content {
    overflow: hidden;
    /* overflow-x: scroll; */
}

.content-content table th, .content-content table td {
    border: 1px solid #333;
    padding: 10px;
}

.content-content h5, .content-content h5 * {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.other-product .owl-nav {
    display: none;
}

.box-footer.iframe iframe {
    width: 100%;
}
.box-footer.iframe iframe {
    height: 220px;
}
div#panels .tab-content {
    display: none;
}

div#panels .tab-content.active {
    display: block;
}
.tab-detail button:not(.active) {
    background: #fff!important;
    color: #333;
    border: 1px solid;
}
.content-content img {
    display: inline-block;
}

.content-content blockquote{
    margin: 20px auto;
    font-style:italic;
    color: #555555;
    padding: 15px 20px 20px 45px;
    border-left: 6px solid #78C0A8;
    line-height:1.6;
    position: relative;
    background:#EDEDED;
}

.content-content blockquote::before{
    font-family:Arial;
    content: "\201C";
    color:#78C0A8;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
}

.content-content blockquote::after{
    content: '';
}

blockquote span{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
}
.slider-other-new .owl-nav {
    display: none;
}
.slider-other-new img {
    height: 250px;
    object-fit: cover;
}
@media (max-width: 767px) {
    .slider__images {
        height: 260px!important;
    }
    .slider__thumbs .slider__image img {
        height: 75px!important;
    }
    .content-content h2, .content-content h2 * {
        line-height: 25px;
    }
    .header-top svg {
        width: 20px;
        height: 20px;
    }

    .cart-quantity {
        top: -10px!important;
    }
    .content-content img {
        height: auto !important;
    }
    .listArticles {
        margin-top: 0;
    }
    .content-content {
        max-width: 100%;
        overflow-x: scroll;
    }
}
.slider-raleted-product h3 a {
    height: 40px;
}
.other-new .description {
    height: 69px;
    line-height: 23px;
}

.other-new .title a {
    height: 50px;
    line-height: 25px;
}
@media (min-width: 1366px) {
    .product-item .change-image {
        height: 400px;
        object-fit: cover;
    }
}