/**{outline: 1px solid red}*/
.row.categorywall div[class^='col-']{
	padding-right: 10px !important;
	padding-left: 10px !important;
}
body {
	font-family: 'PFDinDisplayPro', sans-serif;
	font-weight: 400;
	color: #949494;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #5c5c5c;
}

/* 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: #e30613;
}
a:hover {
	text-decoration: none;
}
a:focus, a:hover {
    color: #ffc339;
}
.header-right a.ocpcb-btn.myclass  {
    color: #e30613;
	margin-bottom: 5px;
    display: block;
}
.header-right a:focus.ocpcb-btn.myclass, a:hover.ocpcb-btn.myclass {
    color: #515151;
}
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;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
    opacity: .9;
}
.dropdown-menu{
	border: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 21px;
}
.short_description ul{
	list-style-type: none;
}
.short_description ul li{
	position: relative;
	font-weight: 400;
}
.short_description ul li:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    top: 50%;
    left: -16px;
    margin-top: -2px;
    background: red;
    border-radius: 50%;
}
*::-webkit-input-placeholder {
	color: #bdbdbd;
	opacity: 1;
}
*:-moz-placeholder {
	color: #bdbdbd;
	opacity: 1;
}
*::-moz-placeholder {
	color: #bdbdbd;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #bdbdbd;
	opacity: 1;
}
#search .form-control::-webkit-input-placeholder {
	color: #c0c0c0;
	opacity: 1;
}
#search .form-control:-moz-placeholder {
	color: #c0c0c0;
	opacity: 1;
}
#search .form-control::-moz-placeholder {
	color: #c0c0c0;
	opacity: 1;
}
#search .form-control:-ms-input-placeholder {
	color: #c0c0c0;
	opacity: 1;
}


/* 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: #ffc339;
	background-repeat: repeat-x;
}
.header{
	background: #50758d;
	padding: 23px 0 13px;
}
.header-inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.logo{
	flex-basis: 100%
}
.header-right{
	align-self: flex-start;
	margin-top: 29px;
	order: 2;
	text-align: left;
}
.header-center p{
	font-size: 34px;
	line-height: 36px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .8px;
	margin-bottom: 0;
	align-self: flex-start;
}
.header-center > span{
	font-size: 22px;
	color: #9abbd3;
	text-align: center;
	display: block;
	padding: 20px 0 21px;
	letter-spacing: .5px;
}
.header-inner{
		justify-content: space-between;
	}
@media (min-width: 600px) {
/*	.header-inner{
		justify-content: space-between;
	}
	.header-center{
		order: 3;
		flex-basis: 100%;
	}
	.header-right{
		order: 2;
	}*/
}
@media (min-width: 600px) {
/*	.header-center{
		order: 1;
		flex-basis: auto;
	}
	.header-right{
		order: 3;
	}*/
}
/* 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: #e30613;
	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 0 10px 0;
}
/* search */
#search {
	width: 649px;
	margin: 0 auto;
}
#search .form-control {
	border-color: #fff;
	border-radius: 0px;
	box-shadow: none;
	font-size: 13px;
}
#search .btn-default {
    color: #ffc339;
    text-shadow: none;
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #fff;
}
.icon{
	display: inline-block;
	vertical-align: middle;
}
.icon-search{
	width: 17px;
	height: 17px;
	background: url(../image/sprite.png) -21px 0 no-repeat;
}
.icon-phone{
	width: 74px;
	height: 74px;
	display: block;
	background-image: url(../image/icon-phone.png);
}
.ocpcb-btn{
	position: fixed;
	right: calc(((100% - 1200px) / 2) - 103px);
	bottom: 20px;
	z-index: 1000;
}
.icon-shopping-cart{
	width: 33px;
	height: 28px;
	background: url(../image/sprite.png) -40px 0 no-repeat;
}
.icon-arrow{
	width: 19px;
	height: 13px;
	background: url(../image/sprite.png) -74px 0 no-repeat;
}
.caption .icon-arrow{
	background: url(../image/sprite.png) -74px -14px no-repeat;
}
.icon-doc{
	width: 16px;
	height: 20px;
	background: url(../image/sprite.png) -95px 0 no-repeat;
	vertical-align: top;
}
#search .input-lg {
	height: 39px;
	line-height: 20px;
	padding: 0 10px 0 20px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 9px 19px 9px 11px;
	text-shadow: 0 1px 0 #FFF;
	border-radius: 0;
	height: 39px;
}
.phone{
	margin-bottom: 28px;
}
.phone > a,
.phone > span{
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	letter-spacing: .5px;
}

