@font-face {
  font-family: CoreCircus;
  src: url('fonts/CoreCircus.ttf');
}

.relative {
    position: relative
}

.flex {
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important
}

.flex-column {
	-webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-ai-center {
    -webkit-align-items: center;
    align-items: center
}

.flex-jc-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.flex-jc-space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.product-detail .product_page_price .price-new {
    font-size: 32px
}

.product-view .content-product-right div.box-review {
    margin-bottom: 15px
}

.products-list.grid .product-layout .product-item-container .right-block .caption .h4,
.products-list.grid .product-layout .product-item-container .right-block .caption h4 {
    height: 82px
}

.product-no-price {
    text-transform: uppercase;
    text-align: center;
    padding: 9px;
    background: #d3d3d3;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px
}

.product-item-container .product-no-price {
    display: block
}

.container.product-detail .product-no-price,
.products-list.list .product-item-container .product-no-price {
    display: inline-block;
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 20px
}

.container.product-detail .product-no-price {
    float: left
}

.container.product-detail:not(.no-price) .product-no-price,
.product-detail.no-price .box-info-product .cart,
.product-detail.no-price .box-info-product .option.quantity,
.product-detail.no-price .inner-box-desc .stock,
.product-detail.no-price .product_page_price,
.product-item-container.no-price .addToCart,
.product-item-container.no-price .price,
.product-item-container.no-price .quickview,
.product-item-container.no-price .total-price,
.product-item-container:not(.no-price) .product-no-price {
    display: none!important
}

#ask-the-price-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 3
}

#ask-the-price-form form {
    position: fixed;
    width: 400px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff
}

#ask-the-price-form form a,
#ask-the-price-form form input,
#ask-the-price-form form label,
#ask-the-price-form form textarea {
    display: block;
    width: 100%
}

#ask-the-price-form form textarea {
    resize: none
}

#ask-the-price-form form img {
    width: 120px;
    margin-right: 14px
}

#ask-the-price-form form .header {
    background: #f2f6f9;
    border-bottom: 1px solid #dfe4eb
}

#ask-the-price-form form .header p {
    padding: 0 25px;
    margin: 0;
    color: #1c1c1c;
    line-height: 52px;
    font-size: 24px
}

#ask-the-price-form form .inner {
    padding: 25px 50px 25px 30px
}

#ask-the-price-form form .close {
    width: 60px;
    border-left: 1px solid #dfe4eb;
    opacity: 1
}

#ask-the-price-form form .close::after,
#ask-the-price-form form .close::before,
#ask-the-price-form form .success {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#ask-the-price-form form .close::after,
#ask-the-price-form form .close::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 10px;
    width: 2px;
    height: 34px;
    background: #b3b9c1
}

#ask-the-price-form form .close::before,
#ask-the-price-form form .close:hover::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#ask-the-price-form form .close::after,
#ask-the-price-form form .close:hover::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#ask-the-price-form form button {
    margin-top: 10px;
    padding: 6px 20px;
    background: #ff8c00;
    color: #fff;
    border: 0
}

#ask-the-price-form form .success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden
}

#ask-the-price-form form .success.hidden {
    width: 0
}

a.load_more {
    display: inline-block;
    margin: 0 auto 50px auto;
    padding: .5em 2em;
    border: 1px solid #ff8c00;
    color: #ff8c00;
    font-size: 14px;
    line-height: 21px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase
}

.refine-search>.row>.form-group {
    overflow: hidden
}
@media (max-width:767px){
	#content .refine-search>.row>.col-xs-4{
		width:50% !important;
	}
	#content .refine-search>.row>.col-xs-4:nth-child(2n+1){
		clear:both;
	}
}
@media (min-width:768px) and (max-width:991px){
	#content .refine-search>.row>.col-sm-6:nth-child(2n+1){
		clear:both;
	}
}
@media (min-width:992px) and (max-width:1199px){
	#content .refine-search>.row>.col-md-4:nth-child(3n+1){
		clear:both;
	}
}
@media (min-width:1200px){
	#content .refine-search>.row>.col-lg-3:nth-child(4n+1){
		clear:both;
	}
}
.sub-menu .menu>ul>li {
    position: relative
}

#product #view-rassrochka-window,
#view-oneclick-window {
	float: left;
	margin-right: 10px;
}

#view-oneclick-window,
#view-rassrochka-window,
#rassrochka-window .block-1 .next,
#rassrochka-window button[type="submit"],
#oneclick-window button[type="submit"] {
	height: 35px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 12px;
    font-weight: 600;
    line-height: 35px;
}

#view-oneclick-window {
	display: inline-block;
	padding: 0 40px;
	background: #087900;
	color: #fff;
}

