body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #464545;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color: #e9ebee;
    background-image: url(/image/catalog/runtools2.jpg);
    background-position: top center;
    background-repeat: repeat-y;
    background-attachment: fixed;
    
}

@media screen and (max-width: 400px) {
	body {
    background-image: url(/image/catalog/runtools_mob.png);
    
	}
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 28px;
}
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 10px
}
label {
	font-size: 14px;
	font-weight: 700;
}
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: 14px;
	height: 30px;
	background: none;
    color: #5e5e5f;
    border: none;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 0px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #404040;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 10px 0;
	min-height: 40px;
}
#top .container {
	padding: 0px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color: #000;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
	background: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
	
	
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color:#000;
}
#top-links .dropdown-menu a:hover {
	color: #0a1bff;
}
#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 30px;
	max-width: 250px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	background-color: #fff;
}
#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: 14px;
	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: 320px;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	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;
	color: #000;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: 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, #content2  {
	min-height: auto;
	padding: 0px 20px;
	margin-bottom: 10px;
	
}
/* footer */
footer {
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 0px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 10px -5px 20px -10px;
    padding: 0 0;
    background: #fff9;
    border-radius: 0;
}
.breadcrumb i {
	font-size: 15px;
	color: #404040;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 4px 20px;
	position: relative;
	
	
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #404040;
    border-bottom: 1px solid #404040;
    -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: 0;
	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: #2e7c29;
	background-repeat: repeat-x;
	font-size: 14px;
	
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #245421;
	background-position: 0 0px;
}
.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;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #ff2323, #823d3d);
	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: #dcdddc3d;
}
/* list group */
.list-group a {
	border: 1px solid #d6d7ddb8;
    color: #040404;
    padding: 12px 12px;
    font-size: 13px;
    background-color: #fffa;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #404040;
	background: #fff;
	border: 1px solid #DDDDDD;
	text-shadow: 0 0 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 #ddd;
	margin-bottom: 5px;
	overflow: auto;
	background-color: #fff;
	border-radius: 5px;
}
.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;
	padding: 5px 5px;
	
}
.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: normal;
	font-size: 14px;
	height: 60px;
    overflow: hidden;
    padding: 0px 10px;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 100px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	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: #065203;
	font-weight: 600;
	font-size: 15px;
	padding: 0px 10px;
}
.product-thumb .price-new {
	font-weight: 600;
	font-size: 15px;
	color: #26dd1e;
}
.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: #f7f7f74d;
	color: #0e0e0ea6;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 40%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #525e63;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 50%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;

}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -15px;
}
.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;
}

.telefon_top {
	font-size: 18px;
	color: #f0f980;
	padding: 0 70px 0 0;
	text-shadow: 0 1px 0 #000;
}

.phone-size {font-size: 20px; padding:5px;}

.cart-but {
	padding: 30px 0 10px 0;
	width: auto;}
	
@media (max-width: 768px) {
footer .col-xs-6 {
min-height: 140px;
}
}

#input.text-quanti{
display: inline-block;
    vertical-align: middle;
    width: 38px;
    margin: 0 0 0 5px;
    padding: 0;
    text-align: center;
    font-size: 1.0em;
    border-radius: 3px 0 0 3px;}

.old-price {
    text-decoration: line-through;
    margin-right: 10px;
    color: #7b7676;
    font-size:20px;
    font-weight:800;
    
}

.new-price {
	font-family: 'Montserrat',sans-serif;
	font-weight: 850;
	font-size: 30px;
	color: rgb(45,59,81);
	white-space: nowrap;
	text-shadow: 1px 1px #fff, -1px 1px #fff, -1px -1px #fff, 1px -1px #fff, 0 5px 5px #b3b3b3;
    
}

.hr-line{
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d2d0d0;
}

.opis-tovar {
    margin: 0 0 10px;
    border: 0 solid #bfc3d6;
    background: #fff;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 1.7;
    color: #2b2525;
    border-top: 1px solid #a4a4a7;
    border-bottom: 1px solid #a4a4a7;
}
    
    
}

