.bannerBox .content-title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}


.bannerBox:not(:last-child) {
    margin-bottom: 30px;
}

.bannerBox .bannerBoxContent {
    background-color: white;
    height: 280px;
    margin-top: 4px;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
}

.bannerBox .bannerBoxClaim {
    border-radius: 0 0 5px 5px;
    height: 70px;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 15px;
    background-color: var(--vn-white-smoke);
    line-height: 20px;
}

.bannerBox .bannerBoxClaim .btn {
    margin-top: 5px;
}


.bannerBoxCoupon .bannerBoxClaim {
    background-color: var(--vn-light-cyan);
}

.bannerBox.bannerBoxCoupon .bannerBoxContent {
    padding: 40px;
}

.bannerBox.bannerBoxPromotions .bannerBoxContent {
    padding: 40px;
}

.bannerBoxShipping .bannerBoxClaim {
    background-color: var(--vn-mint-cream);
}

.bannerBox.bannerBoxShipping .bannerBoxContent {
    text-align: center;
    padding-top: 80px;
    margin-top: 2px;
}


.bannerBoxGiftRule .bannerBoxClaim {
    background-color: var(--vn-champagne);
}

.bannerBox.bannerBoxGiftRule .giftrule-icon {
    position: relative;
    top: 125px;
    font-size: 35px;
    height: 57px;
    margin-left: 450px;
}

.bannerBox.bannerBoxGiftRule .giftrule-img {
    position: relative;
    margin-left: 545px;
    margin-top: -30px;

}

.bannerBox.bannerBoxGiftRule .giftrule-img img {
    width: 180px;
}

.bannerBox.bannerBoxGiftRule .giftrule-description {
    position: absolute;
    width: 405px;
    margin-left: 35px;
    margin-top: 70px;
}

.bannerBox.bannerBoxGiftRule .giftrule-item-product {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--vn-shiraz);
}

.bannerBox li {
    font-size: 15px !important;
    margin-bottom: 2px;
}


@media screen and (max-width: 1280px) {

    .bannerBox .bannerBoxContent {
        height: unset;
    }

    .bannerBox .bannerBoxContent {
        background-color: white;
        font-size: 18px;
        padding: 20px;
    }

    .bannerBox .bannerBoxClaim {
        border-radius: 0 0 5px 5px;
        padding: 20px;
        height: unset;
    }

    .bannerBox .bannerBoxClaim .btn {
        margin-top: 10px;
    }

    .bannerBox.bannerBoxGiftRule .giftrule-item-product {
        text-align: center;
    }

    .bannerBox.bannerBoxGiftRule .giftrule-phrase {
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 16px;
    }
}
