 /*---------------------------------------------------------------------------------
 Theme Name:   BM Sydney
 Theme URI:    
 Description:  Child theme of BM Sydney
 Author:      BM Sydney
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
------------------------------ ADDITIONAL CSS HERE ------------------------------*/
#et-main-area {
  overflow: hidden;
}
.pum-theme-6062 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
	color:#fff!important;
}
body {
  font-family: 'Nunito', sans-serif;
  line-height: 1.7;
}
/*---------------------------------banner-----------------------------*/
div#main-content {
  margin-top: 140px;
}
.banner_section,.banner_section_row  {
  padding: 0px !important;
}
.banner_section_box .et_pb_slide{
  height: 720px;
}
.banner_main_con h1 {
  font-weight: 700;
  font-size: 70px;
  position: relative;
}
.banner_main_con h1::after{
position: absolute;
content: '';
bottom: -15px;
background: #fff;
height: 2px;
width: 150px;
left: 0;
right: 0;
margin: auto;
}
.banner_main_con_inner {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  margin-top: 0px;
  text-align: left;
  background: #00000085;
  width: fit-content;
  padding: 10px;

}
.banner_btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/*  ---------------------*/
/* ---------------------category-ection ------------------*/
.product_cat_row {
  padding-top: 0px !important;
}
.section_main_title {
  font-size: 42px;
  position: relative;
  color: #000;
  font-weight: 700;
}
.section_main_title::after{
  position: absolute;
  content: '';
  background: url(../../../wp-content/uploads/2022/05/Line.png);
  bottom: 0px;
  left: 0;
  right: 0;
  width: 60px;
  height: 4px;
  margin: auto;
  background-repeat: no-repeat;
}
.cl_prod_col {
  width: 25%;
  text-align: center;
  
}
.cl_prod_list_inner_row {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.cl_prod_block img {
  height: 300px;
  width: 100%;
  transition: 1s !important;
  object-fit: contain !important;
}
.cl_prod_title {
  background: #1d3527;
    color: #fff;
    display: flex;
    padding: 5px 0px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.cl_prod_block {
  background: #fff;
  height: 380px;
  position: relative;
  margin: 10px;
}
.box-content a{
  color: #000;
}

.cl_prod_block:hover img {
  transform: scale(0.9);
  transition: 1s !important;
}
.cl_prod_block:hover .cl_prod_title{
  background: #e3c446;
  transition: 1s !important;
}
.cl_prod_block{
  position: relative;
  overflow: hidden;
}
/* .cl_prod_block:before{
  content: '';
    background: repeating-linear-gradient(to right,rgba(0,0,0,0.4),rgba(0,0,0,0.4) 20px,transparent 20px,transparent 25px);
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: skewY(30deg);
    position: absolute;
    left: 0;
    top: -100%;
    z-index: 9;
    transition: all 0.4s ease 0s;
} */
.cl_prod_col:hover .cl_prod_block:before{
  opacity: 0.8;
  transform: skew(0);
  top: 0;
}
.product_cat_box{
  margin-top: 30px;
}
.box-content {
  background: linear-gradient(to right,transparent,#e3c446,#e3c446,#e3c446,transparent);
    width: 100%;
    padding: 5px 0;
    opacity: 0;
    transform: scaleX(0);
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 99;
    transition: all 0.4s ease 0s;
    font-size: 20px;
    color: #000;
}
.cl_prod_col{
  position: relative;
  overflow: hidden;
}
.cl_prod_col:hover .box-content {
  opacity: 1;
  transform: scaleX(1);
}
.cl_prod_col:hover .cl_prod_title{
  opacity: 0;
  transition: 1s !important;
}
.seo_col1 .supply_content   {
	height:auto !important;
}
/* --------------------- */
/* ----------------featured_section ---------------*/
.bm_product_image_box {position: relative;overflow: hidden;}
/* .bm_product_image_box:after {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: auto;background: linear-gradient(45deg, #1d3527, #e3c44675 ,#1d3527);transition: 1s !important;transform: rotate(140deg) scale(0);} */
/* .bm_product_image_box:hover:after {transition: 1s !important;transform: rotate(359deg) scale(1);} */

i.yith-wcwl-icon.fa.fa-heart-o {
  color: #000;
}
.yith-wcwl-wishlistaddedbrowse i.yith-wcwl-icon.fa.fa-heart{
  font-size: 24px;
    position: absolute !important;
    top: -10px !important;
    right: 10px !important;
}
.bm_prod_hover_box .bm_price .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
  top: -10px;
  right: 10px;
}


.featured_section_row {
  padding-top: 0px !important;
}
.featured_section::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 370px;
  top: 0;
  background: #e3c446;
}
.bm_product_col {
/*   width: 25%; 
  float: left;*/
  text-align: center;
}
.bm_product_box {
  margin: 10px;
  height: 470px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
}

.bm_product_image_box img{
  height: 100%;
  object-fit: contain !important;
  background: #f5f5f5;
  margin: 10px;
  width: 100%;
}
.bm_product_image_box a {
  height: 270px;
  width: 100%;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dddddd;
  padding: 10px;
  overflow: hidden;
}
.bm_product_image_box{
  padding: 7px;
}
.bm_product_title_box a {
  font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 60px;
    padding: 10px !important;
}

.bm_price {
  font-size: 24px;
  color: #e3c446;
  font-weight: 700;
}
.bm_prod_hover_box .yith-wcwl-add-to-wishlist  {
  position: absolute;
  top: 14px;
  right: 4px;
  color: #000;
}
.bm_prod_hover_box .yith-wcwl-add-button a {
  position: absolute;
  top: -10px;
  right: 0;
  color: #000;
  left: auto;
}


a.home_wishlist.add_to_wishlist.single_add_to_wishlist {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  color: #000;
  z-index: 9;
}
a.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  font-size: 18px;
    color: #000;
    border: 1px solid #000;
    padding: 2px;
    margin-top: 10px !important;
    display: flex;
    width: 163px;
    margin: auto;
    height: 41px;
}
a.product_type_simple.add_to_cart_button.ajax_add_to_cart span {
  margin: auto;
}
.home_wishlist:hover   .fa{
  background: url(../../../wp-content/uploads/2022/05/Layer-23.png);
  transition: 1s !important;
  width: 22px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
}
.wishlist-items-wrapper td.product-thumbnail img {
  width: 120px !important;
  height: 120px !important;
  object-fit: contain;
}
.featured_section_box{
  margin-top: 20px;
}
.view_All_Btn .site_button{
  margin: auto !important;
  margin-top: 20px !important;

}
.view_All_Btn  {
  width: 100%;
  float: left;
}
a.added_to_cart.wc-forward {
  display: none;
}
/*  */