.phone > a .icon,
.phone > span .icon{
	margin-right: 7px;
}
.login-wrap{
	margin-bottom: 18px;
	list-style-type: none;
}
.login-wrap .login-btn {
	display: inline-block;
	width: 180px;
	height: 40px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 17px;
	line-height: 38px;
}
/* cart */
#cart {
	position: relative;
	display: inline-block;
}
.btn-cart{
	position: relative;
	background: transparent;
	border-color: transparent;
	padding: 0;
}
.btn-cart .count {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 22px;
    text-align: center;
    font-size: 13px;
    background: #fff;
    color: #50758d;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
}
.btn-cart .sum{
	padding-left: 17px;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}
#cart-total{
	display: inline-block;
	vertical-align: middle;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#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: 20px 0;
}
/* menu */
.main-menu{
	background: #9abbd3;
}
#menu {
	min-height: 58px;
	margin-bottom: 0;
	border: none;
}
#menu .nav > li{
	margin: 0 39px;
	font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
#menu .nav > li .fa{
	font-size: 18px;
	vertical-align: bottom;
}
#menu .nav > li > a {
	color: #fff;
	font-size: 13px;
	color: #fff;
	padding: 20px 0 20px 0;
	min-height: 15px;
	text-transform: uppercase;
	background-color: transparent;
}
#menu .nav > li:first-child>{
	margin-left: 0;
}
#menu .nav > li:last-child>{
	margin-right: 0;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: transparent;
	position: relative;
	color: #50758d;
}
#menu .nav > li > a:hover:before,
#menu .nav > li.open > a:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #50758d;
}
#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: #5c5c5c;
	font-size: 12px;
	font-weight: 400;
}
#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;
	color: #5c5c5c;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #ffc339;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #5c5c5c;
	text-shadow: none;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #e30613;
	background-image: linear-gradient(to bottom, #e30613, #e30613);
	background-repeat: repeat-x;
	border-color: #e30613 #e30613 #e30613;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #e30613;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.navbar-nav {
	    float: none;
	    margin: 0;
	    text-align: center;
	}
	.navbar-nav>li {
	    float: none;
	    display: inline-block;
	}
}
@media (max-width: 767px) {
	#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;
}
.common-home .main{
	padding-top: 30px;
	margin-bottom: 100px;
}
#slideshow0{
	margin-bottom: 50px;
}
.categorywall .col-lg-4.col-md-4.col-sm-6.col-xs-12{
	padding-right: 8px;
	padding-left: 8px;
}
.category-name-wrap{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 65px;
	padding: 0 20px;
	position: absolute;
	top: 0px;
	background: rgba(80, 80, 80, 0.5);
}
.categorywall_thumbnail{
	position: relative;
	margin-bottom: 15px;
	-moz-box-shadow: 0 2px 7px rgba(0,0,0,.07);
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.07);
	box-shadow: 0 2px 7px rgba(0,0,0,.07);
}
.categorywall_thumbnail:hover a:last-child{
	text-decoration: none;
}
.categorywall_thumbnail{
	border: 2px solid #fff;
}
.categorywall_thumbnail:hover{
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
	box-shadow: 0 2px 10px rgba(0,0,0,.25);
	/*outline: 2px solid #50758d;*/
	border: 2px solid #50758d;
}
.categorywall .categorywall_thumbnail .category-name-wrap > a.category-name{
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 1.597143;
	letter-spacing: 1.5px;
	display: inline-block;
	width: auto;
	float: none;
	text-transform: uppercase;
}
.tabs{
	border-top: 2px solid #ffc339;
	margin-top: 7px;
	margin-bottom: 29px;
}
.four-in-tab .nav-tabs {
    border-color: #fff;
}
.nav-tabs>li>a{
	color: #5c5c5c;
	font-size: 16px;
	font-weight: 700;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #e30613;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border: 1px solid #fff;
}

