@font-face{
	font-family:Lato;
	font-style:normal;
	font-weight:700;
	src:url(font/lato-bold.woff2) format('woff2'),url(font/lato-bold.woff) format("woff");
	font-display: swap;
}
@font-face{font-family:Lato;
	font-style:normal;
	font-weight:400;
	src:url(font/lato-regular.woff2) format('woff2'),url(font/lato-regular.woff) format("woff");
	font-display: swap;
}
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	/*font-family: 'Open Sans', sans-serif; 002855 fff3b0 */
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Lato', sans-serif;
	font-display: swap;
	background: #f5f5f5;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #000;
	font-size: 16px;
	font-weight: 400;	
	/*line-height: 20px;*/
	width: 100%;	
	/*fill: #fcfeff;*/
	fill: #f5f5f5;
	text-rendering: optimizeLegibility !important;
}
body::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.9);
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s cubic-bezier(.25,.1,.25,1);
	-o-transition: .3s cubic-bezier(.25,.1,.25,1);
	transition: .3s cubic-bezier(.25,.1,.25,1);
}
a#toTop {
    position: fixed;
    display: flex;
    width: 30px;
    height: 30px;
    background-color: #4d4d4d;
    color: #fff;
    right: 20px;
    bottom: 20px;
    justify-content: center;
    font-size: 22px;
    align-items: center;
    z-index: 999;
    opacity: 0.8;
}
a#toTop span {
	height: 22px;
}
* {
	border-radius: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #151515;
}
.notnot {
	border: 2px dashed #f00;
	padding: 4px;
	background-color:
	#e4e4e4;
	margin-bottom: 14px;
	border-radius: 5px !important;
}
.machine_notification {
	margin-bottom: 12px;
	color: #000;
}
.notnot > .machine_notification:last-child {
	margin-bottom: 0;
}
.machine_notification span.terr {
	color: #fc4b0b;
}
/* default font size #002855 top-yellow-fded00 OR fded00 */
.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;
}
.specifications {
	margin: 0;
	padding: 0;
}
.specifications dt {
	margin-bottom: 10px;
	display: inline-block;
	margin-right: -4px;
	width: 39%;
	vertical-align: top;
	font-weight: normal;
	position: relative;
	font-family: 'Roboto-Medium', Arial, serif;
}
.specifications dt::after {
    position: absolute;
    content: '';
    border-bottom: 1px dotted 
    #bababa;
    margin-left: 10px;
    width: 100%;
    height: 1.1em;
}
.specifications dd {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: bottom;
    width: 51%;
    overflow: hidden;
    position: relative;
    padding-left: 10px;
    background: #ffffff;
    font-family: 'Roboto-Light', Arial, serif;
}

a {
	color: #002855;
}
a:hover {
	color: #ebc35b;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	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: 14px;
	color: #151515;
}
.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;
}
.nav-tabs > li > a {
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
}
header {
	margin-bottom: 12px;
}
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, #236BBB, #1f90bb);
	background-repeat: repeat-x;*/
}
/* top */
.jack_july {
	text-align: center;
}
.jack_july > div {
	font-size: 22px;
	font-weight: bold;
	background-color: #f67;
}
#top {
	background-color: #002855;
	padding: 0px;
	min-height: 30px;
}
#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, #236BBB, #1f90bb);
	background-repeat: repeat-x;
}
#top-links ul {
	margin: 0;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff3b0;	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}
