.vertical-tabs > .large-9{
	max-width: 100%;
	flex-basis: 100%;
}
.wishlist_table {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.wishlist_table > li{
	width: calc((100% / 3) - 30px);
	margin-right: 30px;
	position: relative;
	margin-top: 0 !important;
}
.row-centered{
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.wishlist_table >  li img{
	height: 312px;
	border-radius:  5px 5px 0 0;
}
.product-thumbnail{
	border-radius: unset;
}
.product-name a{
	font-size: 16px;
	line-height: 20px;
}
.wishlist_table li .item-wrapper .item-details{
	width: 100% !important;
	padding: 0 10px;
}
.product-name h3{
	margin-bottom: 0;
}
.woocommerce-Price-amount bdi {
    color: #666565;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    margin-right: 0px;
}
.item-details-table .value del bdi{
	color: #C4C4C4;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: line-through;
}
.product-add-to-cart{
	position: absolute;
	z-index: 10;
	display: none;
}
.wishlist_table li:hover .product-add-to-cart{
	display: block;
}
.wishlist_table .additional-info-wrapper{
	margin-bottom: 0;
}
.wishlist_table li:hover {
	background: #EEAE9C;

}
.wishlist_table li:hover .product-name a{
	color: #fff;
}
.wishlist_table li:hover bdi{
	color: #fff;
}
.product-add-to-cart{
	width: 100%;
	padding: 0 10px;
	background: #EEAE9C;
	padding-bottom: 23px;
	border-radius: 0 0 5px 5px;
}
.product-add-to-cart a{
	color: #FFFFFF;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	border: 1px solid #FFFFFF;
box-sizing: border-box;
border-radius: 5px;
text-transform: inherit;
}
.product-add-to-cart .product_type_variable{
	color: #FFFFFF;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	border: 1px solid #FFFFFF;
box-sizing: border-box;
border-radius: 5px;
}
.buy-one-click-wishlist-desktop .form-text-one{
	border: 1px solid #EEAE9C;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 25px 20px;
}
.title-order-form{
	font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 27px;
margin-bottom: 35px;
}
.form-text-one .phone-mask{
	height: 53px;
	width: 100%;
	box-shadow: unset;
	border: 1px solid #EEAE9C;
	box-sizing: border-box;
	border-radius: 5px;
	color: #EEAE9C;
	font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 16px;
margin-bottom: 18px !important;
margin-right: 0 !important;
}
.form-text-one .phone-mask::placeholder{
	color: #EEAE9C;
	font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 16px;
}
.btn-create-order-one-click{
	height: 53px;
	font-size: 16px;
}
.block-arround-click-wish{
	display: none;
}
.large-3.show{
	display: block !important;
}