/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


:root {
  --font_Oswald: 'Oswald';
  --font_SpaceGrotesk: 'Space Grotesk';
}


/*==========*/
/* OUR TEAM */
/*==========*/
.gr_our_team_row {
    display: flex;
    flex-wrap: wrap;
}
.gr_our_team_col {
    width: 25%;
}
.gr_our_team_img_box img {
    width: 100%;
}
.gr_our_team_col {
    padding: 0px 8px;
}
.gr_our_team_heading_title {
    color: #EA3546;
    font-family: var(--font_Oswald);
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    line-height: 1.2;
    margin: 40px 0px 30px;
}
ul.gr_our_tm_meta_ul {
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.gr_ur_tm_sm_txt {
    font-size: 16px;
    font-family: var(--font_SpaceGrotesk);
    font-weight: 400;
    color: black;
    line-height: 1.2;
    text-align: right;
    margin: auto;
}
.gr_ur_price {
    color: #EA3546;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    font-family: var(--font_SpaceGrotesk);
    margin: auto;
}

.gr_pric_txt {
    font-family: var(--font_SpaceGrotesk);
    font-weight: 400;
    color: #EA3546;
    line-height: 1.2;
    margin: auto;
    font-size: 22px;
}
ul.gr_our_tm_meta_ul li {
    display: flex;
}
.gr_our_tm_meta_row {
    width: 52%;
    margin: 18px auto;
}
ul.gr_our_tm_meta_ul li:first-child {
    margin-right: 7px;
}
.gr_sm_btn {
    display: flex;
    color: #EA3546;
    font-weight: 700;
    font-size: 20px;
    font-family: var(--font_SpaceGrotesk);
    line-height: 1.2;
    width: 205px;
    height: 45px;
    border: 1px solid #EA3546;
    border-radius: 30px;
    transition: 1s !important;
    text-transform: uppercase;
}
.gr_sm_btn span {
    margin: auto;
}
.gr_our_tm_meta_btn_first {
    display: flex;
    justify-content: center;
}
.gr_site_btn span {
    margin: auto;
}
.gr_site_btn {
    display: flex;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-family: var(--font_SpaceGrotesk);
    line-height: 1.2;
   	width: 305px;
    height: 56px;
    border: 1px solid #EA3546;
    border-radius: 30px;
    background: #EA3546;
    transition: 1s !important;
    text-transform: uppercase;
}
.gr_sm_btn:hover, .gr_site_btn:hover {
    background: black;
    color: white;
    border: 1px solid black;
}
.gr_our_tm_meta_btn_second {
    display: flex;
    justify-content: center;
}
.gr_our_team_desc {
    font-weight: 400;
    font-size: 18px;
    color: black;
    line-height: 1.3;
    text-align: center;
    font-family: var(--font_SpaceGrotesk);
    height: 74px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.gr_our_tm_meta_btn_second {
    margin-top: 20px;
}
.gr_our_team_row  .slick-list{
    padding:0 40px 0 40px !important;
}
ul.gr_our_tm_meta_ul {
    display: none;
}

/*=====================*/
/* PRODUCT BLOCK DESIGN */
/*=====================*/
.grw_static_wr_main_row {
    display: flex;
}
.grw_stac_mn_col12 {
    flex: 1;
    padding: 0px 8px;
}
.grw_cart_btn {
    width: 244px;
    height: 40px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--font_SpaceGrotesk);
    color: black;
    display: flex;
    background: white;
    border-radius: 30px;
    transition: 1s !important;
    text-transform: uppercase;
}
.grw_cart_btn img {
    width: 19px !important;
    height: 19px !important;
    object-fit: contain;
    margin: auto 7px auto 0px !important;
}
.grw_cart_btn span {
    margin: auto;
    display: flex;
}
.grw_static_wr_lf_inner_row__in {
    display: flex;
}
.grw_in_sm_6 {
    flex: 1;
}
.grw_rsm_prod_box_inner {
    position: relative;
    line-height: 0;
}

.grw_rsm_prod_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.grw_rsm_prod_discount {
        background: #EA3546;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding: 6px 7px;
    display: block;
    color: white;
    font-family: var(--font_SpaceGrotesk);
    margin-bottom: 10px;
    width: fit-content;
}

.grw_rsm_prod_cat_txt {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    font-family: var(--font_SpaceGrotesk);
    text-transform: capitalize;
}

.grw_rsm_prod_title {
    display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    font-family: var(--font_Oswald);
    margin: 10px 0px 15px;
    text-transform: capitalize;
}
.grw_rsm_prod_price {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    font-family: var(--font_SpaceGrotesk);
    margin-bottom: 10px;
}
.grw_rsm_prod_link {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    font-family: var(--font_SpaceGrotesk);
    transition: 1s !important;
    text-transform: uppercase;
}
.grw_rsm_prod_add_cart_btn_div {
    position: absolute;
    bottom: 20px;
    left: 0;
}
.grw_rsm_prod_box_overlay_inner {
    height: 100%;
    padding: 20px 20px;
    position: relative;
}
.grw_in_sm_6_lf {
    padding: 0px 15px 15px 0px;
}
.grw_rsm_prod_link img {
    width: 25px !important;
    height: 24px !important;
    object-fit: contain;
    margin: auto 8px;
    display: flex;
}
.grw_rsm_prod_link {
    display: flex;
}
.grw_cart_btn:hover {
    background: #EA3546;
    color: white;
}
.grw_rsm_prod_box_overlay_inner {
    position: relative;
}

.grw_rsm_prod_box_overlay_inner:before {
    content: "";
    position: absolute;
    background: #0000007d;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.7s !important;
    opacity: 0;
}
.grw_rsm_prod_overlay_inmain {
    z-index: 9;
    position: relative;
    height: 100%;
}
.grw_rsm_prod_box_overlay_inner:hover:before{
    opacity: 1;
}
.grw_rsm_prod_box_inner img{
    width: 100%;
}
.grw_rsm_prod_link:hover {
    color: #EA3546;
}
/*===============*/
/* SHOP PAGE CSS */
/*===============*/
.grw_grid_inner_row {
    display: flex;
    flex-wrap: wrap;
}

.grw_grid_inner_col {
    flex: 1;
    padding: 18px 10px;
}
.grw_shop_cat_row {
    display: flex;
}

.grw_shop_cat_col {
    flex: 1;
    padding: 0px 9px;
}

.grw_shop_cat_img_box img {
    width: 100%;
}

.grw_shop_cat_box {
    position: relative;
    background: white;
}

.grw_shop_cat_img_box {
    position: relative;
    line-height: 0;
}

.grw_shop_cat_title_div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
}
.grw_shop_cat_title {
    color: #FFFFFF !important;
    font-weight: 300;
    font-size: 48px;
    font-family: var(--font_Oswald);
    line-height: 1.2;
    margin: auto;
    z-index: 9;
}
.grw_shop_cat_title_inner {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.grw_shop_cat_title_inner:hover:before {
    opacity: 1;
}

.grw_shop_cat_title_inner:before {
    content: "";
    position: absolute;
    background: #0000007d;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.7s !important;
    opacity: 0;
}
.grw_shop_main_box {
    padding: 55px 50px;
}

.grw_shop_cat_section {
    padding: 35px 50px;
    background: black;
}

.grw_shop_pagination_div {
    display: flex;
}

ul.grw_shp_pagination_ul {
    padding: 0px;
    list-style-type: none;
    display: flex;
}

ul.grw_shp_pagination_ul li {
    margin: 0px 10px;
}

ul.grw_shp_pagination_ul li {
    color: black;
        display: flex;
}

ul.grw_shp_pagination_ul li a {
    color: black;
    font-weight: 400;
    font-size: 18px;
    font-family: var(--font_SpaceGrotesk);
    line-height: 1.2;
    display: flex;
    margin: auto;
}
.active_li {
    color: #EA3546 !important;
}
.grw_shop_pagination_div {
    display: flex;
    padding: 0px 50px 50px;
}
li.prev_li img {
    transform: rotate(180deg);
}

ul.grw_shp_pagination_ul li img {
    width: 100%;
    height: 20px;
    object-fit: contain;
    margin: auto;
}
.grw_ordering_shw_div {
    padding: 50px 50px 0px;
}

.grw_ordering_shw_row {
    display: flex;
}

.grw_pag_result {
    font-weight: 400;
    font-size: 18px;
    color: black;
    display: block;
    line-height: 1.2;
    font-family: var(--font_SpaceGrotesk);
    margin: auto 0px;
}

.grw_ordering_shw_right_col {
    width: 50%;
    justify-content: right;
}

.grw_ordering_shw_filter_row {
    display: flex;
    justify-content: right;
}

.grw_ordering_shw_filter_col_6 {
    padding: 0px 13px;
}
.grw_ordering_shw_left_col {
    width: 50%;
    display: flex;
}

.grw_ordering_shw_filter_row .grw_ordering_shw_filter_col_6:last-child {
    padding-right: 0px;
}

.grw_ordering_shw_filter_col_6 select, .woocommerce-ordering select.orderby, select#custom_filter {
    border: 1px solid #EA3546;
    border-radius: 30px;
    color: #EA3546;
    padding: 7px 11px;
    font-weight: 700;
    font-size: 20px;
    display: block;
    line-height: 1.2;
    font-family: var(--font_SpaceGrotesk);
    width: 100%;
    text-transform: uppercase;
    position: relative;
}
select#grw_filter_dropdown {
    padding: 7px 15px 7px 39px;
}