/* new-arrive */
.featured_section.new_arrive_section::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 280px;
  top: 0;
  background: #1d3527;
}
.featured_section.new_arrive_section .section_main_title{
  color: #fff;
}
.featured_section.new_arrive_section .section_main_title::after{
  background: url(../../../wp-content/uploads/2022/05/Linew.png);
}
/*  */
/* map-section */
.map_section,.map_section_row  {
  padding: 0px !important;
  line-height: 0;
}
.map_section_box2{
  padding-left: 20px !important;
}
/*  */

/* logo section */

button.slick-prev.pull-left.slick-arrow {
  position: absolute;
  left: -40px;
  z-index: 9;
  top: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
}
button.slick-next.pull-right.slick-arrow{
  position: absolute;
  right: -40px;
  z-index: 9;
  top: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
}
button.slick-prev.pull-left.slick-arrow .fa-angle-left:before {
  content: "\23";
  font-family: 'ETmodules' !important;
  font-size: 30px;
}
button.slick-next.pull-right.slick-arrow .fa-angle-right:before {
  content: "\24";
  font-size: 30px;
  font-family: 'ETmodules' !important;
}
.logo-poster {
  height: 115px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.logo-poster:hover{
  box-shadow: #dcdcdc 0 0 15px 12px inset;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}


.logo-poster img {
  margin: auto;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  transform: scale(1);
  transition: 1s !important;
}
.logo-poster:hover img {
  -webkit-transform: scale(.9) rotate(10deg);
  -ms-transform: scale(.9) rotate(10deg);
  transform: scale(.9) rotate(10deg);
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
/* ----------------conatct-us ----------------*/
.contact_us_section::after{
  position: absolute;
  content: '';
  background: #d0e8d9;
  width: 45%;
  height: 100%;
  top: 0;
  left: 0;
}
.store_name {
  font-size: 24px;
  color: #1d3527;
  font-weight: 700;
}
.contact_details ul li .fa {
  font-size: 25px;
  color: #000;
  width: 50px;
  height: 50px;
  background: #e3c446;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_details ul li{
  display: flex;
  padding: 7px 0px;
}
.contact_details ul li a {
  font-size: 18px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}
.contact_details ul{
  padding-left: 0px !important;
}
.section_main_inner_title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding-top: 20px;
}
.contact_us_section .contact_us_main_title_box .section_main_title{
  font-size: 30px;
}
.contact_us_section .contact_us_main_title_box .section_main_title::after{
  right: auto;
}
.contact_us_main_store_main_one{
  margin-top: 40px !important;
}
.contact_us_main_store_main{
  margin-top: 30px;
}
.bm_main_form_col input,.bm_main_form_col_one select {
  height: 50px;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #ebebeb;
  color: #000;
}
.bm_main_form_col_one textarea {
  height: 156px;
  resize: none;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #ebebeb;
  color: #000;
}

.bm_main_form_col {
  width: 50%;
  float: left;
  padding: 10px;
}
.bm_main_form_col_one{
  width: 100%;
  padding:10px;
}
.bm_main_form_row{
  float: left;
  width: 100%;
}
.contact_form_box{
  box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 10%);
  background: #fff;
  float: left;
  width: 100%;
  padding: 40px;
}
button.wpcf7-form-control.wpcf7-submit.ww_form_button.site_button.hover_button {
  margin: auto;
  border: none;
}
input::-webkit-input-placeholder{
  color:#000;
  opacity:1;
  }
  input::-moz-placeholder{
  color:#000;
  opacity:1;
  
  }
  input:-ms-input-placeholder{
  color:#000;
  opacity:1;
  }
  input::-ms-input-placeholder{
  color:#000;
  opacity:1;
  }
  input::placeholder{
  color:#000;
  opacity:1;
  }
  textarea::-webkit-input-placeholder{
    color:#000;
    opacity:1;
    }
    textarea::-moz-placeholder{
    color:#000;
    opacity:1;
    }
    textarea:-ms-input-placeholder{
    color:#000;
    opacity:1;
    }
    textarea::-ms-input-placeholder{
    color:#000;
    opacity:1;
    }
    textarea::placeholder{
    color:#000;
    opacity:1;
    }
    .contact_form_box{
      margin-top: 30px;
    }
/* -------------- */
 /* Track */
 ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px   #1d3527 ; 
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:#ffdd52; 
  border-radius:5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:#1d3527 ; 
}

