[name=form_text_2],
[name=form_text_3],[name=form_text_5],[name=form_text_9], [name=form_text_13], [name=form_text_15], [name=form_text_16], [name=form_text_17],
[name=form_text_20], [name=form_text_21], [name=form_text_22], [name=form_text_23], [name=form_text_24], [name=form_text_25]{
	width: 100%;
    height: 40px;
    padding-left: 10px;
    border: none;
    outline: none;
    background-color: #EDEDED;
}

[name=form_textarea_7], [name=form_textarea_14], [name=form_textarea_27] {
	width: 100%;
    height: 80px;
    padding-left: 10px;
    padding-top: 10px;
    border: none;
    outline: none;
    background-color: #EDEDED;
}

[name=web_form_submit]{
	display: block;
    height: 40px;
    width: 200px;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    background-color: #952C21;
    cursor: pointer;
    transition: all .3s linear;
    margin: 15px auto;
}

.navbar .col-md-2.col-xs-4 {
	flex-basis: 20%;
	max-width: 20%;
}

@media only screen and (max-width : 580px) {
	.navbar .row {
		justify-content: space-around;
	}

	.navbar .col-md-2.col-xs-4 {
		flex-basis: calc(100% / 3);
		max-width: calc(100% / 3);
	}

}

.navbar__img {
/*	background: none!important;*/
}

.selection__title {
	margin-bottom: 20px;
}


textarea {
	padding: 10px;
    border: none;
    outline: none;
    background-color: #EDEDED;
    resize: vertical;
}

.modal {
    position: fixed; 
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    overflow-y: auto;
}

@media only screen and (max-width : 680px) {
	.logo {
		padding-right: 30px;
	}
	
	.search__show-btn {
		left: -40px;
	}
}

@media only screen and (max-width : 580px) {
	.headerbar__basket {
		display: none;
	}
	.basket-mobile {
		position: absolute;
		top: 23px;
		right: 60px;
		display: block;
		width: 30px;
		height: 30px;
		padding-top: 12px;
		font-size: 12px;
		text-align: center;
		color: #fff;
		background: url('/local/assets/css/../img/png/cart-mobile.png') center no-repeat;
		background-size: auto auto;
		background-size: 30px;
	}
	.logo {
		padding-right: 0;
	}
	
	.search__show-btn {
		left: 0;
	}
}

@media only screen and (max-width : 480px) {
	.search__show-btn {
		left: -15px;
	}
}

@media only screen and (max-width : 380px) {
	.search__show-btn {
		left: -30px;
	}
}

.form-select__input {
	background-image: url('/local/assets/img/arr-down.svg');
}

.header-top__login a {
	background: url('/local/assets/img/lock-closed-icon.svg') 4px 3px no-repeat;
}

.headerbar__basket {
	background: url('/local/assets/img/cart-full-icon.svg') left 3px no-repeat;
}

.burger-btn {
	cursor: pointer;
}


