* {
	margin: 0;
	padding: 0;
}
.no-padding {
   padding-left: 0 !important;
   padding-right: 0 !important;
}
.row-nested {
	margin-right: 0;
    margin-left: 0;
}
.grey {
	color: #969696;
}
.orange {
	color: #ff8819;
}
.large {
	font-size: 24px;
}
hr.top {
	margin: 10px 0 30px;
}
hr.bottom {
	margin: 30px 0 10px;
}
.button {
    padding: 5px 20px 6px;
    background-color: #ff8819;
    border: none;
    color: #fff;
    font-size: 18px;
}
.hidden {
	position: absolute;
	visibility: hidden;
	pointer-events: none;
}

body {
	font-family: Tahoma, Arial;
	font-size: 14px;

	background: #698ebd;
	background: -o-radial-gradient(circle, #698ebd 0%, #000 75%), #000;
	background: radial-gradient(circle, #698ebd 0%, #000 75%), #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#698ebd",endColorstr="#000000",GradientType=1);
}
.langs {
	margin: 10px 0 30px;
}
.langs a {
	color: #fff;
	font-size: 13px;
	text-decoration: underline;
}
.langs a.active {
	font-weight: bold;
	color: #777;
	pointer-events: none;
	text-decoration: none;
}
.langs a:not(:last-child)::after {
	content: '|';
	display: inline-block;
	margin: 0 4px 0 8px;
	color: #fff !important;
}
header {
	color: #fff;
	margin-bottom: 30px;
}
#content {
	background-color: #e6e3d7;
}
#content.item-card {
	background-color: #fff;
}
#content.text-page {
	background-color: #fff;
}
#top-menu a {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#top-menu a:not(:last-child)::after {
	content: '|';
	display: inline-block;
	margin: 0 6px 0 10px;
	color: #fff !important;
}
#top-menu a:hover, #top-menu a.active {
	color: #ff8819;
}
#basket-link {
	color: #fff;
	text-decoration: none;
}
#basket-link .basket-item-count {
    background-color: #e52300;
    padding: 1px 7px;
    border-radius: 7px;
    font-size: 13px;
}
#breadcrumbs {
	margin-bottom: 20px;
}
#breadcrumbs a {
	font-size: 14px;
	text-decoration: none;
	color: #000;
}
#breadcrumbs a:not(:last-child)::after {
	content: '>';
	display: inline-block;
	margin: 0 2px 0 6px;
}
#top-menu a:hover {
	color: #ff8819;
}
#top-menu a:hover::after {
	color: #fff !important;
}

#content {
	padding: 50px 50px 150px;
}
.items-grid {
	margin-left: -7.5px;
}
@media screen and (min-width: 576px) {
	.items-grid {
		width: calc(100% + 15px);
	}
}
.items-grid-item {
	background-color: #fff;
	position: relative;
	margin: 0 7.5px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.items-grid-item.new::before {
    content: 'NEW';
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    background-color: #851500;
    top: -6px;
    left: 10px;
    padding-top: 11px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.items-grid-item.new::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 0 6px;
	border-color: transparent transparent transparent #450c00;
	position: absolute;
	left: 48px;
	top: -6px;
}
.items-grid-item .item-photo {
	margin: 30px;
}
.items-grid-item .item-name {
	color: #000;
	text-decoration: none;
	border-top: 1px solid #e8e8e8;
	padding: 20px;

}




#item-photos ul li {
	border-color: #333 !important;
	display: block !important;
}
#item-photos ul li img {
	max-width: 70px;
}
#item-photo-full img {
	max-width: 100%;
	align-self: center;
	margin: 0 auto;
}



#item-options label, #item-options ul li, #item-photos label, #item-photos ul li {
    display: inline-block;
    padding: 4px;
    border: 1px solid #ccc;
    min-width: 50px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5px !important;
    font-size: 13px;
}
#item-options label:hover, #item-options input:checked + label {
	border-color: #ff8819;
}
#item-options input:checked + label {
	box-shadow: 0 0 0 1px #ff8819 inset;
}
#item-options label {
	margin-bottom: 0;
	cursor: pointer;
}
#item-options label img {
	max-width: 40px;
	max-height: 40px;
}
#item-name h1 {
	font-size: 24px;
	color: #686868;
	margin-bottom: 0;
}
#item-code {
	background-color: #5e5e5e;
	color: #fff;
}
#item-code::before {
	content: 'арт. ';
}
#item-card .price {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 5px;
}
#item-options > * {
	margin-bottom: 10px;
}
#item-options ul {
	margin-bottom: 0;
}
#item-options input[type="number"] {
    padding: 3px 7px;
    font-size: 13px;
    border: 1px solid #ccc;
    max-width: 100px;
}
.button.buy-button, .button.to-cart-button {
	width: 100%;
}
.button-stroked {
	color: #000;
	font-size: 14px;
	padding: 8px 20px 9px;
	background-color: transparent;
	text-decoration: underline;
}

#do-not-forget .container .row {
	margin-left: -20px;
    margin-right: -20px;
}
#do-not-forget .container .row > .col {
	background-color: #f3f3f3;
	min-height: 200px;
	margin: 0 5px 10px;
}




