.text-center {
    text-align: center;
}
.text-right{
	text-align: right;
}

a.underdash, a.underdash:hover {
	border-bottom: 1px dashed #b16de3;
	text-decoration: none !important;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}


audio, canvas, video {
	display: inline-block;
}


audio:not([controls]) {
	display: none;
	height: 0;
}


[hidden], template {
	display: none;
}


html, body {
	margin: 0;
	padding: 0;

}
html {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;

}
/*
body {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	-webkit-text-size-adjust: none;
}
*/
a {
	background: transparent;
}

a:focus {
	outline: thin dotted;
}

a:active, a:hover {
	outline: 0;
}

b, strong {
	font-weight: bold;
}

img {
	border: 0;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;

}

button, input {
	line-height: normal;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


a, a:visited, a:hover {
	color: #8d4abf;
	text-decoration: none;
}

h1, h2, h3, .h1, .h2, .h3 {
	margin: 0;
	font-weight: normal;
	font-family: 'Marmelad', sans-serif;
	font-size: 20px;

}
/* h1, h2{
	text-transform: uppercase;
} */
h2, h3, .h2, .h3 {
	margin:20px 0;
}




ul{
	margin: 0;
	padding: 0;

}
ul li{
	list-style-type: none;
}
.layout-padding{
	padding:0 15px;
	margin: 0 auto;
}
.layout {
	margin: 0 auto;
	min-height: 100%;
	background: #ffffff;
}

.layout-in {
	padding-bottom: 662px;
}


.layout-header {
	border-bottom: 1px solid #e1ab00;
	/*background-image: -webkit-linear-gradient(top, #ffd241 0%, #ffc200 100%);
	background-image: linear-gradient(to bottom, #ffd241 0%, #ffc200 100%);*/
	background: #e4ac00;
	position: relative;
	/*padding-bottom: 10px;
	padding-top: 10px;*/
	/*padding-right: 45px;*/
	height: 45px;
	z-index: 1000;
}

#page,
.mm-page{
	background-color: #ffffff !important;
}

.btn, a.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding:10px 10px;

	border: none;
	border-bottom:1px solid #682897;
	border-radius:5px;
	background-color: #8d4abf;
	color: #ffffff !important;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	appearance: none;
	font-family: 'Marmelad', sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	vertical-align: middle;
}
.btn:disabled {
	opacity: 0.5;
}
.btn-gray, a.btn-gray {
	border-bottom:1px solid #555;
	border-radius:5px;
	background-color: #444;
}
.btn-filter, a.btn-filter {
	border-radius:5px;
	background-color: #eee;
	color: #000;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.btn-filter span.count {
	background: red;
	color: #fff;
	position: absolute;
	margin-top: -6px;
	margin-left: -15px;
	font-size: 11px;
	line-height: 1;
	padding: 3px 5px;
	border-radius: 5px;
	opacity: 0.75;
}
.remove-filter a {
	color: #F1BB0C !important;
}
.remove-filter.disabled a {
	color: #585858 !important;
}
.btn-basket{
	background-image: url(../images/icon-basket.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 50px;
	padding-right:30px;

}
.sort-submenu {
	background: #fff;
	border: solid 1px #ddd;
	border-radius:5px;
	position: absolute;
	z-index: 1000;
	right: 10px;
}
.sort-submenu li {
	padding: 0 10px;
	line-height: 35px;
	white-space: nowrap;
	border-bottom: solid 1px #ddd;
}
.sort-submenu li:last-child {
	border-bottom: none;
}
.order-result .btn-basket{
	min-width: 240px;
	background-position: 15px 10px;
	padding-left: 50px;
	padding-right: 50px;

}
.order-result .btn-continue {
  display: block;
  line-height: 43px;
}
.cfix {
	*zoom: 1;
}

.cfix:before, .cfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.cfix:after {
	clear: both;
}

textarea, input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], select,
.select2-container--default .select2-selection--single, .select2-container .select2-selection--single {
	border: 1px solid #c7c7cc !important;
	border-radius: 5px;
	padding: 0 15px;
	height: 40px !important;
	outline: 0;
	background-color: #fcfcfc;
	vertical-align: middle;
	text-decoration: none;
	display:inline-block;
	font: 18px/20px 'Roboto', sans-serif;
	color:#333;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px !important;
    line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

input[type="radio"] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	opacity: 0;
}

input[type="radio"] + label {
	position: relative;
	display: inline-block;
	min-height: 22px;
	vertical-align: middle;
}

input[type="radio"] + label::before {
	position: absolute;
	top: 5px;
	left: -20px;
	width: 15px;
	height: 15px;
	content: '';
}

input[type="radio"] + label::before {
	background: url(../images/input-radio.png) no-repeat 0px -15px;
}

input[type="radio"]:checked + label::before {
	background-position: 0px 0px;
}

.layout-header .logo {
	position: absolute;
	margin-left: 35px;
	margin-top: 2px;
}
.layout-header .logo img {
	/*height: 32px;*/
}

.header-menu {
	position: absolute;
	left: 15px;
	top: 16px;
}
.header-menu .icon-bar {
	width: 16px;
	height: 3px;
	border-radius: 3px;
	display: block;
	margin-bottom:2px;
	background: #5f4900 none;
}
.layout-header .icons-menu {
	float: right;
	margin-right: 1em;
	margin-top: 14px;
}
.layout-header .icons-menu .menu-item {
	display: inline-block;
}
.layout-header .icons-menu a {
	color: #896600;
	position: relative;
	margin: 0 1em 0 0.5em;
}
.layout-header .icons-menu a.active {
	color: #292929;
}
.layout-header .icons-menu a .fa {
	font-size: 17px;
}
.layout-header .icons-menu .counter {
	position: absolute;
	display: none;
	width: 14px;
	height: 14px;
	background-color: #6b40a5;
	border-radius: 140px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 14px;
	top: -7px;
	right: -10px;

}
/*
.layout-header a {
	color: #896600;
}
.layout-header a .fa {
	font-size: 18px;
}

.block-cart, .block-fav, .block-cmp, .block-search { position: absolute; top: 15px; }
.block-cart { right: 15px; }
.block-fav  { right: 65px; }
.block-cmp  { right: 112px; }
.block-search { right: 167px; }
.link-cart, .link-fav, .link-cmp {
	display: block;
	height:26px;
	position: relative;

}
.link-search {
	display: block;
	height:28px;
	position: relative;
}
/*.link-cart { background: url(../images/icon-cart.png) 0 0 no-repeat; width: 35px; }
.link-fav { background: url(../images/icon-heart.png) 0 0 no-repeat; width: 30px; }
.link-cmp { background: url(../images/icon-cmp.png) 0 0 no-repeat; width: 32px; }
.link-search { background: url(../images/icon-search2.png) 0 0 no-repeat; width: 28px; }*/
/* .link-cart .counter, .link-fav .counter, .link-cmp .counter {
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: #6b40a5;
	border-radius: 140px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 14px;
	top: -7px;
	margin-left: 26px;
}
.link-cart .counter { left: -12px; }
.link-fav .counter { left: -8px; }
.link-cmp .counter { left: -7px; }
*/



/*
.promo-list {
	position: relative;
	overflow: hidden;

	font: 0/0 a;
	line-height: 0;

	margin: 0 auto;
}

.promo-list:before, .promo-list:after {
	display: table;
	content: "";
	line-height: 0;
}

.promo-list:after {
	clear: both;
}

.promo-item {

	display: block;
	line-height: 0;
	width: 100%;
	float: left;
}

.promo-item img {
	width: 100%;
}
*/


.shares-list.owl-theme .owl-nav[class*='owl-'] {
	display: none;
}
.shares-list.owl-theme .owl-dots .owl-dot span {
	margin: 5px;
}

.owl-carousel.simple-slider { margin: 0; padding: 0; }
.owl-carousel.simple-slider.owl-theme .owl-nav { margin: 0; padding: 0; display: block; }
.owl-carousel.simple-slider.owl-theme .owl-controls .owl-nav .owl-prev { position: absolute; top: 0; width: 55px; text-indent: -9000px; left: 0; height: 100%; background: none; }
.owl-carousel.simple-slider.owl-theme .owl-controls .owl-nav .owl-next { position: absolute; top: 0; width: 55px; text-indent: -9000px; right: 0; height: 100%; background: none; }
.owl-carousel.simple-slider2 { margin: 0; padding: 0; }
.owl-carousel.simple-slider2.owl-theme .owl-nav { margin: 0; padding: 0; display: block; }
.owl-carousel.simple-slider2.owl-theme .owl-controls .owl-nav .owl-prev { position: absolute; top: 0; width: 55px; text-indent: -9000px; left: 0; height: 100%; background: none; }
.owl-carousel.simple-slider2.owl-theme .owl-controls .owl-nav .owl-next { position: absolute; top: 0; width: 55px; text-indent: -9000px; right: 0; height: 100%; background: none; }


/* ------------------------------------------------------------------------------------------------------------------ */

.product-thumbs.owl-theme .owl-nav[class*='owl-'] {
	display: inherit;
	background: inherit;
}
.product-thumbs.owl-theme .owl-nav .disabled {
	opacity: 0;
}
.product-thumbs .owl-prev { left: 0; }
.product-thumbs .owl-next { right: 0; }
.product-thumbs .owl-prev, .product-thumbs .owl-next {
	position: absolute;
	margin-top: -50px;
	color: #8d4abf;
	font-size: 16px;
}
.product-thumbs .item {
	margin: auto;
}
.product-images .item {
	max-height: 600px;
	max-width: 600px;
	margin: auto;
}
.product-images.owl-theme .owl-nav[class*='owl-'] {
	display: none;
}
.product-images.owl-carousel .owl-wrapper {
	display: table !important;
}
.product-images.owl-carousel .owl-item {
	display: table-cell;
	float: none;
	text-align: center;
	vertical-align: middle;
}

