
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.mb-25{
    margin-bottom: 25px!important;
}
.mb-20{
    margin-bottom: 20px!important;
}
.mb-10{
    margin-bottom: 10px!important;
}
.mb-5{
    margin-bottom: 5px!important;
}
.mt-10{
    margin-top: 10px!important;
}
.mt-15{
    margin-top: 15px!important;
}
.mt-20{
    margin-top: 20px!important;
}
.mt-25{
    margin-top: 25px!important;
}
.text-center{
    text-align: center!important;
}
.border-radius-15{
    border-radius: 15px!important;
}
.body-main{
    margin: 0;
    font-family: "Outfit", sans-serif;
}
.header{
    background-color: rgb(0, 70, 90);
}
.container{
    max-width: 1170px;
    margin: auto;
}
.main-logo{
    color: rgb(255, 255, 255);
    font-family: "Alegreya", serif;
    font-size: 26px;
    margin: 0;
    padding: 20px 10px;
}
.warning-wrap{
    border-width: 0px;
    border-style: solid;
    border-radius: 16px;
    margin: 8px 0px 0px;
    padding: 15px 7px;
    background-color: rgb(254, 251, 217);
    display: flex;
    align-items: center;
    gap: 10px;
}
.warning-wrap img{
    width: 30px;
}
.update-text{
    font-size: 18px;
    color: rgb(208, 2, 27);
    font-weight: 700;
}
.warning-wrap p{
    color: rgb(48, 48, 48);
    font-size: 18px;   
}
.warning-wrap p a{
    color: #4A90E2;
    text-decoration-color: #4A90E2;
    font-size: 18px;    
    font-weight: 600;
}
.inner-col-wrap{
    display: flex;
    justify-content: space-between;
    gap: 5px;
    padding: 8px 10px;
}
.inner-col-wrap .left-col{
    width: 70%;
}
.inner-col-wrap .right-col{
    width: 30%;
    position: relative;
}
.sticky-wrap{
    position: sticky;
    top: 10px;
    z-index: 1;
    border: 1px solid rgb(0, 0, 0);
    margin: 10px 5px 0px 10px;
    padding: 12px 10px;
}
.recommended-text{
    font-size: 20px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-align: center;
}
.main-heading{
    font-size: 38px;
    margin-bottom: 10px;
}
.stars{
    width: 100px;
    display: flex;
    margin-top: 5px;
    margin: auto;
}
.inner-product-heading{
    color: rgb(54, 129, 149);
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
}
.product-list{
    color: rgb(48, 48, 48);
    font-size: 16px;
    list-style: none;
    margin-top: 10px;
}
.product-list li{
    line-height: 1.3;
    margin: 0px;
    padding: 10px 0px 10px 30px;
    position: relative;
}
.product-list li::before{
    content: '';
    position: absolute;
    left: 0;
    background: url('./images/green-check.webp')no-repeat center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 20px;
}
.product-image{
    width: 100%;
}
.check-availability-btn{
    border-radius: 5px;
    margin: 10px 0px 0px;
    padding: 10px 10px 10px 20px;
    background-color: rgb(0, 170, 37);
    box-shadow: transparent 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
}
.apply-btn{
    border-radius: 5px;
    margin: 10px 0px 0px;
    padding: 13px 10px 13px 20px;
    background-color: rgb(0, 170, 37);
    box-shadow: transparent 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
}
.ilook-text{
    background-color: rgb(255, 196, 106);
    font-size: 18px;
    color: rgb(47, 47, 47);
    display: inline;
    margin: 10px 0px;
}
.from-text{
    font-style: italic;
    margin: 20px 0px 10px 0px;
    font-size: 14px;
    font-weight: 300;
}
.main-image{
    width: 100%;
}
.sub-heading{
    font-size: 28px;
    color: rgb(48, 48, 48);
    margin: 15px 0;
}
.text-content{
    font-size: 18px;
    color: rgb(48, 48, 48);
    margin: 10px 0;
    line-height: 1.4;
}
.yellow-bg{
    background: rgb(255, 196, 106);
    line-height: 1.25;
    margin: 10px 0px 0px;
    padding: 5px;
}
.blue-text{
    color: rgb(54, 129, 149);
    font-weight: 700;
}
.satisfacation-wrap{
    border-radius: 8px;
    margin: 10px 0px 0px;
    padding: 5px;
    background-color: rgb(241, 250, 255);
    display: flex;
    gap: 10px;
    align-items: center;
}
.satisfacation-wrap img{
    width: 100%;
    max-width: 15%;
}
.gray-bg-wrap{
    line-height: 1.4;
    margin: 10px 0px 0px 5px;
    padding: 10px 8px;
    background-color: rgb(246, 246, 246);
}
.limited-wrap{
    border: 1px solid rgb(74, 74, 74);
    line-height: 1.4;
    margin: 15px 0px 0px;
    padding: 10px 15px;
    background-color: rgb(243, 221, 170);
    font-size: 19px;
    color: rgb(48, 48, 48);
}
.limited-red-text{
    color: rgb(208, 2, 27);
    font-weight: 700;
}
.bottom-product-image{
    width: 100%;
    max-width: 350px;
    display: flex;
    margin: auto;
}
.red-text{
    color: rgb(208, 2, 27);
    font-family: sans-serif;
}
.link-text{
    color: #4A90E2;
}
.comments-wrap{
    padding: 30px 0;
}
.single-comment-wrap{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.comment-img{
    width: 100%;
    min-width: 45px;
    max-width: 45px;
}
.comment-author{
    font-size: 14px;
    color: rgb(59, 89, 152);
    font-weight: 600;
    margin-bottom: 5px;
    padding-top: 5px;
}
.comment-content{
    font-weight: 300;
    color: rgb(48, 48, 48);
    font-size: 14px;
    padding-bottom: 10px;
}
.comment-time{
    color: #7f7f7f;
    font-size: 12px;
}
.like-reply{
    color: #627aad;
    padding-right: 5px;
}
.footer p{
    font-size: 12px;
    color: rgb(14, 15, 17);
    font-weight: 200;
}
.footer-sticky-btn{
    width: fit-content;
    display: flex;
    margin: auto;
    margin-bottom: 20px;
    position: sticky;
    bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.fixed{
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 1;
}
.apply-btn{
    border-radius: 5px;
    margin: 10px 0px 0px;
    padding: 15px 20px;
    background-color: rgb(0, 170, 37);
    box-shadow: transparent 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
}
.footer-logo{
    width: 100%;
    max-width: 12%;
    margin-bottom: 10px;
}

@media (max-width:767px){
    .warning-wrap {
        display: none;
    }
    .inner-col-wrap {
        flex-direction: column;
    }
    .inner-col-wrap .left-col {
        width: 100%;
    }
    .inner-col-wrap .right-col {
        display: none;
    }
    .main-heading {
        font-size: 24px;
    }
    .sub-heading {
        font-size: 24px;
    }
    .comments-wrap {
        padding: 30px 10px;
    }
    .apply-btn {
        font-size: 22px;
    }
    .link-text {
        font-size: 28px;
    }
    .fixed{
        width: 90%;
    }
    .footer-logo {
        max-width: 27%;
        margin: auto;
        display: flex;
        margin-bottom: 20px;
    }
}