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

.nav-tabs {
	margin-bottom: 15px;
}
.nav-tabs > li > a {
    color: #119b14;
}
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:#333;
    background:#f3fff3;
}
/* top */
#top {
	margin: 0 0 0 0;
	min-height: 40px;
}
#top .container {
	padding: 0;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#headermenu{
    min-height: 20px;
    margin-bottom: 6px;
}
#top-links li{
    border-right: 1px solid black;
}
#top-links li:last-child{
    border: none;
}
#top .btn-link, #top-links li, #top-links a {
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
    font-weight: 700;
    line-height: 12px;
}
#top-links a {
	padding: 0 10px;
    text-transform: uppercase;
}
#top-links li:first-child > a {
	padding-left: 0;
}
#top-links a:hover{
	background-color: transparent;
    text-decoration: underline;
}
#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: 15px;
    padding-bottom: 15px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 15px 0;
}
/* search */
#search {
	margin-bottom: 10px;
    margin-top: 12px;
}
#search .input-lg {
	height: 34px;
	line-height: 1.42857143;
	padding: 6px 12px;
    font-size: 14px;
    color:#555;
    background-color:#f8fafc;
    border: 3px solid #119b14;
    border-right-color: rgb(213, 218, 220);
    border-right-style: solid;
    border-right-width: 1px;
    border-right: none;
    border-radius: 2px 0 0 2px;
    outline: none;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 5px 12px;
	text-shadow: 0 1px 0 #FFF;
    border-radius: 0 2px 2px 0; 
    background-color:#95a1a8;
    color:#FFF;
    background-image: none;
    border: 3px solid #119b14;
}
#search .btn-lg:hover{
    background-color:#f0bf72;
    border-color: #119b14;
}
#search .btn-lg .fa{
    font-size: 16px;
    line-height: 16px;
}
.faphone{
    background: url(../image/phone-call.png) left center no-repeat;
    height: 60px;
    width: 48px;
    display: inline-block;
    margin-left: 15px;
}
.phone a{
    color: #119b14;
    font-size: 16px;
    font-weight: 700;
}
.phone > div{
    line-height: 23px;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #333;
    background-color: transparent;
    padding: 8px 0;
    border: 1px solid transparent;
    box-shadow: none;
}
#cart  span {
	white-space: nowrap;
    color: #333;
    display: block;
    text-align: left;
    padding-left: 40px;
}
#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: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .btn .fa-shopping-cart{
	font-size: 35px;
    color: #119b14;
    float: left;
}
.homecatalogs{
    margin-left: 2px;
}

.homecatalogs img{
    border: 1px solid #119b14;
    padding: 0;
    border-radius: 0;
    margin-bottom: 30px;
    width: 100%;
}
.carousel{
    padding: 0 40px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu table a{
	color: #000;
}
#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 */
.container-menu{
    background-color: #48505b;
    border-top: 4px solid #119b14;
    border-bottom: 4px solid #119b14;
}
#menu {
	min-height: 40px;
    margin: 0;
}
#menu .navbar-ex1-collapse{
	text-align: center;
}
#menu .navbar-nav{
    display: inline-block;
    float: inherit;
}
#menu .nav > li{
	padding: 5px 0 0 0;
}
#menu .nav > li > a {
	color: #fff;
	padding: 1px 10px 1px;
	min-height: 15px;
	background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    font-size: 13px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    border-right: 1px dotted #fff;
}
#menu .nav > li > a .fa{
    padding-left: 5px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a, #menu .dropdown:hover .dropdown-toggle{
}
#menu .nav > li:last-child > a {
    border-right: none !important; 
}
#menu .dropdown-menu {
	padding-bottom: 0;
    border-radius: 0;
    border: none;
    min-width: 400px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
    vertical-align: top;
    width: 50%;
    min-width: 200px;
}
#menu .dropdown-inner ul li{
	display: block;
    min-width: 180px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
#menu .dropdown-inner a {
	display: block;
	clear: both;    
    padding: 5px 10px 5px;
    color:#20394c;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: none;
    font-weight: bold;
}
#menu .dropdown-inner li a:hover {
	color:#333;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
