/*======================================
Theme Name: LWS CHILD
Theme URI: https://divicake.com/
Description: LWS CHILD THEM FOR DIVI
Version: 1.0
Author: LiNDERT WEB SOLUTION
Author URI: https://divicake.com/
Template: Divi
======================================*/
/*change the menu item orientation to vertical*/

#main-content {
  background-color: transparent !important;
}

.et_pb_text_inner a {
  display: inline-block;
  color: #F65E2D;
  text-decoration: none;
}

.et_pb_text_inner a::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	transition: width .3s;
	background-color: #F65E2D;
}

.et_pb_text_inner a:hover::after {
  width: 100%;
}

.cartpops-cart--items-indicator-bubble .cartpops-cart__toggle .cartpops-cart__container-counter {
  display: none!important;
}

.cartpops-cart__toggle .cartpops-cart__container {
  color: #fff !important;
}

.product p.wc-gzd-additional-info {
  display: none !important;
}