.btn_light,
.btn_dark {
	padding: 5px 25px;
    outline: none;
	border-radius: 5px;
	border: 1px solid #a6905d;
	color: #a6905d;
	background: none;
	font-family: 'UniSansThinCaps';
	font-size: 24px;
    line-height: 1.5;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease;
}
.btn_dark {
	border: 1px solid #fff;
	color: #fff;
	background: #303030;
}
.btn_light:hover{
	border-color: #fff;
	color: #fff;
	background: #a6905d;
}
.btn_dark:hover{
	color: #ddd;
}
.btn_light-compact,
.btn_dark-compact{
	display: flex;
	justify-content: center;
	font-size: 16px;
}

.button-favorite-default,
.button-favorite-default:focus,
.button-favorite-default:active{
    border: none;
    outline: none;
    cursor: pointer;
}
section.lots .item-new .picture .button-favorite-default .svg-hard-border,
section.lots .item-new .picture .itserw_wishlist_added .svg-hard-bg{
    fill: #fff;
}
.controls .old-price{
	font-size: 26px !important;
    color: #000;
    margin-bottom: -30px !important;
}
section.minute .old-price{
    color: #888;
    text-decoration: line-through;
}
section.news .item .cover {
    width: 30%;
}
section.news .item .content {
    width: 70%;
}


img.art_logo {
    width: 50%;
    width: 50% !important;
    margin-left: 25%;
    display: block !important;
    margin-top: 20px;
}



img.detail_picture {
    margin-left: 25%;
}

p.label.color.hidden {
    display: none;
}



.telegram-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.telegram-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #0088cc;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
}

.telegram-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 136, 204, 0.4);
    background: #0077b5;
}

.telegram-button svg {
    width: 30px;
    height: 30px;
}