.brend {
    font-size: 14px;
    font-weight: 600;
    color:#000;
}

.cena-text {
    font-size: 14px;
    font-weight: 600;
    color:#404040;
    margin-right: 3px;
    margin-left: 3px;
}

.tekst-dos {
    background: #fcfcfc;
    border: 1px solid #ee0909;
    font-size: 14px;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.mon1 {
    font-size:16px;
    padding-top:10px;
}

.caption > h4 {
height: 60px;
overflow: hidden;
}

.tekob {
    font-size:20px;
    color:#000;
    padding-top: 10px;
    margin-top: 20px;
}

.skid {
    padding-left:10px;
    padding-top: 30px;
    font-size:20px;
    text-shadow: 1px 1px 1px #656565;
    color:#000;
    text-transform: uppercase;
}

.cathed {
    display: flex;
    align-items: center;
    font-size: 20px;
    background: #404040cf!important;
    padding: 10px;
    color: #fff;
    margin: 0 7px 0 11px;
    min-height: 50px;
    line-height: 20px;
}

@media screen and (max-width: 787px) {
    .cathed {
      font-size: 18px;
      line-height: 18px;
      min-height: 30px;
    }}

.imgfooter {
    border: 0px solid #E6E6E6;
    width: 150px;
}

.footerfa {
    font-size:18px;
    color:#fff;
    padding-right:10px;
    padding: 10px 10px 10px 0;
}

.confooter {
    display: inline-block;
    padding: 5px 10px;
    vertical-align: top;
}

.catinfo {
    font-size: 20px;
    color:#000;
    text-transform: uppercase;
    padding: 10px;
    background: #fff;
    margin-top: -1px;
}

.blokinfo {
    padding: 20px 20px;
    background: #ffffffd9;
}

.fainfo {
    padding-right: 7px;
    color:#1d00ff;
    font-size: 20px;
    text-shadow: 1px 1px 1px #656565;
}

.catspec {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    padding-left: 10px;
    background: #fff;
    margin: 10px;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    
}

.brendaf {
    font-size:16px;
    margin-top:20px;
    line-height: 30px;
}

.contdbox {
    padding: 10px 30px;
    background: #ffffffd9;
}

.hlogin {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
	.rowcrash {
	width: 70%;
    margin-left: 15%;
    background: #ffffffd9;
	}
}

.rowcrash {
    background: #ffffffd9;
    
}

.zakcart {
    padding: 0 20px;
}

.panel-body {
    background: #ffffffd9;
    font-size: 14px;
}

.polosawid {
    width:70%;
}

strong {
    color:#000;
}

.pull-right {
    font-size: 14px;
    color: #000;
}

.tabwish {
    background: #ffffffd9;
    font-size: 14px;
}

.hwish {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    padding: 10px;

}

.table-bordered {
    background: #ffffffd9;
}

.delyp {
    text-transform: uppercase; 
    font-size:16px; 
    padding: 5px 10px; 
    margin: 0 7px;
    border-bottom: 1px solid #0006ff;
    text-shadow: 1px 1px 1px #656565;
    color: #000;
}

.delyfa {
    padding-right:7px; 
    font-size:30px; 
    color: #0032ff; 
    text-shadow: 1px 1px 1px #ff0a0a;
}   


.delyul {
    padding: 3px; 
    list-style-type:none;
    transform: translateX(10px);
}


.delylih {
    font-weight: 600;
    color: #443e3e;
    text-transform: uppercase;
}
    
.delyli {
    margin-bottom: 10px;
}



@media (max-width: 478px) {
	.breadcrumb>li {
    display: flex;
	}
}



@media (max-width: 478px) {
	.breadcrumb > li:after {
    content: none;
	}
}

@media (max-width: 478px) {
	.breadcrumb {
    margin-bottom: 15px;
    padding: 10px 0;
	}
}

.cart-top {
    font-size: 25px;
    color: #1572e0;
}

.cart-midlt {
    font-size: 20px;
    color: #1572e0;
}


.new-box {
    background: #ffffffd9;
    box-shadow: 0 0 8px rgb(0 0 0 / 40%);
    border-radius: 2px;
  
}

.manleft {
    padding-left: 50px;

}

.nizmag {
    padding-top: 10px;
}

.social{margin-top:-15px; padding:10px 30px; float: right;}
.social a{width:50px; height:50px; text-align:center; margin:0 2px; display:inline-block; font-size:50px; background:#777; color:#fff; border-radius:0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.social a{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.social a.facebook:hover{background:#39599f;}

.kurpirkt {
    float:right;
}

@media (max-width: 478px) {
	.social {
    padding:10px 10px;
    float: left;
	}
}

@media (max-width: 478px) {
	h1 {
        font-size: 22px;
	}
}

@media (max-width: 478px) {
	.kurpirkt {
    padding:10px 10px;
    float: left;
	}
}

.bold-marpol {font-weight: bold;}

.nonbt {display: none;}

.foot_panel_1 {
	text-align: left;
    line-height: 1.3;
    float: left;
    margin: 0px;
    padding: 0px; }
	
	
.foot_panel_2 {
	text-align: right;
    line-height: 1.3;
    float: right;
    margin: 0px;
    padding: 0px; }
    
.panelz	{
	height: 48px;
    float: left;
    display: table;
    margin: 0px;
    padding: 0px 14px 0px 15px;
    border-right: 1px solid #ffffff12;
}

.panelr	{
	height: 48px;
    float: right;
    display: table;
    margin: 0px;
    padding: 0px 14px 0px 15px;
    border-right: 1px solid #ffffff12;
}
    
.textp{	
	display: table-cell;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;}

.textc {
    vertical-align: middle;
    display: table-cell;
    color: #fff;
}

.fasize {font-size: 30px; margin-right: 5px; color: #fffefe87;}
.fasize :hover {font-size: 30px; margin-right: 5px; color: #fff;}
.panelz :hover {color: #fff;}


.formclas {
    display: table-cell;
    vertical-align: middle;
    background: none;
    font-size: 14px;
}

.fastrel {margin-left: 5px;}

.numround {
    border-radius: 50px;
    padding: 3px;
    padding-left: 9px;
    padding-right: 9px;
    background: #9b9db9;
}

.numroundcart {
    border-radius: 50px;
    padding: 3px;
    padding-left: 9px;
    padding-right: 9px;
    background: #109d07db;
}

.cartbtm {
    background: none;
    height: 48px;
}

.fasizecart {
    font-size: 20px;
    margin-right: 5px;
    color: #fffefe87; }
    
.textcart {
    vertical-align: middle;
    display: table-cell;
    font-size: 14px;
    float: right;}
    
.textof{	
	display: table-cell;
    vertical-align: middle;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    background: #1eb11587;}
    
.textof:hover{	
	display: table-cell;
    vertical-align: middle;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    background: #73ff6b87;
 
}

.panelrl	{
	height: 48px;
    float: right;
    display: table;
    margin: 0px;
    padding-left: 10px;
    border-left: 1px solid #ffffff12;}
    
.panelz:hover{	
    background: #dcdddc3d;}
    
.numrounds {
    padding: 3px;
    padding-left: 9px;
    padding-right: 9px;
    background: #fff;
    color: #000;
    font-weight: 700;
    border: 1px solid #404040;
}

.textbord {
    background: #109d07db;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    float: right;
    text-transform: uppercase;
    font-weight: 550;
    font-size: 14px;
}

.textbord:hover {
    background: #1eb1158c;
}

@media screen and (max-width: 1000px) {
	.noneview {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.noneview2 {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.noneviewb {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.fasize {
		font-size:20px;
		margin-right: 1px;
		color: #ccc;
	}
}
@media screen and (max-width: 1000px) {
	.numround {
		font-size:10px;
		border-radius: 2px;
        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;
        background: #e10e0e;
        vertical-align: text-top;
	}
}

@media screen and (max-width: 1000px) {
	.numroundcart{
		font-size:10px;
		border-radius: 2px;
        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;
        background: #109d07;
        vertical-align: text-top;
        position: absolute;
        top: -8px;
        left: -10px;
        z-index: 100;
	}
}

@media screen and (max-width: 1000px) {
	.numrounds {
    font-size: 12px;
	}
}

.lanmen {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.tabfloat {
    float:left;
    padding-left: 30px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.tabfloat_2 {
    float:left;
    padding-left: 30px;
    padding-top: 12px;
    margin-bottom: 5px;
}

.foot_panel_3 {
	text-align: right;
    float: right;
    margin: 0px;
    padding: 0px 5px; 
    background: #7c737330;
    margin-top: 5px;
}

.tab20 {width: 20%;}

.textweight {font-weight: 600;}

.conhead {
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
}


.confon {
font-size: 19px;
color: #113138;
}

.constr {
    position: absolute;
    top: 5px;
    z-index: 100;
    margin-left: 10px;
    font-size: 18px;
}

@media screen and (max-width: 787px) {
	.conhead {
		display: none;
	}
}

.conulfon {
    padding: 20px;
    min-width: 250px;
    line-height: 2;
    background: #fff;
    
}

.logopod {
    position: absolute;
    top: 68px;
    left: 84px;
    z-index: 100;
}
a:focus {
    text-decoration: none;
}

.vremenu {color: #1261a5; font-weight: 500;}

.strecolr {color: #e50000;}

.mm-wrapper-horizontal {
   background: none;
   margin-bottom: 5px;
}

.hrmenulin, .mm {
   border-right: 1px solid #40404012;
}
    
.mm-vertical-item, .mm-loadmore {
   background: #ffffffa6!important;
   border-top: 1px solid #40404012!important;
}

.mm-nav-wrapper {background: #404040!important;}

.mm-loadmore {color:#f00;}

#popover640668 {
    top: -50px;
    left: 50px;}
 
@media screen and (max-width: 767px) {
	.swiper-button-next, .swiper-button-prev, .panel-heading {
    display: none;
	}
}

.mm-vertical-item .vermenli {
    position: inherit;
}

.block-policy {
    background-color: #ffffffa6;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 22px 0 15px 0;
    display: inline-block;
    width: 100%;
    min-height: 107px;
    margin-top: 8px;
}
    
.vermenli {position: inherit;}

.viewpro {
    width: 138px;
    height: 138px;
    float: left;
    margin: 20px 0 15px 5px;
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
}

@media screen and (max-width: 787px) {
	.viewpro {
    width: 175px;
    height: 175px;
    float: left;
    margin: 5px 0 5px 5px;
    padding: 5px;
    background: #fff;
	}
}

.viewtext {
    display: inline-block;
    margin: 15px 0 0 0;
    width: 100%;
    font-size: 22px;
    padding: 10px;
    border-top: 1px solid #cccc;
}

.delft {margin-bottom: 15px;}

.mm-menu li:hover {
    box-shadow: 0 0 7px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 15%);
    color: #555555;
}

.block-policy .item-inner .icon1 {
    background: url(/image/catalog/panel/nauda.png) no-repeat center center;
}

.block-policy .item-inner .icon2 {
    background: url(/image/catalog/panel/preces.png) no-repeat center center;
}

.block-policy .item-inner .icon3 {
    background: url(/image/catalog/panel/pasutijums.png) no-repeat center center;
}

.block-policy .item-inner .icon4 {
    background: url(/image/catalog/panel/garantija.png) no-repeat center center;
}

.block-policy .item-inner .icon {
    background-position-x: center;
    background-position-y: center;
    width: 60px;
    height: 52px;
    float: left;
    margin-right: 10px;}
    
.item-inner {
display: flex;
align-items: center;
height: 50px;}

@media screen and (max-width: 787px) {
	.item-inner {
    color: #404040;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 20px;
	}
}
.icon {
min-width: 60px;
min-height: 60px;}

.img-rez {
    width:100px;
    height:100px;
    float: left;
}

@media screen and (min-width: 1200px) {    
.col-h-3 {width: 33.33%; float:left;}
}

.oc2cwdt {  
    display: flex;
    align-items: center;
    position: relative;
    background: #ffffffc7;
    overflow: auto;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ddd;
    margin: 5px -5px 0 0;
}

.product-thumb:hover, .oc2cwdt:hover {
    box-shadow: 0 0 7px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 15%);
    color: #555555;
}

.oc2cwdt a {color:#000;}

.cat-name {
    padding-left: 0;
    justify-content: center;
    display: flex;
    align-items: center;
}

.facateg {
font-size: 24px;
padding-right: 8px;
color: #fff;}

.sortcat {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}

.form-control:focus {
    border-color: #66afe9;
}
.cathednew {margin: 0 -6px 0 -9px!important;}

.pull-but {direction: rtl;}

.monblock {
    margin-bottom: 10px;
    background: #ffffffd9;
    
}

.text-man {
color: #ffffff;
    background: #5f5f60bf;
    padding: 5px;
    font-size: 22px;
}

.cathednew2 {margin: -9px 0px 0 0px!important;}

@media screen and (max-width: 1200px) {    
.margibot { margin: 0 15px;}
}

.fawish {
    color: #f00;
    font-size: 20px;
    width: 60px;
    height: 30px;
}

.margtoppro {margin-top: 15px; }

.margbot {margin-bottom: 15px; }

.img-thumbnail {background-color: #fff;}

.textpagin {margin-top: 20px;}

    

@media screen and (min-width: 1000px) {
	.cat-name {
    min-width: 150px;
    width: 155px;
	}
}

@media screen and (max-width: 420px) {
	.cat-name {
    min-width: 200px;
	}
}

.langclas {
    font-size: 14px;
    float: right;
    margin-top: 6px;
}

.oc_mm .popover.top>.arrow {
    bottom: -10px!important;
}

@media (max-width: 991px){
.oc_mm .mm-wrapper-vertical {
    max-height: 100%!important;
}}

.oc_mm .mm-remove-horizontal, .oc_mm .mm-remove-vertical {font-size: 20px;}

@media screen and (max-width: 991px) {
	.menucat {
       display: none!important;
	}
}

@media screen and (min-width: 991px) {
	.menucat-mob {
       display: none!important;
	}
}

@media screen and (max-width: 991px) {
    .panelmenu {
	    height: 48px;
        float: left;
        display: table;
        margin: 0px;
        padding: 0px 14px 0px 15px;
}}

.baner-glav2 {display: flex;}


.group-info {padding: 20px;
    background: #f7f3f3;}
.cenatov, .modeltov, .skladtov, .brendtov, .factov, .wishtov {    
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    align-items: baseline;
}

.pro-buttov {
    margin: 15px 20% 0 20%;}
    
.wishtov {
   margin-top: 30px; 
}

.wishtov:hover {color: #2e7c29d1;}

.wisfatov {margin-left: 5px;}

.taxots {margin-left: 5px;}

.faproview {
    padding-right:5px; 
    color:#404040; 
    font-size:20px}
    
.facat {color: #ff0000;
    margin-right: 5px;}
    
.dostinf {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}

.dostsps {font-weight: 600;
    font-size: 16px;
    color: #444444;
}

.boldinf {font-weight: 600;}

.redstars {color:red;}

@media (max-width: 991px) {
    #column-right {
       display: none;
    }}
    
@media (max-width: 991px){
.col-sm-9 {
    width: 100%;
}}

@media (max-width: 991px){
.col845 {
    width: 100%;
}}

@media (min-width: 768px) and (max-width: 991px) {
    .operx {width:75%;}}
    
@media (max-width: 991px){
.nont {
    display: block!important;}}
    
@media (min-width: 450px) and (max-width: 991px) {    
#content2 .gridtri {width: 33.33%!important;; float:left;}
}

.langcent {display: flex; align-items: center;}

.oc_mm .navbar-header>.oc2nh-title {
    padding: 9px 5px 9px 5px!important;
}

.oc_mm .metismenu a {
    padding-right: 35px !important;
}