.product-thumbs .item {
	opacity: 0.66;
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-bottom: solid 2px #fff;
	border-radius: 2px;
}
.product-thumbs .item.selected {
	opacity: 1;
	border-bottom: solid 2px #FFC305;
}

/* ------------------------------------------------------------------------------------------------------------------ */

/*.promo-nav, .owl-pagination {
	margin: 20px auto;
	text-align: center;
}
.promo-nav a, .owl-theme .owl-controls .owl-page span {
	display: inline-block;
	width: 15px;
	height: 15px;
    background: url(../images/icon-baner.png) no-repeat 0 0;
    filter: Alpha(Opacity=100);
    opacity: 1;
    margin: 5px 3px;
}
.promo-nav a.current, .owl-theme .owl-controls .owl-page.active span {
	background-position: 0 -15px;
}*/

.home-title {
	text-align: center;
	margin: 10px 0;
}
.search-block{
	background: #292929;
	padding: 15px;
	position: relative;
}
.search-block input {
	border-radius: 2px;
    padding: 0 30px 0 10px;
    margin-right: 160px;
    border: none !important;
	display: block;
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-family: HelveticaNeueCyr, sans-serif;
	font-size: 13px;
}
.search-block button {
	position: absolute;
	border: none;
	background: none;
	color: #ccc;
	top: 25px;
	right: 20px;
	font-size: 16px;
}


#search-results {
	border-top: solid 1px #f0f0f0;
	position: absolute;
	z-index: 2000;
	background: #fff;
	top: 106px;
	left: 0;
	width: 100%;

}
#search-results li {
	border-bottom: solid 1px #f0f0f0;
	min-height: 30px;
	padding: 5px;
}