.tab-title{
	font-size: 30px;
	font-weight: 800;
	color: #5c5c5c;
	letter-spacing: 0.2px;
	display: inline-block;
	margin: 0 0 7px;
}
.nav>li>a{
	padding: 10px 0;
}
.nav>li{
	margin: 0 15px;
}
.nav-tabs>li>a{
	position: relative;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
	color: #e30613;
}
.nav.nav-tabs>li>a:focus:after, .nav.nav-tabs>li>a:hover:after{
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: #e30613;
}
.nav.nav-tabs.row{
	display: block;
	float: right;
	margin-bottom: 0;
	margin-right: 0;
}
/* footer */
.footer {
	line-height: 1.71428571;
	margin-top: 30px;
	padding-top: 0;
	color: #949494;
	background: rgba(80,117,141,1);
	background: -moz-linear-gradient(left, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 21%, rgba(154,187,211,1) 22%, rgba(154,187,211,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(80,117,141,1)), color-stop(21%, rgba(80,117,141,1)), color-stop(22%, rgba(154,187,211,1)), color-stop(100%, rgba(154,187,211,1)));
	background: -webkit-linear-gradient(left, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 21%, rgba(154,187,211,1) 22%, rgba(154,187,211,1) 100%);
	background: -o-linear-gradient(left, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 21%, rgba(154,187,211,1) 22%, rgba(154,187,211,1) 100%);
	background: -ms-linear-gradient(left, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 21%, rgba(154,187,211,1) 22%, rgba(154,187,211,1) 100%);
	background: linear-gradient(to right, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 21%, rgba(154,187,211,1) 22%, rgba(154,187,211,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50758d', endColorstr='#9abbd3', GradientType=1 );
	background-size: cover;
	font-size: 14px;
}
.footer-bottom{
	/*display: flex;
	align-self: center;
	margin-bottom: 58px;
	margin-top: 4px;*/
	margin: 0px;
	height: 10px;
	line-height: 0px;
	visibility: hidden;

}
.footer #search {
    width: 488px;
    margin: 0 64px 0 84px;
}
.footer-inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.footer-left .logo{
	display: block;
	margin: 0 0 0 48px;
	max-width: 170px;
}
.footer-cont{
	flex-basis: 532px;
}
.cont-inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
}
.cont-right{
	padding-left: 0;
	max-width: 216px;
}
.footer .soc {
	margin-top: 24px;
}
.footer .soc a{
	margin-right: 12px;
	color: #50758d;
}
.soc a:hover{
	opacity: .9;
}
.soc .fa{
	font-size: 17px;
}
p.copyright{
	font-size: 13px;
	color: #9abbd3;
    /*margin-bottom: 66px;
	margin-top: 166px;*/
	margin-top: 76px;
    text-align: left;
    margin-left: 5px;
	letter-spacing: .4px;
	position: absolute;
	bottom: 10px;
    max-width: 21%;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	text-decoration: underline;
}
.footer h5 {
	font-size: 20px;
	font-weight: bold;
	color: #5c5c5c;
	margin-bottom: 22px;
}
.footer .phone a,
.footer .phone span{
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
}
.footer .mail-link{
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	margin-top: 15px;
}
.footer .cont-left .order{
	margin-top: 24px;
}
.footer-left{
	padding-top: 52px;
	flex-basis: 286px;
	max-width: 286px;
	background: #50758d;
}
@media (max-width: 1239px) {
	.footer-left{
		max-width: 258px;
	}
	.footer-left .logo{margin: 0;}
}
.footer-right{
	display: flex;
	flex-wrap: wrap;
	padding-top: 37px;
	max-width: 880px;
}
.footer-bottom{
	width: 100%;
}
.footer-bottom .soc{
	margin-top: 11px;
}
.footer-cat{
	flex-basis: 348px;
	max-width: 348px;
}
.footer-cat h5{
	padding-left: 84px;
	font-size: 20px;
	color: #50758d;
	font-weight: 700;
	margin-bottom: 0;
}
.footer-cont h5{
	font-size: 20px;
	color: #50758d;
	font-weight: 700;
	margin-bottom: 14px;
}
.footer-cat ul{
	padding-left: 84px;
}
.footer-cat li{
	display: block;
	margin: 16px 0 24px;
}
.footer-cat a{
	text-transform: uppercase;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-family: Roboto, sans-serif;
	letter-spacing: 0.5px;
}
.footer-cat a:hover{
	text-decoration: underline;
}
.footer-cont .address,
.footer-cont .open{
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	font-family: Roboto, sans-serif;
	letter-spacing: .8px;
}
.cont-left{
	margin-right: 64px;
}
.cont-left .order{
	font-size: 15px;
	color: #50758d;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	line-height: 20px;
	letter-spacing: .7px;
}
.footer-cont .address{
	margin-bottom: 28px;
}
.footer-cont .open span{
	color: #e30613;
}
.footer-cont .cont-left .phone + .phone{
	margin-top: 18px;
}
.footer-cont .open h3{
	margin: 0;
	font-size: 15px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	color: #50758d;
	margin-bottom: 2px;
}
@media (max-width: 1199px) {
	.footer-left{
		max-width: 164px;
	}
	.footer-right{
		max-width: 776px;
	}
	.footer-cat{
		max-width: 225px;
	}
	.footer-cat h5{
		padding-left: 25px;
	}
	.footer-cat ul{
		padding-left: 25px;
	}
	.footer{
		background: rgba(80,117,141,1);
		background: -moz-linear-gradient(left, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 13%, rgba(154,187,211,1) 14%, rgba(154,187,211,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(80,117,141,1)), color-stop(13%, rgba(80,117,141,1)), color-stop(14%, rgba(154,187,211,1)), color-stop(100%, rgba(154,187,211,1)));
		background: -webkit-linear-gradient(left, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 13%, rgba(154,187,211,1) 14%, rgba(154,187,211,1) 100%);
		background: -o-linear-gradient(left, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 13%, rgba(154,187,211,1) 14%, rgba(154,187,211,1) 100%);
		background: -ms-linear-gradient(left, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 13%, rgba(154,187,211,1) 14%, rgba(154,187,211,1) 100%);
		background: linear-gradient(to right, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 13%, rgba(154,187,211,1) 14%, rgba(154,187,211,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50758d', endColorstr='#9abbd3', GradientType=1 );
	}
	#cart{
		float: right;
	}
}
@media (max-width: 991px){
	.footer{
		background: rgba(80,117,141,1);
		background: -moz-linear-gradient(left, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 15%, rgba(154,187,211,1) 16%, rgba(154,187,211,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(80,117,141,1)), color-stop(15%, rgba(80,117,141,1)), color-stop(16%, rgba(154,187,211,1)), color-stop(100%, rgba(154,187,211,1)));
		background: -webkit-linear-gradient(left, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 15%, rgba(154,187,211,1) 16%, rgba(154,187,211,1) 100%);
		background: -o-linear-gradient(left, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 15%, rgba(154,187,211,1) 16%, rgba(154,187,211,1) 100%);
		background: -ms-linear-gradient(left, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 15%, rgba(154,187,211,1) 16%, rgba(154,187,211,1) 100%);
		background: linear-gradient(to right, rgba(80,117,141,1) 0%, rgba(80,117,141,1) 15%, rgba(154,187,211,1) 16%, rgba(154,187,211,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50758d', endColorstr='#9abbd3', GradientType=1 );
	}
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: none;
	background: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li > a{
	color: #767676;
	font-size: 13px;
}
.breadcrumb > li > a:hover{
	text-decoration: underline;
}
.breadcrumb > li:last-child > a{
	color: #cacaca;
	cursor: default;
}
.breadcrumb > li:last-child > a:hover{
	text-decoration: none;
}
.breadcrumb > li:first-child{
	padding-left: 0;
}
.breadcrumb > li + li:before {
	content: '›';
	padding: 0;
	position: relative;
	left: -10px;
	font-size: 16px;
	color: #cacaca;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 17px;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	font-weight: 600;
	letter-spacing: 1px;
}
.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: none;
	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: none;
	background-color: #e30613;
	background-image: linear-gradient(to bottom, #e30613, #e30613);
	background-repeat: repeat-x;
	border-color: #e30613 #e30613 #e30613;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #e30613;
	background-position: 0 -15px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}
.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: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.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 #ececec;
	color: #5c5c5c;
	padding: 18px 12px;
	font-size: 17px;
	font-weight: 300;
}/*
.list-group a.active:first-child{
	text-transform: uppercase;
	font-weight: 700;
	background: #ffc643;
	border: 1px solid #ffc643;
	color: #5c5c5c;
	border-bottom: 1px solid #fff;
}*/
.list-group a:hover{
	border-top: 1px solid #fff !important;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #5c5c5c;
	background: #e4e4e4;
	border: 1px solid #e4e4e4;
	text-shadow: none;
	border-top: 1px solid #fff;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/* 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;
}
/* product list */
.product-thumb {
	border: 1px solid #fff;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	margin-bottom: 20px;
	overflow: auto;
	position: relative;
}
.product-thumb:hover{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #99bbd3;
}
.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-thumb .label{
	position: absolute;
	top: 12px;
	right: 0;
	background: #ffc339;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 15px;
	letter-spacing: 0.2px;
	font-weight: 700;
	padding: 9px 18px;
}

.product-thumb .label {
	display:none;
}

.product-grid .product-thumb .image {
	float: none;
}
@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 15px;
	min-height: 190px;
}
.product-thumb .caption h4 a:hover{
	text-decoration: underline;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.btn-more{
	font-size: 14px;
	margin: 20px 0 15px;
	float: right;
}
.btn-more .btn-txt{
	color: #e30613;
	opacity: 0;
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-ms-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}
.btn-more:hover .btn-txt{
	opacity: 1;
	text-decoration: none;
}
.btn-more .icon{
	margin-left: 7px;
}
.html-h{
	display: inline-block;
	font-size: 29.98px !important;
	margin: 40px 0 18px;
	font-weight: 900;
}
.more-wrap{
	position: relative;
	text-align: center;
	margin-top: 82px;
	margin-bottom: 40px;
}
.read-more,
.read-less{
	background: #e30613;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 8px 40px 9px;
	margin: 0;
	position: relative;
	cursor: pointer;
}
.read-more:after,
.read-less:after,
.read-more:before,
.read-less:before{
	content: '';
	display: inline-block;
	width: 22px;
	height: 39px;
	position: absolute;
	top: 0;
	background: #fff;
}
.read-more:after,
.read-less:after{
	left: 0;
}
.read-more:before,
.read-less:before{
	right: 0;
}
.read-hr{
	top: 13px;
	border-top: 2px solid #ececec;
	margin-top: -20px;
	margin-left: 15px;
	margin-right: 15px;
}
.about-us-intro:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMyNSA1MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1IiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIzMjUiIGhlaWdodD0iNTAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: linear-gradient(to top, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%); }

.about-us-intro.hide-bg:after {
  display: none; }
.about-us-intro,
.about-us-txt {
   position: relative;
}
.about-us-txt {
  max-height: 0;
  overflow: hidden;
  transition: .1s; }

.about-us-txt.showAll {
  max-height: 100%;
  overflow: visible; }
.product-thumb .caption h4{
	font-size: 18px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}
.product-thumb .caption h4 a{
	color: #5c5c5c;
}
.product-thumb .caption p{
	color: #949494;
	font-size: 15px;
	line-height: 20px;
	min-height: 80px;
}
.product-thumb .caption p.price{
	font-size: 14px;
}
.product-thumb .caption p.price{
	width: 50%;
	float: left;
	margin-top: -40px;
}
@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: #5c5c5c;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.product-thumb .price-new {
	font-weight: 700;
	font-size: 18px;
	display: block;
}
.product-thumb .price-old {
	color: #e30613;
	text-decoration: line-through;
	margin-left: 0;
	display: block;
	font-weight: 400;
}
.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: 60%;
	border: none;
	display: inline-block;
	float: left;
	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%;
	}
}
.thumbnail {
	border: 1px solid #ededed;
	border-radius: 0;
	padding: 0;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #50758d;
}
.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;
}
.product-h{
	color: #5c5c5c;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 24px;
}
.list-attr li{
	display: block;
	margin-bottom: 25px;
}
.list-attr span.attr-n{
	font-size: 17px;
	font-weight: 300;
	color: #838383;
}
.list-attr span.attr-i{
	font-size: 16px;
	font-weight: 500;
	color: #5c5c5c;
}
.list-attr span.attr-i a{
	color: #5c5c5c;
	font-size: 16px;
	/*vertical-align: middle;*/
	font-weight: 400;
}
.list-attr span.attr-i a span{
	display: inline-block;
	/*vertical-align: middle;*/
}
.list-attr span.attr-i a:hover{
	text-decoration: none;
	opacity: .8;
}