.wpcf7-response-output {
  float: left;
  width: 100%;
  border-color: red !important;
}
.map_title {
  float: left;
  background: #e3c446;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 50px;
  line-height: 2.7;
  font-size: 20px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}
.gm-style .place-card-large{
  display: none !important;
}
.contact_details ul li:hover .fa {
  background: #1d3527;
  color: #fff;
  transition: 1s !important;
}



/*========================== POP UP ================*/

/* popup */

#pop_up_quote_box {
  position: fixed !important;
  top: 50%;
  margin: auto;
  /* max-width: 800px; */
  left: -260%;
  transition: 1s !important;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  bottom: auto;
  z-index: 999;
  border-radius: 20px;
  border-top-left-radius: 0px;
  background: #f7f2de !important;
  display: flex;
  border-bottom-left-radius: 0px;
  padding-right: 43px !important;
  padding-left: 43px !important;
  transform: translate(0px, -50%);
  border: 10px solid #1d3527;
  width: 40%;
}

.blur_body .bms_header_Section_fixed ,
.blur_body .bms_mob_header_section ,
.blur_body .bms_header_Section {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.cls_outer {
  background: #1d3527;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  cursor: pointer;
}

span.pop_up_close_icn {
  margin: auto !important;
  color: white;
  font-size: 32px;
  display: block;
  top: -8px;
  position: relative;
}

div#body_overlay {
  width: 100vw;
  height: 100vh;
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  z-index: 2;
  overflow: hidden;
  background: #ffffffd4;
  transform: translateX(0);
  display: none;
}
.ci_outer_c_block {
  position: absolute;
  top: -40px;
  right: 0;
}

