/*#notify h4 {
	text-align:center;

	padding-bottom:10px;
	font-size:20px;
	margin-top: 8px
}
.hidden {
	display:none !important;
}
.center {
	text-align:center;
	margin:10px 0 10px 0;
}
.center > input[type="text"] {
	width: 100%;
	height:22px;
	display: inline-block;
	text-align:center;
	box-sizing: border-box;
}
input[name="captcha"] {
	width:150px !important;
	margin-bottom:5px;
}
.center > textarea {
	width: 100%;
	display: inline-block;
	text-align:left;
	box-sizing: border-box;
}
input[type=submit] {
	cursor: pointer;
    color: #FFFFFF;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;

	background: linear-gradient(to top, #079BDC, #28B0EC);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius:3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
	margin: 0;
    border: 0;
    height: 36px;
    padding: 0px 70px 0px 70px;
}
.error {
	margin-top: 5px;
    color: #FF0000;
    display: block;
	font-size:14px;

}
.success-block{
	margin-top: 45px;
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: green;
	text-align: center;
	width: 100%;

}

.product-thumb .button-group .tooltip + button {
    width: 20%;
    border-left: 1px solid #ddd;
}


#cboxWrapper{
	border-radius:10px;
}


    .avail-min {
	padding: 0px 25px 0px 25px!important;
	}
	.left-block{
		float:none;
		width:100%;
		padding-left:15px;
		padding-right:15px;
		box-sizing:border-box;
	}

	.right-block{
		float: none;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		position: relative;
	}

	.mail-block{
		clear:both;
		margin-top: 30px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.left-mail-block{
		float:left;
		width:50%;
		padding-left:15px;
		padding-right:15px;
		box-sizing:border-box;
		max-height:60px;
	}

	.left-mail-block .left{
		margin-bottom:30px;
	}

	.left-mail-block input{
		width:100%;
		border-radius:5px;
		border:1px solid #A9A9A9;
		height:20px;
	}

	.right-mail-block{
		float:right;
		width:50%;
		padding-left:15px;
		padding-right:15px;
		box-sizing:border-box;
		max-height:60px;
	}

	.right-mail-block input{
		width:100%;
		border-radius:5px;
		border:1px solid #A9A9A9;
		height:20px;
	}

	.right-mail-block .left{
		margin-bottom:30px;
	}

	.right-mail-block .button{
		width:100%;
		box-sizing:border-box;
		border:1px solid #A9A9A9;
	}

	.comment-block{
		padding-left:15px;
		padding-right:15px;
		clear:both;
	}

	.comment-block textarea{
		width:100%;
		border-radius:5px;
	}


	.info-item {
		clear:both;
		text-align: center;
	}

	.info-item > div, .info-item p{
		display: inline-block;
	}

	.info-item input{
		    max-width: 197px;
				border: none;
				outline: none;
				background: #fff;
				color: #000;
				font-weight: bold;
				font-size: 35px;
	}

	.info-group{
		display:inline-block;
	}

	#notify .modal-footer{
		text-align: center;
	}

	#notify .modal-footer button{
		max-width: 300px;
		width: 100%;
		height: 50px;
		font-size: 18px;
	}

#notify .info-item .info-item.price p{
		font-size:20px;
		transform: translateY(-5px);
		padding-left: 10px;
	}

	#notify .options{
		min-width: 215px;
		margin-top: 10px;
		clear:both;
	}

	.options > label{
		float:left;
	}

	.options > input{
		float:left;
		max-width: 140px;
		border:none;
		outline:none;
		background:#fff;
		color:#000;
		margin-left:5px;
	}

	.cover-block{
		width: 197px;
		height: 227px;
		position: absolute;
	}

	.info-item.price .info-group{
		display:none;
	}

.info-item.price  p{
		border: none;
		outline: none;
		background: #fff;
		color: #000;
		font-weight: bold;
		font-size: 35px;
	}

	.left-block-bottom{
		float: left;
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		position: relative;
	}

	.right-block-bottom{
		float: right;
		width: 30%;
		margin-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		position: relative;
	}

	#notify .left-block img{
		max-height:228px;
		max-width:228px;
	}
	#notify #input-product{
	    display: none;
	}
	#notify .info-item input + p {
		margin: 0px;
    border: none;
    outline: none;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 21px;
    font-family: Arial;
}
.form-group .notify {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;



	border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	display: block;
    width: 100%;
	padding: 10px 16px;
    font-size: 15px;
}
.form-group .notify:hover {
border-color: #1f90bb #1f90bb #145e7a;
}

.availhome {
    display: block;
    font-size: 14px;
    line-height: 33px;
    color: #C02828;
    width: 36px;
    height: 33px;
    text-align: center;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(/catalog/view/avail/img/letter.png) no-repeat 50% 50%,#000;
    padding: 0;
}
.availhome:hover {

 background: url(/catalog/view/avail/img/letter.png) no-repeat 50% 50%,#FF5100;
}
.aval-product-quantity, .aval-product-id, .aval-product-page-id, .aval-product-page-quantity {
display: none;
}


#edit-modal{
	z-index: 99999!important;
}
.modal-backdrop {
    position: fixed;
}

#notify .mail-block input{
		height:35px;
	    padding:5px;
	}

@media (max-width:992px){

	#notify .modal-body.edit-content{
		padding-top:0px;
	}

	#notify .left-block{
		width:100%;
	}

	#notify .right-block{
		width:100%;
		min-height: auto;
		text-align: center
	}

	#notify .right-block .info-item.price{
		position: static;
		text-align: center;
		margin-bottom:15px;
	}

	#notify .right-block .info-item.price p{
		display:inline;
	}

	#notify .left-block .center{
		margin-top:0px;
	}

	#notify .left-block .center img{
		max-width:140px;
	}

	#notify .right-block .info-item{
		margin-top:0px;
	}

	#notify .hide-img{
		display:none;
	}
}
.button-group .fa.fa-envelope {
    margin-right: 10px;
}
.aval-product-page-quantity, .aval-product-page-id, .aval-product-quantity, .aval-product-id{
	display: none;
}
@media screen and (max-width: 480px) {
	#edit-modal-avail .modal-header{
		display: none;

	}

	#edit-modal-avail .block-with-avail-captcha{
		padding-left:0px;
		margin-top:5px;

	}
	.left-mail-block,.right-mail-block, .comment-block{
		float:right;
		width:100%;
		padding-left:20px;
		padding-right:20px;

		box-sizing:border-box;
		max-height:60px;
	}
	.mail-block { text-align: center;
	margin-top:0px;}


}
                          */

