.ywpar_apply_discounts_container{
    display: none;
    margin-top: 20px;
}
.ywpar-button-message{
    cursor: pointer;
}
.yith-par-message{
    display: block;
}
.yith-par-message.hide{
    display: none!important;
}
.yith-par-message-variation.hide{
    display: none!important;
}

.theme-yith-proteo .products .yith-par-message{
    display: inline-block;
    width: auto;
    text-decoration:underline;
    text-transform:lowercase;
    font-size:0.9em;
}
.theme-yith-proteo .summary .yith-par-message-variation,
.theme-yith-proteo .summary .yith-par-message{
    margin-bottom: 30px;
    background: #f5f5f5;
    width: fit-content;
    padding: 4px 5px;
}.wc_payment_methods div.mwc-payments-gateway-card-icons {
	vertical-align: middle;
	display: inline-block;
	margin-left: 22px;
}
.wc_payment_methods div.mwc-payments-gateway-card-icons img {
	float: left !important;
	margin: 5px;
}

.mwc-payments-manage-payment-methods {
	display: block;
	margin: 1em 0;
	text-align: center;
}

.wc_payment_methods .mwc-payments-payment-method {
	display: inline-block;
	margin-bottom: .5em;
}
.wc_payment_methods .mwc-payments-payment-method .label {
	margin-right: .5em;
}
.wc_payment_methods .mwc-payments-payment-method .icon {
	float: none;
	display: inline-block;
	margin-right: .5em;
	vertical-align: middle;
}
.wc_payment_methods .mwc-payments-payment-method .icon img {
	width: 30px;
	height: 20px;
}

.woocommerce-notices-wrapper .woocommerce-info {
	overflow-wrap: break-word;
}/*
 Theme Name:     iBellaLifestyle
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Child Theme for <a href="http://www.ibellalifestyle.com/">iBellaLifestyle</a>
 Author:         Max Perepelytsia
 Author URI:     https://www.upwork.com/o/profiles/users/~018036d73bc0fae3ac/
 Template:       Divi
 Version:        1.0.0
*/

 
/* =Theme customization starts here= */
@media only screen and (min-width: 981px){
	.et-fixed-header#top-header #et-secondary-nav li ul {
    	background-color: #ffffff !important;
	}
}

@media only screen and (min-width: 981px){
	#top-menu{
		padding-top: 10px;
		padding-bottom: 10px;	
	}
	#footer-bottom{
		padding: 15px 0;
	}
	#footer-bottom .container{
		display:flex;
		justify-content: space-between;
		align-items:center;
	}
	#footer-info{
		width:15%;
		padding-bottom:0;
	}
	#footer-bottom .privacy-footer-link,
	#footer-bottom .shipping-footer-link,
	#footer-bottom .affiliate-footer-link{
    	display: inline;
		padding-bottom:0;
	}
}

