@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #404040;
	font-size: 16px;
	line-height: 26px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #404040;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #404040;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	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;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	font-size: 15px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
	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-bottom: 15px;
	padding-top:5px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 13px 0 0px 0;
}
#search {
    margin: -4px 0 0 0;
    display: block;
    width: 90%;
}
.font15 {font-size: 15px;}
#search .input-lg {
    height: 32px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 0px;
    border: 1px solid #3267b4;
}
input::-webkit-input-placeholder {color:#404040 !important;}
input::-moz-placeholder          {color:#404040 !important;}
input:-moz-placeholder           {color:#404040 !important;}
input:-ms-input-placeholder      {color:#404040 !important;}
.s08 {
    background-color: transparent;
    border: 0px;
    margin: 8px 0 0 -30px;
    position: relative;
    z-index: 10;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#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: #eee;
	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 */
#menu {

}
#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: 0px;
    margin-left: 0px !important;
    margin-top: 10px;
    border-radius: 0px;
    background: #85C8EF;
    font-size: 16px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (max-width: 767px) {
	body {background: none !important;}
	#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: rgb(253 210 3);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
    margin-top: 30px;
    padding-bottom: 35px;
    padding-top: 35px;
    background: #85C8EF;
}

footer a:hover {
	color: #fff;
}
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
background-color: transparent;        
padding: 15px 0px 5px 0px;
font-size:13px;
}
.breadcrumb li:last-child:after {display: none;}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
    padding: 0 30px 0px 0px;
    position: relative;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.q33:hover {background-color: #FDD203 !important;
    background-position: 0 -15px;
    color: #404040 !important;
    text-shadow: 0px 0px 0px transparent;}
.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 #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-thumb {
	border: 1px solid #d9d9d94a;
	margin-bottom: 20px;
	overflow: auto;
	background:#fff;
}
.product-thumb:hover {
	border: 1px solid #e0e0e0;
}
.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.no-stock {
	    filter: grayscale(100%);
    opacity: .6;
    cursor: default;
}
.product-grid .product-thumb .image {
	float: none;
	background:#fff;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}


.service-img{height:480px;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;}
.service-block{padding-top:50px;background:url(../img/new-stroimag/header-top-line.png) bottom center no-repeat;}
.service-block:nth-last-of-type(1){margin-bottom:50px;}
.service-block h2{margin:35px 0 20px !important;padding:0 !important;font-size:36px !important;text-align:left !important;text-transform:uppercase !important;}
.service-block h2 a{font-weight:bold !important;}
.service-block h2 a:hover{text-decoration:none !important;}
.service-block p{line-height:1.5;font-size:16px;margin-bottom:30px;}
.service-img.gruz{background-image:url('https://www.strojmag.ua/_mod_files/_img/gruz.jpg');}
.service-img.musor{background-image:url('https://www.strojmag.ua/image/catalog/_mod_files/_img/musor-service.jpg');}
.service-img.uborka{background-image:url('https://www.strojmag.ua/image/catalog/_mod_files/_img/uborka.jpg');}
.service-img.strahovka{background-image:url('https://www.strojmag.ua/image/catalog/_mod_files/_img/strahovka.jpg');}
.service-page{width:1150px !important;}
.service-block .service-footer{text-align:right;}
.service-block .service-footer span{display:block;font-size:36px;color:#5c5f66;}
.service-block .service-footer a,
.service-block .service-footer a:hover{display:block;font-size:48px !important;color:#0066cc !important;font-weight:bold;text-decoration:none !important;padding:20px 0 30px !important;}



}

.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: 12px;
}
.rating .fa-star-o {
	color: #3367B4;
	font-size:20px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 400;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 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-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;
}
#button-search {font-size: 14px;
    padding: 5px 40px;}



.col15 {width: 15%; display: inline-block;}
.col20 {width: 20%; display: inline-block;}
.col30 {width: 30%; display: inline-block;}
.col33 {width: 33%; display: inline-block;}
.col40 {width: 40%; display: inline-block;}
.col50 {width: 50%; display: inline-block;}
.col80 {width: 80%; display: inline-block;}
.col100 {width: 100%; display: inline-block;}

.flex {display: flex;}

header {background-color: #fff;
    padding-bottom: 10px;    box-shadow: 0px 5px 10px rgb(0 0 0 / 18%);}

.ani,
a {    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;}

.s01 {    background-color: #FDD203;
    padding: 12px 7px 12px 5px;}
.center {text-align: center;}
#form-language > a {    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;    cursor: pointer;}
.p02 {bottom: 10px;
    position: absolute;
    right: 0px;}
.p02 i {
    color: #3367B4;
    font-size: 36px;
    margin-right: 25px;
}
.relative {position: relative;}
#form-language {margin-top: 4px;
    margin-left: 10px;}
.p01 span {color: #3367B4}
.p01 i {font-style: normal;font-weight:700;}
.p04 {line-height: 24px;}
.p05 {padding-bottom: 5px}
#logo img {    width: 180px;
    margin: 0 auto;}
.p06 {padding-bottom: 5px;
padding-top:5px;
}

.open>a {
    outline: 0;
    text-decoration: none !important;
}
.dropdown-toggle:focus {
    text-decoration: none !important;
}

.p08 img {    margin-right: 15px;}
.p08 li {margin-bottom: 5px}
.p02 i:hover {    color: #fdd203;cursor: pointer;}
#cart:hover {cursor: pointer;}

.p11 {background: #FDD203;
    box-shadow: -1000px 0px 0px #fdd203;}
.p12 {    box-shadow: 1000px 0px 0px #fdd203;
    padding: 40px 0 45px 0;}
.p12 div:last-child {font-size: 46px;
    font-weight: 300;}
.p12 div:first-child {font-size: 32px;
    font-weight: 300;margin-bottom: 30px;}
.p13 {padding: 30px 0 30px 0;line-height: 30px;}
.p13 > dir {    text-align: center;
    font-size: 30px;   font-weight: 400;}
.p15 {border-top: 1px solid #404040;
    margin-top: 20px;
	font-size:14px;
    padding-top: 10px;}
.p14 li>a {    font-size: 16px;
    line-height: 38px;}

.p16 img {width: 70%;
    margin: 20% auto 10px auto;}
.p17 img {width: 40px; margin: 0 10px;}
a:focus {text-decoration: none !important;}
#pos-slider {overflow: hidden;}
.none {display: none !important;}
.nh1 {color: #3367B4;
    margin: -10px 0 25px 0;}
    .p22 {    border: 0px solid transparent;
    background-color: transparent;
    color: #3367B4;
    font-weight: 500;}
    .p21 {width: 24px}
    .p22:focus,
    button:focus {outline: 0px !important}
    .p20 {text-align: right;
    margin: -45px 0 20px 0;}
    .p23 { /*background: #FDD203;*/
    display: flex;
    width: 100%;
    height: 46px;}
	 .p23 button:hover {color: white;
    background-color: #85c8ef;
    border: none;}
    .p23 button {background-color: #FDD203;
    border: none;
    display: block;
    width: 30%;
    color: black;
    margin-top: 6px;
    margin-right: 5px;
    vertical-align: middle;
    height: 35px;
    text-transform: uppercase;}
    .p23 img {width: 30px;}
    .p23 .price {    color: #444;
    width: 70%;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;}
    .p25 > div,
    .s32 .owl-item {padding: 0px;}
    .p25 > div:nth-child(3n+2) > div {border-left: 0px solid transparent;border-right: 0px solid transparent}
    .p26 > dir {    padding: 15px 15px 10px 15px;
    font-size: 16px;    min-height: 62px;
    max-height: 62px;
    overflow: hidden;    }
    .nh1a {    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 15px;}
    #content .nph10 label {margin-left: 0px; margin-top: -10px}
    #content .nph10 label:last-child {margin-top: -20px}

    .p27 {    margin: 0 auto;
    width: 90%;}
    .p27 a {}
    .p27 img {    height: 68px;}
    .thumbnail {border: 1px solid #85c8ef2b;
    z-index: 10;
    position: relative;}
    .h10 {   /** background: #FDD203;
    box-shadow: -170px 0px 0px #fdd203;**/
    margin: -10px 0 15px 0;
    font-size: 27px;
    padding: 12px 0 9px 0;
    font-weight: 400;}
    .h20 {margin-top: 20px}
    .h20 #product {   
	border: 1px solid #85c8ef2b;
    display: inline-block;
    padding-bottom: 35px;
    margin-top: 30px;
    width: 100%;}
.rating {    
    color: white;
    padding: 6px 15px 6px 20px;    display: inline-block;}
    .rating a {color:#3367B4    padding-left: 10px;}
    .s72 {    text-align: center;
    margin-top: 30px;}
    .s72 dir {font-weight: 400;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-inline-start: 0px;}
    .kk51 {padding: 0px;
    font-size: 22px;}
    .number-spinner {color: white;
	border: 1px solid #3367B4;
    font-size: 20px;
    padding: 3px 0 0px 0;
    width: 50%;
    margin: 20px auto 0 auto;  
    border-radius: 50px;
    display: flex;
    height: 40px;}
    .number-spinner input {    background-color: transparent;}
    .s72 > div button:hover i {
    color: #fdd203;
}
.s72 > div button i {
    font-size: 25px;
    padding-top: 5px;
    color: #3367B4;
}
.boc_order_btn, .boc_order_btn:focus, .boc_order_btn:active {
background: none;
    border: 0px solid #ffffff !important;
    color: #3267b4;
    padding: 10px 20px 10px 20px;
    box-shadow: 0px 0px 0px red !important;
    outline: none;
    border-radius: 0px;
    font-size: 18px;
    width: 80%;
    margin: -30px auto 20px auto;
}
.btn.focus, .btn:focus, .btn:hover {color:#fff}
#input-quantity {    border: 0px solid transparent;
    color: #3367b4;
    font-size: 18px;
    box-shadow: 0px 0px 0px transparent;

    border-radius: 50px;}
  .kaka99 {background-color: transparent;
    border: 0px solid transparent;
    padding: 0 10px 0 15px;}
  .kaka98 {background-color: transparent;
    border: 0px solid transparent;
    padding: 0 15px 0 5px;}
  .s77 > button {    background: #3267b4;
    border: 0px solid transparent;
	color:#fff;
    font-size: 18px;
    border-radius: 0px;
    width: 80%;
    margin: 0px auto 20px auto;}
      #simplecheckout_button_confirm,
      #button-search {    background: #fdd203;
    border: 0px solid transparent;
    color: #404040;
    font-size: 18px;
    border-radius: 0px;
    margin: 0px auto 20px auto;text-shadow: 0px 0px 0px transparent!important;}
    #simplecheckout_button_confirm:hover,
    #button-search:hover {background-color: #85c8ef}
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #3367B4;
    font-weight: 500;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: #fdd203;
    color: #404040;
    border-radius: 6px;
}
.nav-tabs {
    border-bottom: 1px solid transparent;
}
.but_yellow {    background: #FDD203;
    border: 0px solid transparent;
    color: #404040;
    font-size: 20px;
    padding: 10px 40px;}
#mobile437,
#n17 {display: none;}
.n13 {display: flex;}





@media (min-width: 1px) and (max-width: 767px) {
	.n10,
	.caret,
	.n13 {display: none;}
	#mobile437 {display: flex;width: 100%;}
	#mobile437 i {font-size: 24px;
    color: #3367B4;
    margin-top: 8px;
    vertical-align: middle;}
    .n14 {height: 38px;
    margin: 0 auto;}
    #mobile437 > div {}
    .s01 {
    background-color: rgb(255 255 255 / 0%);
    padding: 0px;
}
#menu_cont .list-inline {
    margin-left: 0px;margin-bottom: 0px;
}
header {
    padding-top: 9px;
    padding-bottom: 9px;
        height: 60px;
}
#menu_cont #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0px;
    top: 50px;
    position: fixed;
    width: 85%;
    border: 0px solid transparent;
    border-radius: 0px !important;
        overflow-y: auto;
        max-height: 90%;
    min-height: 90%;
}
#yo-1 {
    border-radius: 0px;
}
.n16 {padding-top: 9px;
    padding-bottom: 9px;
    background-color: #85C8EF;position: fixed;top: 0px; left: 0px; width: 100%;    z-index: 1000;}
.yo-fm.fm-one > li:hover ul {
    position: unset;
    display: block;
}
.n16 .fa-phone {margin-top: 10px !important;}
#n17 {    display: flex;
    background: #3367B4;}
#n17 i {    color: white;
    font-size: 38px;
    margin-left: 30px;
    margin-top: 0px;
    padding: 5px 0 5px 0;}
