/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .news_header h2 {
      font-size: 16px;
    }
    .news_header span {
        font-size: 12px;
    }
    .news_desc {
        font-size: 12px;
        -webkit-line-clamp: 4;
        line-height: 18px;
    }
    .news_read_btn a {
        font-size: 12px;
        padding: 4px 7px;
    }
    .product_view_top_details h2 {
        font-size: 25px;
    }
    .product_view_top_details .product_price_show h3 {
        font-size: 20px;
        margin-bottom: 4px;
        margin-top: 0;
    }
    .p_v_1 {
        font-size: 14px;
    }
    .product_view_tool_details {
        flex-wrap: wrap;
        border-top: 1px solid var(--success);
    }
    .p_v_2 {
        width: 100%;
        overflow: hidden;
        display: list-item;
        position: relative;
        font-size: 14px;
        margin-top: 5px;
    }
    .product_view_rating_snippets {
        width: 100%;
        right: 0;
    }
    .product_view_middile_details {
        flex-wrap: wrap;
        padding-right: 8px !important;
    }
    .product_view__img {
        width: 100% !important;
        margin-top: 5px !important;
    }
    .product_view_middile_details .product_highlight_details {
        width: 100%;
    }
    .product_view_middile_details .product_highlight_details ul {
        padding-left: 0 !important;
        margin-top: 5px !important;
    }
    .product_view_top_details .product_price_show {
        position: relative;
        right: 0 !important;
        top: 4px;
    }
    table#product_spec_table th, table#product_spec_table td {
        font-size: 13px;
    }
    table#product_spec_table th {
        width: 38% !important;
    }
    .product_view_title h3 {
        font-size: 16px;
    }
    .title h2 {
        font-size: 16px;
    }
    .product_img {
        width: 100%;
        margin: 8px 0;
    }
    .product_home_ratings {
        display: none;
    }
    .product_list_middle_details {
        display: block;
    }
    .product_card {
        overflow: hidden;
    }
    .product_highlight_details {
        width: 100%;
    }
    ul#product_highlight_list {
        padding-left: 0;
    }
    ul#product_highlight_list li {
        height: 40px;
        display: flex;
        align-items: center;
    }
    .review_bottom_details {
        display: block;
        height: auto;
        position: relative;
        margin-top: -48px;
    }
    .review_title {
        position: relative;
    }
    .review_ratings_count_all {
        width: 100%;
        position: relative;
    }
    .review_bottom_right {
        position: relative;  
        width: 100%;
        place-content: flex-start;
        height: 40px;
    }
    .review_title h3 {
        font-size: 20px;
    }
    .compare_product_name h4 {
        font-size: 16px;
    }
    .footer_desc {

width: 100%;
    display: block;
    padding-top: 5px;
    margin-bottom: 8px;
}
    .footer_social_list {
        
width: 100%;
        
float: none;
        
position: relative;
        
top: 0;
        
z-index: 0;
    }
    .footer_top {
        
display: block;
        
height: auto;
        
overflow: hidden;
    }
    .footer_top:before {
    content: none;
    }
    .footer_copyright {
        
width: 100%;
        
text-align: center;
        
/* position: absolute; */
        
bottom: 0;
margin-top: 8px;
    }
    .footer_link {
        
width: 100%;
        
place-content: center;
        
align-items: center;
        
display: flex;
    }
    .price_list_last {
        
display: none;
    }
    .product_filter_middleL {
        height: 400px;
        overflow: hidden;
        overflow-y: auto;
        margin-bottom: 15px;
    }
    .filter_url_link {
        display: none;
    }
    /*.header_search_box {*/
    /*    width: 50%;*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    float: right;*/
    /*    top: 1px;*/
    /*}*/
    .share_it_wrap_li {
        
width: 100%;
        
position: relative;
        
top: 5px;
        
right: 0;
        
padding-top: 8px;
    }
}

