@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.container.pricebox {
    margin: 28px auto !important;
    font-family: "Nunito", sans-serif;
}
.justifyCenter {
    justify-content: center;
}
.pricebox .price-box {
    transition: transform 0.3s;
    margin: 12px auto;
    
}
.left {
    border: #c6d2ea 7px solid;
    border-radius: 20px;
    background-color: #ffffff;
}
.pricebox .price_header {
    font-size: 35px;
    color: white;
    border-radius: 16px;
}
.price-boxhdr {
    background-color: #c6d2ea;
    text-align: center;
    font-size: 1.4rem;
    padding: 6px 0 8px !important;
    margin-top: -3px;
    margin-bottom: 12px;
}
.pricebox-bottle-nr.text-center {
    font-size: 2rem;
    margin-bottom: 0;
    padding-bottom: 0;
}
.semi-b {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2
}
.awkn-prd1 {
    max-width: 250px;
}
.card-product {
    padding: 0 19px;
}
.pricebox .price_product_box {
    height: 230px;
    max-height: 230px;
    padding-top: 12px;
    padding-bottom: 20px;
}
.awkn-prd1 {
    max-width: 250px !important;
}
.awkn-prd3 {
    max-width: 302px !important;
    /* margin: -20px 0 -22px 0 !important; */
}
.mainPrice {
    font-size: 5.8rem;
    text-align: center;
    font-weight: 700;
    color: #304494;
    margin-top: 3rem;
    line-height: 1.1;
}
.mainPrice_x2{
    margin-top: 2rem !important;
}
.mainPrice span {
    font-size: 1.8rem;
    margin-left: -24px;
    font-weight: 400;
}
.card-section p {
    font-size: 1rem !important;
}
.pricebox-shipping-info {
    color: red;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0;
    margin: 0 0 24px 0 !important;
    font-family: "Nunito Sans", sans-serif;
}
.middle {
    border: solid 7px #ec8a74;
    border-radius: 20px;
    /* background-color: #f9f8da; */
    /* margin-top: -20px; */
    filter: drop-shadow(0 0 1rem rgba(94, 93, 93, 0.44));
    background-image: radial-gradient(
    circle at 50% 35%,
    #fff,
    #fbe0d3 34%,
    #f7d8b1 74%,
    #fcd8b8 81%
  );
}
.pricebox .price-box {
    transition: transform 0.3s;
    margin: 12px auto;
}
.price-boxhdr-best {
    background-color: #ec8a74;
    text-align: center;
    font-size: 1.4rem;
    padding: 0 0 8px;
    margin-bottom: 12px;
    margin-top: -2px;
}
@media(max-width: 768px){
    .pricebox .row{
        flex-wrap: wrap;
    }
    .pricebox .row .col-4{
        flex: 100%;
    }
    .o1{
        order: 1;
    }
    .o2{
        order: 2;
    }
    .o3{
        order: 3;
    }
     .pricebox .row .col-6{
        flex: 100%;
    }
    .awkn-prd1 {
    max-width: 250px !important;
    margin: 0 auto;
    }
    .pricebox .price_product_box {
    height: 0px;
    max-height: 0px;
}
.mainPrice_x2 {
    margin-top: 0rem !important;
}
.left_box{
    margin-bottom: 30px;
}
.awkn-prd6-mbl{
    padding: 0 10px;
}
}
@media(max-width: 430px){
    .mainPrice {
       margin-top: 0rem;
    }
    p.pricebox-shipping-info.text-center.medium.mb-0.mb-lg-5 {
    margin-bottom: 20px !important;
}
}
@media(max-width: 375px){
    .mainPrice {
    font-size: 4.7rem;
}
.mainPrice span {
    font-size: 1.6rem;
}
}
@media(max-width: 320px){
    img.awkn-prd3.d-block.d-lg-none.mx-auto.img-fluid {
    width: 100%;
}
.pricebox-bottle-nr.text-center {
    font-size: 1.6rem;
}
.semi-b {
    font-size: 16px;
}
}





