.navbar-brand {
	max-width: 70%;
}
.navbar-brand img {
	width: 100%;
}

.bg-gray {
	background-color: #eee;
}

.main-page .prod {
	border-bottom: 1px solid #ccc;
	
	background-color: #fff;
}

.main-page li.prod {
	font-size: 14px;
}
.main-page li {
	font-size: 16px;
}

.main-page input.custom {
	width: 75%!important;
	display: inline-block!important;
	max-width: 75px;
	border-radius: 0;
}

.main-page a {
	text-decoration: underline!important;
}

.main-page .bg-some, 
.main-page .bg-some .bg-wyarning {
	background-color: #dff0d8;
}

.prod:nth-child(2n) {}
.product .name {font-weight: bold; padding-top: 10px}
.product .model {font-size: 12px; }
.product .model span {font-size: 12px; font-weight: bold; color:#666;}
.product .mainimage img {max-width: 100%; }
.product .lazy {min-height: 4vw; }
.product .prices span {font-weight: bold; color:#273b60}
.product .prices {padding-top: 29px;padding-bottom: 10px}
.product input {text-align: center;}
.product .qty { margin-bottom: 15px}
.product .qtyblock { padding-top: 10px}
.product .images a {display: none}
.product .images a:first-child{display: block}
.product .quickview {  display: none;  border: 1px dashed #000;
    margin: 5px; margin-top: 20px}
.product .qty_minus, .product .qty_plus {    display: inline-block;
    width: 38px;
    text-align: center;
    height: 38px;
    background: #CCC;
    vertical-align: top;
    padding: 10px;}
@media (max-width: 470px) {
	.product .model {text-align: center;}
	.product .name {text-align: center;}
	.product .prices {text-align: center; padding-top: 10px}
	.product .quickview { margin:5px;}
	.product .qtyblock { padding-top: 0px}
}
.cartbottom {position: fixed; bottom: 0; background: #273b60; text-align: center; margin:0; padding: 10px;width:100%; color: #FFF}
.d-inl {
	display: inline!important;
}

[data-toggle="collapse"] {
	cursor: pointer;
}



.parentSpan {
	padding: 8px 7px;
	display: block;
	background: #eee;
}


.parentSpan .fa:before {
	content: "\f106"!important;
}

.parentSpan.collapsed .fa:before {
	content: "\f107"!important;
}

.text-whitei,
.text-whitei a {
	color: #fff!important;
}

.bg-wyarning {
	/*background-color: #abff0094;*/
}


.pdf-info {
	background-color: #fff;
	border: 1px solid #aeaeae;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pdf-info svg {
	fill: #aeaeae;
	width: 64px;
	height: 64px;
}

#orderModal .modal-dialog {
	min-width: 80%!important;
	width: 80%!important;
}

@media only screen and (max-width: 768px) {
	#orderModal .modal-dialog {
		width: 96%!important;
	}
	#orderModal table td,
	#orderModal table th {
		font-size: 9px;		
	}
	#orderModal .btn,
	#orderModal .input-group-append {
		border-top-left-radius: .2rem;
		border-bottom-left-radius: .2rem;
		border-top-right-radius: .2rem;
		border-bottom-right-radius: .2rem;
		width: 100%;
	}
}


.navbar-brand img {
	max-width: 114px;
}

.flag {
	max-height: 30px;
}
.flag-cont {
	/*box-shadow: 0 0 3px 0px #00000073;*/
    border-radius: 5px;
    text-align: center;
    display: inline-block!important;
}
.flag-cont:hover {
	box-shadow: 0 0 5px 0px #0062cc;
}
.flag-cont.active {
	box-shadow: 0 0 5px 0px #0062cc;
}

.thumb-loader img {
	max-width: 50px;
}
.thumb-loader {
	width: 50px;
	height: 50px;
	position: relative;
}

.prod {
	position: relative;
}
.thumb-loader img:hover {
	z-index: 8888;
	position: absolute;
	left: 0;
}


@media only screen and ( max-width: 768px ) {
	.thumb-loader {
		display: none;
	}
}

body {padding-bottom: 50px!important}