body{
	font-family: "Roboto", Sans-serif !important;
}

.page-header h1{
	display: none  !important;
}

.affix{
  background-color: #fff !important;
	box-shadow: 0px 0px 10px 0px rgba(96.9, 86.42663722826087, 86.42663722826087, 0.5);
}

.affix img{
	width: 50% !important;
}

body{
  background-color: #F9FCF7 !important;
}

/*.flex-viewport .woocommerce-product-gallery__image:first-child{
  display: none !important;
}*/

.slider .hover-img{
  display: none;
}

.slider .image:hover .main-img{
  display: none;
}

.slider .image:hover .hover-img{
  display: block;
}

#product-enquiry{
  display: none;
}

/* CUSTOM ON-HOVER IMAGE */
.woocommerce ul.products li.product a img { 
    /* FORMAT ALL IMAGES TO FILL EQUIVALENT SPACE,
    to remove jitter on replacement */
  /*  height: 150px;
    width: 150px;*/
    object-fit: cover;
    padding: 0;
    margin: 0 auto;
}
.woocommerce ul.products li.product a img:nth-of-type(2) {
    display: none;
}
.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
    display: block
}
.woocommerce ul.products li.product a:hover img:nth-of-type(1) {
    display: none;
}

.woof_list_label li{
	display: block !important;
}

.woof_list_label .woof_label_term{
	background-color: transparent;
    border: none;
    margin: 3px 3px 3px 0;
    padding: 3px 4px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    min-width: 50px;
    max-width: 100%;
    height: 30px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.woof_list_label li .woof_label_term:hover, .woof_list_label li .woof_label_term.checked{
	background-color: transparent !important;
    border-color: transparent !important;
    color: #000 !important;
    font-weight: bold !important;
}

.woof_label_count{
	font-size: 14px;
    position: absolute;
    border-radius: 200px;
    min-width: 22px;
    height: 22px;
    line-height: 17px !important;
    text-align: center;
    font-weight: bold !important;
    margin: 0;
    right: 0;
    background-color: #efefef;
    border: 1px solid #ddd;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woof_redraw_zone{
	padding: 20px 30px;
	background-color: #EDF5EA !important;
}

.woof_products_top_panel_ul .woof_reset_button_2{
	color: #66BC49;
	border: 1px solid #66BC49;
}

.woof_products_top_panel_ul .woof_reset_button_2:hover{
  background-color: #66BC49;
  color: #fff;
}

.woocommerce a{
	color: #66BC49;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background-color: transparent !important;
}

.elementor-add-to-cart table td,.elementor-add-to-cart table th{
	padding: 0;
}

.elementor-add-to-cart table tbody tr:hover>td,.elementor-add-to-cart table tbody tr:hover>th{
	background-color: transparent !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{
	width: 48%;
	height: 65px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock){
	background-color: #C1DD8B;
	box-shadow: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
	border: 1px solid #66BC49;
	box-shadow: none;
}

.woocommerce-variation-add-to-cart, .single_variation_wrap{
	display: none !important;
}

.flex-control-nav{
	margin-top: 20px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	width: 100%;
	margin: 0 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
    width: 100%;
    height: 150px;
}

/*.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
	padding: 20px;
    border: 1px solid rgb(0, 0, 0);
}*/

/*.woocommerce div.product div.images img.wp-post-image{
	height: 300px;
    width: 100%;
    object-fit: contain;
}*/


/*product*/
.elementor-widget-woocommerce-product-add-to-cart .qib-container{
  display: none !important;
} 
.product-archive1 .woocommerce-result-count{
  margin-bottom: 0;
  background: linear-gradient(90deg, #005CB9 22.33%, #28CB74 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-weight: 300;
}
.product-archive1 .woocommerce-result-count span{
  font-size: 22px;
    font-weight: 400;
}

.product-archive1  .woocommerce-ordering{
  display: flex;
  align-items: center;
  margin-bottom: 0;
    margin-top: 10px;
}
.product-archive1  .woocommerce-ordering .txt-sort{
  color: #005CB9;
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;

}
.product-archive1  .woocommerce-ordering .form-sort{

}
.product-archive1  .woocommerce-ordering  select{
  width: 145px;
    padding: 12px 7px;
    border: 1px solid #005CB9;
    color: #005CB9;
}
.product-archive1 ul.products {
  padding-top: 30px;
}
.product-archive1 ul.products .woocommerce-LoopProduct-link .image-cover{
  position: relative !important;
    height: auto;
    overflow: hidden;
    padding-top: 75%;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    margin-bottom: 8px;
}
.product-archive1 ul.products .woocommerce-LoopProduct-link .image-cover img{
  right: 0;
  width: 100% !important;
  height: 100% !important;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.product-archive1 ul.products .woocommerce-loop-product__title{
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
  padding-bottom: 0 !important;
  margin-bottom: 15px !important;
  min-height: 85px;
}
.product-archive1 ul.products .add_to_cart_button{
  background: url('assets/images/icon-cart.svg') no-repeat;
      width: 35px;
    height: 35px;
    border-radius: 100px;
    float: right;
    margin-top: 0 !important;
    min-width: unset;
    padding: 0 !important;
}
.product-archive1 ul.products .price .txt-set{
  font-weight: 400;
}

.menu-product-left .elementor-nav-menu li{
  border-top: 1px solid rgb(0 92 185 / 32%);
}
.menu-product-left .elementor-nav-menu li.current-menu-item  a{
  font-weight: 600 !important;
}
/*single product*/
/*.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image > a{
  background: #F5F5F5;
}*/
.product-meta .product_meta .posted_in .detail-label,
.product-meta .product_meta .sku_wrapper {
  display: none;
}
.woocommerce-product-gallery--with-images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 70%;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  background: #F5F5F5;
  border-radius: 10px;
}

.woocommerce-product-gallery--with-images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  	right: 0 !important;
    width: 80% !important;
    height: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: contain;
    margin: 0 auto;
}

.woocommerce-product-gallery--with-images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image .zoomImg {
  display: none !important;
}
.woocommerce-product-gallery--with-images .flex-control-thumbs li{
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 66%;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 5px;
  margin-top: 15px !important;
}
.woocommerce-product-gallery--with-images .flex-control-thumbs li img{
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  bottom: 0 !important;
  left: 0 !important;
  top: 0 !important;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: contain;";
} 
.woocommerce-product-gallery--with-images .flex-control-thumbs li {
  width: 100% !important;
}

/*.woocommerce-product-gallery__trigger{
	display: none;
}*/

.owl-theme .owl-nav [class*=owl-]:hover{
	background: transparent !important;
    color: #000 !important;
}

.owl-theme .owl-nav [class*=owl-]:focus{
	outline: none !important;
}

.pswp.pswp--supports-fs{
	display: none !important;
}

@media screen and (max-width: 1024px){
  .c-filter{
    display: none;
  }
}

@media screen and (min-width: 499px){
	.flex-control-nav.flex-control-thumbs{
		position: relative;
		overflow: inherit !important;
	}

	.owl-nav span{
		font-size: 48px;
	}

	.owl-nav .owl-prev{
		position: absolute;
	    left: -40px;
	    top: 55px;
	}

	.owl-nav .owl-next{
		position: absolute;
	    right: -40px;
	    top: 55px;
	}
}

@media screen and (max-width: 499px){
	.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{
		width: 100%;
		height: 40px;
	}

	.owl-nav{
		display: none !important;
	}

  .woof_hide_filter{
    display: block !important;
  }

  .woof_show_filter_for_mobile .woof_show_mobile_filter{
    display: none;
  }
}


