body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0;
	display: flex;
    align-items: center;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {

}
.container_alert
{
	margin-left: 40px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	font-weight: 600;
}
#cart.open > .btn {
	background-image: none;
	
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #fff;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
.product-thumb h4 {
	font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: visible;
	padding: 10px 0 0;
	cursor: pointer;
}

.product-list .product-thumb {
	margin-bottom: 10px;
	border: 0;
	overflow: hidden;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}

/* content */
#content {

	margin-top: 0;
}
/* footer */
footer {
	margin-top: 23px;
	padding-top: 30px;
	background-color: #54989b;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	    padding-bottom: 20px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	position: absolute;

	z-index: 5000;
	-moz-user-select: none;
-khtml-user-select: none;
user-select: none; 
}
.alert.alert-success
{
	margin-top: -8px;
    margin-left: 26px;
	
	}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	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);
	background: #eee;
	color: #23a1d1;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
	z-index: 5;
}
.flex-row .btn-lg {
    padding: 5px 10px;
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: 0;
    font-size: 14px;
	outline: none;
	flex: auto;
}
.flex-row .btn-lg:active, .flex-row .btn-lg:focus {
	outline: none;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #7d2b2b;
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.grid-cart .btn-inverse {
	outline: none;
	margin-right: 10px;
    padding: 5px;
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: 0;
    font-size: 14px;
	font-weight: normal;
}
.grid-cart #cart .btn-inverse {
	outline: none;
	    margin-right: 10px;
    padding: 5px;
    background: transparent;
    color: #fff;
    box-shadow: none;
    border: 0;
    font-size: 14px;
}
.grid-cart #cart .btn-inverse:hover, .flex-row .btn-lg:hover {
	background: linear-gradient(to top, #9cc4cb 5%, #539fa7 40%, #539fa7 60%, #9cc4cb 95%);
    border-radius: 0;

}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #fff;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	box-sizing: content-box;
	padding: 0 10px 0 0;
}
}

.product-thumb .caption {
	padding: 0 20px;
	text-align: center;
	
}
.product-list .product-thumb .caption {
	padding: 0;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    display: flex;
}

.product-list .product-thumb
{
	display: flex;
}
	
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	display: none;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	text-align: center;
}
.thumbnails {
	
	position: relative;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -6px;
	
}
.cat_img
{
	max-width:100%;
	max-height: 100%;
	width: 100%;
}
.cat_list
{
	list-style: none;
}
.cat_list li
{
	text-align: center;
	margin-bottom: 20px;
}
header
{
	padding-top: 0;
	padding-bottom: 0;
	position: sticky;
    top: 0;
    z-index: 600;
}
.top_phones
{
font-size: 12px;
text-align: left;	
margin-top: 30px;
}

.top_phones > div
{
	display: inline-block;
	text-align: left;
}
.mobile_phone, .fax_phone, .email , .phone
{
	padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
	display: inline-block;
	
}
.fax_phone
{
    padding-left: 5px;
    background: url(./../image/phone.png) left center no-repeat;
    background-size: 20px;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.fax_phone:hover .dropdown-block, .dropdown-block:hover{
	display: block;
	  -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}


.flex-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}	
.flex-row > div {
    display: flex;
    align-items: center;
	width: 100%;
}

.dropdown-block {
	position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #000;
    padding: 10px;
	width: auto;
	z-index: 5;
	  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	width: 170px;
	line-height: normal;
	margin-top: 5px;
}

.fax_phone::after {
	content: ' ';
	background: url('./../image/arrow.png') center center no-repeat;
	width: 25px;
    height: 9px;
    display: inline-block;
    background-size: 15px;
    padding-left: 5px;
}

.dropdown-block .mobile_phone {
	background: url('./../image/smartphone.png') left center no-repeat;
	background-size: 12px;
}
.dropdown-block .phone {
	background: url('./../image/phoneblack.png') left center no-repeat;
	background-size: 12px;
}
.dropdown-block .email {
	background: url('./../image/logomail.png') left center no-repeat;
	background-size: 12px;
}
.fax_phone a {
	color: #fff;
}

.mobile_phone a, .email a, .phone a
{
	color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8em;
}

.fa-shopping-cart
{
	font-size: 16px;
}

#oop_cls_div_cont {
   margin-top: 8px;
   flex: 1 1 auto;
   margin: 0 !important;
}

