
	.my-account-header, .row.vertical-tabs .large-3, .wishlist-title-container{
		display: none;
	}
	.title-page h1{
		color: #666565;
		font-family: Montserrat;
		font-style: normal;
		font-weight: normal;
		font-size: 35px;
	}
	.breadcrumb-full{
		margin-bottom: 5px;
		padding-left: 3px !important;
	}
	.product-thumbnail{
		max-width: 100% !important;
		width: 100%;
		margin-right: 0 !important;
		overflow: hidden;
		border-radius: 5px 0 0 0;
	}
	.wishlist_table > li > .item-wrapper{
		width: 100% !important;
	}
	.product-thumbnail img{
		width: 100%;
		height: 352px;
		object-fit: cover;
		object-position: 0 30%;
		border-radius: 5px;
	}
	.wishlist_table.mobile .product-remove a:after{
		content: url('../img/cross-wishlist.svg');
	}
	.wishlist_table.mobile .product-remove{
		border: unset;
		left: unset;
		right: 13px;
		top: 13px;
	}
	.badge-container{
		margin-top: 0;
	}
	.badge-container > .badge{
		height: auto;
		margin-right: 0;
	}
	.badge-inner{
		height: 19px !important;
		padding-left: 14px;
		padding-right: 9px;
		display: flex !important;
		align-items: center;
	}
	.badge-container > .badge:nth-child(3) .badge-inner{
		background-color: #EEAE9C !important;
		color: #FFFFFF;
	    font-size: 14px;
	    font-family: 'Montserrat';
	    line-height: 1;
	}
	.badge-container > .badge .on-sale{
		color: #FFFFFF;
	    font-size: 14px;
	    font-family: 'Montserrat';
	    background-color: #F58489;
	    line-height: 1;
	    height: auto;
	    display: block;
	    text-transform: lowercase;
	    position: relative;
	    font-weight: normal;
	} 
	.badge-container > .badge  span{
		font-family: Montserrat;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
	}
	.badge-container > .badge .badge-inner:after{
		content: '';
	    width: 0;
	    height: 0;
	    border-top: 9px solid transparent;
	    border-bottom: 9px solid transparent;
	    position: absolute;
	    right: -8px;
	    top: 0px;
	    font-weight: normal;
	}
	.badge-container > .badge:nth-child(1) .badge-inner{
		border-radius: 5px 0 0 0;
	}
	.badge-container > .badge:nth-child(1) .badge-inner:after{
		border-left: 9px solid #F58489;
	}
	.badge-container > .badge:nth-child(2) .badge-inner:after{
		border-left: 9px solid #602A15;
	}
	.badge-container > .badge:nth-child(3) .badge-inner:after{
		border-left: 9px solid #EEAE9C;
	}
	.badge-container > .badge:nth-child(3){
		position: relative;
	}
	.product-name a{
		color: #EEAE9C;
		font-family: Montserrat;
		font-style: normal;
		font-weight: normal;
		font-size: 22px;
		line-height: 27px;
		margin-top: 10px;
		display: block;
	}
	.item-details-table .value{
		text-align: left !important;
		display: flex;
		align-items: flex-end;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	.item-details-table ins .woocommerce-Price-amount, .item-details-table .value > .woocommerce-Price-amount {
		color: #666565;
		font-family: Montserrat;
		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 24px;
	}
	.item-details-table del .woocommerce-Price-amount{
		color: #C4C4C4;
		font-family: Montserrat;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 17px;
		margin-left: 15px;
	}
	.product-add-to-cart .product_type_variable{
		color: #EEAE9C;
		display: flex;
		align-items: center;
		text-align: center;
		font-family: Montserrat;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 70px;
		border: 1px solid #EEAE9C;
		box-sizing: border-box;
		border-radius: 5px;
		height: 55px;
		background-color: transparent !important;
		justify-content: center;
		text-transform: initial !important;

	}
	.product-add-to-cart .product_type_variation{
		background-color: #EEAE9C !important;
		border-radius: 5px;
		color: #FFFFFF;
		display: flex;
		align-items: center;
		text-align: center;
		font-family: Montserrat;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 70px;
		height: 55px;
		justify-content: center;
	}
	.additional-info-wrapper{
		width: 100% !important;
		border-bottom: unset !important;
		margin-bottom: 46px;
	}
	.additional-info{
		margin-bottom: 0 !important;
	}
	.yith_wcwl_wishlist_footer{
		display: none;
	}
	.page-wrapper.my-account.mb{
		padding-bottom: 0;
	}
	.vertical-tabs .large-9 {
		padding-bottom: 0;
	}
	.block-arround-click-wish{
		background: #EEAE9C;
		border-radius: 5px 5px 0px 0px;
		height: 124px;
		margin-left: -15px;
		width: 100vw;
		padding: 0 15px;
		padding-top: 35px;
	}

