body {
	font: 16px/1.3 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #222;
	background-color:#fff;
	background-image:url(/images/sys/bg.png);
	margin: 0;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?64192195');
  src: url('../fonts/fontello.eot?64192195#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?64192195') format('woff2'),
       url('../fonts/fontello.woff?64192195') format('woff'),
       url('../fonts/fontello.ttf?64192195') format('truetype'),
       url('../fonts/fontello.svg?64192195#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-mail:before { content: '\e800'; } /* '' */
.icon-cart:before { content: '\e801'; } /* '' */
.icon-down-open:before { content: '\e802'; } /* '' */
.icon-up-open:before { content: '\e803'; } /* '' */
.icon-right-open:before { content: '\e804'; } /* '' */
.icon-left-open:before { content: '\e805'; } /* '' */
.icon-trash-empty:before { content: '\e806'; } /* '' */
.icon-phone-circled:before { content: '\e807'; } /* '' */
.icon-phone:before { content: '\e808'; } /* '' */
.icon-search:before { content: '\e809'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.page_wrap {
    max-width: 1250px;
    margin: 10px auto;
    background-color: white;
    border: #ddd solid 1px;
	position:relative;
}
.stars_no_active{
    height:16px;
    background-image:url(../images/icon_no_rating.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.stars_active{
    height: 16px;
    background-image: url(../images/icon_no_rating.png);
    background-repeat: repeat-x;
    background-position: -2px -32px;
}
img {max-width:100%;}
.home_page .md_card.cat_list {}
.home_page div.ksm-module-categories {
    height: 334px;
    z-index: 2;
    position: inherit;
}
.home_page .content-body {
	margin-bottom:0;
}
header {
    padding-bottom: 15px;
}
.content-body {
    margin-bottom: 40px;
    margin-top: 15px;
}
#top-main {
	padding-bottom:10px;
}
#top-main div.md_title {
	padding-bottom: 5px;
    font-size: 16px;
}
div#js-bootstrap-offcanvas {
	height: 100%;
}
.navbar-nav > li {
	border-right: 1px solid #ddd;
    list-style: none;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: 600;
}
.navbar-nav > li a {
	color: #ffffff;
}
@media (max-width: 991px) {
	.navbar-inverse .navbar-nav > li > a {
		color: #333;
	}
}
nav#top-nav {
	webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .26);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .26);
    box-shadow: 0 0 6px rgba(0, 0, 0, .26);
	text-transform:uppercase;
}
div#offcanvas-body {
    margin: 7.5px -10px;
	background:#fafafa;
}
.munu_search {
    position: absolute;
    right: 0;
    padding: 10px 15px;
    background: #0c6988;
    border-color: #0c6988;
}

.sale_mess {
	display: flex;
    justify-content: center;
    padding: 15px 8px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.69);
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}