#menu .dropdown > a::before,#menu .nodropdown > a::before{
background-image: url("../image/menu-icon.png");
background-repeat: no-repeat;
content: "";
display: inline-block;
height: 30px;
float: left;
padding-left: 50px;
vertical-align: top;
width: 32px;
cursor: pointer;
margin-top: 10px;
}
.menu1::before {
    height: 20px
}
#menu .dropdown a.menu5::before {
background-position: 0 -116px;
padding-left: 40px;
margin-top: 6px;
}
#menu .dropdown a.menu9::before, #menu .dropdown a.menu16::before, #menu .nodropdown a.menu29::before{
    background-position: 0 -72px;
    padding-left: 38px;
    margin-top: 6px;
}
#menu .dropdown a.menu23{
    max-width: 250px;
}
#menu .dropdown a.menu23::before, #menu .dropdown a.menu27::before{
    padding-left: 32px;
}
.desc-img-block{
    padding: 5px 15px 5px;
    display: block;
    min-width: 200px;
    width: 50%;
    float: left;
    z-index: 120;
    position: relative;
}
.desc-img-block a{
    padding: 0 !important;
}
.nav-catinfo-back{
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    right: 0px;
    bottom: 0px;
    background:#f7fafb;
    z-index: 100;
    border-left: 1px solid #ecefef;
    width: 50%;
}
.desc-img-block img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e7e9ea;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-bottom: 40px;
}
#common-home{
    margin-top: 20px;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
        margin-top: -2px;
	}
}
@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;
}
/* footer */
footer {
	padding-top: 30px;
	background-color: #292d2e;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer ul {
    margin-top: 15px;
    padding: 0;
    color: #fff;
    border-radius: 2px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
footer ul li{
    padding: 0 0 5px 0;
}
footer ul li a {
    color: #c8cece;
}
footer ul li a:hover {
    color: #fff;
    border-bottom: 1px solid;
    text-decoration: none;
}
footer h5 {
	margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    color:#fff;
    font-weight: 600;
    text-transform: uppercase;
}
.container-footer{
    background:#292d2e;
    color:#c8cece;
    border-left: none;
    border-right: none;
}
.footerlogo{
    padding-bottom: 20px;
}
.footerphone{
    color: #cfd0d0;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}
.footerphone a {
    color: #c8cece;
    line-height: 25px;
}
.footerphone a:hover {
    color: #fff;
    border-bottom: 1px solid;
    text-decoration: none;
}
.container-powered{
    background:#222425;
    padding: 22px 0;
}
.container-powered .container{
    background-color:#222425;
    border-left: none;
    border-right: none;
}
.container-powered p{
    margin: 0;
    color: #fff;
}
.container-powered a{
    color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 0;
    background-color: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li a{
    color: #757575;
    line-height: 13px;
    font-size: 13px;
}
.breadcrumb > li:last-child a, .breadcrumb > li a:hover{
    color: #333;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: -5px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #b5bdc2;
	border-bottom: 1px solid #b5bdc2;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after {
    display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    	background-color: #119b14;
	background-image: linear-gradient(to bottom, #15b919, #119b14);
	background-repeat: repeat-x;
	border-color: #108812  #108812  #0e7e10;
    text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:active:focus{
	background-color: #149b18;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704; 
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #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);
}
/* pagination */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #119b14;
    background-color:transparent;
    border: 1px solid #119b14;    
}
.pagination > li > a, .pagination > li > span {
    color: #084809;
    border: 1px solid transparent;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #119b14;
    background-color: transparent;
    border-color: #119b14;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-layout .product-thumb {
	border: none;
	margin-bottom: 20px;
    position: relative;
}
.product-layout .product-thumb .product-view{
    border: 1px solid transparent;
}
.product-layout .product-thumb .product-view .image, .product-caption{
    border: 1px solid #119b14;
}
.product-caption{
    margin-top: 5px;
}
.product-layout .product-thumb:hover .product-view{
    border: 1px solid #d3d3d3;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
    border-radius: 0;
    animation: borderview 0.5s;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    left: 0;
    right: 0;
}
.product-layout .product-thumb:hover .blok-controls{
    display: block; 
}
.product-layout .product-thumb:hover .image,.product-layout .product-thumb:hover .product-caption {
    border: 1px solid transparent;
}
/*.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;
   /* border: 1px solid #119b14;*/
}
.product-thumb .caption a {
	color:#3f3f3f;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
}
.product-grid .product-thumb .image {
	float: none;
}
.category-list li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 33.33%;
    max-width: 370px; 
    list-style: none;
    text-align: center;
}
.category-list-img{
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    background-color: #fff;
}
.category-list:hover .category-list-img::before {
    content: ' ';
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    transition: opacity .3s;
}
.category-list-img img{
     margin: 0 auto;
     display: block;
}
.category-list-name{
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    line-height: 14px;
    display: inline-block;
    border: 1px solid #e9e9e9;
    text-align: center;
    display: block;
    font-size: 11px;
    line-height: 40px;
    height: 42px;
    transition: border-color .3s;
}
.category-list-name span{
    color:#000;
    font-size: 14px;
    display: inline-block;
}
.category-list:hover .category-list-name span{
    font-weight: bold;
}
h1.upper{
    margin-top: 0;
}
.product-option{
    line-height: 30px;
}
.manufacturers a{
    color: #119b14;
    padding-bottom: 3px;
}
.red {
    padding-top: 3px; 
    color: #ED1532;
    font-weight: bold; 
}
#product-product .price{
    background-color: #119b14;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
}
.modal-buttons.in, #buynow.in {
    display: flex !important;
}
.modal-buttons .modal-dialog {
    width: 560px;
    margin: auto !important;
}
.modal-header {
    padding: 64px 15px 5px;
    border-bottom: none;
}
.modal-header .close {
    margin-top: -44px;
    margin-right: 6px;
    border: 2px solid #cccccc;
    border-radius: 50%;
    padding: 1px 5.5px;
}
#cart-popup .modal-title {
    color: #000;
    font-size: 24px;  
    text-transform: uppercase;
    text-align: center;
}
#cart-popup .modal-title span{
    border: 1px solid #EC2633;
    padding: 0 5px;
    outline: 3px solid #000;
    margin: 6px;
    display: inline-block;
    outline-offset: 2px;
    }
