/*********************************************************************************

	Template Name: Boighor Bookshop Responsive Bootstrap4 Template  
	Description: Template description
	Version: 1.0
	Note: This is custom css. All custom styles (user styles) declare here.

**********************************************************************************/

.logo img {
    max-height: 100%;
}

.newsletter {
    background: url(/images/bg/newsletter.jpg);
}

.newsletter-box {
    background-color:white;
    opacity:0.8;
}

.errore_form {
    border: 1px solid red;
    background-color: lightcoral;
}

.account__form .form__btn a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #333;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    padding: 2px 20px 0;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

input[type="text"]:disabled {
    background: #e4e4e4!important;
}

.product__info__main .box-tocart .addtocart__actions .tocart {
    padding:10px;
}

.wn__checkout__form .form__btn a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #333;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    padding: 2px 20px 0;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.row:before, .row:after {
    display: none;
}

.sticky__header.is-sticky {
    background: #c4942f none repeat scroll 0 0;
}

.bg-image--1 {
    background-image: none;
    background-color: #bcbcbc;
}