.grw_filter_main_div {
    position: relative;
}

.grw_filter_icn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.grw_filter_icn {
    position: absolute;
    top: 13px;
    left: 15px;
}
.grw_shop_title {
    margin: 0px !important;
    font-weight: 400;
    font-size: 80px;
    color: white;
    font-family: var(--font_Oswald);
    line-height: 1.2;
}

.grw_shop_banner_row {
    height: 540px;
    display: flex;
}

.grw_shop_banner_title_div {
    margin: auto auto 135px;
}
div#sh_main_content {
    margin-top: -170px;
}
.grw_ordering_shw_filter_col_6 select:hover, .woocommerce-ordering select.orderby:hover, select#custom_filter:hover {
    background: black;
    color: white;
    border: 1px solid black;
}

.grw-ngg-hm-main-section {
    margin-top: 0px !important;
}
img.shop_pg_img{
    height: 430px  !important;
    object-fit: cover;
}
/*-------------- SHOP PAGE -----------*/
ul.products {
    grid-column-gap: 10px !important;
    grid-row-gap: 0px !important;
}

ul.products .grw_rsm_prod_cat_txt {
    text-align: left;
}
ul.products .grw_rsm_prod_title{
    text-align: left;
}
ul.products .grw_rsm_prod_price{
    text-align: left;
}
form.custm_filter_form {
    display: flex;
    width: 19%;
    margin: auto;
    margin-right: 0px;
    margin-bottom: 10px;
}