#top .btn-link:hover, #top-links a:hover {	
	color: #fff;
	text-decoration: underline;
	transition: all 0.3s;
}
#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: 3px;
	text-transform: uppercase;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 6px 0;
}
/* phones */
.tab-content {
	background-color: #fff;
	padding: 5px;
}
i.fa-star {
	color: #fded00;
}
ul.phones {
	list-style: none;
	padding: 15px 0 12px;
	margin-bottom: 0;
	text-align: right;
}
ul.phones li {
	margin-bottom: 6px;
}
ul.phones li a {
	color: #002855;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px dashed #ebc35b;
}
ul.phones li a:hover {
	color: #ebc35b;
}
/*-----------*/
ul.header_callback {
	list-style: none;
	padding-top: 24px;
	margin: auto;
	padding-left: 0;
}
ul.header_callback > li {
	margin-bottom: 14px;
}
ul.header_callback > li a {

}
ul.header_callback > li a i {
	font-size: 22px;
	margin-top: 1px;
	float: left;
	margin-right: 6px;
}
ul.header_callback > li a span {
	font-size: 16px;
	border-bottom: 1px dashed #ebc35b;
	margin-bottom: 0px;
	display: inline-block;
}
#callback_fixed {
	background: #002855;
	border: 1px solid #555555;
	/*border-radius: 9px 9px 9px 9px;*/
	box-shadow: 0px 0px 4px;
    cursor: pointer;
    height: 206px;
    margin-right: -60px;
    margin-top: -90px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 93px;
    z-index: 100;
}
#callback_fixed > div {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    color: #fff;
    display: inline-block;
    font-size: 17px;
    overflow: auto;
    position: absolute;
    right: -15px;
    top: 85px;
    width: 187px;
}
.map_wrapper {
	width: calc(50% - 30px);
}
.map_wrapper_full {
	width: 100%;
}
/*----------------*/
.wrap_messengers {	
	display: flex;
}
ul.messengers {
	list-style: none;
	padding-top: 40px;
	margin: auto;
	padding-left: 0;
	margin-bottom: 14px;
	display: inline-block;
}
ul.messengers > li {
 float: left;
 margin-right: 20px;
}
ul.messengers > li:last-child {
	margin-right: 0;
}
ul.messengers > li a {

}
ul.messengers > li img {

}
ul.messengers > li svg {
	width: 38px;
	height: 38px;
}
.brands_wall > div {
		text-align: center;
}
/* HEADER-FIXED */
.c-header-bottom {
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	-o-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.is-header-fixed .c-header-bottom {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;    
	z-index: 1111;
	padding: 6px 10px 0;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.08);
	box-shadow: 0 3px 7px 0 rgba(0,0,0,0.08);
	background-color: #fcfeff;
	width: 100%;
}
.fixed_logo img {
	width: 140px;
}
.c-header-fixed #search {

}
.c-header-fixed .phones {

}
.c-header-fixed .phones > a {

}
.c-header-fixed .messengers {

}
.c-header-fixed .messengers > a {

}
.c-header-fixed .messengers > a > svg {
	width: 26px;
	height: 26px;
}
.c-header-fixed .quick-login {

}
/*----------------*/
.category_top_description {
	height: 100px;
	overflow-y: hidden;
	position: relative;
	margin-bottom: 14px;
}
.category_top_description-on {
	height: auto;
}
a.truncate {
	display: block;
	margin-bottom: 14px;
	border: 1px dashed #ebc35b;
	text-align: center;
	text-transform: uppercase;
}
#button_feedback {

}
#button_feedback:hover {
	
}
#button_feedback > i {
	
}
/* search */
#search {
	/*margin-bottom: 10px;*/
}
#search > span.input-group-btn {
	padding-left: 8px;
}
#search .input-lg {
	height: 28px;
	line-height: 20px;
	padding: 0 10px;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #002855;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 16px;
	padding: 0;
	text-shadow: none;
	border: none;
	background: unset;
	box-shadow: none;
	color: #002855;
	-webkit-transition: .3s cubic-bezier(.25,.1,.25,1);
    -o-transition: .3s cubic-bezier(.25,.1,.25,1);
    transition: .3s cubic-bezier(.25,.1,.25,1);
}
#search .btn-lg > i.fa-search {	
	font-size: 28px;
}
#search .form-control:focus {
	border-color: #ebc35b;
	box-shadow: none;
}
#search button:hover {
	/*background-color: #1f90bb;*/
	color: #ebc35b;
}
/* login */
.quick-login {
	margin-left: 20px;
	float: left;
}
.quick-login > a {
	display: flex;
	text-align: center;
	cursor: pointer;
	padding: 0;	
	color: #002855;
	-webkit-transition: .3s cubic-bezier(.25,.1,.25,1);
    -o-transition: .3s cubic-bezier(.25,.1,.25,1);
    transition: .3s cubic-bezier(.25,.1,.25,1);
}
.quick-login > a:hover {
	/*background: #fcf189;*/
	/*color: #fff;*/
	color: #ebc35b;
}
.c-header-control__icon {
    display: inline-block;
    margin-right: 8px;
    position: relative;    
    height: 28px;
    margin-left: auto;
}
.c-header-control__icon:hover {
	color: #ebc35b;
}
.c-header-control__icon svg {
    width: 27px;
    height: 27px;
}
.c-header-control__text {
	border-bottom: 1px dashed #ebc35b;
	height: 23px;
	margin-top: 4px;
	font-size: 16px;
}
.c-header-control__icon .badge {
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
	line-height: 15px;
	background-color: #293b68;
	color: #fff;
	border-radius: 50%!important;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	-webkit-transform: translate3d(4px,-4px,0);
	transform: translate3d(4px,-4px,0);
	padding: 0;
}
#acart > div {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#acart .img-thumbnail {
	border: none;
}
#delpay {
	clear: both;
	margin-top: 26px;
}
/* cart */
#cart {
	float: right;
	width: unset;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #002855;
	background: none;
	border: none;
	box-shadow: none;
	display: flex;
	padding: 0;
	text-align: right;
}
#cart > .btn:hover {
	color: #ebc35b;
}
#cart.open > .btn {
	color: #ebc35b;
	box-shadow: none;
	text-shadow: none;
	height: 28px;
}
#cart.open > .btn:hover {
	color: #151515;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	/*min-width: 100%;*/
}
a.go_checkout {
	padding: 8px;
	background-color: #ff8c00;
	color: #fff;
	font-size: 18px;
	-webkit-transition: .3s cubic-bezier(.25,.1,.25,1);
    -o-transition: .3s cubic-bezier(.25,.1,.25,1);
    transition: .3s cubic-bezier(.25,.1,.25,1);
}
a.go_checkout:hover {
	background-color: #ebc35b;
	color: #151515;
}
#tab-description > div > div {
	max-width: 100%!important;
}
#tab-description > div > div:first-child {
	width: unset!important;
}
#tab-description img {
	max-width: 95%;
}
@media (max-width: 478px) {
	.quick-login {
		margin-left: 0px;	
	}
	.revmenu > div {
		margin-bottom: 20px;
	}
	#cart .dropdown-menu {
		/*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 li p {
	margin: 24px 0;
	font-size: 18px;
}
/* menu */
#menu {
	background-color: #229ac8;
	/*background-image: linear-gradient(to bottom, #236BBB, #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, #236BBB, #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, #236BBB, #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;
}
.payment_block .radio input {
	margin-left: 0!important;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	.map_wrapper {
		width: 100%;
	}
	#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;
	}
}
/* content */
#content {
	min-height: 600px;
	background-color: #fff;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff3b0;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 6px 0;
	padding: 8px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0;
	position: relative;
	white-space: normal;	
}
.breadcrumb > li + li:before {
	content: "\f105";
	font-family: "FontAwesome", serif;
	padding: 0 10px;
	color: #a3a3a3;
}
/*.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: 5.5px 9px;
	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);*/
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.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;
	background-color: #002855;	
	border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #fff3b0;
	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);
}
#exTab1 {
	padding: 10px;
}
#button_send_feedback_header, .loginaccount, .createaccount, #button-register {
	margin: auto;
	width: 150px;
	display: inherit;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 30px;
	color: #ffffff;
	background-color: #FF8C00;
	border: none;
	padding: 5.5px 9px;
	-webkit-transition: .3s cubic-bezier(.25,.1,.25,1);
    -o-transition: .3s cubic-bezier(.25,.1,.25,1);
    transition: .3s cubic-bezier(.25,.1,.25,1);
}
#button_send_feedback_header:hover, .loginaccount:hover, .createaccount:hover, #button-register:hover {
	background-color: #ebc35b;
	color: #151515;
}
#button-register {
	width: 220px;
}
.btn-danger {
	color: #ffffff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-color: #b82322;
	/*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: #236BBB;
	/*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;	
	background-color: #363636;
	background-image: linear-gradient(to bottom, #151515, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #151515;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* 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: #151515;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #151515;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: hidden;
	/* height: 464px; */
}
.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;
}
.product_page > h1 {
	margin-top: 0;
	font-weight: 600;
	font-size: 30px;
}
.product_page h2 {
	font-size: 26px;
	margin-top: 10px;
	font-weight: 600;
	display: inline-block;
	margin-right: 10px;
}
.product_page h2 + span {
	color: #a7a7a7;
	font-size: 30px;
}
.product_page h3 {
	margin-top: 10px;
	color: #002855;
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
}
.product_page h3 + span {
	color: #a7a7a7;
	font-size: 18px;
}
.product_page #formated_special, .product_page h2 #formated_price {
	font-size: 28px;
	font-weight: 400;
}
.product_id {
	font-size: 16px;
	color: #aaa;
	margin-bottom: 6px;
}
.product_page select.form-control {
	width: unset;
	max-width: 100%;
}
.product_page ul li {
	color: #4d4d4d;
}
.qty {
	height: 28px;
}
.prev_next_product {
	margin-bottom: 8px;
}
.prev_next_product > a {
	display: inline-block;
	font-size: 15px;
}
.prev_next_product > a:last-child {
	float: right;
}
.product_to_categories {
	margin-top: 10px;
}
.product_to_categories ul {
	list-style: none;
	padding-left: 0;
}
input#input-quantity, .cart-quantity {
	width: unset;
	display: inline;
	text-align: center;
	font-size: 18px;
	padding: 0;
	margin-left: -4px;
	margin-right: -4px;
	height: 28px;
	font-weight: 600;
	border: 1px solid #002855;	
}
#decrease, #increase, span.minus, span.plus {
	cursor: pointer;
	background: #002855;
	color: #fff;
	border: 1px solid #002855;	
	font-size: 18px;
	width: 30px;
	height: 28px;
	display: inline-block;
	text-align: center;
}
#button-cart {
	display: inline-block;
	background-color: #FF8C00;
	width: 200px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s;
	font-size: 18px;
	border-radius: 5px !important;
}
#button-cart:hover {
	background-color: #ebc35b;
	color: #151515;
}
a#button_OCO {
	display: inline-block;
	width: 200px;	
	padding: 10px 16px;
	text-align: center;
	border: 1px solid;
	border-radius: 5px !important;	
	float: right;
	height: 44px;	
	transition: all 0.3s;	
	background-color: #002855;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