#view-rassrochka-window,
#rassrochka-window .block-1 .next,
#rassrochka-window button[type="submit"],
#oneclick-window button[type="submit"] {
	padding: 0 25px;
	background: #faa600;
	color: #222;
}

#rassrochka-window,
#oneclick-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,100,.4);
	z-index: 100;
}

#rassrochka-window .inner,
#oneclick-window .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 90%;
	max-height: 90%;
	padding: 15px 20px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	overflow: auto;
	background: #fff;
}

#oneclick-window .inner {
	height: 540px;
	width: 450px;
}

#oneclick-window .product {
	margin: 30px 0;
}

#oneclick-window .product td {
	min-width: 50%;
	max-width: 50%;
	width: 50%;
	vertical-align: top;
}

#rassrochka-window .inner {
	width: 700px;
    height: 630px;
}

#rassrochka-window table,
#oneclick-window table {
	width: 100%;
	color: #222;
}

#rassrochka-window table input[type="text"],
#rassrochka-window table input[type="date"],
#oneclick-window table input[type="text"],
#oneclick-window table input[type="date"],
#oneclick-window table textarea {
	width: 100%;
}

#oneclick-window table textarea {
	resize: none;
}

#rassrochka-window .block-1,
#rassrochka-window .block-3,
#oneclick-window .block-2 {
	height: 100%;
}

#rassrochka-window .block-1 table tr:first-child td {
	background: #087900;
	color: #fff;
	font-weight: bold;
}

#rassrochka-window .block-2 table td,
#oneclick-window .block-1 table td {
	padding: 5px 0;
}

#rassrochka-window .inner .title,
#oneclick-window .inner .title {
	color: #087900;
	font-weight: bold;
	font-size: 22px;
}

#rassrochka-window .title-options,
#rassrochka-window .subtitle,
#rassrochka-window .success,
#oneclick-window .success {
	color: #222;
	font-weight: bold;
	font-size: 18px;
}

#rassrochka-window .block-1:not(.open),
#rassrochka-window .block-2:not(.open),
#rassrochka-window .block-3:not(.open),
#oneclick-window .block-1:not(.open),
#oneclick-window .block-2:not(.open) {
	display: none !important;
}

#rassrochka-window .block-1 .next,
#rassrochka-window button[type="submit"],
#oneclick-window button[type="submit"] {
	display: inline-block;
	margin: 30px 0;
}

#rassrochka-window button[type="submit"],
#oneclick-window button[type="submit"] {
	border: 0;
}

#rassrochka-window .block-1 .text {
	font-size: 14px;
	line-height: 18px;
}

#rassrochka-window .add-info {
	font-size: 12px;
	line-height: 14px;
}

#rassrochka-window .close,
#oneclick-window .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	border: 2px solid #757575;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	opacity: 1;
}

#rassrochka-window .close::before,
#rassrochka-window .close::after,
#oneclick-window .close::before,
#oneclick-window .close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	left: 12px;
    top: 3px;
	background: #757575;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

#rassrochka-window .close::before,
#rassrochka-window .close:hover::after,
#oneclick-window .close::before,
#oneclick-window .close:hover::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#rassrochka-window .close::after,
#rassrochka-window .close:hover::before,
#oneclick-window .close::after,
#oneclick-window .close:hover::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.so-latest-blog {
	margin-top: 40px !important;
	margin-bottom: 30px !important;
}

.common-home #content > .module {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

body>.alert.product-added-window,
.container>.alert.product-added-window {
	max-height: 90%;
    overflow: auto;
	top: 50%;
	left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
    width: auto;
    background: #fff;
	color: #545454;
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}

.alert-success.product-added-window a,
.alert-success.product-added-window a:focus,
.alert-success.product-added-window a:hover,
.alert-success.product-added-window a:visited {
	color: #388e3c;
}

.alert.product-added-window button.close {
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
	box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 5px 6px;
    top: 25px;
    right: 0;
	color: #388e3c;
	opacity: 1;
}

.alert.product-added-window .fa {
	color: #fff;
}

.alert.product-added-window .buttons {
	margin-top: 10px;
	padding-top: 15px;
    border-top: 1px solid #e4e4e4;    
}

.alert.product-added-window .buttons a {
	color: #fff;
}

.product-added-window table td {
	padding-top: 5px !important;
}

.megamenu .categories {
	background: #fff;
}

.megamenu .sub-menu .categories .hover-menu .menu {
	padding: 20px;
}

.megamenu .sub-menu .categories .hover-menu .menu a {
	display: inline-block;
	padding: 9px 0;
}

.megamenu .sub-menu .categories .hover-menu .menu a .fa-angle-right {
	margin-left: 5px;
	line-height: 25px;
}

