.zoomImg {
display: none !important;
}

/* Full width image archive grid */
.woocommerce .products  .product figure{
  margin:0px  -12px  15px !important;
}

/* Remove top padding image archive grid */
.woocommerce  .products.grid_woo .product {
padding-top:0px;
padding-bottom:70px
}
.woo_grid_compact figure:not(.notresized) img{
height:unset; 
}

/* Remove wishlist button archive grid */
.products .button_action{
display:none;
}

/* Full width image archive grid on mobile */
@media (max-width:575px){
.woocommerce .products .product figure{
   margin:0px  -8px  15px !important;
}
}

/* Disable pointer effect on product gallery */

.woocommerce-product-gallery figure {
    pointer-events: none;
}

/* Change grid archive to 1 column */
@media only screen and (max-width: 567px){
.woocommerce .products.grid_woo .product {
    width: auto!important;
}
}

/* Change price on grid archive to 1 row */
.woocommerce .products .product .price {
    display: flex;
}
.woocommerce-Price-amount {
	padding-right: 10px
}

/* Hide cart button */
.woocommerce .products .woo_grid_compact .woo_loop_btn {
	display: none;
}

/* Hide Wishlist on mobile */
.dl-menuwrapper #mobile-menu-icons .rh-wishlistmenu-link {display:none !important}

/* Remove bottom margin Product description */
.post p{
	margin: 0!important;
}

/* Remove Woo tag & SKU */
.single-product .product_meta .sku_wrapper, .single-product .product_meta .tagged_as {
	display:none;
}
/* Remove Woo category 
.single-product .product_meta .posted_in{
	display:none!important;
}
*/

.woocommerce-breadcrumb{display:none !important}

/* Extend membership info Woo product */
.woocommerce-info {
    margin: 20px -20px;
}

/* Change sidebar width to 20% */
.archive .sidebar {
  width: 20%;
	max-width: 250px;
	padding-right: 20px;
}

@media (min-width: 1100px) {
.archive .main-side {
    width: 80%;
}
.archive .rh-container, .content {
	width: 90%!important;
	max-width: 2000px;
}

.home .rh-container, .content {
	width: 90%!important;
	}
}

@media (max-width: 1140px) and (min-width: 1024px)
{
.rh_woo_main_archive .main-side {
	width: 80%;
}

}

/* 4 Grids on small size desktop*/
@media (max-width: 1530px) and (min-width: 1024px){
.col_wrap_fourth .col_item, .col_wrap_fifth .col_item, .col_wrap_six .col_item {
    width: 23%;
    margin: 0 1% 25px;
}
}

/* Format short description on Grids */
div[itemprop="description"] h4 {
	font-size: 16px;
	font-weight: normal;
	font-family: roboto;
}

div[itemprop="description"] {
	line-height: 24px;
}

/* Format Pricing table */
.eb-pricing.style-1 .eb-pricing-item .body ul li {
	padding: 0px 0px!important;
}

/* Format ribon badge */
.re-ribbon-badge {
    height: 28px;
    right: -2px;
    top: inherit;
    bottom: 15px;
}
.re-ribbon-badge span {
	transform: none;
	top:inherit;
}

/* Move the bell to behind popup */
.grv-bell-wrap {
	z-index: 5!important;
}