footer {
	background-color: #181818;
	padding: 90px 50px 40px !important;
	margin-bottom: 200px;
}
footer a, footer a:hover {
	color: #fff;
}
footer img {
	padding: 25px;
    background-color: #1f1e1d;
    width: 150px;
}
@media screen and (max-width: 768px) {
	.langs, .logo-wrap {
		text-align: center;
	}
	#top-menu {
		margin-top: 30px;
	}
	#content {
		padding: 30px 30px 80px;
	}
	#item-info {
		padding: 0;
	}
}
@media screen and (max-width: 576px) {
	#top-menu a {
		display: block;
	}
	#top-menu a::after {
		display: none !important;
	}
	#content {
		padding: 20px 20px 60px;
	}
	footer {
		padding-top: 50px !important;
		margin-bottom: 0;
	}
	footer .col-12 {
		text-align: center;
		margin-bottom: 10px;
	}
}


.disclaimer {
	margin-top: 50px;
	font-size: 0.8em;
	font-style: italic;
	color: #666;
}

.categories-pills {
	margin: 30px 0px;
	padding: 15px;
}

.categories-pills a{
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
	color: #000;
	font-weight: 700;
	margin-bottom: 7px;
}

h1 {
	margin-bottom: 0.5rem;
}

.cart-items td {
	vertical-align: middle;
}

.cart-items td img.item-img {
	margin-right: 15px;
	float: left;
}

.cart-items .shk_count_button  {
	box-shadow: 0 0 0 1px #ff8819 inset;
    border-color: #ff8819;
    background: #fff;
}
.cart-items .shk_count_button:hover  {
    background: #ff8819;
    color: #fff;
}

.cart-items .shk-del {
	box-shadow: 0 0 0 1px #ff8819 inset;
    border-color: #ff8819;
    background: #ff8819;
    color: #fff;
    font-weight: bold;
    padding: 2px 7px;	
}

.cart-items .shk-del:hover {
	box-shadow: 0 0 0 1px #cc0000 inset;
    border-color: #cc0000;
    background: #cc0000 !important;	
}

.cart-item-options {
	font-size: 0.8em;
	font-style: italic;
}

.cart-item-price {

}

/* main */
#shk_prodHelper { 
	position: absolute; 
	z-index:100; 
	width:150px; 
	padding:5px; 
	background-color:#fff; 
	border:1px solid #ff8819; 
	display:none; 
	box-shadow: 0 0 0 1px #ff8819 inset;
	border-radius:4px; }

#shk_prodHelper div { 
	padding:5px 0; 
	text-align: center; 
}
.shk_loading { 
	width:30px; 
	height:30px; 
	position: absolute; 
	z-index:100; 
	background:url('/assets/components/shopkeeper3/web/css/default/ajax-loader.gif') center center no-repeat #fff; 
	border:1px solid #888; 
	display: none; 
	border-radius:4px; 
}

/* addit */
#shk_prodHelperName { 
	width: 95%; 
	margin: 0 auto; 
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis; }

#shk_prodHelper input[type="text"] { 
	padding: 2px 5px; 
	border: 1px solid #888; 
	box-shadow: 1px 1px 4px #B2B2B2 inset; 
	border-radius: 2px; 
	font-size: 12px; 
	text-align: center; 
}

#shk_prodHelperName .msg { 
	width: 100%; 
	text-overflow: clip; 
	white-space: normal; 
}

.relative { 
	width:100%; 
	position:relative; 
}

.error { 
	color:red; 
}

.price-add { 
	color:red; 
	padding-left:3px; 
	line-height:0; 
}

.shk_count_button { 
	width: 26px; 
	height: 26px; 
	white-space: nowrap; 
	padding: 0; 
	margin:0 4px; /*border-radius: 13px;*/ 
}

.shk-but { 
	box-shadow: 0 0 0 1px #ff8819 inset;
    border-color: #ff8819;
    background: #fff;
    padding: 2px 7px;	

}

.shk-count { 
	padding: 2px; 
	text-align: center; 
}

/* materials */
.materials { padding:5px 0; }
.materials img { width:70px; }
.materials input { cursor: pointer; }


.homepage {
	padding: 0px !important; 
}

.homepage-carousel .carousel-caption {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left; 
}

.homepage-carousel .carousel-caption h5 {
	background: #000;
	padding: 5px 5px 5px 30px;
	font-family: 'Roboto Condensed';
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.homepage-carousel .carousel-caption .carousel-text {
	background: rgba(0,0,0,0.5);
	padding: 5px;
	/*font-size: 0.8rem;*/
	font-size: 0.9rem;	
	padding: 30px;	
	font-weight: bold;
}

.homepage-carousel .carousel-control-next, .homepage-carousel .carousel-control-prev {
	width: 5% !important;
	z-index: 100;
}

.homepage-content {
	padding: 45px;
}

.homepage-content img {
    max-width: 100%;
    height: auto;
}

.homepage-blocks {
	margin: 45px;
	min-height: 260px;
}

.homepage-blocks h3 {
	color: #fff;
}

.homepage-blocks-text {
	font-size: 0.9rem;
	color: #fff;
}