#cart-popup.modal .modal-body {
    padding: 50px 45px 15px;
}
#cart-popup .image {
    border: 2px solid #119b14;
}
#cart-popup .image img {
    margin: 0 auto;
}
#cart-popup .sku {
    padding-right: 10px;
}
#cart-popup .sku, #cart-popup .model {
    color: #999999;
    font-size: 12px;
    display: inline-block;
}
#cart-popup .sku span, #cart-popup .model span {
    color: #000;
}
#cart-popup .name h4 {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
#cart-popup .price {
    color: #119b14;
    font-size: 14px;
    width: 143px;
    float: left;
    margin-bottom: 5px;
}
#cart-popup .quantity {
    border: 0;
    margin: 0;
    padding: 0;
}
#cart-popup .modal-footer {
    padding-bottom: 50px;
}
#cart-popup.modal .btn-modal{
   float: left; 
}
.mycart{
    display: inline-block;
    line-height: 30px;
}
#cart-popup.modal .btn-modal, .mycart{
    margin: 0 auto;
    padding: 0 14px;
    font-size: 12px;
    height: 30px;
    background-color: #119b14;
    border: 1px solid #031c03;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
#cart-popup.modal .btn-modal.mycart{
    float: right;
}
#cart-popup.modal .btn-modal:hover, .mycart:hover{
   background-color: #0e7e10; 
   color: #fff;
}
.checkout .panel{
    border-radius: 0;
} 
.checkout .panel-default > .panel-heading{
    background-color:#48505b;
    border-color: #119b14;
    padding: 12.5px 12px;
    border-radius: 0;
}
.checkout .panel-default{
    border-color: #119b14;
}
.checkout .panel-default > .panel-heading h4, #checkout-cart .panel-title, .checkout .panel-heading h4 a{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}  
.checkout .accordion-toggle .fa{
    float: right;
    font-size: 25px; 
    width: 25px;
}
.checkout .fa.fa-number{
    color: #fff;
    font-size: 14px !important;
    border-radius: 50%;
    background-color: #95a1a8;
    width: 25px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
}
.checkout .active .fa.fa-number{
    background-color: #119b14;
}
.checkout .fa-check-circle{
    color: #119b14;
}
#checkout-cart .cart-edit a{
    color: #119b14;
    text-decoration: underline;
}
.radio label{
    padding: 0;
}
.radio input[type=radio] {display: none;}