.category-block, .product{
	width:20%;
	float:left;
	border-right:1px solid #e6e7e8;
	border-bottom:1px solid #e6e7e8;
	border-top:1px solid #e6e7e8;
	margin-top: -1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.product{
	border:none;
    height: 310px;
}
@media(max-width:420px){
	.category-block, .product{
		width: 50%;
	}
}
@media (min-width:420px) and (max-width:768px){
	.category-block, .product{
		width: 33.33333333333333333333333%;
	}
}
.category-block img{
	max-width: 100%;
}

.category-block-link, .product-link {
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 20px;
}
.category-block-link span.name, .product-link span {
	color: #8d4abf;
	font-size: 18px;
	font-family: 'Marmelad', sans-serif;
	display: block;
	margin: 10px 0 5px 0;
	height: 65px;
	overflow:hidden;
}
.product-link span{
	border-top:1px solid #e6e7e8;
	margin: 10px 10px 10px 10px;
}
.price-product {
	display: block;
	font-size: 18px;
	font-family: 'Marmelad', sans-serif;
	color: #000;
}
.price-product.absent {
    color: #777;
}
.price-product del {
    display: block;
    color: #8d4abf;
    font-size: 90%
}
.product-list{
	border-top:1px solid #e6e7e8;
/*	border-bottom:1px solid #e6e7e8; */
	font-size: 0;
}

.product img{
	max-width:100%;

}
.pagination{
	padding: 17px 0;
	border-bottom:1px solid #dedede;
	text-align: center;
}
.pagination ul{
	border:1px solid #dedede;
	border-radius:5px;
	display: inline-block;

}
.pagination ul li{
	list-style-type: none;
	display: inline-block;
}
.pagination ul li a{
	display: inline-block;
	border-right: 1px solid #dedede;
	line-height:30px;
	font-size: 18px;
	padding: 0 9px;
}
.pagination ul li.active a {
    color: #000000;
}
.pagination ul li:last-child a{
	border-right:none;
}

/*.mm-ismenu.nav-menu-left{
	 background-color: #292929;
 }
.mm-ismenu.nav-menu-left:after{
	display:block;
	position:absolute;
	width:2px;
	background-color:#ffc40b;
	content:"";
	top:0;
	bottom:0;
	left:0;

}*/
.mm-ismenu.nav-menu-left li{
	border-bottom:none !important;
}
.mm-ismenu.nav-menu-left li.divider{
	margin-top:40px;
	border-bottom:none !important;
}
.mm-ismenu.nav-menu-left li a, .mm-ismenu.nav-menu-left li span {
	font-family: 'Roboto';
	font-size: 20px;
	line-height: 35px;
	color:#eeb404;
}
.mm-menu .mm-list > li:after{
	border:#737373;
}
.mm-ismenu.nav-menu-left li.divider:after{
	border-bottom:none !important;
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before{
	border-color:#f2bb0d;
}
.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before{
	width: 12px;
	height:12px;
	border-width: 3px;
}
.mm-menu .mm-list{
	padding: 15px 20px 15px 0;
}
.mm-menu .mm-list > li > a.mm-subclose{
	background-color: none;
	color:#f2bb0d;
}
.input-subscription {
	border: 1px solid #c7c7cc;
	border-radius: 7px;
	height: 40px;
	position:relative;
	padding-right: 40px;
	margin: 0 auto;
}
.input-subscription input{
	border: none;
	background: none;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px 0 0 5px;
}
.mm-list > li.virtual-submenu {
	margin-left: 1em;
}

.input-subscription a{
	width: 40px;
	height: 100%;
	background-color: #8d4abf;
	position:absolute;
	right: 0;
	top:0;
	border-radius:0 5px 5px 0;
	display: block;

}
.input-subscription a:after{
	background-color: #8d4abf;
	border-top:4px solid #4a2764;
	border-right:4px solid #4a2764;
	width: 12px;
	height: 12px;
	content:'';
	position:absolute;
	left: 10px;
	top:12px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.list-link-social{
	/*font-size: 0;
	line-height: 0;*/
	margin: 30px auto 0 auto;
	text-align: center;
}
.list-link-social a{
	font-size: 0;
	width: 38px;
	height: 38px;
	display: inline-block;
    background: url(/images/gold/soc1.png) no-repeat;
    margin: 0 5px;
}
a.social-vkontakte { background-position: 0 0; }
a.social-facebook { background-position: -54px 0; }
a.social-twitter { background-position: -108px 0; }
a.social-google { background-position: -162px 0; }
a.social-instagram { background-position: -324px 0; }
a.social-youtube { background-position: -378px 0; }
a.social-ok { background-position: -216px 0; }


.filter{

	margin: 0 auto;
	text-align: center;

}
.filter select{
	display:block;
	width: 100%;
	margin:0 auto 20px auto;

}
.expand-filter
{
	width: 100%;
	border-top:2px dotted #e0e0e0;
	padding-top: 15px;
	margin-top: 10px;
	margin-bottom: 24px;


}
.expand-filter a{
	color:#8d4abf;
	text-transform: uppercase;
	font-size: 18px;


}
.expand-filter a span{
	width: 18px;
	margin: 10px auto 0 auto;
	height: 12px;
	display: block;
	background: url(../images/expand-filter.png) no-repeat 0 0;

}
.no-bordered{
	border:none;
}
.price-block{
	display: block;
	font-size: 24px;
	xcolor:#ffc50c;
	font-family: 'Marmelad', sans-serif;
}
.product-photo{
	margin: 0 auto;
	width:320px;
	position:relative;
}
.product-photo img{
	max-width:100%;
}
.product-photo span{
	display: block;
	position:absolute;
	right: 10px;
	bottom:10px;
}
.product-photo-list{
	border-top:1px solid #d7d7d7;
	padding: 15px 0;
	border-bottom:1px solid #d7d7d7;
	text-align: center;
}
.product-photo-list a {
    border:1px solid #d7d7d7;
    display:inline-block;
    margin-right:5px;
    vertical-align: middle;
    width: 80px;
}
/*.product-photo-list ul li{
	border:1px solid #d7d7d7;
	display:inline-block;
	margin-right:5px;
	vertical-align: middle;
	width: 80px;
}
.product-photo-list ul li a img{
	width: 100%;
}
.product-photo-list ul li:first-child, .product-photo-list ul li:last-child{
	border:none;
	width: auto;
}*/
.arrow{
	display: inline-block;
	background-color: rgba(255, 255, 255, 0);
	border-top:3px solid #5f4900;
	width: 12px;
	height: 12px;

}
.arrow-left{
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    border-left:3px solid #5f4900;
}
.arrow-right{
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-right:3px solid #5f4900;
}

.pagination .arrow{
	width: 10px;
	height: 10px;
	border-width: 3px;
	border-color:#999999;
}

.form-block label{

	font-size: 18px;
	margin-bottom: 15px;
	display: block;

}
.form-block select{
	width: 100%;
	display: block;

}
.form-block .btn{
	margin: 20px auto;
	display: block;
	width: 260px;
	background-position:25px 10px;
}
.form-block .form-content{
	padding-bottom: 20px;
	border-bottom:1px solid #d7d7d7;
}
.form-row{

	margin: 0 auto;
}
.border-dotted{
	border-bottom:2px dotted #e0e0e0;
}
.button-block{

	margin: 0 auto;
}

.name-set{
	font-size: 22px;
	font-family: 'Marmelad', sans-serif;
	color:#8d4abf;
	display: block;



}
.photo-set{
	float: left;
	margin-right: 10px;

}
.set-description-text{
	border-top:1px solid #e6e7e8;
	padding-top:15px;
	margin-top: 15px;
}
.content-layout{
	padding-left: 15px;
	padding-right: 15px;
}
.set-product{
	border-top:1px solid #e3e3e3;
	position:relative;
	padding-top: 20px;
}
.set-product:before{
	background-color: #ffffff;
	border-top:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	width: 10px;
	height: 10px;
	content:'';
	position:absolute;
	left: 50px;
	top:-5px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.set-product ul li a span{
	display:table-cell;
	vertical-align: top;
}
.set-product ul li a span:first-child{
	width: 135px;
	text-align: center;
}
.set-product ul li a span:last-child{
	padding-left: 35px;
	padding-right:20px;
	border-left:1px solid #e3e3e3;
}
.set-product ul li a{
	display: table;
	vertical-align: top;


}
.set-product ul li{
	margin-bottom: 25px;
	border-bottom:1px solid #f3f3f3;
	padding-bottom: 25px;
}
.set-product ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.product-description{
	background-color: #2e2e2e;
	color:#d3d3d3;
	position:relative;
	padding:20px 15px;
}
.product-description:before{
	background-color: #2e2e2e;
	width: 10px;
	height: 10px;
	content:'';
	position:absolute;
	left: 50px;
	top:-5px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.product-description h3, .product-description .h3 {
	color:#b16de3;
	margin: 40px 0 20px 0;

}
.product-description ul li{
	color:#d3d3d3;
	list-style-type:disc;
	margin-left: 30px;
}

.info-title{
	font-family:'Marmelad', sans-serif;
	font-size: 18px;
}
.info-title span{
	color:#ffffff;
}
.product-detail{
	border-top:1px solid #868686;
	border-bottom:1px solid #868686;
	margin: 20px 0;
	color:#ffffff;
	width: 100%;

}
.product-detail tr:first-child td{
	padding-top: 20px;
}
.product-detail tr:last-child td{
	padding-bottom: 20px;
}
.product-detail td{
	padding: 0px 10px 0 0;
}
.product-detail td.product-detail-title{
	padding: 20px 0;

}
.label-info{
	color:#d3d3d3;
}
.product-detail .block {
    overflow: hidden;
    padding: 15px 0;
}
/*.product-detail .cell {
    float: left; width: 50%;
}*/
.title-coment{
	padding-bottom: 40px;
}
.steps {
	text-align: center;
	margin-bottom: 1em;
	color: #FFC301;
}
.steps .step{
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 17px;
	border: solid 1px #FFC301;
	border-radius: 100%;
}
.steps .step.step-active {
	font-weight: bold;
	background: #FFC301;
	color: #5F4900;
}
.steps h2 {
	margin-top: 5px;
	color: #5F4900;
	font-size: 18px;
}

.photo-product{

	position:relative;
	text-align: center;
	padding-top:20px;

}
.photo-product img{
	max-width:80px;
}
.close-link{
	display: block;
	border:1px solid #c6c6c6;
	width: 20px;
	height:20px;
	border-radius: 20px;
	position:absolute;
	top:20px;
	left:-3px;

	background-color:#fcfcfc;
	background-image: url(../images/icon-close.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.title-product-order{
	color:#8b49bc;
	font-size: 20px;
	font-family: 'Marmelad', sans-serif;
	padding-top: 20px;

}
.list-order{
	border-bottom:1px solid #adadad;
	width: 100%;
}
.list-order td{

	border-top:1px solid #adadad;
	padding: 7px;
	vertical-align: top;
}
.list-order td:first-child{
	width: 110px;
}
.oder-description{
	margin-top: 15px;
}

.price-order{
	font-weight: bold;
	display: block;
}
.order-result{

	border-bottom:1px solid #adadad;
	padding: 25px 25px 35px 25px;
	text-align: center;
}
.col-bonus{
	text-align: right;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.order-result-row{
	text-align: right;
	margin-bottom: 20px;
}
.col-bonus span{
	color:#8d4abf;
}
.order-result-row .label{
	color:#797979;
}
.order-result .btn{
	margin-top: 20px;
}
.link-map{
	display: block;
	background: url(../images/icon-map.png) no-repeat 0 center;
	padding-left: 20px;

}
.address p{
	color:#585858;
}
.address p span{
	color:#323232;
	display: block;
}
.bg-form-block{
	background-color: #eeeeee;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	margin-top: 35px;

}
.bg-form-block .layout-padding{
	position:relative;
	padding-bottom:20px;
}
.bg-form-block .layout-padding:after{
	background-color: #ffffff;
	border-top:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	width: 12px;
	height: 12px;
	content:'';
	position:absolute;
	right: 25px;
	bottom:-7px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.bg-form-block .form-row:last-child{
	border-top:1px solid #d6d6d6;
	padding-top: 20px;
}
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="text"],
.form-row select{
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.form-row {
	margin-bottom: 15px;
}
.link-list-order{
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.link-list-order a{
	display: block;
	margin-top: 20px;
	position:relative;

}
.link-list-order a span{
	background-color: #ffffff;
	border-top:2px solid #8d4abf;
	border-right:2px solid #8d4abf;
	width: 7px;
	height: 7px;
	display:inline-block;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position:absolute;
    margin-left: 2px;
    top:7px;
}
.bg-form-block h3 {
	text-transform: uppercase;
}
/*.footer{
	background-color: #292929;
	width: 100%;
	margin-top: 20px;
}
.footer-menu .footer-link{
	font-family: 'Roboto';
	font-size: 16px;
	color:#eeb404;
	text-transform: uppercase;
	display: block;
	padding: 20px 20px 20px 0 ;
	position:relative;
}
.footer-menu ul li a.footer-link:before{
	background-color: #292929;
	border-top:2px solid #eeb404;
	border-right:2px solid #eeb404;
	width: 7px;
	height: 7px;
	content:'';
	position:absolute;
	right:0;
	top:25px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.footer-menu ul{
	padding: 5px 15px 15px 15px;
}
.footer-menu ul li{
	border-bottom:1px solid #3e3e3e;

}
.footer-menu ul li .contact-info{
	font-family: 'Roboto';
	color:#ffffff;
	font-size: 18px;
	margin-top:15px;
	padding-left:40px;
	padding-bottom:15px;
	padding-top: 15px;
	background: url(../images/icon-phone.png) no-repeat 0 35px;
	margin-bottom: 10px;
}
.footer-menu ul li .contact-info a{
	color:#ffffff;
}
.footer-menu ul li .contact-info span{
	font-size: 24px;
	display: block;
}
.footer-menu ul li .langs a {
	line-height: 50px;
	font-size: 14px;
	color: #eeb404;
	margin: 5px;
	text-transform: uppercase;
	border: dotted 1px #444;
	padding: 5px 10px;
	border-radius: 3px;
}
.footer-menu ul li .langs a.active {
	color: #fff;
}
.bottom-info-footer{
	padding: 0 20px 10px 20px;
}
.bottom-info-footer span{
	font-family: 'Roboto';
	display:block;
	font-size: 14px;
	color:#585858;
	text-transform: uppercase;
}
.icon-footer{
	width: 25px;
	height: 23px;
	display: inline-block;
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-right: 10px;

}
.icon-full{
	background-image: url(../images/icon-full.png);
}
.icon-basket{
	background-image: url(../images/icon-help.png);
}
.icon-info{
	background-image: url(../images/icon-info.png);
}
*/

.product-link span.label {
    border: none;
    border-left: dashed 1px #ffffff;
    margin: 0 0 1px 0;
    font-size: 11px;
    height: auto;
    padding: 2px 10px;
    opacity: 0.75;
    border-radius: 0 3px 3px 0;
}
.product-photo div.label {
    border-left: dashed 1px #ffffff;
    margin: 0 0 1px 0;
    font-size: 14px;
    height: auto;
    padding: 2px 10px;
    opacity: 0.75;
    border-radius: 0 3px 3px 0;
}
.label-novelty 		{ background: #0084ff !important; color: #ffffff !important; }
.label-share 		{ background: #ec3200 !important; color: #ffffff !important; }
.label-superprice 	{ background: #9519f4 !important; color: #ffffff !important; }
.label-bestseller 	{ background: #009160 !important; color: #ffffff !important; }
.label-inkit 		{ background: #9519f4 !important; color: #ffffff !important; }

.product-link span.label-fastshipping, .product-photo div.label-fastshipping {
	width: 37px;
	height: 37px;
	background: url(/stat/img/24h37px.png);
	margin: 5px 0;
	border: none;
	position: absolute;
	top: 10px;
	right: 10px;
}


.product-label {
	text-align: left;
	border-left: dashed 1px #fff;
	font-size: 14px;
	padding: 2px 10px;
	opacity: 0.75;
	border-radius: 0 3px 3px 0;
}





#form-filter label.disabled { color: #999999; }
ul.filter-list b a { border: solid 1px #c7c7cc; display: block; margin-top: 10px; border-radius: 5px; line-height: 40px; padding: 0 20px; }
ul.filter-list ul { border: solid 1px #c7c7cc; border-top: none; margin-bottom: 10px; padding: 10px 20px; border-radius: 5px; font-size: 14px }
ul.filter-list small { color: #999999; }

ul.breadcrumbs { margin: 0 15px 20px 15px; font-size: 13px; }
ul.breadcrumbs li { display: inline-block; margin-right: 4px; }
ul.breadcrumbs li:before { content: '\BB'; margin-right: 4px; }
/*ul.breadcrumbs li:last-child a { color: #666; }*/


.category-accordion ul li a {
    display: block; border-radius: 5px; padding: 10px;
    margin-bottom: 1px;
    border-bottom: 1px solid #e1ab00;
    background-image: -webkit-linear-gradient(top, #ffd241 0%, #ffc200 100%);
    color: #000;
}
.category-accordion ul span {
	display: inline-block;
	width: 17px;
	text-align: center;
	margin-right: 5px;
}
.category-accordion ul ul { margin-left: 20px; display: none; }
.category-accordion ul li li a {
    background-image: -webkit-linear-gradient(top, #ffdf74 0%, #ffd13d 100%);
}
.category-accordion ul li li li a {
    background-image: -webkit-linear-gradient(top, #ffe79a 0%, #ffd66c 100%);
}
.category-accordion ul li.light a {
	background-image: -webkit-linear-gradient(top, #ffe79a 0%, #ffd66c 100%);
}

/* список в виде кнопок */
.list-btn>li {
	border-radius: 5px; padding: 10px;
	background-image: -webkit-linear-gradient(top, #ffdf74 0%, #ffd13d 100%);
	margin: 1px 0;
}
.list-btn>li.light {
	background-image: -webkit-linear-gradient(top, #ffedb1 0%, #ffde8f 100%);
}
.list-btn>li.white {
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
}
.list-btn>li>a {
	color: #000;
}


/*.row { overflow: hidden; }*/
.pull-left { float: left; }
.pull-right{ float: right; }

ul.hborder-list {
	border-top: solid 1px #ccc;
}
ul.hborder-list>li {
	border-bottom: solid 1px #ccc;
	padding: 10px;
}


.error { color: #f00; }



.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: none;
}

.mm-ismenu.nav-menu-left li a, .mm-ismenu.nav-menu-left li span, .mm-ismenu.nav-menu-left li b {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
}
.mm-ismenu.nav-menu-left li b {
    font-weight: normal;
    line-height: 15px;
    color: #eeb404;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mm-ismenu.nav-menu-left li a, .mm-ismenu.nav-menu-left li span {
    line-height: 15px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
    padding-top: 0;
}

.info {
    margin-top: 25px;
    margin-bottom: 45px;
}
.info h1 {
    margin-bottom: 15px;
}
.info ul {
    margin: 10px 0;
    padding: 0 20px;
}
.info ul li{
    list-style-type: disc;
}
.info img {
    max-width: 100%;
}

.kit-product { float: left; padding: 15px; border: 1px solid #cd8dfe; border-radius: 10px; margin: 7px; }
.kit-product ul.kit-form li.product-container { text-align: center; list-style-type: none; vertical-align: top; float: left; width: 100%; margin-bottom: 10px; }
.kit-product ul.kit-form li.product-container div { float: left; }
.kit-product ul.kit-form li.product-container div.title { width: 62%; padding-top: 15px; }
.kit-product ul.kit-form li.product-container div.prices { width: 100%; }
.kit-product ul.kit-form li.product-container div.price-retail { font-size: 17px; position: relative; width: 62%; margin: auto; min-height: 27px; padding-left: 70px; }
.kit-product ul.kit-form li.product-container div.price-our { font-size: 19px; width: 62%; padding-left: 70px; }
.kit-product ul.kit-form li.plus { list-style-type: none; vertical-align: top; font-size: 30px; background: url(/images/gold/kit-plus.png) no-repeat 50% 0%; width: 62%; height: 25px; float: left; padding-left: 120px; }
.kit-product ul.kit-form li.submit { float: right; list-style-type: none; text-align: center; width: 100%; }
.kit-product ul.kit-form li.submit div.submit { float: right; }
.kit-product ul.kit-form li.submit ul { list-style-type: none; text-align: left; margin: 8px 0px 20px 0px; float: left; width: 100%; padding: 0px 20px 0px 0px; }
.kit-product ul.kit-form li.submit ul li { font-size: 15px; padding-top: 7px; }
.kit-product ul.kit-form li.submit ul li.our-price { padding-top: 0px; }
.kit-product ul.kit-form li.submit ul li.our-price span { font-size: 22px; color: #965ACC; }
.kit-product a.kit-add { color: white; border-bottom: none; width: 160px; font-size: 15px; padding: 12px 3px !important; border-radius: 3px; font-weight: normal; margin-top: 0px;
  border: 0px;
  border: solid 0px #dadada;
  border-top: solid 1px #ba85e2;
  color: #ffffff;
  padding: 7px 12px 11px 12px !important;
  font-weight: normal;
  text-decoration: none;
  background-image: linear-gradient(bottom,rgb(108,42,159) 57%,rgb(150,90,204) 59%);
  background-image: -o-linear-gradient(bottom,rgb(108,42,159) 57%,rgb(150,90,204) 59%);
  background-image: -moz-linear-gradient(bottom,rgb(108,42,159) 57%,rgb(150,90,204) 59%);
  background-image: -webkit-linear-gradient(bottom,rgb(108,42,159) 57%,rgb(150,90,204) 59%);
  background-image: -ms-linear-gradient(bottom,rgb(108,42,159) 57%,rgb(150,90,204) 59%);
  background-image: -webkit-gradient( linear,left bottom,left top,color-stop(0.57,rgb(108,42,159)),color-stop(0.59,rgb(150,90,204)) );
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#6C2A9F,endColorstr=#965ACC,GradientType=0);
  font-size: 15px;
  font-family: 'Marmelad',sans-serif; }
.kit-product a.kit-add[disabled] { opacity: 0.6; cursor: default; background: #282828; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.kit-product-checkbox {width: 28px;height: 28px;background: #fcfff4;background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );margin: 20px auto;-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);position: relative; float: right !important; }
.kit-product-checkbox label {cursor: pointer;position: absolute;width: 20px;height: 20px;left: 4px;top: 4px;-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);background: -webkit-linear-gradient(top, rgb(108,42,159) 0%, rgb(150,90,204) 100%);background: -moz-linear-gradient(top, rgb(108,42,159) 0%, rgb(150,90,204) 100%);background: -o-linear-gradient(top, rgb(108,42,159) 0%, rgb(150,90,204) 100%);background: -ms-linear-gradient(top, rgb(108,42,159) 0%, rgb(150,90,204) 100%);background: linear-gradient(top, rgb(108,42,159) 0%, rgb(150,90,204) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C2A9F', endColorstr='#965ACC',GradientType=0 );}
.kit-product-checkbox label:after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);opacity: 0;content: '';position: absolute;width: 12px;height: 8px;background: transparent;top: 3px;left: 3px;border: 3px solid #fcfff4;border-top: none;border-right: none;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.kit-product-checkbox label:hover::after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter: alpha(opacity=30);opacity: 0.3;}
.kit-product-checkbox input[type=checkbox]:checked + label:after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1;}


.btn-orange, a.btn-orange {
	display: inline-block;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 1px;
	border-bottom: 1px solid #e1ab00;
	background-image: -webkit-linear-gradient(top, #ffd241 0%, #ffc200 100%);
	color: #000;
}
.btn-phone, a.btn-phone {
	font-size: 15px;
	text-align: center;
	margin: 5px 5px 10px 5px;
	padding-left: 35px;
	font-weight: bold;
	background: url(/m/images/icon-phone2.png) 10px 50% no-repeat, -webkit-linear-gradient(top, #ffd241 0%, #f0af00 100%);
}

.worktime {
	margin: 5px 5px 10px 5px;
	display: inline-block;
	color: #bbb;
	font-size: 11px;
	vertical-align: middle;
	box-sizing: border-box;
}


.features-list {
	margin: 10px 0;
	border: 1px solid #ececec;
	border-radius: 3px;
	background: #f5f5f5;
}
.features-list li a {
	display: block;
	height: 49px;
	line-height: 49px;
	color: #8d4bbf;
}
.features-list li {
	background: #f8f8f8 url(/images/gold/bullets2.png) 0 0 no-repeat;
	padding-left: 40px;
	height: 49px;
	overflow: hidden;
	font-size: 12px;
	border-bottom: solid 1px #ececec;
}
.features-list li:last-child  {
	border-bottom: none;
}
ul.features-list li.bull-0 { background-position: -5px -200px; }
ul.features-list li.bull-1 { background-position: -5px 0; }
ul.features-list li.bull-2 { background-position: -5px -50px; }
ul.features-list li.bull-3 { background-position: -5px -100px; }
ul.features-list li.bull-4 { background-position: -5px -150px; }
ul.features-list li.bull-5 { background-position: -5px -250px; }
ul.features-list li.bull-6 { background-position: -5px -300px; }


form>ul {
	list-style: none;
}
form>ul>li {
	padding: 7px 0;
	list-style-type: none !important;
}
form>ul>li>label {
	display: block;
}
form ul.error_list {
	color: #f00;
	list-style: none;
}
form>ul>li>textarea {
	height: 100px !important;
	padding: 10px 15px;
}
form>ul>li>small {
	color: #777;
}

form.online-pay-form {
  margin-top: 15px;
}
form.online-pay-form * {
  font-size: 17px !important;
}
form.online-pay-form input[type="submit"] {
  background-color: transparent;
  border: none;
  color: #955bc3;
  text-decoration: underline;
}
form.online-pay-form button[type="submit"]:not(.click-here), form.online-pay-form input[type="submit"]:not(.click-here){
  display: none;
}



.product-list .product .price-block {
	/* margin: 10px 15px 10px 15px; */
	/* padding-left: 16px; */
}
.product-list .product .price-block .price-product {
	overflow: hidden;
}
.product-list .product .fav-link,
.product-list .product .cmp-link,
.product-list .product .remove-btn {
	float: right;
	font-size: 25px;
	width: 25px;
	/* height: 14px; */
	/* line-height: 0; */
	margin-left: 15px;
}
.remove-btn {
	color: #f00;
}
.fav-link.on,
.cmp-link.on {
	color: #8d4abf;
}
.fav-link.off,
.cmp-link.off {
	color: #ccc;
}
/*.product-list .product .fav-link.off { background: url(/images/gold/fav0.png) no-repeat; }
.product-list .product .fav-link.on  { background: url(/images/gold/fav1.png) no-repeat; }*/


#form-add-product .fav-link, #form-add-product .cmp-link {
	float: right;
	width: 16px;
	height: 14px;
	margin-top: 12px;
}
#form-add-product .fav-link.off { background: url(/images/gold/fav0.png) no-repeat; }
#form-add-product .fav-link.on  { background: url(/images/gold/fav1.png) no-repeat; }


.remodal .modal-content {
	text-align: left;
}




#subscribe-modal.remodal {
	padding: 0;
}
#subscribe-modal .modal-body {
	padding: 0;
}
@media (max-width: 461px) {
	#subscribe-modal.remodal { width: 277px; }
	#subscribe-modal .modal-content { width: 277px; height: 458px; border: none; }
	#subscribe-modal .banner { width: 277px; height: 276px; float: left; }
	#subscribe-modal.site-goldua .banner { background: url(/stat/img/subscribe-modal/goldua-sm.png) no-repeat; }
	#subscribe-modal.site-goldua .banner.culture-ru { background: url(/stat/img/subscribe-modal/goldua-ru-sm.png) no-repeat; }
	#subscribe-modal.site-goldua .banner.culture-uk { background: url(/stat/img/subscribe-modal/goldua-uk-sm.png) no-repeat; }
	#subscribe-modal.site-gold24 .banner { background: url(/stat/img/subscribe-modal/gold24-sm.png) no-repeat; }
	#subscribe-modal.site-goldin .banner { background: url(/stat/img/subscribe-modal/goldin-sm.png) no-repeat; }
	#subscribe-modal .banner a { display: block; line-height: 45px; margin-top: 231px; text-indent: -9000px; }
	#subscribe-modal .form-panel { width: 277px; text-align: center; float: left }
	#subscribe-modal form { margin-top: 18px; margin-bottom: 12px; }
	#subscribe-modal form input { width: 190px; margin: 2px auto; border-radius: 3px }
	#subscribe-modal .subscribe-social { margin-top: 12px; }
}
@media (min-width: 462px) and (max-width: 767px) {
	#subscribe-modal.remodal { width: 420px; }
	#subscribe-modal .modal-content { width: 420px; height: 390px; border: none; }
	#subscribe-modal .banner { width: 420px; height: 276px; float: left; }
	#subscribe-modal.site-goldua .banner { background: url(/stat/img/subscribe-modal/goldua-md.png) no-repeat; }
	#subscribe-modal.site-goldua .banner.culture-ru { background: url(/stat/img/subscribe-modal/goldua-ru-md.png) no-repeat; }
	#subscribe-modal.site-goldua .banner.culture-uk { background: url(/stat/img/subscribe-modal/goldua-uk-md.png) no-repeat; }
	#subscribe-modal.site-gold24 .banner { background: url(/stat/img/subscribe-modal/gold24-md.png) no-repeat; }
	#subscribe-modal.site-goldin .banner { background: url(/stat/img/subscribe-modal/goldin-md.png) no-repeat; }
	#subscribe-modal .banner a { display: block; line-height: 45px; margin-top: 231px; text-indent: -9000px; }
	#subscribe-modal .form-panel { width: 420px; display: table; height: 114px }
	#subscribe-modal form { width: 232px; display: table-cell; vertical-align: middle; }
	#subscribe-modal form input { width: 180px; margin: 2px auto; border-radius: 3px; display: block }
	#subscribe-modal .or { display: table-cell; vertical-align: middle; }
	#subscribe-modal .subscribe-social { display: table-cell; vertical-align: middle; }
	#subscribe-modal .subscribe-social td { display: block; padding: 0; margin: 0 }
}
@media (min-width: 768px) {
	#subscribe-modal.remodal { width: 712px; }
	#subscribe-modal .modal-content { width: 712px; height: 407px; border: none; }
	#subscribe-modal .banner { width: 460px; height: 407px; float: left; }
	#subscribe-modal.site-goldua .banner { background: url(/stat/img/subscribe-modal/goldua-lg.png) no-repeat; }
	#subscribe-modal.site-goldua .banner.culture-ru { background: url(/stat/img/subscribe-modal/goldua-ru-lg.png) no-repeat; }
	#subscribe-modal.site-goldua .banner.culture-uk { background: url(/stat/img/subscribe-modal/goldua-uk-lg.png) no-repeat; }
	#subscribe-modal.site-gold24 .banner { background: url(/stat/img/subscribe-modal/gold24-lg.png) no-repeat; }
	#subscribe-modal.site-goldin .banner { background: url(/stat/img/subscribe-modal/goldin-lg.png) no-repeat; }
	#subscribe-modal .banner a { display: block; line-height: 45px; margin-top: 362px; text-indent: -9000px; }
	#subscribe-modal .form-panel { float: left; width: 252px; padding-top: 220px; text-align: center; background: url(/stat/img/subscribe-modal/ring-img.png) no-repeat 61px 47px; }
	#subscribe-modal form { margin-bottom: 20px; }
	#subscribe-modal form input { width: 190px; margin: 2px auto; border-radius: 3px }
	#subscribe-modal .subscribe-social { margin-top: 20px; }
}



.btn-yellow {
	border-radius: 0;
	font-size: 12px;
	color: #594100 !important;
	border: none;
	border-top: solid 1px #feee7f;
	border-bottom: solid 1px #cb9900;
	outline: none !important;
	background: #ffd800; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd800 0%, #ffc200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd800), color-stop(100%,#ffc200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd800 0%,#ffc200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd800 0%,#ffc200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd800 0%,#ffc200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd800 0%,#ffc200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ffc200',GradientType=0 ); /* IE6-9 */
}



.m-breadcrumbs {
	background: #f8f8f8;
	overflow: hidden;
	text-align: center;
	padding: 7px 10px;
	height: 25px;
	border-bottom: solid 1px #c7c7cc;
}
.m-breadcrumbs .backlink {
	float: left;
	display: inline-block;
	text-align: center;
	background: #ddd;
	width: 30px;
	height: 25px;
	line-height: 23px;
	border-radius: 2px;
	font-size: 20px;
	box-shadow: 1px 1px 2px 0 #999;
	color: #634C00;
	text-shadow: 0 1px 0 #634C00;
	font-family: serif;
}
.m-breadcrumbs > .title, .m-breadcrumbs > .title > h1 {
	position: absolute;
	left: 25px;
	right: 20px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #333;
	margin: 0;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-breadcrumbs > .submenu {
	display: inline-block;
	float: right;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #333;
}
ul.m-submenu {
	display: none;
	position: absolute;
	z-index: 1000;
	background: #f8f8f8;
	border: solid 1px #C7C7CC;
	border-radius: 2px;
	right: 0;
	margin-top: -1px;
}
ul.m-submenu > li {
	border-bottom: solid 1px #C7C7CC;
	padding: 10px;
}
ul.m-submenu > li:last-child {
	border-bottom: none;
}
ul.m-submenu > li > a {
	color: #333;
}

.remodal-close:before {
	font-size: 30px;
	line-height: 30px;
	width: 30px;
}

.courier-delivery {}
.courier-delivery img {
    margin: 10px;
    height: 50px;
}
.hidden {
    display: none;
}


.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd;
	padding: 5px 10px;
}


form.form-profile { width: 100% }
form.form-profile input[type=text] { width: 90% }
form.form-profile select#sf_guard_user_profile_region,
form.form-profile select#sf_guard_user_profile_city_id{ width: 100% }


/* gems page -------------------------------------------------------------------------------------------------------------------------------------- */

.slider-selection {
	background: #ffe585 !important;
}
.slider-handle {
	background: #ffc000 !important;
}
.slider-tick.in-selection {
	background: #FFDF61 !important;
}
.slider-track-low, .slider-track-high {
	background: #eee !important;
}

input.chk-gem-shape[type=checkbox] { display: none; }
input.chk-gem-shape[type=checkbox] + label.chk-gem-shape
{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 5px;
	background-size: 34px;
	border: solid 1px #eee;
	border-radius: 4px;
	width: 60px;
	height: 16px;
	display: inline-block;
	padding: 42px 0 0 0;
	text-align: center;
	font-size: 11px;
}
input.chk-gem-shape[type=checkbox]:checked + label.chk-gem-shape
{
	background-color: #ffc000;
}
label.chk-gem-shape-124451 { background-image: url(/stat/img/gem/princess.png) }
label.chk-gem-shape-124453 { background-image: url(/stat/img/gem/round.png) }
label.chk-gem-shape-124457 { background-image: url(/stat/img/gem/emerald.png) }
label.chk-gem-shape-124465 { background-image: url(/stat/img/gem/pear.png) }
label.chk-gem-shape-124635 { background-image: url(/stat/img/gem/oval.png) }
label.chk-gem-shape-124648 { background-image: url(/stat/img/gem/marquise.png) }
label.chk-gem-shape-124655 { background-image: url(/stat/img/gem/heart.png) }

.col-f-cut .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
	font-size: 11px;
}


.gems-table { width: 100%; margin-bottom: 20px; font-size: 15px }
.gems-table th, .gems-table td { padding: 3px 2px; }
.gems-table a.sort { color: #000; }
.gems-table th.active {
     background-image: linear-gradient(bottom, rgb(198,198,198) 37%, rgb(214,214,214) 69%);
     background-image: -o-linear-gradient(bottom,rgb(198,198,198) 37%,rgb(214,214,214) 69%);
     background-image: -moz-linear-gradient(bottom,rgb(198,198,198) 37%,rgb(214,214,214) 69%);
     background-image: -webkit-linear-gradient(bottom,rgb(198,198,198) 37%,rgb(214,214,214) 69%);
     background-image: -ms-linear-gradient(bottom,rgb(198,198,198) 37%,rgb(214,214,214) 69%);
     background-image: -webkit-gradient( linear,left bottom,left top,color-stop(0.37,rgb(198,198,198)),color-stop(0.69,rgb(214,214,214)) );
 }
.gems-table thead {
	line-height: 30px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #ddd;
	border-radius: 3px;
	background-image: linear-gradient(bottom,rgb(236,236,236) 37%,rgb(244,244,244) 69%);
	background-image: -o-linear-gradient(bottom,rgb(236,236,236) 37%,rgb(244,244,244) 69%);
	background-image: -moz-linear-gradient(bottom,rgb(236,236,236) 37%,rgb(244,244,244) 69%);
	background-image: -webkit-linear-gradient(bottom,rgb(236,236,236) 37%,rgb(244,244,244) 69%);
	background-image: -ms-linear-gradient(bottom,rgb(236,236,236) 37%,rgb(244,244,244) 69%);
	background-image: -webkit-gradient( linear,left bottom,left top,color-stop(0.37,rgb(236,236,236)),color-stop(0.69,rgb(244,244,244)) );
	font-size: 13px;
}
.gems-table tbody tr { border-bottom: solid 1px #ddd; }
.gems-table tbody tr:hover { background: #f8f8f8 }
.gem-shape {
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 29px;
	height: 29px;
	width: 29px;
	overflow: hidden;
	text-indent: -9000px;
}
.gem-shape-124451 { background-image: url(/stat/img/gem/princess.png) }
.gem-shape-124453 { background-image: url(/stat/img/gem/round.png) }
.gem-shape-124457 { background-image: url(/stat/img/gem/emerald.png) }
.gem-shape-124465 { background-image: url(/stat/img/gem/pear.png) }
.gem-shape-124635 { background-image: url(/stat/img/gem/oval.png) }
.gem-shape-124648 { background-image: url(/stat/img/gem/marquise.png) }
.gem-shape-124655 { background-image: url(/stat/img/gem/heart.png) }


table.binds { font-size: 11px;}
table.binds th { background: #333; color: #fff; }
table.binds th, table.binds td { border: solid 1px #888 }
table.binds tr { color: #0000FF; }
table.binds tr.bind-reserved { color: green; }
table.binds tr.bind-reserved.bind-completed { text-decoration: line-through; }
table.binds tr.bind-active { font-weight: bold; background: inherit; }
table.binds tr.bind-absent { font-style: italic; color: #999; background: inherit; }
table.binds tr.bind-hidden { /* text-decoration: line-through; color: #CCC; background: inherit; */ display: none }



/* flipclock begin */
.countdown-wrapper {
	text-align: center;
	display: inline-block;
}
.countdown-wrapper.product-countdown {
	width: 190px;
	float: right;
}

.countdown-wrapper:before,
.countdown-wrapper:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.countdown-wrapper:after {
	clear: both;
}

/* Skeleton */
.countdown-wrapper ul {
	position: relative;
	float: left;
	margin: 1px;
	width: 18px;
	height: 25px;
	font-size: 80px;
	font-weight: bold;
	line-height: 27px;
	border-radius: 1px;
	background: #fff;
	list-style-type: none;
	padding: 0px;
}

.countdown-wrapper ul li {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 23px;
	text-decoration: none !important;
}

.countdown-wrapper ul li:first-child {
	z-index: 2; }

.countdown-wrapper ul li a {
	display: block;
	height: 100%;
	-webkit-perspective: 200px;
	-moz-perspective: 200px;
	perspective: 200px;
	margin: 0 !important;
	overflow: visible !important;
	cursor: default !important;
	text-decoration: none !important;
	border-bottom: none;
}

.countdown-wrapper ul li a div {
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	font-size: 80px;
	overflow: hidden;
	outline: 1px solid transparent; }

.countdown-wrapper ul li a div .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2; }

.countdown-wrapper ul li a div.up {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	top: 0; }

.countdown-wrapper ul li a div.up:after {
	content: "";
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 3px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4); }

.countdown-wrapper ul li a div.down {
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	bottom: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.countdown-wrapper ul li a div div.inn {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 200%;
	color: #8d4bbf;
	/*text-shadow: 0 1px 2px #8d4bbf;*/
	text-align: center;
	background-color: #fff;
	border-radius: 1px;
	font-size: 15px; }

.countdown-wrapper ul li a div.up div.inn {
	top: 0; }

.countdown-wrapper ul li a div.down div.inn {
	bottom: 0; }

/* PLAY */
.countdown-wrapper ul.countdown-play li.flip-clock-before {
	z-index: 3; }

.countdown-wrapper .flip {   /*box-shadow: 0 2px 5px #8d4bbf;*/ border: 1px solid #8d4bbf; }

.countdown-wrapper ul.countdown-play li.flip-clock-active {
	-webkit-animation: asd 0.5s 0.5s linear both;
	-moz-animation: asd 0.5s 0.5s linear both;
	animation: asd 0.5s 0.5s linear both;
	z-index: 5; }

.countdown-divider {
	float: left;
	display: inline-block;
	position: relative;
	width: 8px;
	height: 40px;
	font-size: 10px; }

.countdown-divider:first-child {
	width: 0; }

.countdown-dot {
	display: block;
	background: #8d4bbf;
	width: 3px;
	height: 3px;
	position: absolute;
	border-radius: 50%;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
	left: 3px; }

.countdown-divider .countdown-label {
	position: absolute;
	top: -1.5em;
	right: -30px;
	color: black;
	text-shadow: none; }

.countdown-divider.minutes .countdown-label {
	right: -34px; }

.countdown-divider.seconds .countdown-label {
	right: -39px; }

.countdown-dot.top {
	top: 5px; }

.countdown-dot.bottom {
	bottom: 18px; }

@-webkit-keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

@-moz-keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

@-o-keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

@keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

.countdown-wrapper ul.countdown-play li.flip-clock-active .down {
	z-index: 2;
	-webkit-animation: turn 0.5s 0.5s linear both;
	-moz-animation: turn 0.5s 0.5s linear both;
	animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
	0% {
		-webkit-transform: rotateX(90deg); }

	100% {
		-webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
	0% {
		-moz-transform: rotateX(90deg); }

	100% {
		-moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
	0% {
		-o-transform: rotateX(90deg); }

	100% {
		-o-transform: rotateX(0deg); } }

@keyframes turn {
	0% {
		transform: rotateX(90deg); }

	100% {
		transform: rotateX(0deg); } }

.countdown-wrapper ul.countdown-play li.flip-clock-before .up {
	z-index: 2;
	-webkit-animation: turn2 0.5s linear both;
	-moz-animation: turn2 0.5s linear both;
	animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
	0% {
		-webkit-transform: rotateX(0deg); }

	100% {
		-webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
	0% {
		-moz-transform: rotateX(0deg); }

	100% {
		-moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
	0% {
		-o-transform: rotateX(0deg); }

	100% {
		-o-transform: rotateX(-90deg); } }

@keyframes turn2 {
	0% {
		transform: rotateX(0deg); }

	100% {
		transform: rotateX(-90deg); } }

.countdown-wrapper ul li.flip-clock-active {
	z-index: 3; }

/* SHADOW */
.countdown-wrapper ul.countdown-play li.flip-clock-before .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
	background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
	-webkit-animation: show 0.5s linear both;
	-moz-animation: show 0.5s linear both;
	animation: show 0.5s linear both; }

.countdown-wrapper ul.countdown-play li.flip-clock-active .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
	background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
	-webkit-animation: hide 0.5s 0.3s linear both;
	-moz-animation: hide 0.5s 0.3s linear both;
	animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.countdown-wrapper ul.countdown-play li.flip-clock-before .down .shadow {
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
	background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
	-webkit-animation: show 0.5s linear both;
	-moz-animation: show 0.5s linear both;
	animation: show 0.5s linear both; }

.countdown-wrapper ul.countdown-play li.flip-clock-active .down .shadow {
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
	background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
	-webkit-animation: hide 0.5s 0.3s linear both;
	-moz-animation: hide 0.5s 0.3s linear both;
	animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@-moz-keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@-o-keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@-webkit-keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

@-moz-keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

@-o-keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

@keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

/* How to choose in category */
div.how-to-choose {
	margin-bottom: 30px;
}
div.how-to-choose a {
	display: block;
}
/* Large modal for aticles */
.modal.article .modal-dialog {
	width: auto;
}
.modal.article .modal-content {
	padding: 25px;
}
/* Black friday logo */
li.black-friday {
	width: 150px; height: 150px; margin-top: -150px;
}
li.black-friday img { position: absolute; right: 215px; top: 165px; width: 148px; }

@media (min-width: 768px) {
	li.black-friday {
		width: 150px; height: 150px; margin-top: -90px;
	}
	li.black-friday img { position: absolute; right: 30px; top: 235px; width: 148px; }
	/*.footer { height: 390px !important; }*/
}
@media (max-width: 767px) {
	/*.footer { height: 340px !important; }*/
	li.black-friday {
		width: 150px; height: 150px; margin-top: -100px;
	}
}
@media (max-width: 689px) {
	/*.footer { height: 380px !important; }*/
	li.black-friday {
		width: 150px; height: 150px; margin-top: -100px;
	}
	li.black-friday img { position: absolute; right: 75px; top: 200px; width: 148px; }
}

@media (min-width: 992px) {
	li.black-friday {
		width: 150px; height: 150px; margin-top: -150px;
	}
	li.black-friday img { position: absolute; right: 215px; top: 165px; width: 148px; }
	/*.footer { height: 362px !important; }*/
}
/* flipclock end */


#cmp-table th {
	font-size: 0.9em;
	text-align: left;
}
#cmp-table td {
	font-size: 0.9em;
	text-align: center;
}



.breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #f8f8f8;
}
.breadcrumb h1, .breadcrumb a, .breadcrumb span {
	font-size: 16px;
	font-family: Marmelad, sans-serif;
	display: inline;
	padding: 0 10px;
}
.breadcrumb > li {
	padding: 7px 0;
	height: 35px;
	line-height: 35px;
	border-bottom: solid 1px #c7c7cc;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
.breadcrumb > li:not(:last-child) {
	display: none;
}
.breadcrumb > li:last-child {
	cursor: pointer;
}
.breadcrumb > li:last-child:before {
	content: '▼';
	float: right;
	position: relative;
	background: #f8f8f8;
	background: linear-gradient(to left, #f8f8f8 65%, rgba(248, 248, 248, 0.1) 90%);
	padding: 0 10px 0 20px;
}
.breadcrumb.opened > li:not(:last-child) {
	display: block;
}
.breadcrumb.opened > li:last-child:before {
	content: '▲';
}


/* ------------------------------------------------------------------------------------------------------------------ */

.category-accordion2 {
	margin: 1em;
}
.category-accordion2 a {
	display: block;
	padding: 15px 30px 15px 15px;
	position: relative;
	font-family: HelveticaNeueCyr, sans-serif;
	font-size: 14px;
}
.category-accordion2 .toggler {
	position: absolute;
	right: 15px;
	top: 18px;
	font-size: 10px;
}
.category-accordion2 > ul > li {
	display: block;
	margin-bottom: 1px;
}
.category-accordion2 > ul > li > a {
	border-radius: 2px;
	background-color: #ebebeb;
	color: #3f1263;
}
.category-accordion2 > ul > li > a > .toggler {
	color: #7a3dab;
}
.category-accordion2 > ul > li > ul > li > a {
	background: #fff;
	color: #333333;
	border-bottom: solid 1px #ebebeb;
	padding-left: 2em;
}
.category-accordion2 > ul > li > ul > li > a > .toggler {
	color: #cccccc;
}
.category-accordion2 > ul > li > ul > li > ul > li > a {
	background: #fff;
	color: #555555;
	border-bottom: dotted 1px #ebebeb;
	padding-left: 4em;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.page-block {
	margin: 2em 1em;
}

.page-block .title {
	font-family: Marmelad, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.home-menu a {
	display: block;
	border-radius: 2px;
	background-color: #f6f6f6;
	padding: 15px 15px 15px 50px;
	margin-bottom: 1px;
	font-family: HelveticaNeueCyr, sans-serif;
	color: #e4ac00;
	font-size: 16px;
	position: relative;
}
.home-menu a .fa {
	position: absolute;
	left: 15px;
	color: #3f1263;
	font-size: 20px;
	font-weight: 400;
}

/* ------------------------------------------------------------------------------------------------------------------ */


.metals-menu ul {
	box-sizing: border-box;
	font-family: HelveticaNeueCyr, sans-serif;
	color: #000000;
	font-size: 14px;
}
.metals-menu li {
	float: left;
	height: 73px;
	box-sizing: border-box;
	width: 50%;
	border: solid 1px #eeeeee;
	padding: 15px;
	margin: 0 0 -1px -1px;
	position: relative;
}
.metals-menu a {
	color:  #7a3dab;
}
.metals-menu a.name {
	display: inline-block;
	width: 6em;
	margin-top: 3px;
}
.metals-menu div.name {
	margin-bottom: 8px;
}
.metals-menu .gicon-ring {
	position: absolute;
	top: 21px;
	right: 15px;
	font-size: 30px
}

/* ------------------------------------------------------------------------------------------------------------------ */


.gems-menu ul {
	box-sizing: border-box;
	font-family: HelveticaNeueCyr, sans-serif;
	font-size: 13px;
}
.gems-menu li {
	float: left;
	text-align: center;
	background: #f6f6f6;
	height: 75px;
	box-sizing: border-box;
	width: 30%;
	padding: 15px;
	margin: 1.5%;
	position: relative;
}
.gems-menu a {
	color: #7a3dab;
}
.gems-menu span[class*='gicon-'] {
	font-size: 27px;
}

/* ------------------------------------------------------------------------------------------------------------------ */


.brands-menu ul {
	box-sizing: border-box;
}
.brands-menu li {
	float: left;
	text-align: center;
	height: 51px;
	box-sizing: border-box;
	width: 30%;
	padding: 0;
	margin: 0 1.5%;
}


/* ------------------------------------------------------------------------------------------------------------------ */


.deal-block {
	display: inline-block;
	background-color: rgba(235, 51, 0, 0.08);
	min-width: 148px;
	font-family: HelveticaNeueCyr, Arial, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 1em;
	margin-bottom: 1px;
}

.deal-block .icon {
	float: left;
	width: 61px;
	text-align: center;
	height: 61px;
	line-height: 61px;
}


.deal-block a.name {
	color: #333333;
	border-bottom: dotted 1px #222222;
	text-decoration: none;
}

.deal-block .timeleft {
	color: #eb3100;
	font-size: 12px;
}

.deal-block.bestseller { background-color: rgba(0, 159, 106, 0.08); }
.deal-block.bestseller .gicon-diamond { color: #009160; }

.deal-block.superprice { background-color: rgba(149, 25, 244, 0.08); }
.deal-block.superprice .gicon-diamond { color: #9519f4; }

.deal-block.novelty { background-color: rgba(50, 149, 255, 0.08); }
.deal-block.novelty .gicon-diamond { color: #0084ff; }

#product-page {
	font-family: HelveticaNeueCyr, Arial, sans-serif;
}

.strikethrough {
	text-decoration:line-through;
}



#product-page #price-retail {
	font-family: HelveticaNeueCyr, sans-serif;
	color: #9c9c9c;
	font-size: 14px;
}
#product-page #price-our {
	font-family: Marmelad, sans-serif;
	color: #000000;
	font-size: 22px;
	font-weight: 400;
}
#product-page a[data-remodal-target] {
	color: #757575;
}
#product-page #bonus-sum {
	white-space: nowrap;
	color: #7a3dab;
	font-size: 14px;
	font-weight: 700;
}
#product-page #economy-sum {
	white-space: nowrap;
	color: #757575;
	font-size: 14px;
	font-weight: 700;
}
#product-page .economy-percent {
	border-radius: 3px;
	background-color: #eb3300;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	padding: 1px 4px;
}
#product-page .product-title {
	margin: 2em 1em;
}
#product-page .product-title h1 {
	font-family: HelveticaNeueCyr, sans-serif;
	color: #222222;
	font-size: 16px;
	text-align: left;
	margin-bottom: 0.5em;
}
#product-page .product-title h1 small {
	font-size: 14px;
	color: #777777;
}
#product-page .product-title .rates .rating-container {
	display: inline-block;
}
#product-page .product-title .rates a {
	font-family: HelveticaNeueCyr, sans-serif;
	color: #7a3dab;
	font-size: 13px;
	text-align: left;
	text-decoration: underline;
}

#product-page #form-add-product {
	margin: 1em 0;
	text-align: center;
}
#product-page #form-add-product .btn-buy-generic {
	border-radius: 2px;
	background-color: #3f1263;
	width: 138px;
	height: 48px;
	border: solid 1px #602d91;
	color: #ffffff;
	font-size: 15px;
	margin: 10px 5px;
	letter-spacing: 2px;
}
#product-page #form-add-product .btn-buy-oneclick {
	border-radius: 2px;
	background: #ffffff;
	width: 138px;
	height: 48px;
	border: solid 1px #602d91;
	color: #3f1263;
	font-size: 14px;
	margin: 10px 5px;
	/*letter-spacing: 1px;*/
}
#product-page #form-add-product .btn-buy-credit {
	background: none;
	padding: 0;
	margin: 10px 5px;
	height: auto;
	width: auto;
	border: none;
	font-size: 13px;
	color: #7a3dab;
	text-decoration: underline dotted;
}

#product-page .icons-row {
	margin: 1em;
	text-align: center;
}
#product-page .icons-row .icon {
	display: inline-block;
	text-align: center;
	color: #222222;
	font-size: 12px;
	line-height: 1;
	width: 90px;
	margin: 5px 1px;
}
#product-page .icons-row .icon a {
	color: #999999;
}
#product-page .icons-row span[class*='gicon-'] {
	font-size: 50px;
	display: block;
	color: #999999;
	margin-bottom: 5px;
}

#product-page .promo-block {
	background: rgba(235, 61, 0, 0.1);
	margin-top: 2px;
	padding: 2em 1em;
	font-size: 13px;
	color: #757575;
	overflow: hidden
}
#product-page .promocode {
	font-weight: bold;
	font-size: 13px;
	padding: 0 4px;
	border-radius: 3px;
	border: dotted 1px #eb3300;
}
#product-page .promo-price-value {
	font-family: Marmelad,sans-serif;
	color: #000000;
	font-size: 20px;
	font-weight: 400;
}

#product-page .promo-economy-sum {
	white-space: nowrap;
	color: #757575;
	font-size: 14px;
	font-weight: 700;
}

.icons-row .icon a:hover {
	color: #864DB3;
}
.icons-row a:hover [class*='gicon-'] {
	color: #864DB3;
}

.expander {
	margin: 1em;
}
.expander-title {
	display: block;
	background-color: #ebebeb;
	color: #222222 !important;
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	position: relative;
	padding-left: 1em;
	margin: 1px 0;
}
.expander-title .toggler {
	font-size: 11px;
	color: #333333;
	position: absolute;
	right: 1em;
	top: 0;
}
.expander-content {
	font-size: 13px;
	color: #222222;
	padding: 1em;
}
.expander-content p {
	margin: 0;
	padding: 0;
}






.props-row {
	margin-top: 20px
}

.props-row .nav-tabs > li.active > a,
.props-row .nav-tabs > li.active > a:focus,
.props-row .nav-tabs > li.active > a:hover {
	font-family: HelveticaNeueCyr, Arial, sans-serif;
	color: #222222;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border: none;
	background: transparent;
	border-bottom: solid 2px #864db3;
}

.props-row .nav-tabs > li > a {
	font-family: HelveticaNeueCyr, Arial, sans-serif;
	color: #777777;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	margin: 0 20px;
}
.props-row .nav-tabs > li > a:hover {
	color: #864db3;
	border-bottom: solid 1px #864db3;
}

.props-row .nav-tabs {
	background-color: #ebebeb;
	border: none;
	height: 44px;
}

.property-row {
	font-family: HelveticaNeueCyr, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	position: relative;
}
.property-row .property-name {
	color: #9c9c9c;
	display: inline-block;
	width: 140px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.property-row .property-name:after {
	content: '...............................';
	color: #9c9c9c;
	font-size: 11px;
	position: absolute;
}
.property-row .property-value {
	color: #222222;
	position: relative;
	top: -5px;
}
.property-row .property-value.iOS {
	top: 0;
}

.approved-string {
	font-family: HelveticaNeueCyr, Arial, sans-serif;
	color: #9c9c9c;
	font-size: 12px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.big-property-row {
	font-family: HelveticaNeueCyr, Arial, sans-serif;
	font-size: 14px;
}
.big-property-row .property-name {
	color: #9c9c9c;
}
.big-property-row .property-name:after {
	content: ':';
}
.big-property-row .property-value {
	color: #222222;
}
.big-property-row .property-value a {
	color: #7a3dab;
	text-decoration: underline;
}
.no-after:after {
	content: '' !important;
}


.deliverypayment-title {
	font-family: HelveticaNeueCyr, Arial, sans-serif;
	color: #222222;
	font-size: 14px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}
.deliverypayment-property-row {
	font-family: HelveticaNeueCyr, Arial, sans-serif;
	color: #9c9c9c;
	font-size: 13px;
	line-height: 18px;
	position: relative;
	overflow: hidden;
}
.deliverypayment-property-row .text:after {
	position: absolute;
    content: '.....................................................................................................................................................................................................................';
	margin-left: 5px;
	font-size: 11px;
}
.deliverypayment-property-row .pull-right {
	color: #222222;
	background: #fff;
	position: relative;
	padding-left: 5px;
}


.comment-item {
	font-family: HelveticaNeueCyr, Arial, sans-serif;
	margin: 2em 0;
}
.comment-header {
	border-bottom: dotted 1px #f8f8f8;
	font-size: 16px;
	padding: 0 0 5px 0;
}
.comment-item .comment-author {
	font-size: 13px;
	font-weight: 700;
	margin-right: 1em;
	color: #777777;
}
.comment-item.comment-by-manager .comment-author {
	color: #e3ab00;
}
.comment-item .comment-date {
	color: #9c9c9c;
	font-size: 13px;
}
.comment-body {
	font-size: 13px;
}
.comment-footer {
	padding: 5px 0 0 0;
}
.comment-children {
	padding-left: 20px;
}
.comment-children .comment-item {
	border-left: solid 2px #eee;
	padding-left: 8px;
}
.comment-children .comment-item.comment-by-manager {
	border-left: solid 2px #e3ab00;
}
.comment-item .comment-footer .reply-link {
	color: #7a3dab !important;
	font-size: 13px;
}
.product-rating-container {
	margin-top: 15px;
	display: inline-block;
}
.product-rating-container .rating-container {
	display: inline-block;
}
.product-rating-container a {
	color: #cd8dfe;
}



.btn-primary {
	font-family: HelveticaNeueCyr, sans-serif;
	color: #ffffff !important;
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid #3f1263;
	background: #3f1263;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
}

.btn-default {
	font-family: HelveticaNeueCyr, sans-serif;
	color: #3f1263 !important;
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid #3f1263;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
}

.btn-link {
	font-family: HelveticaNeueCyr, sans-serif;
	color: #7a3dab !important;
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid transparent;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
}



#post-comment-form label {
	color: #222222;
	font-size: 13px;
}
#post-comment-form input[type=text],
#post-comment-form textarea {
	border-radius: 2px;
	border: 1px solid #cccccc;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
}


#post-comment-form .rating {
	height: 70px;
}
#post-comment-form .empty-stars .descr {
	position: absolute;
	top: 34px;
	margin-left: -34px;
	font-size: 11px;
	text-align: center;
	width: 68px;
}
#post-comment-form .rating-container .star {
	margin: 0 9px;
}
#post-comment-form .rating-container .clear-rating {
	margin-top: -30px;
}
#post-comment-form .theme-diamond2-svg.rating-xs .star {
	width: 38px;
	height: 27px;
}
#post-comment-form .theme-diamond2-svg .empty-stars .star {
	background-size: contain;
	background-position-x: center;
	background-repeat: no-repeat;
}
#post-comment-form #comment-rate {
	display: none;
}

.btn2-yellow {
	display: inline-block;
	border-radius: 2px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background-color:  #e4ac00;
	width: 166px;
	font-family: HelveticaNeueCyr, sans-serif;
	color:  #ffffff;
	font-size: 18px;
}

footer {
	color: #a3a3a3;
	font-size: 13px;
	padding: 20px 15px;
	background-color: #292929;
	font-family: HelveticaNeueCyr, sans-serif;
}
footer .subscribe-panel {
	margin: 30px 0;
}
footer .subscribe-panel b {
	color: #896d10;
}
footer .subscribe-panel .form-inline {
	border-radius: 2px;
	border: solid 1px #e4ac00;
	display: inline-block;
	margin-top: 10px;
}
footer .subscribe-panel .form-group {
	vertical-align: top;
	display: inline-block;
}
footer .subscribe-panel input[type=text] {
	font-size: 13px;
	background: transparent;
	border: none !important;
	box-shadow: none;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 160px;
}
footer .subscribe-panel button {
	background: #e4ac00;
	display: inline-block;
	line-height: 38px;
	border: none;
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 1px;
}

footer .social {
	margin: 20px 0;
}
footer .social a {
	display: inline-block;
	margin: 10px 15px 0 0;
	font-size: 20px;
}
footer .social .gicon-vkontakte { color: #315f88 }
footer .social .gicon-facebook { color: #496ab0 }
footer .social .gicon-twitter { color: #00a9ea }
footer .social .gicon-googleplus { color: #e44321 }
footer .social .gicon-instagram { color: #7a3dab }
footer .social .gicon-youtube { color: #cc2c2b }
footer .social .gicon-odnoklassniki { color: #ef8930 }

footer .fullversion {
	border-top: solid 1px #696969;
	border-bottom: solid 1px #696969;
	margin: 20px -15px;
	padding: 15px 15px;
}
footer .fullversion a {
	color: #d0a92d;
	font-size: 14px;
}
footer .fullversion a .gicon-desktop {
	font-size: 24px;
	margin-right: 5px;
	vertical-align: middle;
}
footer .langs a { color: inherit; margin-right: 10px }
footer .langs a.active { color: #d0a92d; }


/* grid ------------------------------------------------------------------------------------------------------------- */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	float: left;
}
.col-12 { width: 100%; }
.col-11 { width: 91.66666667%; }
.col-10 { width: 83.33333333%; }
.col-9 { width: 75%; }
.col-8 { width: 66.66666667%; }
.col-7 { width: 58.33333333%; }
.col-6 { width: 50%; }
.col-5 { width: 41.66666667%; }
.col-4 { width: 33.33333333%; }
.col-3 { width: 25%; }
.col-2 { width: 16.66666667%; }
.col-1 { width: 8.33333333%; }
.row:before,
.row:after {
	display: table;
	content: " ";
}
.row:after {
	clear: both;
}
.text-center {
	text-align: center;
}


.tel-input-error, input.tel-input-error[type="tel"] { border-color: #f00 !important; }
.tel-input-valid, input.tel-input-valid[type="tel"] { border-color: #0f0 !important; }


#shipterm span { color: #f00 }