.megamenu .sub-menu .categories .hover-menu .menu .has-subcategories {
	position: relative;
}

.megamenu .sub-menu .categories .hover-menu .menu .has-subcategories ul {
	position: absolute;
	top:0;
	left:90%;
    width:200px;
	padding:20px;
	z-index:10;
	background:#fff;
	border:1px solid #e6e6e6;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-box-shadow:0 0 25px rgba(0,0,0,.15);
	-moz-box-shadow:0 0 25px rgba(0,0,0,.15);
	border-radius:2px;box-shadow:0 0 25px rgba(0,0,0,.15);
}

.megamenu .sub-menu .categories .hover-menu .menu .has-subcategories ul::after {
	content:"";
	position:absolute;
	top:20px;
	left:-10px;
	display:block;
	border-color:transparent;
	border-style:solid;
	border-width:10px;
	border-right-color:#fff;
	border-left-width:0;
}

.megamenu .sub-menu .categories .hover-menu .menu .has-subcategories:not(:hover)>ul,
.megamenu .sub-menu .categories .hover-menu .menu .has-subcategories ul li:not(:hover)>ul {
	display: none;
}

.typeheader-6 .megamenu-style-dev .horizontal ul.megamenu>li:not(:hover)>.sub-menu {
	display: none !important;
}

#product-prices h2 {
	font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

#product-prices table {
	width: 100%;
	border-collapse: collapse;
}

#product-prices table th,
#product-prices table td {
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #f0f0f0;
	font-size: 14px;
}

#product-prices table th:first-child,
#product-prices table td:first-child {
	border-right: 0;
}

#product-prices table th:nth-child(2),
#product-prices table td:nth-child(2) {
	padding-left: 0;
	border-left: 0;
	text-align: right;
}

.related-article .image {
	display: block;
	height: 220px;
	margin-bottom: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.related-article .related-article-meta {
	margin-bottom: 10px;
	font-style: italic;
}

.related-article .name {
	height: 54px;
	overflow: hidden;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
}

.related-article .name a {
	color: #087900;
}

.related-article .description {
	height: 72px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
}

.related-article .related-article-meta .views::before,
.category-related-articles .related-article-meta .views::before,
.article-info .article-sub-title .views::before {
	content: '';
    display: inline-block;
    width: 30px;
    height: 22px;
    margin-right: 5px;
    background-image: url(/image/catalog/icon-eye.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.article-info .article-sub-title .views {
	color: #000;
}

.title-product h1 {
	color: #424242;
	font-size: 24px;
}

.category-cities {
	margin-left: 0;
	margin-right: 0;
}

.category-reviews,
.category-related-articles {
	margin-top: 40px;
	margin-bottom: 40px;
}

.category-reviews .h4,
.category-related-articles .h4 {
	margin-bottom: 30px;
}

.category-reviews .item .author {
	margin-bottom: 0;
}

.category-reviews .item .date,
.category-related-articles .related-article-meta {
	font-size: 12px;
    font-style: italic;
}

.category-reviews .item .img,
.category-related-articles .item .img {
	display: block;
	margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.category-reviews .item .img {
	height: 180px;
	background-size: contain;
}

.category-related-articles .item .img {
	height: 200px;
	background-size: cover;
}

.category-reviews .item .title,
.category-related-articles .item .title {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-transform: capitalize;
}

.category-reviews .item .rating {
	color: #faa600;
}

.category-reviews .item .rating .fa:not(:last-child) {
	margin-right: 4px;
}

.category-description.hide-description>.inner {
	height: 200px;
	position: relative;
	overflow: hidden;
}

.category-description.hide-description>.inner::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(252, 252, 252,.57)),color-stop(50%,rgba(252, 252, 252,.55)),color-stop(85%,#fcfcfc));
    background: -webkit-linear-gradient(top,rgba(252, 252, 252,.34) 0,rgba(252, 252, 252,.82) 50%,#fcfcfc 85%);
    background: -moz-linear-gradient(top,rgba(252, 252, 252,.34) 0,rgba(252, 252, 252,.82) 50%,#fcfcfc 85%);
}

.category-description>.show-more {
	display: inline-block;
	color: #087900;
	border-bottom: 1px solid #087900;
}

#hann-copy {
	display: block;
	font-family: CoreCircus;
	color: #000102;
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
}

#hann-copy span {
	font-size: 14px;
	font-weight: bold;
}

.linked-categories a {
	color: #087900;
}

.linked-categories a:not(:last-child)::after {
	content: '|';
	color: grey;
    margin-left: 14px;
    margin-right: 10px;
}

#tab-specification a {
	color: #087900;
}

.product-box-desc .product-categories a {
	display: inline-block;
}

.product-box-desc .product-categories a:not(:last-child) {
	margin-right: 5px;
}

.product-box-desc .product-categories a:not(:last-child)::after {
	content: ',';
}

.article-info ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 10px;
}

.article-info  ol {
	list-style: decimal;
}

#news-contents {
    border: 1px solid #888;
    padding: 10px;
    margin-bottom: 10px;
}