div#pop_up_quote_box .ci_abs_us_title {
  text-align: center;
}
.ao_ab_title_block .section_main_title {
  text-align: center;
}

.ao_ab_title_block {
  margin-bottom: 20px !important;
}

.none_rollback{
  display: none;
}

.bm_get_in_t_col2 {
  margin: auto !important;
}

.order_on_btn_div {
  justify-content: center;
  display: flex;
  margin-top: 28px;
}


/* ========================= IMAGE NEW BANNER SECTION ======================= */
.bm_new_img_banner_Section {
  padding: 0px !important;
}

.bm_new_img_banner_row {
  padding: 0px !important;
}

.bms_img_banner_inner_box {
  position: relative;
  overflow: hidden;
}

.bms_img_banner_inner_img {
  line-height: 0;
}
/* .bms_img_banner_inner_box:hover img{
  transform: scale(1.2);
} */

.bms_img_banner_inner_img img {
  width: 100%;
  height: 491px;
  object-fit: cover;
  transition: 1s !important;
    transform: scale(1);
}

.bms_img_banner_inner_title {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e3c446;
  padding: 20px 35px;
  color: black;
  font-size: 28px;
  line-height: 1.2;
}

.bms_img_banner_inner_col {
  padding: 0px 0px 30px 0px;
}

/* new css */
.supply_and_install_img {
  width: 100%;
}
.seo_col1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
}
.supply_content {
  height: 288px;
  overflow: auto;
}
/*  */



@media all and (min-width: 320px) and (max-width: 767px) {
  div#main-content {
    margin-top: 75px;
}

  .banner_main_con_inner{
    font-size: 16px;
  }
  .banner_main_con h1{
    font-size: 40px;
  }
  .banner_section_box .et_pb_slide {
    height: 300px;
}
.banner_btn{
  display: block;
}
   /* product category */
   .product_cat_row {
    padding: 0px 15px !important;
  }
  .product_cat_Section {
    padding: 30px 0px !important;
  }
  .cl_prod_block{
    height: 300px;
  }
  .section_main_title {
    font-size: 22px;
  }
  .cl_prod_title{
    font-size: 18px;
    height: 40px;
  }
  .cl_prod_block img {
    height: 250px;
  }
  .cl_prod_col,.bm_product_col {
    width: 100%;
  }
  .section_main_title::after{
    bottom: -10px;
    margin: auto;
    left: 0;
    right: 0;
  }
  /*  */
    /* ---------------featured------------------ */
    .bm_product_image_box a{
      padding: 2px;
      height: 170px;
    }
    .yith-wcwl-add-button a i{
      font-size: 18px !important;
    }
    .yith-wcwl-wishlistaddedbrowse i.yith-wcwl-icon.fa.fa-heart{
      font-size: 18px !important;
    }
    a.product_type_simple.add_to_cart_button.ajax_add_to_cart{
      margin-top: 5px !important;
    }
    .bm_product_image_box{
      padding: 2px;
    }
    .featured_section_row {
      padding: 0px 15px !important;
  
    }
    .featured_section {
      padding: 30px 0px !important;
    }
    .bm_product_title_box a{
      font-size: 16px;
      margin: 0px;
      height: 50px;
    }
    .bm_product_box{
      margin: 2px;
      height: 300px;
    }
    .bm_price{
      font-size: 16px;
    }
    a.product_type_simple.add_to_cart_button.ajax_add_to_cart{
      font-size: 14px;
      width: 120px;
      height: 30px;
    }
    .bm_product_image_box:after{
      display: none;
    }
    .contact_us_section::after{
      display: none;
    }
    /* -------------- */
    .map_section_box2{
      padding-left: 0px !important;
    }
    .our_brand_logo_row {
      padding: 0px !important;
    }
    .our_brand_logo_row {
      padding: 0px 40px !important;
    }
    .contact_details ul li .fa{
      width: 40px;
      height: 40px;
    }
    .contact_us_section {
      padding: 30px 0px !important;
    }
    .contact_details ul li a {
      font-size: 16px;
    text-align: left;
    width: 90%;
    margin-left: 0 !important;
    justify-content: flex-start;
    }
    .contact_form_box{
      padding: 10px;
    }
    .bm_main_form_col input, .bm_main_form_col_one select {
      height: 45px;
      font-size: 16px;
    }
    .contact_us_main_store_main_one {
      margin-top: 10px !important;
    }
    .contact_us_main_store_main {
      margin-top: 0px;
    }
    .section_main_inner_title{
      font-size: 18px;
    }
    .our_brand_logo_section {
      padding: 30px 0px !important;
    }
    .contact_us_form_row {
      padding: 0px 20px !important;
    }
    .contact_details ul {
      padding-left: 0px !important;
      width: fit-content;
      margin: auto;
  }
  .bm_main_form_col{
    width: 100%;
  }
  .contact_us_form_row {
    text-align:  center;
  }
  .contact_us_section .contact_us_main_title_box .section_main_title::after{
    right: 0;
  }
    /*  */
    .map_title{
      top: 0;
      font-size: 14px;
      height: 40px;
      width: 140px !important;
    }
    #pop_up_quote_box{
      width: 100% !important;
      padding-bottom: 20px !important;
      padding-top: 45px !important;
      padding-right: 15px !important;
      padding-left: 15px!important;
    }
    .bm_main_form_col_one textarea {
      height: 122px;
    }

      /* ===================== IMage Banner Section ============== */
   .bms_img_banner_inner_img img {
    height: 115px;
    object-fit: fill;
  }
  .bms_img_banner_inner_title {
    font-size: 16px;
    padding: 9px 19px;
  }


}

