@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

a, a:hover, a:active, a:focus {
    text-decoration: none !important;
}

html, body {
    background-color: #eff1f3 !important;
    font-family: 'Vazirmatn UI FD' !important;
    font-feature-settings: "ss01";
    text-align: right !important;
    color: #040036 !important;
    font-size: 14px !important;
    min-height: 100% !important;
}

a, .btn-link {
    color: #0366d6;
}

nav, ul, ol li, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


body {
    line-height: 36px;
    margin-top: 55px !important;
    margin-bottom: 60px;
}

footer .listtitle:before {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    content: '';
    border-radius: 5px;
    background-color: #2bbcba;
}

footer {
    /* height: 50px;
    position: fixed;
    bottom: 0;*/
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    line-height: 25px;
    background: url('../img/1/footer-bg1-min.png') no-repeat;
    background-size: auto;
    background-position: bottom;
    padding: 10px 44px 60px;
    margin-top: 25px;
}

    footer a {
        color: #333;
        font-size: 11px;
        line-height: 25px;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

        footer a:hover, footer h1 {
            color: #2bbcba;
            padding-right: 2px;
        }

.navbar {
    background-color: #292a2a;
}

.hoverbox-shadow {
    transition: box-shadow 1s;
}

    .hoverbox-shadow:hover {
        box-shadow: 3px 3px 3px #817e7e !important;
    }


@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

@media (min-width: 576px) {
    .navbar li {
        display: inline-block;
        margin-right: 10px;
    }

    dl, ol, ul {
        margin-bottom: 0px;
    }

    @media (max-width: 576px) {
    }


    .navbar-nav li:hover > ul.dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
        }

    /* rotate caret on hover */
    .dropdown-menu > li > a:hover:after {
        text-decoration: underline;
        transform: rotate(-90deg);
    }
}

.pack-theme {
    fill: none;
    stroke: #fff;
    transition: all .3s;
}

.product {
    fill: none;
    stroke: #a7a7a7;
    transition: all .3s;
}

    .product.outofstock {
        filter: grayscale(1);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .product.outofstock:hover {
            filter: grayscale(0);
        }

    .product:hover {
        stroke: #0d6efd;
    }

..product:hover img {
    transform: scale(1.1)
}

.out_of_stock {
    -webkit-transform: unset;
    transform: unset;
    top: 1px;
    left: 0;
    border-radius: 7px 7px 7px 0;
    background-color: #F4433A;
    padding: 1px 10px;
    position: absolute;
    color: #FFF;
    top: 12px;
    left: 0px;
    z-index: 2;
    -moz-transform: skewX(-15deg) skewY(0deg);
    -webkit-transform: skewX(-15deg) skewY(0deg);
    transform: skewX(-15deg) skewY(0deg);
    font-size: 11px;
    line-height: 18px;
}



.product.out_of_stock span::before {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #5a5a5a;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #5a5a5a
}

.product.out_of_stock span::after {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #5a5a5a;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #5a5a5a
}


svg {
    width: 23px;
}

.gototop {
    float: right;
    width: 36px;
    height: 36px;
    line-height: 41px;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #2BBCBA;
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 14px;
    transition: 0.3s;
}

.boxhead {
    border-bottom: 1px dotted #ccc;
    width: 96% !important;
    margin: 30px auto;
}

    .boxhead svg {
        display: inline-block;
        vertical-align: middle;
        background-color: #2BBCBA;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        line-height: 16px;
        text-align: center;
        stroke: #FFF;
        margin-left: 7px;
        direction: ltr;
        padding: 1px;
        vertical-align: middle;
        margin-top: -1px
    }

    .boxhead .left {
        float: left;
        width: fit-content;
    }

    .boxhead .right {
        float: right;
        font-size: calc(1.275rem + .3vw);
        width: fit-content;
    }

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    transform: scale(.85) translateY(-.7rem) translateX(-.15rem);
    background-color: #fff;
    padding: 0px 10px;
    height: auto;
}

.form-floating > .form-control {
    margin: 5px !important;
}

.form-floating > label {
    right: 8px !important;
}

.select2-container--default .select2-selection--single {
    height: 42px !important;
    margin-top: 12px !important;
    margin-right: 6px !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding: 10px !important;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    top: 20px !important;
}

.input-group-text {
    height: 51px;
    margin-top: 5px;
}

input:read-only, textarea:read-only {
    background-color: #eee !important;
}

.datahead h3 {
    margin: 15px 15px 0px 0px;
    font-weight: 400 !important;
}

.datarow {
    background-color: #fff;
    border: 1px solid #bbc9cf;
    border-radius: 5px;
    padding: 10px 5px;
    margin-top: 6px !important;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    body {
        margin-bottom: 220px;
    }

    footer {
        padding: 0px;
        height: 210px;
    }
}

@media (max-width: 768px) {
    body {
        margin-bottom: 280px;
    }

    footer {
        padding: 0px;
        height: 270px;
    }
}

@media (max-width: 576px) {
    body {
        margin-bottom: 350px;
    }

    footer {
        padding: 0px;
        height: 340px;
    }
}
.addbtn {
    background-color: #2ec4b6;
    border: 2px solid #81D4FA;
    color: #fff;
    box-shadow: 3px 3px 8px #007166;
    height: 57px;
    display: flex;
    font-size: 16px;
    padding: 15px;
    max-width: 60px !important;
    border-radius: 28px;
    position: fixed;
    bottom: 15px;
    left: 15px;
}
label > em {
    color: red;
    font-size: 18px;
}
.greencard {
    border-color: #9CCC65 !important;
    background-color: #e5ffc7 !important;
}
    .greencard .card-header {
        background-color: #9CCC65 !important;
    }
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: block;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: block;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}