
/* Shop and Category Page Banner Section */
#shop_banner {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    z-index: 1;
    margin-top: 80px;
}

#shop_banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #00182c9c; */
    /* background: #00182cc7; */
    background: #00182c9e;
    z-index: -1;
    border-radius: inherit;
}



#shop_banner .common_container {
    width: 88%;
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px 0;
}


.shop_banner_main_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.shop_banner_main_box h1 {
    font-size: 60px;
    line-height: 78px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins';
    margin-bottom: 10px;
}


.shop_banner_main_box nav {
    font-size: 18px;
    line-height: 30px;
    color: #FF9800 !important;
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins';
}



.shop_banner_main_box nav a {
    text-decoration: none;
    color: #FFF !important;
}



/* Shop Page Banner Section  Max 599px */
@media only screen and (max-width: 599px) {
    #shop_banner .common_container {
        margin: 60px 0;
    }

    #shop_banner {
        margin-top: 55px;
    }
}













/* All Product Display Section */
#all_product {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}



#all_product .common_container {
    width: 88%;
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px 0;
}


.all_product_main_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
}



/* Product Filter Section */
.product_side_bar {
    width: 25%;
    position: relative;
}

.filter_close_btn {
    display: none;
}


.product_sidebar_box {
    width: 100%;
    margin-bottom: 60px;
}

.product_sidebar_box h3 {
    font-size: 24px;
    color: #101923;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 15px;

    color: #009688;
    color: #03A9F4;
    /* color: #101923; */
}

.product_sidebar_box li {
    list-style: none;
    font-size: 14px;
    color: #FF5722;
    font-weight: 400;
    font-family: 'Poppins';
    margin-bottom: 10px;
    transition: 0.2s ease-in-out;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.product_sidebar_box li:hover {
    color: #232323;
}

.product_sidebar_box li::before, .product_sidebar_box li::after {
    display: none !important;
}

.product_sidebar_box li a {
    text-decoration: none;
    font-size: 16px;
    color: #232323;
    transition: 0.2s ease-in-out;
}


.product_sidebar_box li:hover a {
    color: #FF5722;
}




.price_filter_box .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #ffd3c5 !important;
    border: 0;
}


.price_filter_box .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #FF5722 !important;
}


.price_filter_box .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #ffffff !important;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
    box-shadow: 0px 0px 5px 0px;
}


.price_filter_box .price_slider_amount {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
}


.price_filter_box .price_slider_amount .price_label {
    font-size: 16px;
    font-family: 'Poppins';
    margin-bottom: 15px;
    color: #000;
}


