/* User Style */
.user-menu-info-wraper {
    padding: 25px;
    border: 1px solid #e1e1e1;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 15%);
}

.user-info {
}

.user-info img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.user-info h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
}

ul.user-menu-wraper {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.user-menu-wraper li {
    margin: 0;
}

ul.user-menu-wraper li a {
    display: block;
    padding: 8px 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
ul.user-menu-wraper li.active a,
ul.user-menu-wraper li a:hover {
    color: #2f32d4;
    margin-left: 5px;
}

/* User Dashboard */
.apork-user-dashboard {
    padding: 30px 30px 0 30px;
    border: 1px solid #e1e1e1;
}
.apork-user-data-table {
    padding: 30px 0;
}
.apork-user-dashboard .card {
    background-image: -moz-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
    background-image: -webkit-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
    background-image: -ms-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
}
.apork-user-dashboard .card h5,
.apork-user-dashboard .card h2 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

/* checkout */
h3.apork-heading-title {
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 24px;
    background: #000;
    color: #fff;
    padding: 25px 0 25px 25px;
    background-image: -moz-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
    background-image: -webkit-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
    background-image: -ms-linear-gradient(
        178deg,
        rgb(47, 50, 212) 0%,
        rgb(113, 66, 247) 100%
    );
}
.apork-checkout-area label h6 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.my-cart-table p {
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}
/* user style  */
.single-info-wrape {
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
}

.single-info-wrape span {
    padding: 15px;
    border-left: 1px solid #e1e1e1;
    word-break: break-word;
    display: block;
    width: 55%;
}

.single-info-wrape b {
    width: 45%;
    padding: 15px;
    font-size: 14px;
}
.user-billing-wraper .single-info-wrape b {
    width: 30%;
    display: inline-flex;
    padding: 15px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .apork-user-data-table {
        overflow: scroll;
    }
}

.single-productinfo-wrape {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 10px;
    margin-top: -1px;
}
.single-productinfo-wrape span img {
    width: 70px;
}

/* ggggg */

.w-20{
    width: 20% !important;
}
.w-15{
    width: 15% !important;
}
.color-1{
    color: #ff3737;
}
.display-no{
    display: none;
}