a.printfriendly {	
	border: 1px solid;
	font-size: 15px;	
	padding: 4px;
	display: inline-block;
	float: right;
}
a.printfriendly > .fa-file-pdf-o {
 	margin-right: 4px;
}
.manuals {
	margin-bottom: 14px;
}
.manuals a {
	display:block;
	margin-bottom:6px;		
}
.manuals a img {
	margin-right:8px;
}
.manuals a span {
	border-bottom: 1px dashed #ebc35b;
	max-width: 100%;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@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;
	line-height: 10px;
}
.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: #151515;
}
.product-thumb .price-new {
	/*font-weight: 600;*/
}
.product-thumb .price-old {
	color: #b82322;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	text-align: center;
	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 {
	border: none;
	display: inline-block;
	background-color: #002855;
	color: #fff3b0;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
	border-radius: 5px!important;
	width: 130px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {	
	color: #002855;
	background-color: #fff3b0;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
}
.category_page ul.subcategory {
	list-style: none;
	padding: 0;
}
ul.subcategory > li {
	border: 2px solid #002855;	
	margin: 10px 0;
}
ul.subcategory > li > a {
	display: block;
	padding: 4px;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 130px;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 130px;
	}
}
a.thumbnail {
	border: none;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.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-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-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-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;
}


#menu2 {
display: none;
cursor: default;
}
#menu2_button.inhome #menu2{
display: block;
}
#menu2_button .box-heading.arrow span {
background: url('../image/arrow2.png') 100% 50% no-repeat;
display: block;
}
#menu2_button:hover #menu2 {
display:block;
}
#menu2_button:hover #podmenu2 {
display:block;
}
[class^=ul_block] {
padding:0;
width:100%;
float:left;
}
[class^=ul_block]  ul {
margin:0;
padding:0;
width:100%;
float:left; 
list-style:none;
}
[class^=ul_block] .column {
float:left;
}
[class^=ul_block].col-1 > .column{
width: 100%;
}
[class^=ul_block].col-2 > .column{
width: 50%;
}
[class^=ul_block].col-3 > .column{
width: 33.33%;
}
[class^=ul_block].col-4 > .column{
width: 25%;
}
#menu2 li.glavli {
width: initial;
list-style: none;
margin: 0px 10px 10px 10px;
}
#menu2 li.glavli:last-child {
border-bottom: none;
}
#menu2 ul.lastul {
width: initial;
margin-left: 10px;
display: block;
float: none;
padding-top: 2px;
}
#menu2 ul.lastul li {
width: initial;
}
#menu2 li.glavli a {
display: inline-block;
padding: 0px 0px 0px 5px;
margin: 1px 0px 1px 0px;
text-decoration: none;
}
#menu2 ul.lastul li a {
color: #666;
display: inline-block;
margin:0;
padding: 0px 0px 0px 0px;
border-bottom: none;
font-weight:normal
}
#menu2 {
background: #fff;
padding: 12px 0;
box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}
.childrenList {
display: block;
}
.closed .childrenList {
border-bottom: 0 none;
display: block;
visibility: hidden;
position: absolute;
}
.catalog_list .level_1 > .title a {
text-decoration: none;
display: block;
height: initial;
padding: 6px 10px 6px 12px;
z-index: 6;
position: relative;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.catalog_list .level_1 > .title a span {
float: right;
font-size: 14px;
}
.catalog_list .level_1.open  > .title a {
background: #f6f7f9;
z-index: 11;
border-bottom: 1px solid #f6f7f9;
border-top: 1px solid #f6f7f9;
}
.catalog_list .level_1.open  > .title.with-child a {
background: linear-gradient(to right, #f6f7f9 75%, #fff 100%);
border-bottom: 1px solid #eeeeee;
border-top: 1px solid #eeeeee;
}
.catalog_list .level_1.open  > .title a span {
display: none;
}
.catalog_list_popup {
height: 100%;
}
.catalog_list_popup .level_1 > .title {
line-height: 16px;
}
.catalog_list_popup .level_1 .childrenList {
position: absolute;
left: 100%;
margin-left: 0px;
width: 100px;
top: 0;
z-index: 10;
}
#menu2_button:hover {
cursor: pointer;
}
#menu2_button.inhome:hover {
cursor: default;
}
#menu2 ul {
list-style: none;
margin: 0;
padding: 0;
display: inline-table;
}
#menu2 ul.subnav {
padding: 5px 5px 5px 10px;
background: #fafafa;
border: 1px solid #DBDEE1;
position: relative;
}
#menu2 ul li {	
z-index: 20;	
text-align:left;
}
#menu2 li.glavli a:hover {
background:none;
text-decoration:underline;
}
#menu2 > ul > li ul > li ul {
background:#fff;
}
#menu2 > ul > li ul > li ul > li > a {
height: 20px;
font-size: 17px;
line-height: 20px;
}
#menu2 > ul > li ul > li ul > li > a:hover {
text-decoration: underline;
background: none;
}
#subwidth {
position: inherit;
z-index: 99;
}
.img_sub {
position: absolute;
bottom: 0;
right: 14px;
opacity: 0.4;
z-index: 1;
width: 34%;
}
.row.rowmans {
margin-right: 0px;
margin-left: 0px;
}
.child-box {
display: flex;
position: relative;
background-color: #fff;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
box-shadow: 0 0px 10px rgba(0,0,0,0.2);
padding: 15px 14px;
}
.podmenu2 {
background: #fff;
position: absolute;
top: 0;
left: 0;
z-index: 2;
box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}
#menu2_button .box-heading {
color: #FFF;
font-weight: 400;
height: 28px;
line-height: 0;
font-size: 18px;
padding: 26px 26px 30px;
z-index: 3;
position: relative;
width: 100%;
text-align: left;
text-transform: uppercase;
}
#menu2_button .box-heading:hover {
	color: #002855;
	transition: all 0.3s;	
}
#menu2_button .box-heading > .fa{
padding-right: 10px;
font-size: 17px;
margin-top: -5px;
vertical-align: middle;
}
.icorightmenu {
float: right;
font-size: 9px;
}
.icorightmenu .fa {
margin-top: 16px;
display: block;
font-size: 9px;
}
.child-box-cell {
padding: 5px 0px 5px 0px;
}
.child-box-cell p {
margin: 0px;
padding: 0 5px;
}
.child-box-cell p > a {
font-size: 14px;
color: #333;
font-weight: bold;
}
#menu2_button {
position: relative;
z-index: 888;
}
.box-content.am {
position: absolute;
width: 100%;
padding: 0;
z-index: 10;
border-radius: 0;
margin-bottom: 0;
border: 0;
}
#menu2:before {
border-color: transparent transparent #fff;
border-style: solid;
border-width: 0 6px 7px;
top: -6px;
content: "";
height: 0;
left: 9px;
position: absolute;
width: 0;
z-index: 4;
}
#menu2 ul.child2-box {
width: initial;
margin-left: 10px;
}
#menu2 ul.child2-box > li {
padding: 4px 0 0 0;
}
#menu2 ul.child2-box > li > a {
color: #666;
display: inline-block;
line-height: 16px;
font-size: 14px;
height: 16px;
margin: 0;
padding: 0px 0px 0px 0px;
border-bottom: none;
font-weight: normal;
}
#menu2 li.glavli .fa{
font-weight: 200;
font-size: 5px;
vertical-align: middle;
position: relative;
padding-right: 5px;
}
.rowmans {
-moz-column-width: 10em;
-webkit-column-width: 10em;
-moz-column-gap: 2em;
-webkit-column-gap: 2em;
}
.row.rowmans .item {
display: inline-block;
width: 100%;
padding: 7px 0px 7px 0;
border-bottom: 1px solid #ededed;
}
.iconm {
padding-left: 5px;
vertical-align: middle;
}
.info-block .box-heading > .fa {
padding-right: 10px;
font-size: 14px;
margin-top: -4px;
vertical-align: middle;
width: 22px;
text-align: center;
}
.info-block .box-heading {
height: 40px;
line-height: 40px;
font-size: 16px;
padding: 0 10px;
z-index: 3;
position: relative;
text-align: left;
}
.info-block {
position: relative;
margin-bottom: 20px;
}
#menu-info {
line-height: 40px;
padding: 0 10px;
margin: 0;
}
#menu-info  a{
padding: 0 15px;
}
#menu-info a:hover {
background: #f6f7f9;
z-index: 11;
border-bottom: 1px solid #f6f7f9;
border-top: 1px solid #f6f7f9;
}
#menu-info:before {
border-color: transparent transparent #fff;
border-style: solid;
border-width: 0 6px 7px;
top: -7px;
content: "";
height: 0;
left: 11px;
position: absolute;
width: 0;
z-index: 4;
}
.revmenu {
margin-bottom: 42px;
}
@media (min-width: 992px) {
	.box-col-1{
	width: 239%;
	}
	.box-col-2{
	width: 449%;
	}
	.box-col-3{
	width: 659.1%;
	}
	.box-col-4{
	width: 725%;
	}
	#menu2_button .collapse,
	.info-block .collapse {
	display: block;
	min-height: initial;
	margin-bottom: 0;
	border: none;
	}
}
@media (min-width: 1200px) {
	.box-col-1{
	width: 312%;
	}
	.box-col-2{
	width: 595%;
	}
	.box-col-3{
	width: 878%;
	}
	.box-col-4{
	width: 878%;
	}
}
@media (max-width: 991px) {
	#menu2 {
	display: block;
	border-radius: 2px;
	}
	.podmenu2 {
	background: initial;
	border: none;
	}
	#menu2_button .navbar,
	.info-block .navbar	{
	position: absolute;
	width: 100%;
	min-height: initial;
	margin-bottom: 0;
	border: 0;
	}
	#menu2_button.inhome:hover {
	cursor: pointer;
	}
	#menu-info {
	display: block;
	background: #fff;
	border: 0;
	padding: 12px 0;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	position: absolute;
	width: 100%;
	z-index: 9;
	}
	#menu-info a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	height: initial;
	line-height: 16px;
	padding: 6px 10px 6px 12px;
	z-index: 6;
	position: relative;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	}
	.catalog_list .level_1.open > .title.with-child a {
	background: #f6f7f9;
	z-index: 11;
	border-bottom: 1px solid #f6f7f9;
	border-top: 1px solid #f6f7f9;
	}
	#menu-info {
	line-height: initial;
	padding: 12px 0;
	margin: 0;
	border-radius: 2px;
	}
}