.price-wrap{
	margin: 30px 0 30px;
}
.price-wrap .price,
.price-wrap .price-new{
	font-size: 32px;
    font-weight: 400;
    color: #5c5c5c;
    display: inline-block;
    margin-right: 44px;
    padding: 14px 0px;
}
.price-wrap .price{
	display: block;
}
.price-wrap .price-old{
	font-size: 18px;
	font-weight: 400;
	color: #838383;
	display: inline-block;
}
.control-label{
	font-size: 17px;
	font-weight: 300;
	color: #838383;
}
.form-group .quantity{
	width: auto;
	margin-right: 36px;
	border: 1px solid #eaeaea;
	float: left;
}
.product-btns{
	float: left;
}
#button-cart{
	background: #e30613;
	border-color: #e30613;
	border: none;
	letter-spacing: 1.5px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	width: 180px;
	height: 46px;
	line-height: 46px;
	box-shadow: none;
}
#button-cart:focus,
#button-cart:hover,
#button-cart:active{
	opacity: .9;
}
.ocpoc-product-btn{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}
.prod-btn-ocpoc{
	margin: 0 auto;
	font-size: 15px;
	font-weight: 600;
	color: #e30613;
	padding: 0;
	border: none;
	background: #fff;
}
.prod-btn-ocpoc:focus,
.prod-btn-ocpoc:hover,
.prod-btn-ocpoc:active{
	text-decoration: underline;
}
.quantity span {
  display: inline-block;
  line-height: 43px;
  width: 34px;
  height: 43px;
}
.quantity .form-control {
  color: #000;
  border-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  width: 40px;
  box-shadow: none;
  height: 24px;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  font-size: 20px !important;
  color: #5c5c5c;
}
.quantity span.minus{
  background: #fff;
  width: 34px;
  height: 43px;
  border-radius: 0;
  line-height: 43px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity span.plus{
  background: #fff;
  width: 34px;
  height: 43px;
  border-radius: 0;
  line-height: 43px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity span.minus:hover,
.quantity span.plus:hover{
    background: #e4e4e4;
}
.icon-minus {
  display: inline-block;
  background: #acacac;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 21px;
  left: 11px;
}
.icon-plus {
  width: 34px;
  height: 43px;
  border-radius: 0;
  color: #acacac;
  display: inline-block;
  line-height: 43px;
  text-align: center;
  position: absolute;
  font-style: normal;
  font-size: 24px;
}
.product-tabs{
	margin-bottom: 70px;
}
.product-tabs .nav>li {
    margin: 0;
}
.product-tabs .nav-tabs>li>a {
    margin-right: -1px;
    line-height: 1.42857143;
    border: 1px solid #ededed;
    border-radius: 0;
    padding: 14px 16px;
    font-size: 14px;
    text-transform: uppercase;
}
.product-tabs .nav-tabs>li.active>a, .product-tabs .nav-tabs>li.active>a:focus, .product-tabs .nav-tabs>li.active>a:hover{
	background: #50758d;
	color: #fff;
}
.product-tabs .nav.nav-tabs>li>a:focus:after, .product-tabs .nav.nav-tabs>li>a:hover:after{
	display: none;
}
.product-tabs .nav.nav-tabs>li>a:focus, .product-tabs .nav.nav-tabs>li>a:hover{
	background: #9abbd3;
	color: #5c5c5c;
}
.nav-tabs{
	border-bottom: none;
}
.tab-h{
	font-size: 18px;
	color: #5c5c5c;
	font-weight: 700;
	margin: 40px 6px 25px;
}
.product-tabs .tab-content{
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	color: #838383;
}
.tab-content .table>tbody>tr>td>span{
	background: #fff;
	position: relative;
	bottom: -4px;
	padding-left: 7px;
	padding-right: 10px;
}
.tab-content .table>tbody>tr>td {
	border-top: none;
	padding: 8px 8px 0 0;
}
.tab-content .table>tbody>tr>td:first-child{
	border-bottom: 1px dotted #8d8d8d;
	padding: 8px 8px 0 0;
}
#product .radio {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
#product .radio input[type=radio]{
	display: none;
}
#product .radio label{
	padding-left: 0;
}
#product .radio .check-option{
	vertical-align: bottom;
	display: inline-block;
	position: relative;
	border: 1px solid #f2f2f2;
	margin-right: 4px;
}
#product .radio input:checked + .check-option {
    border-color: #e64848;
}
#product .img-thumbnail{
	padding: 0;
	border: none;
	border-radius: 0;
}
.table>tbody>tr>td:last-child{
	font-weight: 700;
	color: #5c5c5c;
	padding: 8px 0 0 8px;
}
@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;
	min-height: 41px;
}