@media all and (min-width: 481px) and (max-width: 767px) {
  .cl_prod_col,.bm_product_col {
    width: 50%;
  }
      /* ===================== IMage Banner Section ============== */
      .bms_img_banner_inner_img img {
        height: 148px;
        object-fit: fill;
      }
      .bms_img_banner_inner_title {
        font-size: 16px;
        padding: 9px 19px;
      }


}


@media all and (min-width: 768px) and (max-width: 980px) {
	.box_col_row0 .et_pb_column,.box_col_row1 .et_pb_column{
		width:50% !important;
	}
	
	.box_col_row0 .et_pb_column:last-child,.box_col_row1 .et_pb_column:last-child{
		width:100% !important;
	}
	
  div#main-content {
    margin-top: 60px;
}
  /* baNNER */
  .banner_main_con_inner{
    font-size: 18px;
  }
  .banner_main_con h1{
    font-size: 50px;
  }
  .banner_section_box .et_pb_slide {
    height: 300px;
  }
  /* */
   /* product category */
   .product_cat_row {
    padding: 0px 22px !important;
  }
  .product_cat_Section {
    padding: 30px 0px !important;
  }
  .cl_prod_block{
    height: 300px;
  }
  .section_main_title {
    font-size: 30px;
  }
  .cl_prod_title{
    font-size: 18px;
    height: 40px;
  }
  .cl_prod_block img {
    height: 250px;
  }
  .cl_prod_col,.bm_product_col {
    width: 33.33%;
  }
  /*  */
    /* ---------------featured------------------ */
    .featured_section_row {
      padding: 0px 22px !important;
  
    }
    .featured_section {
      padding: 30px 0px !important;
    }
    .bm_product_title_box a{
      font-size: 16px;
      margin: 10px 0px;
      height: 50px;
    }
    .bm_product_box{
      margin: 6px;
    }
    a.product_type_simple.add_to_cart_button.ajax_add_to_cart{
      font-size: 16px;
      width: 143px;
      height: 39px;
    }
    .bm_product_image_box:after{
      display: none;
    }
    .contact_us_section::after{
      display: none;
    }
    /* -------------- */
    .map_section_box2{
      padding-left: 0px !important;
    }
    .our_brand_logo_row {
      padding: 0px 50px !important;
    }
    .contact_details ul li .fa{
      width: 40px;
      height: 40px;
    }
    .contact_us_section {
      padding: 30px 0px !important;
    }
    .contact_details ul li a {
      font-size: 16px;
      text-align: left;
    }
    .contact_form_box{
      padding: 20px;
    }
    .bm_main_form_col input, .bm_main_form_col_one select {
      height: 45px;
      font-size: 16px;
    }
    .contact_us_main_store_main_one {
      margin-top: 10px !important;
    }
    .contact_us_main_store_main {
      margin-top: 0px;
    }
    .section_main_inner_title{
      font-size: 18px;
    }
    .our_brand_logo_section {
      padding: 30px 0px !important;
    }
    .contact_us_form_row {
      padding: 0px 20px !important;
    }
    .contact_details ul {
      padding-left: 0px !important;
      width: fit-content;
      margin: auto;
  }
  .contact_us_form_row {
    text-align:  center;
  }
  .contact_us_section .contact_us_main_title_box .section_main_title::after{
    right: 0;
  }
    /*  */
    .map_title{
      top: 0%;
      font-size: 18px;
      height: 40px;
    }
    #pop_up_quote_box{
      width: 80% !important;
      padding-bottom: 20px !important;
      padding-top: 45px !important;
    }


      /* ===================== IMage Banner Section ============== */
   .bms_img_banner_inner_img img {
    height: 205px;
  }
  .bms_img_banner_inner_title {
    font-size: 19px;
    padding: 13px 27px;
  }
    
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
  div#main-content {
    margin-top: 130px;
}
  /* baNNER */
  .banner_main_con_inner{
    font-size: 18px;
  }
  .banner_main_con h1{
    font-size: 50px;
  }
  .banner_btn{
    margin-top: 20px;
  }
  .banner_section_box .et_pb_slide {
    height: 380px;
  }
  /*  */
    /* product category */
    .product_cat_row {
      padding: 0px 22px !important;
    }
    .product_cat_Section {
      padding: 30px 0px !important;
    }
    .cl_prod_block{
      height: 300px;
    }
    .section_main_title {
      font-size: 30px;
    }
    .cl_prod_title{
      font-size: 18px;
      height: 40px;
    }
    .cl_prod_block img {
      height: 250px;
    }
    /*  */
    /* ---------------featured------------------ */
  .featured_section_row {
    padding: 0px 22px !important;

  }
  .featured_section {
    padding: 30px 0px !important;
  }
  .bm_product_title_box a{
    font-size: 16px;
    margin: 10px 0px;
    height: 50px;
  }
  .bm_product_image_box a{
    height: 230px;
  }
  .bm_product_box{
    margin: 6px;
    height: 430px;
  }
  a.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    font-size: 16px;
    width: 143px;
    height: 39px;
  }
  /* -------------- */
  .our_brand_logo_row {
    padding: 0px 40px!important;
  }
   /* contact-us-section */
   .contact_us_form_row {
    padding: 0px 22px !important;
  }
  .contact_details ul li .fa{
    width: 40px;
    height: 40px;
  }
  .contact_us_section {
    padding: 30px 0px !important;
  }
  .contact_details ul li a {
    font-size: 16px;
  }
  .contact_form_box{
    padding: 20px;
  }
  .bm_main_form_col input, .bm_main_form_col_one select {
    height: 45px;
    font-size: 16px;
  }
  .contact_us_main_store_main_one {
    margin-top: 10px !important;
  }
  .contact_us_main_store_main {
    margin-top: 0px;
  }
  .section_main_inner_title{
    font-size: 18px;
  }
  /*  */
  .map_title{
    top: 0%;
    font-size: 18px;
    height: 40px;
  }
  #pop_up_quote_box{
    width: 60% !important;
    padding-bottom: 20px !important;
    padding-top: 45px !important;
  }
  /* ===================== IMage Banner Section ============== */
  .bms_img_banner_inner_img img {
    height: 264px;
  }
  .bms_img_banner_inner_title {
    font-size: 19px;
    padding: 13px 27px;
  }


}