/*********************************************************edit-modal-avail styles***********************************************/

#edit-modal-avail .modal-dialog{
	width: 100%;
	max-width: 680px;
}

#edit-modal-avail .modal-dialog .modal-content{
	border-radius:0px;
	box-shadow: none;
}

#edit-modal-avail .modal-header{
	border-bottom:none;
	padding: 40px 50px 30px;;
}

#edit-modal-avail .modal-body{
	padding: 0px 50px;
}

#edit-modal-avail .modal-title{
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	color: #222222;
}

#edit-modal-avail .modal-header .close{
	width:26px;
	height:26px;
	background: url('../img/modal_close_ico.png') no-repeat center;
	opacity:1;
}

#edit-modal-avail .avail-header{
	border-bottom:1px solid #cdcdcd;
}

#edit-modal-avail .avail-header span{
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	color: #666666;
}

#edit-modal-avail .avail-body{
	padding-top: 20px;
	border-bottom:1px solid #cdcdcd;
	padding-bottom: 20px;
}

#edit-modal-avail .avail-body .product-name{
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	color: #222222;
}

#edit-modal-avail .avail-body .price{
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	color: #333333;
}

#edit-modal-avail .avail-body .price span{
	display: block;
	line-height: 26px;
}

#edit-modal-avail .avail-footer{
	padding-top: 50px;
	padding-bottom: 0px;
}

#edit-modal-avail .avail-footer textarea{
	width: 100%;
	margin: 0px auto;
	display: block;
	color: #1c1c1c;
	font-size: 12px;
	font-weight: 300;
	resize: vertical;
	min-height: 75px;
}

#edit-modal-avail .avail-footer input{
	width:100%;
}

#edit-modal-avail .avail-footer textarea, #edit-modal-avail .avail-footer input[type="text"]{
	border-bottom: 1px solid #e7e7e7;
}

#edit-modal-avail .avail-footer textarea + label, #edit-modal-avail .avail-footer input + label{
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	display: none;
	font-weight: 500;
	color: #00bcd4;
	position: absolute;
	top: -22px;
}

#edit-modal-avail .avail-footer input[type="text"]:focus, #edit-modal-avail .avail-footer textarea:focus {
	border-bottom-color: #00bcd4 !important;
}

#edit-modal-avail .avail-footer textarea:focus + label, #edit-modal-avail .avail-footer input:focus + label{
	display: block;
}

#edit-modal-avail .avail-footer  .name-block, #edit-modal-avail .avail-footer  .mail-block, #edit-modal-avail .avail-footer  .phone-block, #edit-modal-avail .avail-footer .review-block{
	position: relative;
	padding-bottom:30px;
}

#edit-modal-avail .avail-send{
	width: 150px;
	height: 40px;
	background-color: #00bcd4;
	color: #fff;
}

#edit-modal-avail .product-image img{
	width:100%;
}

