.product-info-new {
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(108, 191, 245, 0.70) 0%, rgba(165, 219, 255, 0.70) 28.13%, rgba(209, 234, 253, 0.70) 100%), #FFF;
    margin: 120px 0;
    position: relative;
    overflow: hidden;
}
.product-info-new .description{
    padding: 70px 90px;
}
.product-info-new .image{
    position: absolute;
    right: -70px;
    bottom: 0;
}
.product-info-new .title{
    color: #222;
    font-size: 47px;
    line-height: 55px;
    margin-bottom: 8px;
}
.product-info-new .ifont.stars{
	display: inline-flex;
    margin-right: 6px;
    color: #F90;
    font-size: 23px;
    line-height: 23px;
}
.product-info-new .rating{
    font-size: 16px;
    line-height: 22px;
    color: #222;
}
.product-info-new .btn-group{
    margin-top: 24px;
}
.product-info-new .btn-group .button{
    margin: 0;
}
.product-info-tabs{
    padding-top: 50px;
    max-width: 678px;
}
.product-info-tabs .nav-pills{
    padding: 0;
    display: flex;
}
.product-info-tabs .nav-pills>li{
    display: inline-flex;
    width: auto;
    margin: 0;
}
.product-info-tabs .nav-pills>li>a{
    padding: 17px 20px;
    color: #222;
    font-family: "Montserrat ExtraBold",Helvetica, "Arial Black", Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 17px;
    border-radius: 10px 10px 0px 0px;
    border: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.product-info-tabs .nav-pills>li>a i{
    margin-right: 8px;
    font-size: 17px;
}
.product-info-tabs .nav-pills>li>a:hover{
    background-color: transparent;
    color: #27AEFF;
}
.product-info-tabs .nav-pills>li.active>a{
    color: #27AEFF;
    background: rgba(255, 255, 255, 0.70);
}
.product-info-new .content-nav-pills .tab-pane{
    padding: 20px;
    border-radius: 0px 10px 10px 10px;
    background: rgba(255, 255, 255, 0.70);
}
.product-info-new .content-nav-pills .tab-pane:last-child{
    border-radius: 10px;
}
.product-info-tabs .tab-body{
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.product-info-tabs .os-product-info{
    padding-right: 19px;
    padding-left: 16px;
    border-right: 1px solid rgba(34, 34, 34, 0.15);
    font-size: 14px;
    line-height: 17px;
    color: #222;
    font-weight: 400;
    flex-grow: 1;
    height: 100%;
}
.product-info-tabs .os-product-info:first-child{
    padding-left: 0;
    max-width: 308px;
}
.product-info-tabs .os-product-info:last-child{
    border-right: 0;
}
.product-info-tabs .os-product-info--title{
    font-weight: 700;
    margin-bottom: 10px;
    white-space: nowrap;
    display: block;
}
.product-info-tabs a.os-product-info--title{
    color: #27AEFF;
}
.product-info-tabs .os-product-info--text{
    color: rgba(34, 34, 34, 0.70);
    /* min-height: 34px; */
}

@media (max-width: 1199px) {
    .product-info-tabs{
        max-width: 500px;
    }    
    .product-info-tabs .tab-body{
        flex-direction: column;
    }
    .product-info-tabs .os-product-info{
        border-bottom: 1px solid rgba(34, 34, 34, 0.15);
        border-right: 0;
        padding-right: 0;
        padding-bottom: 16px;
        padding-left: 0;
        padding-top: 16px;
        width: 100%;
    }
    .product-info-tabs .os-product-info:first-child{
        max-width: 100%;
        padding-top: 0;
    }
    .product-info-tabs .os-product-info:last-child{
        padding-bottom: 0;
        border-bottom: 0;
    }
}

@media (max-width: 991px) {
    .product-info-new{
        margin: 100px 0;
    }    
    .product-info-new .description{
        padding: 50px 32px;
    }
    .product-info-new .image{
        position: relative;
        right: auto;
        text-align: center;
        margin-top: -50px;
        display: flex;
        justify-content: center;
    }
    .product-info-tabs{
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .product-info-new .title{
        font-size: 38px;
        line-height: 46px;
    }
    .product-info-new .rating{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }    
    .product-info-new .ifont.stars{
        margin-right: 0;
        margin-bottom: 8px;
        justify-content: center;
    }
    .product-info-new .btn-group{
        width: 100%;
        text-align: center;
        display: block;
    }
    .product-info-new .image img{
        max-width: 426px;
        height: auto;
    }
}
@media (max-width: 576px) {
    .product-info-new .btn-group .button{
        width: 100%;
        margin: 0;
    }
    .product-info-new .btn-group .button .btn{
        width: 100%;
    }
    .product-info-tabs .nav-pills>li{
        width: calc(100% / 2);
    }
    .product-info-tabs .nav-pills>li>a{
        width: 100%;
    }
    .product-info-new .content-nav-pills .tab-pane:last-child{
        border-radius: 10px 0px 10px 10px;
    }
}
@media (max-width: 375px) {
    .product-info-new .title{
        font-size: 30px;
    }    
}