.price_filter_box .price_slider_amount button.button {
    font-size: 16px;
    color: #FFF !important;
    font-weight: 400 !important;
    font-family: 'Poppins';
    background: #1096a5 !important;
    background: linear-gradient(45deg, #00083f, #00edff) !important;
    background: linear-gradient(45deg, #00083f, #00a3ff) !important;
    border-radius: 100px;
    padding: 0 !important;
    padding: 10px 30px !important;
}




/* Top Rated Products */
.product_sidebar_box.top_rated_filter_box ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.product_sidebar_box.top_rated_filter_box ul li {
    width: 100%;
    display: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.product_sidebar_box.top_rated_filter_box ul li a {
    font-size: 18px !important;
    display: block;
    color: #101923 !important;
    font-weight: 600 !important;
    font-family: 'Poppins';
}


.product_sidebar_box.top_rated_filter_box ul li del {
    font-size: 16px !important;
    color: #919191;
    margin-right: 10px;
}


.product_sidebar_box.top_rated_filter_box ul li ins {
    text-decoration: none;
    font-size: 16px !important;
    color: #FF5722;
    font-weight: 500;
}

.product_sidebar_box.top_rated_filter_box ul li img {
    /* border: 1px solid #919191; */
    padding: 3px !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 2px 1px #9E9E9E;
}



/* 6 . Latest Product Filter */
.product_sidebar_box.latest_filter_box ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.product_sidebar_box.latest_filter_box ul li {
    width: 100%;
    display: flex ;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.product_sidebar_box.latest_filter_box ul li h4 {
    font-size: 18px !important;
    color: #101923;
    font-weight: 600 !important;
    font-family: 'Poppins';
}


.product_sidebar_box.latest_filter_box ul li del {
    font-size: 16px !important;
    color: #919191;
    margin-right: 10px;
}


.product_sidebar_box.latest_filter_box ul li ins {
    text-decoration: none;
    font-size: 16px !important;
    color: #FF5722;
    font-weight: 500;
}

.product_sidebar_box.latest_filter_box ul li img {
    width: 32px;
    height: auto;
    padding: 3px !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 2px 1px #9E9E9E;
}



/* 7 . Recent View Product Filter */
.product_sidebar_box.recently_filter_box ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.product_sidebar_box.recently_filter_box ul li.recently_viewed_li {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}


.product_sidebar_box.recently_filter_box ul li.recently_viewed_li a {
    width: 100%;
    display: flex ;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.product_sidebar_box.recently_filter_box ul li.recently_viewed_li h4 {
    font-size: 18px !important;
    color: #101923;
    font-weight: 600 !important;
    font-family: 'Poppins';
}


.product_sidebar_box.recently_filter_box ul li.recently_viewed_li del {
    font-size: 16px !important;
    color: #919191;
    margin-right: 10px;
}


.product_sidebar_box.recently_filter_box ul li.recently_viewed_li ins {
    text-decoration: none;
    font-size: 16px !important;
    color: #FF5722;
    font-weight: 500;
}

.product_sidebar_box.recently_filter_box ul li.recently_viewed_li img {
    width: 32px;
    height: auto;
    padding: 3px !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 2px 1px #9E9E9E;
}



/* 8 . Product Tag filter */
.product_sidebar_box.tag_filter_box h2 {
    display: none;
}





.all_product_main_box {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.product_view_control_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}


.product_view_control {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
}


.product_view_control span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #03A9F4;
}


.product_view_control span.grid_view {
    background-color: #03A9F4;
}

.product_view_control span svg {
    width: 20px;
    height: 20px;
}


.product_view_control span.grid_view svg {
    fill: #FFF;
}


.product_view_control span.list_view svg {
    fill: #03A9F4;
}


.product_loop_sorting_item .woocommerce-ordering {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 !important;
}


.product_loop_sorting_item .woocommerce-ordering select.orderby {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 40px 10px 16px;
    font-size: 16px;
    font-family: 'Poppins';
    border: 2px solid #03A9F4;
    border-radius: 30px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7l5 5 5-5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product_loop_sorting_item .woocommerce-ordering select.orderby:hover, .product_loop_sorting_item .woocommerce-ordering select.orderby:focus {
    border-color: #03A9F4;
    outline: #03A9F4;
}


.mobile_filter_btn {
    display: none;
}







/* Product Show  */
.product_show_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}


.product_show_box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.product_show_box ul::before {
    display: none !important;
}


.product_show_box ul li.product {
    width: 30% !important;
    float: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 !important;
    padding-bottom: 20px !important;
    box-shadow: 0px 6px 15px -1px #747fa2;
    border-radius: 20px;
    overflow: hidden;
}


.product_show_box ul  li.product span.onsale {
    display: none;
}

.product_show_box ul  li.product a.woocommerce-LoopProduct-link {
    width: 100%;
    text-decoration: none !important;
}


.product_show_box ul  li.product a.woocommerce-LoopProduct-link img {
    width: 100%;
    height: 180px !important;
    object-fit: contain;
    margin: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}


.product_show_box ul  li.product a.woocommerce-LoopProduct-link h2 {
    font-size: 18px !important;
    color: #101923;
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins';
    padding: 0 20px !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
}


.product_show_box ul  li.product a.woocommerce-LoopProduct-link span.price {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 !important;
    margin-bottom: 20px !important;
    font-family: 'poppins';
    font-weight: 600;
    font-size: 15px;
    color: #03A9F4;
}


.product_show_box ul  li.product a.woocommerce-LoopProduct-link span.price del {
    font-size: 16px;
    color: #989898 !important;
    font-family: 'Poppins';
}



.product_show_box ul  li.product a.woocommerce-LoopProduct-link span.price ins {
    text-decoration: none;
    font-size: 16px;
    color: #00b2a6;
    font-family: 'Poppins';
    font-weight: 600;
}



.product_show_box ul li.product a.button {
    text-decoration: none;
    width: fit-content;
    display: inline-block;
    font-size: 16px;
    font-weight: 400 !important;
    color: #ffffff !important;
    font-family: 'Poppins';
    /* background: #00b2a6 !important; */
    background: linear-gradient(45deg, #00083f, #00edff);
    background: linear-gradient(45deg, #00083f, #00a3ff) !important;
    background: #131f26 !important;
    margin: 0 !important;
    padding: 12px 30px !important;
    border-radius: 100px;
}


.product_show_box ul li.product a.added_to_cart.wc-forward {
    text-decoration: none;
    color: #4CAF50;
    font-size: 15px;
    font-weight: 500;
    /* color: #FF5722; */
    font-family: 'Poppins';
    padding: 0;
    margin-top: 10px;
}




/* Product Pagination */
.product_loop_pagination nav.woocommerce-pagination ul {
    border: none !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}



.product_loop_pagination nav.woocommerce-pagination ul li {
    border: none !important;
    font-family: 'Poppins';
    display: flex;
    justify-content: center;
    align-items: center;
}


.product_loop_pagination nav.woocommerce-pagination ul li span, .product_loop_pagination nav.woocommerce-pagination ul li a {
    text-decoration: none;
    line-height: unset;
    font-size: 16px;
    border: 2px solid #0096a5;
    width: 25px;
    height: 25px;
    font-weight: 400;
    padding: 8px;
    min-width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


.product_loop_pagination nav.woocommerce-pagination ul li span.current {
    color: #FFF;
    background-color: #0096a5;
}

.product_loop_pagination nav.woocommerce-pagination ul li a {
    background: #ffffff;
    color: #0096a5;
    transition: 0.2s ease-in-out;
}

.product_loop_pagination nav.woocommerce-pagination ul li a:hover, .product_loop_pagination nav.woocommerce-pagination ul li a:focus {
    color: #FFF;
    background-color: #0096a5;
}






/* Product Section Min 1536px Max 1780px */
@media only screen and (min-width: 1536px) and (max-width: 1780px) {
    
}


/* Product Section Min 1400px Max 1535px */
@media only screen and (min-width: 1400px) and (max-width: 1535px) {
    
}


/* Product Section Min 1366px Max 1399px */
@media only screen and (min-width: 1366px) and (max-width: 1399px) {
    
}



/* Product Section Min 1280px Max 1365px */
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .product_show_box ul li.product {
        width: 46% !important;
    }
}


/* Product Section Min 1024px Max 1279px */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .product_show_box ul li.product {
        width: 46% !important;
    }
}


/* Product Section Min 992px Max 1023px */
@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .product_show_box ul li.product {
        width: 46% !important;
    }
}


/* Product Section Max 991px */
@media only screen and (max-width: 991px) {
    .mobile_filter_btn {
        display: block;
        font-size: 16px;
        color: #FFF;
        font-family: 'Poppins';
        padding: 10px 40px;
        border-radius: 100px;
        border: 2px solid #FFF;
        /* background-color: #1096a5; */
        background: linear-gradient(45deg, #00083f, #00a3ff) !important;
        box-shadow: 0px 0px 10px 0px #0000006b;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }

    .mobile_filter_btn:hover {
        background-color: #0e7f8b;
    }


    .filter_overlay {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        background-color: #000e1ec9;
        z-index: 999999;
    }


    .filter_overlay.filter_overlay_active {
        display: block;
    }

    .product_side_bar {
        position: fixed;
        left: 0;
        top: 0;
        width: 50vw;
        height: 94vh;
        background: #fff;
        z-index: 1000000;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.4s ease;
        padding: 60px 60px 0px 60px;
    }

    .product_side_bar.product_side_bar_active {
        transform: translateX(0);
    }



    /* All Shop Page Main Container */
    .all_product_main_container {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }


    .filter_close_btn {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        border-radius: 50%;
        font-size: 16px;
        background-color: #e0eaf7;
        transition: 0.2s ease-in-out;
        box-shadow: 0px 0px 7px -1px #003065;
    }

    .filter_close_btn i {
        font-size: 16px;
        color: #003e67;
    }

    .filter_close_btn:hover {
        background-color: #d60707;
    }

    .filter_close_btn:hover i {
        color: #FFF;
    }



    /* Product Display Section */
    .all_product_main_box {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .product_show_box ul li.product {
        width: 46% !important;
    }
}


/* Product Section Min 768px Max 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}



/* Product Section Min 600px Max 767px */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    
}

/* Product Section Min 420px Max 599px */
@media only screen and (min-width: 420px) and (max-width: 599px) {

    #all_product .common_container {
        margin: 40px 0;
    }

    .product_view_control {
        display: none;
    }

    .product_view_control span {
        width: 34px;
        height: 34px;
    }

    .product_view_control span svg {
        width: 15px;
        height: 15px;
    }

    .mobile_filter_btn {
        font-size: 15px;
        padding: 6px 30px;
    }

    .product_loop_sorting_item .woocommerce-ordering select.orderby {
        font-size: 15px;
        padding: 6px 6px 6px 10px;
    }


    /* Product Display Box */
    .product_show_box ul {
        gap: 30px;
    }

    .product_show_box ul li.product a.woocommerce-LoopProduct-link img {
        width: 100%;
        height: 100px !important;
    }

    .product_show_box ul li.product a.woocommerce-LoopProduct-link h2 {
        font-size: 16px !important;
    }

    .product_show_box ul li.product a.woocommerce-LoopProduct-link span.price {
        gap: 10px;
        font-family: 'poppins';
        margin: 0 10px 20px 10px !important;
    }

    .product_show_box ul li.product a.woocommerce-LoopProduct-link span.price del {
        font-size: 15px;
    }

    .product_show_box ul li.product a.woocommerce-LoopProduct-link span.price ins {
        font-size: 15px;
    }

    .product_show_box ul li.product a.button {
        font-size: 14px;
        padding: 12px 26px !important;
    }

        .product_side_bar {
        width: 100%;
        height: 94vh;
        padding: 60px 80px 0px 40px;
    }

    .product_sidebar_box h3 {
        font-size: 20px;
    }

    .product_sidebar_box li a {
        font-size: 14px;
    }

    .price_filter_box .price_slider_amount .price_label {
        font-size: 14px;
    }

    .product_sidebar_box.top_rated_filter_box ul li del, .product_sidebar_box.top_rated_filter_box ul li ins {
        font-size: 14px !important;
    }


    .product_sidebar_box.latest_filter_box ul li del, .product_sidebar_box.latest_filter_box ul li ins {
        font-size: 14px !important;
    }


    .product_sidebar_box.recently_filter_box ul li.recently_viewed_li del, .product_sidebar_box.recently_filter_box ul li.recently_viewed_li ins {
        font-size: 14px !important;
    }
}


/* Product Section  Max 445px */
@media only screen and (max-width: 445px) {


    #all_product .common_container {
        margin: 40px 0;
    }

    .product_view_control_box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .product_view_control {
        display: none;
    }

    .product_view_control span {
        width: 34px;
        height: 34px;
    }

    .product_view_control span svg {
        width: 15px;
        height: 15px;
    }

    .mobile_filter_btn {
        font-size: 15px;
        padding: 6px 30px;
    }

    .product_loop_sorting_item .woocommerce-ordering select.orderby {
        font-size: 15px;
        padding: 6px 6px 6px 10px;
    }


    /* Product Display Box */
    .product_show_box ul {
        gap: 30px;
    }

    .product_show_box ul li.product {
        width: 100% !important;
    }

    .product_show_box ul li.product a.woocommerce-LoopProduct-link img {
        width: 100%;
        height: 180px !important;
    }

    .product_show_box ul li.product a.woocommerce-LoopProduct-link h2 {
        font-size: 16px !important;
    }

    .product_show_box ul li.product a.woocommerce-LoopProduct-link span.price {
        gap: 10px;
        font-family: 'poppins';
        margin: 0 10px 20px 10px !important;
    }


    .product_show_box ul li.product a.woocommerce-LoopProduct-link span.price del {
        font-size: 15px;
    }

    .product_show_box ul li.product a.woocommerce-LoopProduct-link span.price ins {
        font-size: 15px;
    }

    .product_show_box ul li.product a.button {
        font-size: 14px;
        padding: 12px 26px !important;
    }

    .product_side_bar {
        width: 100%;
        height: 94vh;
        padding: 60px 80px 0px 40px;
    }

    .product_sidebar_box h3 {
        font-size: 20px;
    }

    .product_sidebar_box li a {
        font-size: 14px;
    }

    .price_filter_box .price_slider_amount .price_label {
        font-size: 14px;
    }

    .product_sidebar_box.top_rated_filter_box ul li del, .product_sidebar_box.top_rated_filter_box ul li ins {
        font-size: 14px !important;
    }


    .product_sidebar_box.latest_filter_box ul li del, .product_sidebar_box.latest_filter_box ul li ins {
        font-size: 14px !important;
    }


    .product_sidebar_box.recently_filter_box ul li.recently_viewed_li del, .product_sidebar_box.recently_filter_box ul li.recently_viewed_li ins {
        font-size: 14px !important;
    }


}


/* Product Section  Max 419px */
@media only screen and (max-width: 419px) {
    
}




































h1.page_banner_title {
    font-size: 60px;
    line-height: 70px;
}



/* Page Banner Title Min 1536px Max 1780px */
@media only screen and (min-width: 1536px) and (max-width: 1780px) {
    h1.page_banner_title {
        font-size: 60px;
        line-height: 70px;
    }
}


/* Page Banner Title Min 1400px Max 1535px */
@media only screen and (min-width: 1400px) and (max-width: 1535px) {
    h1.page_banner_title {
        font-size: 60px;
        line-height: 70px;
    }
}


/* Page Banner Title Min 1366px Max 1399px */
@media only screen and (min-width: 1366px) and (max-width: 1399px) {
    h1.page_banner_title {
        font-size: 50px;
        line-height: 60px;
    }
}



/* Page Banner Title Min 1280px Max 1365px */
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    h1.page_banner_title {
        font-size: 50px;
        line-height: 50px;
    }
}


/* Page Banner Title Min 1024px Max 1279px */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    h1.page_banner_title {
        font-size: 50px;
        line-height: 60px;
    }
}


/* Page Banner Title Min 992px Max 1023px */
@media only screen and (min-width: 992px) and (max-width: 1023px) {
    h1.page_banner_title {
        font-size: 50px;
        line-height: 60px;
    }
}


/* Page Banner Title Min 768px Max 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1.page_banner_title {
        font-size: 40px;
        line-height: 50px;
    }
}



/* Page Banner Title Min 600px Max 767px */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    h1.page_banner_title {
        font-size: 40px;
        line-height: 50px;
    }
}


/* Page Banner Title Min 420px Max 599px */
@media only screen and (min-width: 420px) and (max-width: 599px) {
    h1.page_banner_title {
        font-size: 32px;
        line-height: 42px;
    }
}


/* Page Banner Title  Max 419px */
@media only screen and (max-width: 419px) {
    h1.page_banner_title {
        font-size: 28px;
        line-height: 38px;
    }
}