@media(max-width:1200px){
	#edit-modal-avail .modal-dialog{
		max-width: 820px;
	}

	#edit-modal-avail .modal-title{
		font-size: 24px
	}

	#edit-modal-avail .modal-header {
		padding: 40px 20px 30px;
	}

	#edit-modal-avail .modal-body {
		padding: 0px 20px;
	}
}

@media(max-width:992px){
	#edit-modal-avail .modal-dialog{
		max-width: 724px;
	}

	#edit-modal-avail .avail-body .product-name{
		line-height: 18px;
	}
}

@media(max-width:768px){
	#edit-modal-avail .modal-dialog{
		max-width: 460px;
		margin: 30px auto;
	}

	#edit-modal-avail .modal-title{
		font-size: 18px
	}

	#edit-modal-avail .avail-body .price{
		font-size: 18px;
		margin:0px;
	}

	#edit-modal-avail .avail-footer textarea{
		min-height: 49px;
	}

	#edit-modal-avail .modal-header .close{
		margin-top:10px;
	}

	.block-with-avail-captcha #capcha {


	}

	#edit-modal-avail .modal-header {
		padding: 10px 20px 10px;
	}

	#edit-modal-avail .avail-body {
		padding-top: 10px;
		border-bottom: 1px solid #cdcdcd;
		padding-bottom: 5px;
	}

	#edit-modal-avail .avail-footer {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	#edit-modal-avail .avail-footer .name-block, #edit-modal-avail .avail-footer .mail-block, #edit-modal-avail .avail-footer .phone-block, #edit-modal-avail .avail-footer .review-block {
		position: relative;
		padding-bottom: 20px;
	}
}

@media(max-width:480px){
	#edit-modal-avail .modal-title{
		font-size: 16px;
	}
}
#edit-modal-avail button, #edit-modal-avail input, #edit-modal-avail textarea {
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.avail-send{
	border: none !important;
}
#edit-modal-avail.modal{
	overflow-y: auto;
}

.body-fixed{
	position: fixed;
	overflow-y:scroll;
}
/*********************************************************edit-modal-avail styles***********************************************/
.product-thumb .button-group button + button.notify {
	width: 60%;
	border-left: 1px solid #ddd;
}
@media (max-width: 767px){

	.product-thumb .button-group button + button.notify {
		width: 33%;
	}
}
@media (max-width: 1200px){

	.product-thumb .button-group button + button.notify {
		width: 33%;
	}
}


@media (max-width: 767px){
	.product-thumb .button-group button.notify {
		width: 33%;
	}

}
.product-thumb .button-group button.notify:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

.send-avail-form-block{
	text-align: center;
}

.send-avail-form-block button {
	margin-bottom: 30px;
}

.block-with-avail-captcha{
	text-align: center;
}

#edit-modal-avail ul{
	padding:0px;
	list-style: none;
}

.success-block{
	padding:90px 15px 110px;
	font-size:30px;
	text-align: center;
	line-height:40px;
}


#edit-modal-avail #notify{
	width: 100%;
	max-width: 680px;
	margin: 30px auto;
}




/*********************************************styles for width < 480*****************************************************/

@media(max-width:480px){

	.col-480-1{
		width:8.33333333% !important;
	}

	.col-480-2{
		width:16.6666666667% !important;
	}

	.col-480-3{
		width:25% !important;
	}

	.col-480-4{
		width:33.33333333% !important;
	}

	.col-480-5{
		width:41.6666666667% !important;
	}

	.col-480-6{
		width:50% !important;
	}

	.col-480-7{
		width:58.3333333333% !important;
	}

	.col-480-8{
		width:66.6666666667% !important;
	}

	.col-480-9{
		width:75% !important;
	}

	.col-480-10{
		width:83.3333333333% !important;
	}

	.col-480-11{
		width:91.6666666667% !important;
	}

	.col-480-12{
		width:100% !important;
	}

	.hidden-480{
		display: none !important;
	}

	.col-480-offset-1{
		margin-left:8.33333333% !important;
	}

	.col-480-offset-2{
		margin-left:16.6666666667% !important;
	}

	.col-480-offset-3{
		margin-left:25% !important;
	}

	.col-480-offset-4{
		margin-left:33.33333333% !important;
	}

	.col-480-offset-5{
		margin-left:41.6666666667% !important;
	}

	.col-480-offset-6{
		margin-left:50% !important;
	}

	.col-480-offset-7{
		margin-left:58.3333333333% !important;
	}

	.col-480-offset-8{
		margin-left:66.6666666667% !important;
	}

	.col-480-offset-9{
		margin-left:75% !important;
	}

	.col-480-offset-10{
		margin-left:83.3333333333% !important;
	}

	.col-480-offset-11{
		margin-left:91.6666666667% !important;
	}

	.col-480-offset-12{
		margin-left:100% !important;
	}
}



/*********************************************styles for width < 480*****************************************************/
