@font-face {
    font-family: "chomart";
    src: url("../web-fonts/chomart/chomart.eot");
    src: url("../web-fonts/chomart/chomart.woff") format("woff"), url("../web-fonts/chomart/chomart.eot?") format("embedded-opentype"), url("../web-fonts/chomart/chomart.ttf") format("truetype"), url("../web-fonts/chomart/chomart.svg?") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#ui_notifIt {
    padding: 5px 30px;
}
.ratings-full,
.ratings::before {
    content: "";
}

.ratings-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
}

.ratings-full,
.ratings {
    position: relative;
    font-family: "chomart";
    letter-spacing: 0.2em;
}

.ratings-full {
    cursor: pointer;
    margin-right: 0.5rem;
}
.ratings-full::before {
    content: "" "" "" "" "";
    color: rgba(0, 0, 0, 0.16);
    white-space: nowrap;
}
.ratings-full:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

.ratings::before {
    color: #ffb639;
}

.rating-reviews {
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 1.2rem;
    color: #aaa;
}
.rating-reviews:hover {
    color: #fe7c00;
}
.ratings-full::before {
    color: #ccc;
}

.rating-reviews {
    color: #999;
}

.pi-holder {
    display: inline-block;
    position: relative;
    width: 124px;
    height: auto;
}
.preview-image-container {
    border: 2px solid #eee;
    margin: 5px;
    display: inline-flex;
    border-radius: 8px;
    position: relative;
}
.preview-image-container img {
    width: 100px;
    height: auto;
    border-radius: 8px;
}

.icon-button {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.icon-button i {
    position: absolute;
    top: 30%;
    right: 33%;
    bottom: 0;
    margin: 0 auto;
}

.icon-button:hover {
    background-color: #fe7c00;
    color: #fff;
    transition: 0.2s all ease-in;
}


.receipt-container {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%);
    padding: 15px;
    position: relative;
}
.receipt-content {
    padding-left: 18px;
}
.receipt-table,
.receipt-table tfoot tr th {
    text-align: start;
}

.logo-brand {
    font-size: 18px;
    font-weight: 900;
    color: #e72e2e;
    padding-left: 15px;
    text-transform: uppercase;
    font-style: italic;
}

.receipt-table .special-heading.recipient {
    font-size: 14px;
    padding-top: 20px;
}

.receipt-table .special-heading.foot-title {
    font-weight: 900;
    font-size: 25px;
}
.receipt-table .special-heading.foot-subtitle {
    font-size: 25px;
    text-align: center;
    box-sizing: content-box;
}

.receipt-header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 2em;
}
.receipt-header img {
    width: 250px !important;
    height: 50px !important;
    max-width: 100%;
}
.receipt-header .title {
    padding-top: 20px;
}
.hidden {
    display: none;
}