#menu2_button:hover + #maskMenuHC {
    display: block;
}
#maskMenuHC {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}
/*========= newHEADER ================*/
/*@media (max-width:767.98px){
    .c-header{*/
        /*position:fixed;     !!!!!!!!!!!!!!*/
       /* top:0;
        left:0;
        width:100%;
        -webkit-transition:.3s cubic-bezier(.25,.1,.25,1);
        -o-transition:.3s cubic-bezier(.25,.1,.25,1);
        transition:.3s cubic-bezier(.25,.1,.25,1)
    }
}*/
.c-header{
    position:relative;
    z-index:90;
}

.c-header:before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    -webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.08);
    box-shadow:0 3px 7px 0 rgba(0,0,0,.08);
    pointer-events:none;
    z-index:1;
}
iframe.note-video-clip {
	max-width: 100%;
}
.Visible-Hidden {
    display: block;
}

.Hidden-Visible {
    display: none;
}

.BrandContainerMinerva {
    display: block;
    position: relative;
    width: 46.4%;
    float: left;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.2);
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px 30px 10px 30px;
}

.BrandContainerDescP {
    /*font-family: 'Roboto-Regular', serif;*/
    font-size: 18px;
    color: #4d4d4d;
    line-height: 27px;
    text-align-last: left;
    margin-bottom: 0;
}
.breakWordH4 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family:'Roboto-Medium', serif;
    color: #333;
    margin-bottom: 19px;
    font-size: 34px;
}
.productDescription {
    font-size: 18px;
    color: #333;
    line-height: 1.35;
}


