.resend-confirm-email-wrap{
	display:flex;
	flex-wrap:wrap;
	border: 1px solid #d3ced2;
    padding: 20px;
    margin: 0 0 2em 0;
    text-align: left;
    border-radius: 5px;
}
#response-target{
	width:100%;
}
#response-target .error{
	color:red;
}
#response-target.success{
	color:green;
}
.resend-confirm-email-wrap h2{
	width:100%;
	font-size: 25px;
    margin-bottom: 15px;
}
.resend-confirm-email-wrap p{
	width:100%;
}
.form-content{
	width:100%;
	display:flex;
    flex-wrap:wrap;
}
#resend-email-value{
    max-width:100%;
	padding: 5px 5px 4px 10px;
    border: 1px solid #841B1F;
	margin-right:20px;
}
#resend-email-name{
	width:1px;
	height:1px;
	opacity:0;
}
/* #resend-email-button{
    max-width:100%;
    margin-top:5px;
	border: none !important;
    background: #841B1F !important;
    color: white !important;
    text-shadow: none !important;
    padding: 7px 10px !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
} */

.product_after_shop_loop_switcher{
	height:66px;overflow:hidden;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}
.product_after_shop_loop_switcher .product_after_shop_loop_price{height:33px;overflow:hidden;padding-top:4px}.product_after_shop_loop_switcher .price{height:33px;overflow:hidden;padding-top:4px}.product_after_shop_loop_switcher .button{height:33px;overflow:hidden}
.products li:not(.catalog_mode):hover .product_after_shop_loop_switcher{-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px)}
.products li.product_added_to_cart .product_after_shop_loop_switcher{-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px);transform:translateY(-40px);-webkit-transition:none;-o-transition:none;transition:none}