#logo > img, #logo > a > img
{
    max-height: 38px;
}

ul.breadcrumb
{
	display: none;
}

.fa-shopping-cart:before {
	background: url(./../image/basket.svg) left bottom no-repeat;
    display: inline-block;
    content: " ";
    height: 18px;
    width: 25px;
	vertical-align: bottom;
	background-size: contain;
}
#cart-total
{
    display: inline-block;
    height: 20px;
	text-shadow: none;
}
.plus, .minus, .button-cart, #input-quantity, .cart_remove, .cart_update
{
height: 42px;
}
.plus, .minus
{
width:45px;
}
 .cart_update
{
width:46px;	
    margin-left: 0 !important;
    border: 0;
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
}
.cart_remove
{
width:46px;	
    margin-left: 0 !important;
    border: 0;
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
}
 #product #input-quantity
{

}
.td #input-quantity
{
	width:50px;
}
.button-cart
{
	width:90px;
}
.minus
{

}
.plus
{

}
.cart_update
{
	background: url(./../image/maga_btnR1C4.png) left bottom no-repeat;
	background-size: cover;
}
 .cart_remove
{
	background: url(./../image/maga_btnR1C5.png) left bottom no-repeat;
	background-size: cover;
}

.button-cart
{
	background: url(./../image/maga_btnR7C4.png) left bottom no-repeat;
	border: 0;
	border-radius: 0;
	background-size: cover;
}
#input-quantity
{
	background: #fdfdfd;
	border: 0;
	border-top: 0.1em solid #221d1a;
    border-bottom: 0.1em solid #221d1a;
	border-radius: 0;
	
	/*box-shadow:  inset 0 2px 2px  -2px #333 , inset 0 -2px 2px  -2px #333;*/
    padding: 0 6px;
	font-size: 1.6em;
	text-align: right;
}
.minus:hover
{
	cursor: pointer;

}
.plus:hover
{
	cursor: pointer;
}
.cart_update:hover
{
	background: url(./../image/maga_btnR3C4.png) left bottom no-repeat;
	background-size: cover;
	cursor: pointer;
}

 .cart_remove:hover
{
	background: url(./../image/maga_btnR3C5.png) left bottom no-repeat;
	background-size: cover;
	cursor: pointer;
}

#input-quantity:hover
{
	background: #fdfdfd;
	box-shadow:  none;
}

 .cart_update:active
{
	background: url(./../image/maga_btnR5C4.png) left bottom no-repeat;
	background-size: cover;
	cursor: pointer;
}
 .cart_remove:active
{
	background: url(./../image/maga_btnR5C5.png) left bottom no-repeat;
	background-size: cover;
	cursor: pointer;
}

#input-quantity:active
{
	background: #fdfdfd;
	box-shadow:  none;
}
.cart_update
{
	
}
.cart_remove
{
	
}
	
.flex-box
{
display: flex;
margin-top: 13px;
}
.td .flex-box
{
margin-top: 0;
}
input#input-quantity::-webkit-outer-spin-button,
input#input-quantity::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.swiper-slide h4, .swiper-slide h4 a
{
	font-weight: normal;
	color: #444;
}

.swiper-viewport {
    border: 0 !important;
    border-radius: 4px !important;
	box-shadow: none !important;
}
.swiper-container
{
border-radius: 4px;	
}


.swiper-slide {
padding: 0 15px;
}

.swiper-slide .product-thumb
{
	padding-top:10px;
}
.swiper-pagination
{
	display: none;
}

.swiper-slide img
{   
   margin: auto;
}
.greenblock
{
	background: #54989b;
	z-index: 1000;
	width:100%;
	padding: 12px 0;
}

.greenblock .container .col-sm-9 {
    padding: 8px 0; 
}

 #product-product,  #common-home, #product-category
{
	
}
#product-product #content
{
	
}

.swiper-viewport
{
    margin-right: -15px !important;
	margin-bottom: 0 !important;
}

.login_block
{
	text-align: right;
}
.login_block a
{
	color: #2c4672;
    font-size: 12px;
    font-weight: bold;
}