/* Brand Description Riocma*/

.RicomaProductsImg {
    float: left;
    display: inline-block;
    margin-bottom: 20px;
}

.RicomaImgRight {
    margin-right: 5%;
}

.RicomaImgLeft {
    margin-left: 5%;
}

.RicomaImgCenter {
    margin: 0 3%;
}

.JackBruce {
    display: block;
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.2);
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 0 0 0 0;
}


.JackBruceImg {
    width: 51%;
    float: left;    
}

.JackBruceText {
    float:left;
    width: 49%;
    padding: 70px 60px 0 30px;
}


.MayaText {
    float:left;
    width: 63%;
    padding: 70px 60px 0 30px;
}

.MayaImg {
    width: 37%;
    float: left;    
}

.JackBruceLeft {
    text-align: left;
    margin-bottom: 0;
}

.JackBruceRight {
    text-align: right;
    margin-bottom: 0;
}


.MAQI_Img {
    width: 47%;
    float: left;    
}

.MAQI_Text {
    float:left;
    width: 53%;
    padding: 50px 60px 0 30px;
}



.Visible-Hidden {
    display: block;
}

.Hidden-Visible {
    display: none;
}


.BrandContainerMinerva {
    display: block;
    position: relative;
    width: 46.4%;
    float: left;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.2);
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px 30px 10px 30px;
} 

