body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	width: 100%;    background: url(/fon.jpg); max-width: 500px;    margin: 0 auto;
}
html {
  scrollbar-color: #000 #555;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 27px;
}
h4 {
	font-size: 15px;
}
h6 {
	font-size: 10.2px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 20px;
    font-weight: 600;
}
.zagolovok {
    padding: 10px 5px;
    margin: 10px 0;
    font-size: 16px;
    background: #222;
    color: #fff;
    border-radius: 5px;
}
  .categs a{ font-size:25px!important;}
   .categs li{ padding:5px 0;} 
  
.thumbnail{ background:#000;}
.fa-shopping-basket{ font-size:20px;}
.mfp-title {
    text-align: center!important;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 0!important;
}
.category_price .btn{ float:right; font-size:16px;}
.ng-fc .first .category-wrap.homecat{padding:0; height:50px;}
.ng-fc .category-wrap.homecat{padding:0; height:50px;}
.ng-fc .first .homecat .name {position: static;    color: #fff; }
.ng-fc  .homecat .name {position: static;    color: #fff;}
#menu a {  color: #fff;}
#menu a.active {  color: #fff;}
.ng-fc .category-menu .category-menu-title { border:0;
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-size: 0;
    color: #fff;}
    
    
     .container {
        width: 100%!important;   
    }   
  #common-home{  /*   background: url(/bg.jpg) bottom center no-repeat;
    background-attachment: fixed;
    background-size: contain;*/}
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{  width: 100%!important; float:none;}
    
    col-sm-3
#information-contact .panel-default {
    border: 0;
}
.inpnmbr{ width:50px;}
.ng-fc .category-menu-title{ text-align:center;}
.block {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #555;
    margin-bottom: 10px;
}
.text-right.quantity{color:#000;}

a {
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: crimson;
}
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;
}
.form-control:focus {
    border-color:#ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #22222275;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #22222275;
}
.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;
}

.noimages{ float:left;}

.stitles{    font-size: 25px;    font-weight: bold;    padding-bottom: 25px;}
    
.pull-left .dropdown-menu{    left: auto; min-width: 50px;padding:0; top: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;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* header */
header {
    position: sticky;
    top: 0;
    position: -webkit-sticky;   
    z-index: 1041;
    background: #080a0b;  
    padding: 5px 0;
    }
.header { background: #000;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.header_left {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}
.header_right {
    display: flex;
}
/* logo */
.logo img { 

}
@media (max-width:480px) {
    .logo img {    
    
}
}
/* search */
#search {
	display: none;
}
/* contact */
.contact {
    margin-left: 30px;
}
.tel {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.tel:hover {
    color: #ccc;
}
.telmobile {
    background: #f5f5f51f;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.open {
    color: #ddd;
}
/* account */
.account {
    display: flex;
    margin-left: 15px;
}
.login, .register {
    display: ruby;
    background: #f5f5f51f;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.login:hover, .register:hover, .telmobile:hover {
    color: #ccc;
}
/* cart */
#cart {
    margin-left: 15px;
}
.cart-total {
    font-size: 16px;
    font-weight: 600;
}
.cartbtn {
    background: #080a0b;
    color: #cacaca;
    padding: 10px 10px;
    border: 0;
}
.cartbtn:hover {
    color: crimson;
}
@media (max-width: 768px) {
    .cart-total {font-size: inherit;}
}
/* checkout */
@media (max-width: 768px) {
    .checkout-cart-table {font-size: 10px;}
}
/* menu */
#menu {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin: 20px 0;
/*    -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
  mask-image: linear-gradient(to right, black 80%, transparent 100%);*/
}
#menu a {
    font-size: 20px;
    margin-right: 20px;    padding: 5px 0;
}
#menu a.active {
    color: crimson;
}
@media (max-width: 768px) {
    #menu {margin: 15px 0;}
    #menu a {font-size: 16px;margin-right: 15px;}
}
/* content */
#content {
	min-height: 285px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;

}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {

}
footer a:hover {

}
footer h5 {
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alertcart {
    font-size: 16px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 250px;
    height: 80px;
    background: #000;
    padding: 10px 20px;
    color:#fff;
    border-radius: 5px;
    opacity: 0.9;    border: 3px solid #555;
}

.alertcart a{  color:#fff;}
.alert-info {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 0;
}
.alert-danger .close, .alert-success .close {
    height: 24px;
    right: -10px;
    font-size: 35px;
}
/* discount, points */
.discount, .points {
    background: #eeeeee75;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}
.discount li, .points {
    list-style: none;
}
/* breadcrumb */
.breadcrumb {
    display: none;
}
/* html */
.html {
    padding: 10px;
    border-radius: 5px;
    background: #eee;
}
.html p:last-child {
    margin-bottom: 0;
}
/* btn */
.btn {
    background-color: #333;
    border-radius: 5px;
    border-color: #333;
    color: #fff;
}

.btn.btn-link{
    background-color: #000;
    border-radius: 0;
    border-color: #000;
    color: #fff;
}

.product-thumb .category_name{        margin-bottom: 5px;}

@media (max-width: 768px) {
    .btn {padding: 4px 6px;}
}
.btn-primary {
    background-color: #333;
    border-radius: 5px;
    border-color: #333;
    color: #fff;
}
.btn:hover, btn-primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #555;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    background-color: #666;
    border-color: #666;
    color: #fff;
}
/* list group */
.list-group a {
	border: 1px solid #eeeDDD;
	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 #eeeDDD;
	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;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    border-radius: 5px;
}
/* product list */
.product-thumb.simage {    margin-bottom: 35px;    position: relative;   }

.product-thumb.nosimage {    margin-bottom:35px;    position: relative;  }


.product-thumb.simage .caption .price {}

.product-thumb .category_name { }


.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-radius: 5px;
	width: 100%;
}
.thumbnail a>img, .thumbnail>img {
    border-radius: 5px;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb .caption {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 5px 0;
}
.product_price_button {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.product_price {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

.special.menu {
    font-size: 20px;
    font-weight: 600;
    color: #fff; float: right;
}
.price, .special {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.price_special {
     font-size: 20px;
    font-weight: 600;
    color: #fff;float: left;
}
.product-thumb .price-tax {
	color: #888;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #eee;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #eee;
}
@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 #eee;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #eee;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnail {
    border: 0!important;
}
.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 #eee;
}
.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;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
#cart a{color:#555;}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
.swiper-viewport {
    box-shadow: none!important;
    border: 1px solid #eee!important;
    border-radius: 5px!important;
}
.heading_title {
    font-size: 24px;
    margin-bottom: 15px;
}
#product-product {
    top: -40px;
    position: relative;
}
.name {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 5px;
}
.product {
    background: #000;
    padding: 15px;
    border-radius: 10px;
}
.category {
    display: flex;
    margin: 20px 0;
}
.category a {
    padding: 10px;
    margin-right: 10px;
    border-radius: 5px;
    background: #eee;
}
.category_price {    
/*    display: flex;
    justify-content: space-between;*/
}
.ot {
    font-weight: 600;
    font-size: 14px;
}
.caption .price {
    margin-top: auto;
}
@media (max-width: 768px) {
    .caption .price {}
}
.special_price {  float: left;

}
.caption .price-old {
 float: left;    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
@media (max-width: 768px) {
    .caption .price-old {}
}
.category_name { font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
  /*  line-height: 1.2;
    height: 2.6em;*/
}
@media (max-width: 768px) {
    .category_name {margin-bottom: 0;}
}


.category_description {

    color: #ddd;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
/*    display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.view, .compare, .sort, .limit {
    display: none;
}
.button-group, .btn-group {
    display: none;
}
/* option */
.checkbox, .radio {
    display: inline-block;
}
.checkbox label img, .radio label img {
    display: block;
    border: none;
    margin-left: auto;
    margin-right: auto;
}
.optionname {
    font-weight: 600;
}
.option_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.option_price {
    font-weight: 600;
    display: block;
}
.rtg {
  display: none;
}
.gtr {
    padding-left: 0px !important;
}
.mrt {
  position: relative;
  display: none;
  vertical-align: text-top;
  margin-right: 12px;
  width: 15px;
  height: 15px;
  border: 1px solid #fc0;
  border-radius: 50%;
}
.lst {
    display: block;
    width: 100px;
    padding: 5px;
    text-align: center;
    border: 1px dashed #ddd;
    border-radius: 5px;
}
.mrt:before {
    content: '';
    display: none;
    position: absolute;
    top: 30%;
    left: 30%;
    border: solid #fc0;
    border-width: 3px 2px 3px 4px;
    border-radius: 12px;
}
.rtg:checked ~ .mrt:before {
  display: block;
}
.rtg:checked ~ .lst {
  color: crimson;
  border: 1px dashed #222;
}
@media (max-width: 768px) {
    .lst {width: 90px;}
}
/* end_option */
.back {
    float: right;
    position: relative;
    top: -65px;
}
.back_mobile {
    padding: 10px;
    position: absolute;
    top: -35px;
    right: 0px;
}
.cross {
    width: 30px;
    height: 30px;
    position: relative;
    background: #000;
    border-radius: 5px;
}

.cross::before, .cross::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 50%; color:#fff;
}

.cross::before {
    transform: rotate(45deg);
}
.cross::after {
    transform: rotate(-45deg);
}
.close {
    opacity: 1;
    font-weight: 300;
    line-height: 0;
    font-size: 4em;
    width: 30px;
    height: 30px;
}
/* product_kbzhu */
.kbzhu {background: #eeeeee75; margin-bottom: 20px; padding: 10px;border-radius: 5px;}
.kbzhu ul {margin: 5px 0;}
.kbzhu i {display:inline-block;float:right;margin-top:4px;}
.kbzhu_text {font-weight:600;}
.attribute {display: flex;justify-content: space-between;background: #fff;margin: 5px 0;padding: 5px;border-radius: 5px;}
/* end_kbzhu */
/* FOOTER */
    footer {margin-top: 10px;padding: 20px 0;}
    footer hr {border-top: none;}
    footer a, footer li {color: #ccc;}
    footer a:hover {color: #fff;}
    footer h5 {font-weight: bold;color: #fff;}
    .mm i {color:#fff;display: inline-block;float: right;margin-top: 4px;}
    .fm {padding: 0 15px;}
    .mm:first-child {border-top:none;}
    .mm {padding-top: 15px; border-top: 1px solid #666}
    .mm_text {margin: 0 0 15px;color:#fff;font-weight:600;}
    .sm {margin: 0 0 10px;}
    .sm:last-child {margin: 0 0 20px;}
    .list-unstyled span {display: inline-block;}
    .powered {display:flex;font-size: 12px;}
    .powered .pow, .powered .tg {padding:0;}
    .powered .tg .tel, .powered .tg .graphic {text-align:right;}
    
@media (max-width: 767px) {
    footer {padding-top:0!important;}
    .powered {display:block;text-align:center;}
    .powered .pow {padding-bottom: 30px;}
    .powered .tg .tel, .powered .tg .graphic {text-align:center;}
}
/* FOOTER */
/* SOCIAL */
.social {display: flex;justify-content: end;margin-top: auto;margin-bottom: auto;padding-right: 0;}
.social .fa {font-size: 28px;padding: 0 10px;}
@media (max-width: 768px) {.social{justify-content: center;}}
/* END_SOCIAL */
.modal-header {border-bottom: 0;}
.well {box-shadow:none;border:none;}