.choose-title {
    font-size: 20px;
}
.product-info-row3 {
    display:none;
}
.page-bundle {
    display:block;
}
.playment-info-row {
    margin-bottom: 10px;
}
.info-card-bundle .playment-info-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.info-card-bundle .playment {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 14px;
    justify-content: center;
}
.info-card-bundle .img_payment {
    width: 55%;
    margin: auto;
    display: block;
}
.package-select-row {
    display: flex;
    flex-direction: column;
}
.package-select-row .package-select {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bundle-package-info {
    font-family: 'Barlow Condensed';
    line-height: 16px;
    padding: 20px 0 0;
}
.info-card-product.info-card-bundle .package-select .label-package {
    background: #f9e8cf;
    font-size: 40px;
}
.package-price {
    gap: 2rem;
    line-height: 85px;
}
.package-price .pr_new{
    color: #e6190f;
    font-size: 40px;
    font-weight: bolder;
    text-decoration: none;
}
.package-price .pr_old {
    color: #3AAA56;
    font-weight: bolder;
    font-size: 32px;
    padding-top: 6px;
}
.bundle-free-productImg {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    justify-content: center;
}
.bundle-box-text {
    font-size: 24px;
    font-family: 'Barlow Condensed';
}

.bundle-package-info p img {
    width: 75px;
}

.bundle-free-productImg img {
    width: 20%;
}
#comments {
    margin-top: 20px;
}
.review-stars-line {
    display: none;
}
.product-top-tags {
    flex-wrap: wrap;
}
.product-top-tags-btn {
    display: flex;
    flex-direction: column;
    max-width: fit-content;
    gap: 1rem;
    align-items: flex-start;
}
.allreview-nav {
    margin-top: 30px;
}
#comments .slick-slide {
    height: auto;
} 

.product-top-tags-btn .tags-btn{
    text-transform: uppercase;
    padding: 5px 30px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 48px 0px; 
    border: 2px solid #fff;
    background-color: #75973E;
    border: 2px solid #fff;
    display: flex;
}
.arrow {
    position: relative;
    top: -4px;
    left: 25px;
    transform: translate(-50%, -50%);
    transform: rotate(-90deg);
    cursor: pointer;
}

.arrow span {
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}
.productPage-banner__title {
    margin-bottom: 20px;
}
.productPage-banner-mobile {
    display: none;
}
.deskOver400 {
    width: 100%;
}

.package-select input+.label-package {
    cursor: unset;
}
.text-for-deliver {
    text-align: center;
    margin: 0 0 10px;
    font-size: 14px;
}
.info-card-bundle .package-select .pack-img {
    max-width: 150px;
}
.info-card-bundle .playment-info-row {
    text-align: center;
}
@media (min-width: 500px) {
    .bundle-package-info {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .bundle-package-info p {
        width: 100%;
        font-size: 18px;
    }
}
@media (min-width: 1000px) {
    .productPage-banner {
        background-position: 100% 50%;
    }
    .productPage-banner__title {
        margin-bottom: 40px;
    }
}
.productPage-cta-banner__mobile {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-bottom: none;
    max-height: unset;
}
.private-banner .productPage-cta-banner__mobile {
    background-position: center;
}
.product-slider-top img {
    max-width: 400px;
}
.productPage-banner__title {
    width: 60%;
}
.product-top-tags-btn .tags-btn a {
       text-decoration: none;
       color: #fff;
       margin-left: 52px;
    }
@media (max-width: 1240px) {
    .productPage-banner__title {
        width: 50%;
    }
}
@media (max-width: 999px) {
    .productPage-banner-mobile {
        display: block;
    }
    .productPage-banner__title {
        text-align: center;
    }
    .productPage-banner-mobile img, .productPage-banner__title {
        width: 100%;
    }
    .productPage-banner {
        padding-bottom: 30px;
    }
    .product-top-tags-btn {
        align-items: center;
        margin: auto;
    }
    .product-top-tags-btn .tags-btn {
        font-size: 14px;
        max-width: 300px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .product-slider-top img {
        margin-bottom: 10px;
    }
}

/*section faq*/
.s_faq {
    margin-top: 50px;
}
.btn.collapsible-link:focus {
    box-shadow: none;
}
.collapsible-link::before {
    content: '';
    border-top: 11px solid #000000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    margin-top: 14px;
}
.collapsible-link[aria-expanded='true']::before {
    content: '';
    border-bottom: 11px solid #000000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 0;
}
.mobile499 {
     display: none;
}
@media (max-width: 499px) {
    .btn.btn-link.text-dark {
        text-align: left;
        padding-left: 0;
    }
    .deskOver400 {
        display: none;
    }
    .mobile499 {
        display: block;
    }
    .productPage-cta-banner__mobile:before {
        padding-bottom: 70%;
    }
    .package-price {
        gap: 1rem;
        line-height: 50px;
    }
    .package-price .pr_new {
        font-size: 25px;
    }
    .package-price .pr_old {
        font-size: 24px;
        padding-top: 3px;
    }
    .playment-info-title {
        margin-left: 5px;
    } 
    .img_payment {
        width: 60%;
    }
    .playment {
        font-size: 14px;
    }
    .info-card-bundle .label-package {
        width: 85%;
    }
}