.BrandContainerDesc {
    display: block;
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.2);
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px 30px 10px 30px;
}  


.BrandContainerDescDistr {
    display: block;
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.2);
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
}  

.marginBottom40px {
    margin-bottom: 40px !important;
}

.marginBottom20px {
    margin-bottom: 20px !important;
}

.BrandContainerDescP {
    /*font-family: 'Roboto-Regular', serif;*/
    font-size: 18px;
    color: #4d4d4d;
    line-height: 27px;
    text-align-last: left;
    margin-bottom: 0;
}

.BrandContainerDescM {
    /*font-family: 'Roboto-Regular', serif;*/
    font-size: 18px;
    color: #4d4d4d;
    line-height: 27px;
    text-align: justify;
    text-align-last: left;
}

.RicomaDistributor {
    width: 100%;
}

.RicomaDistributorSmall {
    width: 100%;
    display: none;
}

.TypicalDistributor {
    width: 100%;
}

.TypicalDistributorSmall {
    width: 100%;
    display: none;
}

.RicomaH5 {
    font-family: 'Roboto-Regular', serif;
    font-size: 16px;
    text-align: center;
    float: left;
    text-decoration: underline;
    padding-top: 15px;
}

.H5width50Pers {
    width: 50%;
}

.RicomaLinks65Pers {
    width: 65%;
}

