/* Import Google Fonts */
@import url("//fonts.googleapis.com/css2?family=Spectral:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

/* Input */
.t-input-group_qn .t-input-block input[type=number]{
 padding-right:0px;
 width:20px;
 padding-left:0px;
 margin-left:0px;
 margin-right:0px;
 margin-top:0px;
 margin-bottom:0px;
 background-color:rgba(255,255,255,0) !important;
 height:20px !important;
 min-width:0px;
 max-width:50px;
 color:#e9ee54 !important;
 font-weight:400;
 font-family:'Spectral', serif;
 font-size:16px;
 column-count:1;
 word-spacing:0px;
 white-space:nowrap;
 text-shadow:none;
}

/* Inputquantity  plus */
.t-input-group_qn .t-input-block .t-inputquantity__btn-plus{
 color:#e9ee54;
 font-weight:300;
 font-size:16px;
}

/* Inputquantity  minus */
.t-input-group_qn .t-input-block .t-inputquantity__btn-minus{
 color:#e9ee54;
 font-weight:300;
 font-size:16px;
 line-height:0px;
 text-transform:none;
}


html > bodysvg:nth-child(1)t-body > divsvg:nth-child(1)tlk-userbar > divsvg:nth-child(1)tlk-userbar__user > buttonsvg:nth-child(1)tlk-userbar__user-image > svg{ background-color:363434!important;color:#363434!important;}html > bodysvg:nth-child(1)t-body:nth-child(2) > divsvg:nth-child(1)tlk-userbar:nth-child(2) > divsvg:nth-child(1)tlk-userbar__user:nth-child(1) > buttonsvg:nth-child(1)tlk-userbar__user-image:nth-child(1){ color:#363434!important;background-color:#363434!important;}html > bodysvg:nth-child(1)t-body:nth-child(2) > divsvg:nth-child(1)tlk-userbar:nth-child(2) > divsvg:nth-child(1)tlk-userbar__user:nth-child(1) > buttonsvg:nth-child(1)tlk-userbar__user-image:nth-child(1) > svg:nth-child(1){ z-index:1!important;opacity:0!important;}html > body.t-body > div.tlk-userbar > div.tlk-userbar__user > button.tlk-userbar__user-image{ z-index:1!important;opacity:0!important;}

#cartcopy_elem {
    display: none; /* Изначально скрываем кнопку */
}

.button {
    background-color: #FFC107; /* Желтый фон кнопки */
    color: white;              /* Белый текст */
    padding: 10px 20px;       /* Внутренний отступ */
    border-radius: 5px;       /* Закругленные углы */
    text-decoration: none;    /* Убираем подчеркивание ссылок */
    font-size: 16px;          /* Размер шрифта */
}

.button:hover {
    background-color: #E0A800; /* Темнее желтый при наведении */
}