@media all and (min-width: 1025px) and (max-width: 1140px) {
  div#main-content {
    margin-top: 130px;
}
  /* baNNER */
  .banner_main_con_inner{
    font-size: 20px;
  }
  .banner_main_con h1{
    font-size: 60px;
  }
  .banner_section_box .et_pb_slide {
    height: 400px;
}
/*  */
  /* product category */
  .product_cat_row {
    padding: 0px 30px !important;
  }
  .product_cat_Section {
    padding: 30px 0px !important;
  }
  .cl_prod_block{
    height: 300px;
  }
  .section_main_title {
    font-size: 30px;
  }
  .cl_prod_title{
    font-size: 18px;
    height: 40px;
  }
  .cl_prod_block img {
    height: 250px;
  }
  /*  */
  /* ---------------featured------------------ */
  .featured_section_row {
    padding: 0px 22px !important;

  }
  .featured_section {
    padding: 30px 0px !important;
  }
  .bm_product_title_box a{
    font-size: 16px;
    margin: 10px 0px;
    height: 50px;
  }
  .bm_product_box{
    margin: 6px;
  }
  a.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    font-size: 16px;
    width: 143px;
    height: 39px;
  }
  /* -------------- */
  .our_brand_logo_row {
    padding: 0px 42px !important;

  }
  .our_brand_logo_section {
    padding: 30px 0px !important;
  }
  /* contact-us-section */
  .contact_us_form_row {
    padding: 0px 22px !important;
  }
  .contact_details ul li .fa{
    width: 40px;
    height: 40px;
  }
  .contact_us_section {
    padding: 30px 0px !important;
  }
  .contact_details ul li a {
    font-size: 16px;
  }
  .contact_form_box{
    padding: 20px;
  }
  .bm_main_form_col input, .bm_main_form_col_one select {
    height: 45px;
    font-size: 16px;
  }
  .contact_us_main_store_main_one {
    margin-top: 10px !important;
  }
  .contact_us_main_store_main {
    margin-top: 0px;
}
  /*  */
  .map_title{
    top: 0%;
    font-size: 18px;
    height: 40px;
  }
  #pop_up_quote_box{
    width: 60% !important;
    padding-bottom: 20px !important;
    padding-top: 45px !important;
  }
  /* ===================== IMage Banner Section ============== */
  .bms_img_banner_inner_img img {
    height: 264px;
  }
  .bms_img_banner_inner_title {
    font-size: 19px;
    padding: 13px 27px;
  }


}