.RicomaLinks26Pers {
    width: 26%;
}

.RicomaLinks25Pers {
    width: 25%;
}

.RicomaLI {
    margin-right: 30px;
}

.TypicalImgLeft {
    margin-left: 12%;
    margin-right: 9%;
}

.TypicalAutolImgLeft {
    margin-left: 10%;
    margin-right: 9%;
}

.TypicalOverlocklImgLeft {
    margin-left: 13%;
    margin-right: 16%;
}

.VetronLockstitchImgLeft {
    margin-left: 7%;
    margin-right: 6%;
}

.VetronHeavyImgLeft {
    margin-left: 7%;
    margin-right: 9%;
} 

.HonreyImgLeft {
    margin-left: 12%;
    margin-right: 2%;
} 

.HonreyH4 {
    margin-left: 12%;
    margin-right: 2%;
    font-family: 'Roboto-Medium', serif;
    color: #333;
    margin-bottom: 40px;
    font-size: 32px;
}

.marginTop-30px {
    margin-top: -30px !important;
}

.DayangImgLeft_1 {
    margin-left: 7%;
    margin-right: 6%;
}

.DayangImgLeft_2 {
    margin-right: 6%;    
}

.DayangImgLeft_3 {
    margin-right: 5%;    
}

.ShunfaImgLeft {
    margin-left: 6%;
    margin-right: 2%;
}

.BruceImgLeft {
    margin-left: 0.75%;
    margin-right: 3%;
}


.ShunfaProdImgLeft {
    margin-left: 8%;
    margin-right: 17%;   
}

.ShunfaProdImgLeft2 {
    margin-left: 11%;
    margin-right: 20%;   
}

.SilterProdImgLeft {
    margin-left: 12%;
    margin-right: 14%;   
}