.grw_filter_main_div {
    position: absolute;
    top: 0;
    right: 338px;
}

select#custom_filter {
    padding: 7px 40px;
}
ul.page-numbers li .current {
    color: #EA3546 !important;
    background: white !important;
}

ul.page-numbers {
    border: none !important;
}

ul.page-numbers li {
    border-right: none !important;
    font-family: var(--font_SpaceGrotesk);
    font-weight: 400;
    font-size: 18px;
}

ul.page-numbers li {
    padding: 8px 10px !important;
}

ul.page-numbers li a {
    padding: 0px !important;
}

ul.page-numbers li span {
    padding: 0px !important;
}
.grw_filter_main_div_ten {
    position: relative;
}
.post-type-archive-product nav.woocommerce-pagination {
    display: flex;
    justify-content: left;
}

/*----- CALENDAR --------*/
.courses .ui-state-default {
    padding: 2px 20px !important;
    height: 30px !important;
    margin-right: 10px !important;
    border: 1px solid transparent !important;
}
.courses .ui-state-default:last-child {
    margin-right: 0px !important;
}
.courses .ui-state-default:hover {
    background: #EA3546 !important;
    color: white !important;
}

.courses .ui-state-default:focus {
    background: #EA3546 !important;
    border: none !important;
    color: white !important;
    outline: none !important;
}
.courses .fc-header-toolbar .fc-center h2 {
    font-size: 22px !important;
    color: black;
    font-weight: 700;
}
img.sm_box_img_hg {
    height: 430px !important;
    object-fit: cover;
}
img.abc.tenda_top_1_img {
    height: 435px !important;
    object-fit: cover;
}
img.gr_btm_2_img {
    height: 100% !important;
    height: 357px !important;
    object-fit: cover;
}
img.gr_tp_1_img {
    height: 807px !important;
    object-fit: cover;
}
.added_to_cart {
    background: black;
    padding: 6px 15px;
    border-radius: 25px;
    display: block;
    line-height: 1.2;
    width: fit-content;
    color: white;
    margin-top: 10px;
}

.added_to_cart:hover {
    color: white;
    background: #ea3546;
}
.course-readmore a, .course-summary-sidebar__inner .lp-course-buttons .button-enroll-course, #comments input#submit, .course-summary-sidebar__inner .button-purchase-course{
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    font-family: var(--font_SpaceGrotesk) !important;
    line-height: 1.2 !important;
    border: 1px solid #EA3546 !important;
    border-radius: 50px !important;
    background: #EA3546 !important;
    transition: 1s !important;
    text-transform: uppercase;
}
.course-readmore a:hover, .course-summary-sidebar__inner .lp-course-buttons .button-enroll-course:hover, #comments input#submit:hover, .course-summary-sidebar__inner .button-purchase-course:hover {
    background: black !important;
    color: white;
    opacity: 1 !important;
    border: 1px solid transparent !important;
}







