.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;
}

.main-nav .menu>li>a {
    min-width: max-content !important;
}

.category.category-classic.category-absolute {
    height: 275px;
}

.home-section {
    background-color: #fff;
    margin-top: 10px !important;
}

.home-section .category-classic, .product-wrap .product, .swiper-slide.product {
    overflow: hidden;
    transition: 0.35s all;
    border: 1px solid #ddd;
    border-radius: 10px !important;
}

.swiper-slide.product {
    border: 1px solid #fff;
}

.home-section .category-classic:hover, .product-wrap .product:hover, .swiper-slide.product:hover {
    border-color: #fe5200 !important;
}

.swiper-slide.product .product-details {
    padding-left: 8px;
    padding-bottom: 8px;
}

.home-section .container>h2.title {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px 10px 0px
}

.title-link-wrapper .product-countdown-container {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    background-color: #f7f7f7;
    margin: 0 0 0.5rem 2.2rem;
    max-width: max-content;
    padding: 0.3rem 0.9rem;
    border-radius: 3px;
}

.intro-section .swiper-container:hover .swiper-button-prev {
    left: 1%;
}

.intro-section .swiper-container:hover .swiper-button-next {
    right: 1%;
}

.header .inner-wrap {
    background-color: #fe5200;
    color: white;
}

.menu>li:hover>a:not(.menu-title), .menu>li.active>a:not(.menu-title) {
    color: #122628;
}

.btn-primary {
    color: #fff;
    background-color: #fe5200;
    border: 1px solid #fe5200;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff !important;
    background-color: #087bce !important;
    border-color: #087bce !important;
}

.product-form.container .btn.btn-primary {
    color: #fff;
    background-color: #fe5200;
    border: 1px solid #fe5200;
    border-radius: 5px;
}

.product-form.container a.btn.btn-primary {
    color: #fff;
    background-color: #ED145B;
    border: 1px solid #ED145B;
    /* font-family: "Potro Sans Bangla"; */
    border-radius: 5px;
    width: 130px;
    margin: -10px 0 0 17px;
    padding: 13px 7px 15px 12px;
    text-align: center;
}

p.product-code {
    display: inline-block;
    background: #fe5200;
    color: #fff;
    padding: 0px 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    line-height: 0;
    margin-bottom: 10px;
}

p.product-code span {
    color: white !important;
}

.whatsapp-call {
    display: inline-block;
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    transition: all 0.3s ease-in-out;
    min-width: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 16px;
    padding: 12px;
    border-radius: 5px;
}

.whatsapp-call:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.whatsapp-call i {
    margin-right: 5px;
}

.whatsapp-call:hover span {
    color: white;
}

.home-countdown {
    color: #fe5200;
    font-size: 25px;
    font-weight: bolder;
    line-height: 5px;
}

.product-countdown.countdown-compact {
    color: #fe5200;
    font-weight: bolder;
    line-height: 5px;
}

.order-now-btn {
    padding: 6px 15px 7px 15px;
    width: 91%;
    font-size: 15px;
    font-weight: 600;
    text-transform: inherit;
    border-radius: 15px;
    margin-bottom: 5px;
}

.product-label {
    padding: 0.7rem 1.2rem
}

.product-label.label-discount {
    background-color: #e82165 !important;
}

.product-price .old-price {
    color: blue;
}

.product-price .new-price {
    color: #fe5200;
}

.sticky-content-wrapper .product-form.container>.d-flex {
    align-items: center;
    justify-content: center;
}

.sticky-content-wrapper .product-form.container>a.btn.btn-primary {
    margin-top: 0px !important;
}

.product-sticky-content .product.product-list-sm {
    min-width: max-content;
    padding-right: 12px;
}

#product_details .page-content .swiper-wrapper .product-label-group {
    right: 2rem !important;
    left: inherit !important;
}

.product.product-cart {
    align-items: inherit !important;
}

.products .product-cart .product-detail {
    padding-right: 5px;
}

/* primary color: #336699 */