body {
    /*background: url(/assets/images/New_Year_site_3.png);
    background-repeat: no-repeat;
background-size: contain;*/
}

			.sale {
			position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #ff0000;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    z-index: 2;
    background-color: #ff3c3c;
    color: #fff;
			
			}


.jumbotron {
	display:none !important;
}

.sale_detail_43  {
        position: absolute;
    width: 94px;
    height: 89px;
    right: 3px;
    top: -10px;
    z-index: 99999;
 
    background: url(/assets/images/-43-1.png) 0 0 no-repeat;
}

.sale_detail_43_v2 {
    position: absolute;
    width: 63px;
    height: 60px;
    right: 0;
    top: -12px;
    background: url(/assets/images/-43-1.png) 0 0 no-repeat;
    background-size: 63px 60px;
}
.sale_detail_53_v2 {
    position: absolute;
    width: 63px;
    height: 60px;
    right: 0;
    top: -12px;
    background: url(/assets/images/-53-1.png) 0 0 no-repeat;
    background-size: 63px 60px;
}
.sale_detail_60_v2 {
    position: absolute;
    width: 63px;
    height: 60px;
    right: 0;
    top: -12px;
    background: url(/assets/images/-60.png) 0 0 no-repeat;
    background-size: 63px 60px;
}
.sale_detail_53  {
    position: absolute;
    width: 94px;
    height: 89px;
	right: 3px;
    top: -10px;
    z-index: 99999;
    background: url(/assets/images/-53-1.png) 0 0 no-repeat;
}
.sale_detail_60  {
    position: absolute;
    width: 94px;
    height: 89px;
	right: 3px;
    top: -10px;
    z-index: 99999;
    background: url(/assets/images/-60.png) 0 0 no-repeat;
}

.product-card__sale {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
    border-width: 1px;
    border-style: solid;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 2;
    /*background-color: #333;*/
    color: #333;
    border-color: #333;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-card__sale_item {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 2;
    background-color: #f00;
    color: #fff;
    border-color: #f00;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.catalog_item:hover .product-card__sale {
    background-color: #ff0000;
    color: #fff;
    border-color: #ff0000;
}

/*ярлык sale*/
.sale_tag {
    background:#da1a10;
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0 30px 0 0;
    text-decoration: none;
	font-size: 17px;
    font-weight: 500;
	position: absolute;
    z-index: 999;
}

.sale_tag:hover {
    background-color: #da1a10;
}

/*.sale_tag:before {
    background: #fff;
    width: 10px;
    height: 10px;
    content: "";
    display: inline-block;
    border-radius: 20px;
    margin: 0 5px 0 0;
}*/

.sale_tag:after {
    display: inline-block;
    border: 15px solid;
    border-color: transparent transparent transparent #da1a10;
    height: 0;
    width: 0;
    position: absolute;
    right: -30px;
    top: 0;
    content: "";
    display: inline-block;
}
.sale_tag:hover:after {
    border-color: transparent transparent transparent #da1a10;
}
/*ярлык sale*/

.news_content {
    padding: 5px;
    margin: 5px 0;
    display: inline-block;
    width: 100%;
}
.news_content img {
    float: left;
    margin: 0 20px 20px 0;
}
.news_content:hover {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(95, 84, 24, 0.37);
    -moz-box-shadow: 0px 0px 17px 0px rgba(95, 84, 24, 0.37);
    box-shadow: 0px 0px 17px 0px rgba(95, 84, 24, 0.37);
}
.col_adress {
    display: block;
    width: 23px;
    height: 23px;
    float: left;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    border: 2px solid #dd1a22;
    border-radius: 23px;
}
.adress {
    display: block;
    width: 83%;
    float: left;
    padding-left: 10px;
}
.adress .text {
    text-align: left;
}
.time_job {
    color: #7e7c7c;
}
.sale_item {
position: absolute;
    width: 94px;
    height: 89px;
    right: 0;
    top: 145px;
    background: url('../_img/snow-f.png') 0 0 no-repeat;
}
.sale_detail {
position: absolute;
    width: 94px;
    height: 89px;
    left: 0;
    top: 0;
	z-index:99999;
    background: url('../_img/snow-f.png') 0 0 no-repeat;
}
/*.sale_item_new {
position: absolute;
    width: 63px;
    height: 60px;
    right: 0;
    top: -12px;
    background: url('../_img/sale_v2.png') 0 0 no-repeat;
background-size: 63px 60px;

}*/
.mcollection_item_new {
    position: absolute;
        width: 63px;
        height: 60px;
        right: 0;
        top: -12px;
        /*background: url('../_img/sale_v2.png') 0 0 no-repeat;*/
    background-size: 63px 60px;
    }
