/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*
.ot-demo-wrap .control.inactive {
	display: none;
}

.ot-demo-settingwrap .control.inactive {
	display: none;
}
*/
.card.card-block .subcategory-image .img {
	display: none !important;;
}

.card.card-block .subcategory-name {
  display: inline-block; 
  background-color: #f5f5f5;
  color: #333;
  padding: 8px 14px;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.card.card-block .subcategory-name:hover {
  background-color: #e0e0e0;
  color: #fff;
}


.product_list .product-title {
	display: none;
}

.mobile-bottom-bar {
  display: none;
}

/* Ascunde cart ?i user info din header pe mobil */
@media (max-width: 991px) {
  /*
  #_mobile_cart,
  #_mobile_user_info {
    display: none !important;
  }
    */
  /* ============================
    Mobile Bottom Bar
    ============================ */
  .mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    /* background: #fff; */
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
	background-color: #f5f5f5;
  }

  .mobile-bottom-bar .bottom-link {
    text-align: center;
    color: #333;
    font-size: 11px;
    text-decoration: none;
    flex: 1;
    position: relative;
  }

  .mobile-bottom-bar .bottom-link i {
    font-size: 24px;
    display: block;
    margin-bottom: 2px;
  }

  .mobile-bottom-bar .cart-badge {
    position: absolute;
    top: 2px;
    right: 30%;
    background: red;
    color: white;
    border-radius: 50%;
    font-size: 11px;
    padding: 2px 6px;
  }
    ul.user-info {
      top: -150%;
    }

     #_mobile_user_info {
      text-align: center;
  }
	.mobile-bottom-bar a.mobile_home_btn_custom {
      		text-align: center;
		cursor: pointer;
  		float: left;
  		position: relative;
		border-radius: 5px;
    		padding: 0;
		height: 35px;
    		width: 35px;
		background: var(--primary-bg-color);
		color: var(--primary-text-color);
  	}

	.mobile-bottom-bar a.mobile_home_btn_custom i {
      		-moz-transition: all 400ms ease-in-out 0s;
  		-o-transition: all 400ms ease-in-out 0s;
  		-ms-transition: all 400ms ease-in-out 0s;
		height: 100%;
    		width: 100%;
		line-height: 35px;
    		font-size: 18px;
  	
  	}


	.mobile-bottom-bar .otuserheading {
		background: var(--primary-bg-color);
		color: var(--primary-text-color);

	}

	.mobile-bottom-bar a.mobile_whatsapp_btn_custom {
      		text-align: center;
		cursor: pointer;
  		float: left;
  		position: relative;
		border-radius: 5px;
    		padding: 0;
		height: 35px;
    		width: 35px;
		border: 1px solid var(--border-color);
		background-color: var(--body-background-color);
		/* background-color: #ddd8d8; */
  	}



  .mobile-bottom-bar .blockcart .cart-right span.amount.pull-right, .mobile-bottom-bar .blockcart .cart-right, .mobile-bottom-bar .blockcart .cart-right  span.hidden-sm-down{
    display: none;
  }

	#footer {
  		padding-bottom: 56px;
	}

	.footer-container .container .row div.ets_wa_whatsapp_block.left_bottom {
    		/* bottom: 62px; */
		display: none;
	}
}