#oop_ul_cats {
    margin-top: 18px;
}
#content > .row > .col-sm-8 h1, #product-category .row .col-sm-9 h1
{
	margin-top: 6px;
	margin-bottom: 20px;
    letter-spacing: -0.05em;

}
#product-category #content
{
	
}
 .tr
{
	display: flex;
	width: 100%;
	padding-bottom: 10px;
}
.table .td
{

}
.table .td:nth-child(2)
{
	width: 100%;
}
.table .td:last-child
{
	width: 40%;

}
.table 
{
	font-size: 14px;
}
.img-thumbnail {
    margin-top: 3px;
}
.column >.td
{
    flex-direction: column;
	justify-content: center;
    text-align: left;
	display: flex;
}
.tr.column
{
	padding-bottom: 0;
}
.tbody > .tr, .boc_product_info{
	border-top: 1px solid #ddd;
}	
.tbody > .tr:first-child, .boc_product_info:first-child{
	border-top: 0;
}
hr {
    border-top: 1px solid #ddd;
}
.td > small 
{
	display: inline;
}
#checkout-cart .pull-left
{
	margin-right: 3px;
}
 .table .bigcolumn
 {
	 width: 85%;
 }
 #column-right
{
	margin-top:16px;
}
#common-home #content
{
	
}

.form-group {
    margin-bottom: 23px;
}

#checkout-cart .img-thumbnail
{
	border: 0;
	padding-bottom: 0;
    padding-left: 0;
    min-height: 74px;
    max-width: none;
	margin-right: 14px;
	box-sizing: content-box;
    width: 111px;
}


#boc_order hr
  {  margin-top: 15px !important;
    margin-bottom: 0px !important;
  }
  
#column-left
{
	margin-top: -55px;
}
.login_block
{
	display: none;
}

#boc_message
{
	resize: vertical;
}
.xs-visible
{
	display: none;
}

#content {
	min-height: calc(100vh - 156px);
}

#oop_products h2 {
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 767px) {
	
	#logo > img, #logo > a > img {
		max-width: 200px;
	}
	
	.xs-visible
	{
		display: flex;
		
	}
	.flex-box.xs-visible
	{
		margin-bottom: 20px;
	}
	.xs-hidden
	{
		display: none;
	}
	.table .td:last-child
	{
	width: 40%;
	flex: 1 0 auto;
    justify-content: flex-end;
	}
	.column {
     flex-direction: column;
	}
	.column .td
	{
		width: 100%;
	}
	.flex-box {
    margin-top: 4px;
	}
	.table-responsive
	
    #content > .row > .col-sm-8 h1 {
      color: #444;
    }
	.table .td:firs-child {
    width: 40%;
	}
.top_phones > div, .top_phones {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
  }
  .form-group {
    
}

.boc_product_info > div {
     line-height: 120px !important;
    text-align: center;
}
.flex-row .btn-lg {
	padding: 5px;
	}
}



 #boc_order .form-group.has-error input {
    background: #ff6666;
    color: #fff;
}

 #boc_order .form-group.has-error input::-webkit-input-placeholder {color:#fff;}
 #boc_order .form-group.has-error input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
 #boc_order .form-group.has-error input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
 #boc_order .form-group.has-error input:-ms-input-placeholder      {color:#fff;}
 
 #boc_order .input-group.has-error input::-webkit-input-placeholder {color:#fff;}
 #boc_order .input-group.has-error input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
 #boc_order .input-group.has-error input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
 #boc_order .input-group.has-error input:-ms-input-placeholder      {color:#fff;}
 
 
 #product .has-error > div
 {
	 background: #ff6666;
	color: #fff;
 }
  #product .has-error > div label
 {

	color: #fff;
 }
 
 .text-danger
 {
	 display: none;
 }
 
 #product .has-error > div, #product .required > div {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
	padding-left: 4px;
}

#input-quantity::-webkit-outer-spin-button,
#input-quantity::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
    -moz-appearance: textfield;
}
.copyright
{
	text-align: center;
	color: #fff;
}
.imageadditional
{
	display: none;
	
    top: 0;
	width: 100%;
}
.boc_product_info img
{
	min-width: 111px;
	width: 111px;
}

.product-list .product-thumb .image
{
	
}
.product-list .product-thumb .image img
{
    width: 40px;
    max-width: none;
}

.caption > a
{
	font-weight: normal;
	font-size: 16px;
}

div.h4
{
	font-weight: bold;
}

 a.thumbnail:hover
 {
	 border-color: #ddd !important;
 }
 .flex-box #input-quantity
 {
	 width: 83px;
 }
 

