cart-inputh1{
    font-size: 32px;
    font-weight: bold;
    margin: 0px;
}

.detail-tags{
    font-size: 12px;
    color:white;
    bottom: 0px;
}

.tag{
    padding: 3px 6px;
}

.detail-description{
    color: #615a5a;
}



.detail-description a{
    text-decoration: underline;
    color: #171716;
    white-space: nowrap;
}


.detail-picker .info{
    color:#171716;
}


.detail-picker .value{
    color:#171716;
    font-weight: 600;
}

.delivery-buttons .button-text{
    font-size: 14px;
    font-weight: 600;
}

.delivery-buttons .button-info{
    font-size: 12px;
}

.delivery-buttons .button-button a{
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

.price .price-value{
    font-size: 32px;
    font-weight: bold;
}

.price .price-get .tag{
    font-size: 12px;
    font-weight: 600;
    color:white;
    background-color: black;
    border-radius: 3px;
}

.price .price-before{
    color: #877d7d;
    text-decoration: line-through;
    font-weight: bold;
}

.price .price-min{
    color: #877d7d;
    
}

.cart{
    height: 65px;
}

.cart .cart-button button{
    width: 208px;
    margin: 0 0 0 8px;
    padding: 21px 38px;
    border-radius: 10px;
    background-color: #34b62d;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
}
.cart .cart-button button:hover{
    color: #fff !important;
    background-color: #35af2e;
}

.cart .cart-input{
    padding: 10px;
}
.cart .cart-input-button{
    
    text-align: center;
    cursor: pointer;
    
}

.cart .cart-input-button:hover i{
    font-weight: bold;
}

.cart .cart-input-qty input{
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 100px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    -moz-appearance:textfield;
    
    
}

.cart .cart-input-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0px;
}

.splakty a{
    font-weight: 500;
}

.scroll-to-param{
    cursor: pointer;
}


.detail-gallery .gallery-wraper{
    border-radius: 15px ;
    background-color: black;
    
}

.detail-gallery .detail-gallery-main.gallery-wraper img{
    opacity: 0.97;
    border-radius: 10px;
    min-height: 300px;
    background-color: #efefef; 
}

.detail-gallery .detail-gallery-other .gallery-wraper img{
    visibility: hidden;
    
}

.detail-gallery .detail-gallery-other .gallery-wraper a{
    display: flex;
    aspect-ratio: 1 / 1;
    
    opacity: 0.97;
    border-radius: 10px;
    background-color: white;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}
    


.nav-tabs{
    border-color: 
} 

.params .params-name{
    color: #615a5a;
}


#params-tab{
    scroll-margin-top: 110px;
}