.product-name:hover {
    color: #333333;
}

.basket-header {
    padding-top: 56px;
}

.basket-card-description a {
    text-decoration: none;
}

@media (min-width: 800px) {
    .basket-cards .price-control-minus,
    .basket-cards .price-control-plus
    {
        padding-top: 13px;
    }
}

.form-group.field-one-click-fingerprint {
    display: none;
}

.only_rr {
    display: none;
}

.form-group.comment{
    padding-top: 0px;
    margin-top: -25px;
    padding-left: 15px;
    padding-right: 15px;
}

.checkout-btn-img {
    width:  80px;
    height: 80px;
    margin: 0 0 0 10px;
    padding:0;
    border: 0;
    background: transparent url('../img/buy-btn.svg') no-repeat center top;
    text-indent: -1000em;
    cursor: pointer;
}

.loading-modal {
    background: #fff url('../loading.gif') center 14px no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 50% !important;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cart-modal-title {
    margin-left: 15px;
    font-size: 25px;
}

.cart-product-title {
    margin-top: 20px;
}

/*
.cart-product-price {
  margin-top: 15px;
  margin-bottom: 45px;
}
 */

.product-delete-link {
    height: 15px;
}

.modal-dialog {
    /*width: 60%;*/
    width: 40%;
    height: 100vh;
    max-height: 100vh;
}

.product-images-modal{
    overflow-y: hidden;
}

.product-delete-link {
    margin-top: 30px;
}

/*  Cart modal */

.cart-modal-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 56px 0;
    font-family: "Circle-Regular";
}

.cart-modal-empty-title {
    font-size: 20px;
    font-weight: 600;
}

.cart-modal-empty-text {
    font-size: 14px;
    max-width: 300px;
    text-align: center;
}
.cart-modal-empty-text a {
    color: #c9006b;
}

.cart-page-total {
    height: 20px;
}

.cart-modal-content .modal-footer {
    display: flex;
    justify-content: space-around;
}

.cart-modal-total .alert-warning {
    background-color: rgba(235, 222, 232, 0.9);
    border-color: rgba(235, 222, 232, 0.9);
    color: #333;
    font-family: "Circle-Regular";
}

.line {
    position: relative;
    height: 1px;
}

.line div {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -49vw;
    width: 99vw;
    height: 1px;
    background: #EEEEEE;
}

@media (min-width: 800px) {
    .cart-product-title{
        width: 50%;
    }
}

@media (max-width: 800px) {
    .modal-dialog {
        width: unset;
    }
}