iframe header, .mfp-container footer, .mfp-container .greenblock, .mfp-container #column-left, .mfp-container #content h3, .mfp-container #content .row:nth-child(3) {
	display: none;
}

.cart-sticker.visible {
    min-width: 35px;
    position: absolute;
    top: 0;
    color: #fff;
    font-family: 'FontAwesome';
    right: 0;
    font-size: 14px;
    background: #2a4672;
    padding: 3px;
    z-index: 500;
    text-align: center;
}

.button-cart {
	margin: 0 0 10px 13px;
    padding-bottom: 3px;
    padding-left: 1px;
    height: 30px;
    width: 100%;
    font-weight: 700;
	border-radius: 30px;
    font-size: 13px;
    line-height: 1;
    border: none;
    outline: none;
    color: #fff;
    transition: background .5s ease-in;
    cursor: pointer;
    padding: 0 10px;
	opacity: 1;
	max-width: 200px;
	
}

.to-cart {
	background: #48cd33;
}

.in-cart {
	background: #e42c23;
}

.button-cart:not(.in-cart):hover
{
	opacity: 0.8;
	transition: background .5s ease-in;
}
.button-cart:not(.in-cart):active
{
	opacity: 0.8;
	transition: background .5s ease-in;
}

.update-cart {
	background: #fdaf00;
}

.count-box {
	width: 90px;
    height: 30px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    background-color: #FFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	position: relative;
}

#input-quantity {
    box-shadow: none;
	width: 100%;
    height: 28px;
	min-width: 48px;
    padding: 0 5px;
    line-height: 28px;
    font-size: 13px;
    text-align: center;
    color: #000;
    background-color: #fff;
    border-style: none;
	resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.button-count {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    padding-left: 2px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    transition: color .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button-count:hover {
	color: #48d033;
}

.minus {
	line-height: 25px;
    left: 2px;
}
.plus {
	line-height: 25px;
    right: 2px;
	left: auto;
    padding-left: 0;
    padding-right: 2px;
    line-height: 27px;
    transition: color .3s;
}
.cart-part {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-top: 5px;
}

.cart-part.magin {
	justify-content: flex-end;
}

.cart-part label {
	margin-bottom: 0px;
	line-height: 30px;
	font-size: 13px;
}

#product > button.button-cart {
	margin-top: 30px;
}
.btn-block+.btn-block {
    margin-top: 0; 
}

.cart-sticker {
	display: none;
}

.cart-sticker.visible {
	display: block;
}
.breadcrumb_product li {
	display: inline-block;
}
.breadcrumb_product {
	margin: 20px 0 0 0;
	padding: 0;
}
.breadcrumb_product > li:after {
	content: '>';
	color: #23a1d1;
}
.breadcrumb_product > li:last-child:after {
	content: '';
}
.breadcrumb_product li a {
	padding: 0 5px 0 2px;
	font-size: 1.3em;
}

#cart > .btn[disabled]:hover, #cart > .btn[disabled] {
	cursor: default;
	opacity: 1;
	background: none;
}

.help {
	position: absolute;
    width: auto;
    white-space: nowrap;
	border: 1px solid #000;
    padding: 3px 7px;
	opacity: 0;
    background: #fff;
	left: auto;
    top: 0;
    right: 35px;
	text-align: left;
	z-index: 500;
	display: none;
}

a.cart-sticker.visible:hover + .help {
	opacity: 1;
}

.product-thumb:hover {
	border-color: #888;
}

.flex-row, .fax_phone, #logo  {

}
.fax_phone {
	line-height: 30px;
}

/* Стили для подложки */

.overlay {
   
   /* Скрываем подложку  */
   opacity: 0;
   visibility: hidden;
   
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .5);
   z-index: 2000;
   transition: .3s all;
}


/* Стили для модальных окон */

.modalw {
   
   /* Скрываем окна  */
   opacity: 0;
   visibility: hidden;
   
   
   /*  Установаем ширину окна  */
   width: 100%;
   max-width: 500px;
   
   /*  Центрируем и задаем z-index */
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 3000; /* Должен быть выше чем у подложки*/
   
   /*  Побочные стили   */
   box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
   text-align: center;
   padding: 30px;
   border-radius: 3px;
   background-color: #fff;
   transition: 0.3s all;
}