@media only screen and (min-width: 981px){
	.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
	.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
		height: 0 !important;
	}
}
#et-top-navigation .et-cart-info{
	padding: 10px 0;
}
/*Homepage*/
.overlay {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,.1);
    -webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.img-responsive {
    display: block;
    max-width: 100%;
	width:100%;
    height: auto;
}
.offer-holder a {
    display: block;
    position: relative;
    overflow: hidden;
}
.offer-holder .content-section {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
	text-align:center;
    z-index: 1;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
@media only screen and (min-width: 641px){
	.offer-holder:hover .content-section {
    	-webkit-transform: scale(0);
    	-ms-transform: scale(0);
    	transform: scale(0);
	}
}
@media only screen and (min-width: 641px){
	.offer-holder:hover .overlay, .offer-holder:hover .content-section {
    	opacity: 0;
	}
}
.offer-holder h3 {
    margin: 0;
    line-height: 1;
    font-size: 41px;
    font-weight:bold;
    margin-bottom: 5px;
}
.offer-holder h3, .offer-holder p {
    color: #fff;
}
input[type="search"]{
	height: 36px;
	width:100%;
    border: none;
    background-color: rgba(0,0,0,0.04);
    -webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    padding: 10px 13px;
	margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 1.4;
}
.wpcf7-text, .wpcf7-textarea{
	width:100%;
    background-color: rgba(0,0,0,0.04) !important;
    -webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    padding: 10px 13px !important;
	margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 1.4;
}
.wpcf7-text{
	height:36px;
}
.woocommerce-product-search button[type="submit"], .wpcf7-submit{
    font-size: 16px;
    font-family: inherit;
	color: #fff;
	line-height: 20px;
	letter-spacing: 1.2px;
	text-align: center;
    display: inline-block;
	width: 100%;
	border: none;
	border-radius: 4px;
    box-sizing: border-box;
    margin-right: 0;
	padding: 10px 13px;
	transition: all .2s ease-in-out;
	cursor: pointer;
	background-color: #fae0e4 !important; color: #777 !important; font-weight: bold !important;
}

.woocommerce div.product form.cart .button, .woocommerce div.product form.cart .button:hover{
	color: #fff;
	padding:11px 13px !important;
	background-color: #931E05;
}

/*Homepage Blurb*/
.blurbtastic .et_pb_blurb_content {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.blurbtastic .et_pb_blurb_container {
  position: absolute;
  align-self: center;
}
.blurbtastic .et_pb_main_blurb_image {
  visibility: hidden;
  margin: 0;
}
.blurbtastic .et_pb_module_header{
	padding:5px;
	background-color: rgba(0,0,0,0.2);
}
/* Gift Cards Input Fields*/
#rpgc_to, #rpgc_to_email, #rpgc_note{
	width:100%;
    background-color: rgba(0,0,0,0.04) !important;
    -webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    padding: 10px 13px !important;
	margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 1.4;
}
/* Widgets*/
#custom_html-11 .widgettitle{
	font-size:16px;
	text-align:center;
}
@media (max-width: 980px){
	.custom-html-widget > a > img{
		display:block;
		margin: 0 auto;
		width: 90%;
	}
}
#woocommerce_product_categories-4, #custom_html-4, #custom_html-5, #text-6, #woocommerce_products-4{
	width:100%;
	text-align:center;
	margin-bottom:1em;
}
.woocommerce-product-gallery__trigger, .product_meta{
	display:none;
}
@media screen and (min-width:980px){
	.postid-620 .summary, .postid-749 .summary, .postid-675 .summary{
		padding-top:70px;
}
}
#iksm-widget-14{
	width:100%;
}
#iksm-widget-14 .title{
	text-align:center;
}
#iksm-widget-14 .iksm-term__link{
	display:block;
}
#iksm-2278 .iksm-term--current > .iksm-term__inner,
#iksm-2235 .iksm-term--current > .iksm-term__inner,
#iksm-2236 .iksm-term--current > .iksm-term__inner{
	background-color: rgba(255,255,255,1);
}
#iksm-2278 .iksm-term__inner:hover,
#iksm-2235 .iksm-term__inner:hover,
#iksm-2236 .iksm-term__inner:hover{
    background-color: rgba(236,236,236,1);
}
/* Center Widgets on Mobile*/
@media only screen and (max-width: 767px){
	.iksm-widget .widgettitle{
		text-align:center;
	}
	.iksm-terms .iksm-term__link{
		justify-content:center;
	}
}
/* Shop page Customization*/
.woocommerce-loop-product__title, span.price{
	text-align:center;
	text-transform: uppercase;
}
.woocommerce-loop-product__title{
	padding-top:1em !important;
	font-weight:bold;
}
.et_shop_image{
	border: 1px solid #ebebeb;
}
.et_overlay{
	border: 0px solid #ebebeb;
}
.entry-summary .price{
	padding-bottom:14px !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	font-size:14px !important;
	height:36px;
	border-radius:5px;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
	font-size: 16px;
	font-weight: bold;
}
.product .related h2{
	font-size:20px !important;
	font-weight:normal;
	text-transform:none;
}
/* Consultation Form Style*/
#gform_submit_button_1{
	font-size: 14px;
    font-family: inherit;
    color: #fff;
    line-height: 20px;
    letter-spacing: 1.2px;
    text-align: center;
    display: inline-block;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    margin-right: 0;
    padding: 10px 13px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    background-color: #963377;
}
/* Navigation Icons*/
.contact-icon a:before{
	font-family: 'ETmodules' !important;
	content:"\e065";
	margin-right:5px;
}
#menu-top-bar .account-icon a:before,
#et-secondary-nav .account-icon a:before,
#menu-item-5185 a:before{
	font-family: 'ETmodules' !important;
	content:"\e08a";
	margin-right:5px;
}
.wishlist-icon a:before{
	font-family: 'ETmodules' !important;
	content:"\e089";
	margin-right:5px;
}
.brands-icon a:before{
	font-family: 'ETmodules' !important;
	content:"\e07b";
	margin-right:5px;
}
#top-header #et-info #et-info-phone{
	font-weight:400;
	text-transform: none;
}
#et-info-phone:before{
	display:none;
}
/* Mobile menu*/
@media (max-width: 980px){
	.et_header_style_centered #et_mobile_nav_menu {
		margin-top: 0px;
	}
	.et_header_style_centered #main-header .mobile_nav {
		background-color: rgba(0, 0, 0, 0.00);
	}
}
.select_page{
	visibility:hidden;
}
/* Footer Affiliate Banner */