#form-language {
        text-align: right;
}
#form-language > a {
display: initial;
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
    width: 50%;
    background-color: white;
    margin: 0 10px;
    padding: 6px 30px 6px 10px;
    vertical-align: middle;
    border-radius: 50px;box-shadow: 2px 2px 3px #00000057;
}
.kolo {background-color: #FDD203;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin-top: 1px;
    margin-left: 3px;}
.kolo-off {background-color: rgb(51 103 180);
    margin: 1px 0px 0 5px;}

#n17_cont {padding-top: 4px;}
#servis-cont ul {margin-top: 10px;}
#servis-cont li {    width: 100%;
    background-color: #fdd203;
    padding: 4px 10px 4px 20px;
    margin-bottom: 10px;}
.p12 div:last-child {
    font-size: 24px;
}
.p12 div:first-child {
    font-size: 32px;margin-bottom: 15px;
}
.p12 {
    padding: 25px 0 25px 0;
}
.p11 {
    box-shadow: -250px 0px 0px #fdd203;
}
.p12 {
    box-shadow: 250px 0px 0px #fdd203;
}
.p13 {
    padding: 15px 0 15px 0;}
.p14,
.p14a,
.p14 .col33 {width: 100%;}
footer > .flex {display: inline-block;}
.p16 img {
    width: 60%;
    margin: 0% auto 10px auto;
}
.p17 {    text-align: center;}
footer {
    padding-bottom: 0px;
        padding-top: 25px;
    text-align: center;
}
#social_cont {    margin-bottom: 20px;}
.nh1 {
    font-size: 20px;
}
.p20 {
    margin: -10px 0 20px 0;
}
.p22 {
    font-size: 14px;
}
.p21 {
    width: 16px;
}
.breadcrumb {
    padding: 20px 0px 0px 0px;
    font-size: 14px;
    line-height: 22px;
	margin-bottom: 20px;
	white-space: nowrap;
    overflow-x: scroll;
}
}
.breadcrumb > li {
    padding: 0 25px 0px 0px;
}
.breadcrumb > li:after {
    /*top: 7px;*/}
