.page-content input[type="email"] {
  background: #f7f7f7;
  border: none;
  border-radius: 0;
  height: 32px;
  max-width: 100%;
  padding: 0 0 0 10px;
}
#blog-section{
    display: none;
}
.page-id-267 form input,.page-id-267 form email, .page-id-267 form textarea{
    width: 100%;
}
.page-id-267 form label{
    display: block !important;
}
.checkout_custom_class a{
    text-transform: uppercase;
    background: #F25862;
    font-weight: 600;
    color: #ffffff;
}
.yith-wcwl-add-to-wishlist-button{
    display:flex !important;
}
.yith-add-to-wishlist-button-block{
        margin: 2px 0px 0px 0px !important;
}
.yith_magnifier_loading {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
.fa-angle-right, .fa-angle-left{
    line-height: 22px !important;
}
.product-view .single-product-image .thumbnails.slider #slider-prev, .main-container .product-view .single-product-image .thumbnails.slider #slider-next{
    top:50% !important;
}
.woocommerce-account .addresses .title .edit{
    float: inherit !important;
}
/* Remove unwanted paragraph spacing */
.newsletter-form p {
    margin: 0;
}

/* Inline layout */
.newsletter-form {
    display: flex;
    align-items: stretch;
    max-width: 450px;
}

/* Email field */
.newsletter-form input[type="email"] {
    flex: 1;
    border: 1px solid #000;
    padding: 12px 15px;
    height: 45px;
    box-sizing: border-box;
}

/* Submit button */
.newsletter-form input[type="submit"] {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    padding: 0 20px;
    height: 45px;
    cursor: pointer;
}

/* Remove extra line breaks added by CF7 */
.newsletter-form br {
    display: none;
}
.page-id-12 header{
    margin: 10px 0 15px !important;
}
.woocommerce-message, .woocommerce-error{
    display:flex;
}