/* 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;
}
@media (max-width: 1199px) {
	.header-center p {
		font-size: 26px;
	}
	.header-center > span {
	    font-size: 17px;
	    padding: 5px 0 15px;}
	#search{
		width: 450px;
	}
	.header .phone {
	    margin-bottom: 19px;
	}
	.header-center{
		align-self: center;
	}
}
@media (max-width: 991px) {
	.header{
		padding: 13px 0;
	}
	.header-center p {
		font-size: 18px;
	}
	.header-center > span {
	    padding: 0px 0 10px;
	    font-size: 14px;
		line-height: 18px;}
	#search {
	    width: 250px;}
	#menu .nav > li {
	    margin: 0 10px;}
	.footer-inner{
		flex-wrap: wrap;
	}
	.footer-cont {
	   flex-basis: 100%;
	   max-width: 380px;
	}
	.footer-cat h5,
	.footer-cat ul{
		padding-left: 0
	}
	.footer h5,
	.footer-cat{
		text-align: center;
	}
	.footer-cat {
	    max-width: 190px;
	}
	.cont-inner{
		justify-content: space-around;
	}
	.footer-cat h5,
	.footer-cat ul{
		padding-left: 15px;
	}
	.footer-left{
		text-align: left;
		max-width: 150px;
	}
	.footer-left .logo{
		max-width: 110px;
	}
	.footer .logo img{
		margin: 0 auto;
	}
	.footer #search{
		margin: 18px auto 16px;
	}
	.footer-right{
		max-width: 570px;
	}
	.form-group .quantity{
		margin-bottom: 20px;
	}
	.phone > a, .phone > span{
		font-size: 18px;
	}
	.header-inner #logo {
		max-width: 130px;
	}
	.header-center{
		max-width: 425px;
	}
	.footer #search{
		width: 410px;
		margin: 0 15px 0 0;
	}
	.footer-bottom{
		margin: 4px 0 15px;
		padding: 0 15px;
	}
}
@media (max-width: 767px){
	.footer{
		background: rgba(154,187,211,1);
	}
	.footer .col-sm-12{
		padding-right: 0;
    	padding-left: 0;
	}
	.footer-left,
	.footer-right{
		padding-right: 15px;
		padding-left: 15px;
	}
	.footer-left{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		order: 1;
		text-align: left;
		max-width: none;
		width: 100%;
		flex-basis: 100%;
		padding: 15px;

	}
	.footer-right{
		max-width: none;
		flex-basis: 100%;
		width: 100%;
	}
	.footer-cont{
		width: calc(100% - 190px);
		max-width: calc(100% - 190px);
	}
	p.copyright{
		padding: 0;
		margin: 15px 0 0;
	}
	.footer h5, .footer-cat {
	    text-align: left;
	}
}
@media (max-width: 767px) {
	#menu {
	    min-height: auto;}
	#menu .nav > li > a	{
		padding: 10px 0 10px 0;
	}
	.tab-content .table>tbody>tr>td:first-child{
		vertical-align: bottom;
	}
	.tab-content .table>tbody>tr>td>span{
		display: inline-block;
		padding-left: 2px;
		padding-right: 2px;
	}
	.product-tabs {
	    padding: 20px 15px;
	}
	.short_description ul li:before {
        top: 8px;
	    margin-top: 0;
	}
	.short_description ul li{
		line-height: 1.5;
	}
	.footer .phone{
		margin-bottom: 0;
	}
	.footer-cont .cont-left .phone + .phone{
		margin-top: 5px;
	}
}
@media (max-width: 749px){
	.header-center{
		order: 3;
		flex-basis: 100%;
		max-width: none;
	}
	.header-right{
		-ms-align-self: center;
		align-self: center;
		margin-top: 0;
	}
}
@media (max-width: 610px) {
	.footer-right{
		flex-wrap: wrap;
	}
	.footer #search{
		width: 300px;
	}
}
@media (max-width: 575px) {
	.cont-left{
		width: 100%;
		margin-right: 0;
	}
	.cont-right{
		max-width: none;
		width: 100%;
	}
	.footer-bottom{
		margin: 15px 0;
	}
}
@media (max-width: 560px) {
	.footer-left {
	    flex-basis: 100%;
	}
	.footer-cont h5{
		text-align: center;
	}
	.footer-cat{
		flex-basis: 100%;
	}
	.cont-inner{
		flex-wrap: wrap;
		text-align: center;
	}
	.cont-right {
	    padding-left: 0;
	}
	.nav.nav-tabs.row{
		float: none;
	}
	.tabs {
	    margin-top: 3px;}
   .nav>li {
       margin: 0 10px;}
   .nav>li.featured{
   	margin-left: 15px;
   }
   p.copyright{text-align: center;}
}
@media (max-width: 387px) {
	.header-center p{
		line-height: 1.2;
		margin-top: 10px;
	}
	.header-inner #logo {
	    max-width: 122px;
	}
}
@media (max-width: 479px) {
	.footer-cat{
		max-width: none;
	}
	.footer-cat h5,
	.footer-cat ul{
		text-align: center;
	}
	.footer-bottom{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.footer #search {
	    width: auto;
		margin: 0;
	}
	.footer-cont {
	    width: 100%;
	    max-width: none;
	}
}

@media (max-width: 360px){
	.categorywall .col-xs-6{
		width: 100%;
	}
}
@media (min-width: 768px) {
	.header .phone{
		text-align: right;
	}
}
@media (min-width: 1240px){
	.container {
		width: 1196px;
	}
}
[id^="input-option"] {
	display: inline-block;
}

/* COLORS */
.color {
	padding: 5px 50px;
	border: 1px solid #ffc643;
}
.white {
	background-color: #fff;
}
.grey {
	background-color: #a8a8a6;
}
.brown {
	background-color: #964b00;
}
.black {
	background-color: #000;
}
.beige {
	background-color: #f5f5db;
}
.yellow {
	background-color: #f9e115;
}
.red {
	background-color: #f80203;
}
.trans {
	background: linear-gradient(to top, #d5d2d2, #fff);;
}
.about-us{
	border-top: 1px solid #9abbd3;
	border-bottom: 1px solid #9abbd3;
	margin-bottom: 130px;
	position: relative;
	padding: 25px 0 0;
}
.about-us:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 213px;
	left: 0;
	bottom: 0;
	background: url(../image/hide-more.png) repeat-x;
	opacity: 1;
	transition: opacity .2s ease;
}
.about-us.showAll:after{
	opacity: 0;
}
.about-us h2{
	text-align: center;
	font-size: 29.98px;
	font-weight: 800;
	color: #50758d;
	margin-top: 20px;
	margin-bottom: 43px;
}
.menu h2 {
	text-align: left;
    font-size: 29.98px;
    font-weight: 800;
    color: #50758d;
    margin-top: 0px;
    margin-bottom: -1px;
    background: #50758d;
    border: 1px solid #50758d;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 18px 12px;
    font-size: 21px;
}
.about-us h3{
	color: #5c5c5c;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
}
.about-us p{
	font-size: 14px;
	line-height: 1.71428571;
	color: #949494;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 24px;
}
.about-us p + h3{
	margin-top: 50px;
}
.about-us li{
	line-height: 1.71428571;
}
.cols{
	columns: 2;
}
@media (max-width: 479px) {
	.cols{
		columns: 1;
	}
}
#expand-home-text{
	width: 108px;
	height: auto;
	display: block;
	margin: 7px auto 0;
	position: relative;
	height: 37px;
}
.btn-show-more{
	background: #fff;
	text-align: center;
	position: absolute;
	width: 108px;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 2;
}
.btn-show-more:hover{
	cursor: pointer;
}
.btn-show-more span{
	font-size: 17px;
	line-height: 30px;
	white-space: nowrap;
	font-weight: 500;
	color: #50758d;
	display: block;
	text-align: center;
}
.icon-show-more{
	display: inline-block;
	margin: 0 auto;
	width: 74px;
	height: 74px;
	background-image: url(../image/show-more.png);
}
.btn-show-more:hover span{
	opacity: .9;
}
.btn-show-more:hover .icon-show-more{
	opacity: .9;
}
.about-us.showAll .icon-show-more{
	transform: rotate(-180deg);
}
.btn-show-more{
	position: relative;
}
.btn-show-more:after,
.btn-show-more:before{
	content: '';
	width: 30px;
	height: 100%;
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: -28px;
	z-index: 3;
}
.btn-show-more:after{
	left: auto;
	right: -28px;
}