.manufactuter_list a {
	color:#000;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}
.argument {overflow:auto;}
.argument .item {
    display: inline-flex;
    margin: 15px 10px 15px 0;
    min-width: 250px;
}
.argument .img {
	margin-right:10px;
}
.argument .img img {
	width: 64px;
    height: auto;
}
.argument .text {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 90%;
    align-self: end;
}

.sale_mess a {
	color:#fff;
	text-decoration:underline;
}
.sale_mess a.blink {
    color: #fff;
    text-shadow: none;
    background: #32afed;
    padding: 3px 5px;
    border-radius: 4px;
    font-weight: normal;
    display: inline-flex;
    text-decoration: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	margin: 0 5px;
}

@-webkit-keyframes Gradient {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
 
@-moz-keyframes Gradient {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
 
@keyframes Gradient {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}

/**/
.jlslogin .slogin-compact span {
    height: 30px!important;
    width: 30px!important;
}
#offcanvas-body div.mod_cat_title {
    background: #e30613;
    color: #fff;
    padding: 8px 3px 8px 40px;
    font-size: 18px;
    margin: 0;
    position: relative;
    border: none;
}
.block_product .not_available {
	display: inline-block;
    margin-bottom: 3px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.5;
	background:#ddd;
	color:#000;
}
body.default video {
	object-fit: fill;
}
.head-search .md_card {
	margin-bottom:10px;
}
.head-search {
	text-align: center;
}
.head-search form {
    margin-top: 10px;
    display: inline-flex;
    width: 98%;
}
.head-search .form-group,
.head-search .input-group {
	width: 100%;
    display: inline-flex;
}
.head-search input {
    min-width: 70%;
    border-right: 0;
}
.top_menu {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    line-height: 35px;
}
.top_menu span {	
}
li.msg_link img {
    width: 60px;
    height: 18px;
}
.top-contact {}
ul.top-contact {
	font-size: 13px;
    list-style: none;
    padding: 0 0 5px 10px;
    margin-bottom: 5px;
    display: flex;
    border-bottom: 1px solid #eee;
}
ul.top-contact li {
	line-height: 20px;
    display: flex;
    border-left: 1px solid #eee;
    margin-left: 5px;
    padding-left: 5px;
}
ul.top-contact li:first-child {
    padding-left: 0;
    margin-left: 0;
	border: none;
}
ul.top-contact li.w_time {
	color:#333;
}
ul.top-contact li a {
	color:#333;
}
.msg_link strong,
.top-contact strong {
    color: #333;
}
ul.top-contact li img {
    width: 18px;
    height: 18px;
    float: left;
    display: inline-block;
    margin-right: 4px;
    border-radius: 3px;
}
a.logo-image img {
    width: auto;
    height:70px;
    margin-top: 8px;
	padding:0 10px;
}
@media only screen and (max-width: 750px) { 
	ul.top-contact {
		font-size: 14px;
		list-style: none;
		padding: 0;
		margin-bottom: 0;
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		display: block;
		text-transform: uppercase;
		width: auto;
	}
	ul.top-contact li img {
		width: 14px;
		height: 14px;
		float: left;
		display: inline-block;
		margin-right: 5px;
		border-radius: 3px;
	}
	ul.top-contact li {
		line-height: 20px;
		display: inline-block;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 850px) { 
	#logo, .logo-image {
		text-align:center;
	}
}
div.md_card {
    position: relative;
    display: flow-root;
    clear: both;
    margin-bottom: 30px;
}
h2.md_title,
div.md_title {
	position:relative;
    border-bottom: 1px solid #E5E5E5;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
} 
h2.md_title span:before,
.md_title span:before {
    content: '';
    width: 140px;
    height: 3px;
    background: red;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* md style default end */ 
/*  category_shop */
.category_block ul.jscat-and-prod {
    list-style: none;
    padding: 0;
}
.offcanvas-body .category_block,
.category_block {
	border: 1px solid #eee;
	background:#f7f9fd;
	border-radius: 4px 4px 0 0;

}
.offcanvas-body .category_block .md_title,
.category_block .md_title {
	padding: 10px 10px;
    margin-bottom: 0;
}
.offcanvas-body .category_block .md_title span,
.category_block .md_title span:before {
	background:transparent;
}
.category_block ul.jscat-and-prod {
	list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}
.category_block ul.jscat-and-prod li {
	border-bottom: 1px solid #eee;
}
.category_block ul.jscat-and-prod li.current a  {
	color:#000!important;
	font-weight:bold;
}
.category_block ul.jscat-and-prod li:last-child {
	border-bottom:none;
}
.category_block a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.category_block a {
	text-decoration:none;
}
.category_block ul.jscat-and-prod li a {
    padding:10px 12px;
    display: block;
    color: #000;
	text-decoration:none;
}
.offcanvas-body .category_block ul.jscat-and-prod li a {
	color:#000!important;
}
.category_block .jscat-and-prod ul.categories {
	padding: 0;
	list-style: none;
}
.category_block .jscat-and-prod ul.categories li a {
    padding-left: 35px;
    background: #fff;
}
.category_block .jscat-and-prod ul.categories li:first-child {
	border-top: 1px solid #eee;
}
.category_block > .active a {
	color:#08c;
}
.current {
}
.jscat-and-prod a.closed:before {
    content: "+";
    font-style: normal;
    speak: none;
    margin-right: 5px;
	color:#ddd;
}
.jscat-and-prod a.open:before {
    content: "-";
    font-style: bold;
    speak: none;
    margin-right: 5px;
	color:#ddd;
}
/* footer */ 
footer {
    padding-top: 20px;
    background: rgb(226, 226, 226);
}
footer.wrap {
}
footer a {
	color:#fafafa;
}
footer ul {
	list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}
#foot-nav {}
ul#foot-nav {
	padding:0;
	margin:0;
}
ul#foot-nav li {
	padding:0;
	margin:0;
}
ul#foot-nav li a {
	padding: 0;
    line-height: 25px;
    display: initial;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
	text-decoration:underline;
	color:#ddd;
}
ul#foot-nav li > a:hover, a:focus, a:active {
	background:transparent;
	text-decoration:underline;
	color:#ddd;
}
#footer div.md_card {
	margin-bottom:20px;
}
#footer .md_card div.md_title {
    border: none;
    color: #fff;
    line-height: 1.2;
    font-size: 19px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