#ocfilter-mobile .navbar {
    background-color: #85c8ef;
    border-color: #85c8ef;
    min-height: 40px;
}
#ocfilter-mobile .navbar-default .navbar-toggle {
    border-color: transparent;
        background-color: #3367b4;
        color: white;
}
#ocfilter-mobile .navbar-default .navbar-toggle:focus, #ocfilter-mobile .navbar-default .navbar-toggle:hover {
            background-color: #fdd203;
    color: #404040;
}
#ocfilter-mobile .navbar-default .navbar-brand {
    color: #404040;
}
#ocfilter-mobile .navbar-default .navbar-collapse, #ocfilter-mobile .navbar-default .navbar-form {
    border-color: #85c8ef;
}
.s30 > .kk50, .s30 > h1 {
    font-size: 24px !important;
}
.p27 img {
        height: 48px;
}
.p27 p:last-child {line-height: 20px; min-height: 40px;}
.p27 td {display: inline-block;
    margin: 5px 0px;
    width: 15%;}
	.s30 .owl-controls {display: none !important;}
.h20 {
    margin-top: 0px;
}
.h10 {
    font-size: 22px;
}
.h20 #product {
    margin-top: 20px;
    padding-bottom: 0px;
        margin-bottom: 10px;
}
.number-spinner {
    margin: 20px auto 25px auto;
}
.q30 .col-sm-12 {
    width: 100%;
}
.but_yellow {
    font-size: 18px;
    padding: 10px 30px;
}
#popupcart_extended .popupcart_info .image {
    width: 40% !important;
}
#popupcart_extended .popupcart_info .name {
    width: 58% !important;
    padding: 0px !important;
}
#popupcart_extended .popupcart_info .quantity {
    width: 40% !important;
    padding: 10px 5px 0 5px !important;
}
#popupcart_extended .popupcart_info .price {
    width: 40% !important;
    font-size: 14px !important;
    padding-top: 10px !important;
}
#popupcart_extended .popupcart_info .remove {
    width: 16% !important;
    padding: 10px 0 0 0 !important;
}
.popupcart_info tr {    background-color: rgb(255 255 255 / 0.2);
    margin: 20px 0px 0px;
        padding: 10px 5px 10px 0px !important;
    box-shadow: 4px 4px 2px rgb(0 0 0 / 10%);}