/* ========================= left menu ===================== */
.menu{
	background: #fff;
	-moz-box-shadow: 0 2px 7px rgba(0,0,0,.07);
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.07);
	box-shadow: 0 2px 7px rgba(0,0,0,.07);
}
.menu__item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #f0f0f0;
	/*border: 1px solid #000;*/
	margin-bottom: -1px;
	padding: 0;
	min-height: 71px;
	position: relative;
}
.menu__name{
	width: calc(100% - 50px);
}
.menu__arrow{
	width: 50px;
	height: 71px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu__submenu .menu__arrow{
	width: 50px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
}
.menu__submenu{
	width: 100%;
	display: none;
	margin-top: 0;
	margin-bottom: 15px;
}
.menu__submenu .menu__item{
	min-height: auto;
	border: none;
	padding: 5px 50px 5px 15px;
}
.menu__link:hover{
	color: #50758d;
}
.menu__submenu .menu__link:hover{
	text-decoration: underline;
	color: #1f1f1f;
}
.menu__link{
	color: #7e7e7e;
	font-size: 14px;
	letter-spacing: .7px;
	line-height: 22px;
	font-weight: 500;
	font-family: 'Roboto';
	text-decoration: none;
	display: inline-block;
	padding: 0 0 0 18px;
}
.active > .menu__submenu{
	display: block;
}
.active .menu__link{
	color: #50758d;
}
.active > .menu__arrow .icon-toggle:after{
	display: none;
}
.menu__submenu .menu__link{
	color: #1f1f1f;
	font-weight: 400;
}
.icon-toggle{
	width: 12px;
	height: 12px;
	position: relative;
}
.icon-toggle:before{
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background: #e1e1e1;
	position: absolute;
	top: 5px;
}
.icon-toggle:after{
	content: '';
	display: block;
	width: 2px;
	height: 12px;
	background: #e1e1e1;
	position: absolute;
	left: 5px;
}
.options_block {
	margin: 15px 0px;
	display: block;
}
.options_block>.form-group.required>label {
	padding-top: 25px;
}
.quantity_btn_block {
	margin: 15px 0px;
	display: block;
}
.row-customer_inn_search label, .row-customer_bic_search label {
	color: red;
}