.list-product .desc h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
#fixed-left ul li:last-child{
    background: transparent;
}
#fixed-left ul li:nth-child(3){
    background: #008fe5;
}
.tab-description .desc a, .content-detail-news .content a{
    color: #25982b;
}
.add-cart-deal {
    display: block !important;
}
.condition-wrap>input {
    cursor: pointer;
}

.condition-wrap>label{
    font-weight: 400;
    color: #303030;
}

.condition-wrap>label>a {
    color: #f81f6c;
}
.form-deli .login-fb-gg, .form-or, .form_email {
    display: none;
}
table.ck-table-resized td {
    border: 1px solid #ccc;
    padding: 10px;
}
#imageGallery_details .swiper-slide {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
#imageGallery_details .swiper-slide img, .swiper-vertical-nav .swiper-slide a img, .list-item-r .img a img {
    display: block;
    width: 100%;
    height: auto !important;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.swiper-vertical-nav .swiper-slide a {
    width: 100%;
    max-width: 105px;
    margin: 0 auto;
    display: block;
}
.list-item-r .img a {
    width: 100%;
    max-width: 48px;
    margin: 0 auto;
    display: block;
}
.list-item-r .img {
    height: unset;
}
@media (max-width: 768px) {
    #imageGallery_details .swiper-slide, .swiper-vertical-nav .swiper-slide a, .list-item-r .img a {
        max-width: 100%;
    }
}