/*========= MEDIA QUERY =========*/
@media all and (min-width: 320px) and (max-width: 767px) {
    /*----- OUR TEAM ------*/
    .gr_our_team_heading_title{
        font-size: 28px;
        margin: 26px 0px 15px;
    }
    .gr_our_team_desc {
        font-size: 16px;
        height: 64px;
    }
    .gr_ur_price{
        font-size: 31px;
    }
    .gr_pric_txt{
        font-size: 19px;
    }
    .gr_ur_tm_sm_txt {
        font-size: 15px;
    }
    .gr_sm_btn{
        font-size: 17px;
        width: 169px;
        height: 42px;
    }
    .gr_site_btn{
        font-size: 17px;
        width: 220px;
        height: 46px;
    }
    .gr_our_tm_meta_row {
        width: 90%;
    }
    .gr_our_team_col {
        width: 50%;
    }
    /*--------- PRODUCT BLOCK DESIGN ---------*/
    .grw_rsm_prod_discount{
        font-size: 14px;
        padding: 4px 5px;
    }
    .grw_rsm_prod_cat_txt {
        font-size: 16px;
    }
    .grw_rsm_prod_title {
        font-size: 24px;
        margin: 2px 0px 9px;
    }
    .grw_rsm_prod_price{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .grw_rsm_prod_link {
        font-size: 18px;
    }
    .grw_cart_btn{
        width: 186px;
        font-size: 16px;
    }
    .grw_rsm_prod_box_overlay_inner{
        padding: 15px 15px;
    }
    .grw_rsm_prod_add_cart_btn_div{
        bottom: -1px;
    }
    .grw_rsm_prod_link img{
        width: 23px !important;
        height: 22px !important;
        margin: auto 6px;
    }
    .grw_static_wr_main_row {
        display: block;
    }
    .grw_static_wr_main_right_col {
        padding-top: 15px;
    }
    .grw_static_wr_lf_inner_row__in {
        display: block;
    }
    .grw_in_sm_6_lf {
        padding: 0px 0px 15px 0px;
    }
    .grw_in_sm_12_lr {
        padding-top: 15px;
    }
    .grw_in_sm_12_lr .gr_bottom_lft_img img {
        height: 263px;
        object-fit: cover;
        object-position: center;
    }
    .grw_stac_mn_col12{
        padding: 0px 5px;
    }
    .grw_in_sm_6_lf {
        padding: 0px 0px 10px 0px;
    }
    .grw_static_wr_main_right_col {
        padding-top: 10px;
    }
    .grw_shop_main_box {
        padding: 40px 15px;
    }
    /*-------------- SHOP PAGE ----------*/
    .grw_shop_cat_title {
        font-size: 34px;
    }
    .grw_grid_inner_col{
        padding: 10px 5px 0px;
        flex: auto;
        width: 100%;
    }
    .grw_shop_cat_row {
        display: block;
    }
    .grw_shop_cat_col{
        padding: 10px 10px;
    }
    .grw_shop_cat_section {
        padding: 30px 15px;
    }
    ul.grw_shp_pagination_ul li a{
        font-size: 14px;
    }
    ul.grw_shp_pagination_ul li {
        margin: 0px 6px;
    }
    .grw_shop_pagination_div{
        padding: 0px 15px 35px;
    }
    /*------ SHOP PAGE CSS -------*/
    .grw_pag_result{
        font-size: 14px;
    }
    .grw_ordering_shw_filter_col_6 select, .woocommerce-ordering select.orderby, select#custom_filter{
        font-size: 15px;
        width: 250px;
    }
    .grw_filter_icn img {
        width: 14px;
        height: 14px;
    }
    .grw_filter_icn{
        top: 8px;
    }
    .grw_ordering_shw_div {
        padding: 35px 15px 0px;
    }
    .grw_ordering_shw_row {
        display: block;
    }
    .grw_ordering_shw_left_col {
        width: 100%;
        margin-bottom: 15px;
    }
    .grw_ordering_shw_filter_row {
        display: block;
    }
    .grw_ordering_shw_filter_col_6 {
        padding: 0px 0px 13px;
    }
    .grw_shop_banner_row {
        height: 325px;
    }
    .grw_shop_title{
        font-size: 37px;
    }
    .grw_shop_banner_title_div {
        margin: auto auto 75px;
    }
    .grw_ordering_shw_right_col {
        width: 100%;
    }
    img.shop_pg_img{
            height: 265px !important;
    }
    ul.products{
        grid-column-gap: 0px !important;
        grid-template-columns: 100% !important;
    }
   
    .grw_grid_inner_col{
        padding: 7px 7px;
    }
    ul.products .grw_grid_inner_col {
        width: 100% !important;
    }
    form.custm_filter_form{
        width: 100%;
        justify-content: right;
    }
    .grw_filter_main_div{
        right: 252px;
    }
    .grw_filter_main_div {
        right: 0;
        margin-top: 34px;
    }
    .post-type-archive-product .woocommerce-result-count{
        margin-bottom: 0px;
    }
    select#custom_filter {
        display: flex;
        margin: auto;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    form.woocommerce-ordering {
        margin-top: 54px !important;
    }
    img.abc.tenda_top_1_img {
        height: 280px !important;
    }
    img.gr_tp_1_img {
        height: 273px !important;
    }
    img.sm_box_img_hg {
        height: 281px !important;
    }
    img.gr_btm_2_img {
        height: 213px !important;
    }
    
}

