@font-face {
    font-family: 'FiraGO Regular';
    font-display: swap;
    src: url(../fonts/firago-regular-webfont.eot);
    src: url(../fonts/firago-regular-webfont.eot#iefix) format('embedded-opentype'), url(../fonts/firago-regular-webfont.woff2) format('woff2'), url(../fonts/firago-regular-webfont.woff) format('woff'), url(../fonts/firago-regular-webfont.ttf) format('truetype'), url(../fonts/firago-regular-webfont.svg#bpg_arial_capsregular) format('svg')
}

@font-face {
    font-family: "wolmart";
    src: url("../fonts/wolmart.eot?png09e");
    src: url("../fonts/wolmart.eot?png09e#iefix") format("embedded-opentype"),url("../fonts/wolmart.woff?png09e") format("woff"),url("../fonts/wolmart.ttf?png09e") format("truetype"),url("../fonts/wolmart.svg?png09e#wolmart") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.case-on {
    -webkit-font-feature-settings: "case" on;
    font-feature-settings: "case" on;
}
.fs-12 {
    font-size: 12px!important;
}
.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px !important;
}

.lsp-1 {
    letter-spacing: 1px;
}

.lnh-12 {
    line-height: 12px;
}

.top--09 {
    top: -0.9px;
}

.mt--5 {
    margin-top: -5px !important;
}

.justify-content-left {
    justify-content: left!important
}
.width-100 {
    width: 100%
}
.mt-30 {
    margin-top: 30px;
}
.no-image {
    padding: 50px;
    color: #ccc;
    background: #f9f9f9;
}

.fs-10 {
    font-size: 10px!important;
}
.font-bold {
    font-weight: bold!important;
}

@media (max-width: 768px) {
    .sub-categories-wrap {
        justify-content: center!important;
    }
}

.sub-categories .cat-type-ellipse2 figure {
    border-radius: 10px!important;
}

.shipping-methods .input-radio {
    margin-top: -7px;
}
.fs-16{
    font-size:16px!important;
}

.color-primary {
    color: #0a918c !important;
}

.success-minipopup {
    background: #4b7622f5!important;
    color: #fff;
}
.error-minipopup {
    background: #762222f5!important;
    color: #fff;
}