#news-contents a {
    display: block;
    text-decoration: underline;
}

#news-contents a:not(:last-child) {
    margin-bottom: 5px;
}

#news-contents a:not(:hover) {
    color: #888;
}

.category-cities .title {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
}

.product-item-container .bottom-btn {
	display: block;
	width: 100%;
	height: 35px;
	padding: 0 15px;
	margin-bottom: 5px;
    background: #087900;
    color: #fff;
	border: 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.product-item-container .bottom-btn:first-child {
	padding-left: 30px;
	background-image: url('/catalog/view/theme/so-topdeal/images/icon/icon-cart-2.png');
	background-repeat: no-repeat;
	background-position: 10px 7px;
}

@media (min-width:992px) {
    .header-menu ul.megamenu,
	.header-menu .sub-menu .menu>ul {
        display: -webkit-box!important;
        display: -moz-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex!important
    }
	
	.header-menu .sub-menu .menu>ul {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.header-menu .sub-menu .menu>ul>li {
		min-width: 25%;
		max-width: 25%;
		width: 25%;
	}
	
	.horizontal ul.megamenu li .sub-menu .content .fa {
		line-height: 26px;
		float: none;
	}
	
    .typeheader-6 .megamenu-style-dev .horizontal ul.megamenu>li>a {
        height: auto!important;
        text-align: center
    }
}

.so-pre-loader {
    display: none !important
}

@media (max-width: 991px) {
	.header-bottom-inner .header-bottom-left {
		display: none;
	}
	
	.header-bottom>.container {
		position: relative;
	}
	
	.header-bottom-inner .header-bottom-right,
	.header-bottom-inner .header-bottom-right .megamenu-style-dev {
		position: static;
	}
	
	.header-bottom-inner .header-bottom-right #show-megamenu {
		position: absolute;
		right: 250px;
		bottom: 26px;
		background: transparent;
	}
}

@media(max-width: 768px) {
	#product,
	.product-view .content-product-right .box-info-product .quantity .quantity-control {
		padding: 0 !important;
	}
	
	.product-view .content-product-right .box-info-product .quantity .quantity-control {
		margin-right: 5px !important;
	}
	
	.product-view .content-product-right .box-cart {
		margin-top: 10px;
	}
	
	.product-view .content-product-right .box-cart .box-info-product>* {
		display: inline-block;
		margin-top: 10px;
		float: left;
	}
	
	#view-rassrochka-window {
		margin-right: 0;
	}
	
	.footer-has-toggle {
		max-height: none !important;
	}
	
	.footer-has-toggle::before,
	.footer-toggle {
		display: none !important;
	}
	
	.typeheader-6 .header-top .header-top-right {
		padding-left: 5px;
		padding-right: 5px;
		text-align: center !important;
	}
	
	.typeheader-6 .header-top .header-top-right ul.top-link>li {
		margin-right: 10px !important;
	}
}

@media (max-width: 767px) {
	.product-view .product-image-zoom {
		pointer-events: none;
	}
	
	.header-bottom-inner .header-bottom-right #show-megamenu {
		right: 54px;
	}
	
	.typeheader-6 .header-center {
		padding-top: 10px;
	}
	
	.typeheader-6 .header-cart .handle {
		background-color: transparent !important;
		background-image: url('/catalog/view/theme/so-topdeal/images/icon-cart-ly3-white.png') !important;
	}
	
	#my_account .fa {
		display: none;
	}
}

@media (max-width: 480px) {
	.filters-panel .form-group.short-by,
	.filters-panel .form-group.short-by + .form-group {
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important;
	}
	
	.filters-panel .form-group.short-by>label,
	.filters-panel .form-group.short-by + .form-group>label,
	.filters-panel .form-group.short-by>select,
	.filters-panel .form-group.short-by + .form-group>select {
		min-width: 50%;
		max-width: 50%;
		width: 50%;
	}
	
	.filters-panel .form-group.short-by>label,
	.filters-panel .form-group.short-by + .form-group>label {
		text-align: left;
	}
	
	#mfilter-content-container>a,
	.filters-panel .form-group.product-compare>a {
		display: block;
		text-align: center;
	}
	
	#mfilter-content-container>a {
		border: 1px solid #ebebeb
	}
	
	#mfilter-content-container>a,
	.filters-panel .form-group.product-compare>a,
	.filters-panel .form-group.short-by>select,
	.filters-panel .form-group.short-by + .form-group>select {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
}