.table-product-store td {
    text-align: center;
    vertical-align: middle;
}

.youtube-review,
.google-review,
.tiktok-review {
    background: none;
    border: unset;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.modal-dialog {
    margin: auto !important;
}
.modal-lg {
    max-width: 80%;
}
.modal-dialog {
    height:100% !important;
}
.modal-content {
    height:90% !important;
}

/*Slider start*/

#review-youtube,
#review-google {
    margin-top: 40px;
}
.slider {
    margin-bottom: 30px;
    position: relative;
}
.slider-card {
    flex-basis: 25%;
    height: 100%;
    padding: 0 0;
    border-radius: 5px;
    transform: scale(0.9);
    transition: all 0.3s;
}
/*.slider-card:hover img {*/
/*    transform: scale(1.1);*/
/*}*/
.slider-card:hover {
    transform: scale(0.95);
    transition: all 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
    padding: 0 5px;
}
.slider-card img {
    width: 100%;
    height: 140px;
    border-radius: 5px;
    object-fit: cover;
}
.slider-card.tiktok img {
    height: 400px;
}
.slider-card .title {
    font-weight: 550;
}
.slider-card.tiktok .date-time {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 20px;
    font-weight: 400;
    display: none;
}
.btn-show-more-review {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border: none;
    color: rgb(0 0 0 / 50%);;
    background: transparent;
}
.btn-show-more-review:hover {
    background-color: #0000001a;
}
/*Slider end*/

#description-section {
    position: relative;
    min-height: 0;
    max-height: 500px;
    margin-bottom: 15px;
    overflow: hidden;
}

#description-section .show-more-description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    display: block;
    margin-bottom: 0;
    border-radius: 10px;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.91) 50%,#fff 55%);
}

#description-section .show-more-description .btn-show-more {
    max-width: 335px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    color: #212529;
    cursor: pointer;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    margin-bottom: 15px;
}

.specification-detail ul li {
    padding: 14px 22px;
    border: 1px solid rgb(0 0 0 / 13%);
}

.specification-detail ul li + li {
    border-top-width: 0;
}

.slider-youtube .owl-item:hover,
.slider-tiktok .owl-item:hover,
.slider-google .owl-item:hover {
    scale: 1.1;
    transition: 0.5s ease-in-out;
}

.iframe-review {
    transition: height 0.5s ease;
}

.owl-stage {
    display: flex;
}

#related-video {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    transform: translate(0, -122%);
    background: black;
}


.nav-tabs .nav-link {
    color: #495057;
    height: 60px;
}

.nav-tabs .nav-link.active {
    color: #ff9800;
    border-bottom: 3px solid #ff9800 !important;
}

.logo-website {
    object-fit: contain;
    height: 50px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600 !important;
}

.product-tab-content h1,
.product-tab-content h2,
.product-tab-content h3,
.product-tab-content h4,
.product-tab-content h5,
.product-tab-content h6 {
    font-size: 24px;
    margin-top: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

.specification-detail p,
.specification-detail li,
.product-tab-content p,
.product-tab-content li {
    font-size: 16px;
    line-height: 26px;
}

.product-tab-content img {
    display: block;
    margin: 30px auto !important;
}

.product-tab-content a {
    font-weight: 600 !important;
}

#modal-video-review p {
    color: white;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .slider-card {
        flex-basis: 33%;
    }
}

@media (max-width: 575px) {
    .slider-card {
        flex-basis: 100%;
    }
    .slider-card img {
        height: 200px !important;
    }

    .slider-card.tiktok.tiktok {
        flex-basis: 50% !important;
    }
    .slider-card.tiktok img {
        height: 300px !important;
    }
    .detail-review {
        font-size: 16px;
    }
    .slider-card .title {
        font-size: 20px;
    }
    .modal-content {
        height: unset !important;
    }
    .modal-body {
        padding: 0;
    }
}
