/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .wp_intro{
        
    }
    .wp_intro .block{
        width: auto;
    }
    .wp_intro .block h1{
        font-size: 23px;
    }
    .wp_intro .block p{
        font-size: 17px;
    }
    .wp_btn{
        padding:10px 30px;
    }
    .wp_rest .block{
        margin: 15px 0;
    }
    .wp_rest,
    .wp_question{
        padding: 20px 0;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 18px;
    }
    .wp_question .data .another{
        font-size: 14px;
    }
    .wp_question .accordion .card .card-header button span{
        font-size: 13px;
    }
    .wp_question .accordion .card .card-body{
        font-size: 13px;
    }
    .wp_question .accordion .card .card-header button{
        padding: 10px 5px;
    }
    .wp_footer .pages li{
        margin: 10px 0;
        display: block;
    }
    .wp_footer .pages li a{
        font-size: 13px;
    }
    .wp_footer .img-payment{
        text-align: center;
    }
    .wp_footer .copy{
        margin-top: 20px;
        text-align: center;
    }
    .wp_footer{
        padding: 15px 0;
    }
    .wp_feature .block{
        text-align: right;
    }
    .wp_offer .details{
        margin-top: 20px;
    }
    .wp_offer .img-box{
        height: 300px;
    }
    .wp_offer .details h1{
        font-size: 30px;
    }
    .wp_offer .details .product_name{
        font-size: 25px;
    }
    .wp_offer .details .description{
        font-size: 15px;
        margin: 15px 0;
    }
    .wp_product_home{
        padding: 20px 0;
    }
    .addToCart{
        font-size: 14px;
    }
    .wp_product_home .block .price .offer{
        font-size: 17px;
    }
    .wp_product_home .block .price .normal{
        font-size: 14px;
    }
    .wp_product_home .block .name{
        font-size: 12px;
    }
    .wp_product_details .data{
        margin-top: 20px;
        border-top: 0;
    }
    .wp_product_details .data .product_name{
        font-size: 25px;
    }
    .wp_product_details .data .price{
        font-size: 30px;
    }
    .wp_product_details .data .offer_block .offer_name{
        font-size: 11px;
    }
    .wp_product_details .data .offer_block .offer_price{
        font-size: 12px;
    }
    .wp_product_details .data .offer_block .offer_price .find_offer{
        font-size: 8px;
    }
    .wp_product_details .data .offer_block .offer_image{
        width: 40px;
    }
    .cart_side_sec{
        width: 270px;
    }
    .cart_side_sec .block .input-group{
        width: 55%;
    }
    .cart_side_sec .block .name{
        font-size: 12px;
    }
    .cart_side_sec .block .price{
        font-size: 13px;
    }
    .cart_side_sec .block .img-box{
        height: 70px;
    }
    .wp_checkout .summary .total{
        position: unset;
        margin-top: 30px;
    }
    .blogs_sec .block .pref{
        font-size: 13px;
        margin-bottom: 13px;
    }
    .blogs_sec .block .title{
        font-size: 20px;
    }
    .blogs_sec .block .foot{
        font-size: 12px;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .wp_intro{
        height: auto;
    }
    .wp_intro .block{
        width: auto;
        padding:50px 0;
    }
    .wp_intro .block h1{
        font-size: 25px;
    }
    .wp_intro .block p{
        font-size: 15px;
    }
    .wp_rest .block{
        margin: 15px 0;
    }
    .wp_rest,
    .wp_question{
        padding: 20px 0;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 18px;
    }
    .wp_question .data .another{
        font-size: 14px;
    }
    .wp_question .accordion .card .card-header button span{
        font-size: 13px;
    }
    .wp_question .accordion .card .card-body{
        font-size: 13px;
    }
    .wp_question .accordion .card .card-header button{
        padding: 10px 5px;
    }
    .wp_footer .pages li a{
        font-size: 11px;
    }
    .wp_footer .img-payment{
        text-align: center;
    }
    .wp_footer .copy{
        margin-top: 20px;
        text-align: center;
    }
    .wp_footer{
        padding: 15px 0;
    }
    .wp_feature .block{
        text-align: right;
    }
    .wp_offer .details{
        margin-top: 20px;
    }
    .wp_offer .img-box{
        height: 300px;
    }
    .wp_product_home{
        padding: 20px 0;
    }
    .addToCart{
        font-size: 14px;
    }
    .wp_product_home .block .price .offer{
        font-size: 17px;
    }
    .wp_product_home .block .price .normal{
        font-size: 14px;
    }
    .wp_product_home .block .name{
        font-size: 12px;
    }
    .wp_product_details .data{
        margin-top: 20px;
        border-top: 0;
    }
    .wp_checkout .summary .total{
        position: unset;
        margin-top: 30px;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .wp_intro{
        height: auto;
    }
    .wp_intro .block{
        width: auto;
        padding:50px 0;
    }
    .wp_intro .block h1{
        font-size: 35px;
    }
    .wp_intro .block p{
        font-size: 17px;
    }
    .wp_rest .block h3{
        font-size: 17px;
    }
    .wp_rest .block p{
        font-size: 14px;
    }
    .wp_offer .details{
        margin-top: 20px;
    }
    .wp_product_details .data{
        margin-top: 20px;
        border-top: 0;
    }
    .wp_checkout .summary .total{
        position: unset;
        margin-top: 30px;
    }
    .blogs_sec .block .pref{
        font-size: 10px;
        margin-bottom: 10px;
    }
    .blogs_sec .block .title{
        font-size: 20px;
    }
    .blogs_sec .block .foot{
        font-size: 11px;
    }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .wp_rest .block p{
        font-size: 13px;
    }
    .addToCart{
        font-size: 15px;
    }
    .wp_product_home .block .price .offer {
        font-size: 20px;
    }
    .wp_product_home .block .name{
        font-size: 13px;
    }
    .wp_product_details .data .wp_rest .block p{
        font-size: 10px;
    }
    .wp_product_details .data .offer_block .offer_price{
        font-size: 14px;
    }
    .wp_product_details .data .offer_block .offer_name{
        font-size: 14px;
    }
    .wp_product_details .data .offer_block .offer_price .find_offer{
        font-size: 11px;
    }
    .blogs_sec .block .pref{
        font-size: 13px;
    }
    .blogs_sec .block .title{
        font-size: 22px;
    }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