#popupcart_extended .popupcart_buttons {
    margin: 0px -25px 0 -25px !important;
    padding: 10px 10px 10px 10px;
}
.popupcart_buttons button {
    float: none !important;
    margin-top: 0px !important;
    margin-bottom: 0px;
}
#popupcart_extended .popupcart_info .quantity input[type='text'] {
    border: 0px solid transparent !important;
    border-radius: 30px !important;
}
#popupcart_extended .popupcart_info {
    margin: 0 -12px 20px !important;
}
.q22 {display: none;}
.q21 {    width: 100% !important;
    font-size: 18px !important;
    text-align: center !important;
    margin: -5px 0 5px 0;}
#content .nph10 label {
    margin-top: 0px;
    width: 100%;
}













}

.delivery-companies-logo .delivery-company {
  
    vertical-align: middle;
    margin: 0 16px 0 0;
    width: 140px;
text-align: center;}
.delivery-companies-logo .delivery-company.new-post {
    width: 220px;
}
#map {
    height: 480px;
    width: 100%;
margin: 18px 0 0 0;}

.delivery-img {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin: 48px 0 0 0;
}

.delivery-type {
    float: left;
    width: 33.3333333%;
    text-align: center;
    padding: 60px 0 48px 0;
}

.delivery-type a {
    display: block;
    text-align: center;
    padding: 0 0 18px 0;
}
.delivery-type a:before {
    font-size: 60px;
    color: #0066cc;
    line-height: 48px;
}
.fa-check-square-o:before {
    content: "\f046";
}
[class*="fa-check-square-o"]:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
}
.delivery-heading {
    
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
	float:left;
}