.mgem_item_new {
        position: absolute;
            width: 63px;
            height: 60px;
            right: 0;
            top: -12px;
            background: url('../_img/mgem.png') 0 0 no-repeat;
        background-size: 63px 60px;
}
.best_price {
position: absolute;
    width: 80px;
    height: 62px;
    right: 0;
    bottom: 10px;
    background: url('../_img/best_price.png') 0 0 no-repeat;
background-size: 80px 62px;
}

.special_offer_ {
position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    bottom: 10px;
    background: url('../_img/special_offer.png') 0 0 no-repeat;
background-size: 60px 60px;
}

.sale_item_new8 {
position: absolute;
    width: 63px;
    height: 60px;
    right: 0;
    top: 145px;
    background: url('../_img/sale8.png') 0 0 no-repeat;
background-size: 63px 60px;
}

.best_price_detail {
position: absolute;
    width: 94px;
    height: 72px;
    left: 0;
    top: 0;
	z-index:99999;
    background: url('../_img/best_price.png') 0 0 no-repeat;
background-size: 94px 72px;
}


.special_offer_detail {
position: absolute;
    width: 94px;
    height: 94px;
    left: 0;
    top: 0;
	z-index:99999;
    background: url('../_img/special_offer.png') 0 0 no-repeat;
background-size: 94px 94px;
}

.cataloglist{
margin-top:12px;
}
.sale_detail_new {
position: absolute;
    width: 94px;
    height: 89px;
    right: 0;
    top: -9px;
	z-index:99999;
    background: url('../_img/sale_v2.png') 0 0 no-repeat;
}
.mgem_detail_new{
    position: absolute;
    width: 94px;
    height: 89px;
    right: 0;
    top: -9px;
	z-index:99999;
    background: url('../_img/mgem.png') 0 0 no-repeat; 
}
.mgem_detail_new{
    position: absolute;
    width: 94px;
    height: 89px;
    right: 0;
    top: -29px;
	z-index:99999;
    background: url('../_img/mgem.png') 0 0 no-repeat; 
}
.mgem_detail_new1 {
    position: absolute;
        width: 40px;
        height: 40px;
        right: 0;
        top: -20px;
        background: url('../_img/mgem.png') 0 0 no-repeat;
    background-size: 40px 40px;
}
.mcollection_detail_new{
    
        position: absolute;
        width: 94px;
        height: 89px;
        right: 0;
        top: -9px;
        z-index:99999;
        /*background: url('../_img/mcollection.png') 0 0 no-repeat; */
    
}
.sale_detail_new8 {
position: absolute;
    width: 94px;
    height: 89px;
    left: 0;
    top: 0;
	z-index:99999;
    background: url('../_img/sale8.png') 0 0 no-repeat;
}
.new_item1 {
position: absolute;
    width: 63px;
    height: 60px;
    right: 0;
    bottom: 10px;
    background: url('../_img/new.png') 0 0 no-repeat;
background-size: 63px 60px;
}
.new_detail {
position: absolute;
    width: 94px;
    height: 89px;
    left: 0;
    top: 0;
	z-index:99999;
    background: url('../_img/new.png') 0 0 no-repeat;
}


.old_price.old, .old_price s{
		    text-decoration: line-through;
        font-family: 'PT Sans', sans-serif;
        text-decoration-color: red;
        -webkit-text-decoration-color: red;
        -moz-text-decoration-color: red;
}

.price_old {
    float: right;
    display: inline-block;
    position: relative;
    color: #808080;
	text-decoration: line-through;
  text-decoration-color: red;
  -webkit-text-decoration-color: red;
  -moz-text-decoration-color: red;
    margin-top: 4px;
    font-size: 16px;
}

.other{position:absolute;left:-4250px;}
@media only screen
  and (max-device-width: 812px)  {
  #qmEditor,#qmEditorClosed{display:none;}
}
@media print {
  a[href]:after {
    content: none !important;
  }
  @page {
        size: landscape;
    }
}


.hidden-xs {display:inline-block !important;}
