.required::after {
    content: '*';
    color: red;
    font-size: 22px;
    margin-left: 5px;
    margin-top: 12px;
    position: absolute;
    line-height: 0;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

#user_panel .nav-link {
    margin-bottom: 0;
    padding: 1.7rem 0 1.6rem;
    font-size: 1.6rem;
    text-transform: none;
    text-align: left !important;
    border-bottom: 1px solid #eee !important;
}

#leftSidebar ul.nav.nav-tabs, #rightSidebar {
    margin-bottom: 20px;
}

#leftSidebar ul.nav.nav-tabs {
    margin-top: 12px;
    box-shadow: 0 0 20px 0 #c0c0c05c;
    border-radius: 8px;
    min-width: 100%;
    padding: 12px 0 28px 20px;
}

#rightSidebar {
    margin-top: 12px;
    box-shadow: 0 0 20px 0 #c0c0c05c;
    padding: 20px 20px 20px 20px;
}

#user_panel .card-body {
    padding: 1.2rem .5rem;
}

#user_panel .shop-table img {
    max-height: 50px;
}

#user_panel .shop-table.account-orders-table tr td {
    text-align: center;
}

#user_panel .shop-table.account-orders-table tr td:first-child {
    text-align: left;
}

.order-details-container {
    border: 1px solid silver;
    border-radius: 5px;
    padding: 0 8px;
}

#user_panel #leftSidebar .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product-short-desc>ul li {
    position: relative;
    padding-left: 2rem;
    line-height: 2;
}

.product-short-desc>ul li::before, .product-short-desc>ol li::before {
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    content: "";
    font-family: "wolmart";
    font-weight: 600;
    font-size: 1.3rem;
}

.product-short-desc>ul, .product-short-desc>ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ratings-container, .product-variation-form, .product-size-swatch,
/* .btn-wishlist, .wishlist, */
 .w-icon-compare, .compare {
    visibility: hidden !important;
}

.product-action-vertical .w-icon-compare, .product-action-vertical .w-icon-heart, .ratings-container {
     /* display: none !important; */
}

.ratings-container {
     display: none !important;
}

.alert-success.alert-bg {
    background-color: #e8fdea;
}

.alert-success {
    border-color: #cef8c8;
    color: #049d8a;
    color: #4ea55d;
}

.alert-error {
    border-color: #ffd3d3;
    color: #d01d16;
}

.alert ul {
    font-size: 1.5rem;
    margin-top: 0;
}