.auth-section, .cabinet {
    padding-top: 80px;
    min-height: calc(100vh - 196px);
    display: flex;
    align-items: center;
}
.auth-form-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 480px;
    margin: 0 auto;
    text-align: center;
}
.form-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 40px;
    position: relative;
    background: #F7F7F5;
    border-radius: 25px;
    text-align: left;
}

.cabinet{
    background: #F6F6F6;
}
.cabinet-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 80px 0;
}
.cabinet-wrapper .cabinet-menu{
    width: 20%;
    margin-right: 25px;
    flex-basis: 20%;
    flex-grow: 0;
    flex-shrink: 0;
}

.cabinet-wrapper .cabinet-content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content{
    background: #ffffff;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content:first-child{
    border-radius: 25px 25px 0 0;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content:last-child{
    border-radius: 0 0 25px 25px;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content .cabinet-head{
    padding: 10px 30px;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    justify-content: space-between;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content h2,
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content h3{
    margin: 10px 0;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    color: #212529;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content h3:first-child {
    margin-top: 0;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content .cabinet-head a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: -0.3px;
    color: #212529;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content .cabinet-body{
    padding: 30px 30px;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content .cabinet-body.form-wrapper{
    background: #fff;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content .cabinet-body p{
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 139.3%;
    color: #000000;
    margin: 0;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content .cabinet-body .cabinet-control{
    display: flex;
    margin-bottom: 20px;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content .cabinet-body .cabinet-control:last-child{
    margin-bottom: 0;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content .cabinet-body p.label{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #9D9D9D;
    margin: 0 10px 0 0;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content .cabinet-body .single-video{
    margin-bottom: 30px;
}
.cabinet-tab {
    width: 100%;
    display: flex;
    padding: 20px 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 120%;
    border: 1px solid #E4E4E4;
    background: #FFFFFF;
    color: #000000;
    position: relative;
    transition-duration: 0.25s;
    border-radius: 8px;
}
.cabinet-tab:hover {
    text-decoration: none;
}

.cabinet-tab.active{
    background: #000000;
    color: #ffffff;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper-just-2{
    width: calc(50% - 40px);
}
.wrapper-just-3{
    width: calc(33.33333% - 26.666px);
}
.wrapper-just-4{
    width: calc(25% - 30px);
}
.wrapper-just-5{
    width: calc(20% - 25px)!important;
}
.wrapper-2{
    width: 50%;
}
.wrapper-3{
    width: 33.33333%;
}
.wrapper-4{
    width: 25%;
}
.wrapper-5{
    width: 20%;
}
.cabinet-wrapper .single-item p {
    margin-bottom: 15px;
}
.cabinet-wrapper .single-item{
    background: #F8F9F8;
}
.cabinet-wrapper .single-item .single-summary-wrapper {
    padding: 10px;
}
.list-wrapper .single-item .btn-wrapper {
    margin: 20px 0;
}
.list-wrapper.orders-wrapper {
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
    .cabinet-tab {
        width: 100%;
    }
    .cabinet-wrapper {
        flex-direction: column;
        margin: 40px 0;
    }
    .cabinet-wrapper .cabinet-menu {
        width: 100%;
        margin-bottom: 30px;
    }
    .cabinet-wrapper .cabinet-content-wrapper {
        width: 100%;
    }
    .cabinet-wrapper .cabinet-content-wrapper .cabinet-content .cabinet-head{
        align-items: center;
        padding: 20px 15px;
    }
    .cabinet-wrapper .cabinet-content-wrapper .cabinet-content .cabinet-body{
        padding: 20px 15px;
        overflow: scroll;
    }
    .cabinet-wrapper .cabinet-content-wrapper#mob-wishlist .cabinet-content .cabinet-head{
        flex-direction: column;
    }
    .list-wrapper .single-item {
        width: 100%!important;
    }
    .list-wrapper.orders-wrapper {
        grid-template-columns: 1fr;
    }
}
.support-item {
    margin-bottom: 20px;
}
.withempty-btn {
    width: max-content;
    margin: 20px 0 0 0;
}
.cabinet-wrapper .cabinet-content-wrapper#wishlist .wishlist-summary-wrapper {
    margin: 50px 0 0 0;
    border-top: 1px solid #000000;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.cabinet-wrapper .cabinet-content-wrapper#wishlist .wishlist-summary-wrapper .wishlist-summary-row{
    width: 100%;
    display: flex;
    margin: 15px 0 0 0;
    justify-content: space-between;
}
.cabinet-wrapper .cabinet-content-wrapper#wishlist .wishlist-summary-wrapper .wishlist-summary-row:last-child{
    margin: 50px 0 0 0;
}
.single-order-wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 55px;
}
.order-details {
    margin: 0 0 10px 0;
    order: 1;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content .cabinet-body .order-details p{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 139.3%;
    margin: 0;
}
.cabinet-wrapper .cabinet-content-wrapper .cabinet-content .cabinet-body .order-details p:first-child{
    font-family: 'Playfair Display', sans-serif;
    font-size: 17px;
    line-height: 141%;
    color: #161412;
    font-weight: 700;
}
.order-products {
    display: flex;
    justify-content: flex-end;
    order: 2;
}
.order-products img {
    max-width: 60px;
    max-height: 60px;
    margin-left: 20px;
}
@media (max-width: 768px) {
    .single-order-wrapper{
        flex-direction: column;
    }
    .order-details {
        order: 2;
    }
    .order-products {
        order: 1;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .order-products img{
        margin-left: 0;
        margin-right: 20px;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

/* File*/
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    border: 1px solid #dee2e6;
    height: calc(2.25rem + 2px);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    padding: .375rem .75rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 10px;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Завантажити";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.myimagesblock {
    position:relative;
    cursor: move;
    display: flex;
    margin: 10px 0;
}
.myimagesblock img {
    width: 100%;
}
.myimagesblock .caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(66, 139, 202, 0.75);
    width: 100%;
    height: 30%;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 99;
    padding: 10px;
}
.myimagesblock:hover .caption{
    display:block;
}
.myimagesblock .delete {
    background: #ff0000;
    padding: 3px 7px;
    border-radius: 5px;
    color:#fff;
    cursor: pointer;
}