@media all and (min-width: 1141px) and (max-width: 1280px) {
  div#main-content {
    margin-top: 130px;
}
  /* baNNER */
  .banner_main_con_inner{
    font-size: 20px;
  }
  .banner_main_con h1{
    font-size: 60px;
  }
  .banner_section_box .et_pb_slide {
    height: 430px;
}
/*  */
   /* product category */
   .product_cat_row {
    padding: 0px 30px !important;
  }
  .product_cat_Section {
    padding: 30px 0px !important;
  }
  .cl_prod_block{
    height: 350px;
  }
  .section_main_title {
    font-size: 36px;
  }
  .cl_prod_title{
    font-size: 18px;
  }
  /*  */
  /* ---------------featured------------------ */
  .featured_section_row {
    padding: 0px 22px !important;

  }
  .featured_section {
    padding: 30px 0px !important;
  }
  .bm_product_title_box a{
    font-size: 16px;
    margin: 10px 0px;
    height: 50px;
  }
  /* -------------- */
  .our_brand_logo_row {
    padding: 0px 30px !important;

  }
  .our_brand_logo_section {
    padding: 30px 0px !important;
  }
  /* contact-us-section */
  .contact_us_form_row {
    padding: 0px 30px !important;
  }
  .contact_details ul li .fa{
    width: 40px;
    height: 40px;
  }
  .contact_us_section {
    padding: 30px 0px !important;
  }
  .contact_details ul li a {
    font-size: 16px;
  }
  .contact_form_box{
    padding: 20px;
  }
  .bm_main_form_col input, .bm_main_form_col_one select {
    height: 45px;
    font-size: 16px;
  }
  /*  */
  .map_title{
    top: 0%;
    font-size: 18px;
    height: 40px;
  }
  #pop_up_quote_box{
    width: 60% !important;
    padding-bottom: 20px !important;
    padding-top: 45px !important;
  }
  /* ===================== IMage Banner Section ============== */
  .bms_img_banner_inner_img img {
    height: 296px;
  }
  .bms_img_banner_inner_title {
    font-size: 21px;
    padding: 16px 31px;
  }
  


}

