.product-block .product-list .list-wrapper {
    background-color: var(--color-white);
    border-radius: 15px;
    height: 468px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    padding: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.product-block .product-list .list-wrapper:hover {
    background: linear-gradient(180deg, #017DB4 0%, #02C895 100%);
}

.product-block .product-list .list-wrapper:hover a {
    text-decoration: none;
}

.product-block .product-list .list-wrapper:hover .title-product-custom,
.product-block .product-list .list-wrapper:hover .txt-detail-custom {
    color: var(--color-white) !important;
}

.product-block .product-list .list-wrapper:hover .btn-product-custom {
    background-color: var(--color-white) !important;
    color: var(--color-primary);
}

.product-block .product-list .list-wrapper:hover .icon-product-detail {
    filter: brightness(0) invert(1);
}

.product-block .product-list .list-wrapper:hover .icon-product-cart {
    filter: unset !important;
}

.product-block .product-list .list-wrapper:hover .thumb-bg {
    border-radius: 15px;
}

.product-block .product-list .list-wrapper .list-thumb .thumb-bg {
    /* border-radius: 15px; */
    height: 265px;
}

.product-detail .product-detailImg,
.product-detailInfo {
    background-color: var(--color-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    height: 547px;
}

.product-detail .product-detailInfo .whead {
    background-color: var(--color-primary);
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.product-detail .product-detailInfo .list-bottom .list-price,
.product-detail .list-qty,
.product-detail .list-size-custom,
.product-detail .list-product-code-custom,
.product-detail .list-btn {
    padding: 15px 40px;
}

.product-detailInfo .list-price {
    background-color: #dfdfdf;
}

.list-price .actual-price {
    background-color: var(--color-primary);
    padding: 3px 5px;
}

.list-price .discount-custom {
    position: relative;
    font-weight: bold;
}

.list-price .discount-custom::before {
    content: "";
    border-top: 3px solid #000;
    width: 55px;
    height: 20px;
    position: absolute;
    left: -8px;
    right: 0;
    top: 0;
    bottom: 0;
    transform: rotate(2.800rad);
}

.product-detailInfo .form-control {
    border: 1px transparent;
    background-color: #3a62af0d;
    border-radius: 0;
    padding: 15px;
    margin: 0 15px;
    width: 100px;
    text-align: center;
}

.product-detailInfo .btn-number {
    border: none;
    color: var(--color-white);
    background-color: #3a62af26;
    display: flex;
    align-items: center;
}

.product-detailInfo .list-btn {
    position: relative;
    top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detailInfo .list-btn .btn-primary {
    border-radius: 30px;
    height: 55px;
    width: 50%;
    margin: 0 5px;
    padding: 0;
}

.product-detailImg .slick-prev {
    left: 25px;
}

.product-detailImg .slick-next {
    right: 25px;
}

.product-detailImg .slider-nav {
    margin-left: -50px;
    padding: 0 20px;
}

.product-detailImg .album-bg {
    border-radius: 15px;
    margin-right: 20px;
    height: 106px;
}

.product-detailImg .thumb-bg {
    border-radius: 15px !important;
}

.product-page .product-tab-block {
    background-color: var(--color-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    margin-top: 50px;
}

.product-page .product-tab-block .tab-nav {
    background-color: #EAF0F7;
    /* margin: 10px 15px; */
    border-radius: 10px;
    overflow: hidden;
}

.product-tab {
    padding: 30px;
}

.product-tab a:hover {
    text-decoration: none;
}

.product-tab .tab-click {
    padding: 10px;
    text-align: center;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.product-tab .tab-click .icon {
    margin-right: 10px;
    margin-bottom: 3px;
}

.product-tab .tab-click .icon img {
    /* filter: brightness(0) invert(1); */
}

.product-tab .tab-click:hover,
.product-tab .tab-click.active {
    background: linear-gradient(358.82deg, #017DB4 -35.27%, #02C895 97.71%);
    color: var(--color-white);
}

.product-tab .tab-click.active .icon img {
    filter: brightness(0) invert(1);
}

.product-tab .tab-click:hover .icon img {
    filter: brightness(0) invert(1);
}

.tab-content .editor-content,
.tab-content .download-block {
    padding: 5px 30px;
}

.tab-content>.active {
    opacity: 1 !important;
    transition-delay: .3s;
}

@media (max-width:1199px) {
    .youtube-size {
        height: 500px;
    }
    .list-price .discount-custom::before {
        width: 45px;
        height: 17px;
        left: -5px
    }
    .product-block .product-list {
        zoom: 85%;
    }
}

@media (max-width:991px) {
    .product-detailInfo {
        margin-top: 20px;
    }
    .product-block .product-list {
        zoom: unset;
    }
    .product-tab .tab-click .icon img {
        width: 25px;
        height: 25px;
    }
    .tab-pane .download-block .list-wrapper {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .youtube-size {
        height: 400px;
    }
}

@media (max-width:575px) {
    .product-detailImg .thumb-bg {
        border-radius: 15px !important;
        height: 310px;
    }
    .product-detailImg .album-bg {
        height: 95px !important;
    }
    .product-detail .product-detailImg,
    .product-detailInfo {
        height: 450px;
    }
    .product-detail .product-detailInfo .whead {
        height: 120px;
    }
    .product-detail .product-detailInfo .list-bottom .list-price,
    .product-detail .list-qty,
    .product-detail .list-size-custom,
    .product-detail .list-product-code-custom,
    .product-detail .list-btn {
        padding: 12px 35px;
    }
    .product-detailImg .slick-prev {
        left: 10px;
    }
    .product-detailImg .slick-next {
        right: 10px;
    }
    .youtube-size {
        height: 300px;
    }
    .list-price .discount-custom::before {
        border-top: 2px solid #000;
        height: 16px;
        left: -7px;
    }
    .product-tab .tab-click {
        justify-content: unset;
    }
    .product-tab {
        padding: 10px;
    }
    .tab-content .editor-content,
    .tab-content .download-block {
        padding: 0;
    }
}

@media (max-width:375px) {
    .product-detailImg .thumb-bg {
        height: 250px;
    }
    .product-detailImg .album-bg {
        height: 75px !important;
        margin-right: 5px;
    }
    .product-detailImg .slider-nav {
        margin-left: -53px;
        padding: 0 18px;
    }
    .product-detail .product-detailImg,
    .product-detailInfo {
        height: 355px;
    }
    .product-detail .product-detailInfo .whead {
        height: 90px;
        padding: 0 20px;
    }
    .product-detailInfo .whead-title {
        font-size: 22px;
    }
    .product-detail .product-detailInfo .list-bottom .list-price,
    .product-detail .list-qty,
    .product-detail .list-size-custom,
    .product-detail .list-product-code-custom,
    .product-detail .list-btn {
        padding: 12px 10px;
    }
    .control-group {
        zoom: 75%;
    }
    .product-detailInfo .list-btn {
        zoom: 80%;
    }
    .product-detail .product-detailInfo {
        height: 405px;
    }
    .youtube-size {
        height: 200px;
        padding: 5px;
    }
    .product-tab .tab-click {
        font-size: 20px;
    }
    .product-page .product-tab-block .tab-nav {
        margin: 10px 5px;
    }
    .product-block .product-list {
        zoom: 85%;
    }
}

@media (max-width:320px) {
    .youtube-size {
        height: 150px;
    }
    .product-tab .tab-click {
        font-size: 16px;
    }
    .product-page .product-tab-block .tab-nav {
        margin: 10px 3px;
    }
    .product-detailImg .thumb-bg {
        height: 180px;
    }
    .product-detailImg .album-bg {
        height: 65px !important;
    }
    .product-detail .product-detailImg,
    .product-detailInfo {
        height: 275px;
    }
    .product-detailInfo .list-btn {
        top: 10px;
        zoom: 68%;
    }
    .product-detailInfo .whead-title {
        font-size: 20px;
    }
    .product-detail .product-detailInfo .list-bottom .list-price,
    .product-detail .list-qty,
    .product-detail .list-size-custom,
    .product-detail .list-product-code-custom,
    .product-detail .list-btn {
        font-size: 18px;
    }
    .product-detail .product-detailInfo .whead {
        height: 100px;
    }
    .product-detail .product-detailInfo {
        height: 370px;
    }
    .list-price .discount-custom::before {
        width: 35px;
        height: 13px;
        left: -6px;
    }
    .product-block .product-list {
        zoom: 75%;
    }
}