/* Checkout Button*/
#place_order{
	background-color: #931E05;
    color: white;
}
/* Whishlist Icon Color*/
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
a.wishlist_products_counter.top_wishlist-heart:before,
span.wishlist_products_counter.top_wishlist-heart:before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{
	color:#931E05;
}
/* View Full Post */
.more-link{
  display:inline-block !important;
  /*border-radius*/
  -webkit-border-radius:10px;
     -moz-border-radius:10px;
          border-radius:10px;
  padding:8px 16px;
  margin-top:10px;
  border:1px solid #d8dcdc;
  text-transform: capitalize;
}
/* Blog Menu Item on Mobile*/
.et_mobile_menu .blog-mobile > a {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.03);
}
/* Payment Method Icons*/
#footer-payment-icons{
	display:flex;
	align-items:center;
}
.payment-icons{
	text-align:center;
}
.payment-icons li{
	display: inline-block;
	margin:5px;
	line-height:1em;
}
.payment-icons li .fab {
    display: inline-block;
    font-size: 28px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #777777;
    text-decoration: none;
}
/* Review Form Submit Button Text Color*/
#commentform .form-submit input#submit{
	color:#fff !important;
}
/* Privacy Policy Footer Link*/
@media only screen and (max-width: 980px){
	#footer-bottom .container{
		display: flex;
    	flex-direction: column-reverse;
	}
	#footer-payment-icons{
		margin:auto;
		padding-bottom:14px;
	}
	.payment-icons li{
		margin:3px;
	}
	#footer-bottom .privacy-footer-link,
	#footer-bottom .shipping-footer-link{
		text-align:center;
	}
	#footer-bottom .affiliate-footer-link{
		text-align:center;
		padding-bottom:1em;
	}
}
.et_pb_text_1 {
    margin-bottom: 0px!important;
    margin-left: 0px!important;
}
.gform_required_legend {
	 display: none;
}
.ginput_recaptcha, #gform_2 #field_2_6, #gform_1 #field_1_6 {
	margin: auto !important;
}
.gform_button {
	background: #fae0e4 !important;
	border-radius: 3px !important;
	padding: 10px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
	color: #333333 !important;
	text-transform: uppercase;
	margin: auto !important;
	border: none !important;
}

.gform_button:hover {
	background: #963377 !important;
	color: #ffffff !important;
}