.SilterProdImgLeft2 {
    margin-left: 10%;
    margin-right: 23%;   
}
@media screen and (max-width: 800px) {
      
#FseriesModTable {display: none;}
#FseriesModImg {display: block;}
#FseriesSpecTable {display: none;}
#FseriesSpecImg {display: block;}
      
.ViberContacts {width: 50%; float: left;}
.margin-right15px {margin-right: 0;}
.margin-left15px {margin-left: 0 !important;}
.RicomaProductsImg {float: none; margin: 20px 0}
.RicomaImgRight {margin-right: 0;}
.RicomaImgLeft {margin-left: 0;}
.RicomaImgCenter {margin: 0 0;}
.TypicalImgLeft {margin-left: 0; margin-right: 0;}
.TypicalOverlocklImgLeft {margin-left: 0; margin-right: 0;}
.TypicalAutolImgLeft {margin-left: 0; margin-right: 0;}
.VetronLockstitchImgLeft {margin-left: 0; margin-right: 0;}
.VetronHeavyImgLeft {margin-left: 0; margin-right: 0;}
.DayangImgLeft_1 {margin-left: 0; margin-right: 0;}
.DayangImgLeft_2 {margin-left: 0; margin-right: 0;}
.DayangImgLeft_3 {margin-left: 0; margin-right: 0;}
.HonreyImgLeft {margin-left: 0; margin-right: 0;} 
.ShunfaImgLeft {margin-left: 0; margin-right: 0;} 
.BruceImgLeft {margin-left: 0; margin-right: 0;} 
.ShunfaProdImgLeft {margin-left: 0; margin-right: 0;} 
.ShunfaProdImgLeft2 {margin-left: 0; margin-right: 0;}
.SilterProdImgLeft {margin-left: 0; margin-right: 0;} 
.SilterProdImgLeft2 {margin-left: 0; margin-right: 0;}
.BrandContainerDesc {padding: 30px 20px 10px 20px; margin-left: 5px !important; margin-right: 5px !important;}
.JackBruce {width: 100%; padding: 0 0 0 0; margin-left: 5px !important; margin-right: 5px !important;}
.BrandContainerDescP {text-align: left;} 
.BrandContainerDescM {text-align: left;}
.RicomaDistributor {display: none;}
.RicomaDistributorSmall {display: block;}
.TypicalDistributor {display: none;}
.TypicalDistributorSmall {display: block;}
.BrandContainerDescDistr {margin-left: 5px; margin-right: 5px;}
.RicomaH5 {float: none;}
.RicomaLinks65Pers {width: 100%;}
.RicomaLinks26Pers {width: 100%;}
.RicomaLinks25Pers {width: 100%;}
.marginBottom0px {margin-bottom: 0 !important;}
.RicomaBR {display: none;}
.RicomaLI {margin-right: 0;}
.H5width50Pers {width: 100%;}
.HonreyH4 {margin-left: 0; margin-right: 0; text-align: center;}
.widthPercent70 {width: 100%;}
.widthPercent30 {width: 100%;}
.blockProductFeatures {width: 100%;}
.blockProductGuarantee {width: 100%; text-align: center; margin-top: 20px;}
.JackBruceImg {width: 100%; background-color: #F6F6F8;}
.MayaImg {width: 100%; background-color: #F6F6F8;}
.JackBruceText {width: 100%; padding: 30px 30px 40px 20px;}
.MayaText {width: 100%; padding: 30px 30px 40px 20px;}
#tableServo {display:none;}

.MAQI_Img {width: 100%; background-color: #F6F6F8;}
.MAQI_Text {width: 100%; padding: 30px 30px 40px 20px;}

.Visible-Hidden {display: none;}
.Hidden-Visible {display: block;}
.JackBruceLeft {text-align: center;}
.JackBruceRight {text-align: center;}
.BrandContainerMinerva {width: 100%; padding: 30px 20px 10px 20px; margin-left: 5px !important; margin-right: 5px !important; clear: left;}
.dostavkaUslovie {width: 100%; padding: 30px 20px 10px 20px; margin-left: 5px; clear: left;}
.dostavkaPageText {text-align: left; padding: 30px 20px 10px 20px;}
.dostavkaImg {width: 205px; height: 60px;}

#description H4 {font-size: 1.7rem !important;}
#wforms-form-1 {width: 100%; padding-left: 0;}
#dileramInfoHide {display: block; margin: 0 0 30px 0;}
#dileramInfo {display: none;}
.dostavkaPage {padding: 0;}
.promoHint {padding:0};
}  
@media (max-width: 478px) {
	a#button_OCO {
		float: unset;
		margin-top: 12px;
	}
	ul.phones {
		float: right;
	}
	.wrap_messengers {
		display: block;
		text-align: center;
	}
	ul.messengers {
		padding-top: 8px;
		margin-bottom: 0;
	}
	.brands_wall img {
		width: 130px;
	}
}