.delivery-text {
    padding: 15px 0 18px 0;
	float:left;
}

.delivery-heading.first {
    padding-top: 24px;
}
.make-order-text {
    font-size: 36px;
    text-align: right;
    line-height: 48px;
color: #5c5f66;}
.make-order-phone {
    font-size: 28px;
    line-height: 60px;
    color: #0066cc !important;
    text-align: right;
    font-weight: 900;
	float:right;
}

.for_subcats_pict > div {
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 4px #e5e5e5;
	padding: 5px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	min-height:280px;
	margin-bottom:20px;
	background:#fff;
}
.img_for_subcats_pict {
	width: 80%;
	float: left;
}
.img_for_subcats_pict img {
	width: 100%;
}
.txt_for_subcats_pict {
	
	float: left;
}

a,
button {outline: none !important;}
.p26 > h4 {    min-height: 32px; max-height: 32px;
    overflow: hidden;}
.gh11 {
    height: 300px;
    overflow: hidden;    
	width: 100%;
	font-size:14px;}
.opentext {height: 100%; display: inline-block !important;}
#text-link {    float: right;
    /*background-color: #fdd203;*/
    padding: 2px 10px;
    margin-bottom: 20px;}
#text-link:hover {background-color: #85c8ef; cursor: pointer;}






















@media (min-width: 240px) and (max-width: 767px) {
	.p27 td {display: inline-block;
    margin: 5px 0px;
    width: 50%;}
#pos-slider {
    display: inline-block;
}
#search {
    margin: 8px 0 0px 0;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 100;
    display: none;
}
#search .input-lg {
    height: 60px;
	font-size:20px;
    box-shadow: 0px 5px 10px #85c8ef;
}
.s08 {
    margin: 12px 0 0 -30px;
	font-size:19px;
}
}


.btn-no-quantity {filter: grayscale(100%);
    opacity: .6;
    cursor: default;
    border: 1px solid #8080803b;
    padding: 10px;}
	
	
.no-quantity {filter: grayscale(100%);
    opacity: .6;
    cursor: default;
   }