.product-item-detail-price-current{
font-size:20px;
}
.addCart{
font-weight: 700;
border-radius: 3px;
white-space:nowrap;
}
.tag a {
    margin: 15px;
    margin-left: 0px;
    /*margin-right: 30px!important;*/
}
#popupReviewAll{
	z-index:1;
	}

.row:before {
display: inline-block!important;
}

.row:after {
display: inline-block!important;
}

.tag a.btn-link {
    padding: 5px 6px;
    text-align: center;
    display: inline-block;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    font-weight: 600;
    transition: .3s;
    width: auto;
    margin: 0;
}

.ellipsis-1  {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
.ellipsis-2  {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
}


.filter-element__color {
	width: 13px;
	height: 13px;
	display: inline-block;
	border-radius: 50%;
	top: 2px;
	position: relative;
	margin-right: 5px;
}
.popup-link-border {
    padding: 4px 0px 8px 15px;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 10px!important;
    min-width: 198px;
    margin-bottom: 10px;
    margin-right: 10px;
    height: max-content;
}
.popup {
    z-index: 999;
}
img.slick-review-img {
    border-radius: 50px;
max-width:50px;
}
span.color-white {
    color: #fff;
}
.bxmaker__geoip__popup-search {
    display: none;
}

.tag-item .element-item {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 20px 10px;
}
.tag-item .element-item img {
    background-color: #fff;
    mix-blend-mode: multiply;
}
.footer-item_block {

}
.catalog-item {
    position: relative;
	min-width:120px;
}
.list_prop li{
    margin-bottom: 4px;
    position: relative;
    padding-left: 15px;
}

.list_prop li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: #a7a7a7;
    border-radius: 50%;
}
.head-item_block {
    position: relative;
}
.dot_sub_footer{
	display: inline;
	margin-left: 25px;
	vertical-align: sub;
}
.city_link_footer{
	display: inline;
	margin-left: 25px;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
  .flex-card {
    flex: 0 0 auto;
  }

.lg-toolbar .lg-icon {
	border: 0;
	background:none;
}
.lg-download{
	display:none;
}
.btn-advantages {
    display: block;
    border-radius: 5px;
    align-items: center;
    width: 130px;
    height: 100%;
}
.btn-advantages:hover,
.btn-advantages:focus{
	background-color:#f3c731;
}
.btn-free-desing{
    display: block;
	background-color:#00bcd4;
    border-radius: 3px;
    align-items: center;
    width: 170px;
    height: 39px;
	top:-9px;
	padding-top:14px;
}
.btn-black-friday{
    display: block;
	background-color:#000;
    border-radius: 3px;
    align-items: center;
    width: 170px;
    height: 39px;
	top:-9px;
	padding-top:8px;
}
.btn-design{
    display: block;
	background-color:#c42d2d;
	color:#fff;
    border-radius: 3px;
    align-items: center;
	padding:2px 10px;
}
a.btn-design:hover{
	color:#fff;
}
.link-h .i-stock{
    padding: 2px 12px;
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    color: #fff;
    font-size: 11px;
    z-index: 3;
}
.sales-list img{
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.sticky-bottom{
	position:sticky!important;
	bottom:50px;
}
.text-express{
    z-index: 10;
    border-radius: 20px;
    opacity: 0.9;
	border-radius: 0 10px 10px 10px;
}
.lg-actions .lg-next,
.lg-actions .lg-prev{
	border: 0;
	border-radius:50%;
	background-color:transparent;
}
.lg-actions .lg-next:focus,
.lg-actions .lg-prev:focus{
	outline:0;
}
.lg-toolbar{
	background:none;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{
	-webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}