@media all and (min-width: 481px) and (max-width: 767px) {
 
}
@media all and (min-width: 462px) and (max-width: 767px) {
    form.woocommerce-ordering {
        margin-top: 79px !important;
    }
    
}

@media all and (min-width: 768px) and (max-width: 980px) {
   /*----- OUR TEAM ------*/
    .gr_our_team_heading_title{
        font-size: 31px;
        margin: 28px 0px 17px;
    }
    .gr_our_team_desc {
        font-size: 16px;
        height: 64px;
    }
    .gr_ur_price{
        font-size: 31px;
    }
    .gr_pric_txt{
        font-size: 19px;
    }
    .gr_ur_tm_sm_txt {
        font-size: 15px;
    }
    .gr_sm_btn{
        font-size: 17px;
        width: 169px;
        height: 42px;
    }
    .gr_site_btn{
        font-size: 17px;
        width: 220px;
        height: 46px;
    }
    .gr_our_tm_meta_row {
        width: 70%;
    }
    .gr_our_team_col {
        width: 50%;
    }
     /*--------- PRODUCT BLOCK DESIGN ---------*/
    .grw_rsm_prod_discount{
        font-size: 16px;
    }
    .grw_rsm_prod_cat_txt {
        font-size: 16px;
    }
    .grw_rsm_prod_title {
        font-size: 30px;
        margin: 7px 0px 11px;
    }
    .grw_rsm_prod_price{
        font-size: 17px;
        margin-bottom: 7px;
    }
    .grw_rsm_prod_link {
        font-size: 18px;
    }
    .grw_cart_btn{
        width: 217px;
        font-size: 18px;
    }
    /*--------- PRODUCT BLOCK DESIGN ---------*/
    .grw_rsm_prod_discount{
        font-size: 14px;
        padding: 4px 5px;
    }
    .grw_rsm_prod_cat_txt {
        font-size: 16px;
    }
    .grw_rsm_prod_title {
        font-size: 24px;
        margin: 2px 0px 9px;
    }
    .grw_rsm_prod_price{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .grw_rsm_prod_link {
        font-size: 18px;
    }
    .grw_cart_btn{
        width: 195px;
        font-size: 15px;
    }
    .grw_rsm_prod_box_overlay_inner{
        padding: 15px 15px;
    }
    .grw_rsm_prod_add_cart_btn_div{
        bottom: 15px;
    }
    .grw_rsm_prod_link img{
        width: 23px !important;
        height: 22px !important;
        margin: auto 6px;
    }
    .grw_static_wr_main_row {
        display: block;
    }
    .grw_static_wr_main_right_col {
        padding-top: 15px;
    }
    .grw_stac_mn_col12{
            padding: 0px 5px;
    }
    .grw_in_sm_6_lf {
        padding: 0px 10px 10px 0px;
    }
    .grw_static_wr_main_right_col {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    /*-------------- SHOP PAGE ----------*/
    .grw_shop_cat_title {
        font-size: 34px;
    }
    .grw_grid_inner_col{
        padding: 10px 5px 0px;
        flex: auto;
        width: 50%;
    }
    ul.grw_shp_pagination_ul li a{
        font-size: 16px;
    }
    ul.grw_shp_pagination_ul li {
        margin: 0px 8px;
    }
    /*------ SHOP PAGE CSS -------*/
    .grw_pag_result{
        font-size: 15px;
    }
    .grw_ordering_shw_filter_col_6 select, .woocommerce-ordering select.orderby, select#custom_filter{
        font-size: 14px;
    }
    .grw_filter_icn img {
        width: 14px;
        height: 14px;
    }
    .grw_filter_icn{
        top: 8px;
    }
    .grw_ordering_shw_left_col {
        width: 50%;
    }
    .grw_ordering_shw_filter_col_6 {
        padding: 0px 5px;
    }
    .grw_ordering_shw_div {
        padding: 35px 30px 0px;
    }
    .grw_shop_main_box {
        padding: 45px 30px;
    }
    .grw_shop_cat_section {
        padding: 35px 30px;
    }
    .grw_shop_pagination_div{
        padding: 0px 30px 40px;
    }
    .grw_shop_banner_row {
        height: 325px;
    }
    .grw_shop_title{
        font-size: 59px;
    }
    .grw_shop_banner_title_div {
        margin: auto auto 75px;
    }
    img.shop_pg_img{
            height: 265px !important;
    }
    ul.products{
        grid-column-gap: 0px !important;
    }
    .grw_grid_inner_col{
        padding: 7px 7px;
    }
    ul.products .grw_grid_inner_col {
        width: 100% !important;
    }
    form.custm_filter_form{
        width: 23%;
    }
     .grw_filter_main_div{
        right: 252px;
    }
    img.abc.tenda_top_1_img {
        height: 335px !important;
    }
    img.gr_tp_1_img {
        height: 463px !important;
    }
    img.sm_box_img_hg {
        height: 331px !important;
    }
    img.gr_btm_2_img {
        height: 213px !important;
    }


}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    /*----- OUR TEAM ------*/
    .gr_our_team_heading_title{
        font-size: 31px;
        margin: 28px 0px 17px;
    }
    .gr_our_team_desc {
        font-size: 16px;
        height: 64px;
    }
    .gr_ur_price{
        font-size: 31px;
    }
    .gr_pric_txt{
        font-size: 19px;
    }
    .gr_ur_tm_sm_txt {
        font-size: 15px;
    }
    .gr_sm_btn{
        font-size: 17px;
        width: 169px;
        height: 42px;
    }
    .gr_site_btn{
        font-size: 17px;
        width: 220px;
        height: 46px;
    }
    .gr_our_tm_meta_row {
        width: 90%;
    }
     /*--------- PRODUCT BLOCK DESIGN ---------*/
    .grw_rsm_prod_discount{
        font-size: 16px;
    }
    .grw_rsm_prod_cat_txt {
        font-size: 16px;
    }
    .grw_rsm_prod_title {
        font-size: 30px;
        margin: 7px 0px 11px;
    }
    .grw_rsm_prod_price{
        font-size: 17px;
        margin-bottom: 7px;
    }
    .grw_rsm_prod_link {
        font-size: 18px;
    }
    .grw_cart_btn{
        width: 217px;
        font-size: 18px;
    }
    /*--------- PRODUCT BLOCK DESIGN ---------*/
    .grw_rsm_prod_discount{
        font-size: 14px;
        padding: 4px 5px;
    }
    .grw_rsm_prod_cat_txt {
        font-size: 16px;
    }
    .grw_rsm_prod_title {
        font-size: 24px;
        margin: 2px 0px 9px;
    }
    .grw_rsm_prod_price{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .grw_rsm_prod_link {
        font-size: 15px;
    }
    .grw_cart_btn{
        width: 184px;
        font-size: 15px;
    }
    .grw_rsm_prod_box_overlay_inner{
        padding: 15px 15px;
    }
    .grw_rsm_prod_add_cart_btn_div{
        bottom: -6px;
    }
    .grw_rsm_prod_link img{
        width: 23px !important;
        height: 22px !important;
        margin: auto 6px;
    }
    .grw_stac_mn_col12{
            padding: 0px 5px;
    }
    .grw_in_sm_6_lf {
        padding: 0px 10px 10px 0px;
    }
    /*-------------- SHOP PAGE ----------*/
    .grw_shop_cat_title {
        font-size: 41px;
    }
    .grw_grid_inner_col{
        padding: 10px 5px;
    }
    /*------ SHOP PAGE CSS -------*/
    .grw_pag_result{
        font-size: 15px;
    }
    .grw_ordering_shw_filter_col_6 select, .woocommerce-ordering select.orderby, select#custom_filter{
        font-size: 15px;
    }
    .grw_filter_icn img {
        width: 14px;
        height: 14px;
    }
    .grw_filter_icn{
        top: 8px;
    }
    .grw_ordering_shw_left_col {
        width: 50%;
    }
    .grw_ordering_shw_div {
        padding: 40px 30px 0px;
    }
    .grw_shop_main_box {
        padding: 40px 30px;
    }
    .grw_shop_cat_section {
        padding: 35px 30px;
    }
    .grw_shop_pagination_div{
        padding: 0px 30px 40px;
    }
    .grw_shop_banner_row {
        height: 360px;
    }
    .grw_shop_title{
        font-size: 62px;
    }
    .grw_shop_banner_title_div {
        margin: auto auto 91px;
    }
    img.shop_pg_img{
            height: 265px !important;
    }
    ul.products{
        grid-column-gap: 0px !important;
    }
    .grw_grid_inner_col{
        padding: 7px 4px;
    }
     .grw_filter_main_div{
        right: 265px;
    }
    img.abc.tenda_top_1_img {
        height: 240px !important;
    }
    img.gr_tp_1_img {
        height: 463px !important;
    }
    img.sm_box_img_hg {
        height: 240px !important;
    }
    img.gr_btm_2_img {
        height: 213px !important;
    }


}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    /*----- OUR TEAM ------*/
    .gr_our_team_heading_title{
        font-size: 31px;
        margin: 28px 0px 17px;
    }
    .gr_our_team_desc {
        font-size: 16px;
        height: 64px;
    }
    .gr_ur_price{
        font-size: 31px;
    }
    .gr_pric_txt{
        font-size: 19px;
    }
    .gr_ur_tm_sm_txt {
        font-size: 15px;
    }
    .gr_sm_btn{
        font-size: 17px;
        width: 169px;
        height: 42px;
    }
    .gr_site_btn{
        font-size: 17px;
        width: 220px;
        height: 46px;
    }
    .gr_our_tm_meta_row {
        width: 80%;
    }
    /*--------- PRODUCT BLOCK DESIGN ---------*/
    .grw_rsm_prod_discount{
        font-size: 14px;
        padding: 4px 5px;
    }
    .grw_rsm_prod_cat_txt {
        font-size: 16px;
    }
    .grw_rsm_prod_title {
        font-size: 24px;
        margin: 2px 0px 9px;
    }
    .grw_rsm_prod_price{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .grw_rsm_prod_link {
        font-size: 16px;
    }
    .grw_cart_btn{
        width: 186px;
        font-size: 15px;
    }
    .grw_rsm_prod_box_overlay_inner{
        padding: 15px 15px;
    }
    .grw_rsm_prod_add_cart_btn_div{
        bottom: -3px;
    }
    /*-------------- SHOP PAGE ----------*/
    .grw_shop_cat_title {
        font-size: 43px;
    }
    /*------ SHOP PAGE CSS -------*/
    .grw_pag_result{
        font-size: 15px;
    }
    .grw_ordering_shw_filter_col_6 select, .woocommerce-ordering select.orderby, select#custom_filter{
        font-size: 15px;
    }
    .grw_filter_icn img {
        width: 14px;
        height: 14px;
    }
    .grw_filter_icn{
        top: 8px;
    }
    .grw_shop_banner_row {
        height: 395px;
    }
    .grw_shop_title{
        font-size: 68px;
    }
    .grw_shop_banner_title_div {
        margin: auto auto 91px;
    }
    img.shop_pg_img{
            height: 244px !important;
    }
    ul.products{
        grid-column-gap: 0px !important;
    }
    .grw_grid_inner_col{
        padding: 7px 4px;
    }
    .grw_filter_main_div{
        right: 265px;
    }
    img.abc.tenda_top_1_img {
        height: 240px !important;
    }
    img.gr_tp_1_img {
        height: 482px !important;
    }
    img.sm_box_img_hg {
        height: 240px !important;
    }
    img.gr_btm_2_img {
        height: 234px !important;
    }
    .grw_in_sm_6_lf {
        padding: 0px 8px 8px 0px;
    }
    .grw_stac_mn_col12{
        padding: 0px 4px;
    }

}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    /*----- OUR TEAM ------*/
    .gr_our_team_heading_title{
        font-size: 31px;
        margin: 28px 0px 17px;
    }
    .gr_our_team_desc {
        font-size: 16px;
        height: 64px;
    }
    .gr_ur_price{
        font-size: 31px;
    }
    .gr_pric_txt{
        font-size: 19px;
    }
    .gr_ur_tm_sm_txt {
        font-size: 15px;
    }
    .gr_sm_btn{
        font-size: 17px;
        width: 169px;
        height: 42px;
    }
    .gr_site_btn{
        font-size: 17px;
        width: 220px;
        height: 46px;
    }
    .gr_our_tm_meta_row {
        width: 70%;
    }
     /*--------- PRODUCT BLOCK DESIGN ---------*/
    .grw_rsm_prod_discount{
        font-size: 16px;
    }
    .grw_rsm_prod_cat_txt {
        font-size: 16px;
    }
    .grw_rsm_prod_title {
        font-size: 25px;
        margin: 7px 0px 11px;
    }
    .grw_rsm_prod_price{
        font-size: 17px;
        margin-bottom: 7px;
    }
    .grw_rsm_prod_link {
        font-size: 16px;
    }
    .grw_cart_btn{
        width: 211px;
        font-size: 16px;
    }
    .grw_rsm_prod_add_cart_btn_div {
        bottom: -7px;
    }
    /*-------------- SHOP PAGE ----------*/
    .grw_shop_cat_title {
        font-size: 43px;
    }
    /*------ SHOP PAGE CSS -------*/
    .grw_pag_result{
        font-size: 16px;
    }
    .grw_ordering_shw_filter_col_6 select, .woocommerce-ordering select.orderby, select#custom_filter{
        font-size: 15px;
    }
    .grw_ordering_shw_filter_col_6 {
        padding: 0px 9px;
    }
    .grw_shop_banner_row {
        height: 405px;
    }
    .grw_shop_title{
        font-size: 72px;
    }
    .grw_shop_banner_title_div {
        margin: auto auto 91px;
    }
    img.shop_pg_img{
        height: 272px !important;
    }
    ul.products{
        grid-column-gap: 0px !important;
    }
    .grw_grid_inner_col{
        padding: 10px 6px;
    }
    .grw_stac_mn_col12{
        padding: 0px 5px;
    }
    .grw_in_sm_6_lf {
        padding: 0px 10px 10px 0px;
    }
    .grw_filter_main_div{
        right: 265px;
    }
    img.abc.tenda_top_1_img {
        height: 274px !important;
    }
    img.gr_tp_1_img {
        height: 529px !important;
    }
    img.sm_box_img_hg {
        height: 284px !important;
    }
    img.gr_btm_2_img {
        height: 245px !important;
    }
  
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    /*----- OUR TEAM ------*/
    .gr_our_team_heading_title{
        font-size: 35px;
        margin: 35px 0px 22px;
    }
    .gr_our_team_desc {
        font-size: 17px;
        height: 70px;
    }
    .gr_ur_price{
        font-size: 34px;
    }
    .gr_pric_txt{
        font-size: 19px;
    }
    .gr_ur_tm_sm_txt {
        font-size: 15px;
    }
    .gr_sm_btn{
        font-size: 18px;
        width: 180px;
        height: 43px;
    }
    .gr_site_btn{
        font-size: 18px;
        width: 240px;
        height: 48px;
    }
    .gr_our_tm_meta_row {
        width: 65%;
    }
    /*--------- PRODUCT BLOCK DESIGN ---------*/
    .grw_rsm_prod_discount{
        font-size: 16px;
    }
    .grw_rsm_prod_cat_txt {
        font-size: 16px;
    }
    .grw_rsm_prod_title {
        font-size: 30px;
        margin: 7px 0px 11px;
    }
    .grw_rsm_prod_price{
        font-size: 17px;
        margin-bottom: 7px;
    }
    .grw_rsm_prod_link {
        font-size: 18px;
    }
    .grw_cart_btn{
        width: 217px;
        font-size: 18px;
    }
    .grw_rsm_prod_add_cart_btn_div{
        bottom: 0px;
    }
    /*-------------- SHOP PAGE ----------*/
    .grw_shop_cat_title {
        font-size: 43px;
    }
    /*------ SHOP PAGE CSS -------*/
    .grw_pag_result{
        font-size: 17px;
    }
    .grw_ordering_shw_filter_col_6 select, .woocommerce-ordering select.orderby, select#custom_filter{
        font-size: 17px;
    }
    .grw_shop_banner_row {
        height: 410px;
    }
    .grw_shop_title{
        font-size: 72px;
    }
    .grw_shop_banner_title_div {
        margin: auto auto 91px;
    }
    img.shop_pg_img{
            height: 289px !important;
    }
    .grw_filter_main_div{
        right: 294px;
    }
    img.abc.tenda_top_1_img {
        height: 305px !important;
    }
    img.gr_tp_1_img {
        height: 599px !important;
    }
    img.sm_box_img_hg {
        height: 284px !important;
    }
    img.gr_btm_2_img {
        height: 279px !important;
    }

}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    /*----- OUR TEAM ------*/
    .gr_our_team_heading_title{
        font-size: 35px;
        margin: 35px 0px 22px;
    }
    .gr_our_team_desc {
        font-size: 17px;
        height: 70px;
    }
    .gr_ur_price{
        font-size: 34px;
    }
    .gr_pric_txt{
        font-size: 19px;
    }
    .gr_ur_tm_sm_txt {
        font-size: 15px;
    }
    .gr_sm_btn{
        font-size: 18px;
        width: 180px;
        height: 43px;
    }
    .gr_site_btn{
        font-size: 18px;
        width: 240px;
        height: 48px;
    }
    .grw_rsm_prod_add_cart_btn_div{
        bottom: 5px;
    }
    .gr_our_tm_meta_row{
        width: 60%;
    }

    /*------ SHOP PAGE CSS -------*/
    .grw_pag_result{
        font-size: 17px;
    }
    .grw_ordering_shw_filter_col_6 select, .woocommerce-ordering select.orderby, select#custom_filter{
        font-size: 17px;
    }
    .grw_shop_banner_row {
        height: 445px;
    }
    .grw_shop_title{
        font-size: 72px;
    }
    .grw_shop_banner_title_div {
        margin: auto auto 120px;
    }
    div#sh_main_content {
        margin-top: -116px;
    }
    img.shop_pg_img{
        height: 351px !important;
    }
    .grw_filter_main_div{
        right: 294px;
    }
    img.abc.tenda_top_1_img {
        height: 323px !important;
    }
    img.gr_tp_1_img {
        height: 655px !important;
    }
    img.sm_box_img_hg {
        height: 351px !important;
    }
    img.gr_btm_2_img {
        height: 316px !important;
    }


}

@media all and (min-width: 1681px) and (max-width: 1880px) {
}