/*----------------------------------------
    Wolmart Font icon
-----------------------------------------*/
@font-face {
    font-family: "wolmart";
    src: url("../../base-assets/fonts/wolmart.eot");
    src: url("../../base-assets/fonts/wolmart.woff") format("woff"), url("../../base-assets/fonts/wolmart.eot?") format("embedded-opentype"), url("../../base-assets/fonts/wolmart.ttf") format("truetype"), url("../../base-assets/fonts/wolmart.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class^=w-icon-], [class*=" w-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "wolmart" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.w-icon-shipping:before {
    content: "";
}

.w-icon-truck2:before {
    content: "";
}

.w-icon-comments-solid:before {
    content: "";
}

.w-icon-heart-full:before {
    content: "";
}

.w-icon-instagram:before {
    content: "";
}

.w-icon-youtube:before {
    content: "";
}

.w-icon-pinterest:before {
    content: "";
}

.w-icon-pinterest-p:before {
    content: "";
}

.w-icon-google:before {
    content: "";
}

.w-icon-twitter:before {
    content: "";
}

.w-icon-facebook:before {
    content: "";
}

.w-icon-minus:before {
    content: "";
}

.w-icon-plus:before {
    content: "";
}

.w-icon-angle-down:before {
    content: "";
}

.w-icon-angle-up:before {
    content: "";
}

.w-icon-angle-left:before {
    content: "";
}

.w-icon-angle-right:before {
    content: "";
}

.w-icon-hamburger:before {
    content: "";
}

.w-icon-star-square-full:before {
    content: "";
}

.w-icon-exclamation-triangle:before {
    content: "";
}

.w-icon-times-circle:before {
    content: "";
}

.w-icon-cog:before {
    content: "";
}

.w-icon-star-square:before {
    content: "";
}

.w-icon-exclamation-circle:before {
    content: "";
}

.w-icon-check-solid:before {
    content: "";
}

.w-icon-check:before {
    content: "";
}

.w-icon-comments:before {
    content: "";
}

.w-icon-envelop:before {
    content: "";
}

.w-icon-envelop2:before {
    content: "";
}

.w-icon-youtube-solid:before {
    content: "";
}

.w-icon-times-solid:before {
    content: "";
}

.w-icon-call:before {
    content: "";
}

.w-icon-call2:before {
    content: "";
}

.w-icon-cart:before {
    content: "";
}

.w-icon-category:before {
    content: "";
}

.w-icon-bars:before {
    content: "";
}

.w-icon-compare:before {
    content: "";
}

.w-icon-computer:before {
    content: "";
}

.w-icon-electronics:before {
    content: "";
}

.w-icon-tshirt:before {
    content: "";
}

.w-icon-account:before {
    content: "";
}

.w-icon-search2:before {
    content: "";
}

.w-icon-android:before {
    content: "";
}

.w-icon-ios:before {
    content: "";
}

.w-icon-art-class:before {
    content: "";
}

.w-icon-bag:before {
    content: "";
}

.w-icon-basketball:before {
    content: "";
}

.w-icon-bathtub:before {
    content: "";
}

.w-icon-bed:before {
    content: "";
}

.w-icon-birthday-cake:before {
    content: "";
}

.w-icon-bow:before {
    content: "";
}

.w-icon-bridge-lamp:before {
    content: "";
}

.w-icon-calendar:before {
    content: "";
}

.w-icon-camera:before {
    content: "";
}

.w-icon-cart2:before {
    content: "";
}

.w-icon-dots-circle:before {
    content: "";
}

.w-icon-chat:before {
    content: "";
}

.w-icon-desktop:before {
    content: "";
}

.w-icon-dish:before {
    content: "";
}

.w-icon-display:before {
    content: "";
}

.w-icon-download:before {
    content: "";
}

.w-icon-envelop-closed:before {
    content: "";
}

.w-icon-fax:before {
    content: "";
}

.w-icon-furniture:before {
    content: "";
}

.w-icon-gamepad:before {
    content: "";
}

.w-icon-gift:before {
    content: "";
}

.w-icon-grid:before {
    content: "";
}

.w-icon-headphone:before {
    content: "";
}

.w-icon-heartbeat:before {
    content: "";
}

.w-icon-home:before {
    content: "";
}

.w-icon-honour:before {
    content: "";
}

.w-icon-hotline:before {
    content: "";
}

.w-icon-ice-cream:before {
    content: "";
}

.w-icon-list:before {
    content: "";
}

.w-icon-mobile:before {
    content: "";
}

.w-icon-money:before {
    content: "";
}

.w-icon-motocycle:before {
    content: "";
}

.w-icon-net-world:before {
    content: "";
}

.w-icon-orders:before {
    content: "";
}

.w-icon-phone:before {
    content: "";
}

.w-icon-return:before {
    content: "";
}

.w-icon-rice-cooker:before {
    content: "";
}

.w-icon-ruby:before {
    content: "";
}

.w-icon-search:before {
    content: "";
}

.w-icon-search-minus:before {
    content: "";
}

.w-icon-search-plus:before {
    content: "";
}

.w-icon-service:before {
    content: "";
}

.w-icon-shopify:before {
    content: "";
}

.w-icon-sofa:before {
    content: "";
}

.w-icon-sport:before {
    content: "";
}

.w-icon-star:before {
    content: "";
}

.w-icon-star-full:before {
    content: "";
}

.w-icon-table:before {
    content: "";
}

.w-icon-table2:before {
    content: "";
}

.w-icon-truck:before {
    content: "";
}

.w-icon-tshirt2:before {
    content: "";
}

.w-icon-user:before {
    content: "";
}

.w-icon-wallet:before {
    content: "";
}

.w-icon-heart:before {
    content: "";
}

.w-icon-gift2:before {
    content: "";
}

.w-icon-dashboard:before {
    content: "";
}

.w-icon-power-off:before {
    content: "";
}

.w-icon-wallet2:before {
    content: "";
}

.w-icon-products:before {
    content: "";
}

.w-icon-reports:before {
    content: "";
}

.w-icon-return2:before {
    content: "";
}

.w-icon-reviews:before {
    content: "";
}

.w-icon-return3:before {
    content: "";
}

.w-icon-cog2:before {
    content: "";
}

.w-icon-ship-station:before {
    content: "";
}

.w-icon-social:before {
    content: "";
}

.w-icon-store-seo:before {
    content: "";
}

.w-icon-store:before {
    content: "";
}

.w-icon-support:before {
    content: "";
}

.w-icon-tools:before {
    content: "";
}

.w-icon-vendor-store:before {
    content: "";
}

.w-icon-verification:before {
    content: "";
}

.w-icon-visit:before {
    content: "";
}

.w-icon-withdraw:before {
    content: "";
}

.w-icon-rotate-3d:before {
    content: "";
}

.w-icon-movie:before {
    content: "";
}

.w-icon-prev:before {
    content: "";
}

.w-icon-play:before {
    content: "";
}

.w-icon-next:before {
    content: "";
}

.w-icon-map-marker:before {
    content: "";
}

.w-icon-long-arrow-down:before {
    content: "";
}

.w-icon-long-arrow-left:before {
    content: "";
}

.w-icon-long-arrow-right:before {
    content: "";
}

.w-icon-long-arrow-up:before {
    content: "";
}

.w-icon-comment:before {
    content: "";
}

.w-icon-envelop3:before {
    content: "";
}

.w-icon-logout:before {
    content: "";
}

.w-icon-envelop4:before {
    content: "";
}

.w-icon-orders2:before {
    content: "";
}

.w-icon-quote:before {
    content: "";
}

.w-icon-sale:before {
    content: "";
}

.w-icon-heart2:before {
    content: "";
}

.w-icon-zoom:before {
    content: "";
}

.w-icon-deliver:before {
    content: "";
}

.w-icon-air-conditioning:before {
    content: "";
}

.w-icon-bottles:before {
    content: "";
}

.w-icon-cabbage:before {
    content: "";
}

.w-icon-drink:before {
    content: "";
}

.w-icon-fish:before {
    content: "";
}

.w-icon-fruits:before {
    content: "";
}

.w-icon-info:before {
    content: "";
}

.w-icon-kettle:before {
    content: "";
}

.w-icon-lightning:before {
    content: "";
}

.w-icon-meat:before {
    content: "";
}

.w-icon-notes:before {
    content: "";
}

.w-icon-pots:before {
    content: "";
}

.w-icon-recent:before {
    content: "";
}

.w-icon-speaker:before {
    content: "";
}

.w-icon-sticks:before {
    content: "";
}

.w-icon-tea:before {
    content: "";
}

.w-icon-toy:before {
    content: "";
}

.w-icon-vacuum:before {
    content: "";
}

.w-icon-register:before {
    content: "";
}

.w-icon-seller:before {
    content: "";
}


.font-size-lg {
    font-size: 24px;
}