#footer .md_card div.md_title:after {
	display:none;
}
#footer i.ico-cart {
	filter: invert(100%);
}
#footer .ksm-module-minicart {
	padding: 0;
}
#footer ul.msg_link li {
    margin-left: 0;
    margin-right: 10px;
    line-height: unset;
}
#footer ul.msg_link li a,
#footer .msg_link strong {
	color:#fff;
}
.contact-list {
    line-height: 1.5;
}
.contact-list li i {
    color: #6b7c88;
    font-size: 15px;
    margin-right: 8px;
}
/* copyright */ 
.copyright {
	font-size: 12px;
    padding: 5px 0 5px;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.copyright small {
    margin-bottom: 5px;
}
.textarea-form {resize:none;}
.ulr_testim {
    text-align: center;
    margin: 20px -10px;
}

.ulr_testim h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ulr_testim [class*=" col-"] {
    min-height: 80px;
}
.ulr_testim a {
    display: flex;
    height: 55px;
    align-items: center;
    justify-content: center;
}
.ulr_testim img {
	max-height: 55px;
}
.partner {
}
.partner ul {}
.partner ul li {
	display: inline-flex;
	vertical-align: middle;
}
.blog {}
.blog .items-row {
	margin-bottom:20px;
}
.blog .item > .item-image {
	margin-bottom:10px;
}
img.newsflash-image,
.blog .item > .item-image img {
	width:100%;
}
.blog .item h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;	
}
.blog .item h2 > a {
	color:#000;
}
.article-info {
    color: #888;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 5px;
    font-size: 80%;
}
ul.article-info {
    list-style: none;
    padding: 0;
}
.article-info li,
.article-info dd {
	margin-right:15px;
}
.icons .btn-group.pull-right {
	position: absolute;
	right: 15px;
}
.img_caption {
	width:auto!important;
}
img.newsflash-image, .blog .item > .item-image img {
    width: 100%;
}
.item-page {}
.item-page .item-image {
	text-align: center;
	margin-bottom:15px;
}
.newsflash-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
.newsflash-horiz a,
.newsflash-title a { 
	color:#000;
}
.newsflash-image {
	margin-bottom:15px;
}
.newsflash-item {
	margin-bottom:30px;
}
select#id_currency {
	display: inline-block;
	height: 30px;
	margin: 6px 10px;
}
.promo_code {
    border: 1px solid #dad9d9;
    padding: 20px 10px;
    text-align: center;
    background: #efefef;
}
@media (max-width: 1000px) {
	.navbar-inner {
		display: flex;
		justify-content: flex-end;
	}
}
@media (max-width: 750px) {
	img.img_full { 
	height: 185px;
	} 
	ul.sigFreeClassic {
	display: flex;
    overflow-x: auto;	
	}
	.head-search form {
	 width: 100%;
	}
	.jshop_list_product .col-xs-6.col-md-3.col-lg-3 {
	padding-left: 4px;
	padding-right: 4px;
	}  
	.jshop_list_product .image_block {
	    min-height: 125px;
	}
	.md_card.shop_cart_top {
	    float: none;
		text-align: center;
		justify-content: center;
	}
	#set_prod .row,
	#products_category .row {
		    display: flex;
    white-space: nowrap;
    overflow: auto;
	}
	
	#set_prod .col-xs-6.col-sm-3.col-md-3.item,
	#products_category .col-xs-6.col-sm-3.col-md-3.item {
    min-width: 185px;
}
}

.alert.alert-notice {
    background: #882e2e;
    color: #fff;
    text-align: center;
}