@media all and (min-width: 1281px) and (max-width: 1440px) {
  div#main-content {
    margin-top: 154px;
}
  /* baNNER */
  .banner_main_con_inner{
    font-size: 20px;
  }
  .banner_main_con h1{
    font-size: 60px;
  }
  .banner_section_box .et_pb_slide{
    height: 510px;
  }
  /*  */
   /* product category */
   .product_cat_row {
    padding: 0px 50px !important;
  }
  .product_cat_Section {
    padding: 30px 0px !important;
  }
  .cl_prod_block{
    height: 350px;
  }
  .section_main_title {
    font-size: 36px;
  }
  /*  */
  /* ---------------featured------------------ */
  .featured_section_row {
    padding: 0px 50px !important;

  }
  .featured_section {
    padding: 30px 0px !important;
  }
  .bm_product_title_box a{
    font-size: 18px;
    height: 38px;
    padding: 0px 10px !important;
    margin: 10px 0px;
  }
  /* -------------- */
  .our_brand_logo_row {
    padding: 0px 50px !important;
  }
  .our_brand_logo_section {
    padding: 30px 0px !important;
  }
  /* contact-us-section */
  .contact_us_form_row {
    padding: 0px 50px !important;
  }
  .contact_details ul li .fa{
    width: 40px;
    height: 40px;
  }
  /*  */
  #pop_up_quote_box{
    width: 50% !important;
    padding-bottom: 20px !important;
    padding-top: 45px !important;
  }
  /* ===================== IMage Banner Section ============== */
  .bms_img_banner_inner_img img {
    height: 313px;
  }
  .bms_img_banner_inner_title {
    font-size: 21px;
    padding: 16px 31px;
  }
  

}

@media all and (min-width: 1441px) and (max-width: 1680px) {
  div#main-content {
    margin-top: 165px;
}
.banner_section_box .et_pb_slide{
  height: 550px;
}
  /* product category */
  .product_cat_row {
    padding: 0px 50px !important;
  }
  
  /*  */
  /* ---------------featured------------------ */
  .featured_section_row {
    padding: 0px 50px !important;

  }
  /* -------------- */
  .our_brand_logo_row {
    padding: 0px 50px !important;
  }
  
  /* contact-us-section */
  .contact_us_form_row {
    padding: 0px 50px !important;
  }
  /*  */

  #pop_up_quote_box{
    width: 50% !important;
    padding-bottom: 20px !important;
    padding-top: 45px !important;
  }

  /* ===================== IMage Banner Section ============== */
  .bms_img_banner_inner_img img {
    height: 418px;
  }
  .bms_img_banner_inner_title {
    font-size: 21px;
    padding: 16px 31px;
  }



  
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
  #pop_up_quote_box{
    width: 50% !important;
  }
  /* ===================== IMage Banner Section ============== */
  .bms_img_banner_inner_img img {
    height: 418px;
  }
  .bms_img_banner_inner_title {
    font-size: 21px;
    padding: 16px 31px;
  }
 



}


@media all and (min-width: 981px) and (max-width: 3000px) {
  .product_type_simple{
    overflow: hidden;
    position: relative;
  }
  .product_type_simple::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #1d3527;
    transform: scale(0) rotate(360deg) translate(0px, 0px);
    transition: 1s !important;
  }
  .product_type_simple:hover:after {
    transition: 1s !important;
    transform: scale(1) rotate(180deg) translate(0px, 0px);
}
a.product_type_simple.add_to_cart_button.ajax_add_to_cart span{
  z-index: 9;
  position: relative;
}
a.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover{
  color: #fff;

}
/* .bm_product_image_box:before, .bm_product_image_box:after {
  content: '';
  background: linear-gradient( #e3c4468a 0%,#1d35278f 100%);
  height: 150%;
  width: 100%;
  border-radius: 0 100% 0 0;
  opacity: 0;
  position: absolute;
  left: -50%;
  top: 100%;
  transition: border-radius .5s ease-out,top .5s ease-out,opacity .3s ease-out;
} */
.bm_product_image_box:after {
  border-radius: 100% 0 0 0;
  left: 50%;
}
.bm_product_box:hover .bm_product_image_box:before,.bm_product_box:hover .bm_product_image_box:after {
  top: -50%;
  opacity: 0.9;
  border-radius: 0 35% 0 0;
}
}