/* small devices (phones, 600px and down) */
@media only screen and (min-width: 600px) {
    .news_header h2 {
      font-size: 16px;
    }
    .news_header span {
        font-size: 12px;
    }
    .news_desc {
        font-size: 12px;
        -webkit-line-clamp: 4;
        line-height: 18px;
    }
    .news_read_btn a {
        font-size: 13px;
        padding: 5px 8px;
    }.product_view_top_details h2 {
        font-size: 25px;
    }
    .product_view_top_details .product_price_show h3 {
        font-size: 21px;
        margin-bottom: 4px;
        margin-top: 0;
    }
    .p_v_1 {
        font-size: 14px;
    }
    .product_view_tool_details {
        flex-wrap: wrap;
        border-top: 1px solid var(--success);
    }
    .p_v_2 {
        width: 100%;
        overflow: hidden;
        display: list-item;
        position: relative;
        font-size: 14px;
        margin-top: 5px;
        list-style: none;
    }
    .product_view_rating_snippets {
        width: 100%;
        right: 0;
    }
    .product_view_middile_details {
        flex-wrap: wrap;
        padding-right: 8px !important;
    }
    .product_view__img {
        width: 100% !important;
        margin-top: 5px !important;
    }
    .product_view_middile_details .product_highlight_details {
        width: 100%;
    }
    .product_view_middile_details .product_highlight_details ul {
        padding-left: 0 !important;
        margin-top: 5px !important;
    }
    .product_view_top_details .product_price_show {
        position: relative;
        right: 0 !important;
        top: 4px;
    }
    table#product_spec_table th, table#product_spec_table td {
        font-size: 13px;
    }
    table#product_spec_table th {
        width: 38% !important;
    }
    .product_view_title h3 {
        font-size: 16px;
    }
    .title h2 {
        font-size: 16px;
    }
    .product_img {
        width: 100%;
        margin: 8px 0;
    }
    .product_home_ratings {
        display: none;
    }
    .product_list_middle_details {
        display: block;
    }
    .product_card {
        overflow: hidden;
    }
    .product_highlight_details {
        width: 100%;
    }
    ul#product_highlight_list {
        padding-left: 0;
        width: 100%;
    }
    ul#product_highlight_list li {
        height: 40px;
        display: flex;
        align-items: center;
    }
    .review_bottom_details {
        display: block;
        height: auto;
        position: relative;
        margin-top: -40px;
    }
    .review_title {
        position: relative;
    }
    .review_ratings_count_all {
        width: 100%;
        position: relative;

    }
    .review_bottom_right {
        /* position: relative; */
        width: 100%;
        place-content: flex-start;
        height: 40px;
    }
    .review_title h3 {
        font-size: 16px;
        background-color: rebeccapurple;
    }
    .compare_product_name h4 {
        font-size: 16px;
    }
    .footer_desc {
        
width: 100%;
        
height: auto;
    display: block;
    padding-top: 5px;
    margin-bottom: 8px;
    }
    .footer_social_list {
        
width: 100%;
        
position: relative;
        
top: 0;
        
z-index: 0;
    }
    .footer_top {
        
display: block;
        
height: auto;
        
overflow: hidden;
    }
    .footer_top:before {
        
content: none;
    }
    .footer_copyright {
        
text-align: center;
        
width: 100%;
        
float: none;
margin-top: 8px;
    }
    .footer_link {
        
width: 100%;
        
place-content: center;
        
align-items: center;
        
display: flex;
    }
    .price_list_last {
        
display: none;
    }
    .product_filter_middleL {
        height: 400px;
        overflow: hidden;
        overflow-y: auto;
        margin-bottom: 15px;
    }
    .filter_url_link {
        display: none;
    }
    /*.header_search_box {*/
    /*    width: 50%;*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    float: right;*/
    /*    top: 1px;*/
    /*}*/
    .share_it_wrap_li {
        
width: 100%;
        
position: relative;
        
top: 5px;
        
right: 0;
        
padding-top: 8px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .news_header h2 {
      font-size: 18px;
    }
   .news_header span {
        font-size: 12px;
    }
    .news_desc {
        font-size: 13px;
        -webkit-line-clamp: 4;
        line-height: 20px;
    }
    .news_read_btn a {
        font-size: 13px;
        padding: 5px 8px;
    }
    .product_view_top_details h2 {
        font-size: 27px;
    }
    .product_view_top_details .product_price_show h3 {
        font-size: 27px;
    }
    .product_view_rating_snippets {
        place-content: flex-start;      
        right: 0;
    }
    .product_view_middile_details {
        flex-wrap: initial;
    }
    .product_view__img {
        width: 48% !important;
    }
    .product_view_middile_details .product_highlight_details {
        width: 52%;
    }
    .product_view_middile_details .product_highlight_details ul {
        padding-left: 12px !important;
    }
    .product_view_top_details .product_price_show {
        position: absolute;
        right: 12px !important;
        top: 10px;
        width: inherit;
    }
    .product_view_tool_details {
        border-top: none;
    }
    table#product_spec_table th, table#product_spec_table td {
        font-size: 14px;
    }
    table#product_spec_table th {
        width: 35% !important;
    }
    .product_view_title h3 {
        font-size: 18px;
    }
    .title h2 {
        font-size: 17px;
    }
    .product_img {
        width: 100%;
    }
    .product_home_ratings {
        display: block;
    }
    .product_list_middle_details {
        display: block;
    }
    .product_card {
        overflow: hidden;
    }
    .product_highlight_details {
        width: 100%;
    }
    ul#product_highlight_list {
        padding-left: 0;
        width: 100%;
    }
    ul#product_highlight_list li {
        height: 35px;
        display: flex;
        align-items: center;
    }
    .review_bottom_details {
        
    }
    .review_title {
        
    }
    .review_ratings_count_all {
        
    }
    .review_bottom_right {
        
    }
    .review_title h3 {
        font-size: 18px;
        background-color: rebeccapurple;
    }
    .compare_product_name h4 {
        font-size: 18px;
    }
    .footer_desc {
        
width: 100%;
        
height: auto;
    display: block;
    padding-top: 5px;
    margin-bottom: 0;
    }
    .footer_social_list {
        
width: 100%;
        
position: relative;
        
top: 0;
        
z-index: 0;
    }
    .footer_top {
        
display: block;
        
height: auto;
        
overflow: hidden;
    }
    .footer_top:before {
        
    }
    .footer_copyright {
        
text-align: center;
        
width: 100%;
        
float: none;
margin-top: 8px;
    }
    .footer_link {
        
width: 100%;
        
place-content: center;
        
align-items: center;
        
display: flex;
    }
    .price_list_last {
        
display: none;
    }
    
    .similar_product_ul li:last-child {
        display: list-item !important;
    }
    .product_filter_middleL {
        height: 400px;
        overflow: hidden;
        overflow-y: auto;
        margin-bottom: 15px;
    }
    .filter_url_link {
        display: none;
    }
    /*.header_search_box {*/
    /*    width: 50%;*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    float: right;*/
    /*    top: 1px;*/
    /*}*/
    .share_it_wrap_li {
        
width: auto;
        
position: absolute;
        
top: 0;
        
right: 15px;
        
padding-top: 0;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .news_header h2 {
      font-size: 22px;
    }
   .news_header span {
        font-size: 13px;
    }
    .news_desc {
        font-size: 13px;
        -webkit-line-clamp: 5;
        line-height: 24px;
    }
    .news_read_btn a {
        font-size: 14px;
        padding: 5px 8px;
    }
    .product_view_top_details h2, .product_view_top_details .product_price_show h3 {
        font-size: 30px;
    }
    .p_v_1 {
        font-size: 15px;
    }
    .product_view_tool_details {
        flex-wrap: initial;
    }
    .p_v_2 {
        width: auto;
        overflow: auto;
        display: block;
        position: initial;
    }
    .product_view_rating_snippets {
        right: 12px;
        width: auto;
    }
    table#product_spec_table th, table#product_spec_table td {
        font-size: 14px;
    }
    table#product_spec_table th {
        width: 33% !important;
    }
    .product_view_title h3 {
        font-size: 19px;
    }
    .title h2 {
        font-size: 18px;
    }
    .product_list_middle_details {
        display: flex;
    }
    .product_card {
        overflow: visible;
    }
    .product_highlight_details {
        width: 60%;
    }
    ul#product_highlight_list {
        
        padding-left: 12px;
    }
    ul#product_highlight_list li {
        height: 30px;
        display: flex;
        align-items: center;
    }
    .product_img {
        width: 40%;
        margin: 0;
    }
    .review_bottom_details {
        position: absolute;
        display: flex;
        margin-top: 0;
    }
    .review_title {
        position: absolute;
    }
    .review_ratings_count_all {
        width: 60%;
    }
    .review_bottom_right {
        width: 50%;
        place-content: flex-end;
        height: 100%;
    }
    .review_title h3 {
        font-size: 30px;
        background-color: rebeccapurple;
    }
    .compare_product_name h4 {
        font-size: 20px;
    }
    .footer_desc {
        
width: auto;
        
height: 50px;
    display: flex;
    padding-top: 0;
    }
    .footer_social_list {
        
width: auto;
        
position: absolute;
        
top: 35px;
        
z-index: 1111111111;
    }
    .footer_top {
        
display: flex;
        
height: 50px;
        
overflow: unset;
    }
    .footer_top:before {
        content: "";
    }
    .footer_copyright {
        
width: auto;
        
text-align: left;
        
float: left;
margin-top: 0;
    }
    .footer_link {
        
width: auto;
        
float: right;
        
display: block;
    }
    .price_list_last {
        
display: table-cell;
    }
    .product_filter_middleL {
        height: auto;
        overflow: hidden;
        overflow-y: hidden;
        margin-bottom: 0;
    }
    .filter_url_link {
        display: block;
    }
    .header_search_box {
        width: 45%;
        position: absolute;
        right: 0;
        float: right;
        top: 1px;
    }
    .share_it_wrap_li {
        
    }
    /*.login_menu_li {*/
    /*    position: absolute;*/
    /*    top: 40px;*/
    /*}*/
    .main_menu_ul {
        position: absolute;
        top: -45px;
        display: block;
    }
    li.nav-item {
        float: left;
    }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .news_header h2 {
      font-size: 26px;
    }
   .news_header span {
        font-size: 14px;
    }
    .news_desc {
        font-size: 14px;
        -webkit-line-clamp: 5;
        line-height: 24px;
    }
    .news_read_btn a {
        padding: .375rem .75rem;
        font-size: 1rem;
    }
    .product_view_title h3 {
        font-size: 20px;
    }
    .title h2 {
        font-size: 18px;
    }
    .product_list_middle_details {
        display: flex;
    }
    .product_card {
        overflow: visible;
    }
    .product_highlight_details {
        width: 60%;
    }
    ul#product_highlight_list {
        padding-left: 12px;
    }
    ul#product_highlight_list li {
        height: 25px;
        display: flex;
        align-items: center;
    }
    .product_img {
        width: 40%;
        margin: 0;
    }
    .review_bottom_details {
        
    }
    .review_title {

    }
    .review_ratings_count_all {
        width: 50%;
    }
    .review_bottom_right {
        width: 50%;
        height: 45px;
    }
    .review_title h3 {
        font-size: 32px;
        background-color: rebeccapurple;
    }
    .compare_product_name h4 {
        font-size: 22px;
    }
    .footer_desc {
        
    }
    .footer_social_list {
        
    }
    .footer_top {
        
    }
    .footer_top:before {
        
    }
    .footer_copyright {
        
    }
    .footer_link {
        
    }
    .price_list_last {
        
    }
    .share_it_wrap_li {
        
    }
}