#header-slider-container {
	overflow: hidden;
}

@media (min-width: 1025px) {
	#rev_slider_72_1_wrapper {
		height: calc( 697 / 1440 * 100vw);
		max-height: 697px;
	}
}

@media (min-width: 779px) and (max-width: 1024px) {
	#rev_slider_72_1_wrapper {
		height: calc( 768 / 1024 * 100vw);
		max-height: 768px;
	}
}

@media (min-width: 481px) and (max-width: 778px) {
	#rev_slider_72_1_wrapper {
		height: calc( 480 / 778 * 100vw);
		max-height: 488px;
	}
}

@media (max-width: 480px) {
	#rev_slider_72_1_wrapper {
		height: 100vw;
	}
}

@media (min-width: 901px) {
	.fixed-header-box {
		min-height: 60px;
	}
}

/*input field border radius 
https://landscaping.vamtam.com/checkout/*

.select2-container--default .select2-selection--single {
    border-radius:  23px;
}

.select2-dropdown {
    border-radius: 23px;
}

/*end input field border radius 
 * 
https://landscaping.vamtam.com/checkout/*/


/* Add to cart and select options in Shop section font size text */
.woocommerce .products.vamtam-wc .product .add_to_cart_button,.woocommerce .products.vamtam-wc .product .added_to_cart,.woocommerce .products.vamtam-wc .product .ajax_add_to_cart,.woocommerce .products.vamtam-wc .product .vamtam-button.product_type_simple {
    font-size: 14px;
}

/* Hide button beside logo */
button.mega-close {
  display: none !important;
}

/* footer icons alignment */
.fl-icon-group.textcenter {
  text-align: center;
}

/* footer icons gap */
.fl-icon-group.textcenter .fl-icon {
  display: inline-block;
  margin: 0 15px; /* gap */
}

/* Mobile dropdown menu */
@media screen and (max-width: 768px) {
  #mega-menu-wrap-menu-header .mega-menu-toggle + #mega-menu-menu-header {
      top: 60px !important;
      bottom: 0 !important;
      height: auto !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .fl-node-59c43299c1f2f.fl-row > .fl-row-content-wrap {
    height: 100vh !important;
    box-sizing: border-box !important;
    padding-top: 40px !important;   
    padding-bottom: 150px !important;
  }
}

/* top bar icons alignment */
.fl-icon-group.textright {
  text-align: right;
}

/* top bar icons gap */
.fl-icon-group.textright .fl-icon {
  display: inline-block;
  margin: 0 15px; 
}