/* Стили для активных классов подложки и окна */

.modalw.active,
.overlay.active{
   opacity: 1;
   visibility: visible;
}


/* Стили для кнопки закрытия */

.modal__cross {
   width: 15px;
   height: 15px;
   position: absolute;
   top: 20px;
   right: 20px;
   fill: #444;
   cursor: pointer;
}

.modalw .btn-lg, .modalw .btn-lg:hover, .modalw .btn-lg:active {
    padding: 5px 10px;
    font-size: 15px;
    z-index: 5;
    background: #2a4672;
    color: #fff;
    margin: 5px;
    border-radius: 0;
    border: 0;
	outline: none;
}

.modalw p {
	font-size: 14px;
}

h1 {
    margin-top: 15px;
}

.grid {
  display: grid;
  grid-template-columns: 1.1fr 1.85fr 0.15fr 1.1fr;
  grid-gap: 1vw;
}
.grid > div {
	display: flex;
	align-items: center;
}

.grid-phone {
	justify-content: flex-end;
}

.help-position {
	display: table-row;
    width: 100%;
    text-align: left;
}
.help-position > div {
	display: table-cell;
}

.help-position > div:nth-child(2) {
	padding-left: 7px;
	white-space: nowrap;
}
.help-name {
    font-weight: 600;
}

@media (max-width: 991px) {

	.grid {
	    grid-template-columns: 2fr 50px 230px;
		grid-template-areas:
        "logo cart phone"
        "footer footer footer";
	}
	.grid-logo {
		grid-area: logo;
	}
	.grid-cart {
		grid-area: cart;
	}
	.grid-phone {
		grid-area: phone;
		justify-content: flex-end;
	}
	.grid-search {
		grid-area: footer;
	}

	#content {
		min-height: calc(100vh - 194px);
	}

}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {

	.product-thumb {
		position: relative;
		display: flex;
		align-items: center;
		margin: 0;
		border: 0;
	}
	
	.help {
		left: auto;
		top: 19px;
		right: 35px;
	}
	.product-thumb h4 a {
	    white-space: normal;
	}
		
	.product-thumb .image img {
		margin-left: auto;
		margin-right: auto;
		max-height: 45px;
	}
	.product-thumb h4 {
		font-weight: normal;
		font-size: 16px;
		text-align: left;
	}
	
	.cart-sticker.visible {
		top: 20px;
	}
	
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	#oop_cls_div_cont {
		margin-right: 0 !important;
	}
}

@media (max-width: 560px) {
	.fax_phone > a, .fax_phone::after {
		display: none;
	}
	.fax_phone {
		height: 30px;
		line-height: 30px;
		padding-left: 20px;
	}

	.grid {
		grid-template-columns: 2fr 55px 40px;
	}
	.dropdown-block {
		margin-top: 25px;
		right: 0;
	}
	.flex-row{
		flex-direction: row-reverse;
		flex-wrap: wrap-reverse;
		padding: 5px 0 0 0ж
	}
	#content {
    min-height: calc(100vh - 252px);
	}
	.help {
		left: 55px;
		font-size: 13px;
		margin-right: 25px;
		opacity: 0;
		white-space: normal;
	}
	.help-name {
		font-size: 15px;
	}
}

@media (max-width: 470px) {
	#content {
		min-height: calc(100vh - 270px);
	}

	.flex-row .btn-lg {
		margin: 4px 0 0px 0;
	}		
	#product > button.button-cart {
        width: 100%;
		max-width: none;
	}
	.button-cart {
		margin: 15px 15px 15px 0 !important;
	}

	#product #input-quantity
	{
	flex: 1 1 auto;
	}
	.plus, .minus, .button-cart {

    flex: 0 0 auto;
	}
	
	.btn {
    word-break: break-word;
    white-space: normal;
	}
	#checkout-cart .img-thumbnail {

		margin-right: 0;
	}

	#checkout-cart .buttons {
		display: flex;
	}
	#product .alert-dismissible
	{
		display: none !important;
	}
	}
	
@media (max-width: 360px) {
		#checkout-cart .buttons {
		flex-direction: column;
	}
	.buttons .btn {
		margin: 3px 0;
		width: 100%;
	}
	.flex-row {
	    flex-direction: column;
	}
}