.radio input[type=radio] + label:before {
    content: "";
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #119b14;
    font-size: 12px;    
    line-height: 12px;
    margin: -5px 5px 0 0;
    height: 16px;
    width: 16px;
    text-align: center;
    vertical-align: middle;  
    transition: font-size ease .3s;
}
.radio input[type=radio]:checked + label:before {
   border: 1px solid #119b14; 
}
.radio input[type=radio]:checked + label:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #119b14;
    position: absolute;
    left: 4px;
    top: 6px;
    border-radius: 2px;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #119b14;
    border-color: #000;

}
.agree, .success p a{
   color: #119b14; 
}
.upper{
   text-transform: uppercase; 
   font-size: 26px;
   font-weight: 600;
   color: rgb(102, 102, 102);
}
.about p, .about li,.about-bottom, .about-button{
   font-size: 18px; 
   color: rgb(102, 102, 102);
   line-height: 25px;
}
.about{
    padding-top: 25px;
}
.about p{
   padding-bottom: 20px;
}
.information-4 .upper{
   background-color: #fff;
   padding: 15px 0 20px;
   margin: 0; 
}
.information-4 .swiper-viewport{
   margin: 0; 
}
.about-bottom{
   text-decoration: underline;
   margin-top: 30px;
}
.about-button{
   color: #000; 
   margin-top: 10px;
   margin-bottom: 40px;
}
.about-button a{
  border-radius: 13px;
  margin-top: 20px;  
}
.contact h1{
  padding: 15px 0 20px;  
}
.kontakti{
    padding-bottom: 30px;
}
.contacts{
    padding-bottom: 25px;
    line-height: 28px;
    font-size: 16px;
}
.contacts h4{
    font-weight: 700;
    font-size: 20px;
    border-bottom: 3px solid #119b14;
    display: inline-block;
    margin-left: 70px;
}
.contacts .phonecontact{
    background-image: url(../image/mesto.png) ; 
    background-repeat: no-repeat;
}
.contacts .phone2{
    background-image: url(../image/tel1.png) ; 
    background-repeat: no-repeat;
}  
.contacts .email{
    background-image: url(../image/upload.jpg) ; 
    background-repeat: no-repeat;
    line-height: 51px;
} 
.contacts .phonecontact,.contacts .phone1,.contacts .phone2,.contacts .phone3,.contacts .phone4,.contacts .email{
    padding-left: 70px;
}
#mapmap{
    margin-bottom: 30px;
}
.manufacturer-list .article{
    margin-bottom: 30px;
    min-height: 160px;
}
.manufacturer-list a img {
    margin: 0 auto;
}
#product-manufacturer .upper{
    padding: 15px 0 20px; 
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
    min-height: 55px;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 90px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
#checkout-cart .table a{
    color:#000;
}
.producttable table{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.producttable table th{
    color: #000;
    font-size: 12px;
    padding: 10px 10px 5px 10px;
    vertical-align: top;
    border-left: 1px solid #f0f0f0; 
}
.producttable table tr{
    border-bottom: 1px solid #f0f0f0;
}
.producttable table td{
    padding: 10px 9px 10px 10px;
    border-left: 1px solid #f0f0f0;
}
.producttable table tbody tr:hover{
    box-shadow: 0px 0 10px 3px rgba(106, 106, 106, 0.15);
    border: 1px solid transparent;
}
.producttable table tr td:first-child, .producttable table tr td:nth-child(2),.producttable table tr th:first-child{
    border-left: none;
}
.producttable .image{
    padding: 6px 0 6px 6px;
}
.producttable .image img{
    width: 44px;
    max-width: inherit;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
} 

.producttable .td-price{
    width: 100px;
    font-size: 12px;
    color: #777777;
    line-height: 14px;
}
.tabletotal{
    font-size: 14px;
    color: #777777;
    font-weight: 700;
}
.tabletotal strong{
    color: #000;
}
.producttable .sku, .producttable .td-model, .producttable .td-name a{
    color: #000;
    font-size: 12px;
}
@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: #3f3f3f;
    font-weight: bold;
    font-size: 15px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.product-thumb .cart-add{
    margin: 1% auto;
    width: 48%;
    min-width: 100px;
    max-width: 137px;
    box-sizing: border-box;
    height: 25px;
    background: linear-gradient(to bottom, #99d23e 0%,#63aa28 100%);
    text-shadow: 0 1px 0 #5d8634;
    display: inherit;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none; 
    padding: 0 13px;
}
.product-thumb .cart-add:hover{
background: linear-gradient(to bottom, #a8d95b 0%,#7ab748 100%);
}
.product-thumb .cart-add span{
    line-height: 25px;
    font-size: 14px;
    color:#fff;
    font-weight: 700;
}
.product-thumb .blok-controls{
    text-align: center;
    display: none;
} 
.product-thumb .quantity-product{
    display: inline-block;
}
.number {
    display: block;
    width: 20px;
}
.number button {
    box-shadow: none;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer !important;
    display: inline-block; 
    border: 1px solid #e9e9e9;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image: -moz-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image: -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image: linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    color:#656565;
    text-shadow: 0 1px 0 #fff;
    padding: 0;
    min-width: 18px;
    border-radius: 3px !important; 
}
.number button:active, .number button:hover{
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));
    background-image: -webkit-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image: -moz-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image: -o-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image: linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.05);

}
.input-number{
    display: block;
    width: 40px;
    text-align: center;
    float: left; 
    height: 20px;
    padding: 0 4px;
    border-radius: 2px;
    background: #f8fafc;
    border-color: transparent;
    box-shadow: none;
}
.product-thumb .blok-manufacturer{
    text-align: left;
    color: #a5a5a5;
    font-size: 13px;
    padding: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@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%;
	}
}
.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-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

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

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

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

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

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

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

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
