@font-face {
    font-family: "iransans";
    src: url("../css/fonts/iran-sans-300.eot");
    src: url("../css/fonts/iran-sans-300.eot?#iefix") format("embedded-opentype"), url("../css/fonts/iran-sans-300.woff2") format("woff2"), url("../css/fonts/iran-sans-300.woff") format("woff"), url("../css/fonts/iran-sans-300.ttf") format("truetype");
}
.mr-1{
    margin-right:1rem;
}
@media (min-width: 769px) {
    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 769px) {
    .hidden-xs {
        display: none !important;
    }
}
/* start menu mobile */
/* end menu mobile */
* {
    direction: rtl;
    font-family: iransans;
}

.body {
    font-family: "iransans";
    background-color: #f9f9f9;
}

.pl-4 {
    padding-left: 4% !important;
}

.pr-4 {
    padding-right: 4% !important;
}

@media (max-width: 991px) {
    body.active::before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: .7;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        transition: all .2s ease 0s;
    }
}

.form-control {
    outline: none;
}

span {
    font-size: 14px !important;
}

img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

a,
p {
    color: #515151 !important;
}

a {
    text-decoration: none !important;
}

p {
    text-align: justify;
}

.btn-success {
    color: #fff !important;
    background-color: #00bf6f !important;
    border: 2px solid #00bf6f !important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-weight: 800 !important;
}

.btn-success:hover {
    color: #00bf6f !important;
    background-color: #fff !important;
    border: 2px solid #00bf6f !important;
    border-color: #00bf6f !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #0d6efd !important;
    border: 2px solid #0d6efd !important;
}

    .btn-primary:hover {
        color: #0d6efd !important;
        background-color: #fff !important;
        border: 2px solid #0d6efd !important;
        border-color: #0d6efd !important;
    }

.color-red {
    color: #f22d33 !important;
}

.color-black {
    color: #000 !important;
}

.banner-show {
    margin: 0;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    max-width: 100%;
    display: block;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    transition: 0.5s;
    padding-top: 60px;
    overflow-x: hidden;
    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
    clear: both;
    height: 100%;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

    .sidenav .close-nav {
        background-color: #000;
        padding: 10px 20px;
        width: 100%;
        display: inline-block;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 600;
        font-size: 18px;
        line-height: 30px
    }

.closebtn, .closebtn:hover, .closebtn:focus {
    color: #fff;
    float: left
}

.top-header svg path {
    color: #f22d33;
    width: 20px;
}

.top-header {
    margin-top: 15px;
    opacity: 0.7;
}

    .top-header a {
        float: left;
        margin-right: 15px;
    }

        .top-header a:hover {
            opacity: 1;
        }

.header-boxing .fa-circle path {
    color: #f22d33;
}

.basket-view {
    max-width: 255px !important;
    margin-left: -45px !important;
    border-radius: 15px !important;
    padding: 10px;
    font-size: 12px !important;
}

    .basket-view li img {
        max-width: 60px;
    }

.total-item-pay {
    padding: 10px;
}

    .total-item-pay a {
        transition: 0.3s !important;
        width: 100%;
        box-shadow: none !important;
        border-radius: 8px;
        margin-bottom: 10px;
    }

        .total-item-pay a:hover {
            transition: 0.3s !important;
            border-radius: 8px !important;
            box-shadow: 0 5px 15px rgba(242, 45, 51, .6) !important;
        }

    .total-item-pay p {
        font-size: 14px;
    }

    .total-item-pay b {
        font-size: 17px;
    }

.toplogo {
    max-width: 280px !important;
    max-height: 50px !important;
    text-align: center;
}

.search-panel {
    width: 100% !important;
}

    .search-panel .form-select {
        font-size: 13px !important;
        height: 37.5px;
        border-radius: 0;
    }

    .search-panel .search-input {
        font-size: 13px !important;
        border-left: 1px solid #ccc !important;
        width: 400px !important;
    }

.searchbox input {
    width: 500px;
    height: 43px;
    background-color: #f3f3f3;
    border: 2px solid #f3f3f3;
    border-radius: 5px;
    outline: none;
    transition: 0.6s;
    padding-right: 15px;
    font-size: 13px;
}

.search-input {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: none !important;
}

.search-btn {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.clearsrch {
    position: absolute;
    left: 25%;
    top: 25%;
}

.user-btn {
    font-size: 13px !important;
    border-radius: 10px !important;
}

.search-mobile input {
    background-color: #f3f3f3;
    border: 2px solid #f3f3f3;
    outline: none;
    transition: 0.6s;
    border-radius: 5px;
    font-size: 13px;
}

.searchbox input:focus {
    background-color: #f3f3f3;
    border-bottom: 2px solid #f22d33;
    transition: 0.6s;
}

.search-mobile input:focus {
    background-color: #f3f3f3;
    border-bottom: 2px solid #f22d33;
    transition: 0.6s;
}

.btn-danger-private {
    background-color: #f22d33 !important;
    box-shadow: 0 5px 15px rgba(242, 45, 51, .6) !important;
    color: #f3f3f3 !important;
    padding: 10px !important;
}

    .btn-danger-private:hover {
        border: 1px solid #f22d33 !important;
        color: white;
    }

.header-boxing .fa-user path {
    color: black;
}

    .header-boxing .fa-user path :hover {
        color: white;
    }

.header-boxing .fa-user {
    margin-left: 8px;
}



.bottom-menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 8;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 75%);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 75%)
}
    /*-------------------------------------------bottom-menu-----------------------------------------*/
    .bottom-menu a {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
        padding: 5px;
        color: #949494 !important;
        font-weight: 600;
        font-size: 12px;
        text-decoration: none;
        transition: all .3s
    }

        .bottom-menu a i {
            font-size: 18px !important;
            margin-bottom: 5px
        }

        .bottom-menu a.sat {
            background-color: #ff3f56;
            color: #fff !important;
            border-radius: 100%;
            width: 65px;
            height: 65px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -35px;
            border: 6px solid #fff;
            -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 75%);
            -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
            box-shadow: 0 0 5px 0 rgb(0 0 0 / 75%)
        }

            .bottom-menu a.sat:hover {
                border-color: #ff3f56;
                color: #fff !important
            }

        .bottom-menu a.active, .bottom-menu a:hover {
            color: #ff3f56
        }

        .bottom-menu a:last-child {
            margin-right: 0
        }


.private-icons-info {
    font-size: 30px;
    margin-top: 5px;
    margin-left: 15px;
}

.header-boxing .navbar-nav {
    flex-direction: unset !important;
    float: left;
}

.vertical_main_menu {
    align-items: unset !important;
}

.navbar-nav {
    padding: 0 13% !important;
}

ul.zirmenu {
    margin-left: -50px;
    top: 95% !important;
    border-radius: 5px 5px 10px 10px;
    border: 2px solid #f3f3f3;
    padding: 1px;
    text-align: right !important;
    z-index:999 !important;
}

ul.SubMenu2 {
    left: -105% !important;
}

ul.zirmenu li:hover {
    background-color: #f22d33;
    color: #f3f3f3 !important;
    border-radius: 6px;
}

.zirmenu-nav {
    max-width: 100% !important;
}

.image-banner img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    border-radius: 16px;
}

.carousel-image {
    margin-top: 15px;
}

* {
    box-sizing: border-box;
}

.flickity-page-dots .dot {
    background-color: #f22d33 !important;
}

.flickity-viewport {
    background: #f9f9f9;
}

.flickity-page-dots .dot {
    width: 12px !important;
    border-radius: 20% !important;
}

.carousel-cell {
    width: 25%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: gallery-cell;
}

.carousel-indicators {
    margin-left: 10% !important;
}

.carousel-item img {
    border-radius: 16px;
}

.item-pro {
    width: 300px;
    background-color: #fff;
    margin: 10px;
    padding: 15px;
    display: inline-block;
    text-align: center;
    height: 450px;
}

.item-pro02 {
    height: 350px !important;
}

.item-pro03 {
    height: 180px !important;
}

.section-amazing .item-pro {
    height: 510px !important;
}

.item-pro img {
    box-sizing: border-box;
    width: 80%;
    border-radius: 15px;
    z-index: 0 !important;
    margin-bottom: 40px;
}

.item-pro .ribbon {
    z-index: 99999 !important;
}

.item-pro p.title {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    min-height: 50px;
    padding: 0;
    margin: 2% 0 0 0;
}

.item-pro span {
    font-size: 15px;
}

.item-pro a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-top: 8px !important;
}

.item-pro del {
    opacity: 0.5;
    margin-top: -15px;
}

.item-pro span.off {
    background-color: #fb3449;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    padding: 4px 6px 1px;
    letter-spacing: 0;
    margin-bottom: 3px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.375;
    margin-right: 8px;
    min-width: 43px;
    height: 23px;
    width: 20px;
}

a.shop:hover {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
}

.item-pro path {
    color: #fff;
}

.item-pro a.shop:hover path {
    color: #515151;
}

.form-control {
    -webkit-appearance: button !important;
    -moz-appearance: button !important;
    appearance: button !important;
}

/* cell number */

.carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}

a.notshop {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    margin-right: 10px;
}

    a.notshop:hover {
        background-color: #f22d33;
        border: 1px solid #f22d33;
    }

.item-pro a.notshop path {
    color: #515151;
}

.item-pro a.notshop:hover path {
    color: #fff;
}

p.label {
    font-size: 13px;
    background-color: #343a40;
    color: #fff !important;
    border-radius: 4px;
    padding: 6px;
    margin-right: 160px;
    margin-top: -80px;
    display: none;
    opacity: 0.8;
}

.labelhov:hover p {
    display: flex;
}

.label2 {
    margin-right: 115px !important;
}

.label3 {
    margin-right: 35px !important;
    margin-top: -40px !important;
}

.flickity-viewport {
    background: transparent;
}

.flickity-page-dots {
    display: none;
    margin-right: -20px !important;
}

.vip-market ol.flickity-page-dots {
    display: block;
}

.item-pro {
    border-radius: 16px;
}


.productDetails .flickity-viewport {
}


.banner2-item {
    margin-top: 2% !important;
}

    .banner2-item div img {
        border-radius: 16px;
        margin-top: 5px;
        margin-bottom: 40px;
    }

.soper-market {
    background-color: #8C8;
    padding-top: 15px;
    padding-bottom: 35px;
}

.vip-market {
    background-color: #343a40;
    padding-top: 15px;
    padding-bottom: 35px;
}

.title-product a {
    float: left;
    color: #fff !important;
    font-size: 13px;
    border-radius: 10px;
}

.badge-icon {
    width: 50px !important;
    margin-top: -680px;
    margin-right: 95px;
    transform: rotate(-30deg);
    transition: 0.4s;
}

.item-pro:hover img.badge-icon {
    transform: rotate(0deg);
    transition: 0.4s;
}

.backres {
    background-color: #fb3449;
    padding-top: 15px;
    padding-bottom: 35px;
}

@media (max-width:767px) {
    .brand-item {
        max-width: 125px;
    }
    .item-pro03 {
        height: 110px !important;
    }
}

@media (min-width:768px) {
    .brand-item {
        max-width: 195px;
    }
}

.title-product b {
    border-bottom: 3px solid red;
    padding-bottom: 13px;
}

footer .footer1 {
    background: repeat 0 0 #f3f3f3;
}

    footer .footer1 form input.input-group {
        width: 64%;
        height: 45px;
        display: inline;
        outline: none;
        border-radius: 6px;
        border: 0px;
        font-size: 14px;
        padding-right: 15px;
    }

    footer .footer1 form input.btn {
        height: 45px;
        margin-right: -5px;
        position: absolute;
        border-radius: 6px 0 0 6px;
    }

    footer .footer1 form {
        padding: 10px;
    }

.namad img {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin: 10px;
}

.namad {
    margin-top: 10px;
}

.footer2 {
    background-color: #343a40;
    height: 50px;
    padding-top: 15px;
}

    .footer2 p {
        color: #fff !important;
    }

    .footer2 a {
        color: #33fa62 !important;
    }

.footer-mobile {
    height: 70px !important;
}

.footer-info {
    margin-right: -40px;
    padding-top: 15px;
}

    .footer-info li {
        font-size: 15px;
        border-bottom: 2px solid transparent;
        border-radius: 2px;
        padding-bottom: 8px;
        transition: 0.5s;
        margin-top: 2px;
        list-style: none;
    }

        .footer-info li:hover {
            border-bottom: 2px solid #f22d33;
            transition: 0.5s;
            margin-right: 5px;
        }

.social-network-footer span {
    margin-left: 10px;
    font-weight: 700;
}

.social-network-footer div {
    border-radius: 13px;
}
.social-network-footer .col-lg-3:hover {
    -webkit-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -10px rgba(0,0,0,0.75);
    transition:0.6s;
}
.main-social-icon {
    overflow: hidden;
}

.product-basket {
    padding: 15px;
}

    .product-basket svg {
        font-size: 20px !important;
        margin-top: -2px;
        cursor: pointer;
    }

        .product-basket svg:hover path {
            color: #fb3449;
        }

    .product-basket img {
        padding: 3px;
        border-radius: 8px;
    }

.item-box {
    width: 100%;
    border-radius: 16px;
    background-color: #fff;
    padding: 25px 20px !important;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
    margin-bottom: 10px;
}

    .item-box svg {
        font-size: 16px;
        opacity: 0.6;
        margin-left: 5px;
    }

.carousel-pro-page li {
    width: 120px !important;
}

    .carousel-pro-page li img {
        border: 2px solid transparent;
        border-radius: 10px;
    }

    .carousel-pro-page li.active img {
        border: 2px solid rgba(204, 204, 204, 0.823);
        border-radius: 10px;
    }

.label-span {
    opacity: 0.8 !important;
    font-size: 13px !important;
}

    .label-span a {
        color: #0d6efd !important;
    }

[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


    /* IMAGE STYLES */

    [type=radio] + span {
        cursor: pointer;
        padding: 4px 10px;
        font-size: 14px !important;
        border-radius: 8px;
        border: 2px solid #dedede;
    }


    /* CHECKED STYLES */

    [type=radio]:checked + span {
        border: 2px solid #00bfd6;
        border-radius: 8px;
    }

.select-color {
    margin-top: 15px;
}

.color-radio {
    opacity: 1 !important;
}

.property-product {
    font-size: 14px !important;
}

.property-list-product li {
    font-size: 13px;
    opacity: 0.8;
    margin-top: 7px;
}

.alert-product {
    font-size: 12px !important;
}

.icons-product {
    padding: 10px;
}

    .icons-product div {
        display: inline-block !important;
        margin-top: 20px;
    }

    .icons-product span {
        font-size: 12px !important;
    }

    .icons-product svg {
        margin-bottom: -5px;
        margin-right: 5px;
    }

.shop-item-pro {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: normal;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 10px;
}

    .shop-item-pro hr {
        background-color: #bebebe;
    }

.ecom-item-pro {
    font-size: 14.5px !important;
}

    .ecom-item-pro path {
        color: red;
    }

.chek-pro-ok path {
    color: #28a745;
}

.chek-pro-dark path {
    color: #515151;
}

.icon-dark svg {
    margin-top: 2px;
}

.ecom-item-pro svg {
    margin-bottom: -3px;
}

.ecom-item-pro svg {
    font-size: 21px;
}

.value-product-item h4 {
    float: left;
}

.value-product-item h5 {
    float: left;
}

.value-product-item b {
    color: #f22d33;
}

.value-product-item span {
    color: #f22d33;
}

.add-to-basket-pro a {
    border-radius: 12px;
    margin-top: 15px;
    width: 100%;
    padding: 11px;
    border: 2px solid #f22d33;
    color: #fff !important;
    background-color: #f22d33 !important;
    border-color: #f22d33 !important;
}

    .add-to-basket-pro a:hover {
        background-color: transparent !important;
        border: 2px solid #f22d33 !important;
        color: #f22d33 !important;
    }

.add-basket-mobile {
    background-color: #fff !important;
    padding: 0 10px 10px 10px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.coins-after-shop {
    margin-top: 10px;
}

    .coins-after-shop svg {
        font-size: 16px;
        margin-bottom: -3px;
    }

    .coins-after-shop path {
        color: #ffc107;
    }

    .coins-after-shop span {
        font-size: 11px !important;
    }

.tab-box-product li a.active {
    color: #fff !important;
    background-color: #f22d33 !important;
    border-color: #f22d33 !important;
}

.tab-box-product h3 {
    opacity: 0.9;
}

.tab-box-product h4 {
    opacity: 0.9;
    margin-top: 30px;
}

.tab-box-product b {
    opacity: 0.5;
}

.tab-box-product p {
    margin-top: 40px;
    opacity: 1;
    text-align: justify;
    max-width: 100%;
    line-height: 35px;
}

.tab-content img {
    max-width: 100%;
    border-radius: 25px;
}

.information-product span {
    color: #4d4d4d;
    display: block;
    min-height: 47px;
    background: #fafafa;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    position: relative;
    padding: 14px 18px 12px;
    margin: 7px -7px;
}

.comment-box-input {
    background-color: #f3f3f3 !important;
    border: 2px solid #f3f3f3 !important;
    border-radius: 5px !important;
    transition: 0.6s !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    margin-bottom: 20px;
}

.text-comment-input {
    border: none;
    height: 95px;
    border: 1px solid #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.submit-comment {
    max-width: 60px !important;
}

.time-send-comment {
    display: block;
    margin-top: 5px;
}

.item-comment-pro {
    padding: 10px;
}

    .item-comment-pro svg {
        display: block;
        margin-right: 45%;
        margin-top: 10px;
    }

.text-comment-view {
    opacity: 0.8;
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 16px;
    margin-top: 20px !important;
    margin-right: 10px;
}

.status-comment {
    margin-bottom: 25px;
}

    .status-comment svg {
        margin-bottom: -5px;
    }

.smail-icon path {
    color: rgb(12, 191, 12);
}

.meh-icon path {
    color: #ffc107;
}

.frown-icon path {
    color: #6c757d;
}

.angry-icon path {
    color: #f22d33;
}

.smail-icon p {
    border-bottom: 2px solid rgb(12, 191, 12);
}

.meh-icon p {
    border-bottom: 2px solid #ffc107;
}

.frown-icon p {
    border-bottom: 2px solid #6c757d;
}

.angry-icon p {
    border-bottom: 2px solid #f22d33;
}

.register-page input {
    display: block;
    width: 100%;
    padding: 11px;
    margin-top: 25px;
    background-color: #f3f3f3;
    border: 2px solid #f3f3f3;
    border-radius: 5px;
}

    .register-page input.btn-danger {
        border-radius: 12px;
        margin-top: 15px;
        width: 100%;
        padding: 11px;
        border: 2px solid #f22d33;
        color: #fff !important;
        background-color: #f22d33 !important;
        border-color: #f22d33 !important;
    }

        .register-page input.btn-danger:hover {
            background-color: transparent !important;
            border: 2px solid #f22d33 !important;
            color: #f22d33 !important;
        }

.alert-404 {
    width: 100%;
    display: block;
    text-align: center;
    padding: 30px;
}

.item-basket-shop img {
    max-height: 140px;
}

.number-pro-basket {
    max-width: 60px;
    margin-top: 10px;
    display: inline-block !important;
}

.delete-basket-page {
    margin-right: 10px;
}

.delete-button svg {
    opacity: 0.7 !important;
}

.delete-button {
    border-right: 2px solid #ccc;
    margin-right: 10px;
}

.value-item-baspage {
    float: left;
    padding: 20px;
    margin-left: 10px;
}

.ecom-item-pro span {
    float: left;
}

.basket-empty img {
    max-width: 100%;
}

.text-ab {
    text-align: justify;
    line-height: 33px;
}

.image-digi {
    border-radius: 40px;
}

b.log-and-reg {
    display: block;
    text-align: center;
}

.form-pay-page input {
    margin-top: 10px;
}

.form-pay-page select {
    margin-top: 10px;
}

.number-basket {
    margin-top: -40px;
    background-color: red;
    border-radius: 15px;
    color: #fff;
    padding: 2px 8px;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    margin-right: -20px;
}



/* Update 1.0.1 */

.user-panel a.active {
    color: #fff !important;
    background-color: #f22d33 !important;
    border-radius: 7px 7px 0 7px;
}

.user-panel a {
    margin-top: 5px;
}

    .user-panel a.active path {
        color: #fff;
    }

.profile-user-panel {
    margin: 20px;
}

    .profile-user-panel b {
        margin-right: 5px;
    }

    .profile-user-panel svg path {
        color: #fff !important;
    }

    .profile-user-panel span.label-span {
        display: block;
        margin-right: 65px;
        margin-top: -15px;
    }

.last-paymant-tabel td span {
    font-size: 12px;
}

.addres-tab {
    margin-top: 10px;
}

:root {
    --cd-color-1: hsl(53, 29%, 95%);
    --cd-color-1-h: 53;
    --cd-color-1-s: 29%;
    --cd-color-1-l: 95%;
    --cd-color-2: hsl(330, 13%, 42%);
    --cd-color-2-h: 330;
    --cd-color-2-s: 13%;
    --cd-color-2-l: 42%;
    --cd-color-3: hsl(5, 76%, 62%);
    --cd-color-3-h: 5;
    --cd-color-3-s: 76%;
    --cd-color-3-l: 62%;
    --cd-back-to-top-size: 40px;
    --cd-back-to-top-margin: 20px;
    --font-primary: 'Bitter', sans-serif;
    --font-secondary: 'Open Sans', sans-serif
}

@supports (--css: variables) {
    @media (min-width: 64rem) {
        :root {
            --cd-back-to-top-size: 60px;
            --cd-back-to-top-margin: 30px
        }
    }
}

.cd-top {
    z-index: 1;
    position: fixed;
    border-radius: 50% 50% 50% 50%;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    /*height: var(--cd-back-to-top-size);*/
    width: 40px;
    /*width: var(--cd-back-to-top-size);*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: url(../image/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, 0.8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8);
    transition: 0.5s !important;
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top--fade-out {
    opacity: 0.5s;
}

.js .cd-top:hover {
    background-color: hsl(5, 76%, 62%);
    background-color: var(--cd-color-3);
    opacity: 1;
    border-radius: 50% 50% 50% 50%;
    transition: 0.5s;
}

.navbar-fix-top {
    background-color: #fff;
    padding-top: 20px;
}

.main-pro-scroll {
    height: 210px;
    overflow-y: scroll;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: transparent;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: rgb(185, 185, 185);
    border-radius: 15px;
    opacity: 0.7;
}


    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: rgb(133, 133, 133);
    }

.no-js #loader {
    display: none;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../image/load.gif) center no-repeat #fff;
}

.item-icon-footer img {
    margin-bottom: 13px;
    height: 90px;
}

.item-icon-footer {
    margin-top: 25px !important;
    padding-right: 50px !important;
}

footer .footer1 svg {
    font-size: 32px !important;
}

footer .footer1 path {
    color: #fff !important;
    -webkit-transform: skewX( 10deg);
    transform: skewX( 10deg);
}

.icon-social {
    width: 100px;
    display: inline-block;
}

.icon-level-1 {
    background-color: #5ebae8 !important;
    width: 70px;
    padding: 17px 23px;
    border-radius: 9px 3px 3px 9px !important;
    -webkit-transform: skewX( -10deg);
    transform: skewX( -10deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-box-shadow: -13px 0 rgb(94 186 232 / 20%), -23px 0 rgb(94 186 232 / 10%);
    box-shadow: -13px 0 rgb(94 186 232 / 20%), -23px 0 rgb(94 186 232 / 10%);
}

    .icon-level-1 i {
        font-size: 30px;
        color: white !important;
    }

.icon-level-2 {
    background: linear-gradient( 295deg, #f76290 0%, #fe7464 100%);
    width: 70px;
    padding: 17px 23px;
    border-radius: 9px 3px 3px 9px !important;
    -webkit-transform: skewX( -10deg);
    transform: skewX( -10deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-box-shadow: -13px 0 rgb(254 114 103 / 20%), -23px 0 rgb(254 114 103 / 10%);
    box-shadow: -13px 0 rgb(254 114 103 / 20%), -23px 0 rgb(254 114 103 / 10%);
}

.main-social-icon i {
    font-size: 30px;
    color: white !important;
}

.main-social-icon span {
    position: absolute;
    margin-top: 22px;
}
.main-social-icon span:hover {
    color:red;
    transition:0.6s;
}
b {
    opacity: 0.8;
}

.caption-footer {
    text-align: justify;
    opacity: 0.7;
    margin-top: 10px;
    font-size:14px !important;
}

.namad-footer img {
}

footer .fa-heart path {
    color: rgb(224, 72, 72);
}

footer .fa-mug-hot path {
    color: #968287;
}

.item-basket-shop img {
    border-radius: 10px;
}

@media(max-width: 960px) {
    .contet-pro-basket {
        padding-right: 40px !important;
    }
}


/* dark mode */

body.dark-mode .btn-success {
    color: #fff !important;
    background-color: #00bf6f !important;
    border: 2px solid #00bf6f !important;
}

    body.dark-mode .btn-success:hover {
        color: #00bf6f !important;
        background-color: #333 !important;
        border: 2px solid #00bf6f !important;
        border-color: #00bf6f !important;
    }

.icon-dark svg {
    font-size: 25px;
    margin-right: -13px;
    opacity: 0.7;
}

body.dark-mode {
    background-color: #313131;
}

    body.dark-mode .body {
        background-color: #313131;
    }

    body.dark-mode a {
        color: #fff !important;
        opacity: 1 !important;
    }

    body.dark-mode p {
        color: #fff !important;
        opacity: 1 !important;
    }

    body.dark-mode h1 {
        color: #fff !important;
        opacity: 1 !important;
    }

    body.dark-mode h2 {
        color: #fff !important;
        opacity: 1 !important;
    }

    body.dark-mode h3 {
        color: #fff !important;
        opacity: 1 !important;
    }

    body.dark-mode h4 {
        color: #fff !important;
        opacity: 1 !important;
    }

    body.dark-mode h5 {
        color: #fff !important;
        opacity: 1 !important;
    }

    body.dark-mode h6 {
        color: #fff !important;
        opacity: 1 !important;
    }

    body.dark-mode b {
        color: #fff !important;
        opacity: 1 !important;
    }

    body.dark-mode del {
        color: #fff !important;
        opacity: 1 !important;
    }

    body.dark-mode span {
        color: #fff !important;
    }

    body.dark-mode input {
        color: #fff !important;
        background-color: #242424 !important;
        border: 2px solid #242424;
        /* border: 2px solid #1d3341; */
    }

    body.dark-mode textarea {
        color: #fff !important;
        background-color: #242424 !important;
        border: 2px solid #242424 !important;
    }

    body.dark-mode .social-network-footer .btn-primary {
        background-color: #0d6efd !important;
    }

    body.dark-mode input:focus {
        border-bottom: 2px solid #1d3341;
    }

    body.dark-mode .header-boxing path {
        color: #fff;
        opacity: 1;
    }

    body.dark-mode .header-boxing .fa-circle path {
        color: rgb(223, 45, 45) !important;
        opacity: 1;
    }

    body.dark-mode .fa-angle-down path {
        color: #fff !important;
        opacity: 1;
    }

.navbar-toggler svg {
    font-size: 25px;
}

body.dark-mode .navbar-toggler svg path {
    color: #fff !important;
}

body.dark-mode .dropdown-menu {
    background-color: #313131;
    border: 2px solid #313131;
}

.header-boxing .dropdown-menu-right {
    left: auto;
}

.header-boxing .dropdown-menu {
    position: inherit;
    top: 60px !important;
    left: 25px !important;
    z-index: 1000;
    display: none;
    min-width: 15rem !important;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    direction: ltr !important;
    text-align: right !important;
}

.usermenu .text-danger {
    padding: 1%;
    width: 30px !important;
    text-align: right !important;
    font-size: 22px !important;
}

hr {
    margin: 1rem 0 !important;
    color: inherit !important;
    background-color: currentColor !important;
    border: initial !important;
    opacity: 0.25;
}

.btn-light:hover {
    background: none !important;
    border: 1px solid white !important;
    transition: .6s;
}

body.dark-mode .item-pro {
    background-color: #333;
}

body.dark-mode .btn-light {
    color: black !important;
}

body.dark-mode .js .cd-top--fade-out {
    opacity: 0.5s !important;
}

body.dark-mode .navbar-fix-top {
    background-color: #333;
    padding-top: 20px;
}

body.dark-mode .btn-primary:hover {
    background-color: #313131 !important;
}

.title-product a:hover path {
    color: #0d6efd !important;
    transition: 0.15s;
}

body.dark-mode footer .footer1 {
    background-color: #333;
}

body.dark-mode .social-network-footer div {
    background-color: #242424;
}
   
body.dark-mode .footer2 a {
    color: #33fa62 !important;
}

body.dark-mode .item-box {
    background-color: #333 !important;
}

body.dark-mode label {
    color: #fff !important;
}

body.dark-mode .range input {
    background-color: #333 !important;
    border: none;
}

body.dark-mode .shop-item-pro {
    background-color: #333;
    border: none;
}

body.dark-mode .add-basket-mobile {
    background-color: #333 !important;
}

body.dark-mode .color-red {
    color: #f22d33 !important;
}

body.dark-mode .shop-item-pro {
    background-color: #313131 !important;
}

body.dark-mode .contet-pro-basket path {
    color: #ccc !important;
}

body.dark-mode .ecom-item-pro path {
    color: #ccc !important;
}

body.dark-mode .icons-product path {
    color: #ccc !important;
}

body.dark-mode .property-list-product li {
    color: #fff !important;
}

body.dark-mode .carousel-indicators li {
    background-color: #333 !important;
}

body.dark-mode .fa-map-marker-alt path {
    color: #ccc !important
}

body.dark-mode .information-product span {
    background-color: #313131;
}

body.dark-mode .text-comment-view {
    background-color: #313131 !important;
}

body.dark-mode .comment-box-input {
    border: 2px solid #313131 !important;
}

body.dark-mode select {
    background-color: #242424 !important;
    border: 2px solid #242424 !important;
    color: #fff;
}

body.dark-mode option {
    color: #fff;
}

body.dark-mode table td {
    color: #fff !important;
}

body.dark-mode table th {
    color: #fff !important;
}

body.dark-mode .item-basket-shop path {
    color: #ccc !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

panel-body:after, .panel-body:before {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.toprow {
    border-radius: 10px 10px 0px 0px;
    color: white;
    margin: auto;
}

.bottomrow {
    border-radius: 0px 0px 10px 10px;
}

.enamad {
    border-radius: 30px !important;
}

.mbtm10 {
    margin-bottom: 10px !important;
}

.list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
    width: 100%;
}

.list--list-item {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
}

    .list--list-item:last-child {
        border-bottom: 0;
        margin: 0;
    }

.pagination {
    display: flex !important;
    padding: 0;
    margin: 20px 0;
    border-radius: 4px;
    z-index: auto;
    justify-content: center !important; 
}

    .pagination > li {
        display: inline;
        z-index: auto;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #fff !important;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

            .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
                z-index: 2;
                color: #23527c;
                background-color: #eee;
                border-color: #ddd;
            }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }



.btnClearSrch {
    margin: -38px -32px;
    border-radius: 50%;
    padding: 1% 2% 0 2%;
}

.mytitle {
    height: 40px;
    font-weight: bold;
    line-height: initial;
    font-size: 14px;
}

    .mytitle:hover {
        color: red;
    }

#slider-div {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    width: 100%;
}

    #slider-div > div {
        margin: 8px;
    }

.slider-label {
    position: absolute;
    background-color: #eee;
    padding: 4px;
    font-size: 0.75rem;
    bottom: 100px;
}

.slider.slider-horizontal {
    width: 100% !important;
}

.slider-handle {
    background-color: red !important;
}

.m-filter {
    display: none;
}


.Points .closebtn {
    display: none;
}

.openiNav {
    display: none;
}

@media only screen and (max-width: 769px) {
    .Points {
        overflow: hidden;
        padding: 2%;
    }

        .Points .closebtn {
            display: block;
            font-size: 30px;
            z-index: 1;
        }

    .openiNav {
        display: block;
    }

    .d-filter {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
    }

        .d-filter .closebtn {
            position: absolute;
            top: 0;
            left: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

    .m-filter {
        display: block;
    }

    .modal-backdrop {
        z-index: 10 !important;
    }


    .hidden-xs {
        display: none;
    }
}

.h500 {
    height: 500px !important;
}

.modal2 .modal-header {
    display: none;
}

.modal2 .form-control {
    height: auto !important;
}

.iFilters {
    display: none !important;
}

.nobordermob {
    border: 0 !important;
}

@media(min-width:769px) {
    .modal2 {
        position: absolute !important;
        display: block !important;
        outline: 0 !important;
        opacity: 1 !important;
        padding: 3% !important;
    }

    .nobordermob {
        border: 0 !important;
    }
}

@media(max-width:768px) {
    .modal2 {
        position: fixed !important;
        overflow-y: auto !important;
        z-index: 1050;
    }

        .modal2 .modal-dialog {
            z-index: 999999;
        }

        .modal2 .modal-content {
            overflow-y: auto !important;
            opacity: 1 !important;
        }

        .modal2 .modal-header {
            display: block;
        }

        .modal2 .close {
            left: 3% !important;
            right: auto !important;
            top: 3% !important;
        }

    .modalmob {
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
    }


    .amazing {
        background-color: #ffd800;
        padding: 40px 0;
    }

    .price {
        font-size: 20px !important;
    }

    .rtl {
        direction: rtl !important;
    }

    .topright {
        position: absolute;
        top: 8px;
        right: 20px;
        font-size: 13px;
        padding: 2%;
    }


    .iFilters {
        display: inline-block !important;
    }

    .ShowModalFilter {
        animation-name: none !important;
    }
}

.ribbon {
    width: 100% !important;
    height: 40px !important;
    position: relative !important;
    display: block;
    overflow: hidden !important;
    z-index: 7 !important;
    padding-top: 5px !important;
    padding-right: 20px !important;
}

    .ribbon span {
        width: 40px !important;
        height: 30px !important;
        display: block;
        background: red !important;
        color: #333 !important;
        font-size: 18px !important;
        color: #fff !important;
        text-align: center !important;
        line-height: 30px !important;
        border-radius: 45px !important;
       
    }
.OutOfStock {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3% 8%;
    background-color: rgba(255,255,255,.7);
    color: grey;
    border-radius:8px;

}

@media (max-width:767px) {
    .ribbon {
        display: block;
        position: relative !important;
        overflow: hidden !important;
        z-index: 7 !important;
        top: 5px !important;
        right: 15px !important;
        border-radius: 20px !important;
    }

        .ribbon span {
            width: 40px;
            height: 30px;
            position: absolute;
            display: block;
            background: red;
            color: #333;
            font-size: 18px;
            color: #fff;
            text-align: center;
            line-height: 30px;
        }

    #myribbon-container {
        position: absolute;
        top: 10px;
        right: 16px;
        overflow: visible;
        font-size: 16px;
        line-height: 18px;
        z-index: 1;
    }

        #myribbon-container:before {
            content: "";
            height: 0;
            width: 0;
            display: block;
            position: absolute;
            top: 3px;
            left: 13px;
            border-top: 15px solid rgba(0,0,0,.3);
            border-bottom: 15px solid rgba(0,0,0,.3);
            border-right: 15px solid rgba(0,0,0,.3);
            border-left: 15px solid transparent;
        }

        #myribbon-container:after {
            content: "";
            height: 3px;
            background: rgba(0,0,0,.3);
            display: block;
            position: absolute;
            bottom: -3px;
            left: 43px;
            right: 3px;
        }

        #myribbon-container span {
            display: block;
            padding: 7px;
            position: relative;
            background: red;
            overflow: visible;
            height: 30px;
            margin-left: 29px;
            color: #fff;
            text-decoration: none;
            font-size: 13px;
            font-weight: 700;
        }

            #myribbon-container span:after {
                content: "";
                height: 0;
                width: 0;
                display: block;
                position: absolute;
                bottom: -15px;
                right: 0;
                border-top: 15px solid #000;
                border-right: 15px solid transparent;
            }

            #myribbon-container span:before {
                content: "";
                height: 0;
                width: 0;
                display: block;
                position: absolute;
                top: 0;
                left: -15px;
                border-top: 15px solid red;
                border-bottom: 15px solid red;
                border-right: 15px solid transparent;
                border-left: 15px solid transparent;
            }
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal {
        width: 210px;
        height: 20px;
    }

        .slider.slider-horizontal .slider-track {
            height: 10px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .slider.slider-horizontal .slider-tick,
        .slider.slider-horizontal .slider-handle {
            margin-left: -10px;
        }

            .slider.slider-horizontal .slider-tick.triangle,
            .slider.slider-horizontal .slider-handle.triangle {
                position: relative;
                top: 50%;
                transform: translateY(-50%);
                border-width: 0 10px 10px 10px;
                width: 0;
                height: 0;
                border-bottom-color: #036fa5;
                margin-top: 0;
            }

        .slider.slider-horizontal .slider-tick-container {
            white-space: nowrap;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

        .slider.slider-horizontal .slider-tick-label-container {
            white-space: nowrap;
            margin-top: 20px;
        }

            .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
                display: inline-block;
                text-align: center;
            }

        .slider.slider-horizontal.slider-rtl .slider-track {
            left: initial;
            right: 0;
        }

        .slider.slider-horizontal.slider-rtl .slider-tick,
        .slider.slider-horizontal.slider-rtl .slider-handle {
            margin-left: initial;
            margin-right: -10px;
        }

        .slider.slider-horizontal.slider-rtl .slider-tick-container {
            left: initial;
            right: 0;
        }

    .slider.slider-vertical {
        height: 210px;
        width: 20px;
    }

        .slider.slider-vertical .slider-track {
            width: 10px;
            height: 100%;
            left: 25%;
            top: 0;
        }

        .slider.slider-vertical .slider-selection {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
        }

        .slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
            width: 100%;
            left: 0;
            right: 0;
        }

        .slider.slider-vertical .slider-tick,
        .slider.slider-vertical .slider-handle {
            margin-top: -10px;
        }

            .slider.slider-vertical .slider-tick.triangle,
            .slider.slider-vertical .slider-handle.triangle {
                border-width: 10px 0 10px 10px;
                width: 1px;
                height: 1px;
                border-left-color: #036fa5;
                margin-left: 0;
            }

        .slider.slider-vertical .slider-tick-label-container {
            white-space: nowrap;
        }

            .slider.slider-vertical .slider-tick-label-container .slider-tick-label {
                padding-left: 4px;
            }

        .slider.slider-vertical.slider-rtl .slider-track {
            left: initial;
            right: 25%;
        }

        .slider.slider-vertical.slider-rtl .slider-selection {
            left: initial;
            right: 0;
        }

        .slider.slider-vertical.slider-rtl .slider-tick.triangle,
        .slider.slider-vertical.slider-rtl .slider-handle.triangle {
            border-width: 10px 10px 10px 0;
        }

        .slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
            padding-left: initial;
            padding-right: 4px;
        }

    .slider.slider-disabled .slider-handle {
        background-color: #cfcfcf;
        background-image: -moz-linear-gradient(top, #DFDFDF, #BEBEBE);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));
        background-image: -webkit-linear-gradient(top, #DFDFDF, #BEBEBE);
        background-image: -o-linear-gradient(top, #DFDFDF, #BEBEBE);
        background-image: linear-gradient(to bottom, #DFDFDF, #BEBEBE);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE',GradientType=0);
    }

    .slider.slider-disabled .slider-track {
        background-color: #e7e7e7;
        background-image: -moz-linear-gradient(top, #E5E5E5, #E9E9E9);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));
        background-image: -webkit-linear-gradient(top, #E5E5E5, #E9E9E9);
        background-image: -o-linear-gradient(top, #E5E5E5, #E9E9E9);
        background-image: linear-gradient(to bottom, #E5E5E5, #E9E9E9);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9',GradientType=0);
        cursor: not-allowed;
    }

    .slider input {
        display: none;
    }

    .slider .tooltip-inner {
        white-space: nowrap;
        max-width: none;
    }

    .slider .bs-tooltip-top .tooltip-inner,
    .slider .bs-tooltip-bottom .tooltip-inner {
        position: relative;
        left: -50%;
    }

    .slider.bs-tooltip-left .tooltip-inner, .slider.bs-tooltip-right .tooltip-inner {
        position: relative;
        top: -100%;
    }

    .slider .tooltip {
        pointer-events: none;
    }

        .slider .tooltip.bs-tooltip-top .arrow, .slider .tooltip.bs-tooltip-bottom .arrow {
            left: -.4rem;
        }

        .slider .tooltip.bs-tooltip-top {
            margin-top: -44px;
        }

        .slider .tooltip.bs-tooltip-bottom {
            margin-top: 2px;
        }

        .slider .tooltip.bs-tooltip-left, .slider .tooltip.bs-tooltip-right {
            margin-top: -14px;
        }

            .slider .tooltip.bs-tooltip-left .arrow, .slider .tooltip.bs-tooltip-right .arrow {
                top: 8px;
            }

    .slider .hide {
        display: none;
    }

.slider-track {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
    background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9',GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    cursor: pointer;
}

.slider-selection {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #004eff, #a7c6ff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#004eff), to(#a7c6ff));
    background-image: -webkit-linear-gradient(top, #004eff, #a7c6ff);
    background-image: -o-linear-gradient(top, #004eff, #a7c6ff);
    background-image: linear-gradient(to bottom, #004eff, #a7c6ff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004eff', endColorstr='#a7c6ff',GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
}

    .slider-selection.tick-slider-selection {
        background-color: #46c1fe;
        background-image: -moz-linear-gradient(top, #52c5ff, #3abcfd);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));
        background-image: -webkit-linear-gradient(top, #52c5ff, #3abcfd);
        background-image: -o-linear-gradient(top, #52c5ff, #3abcfd);
        background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0);
    }

.slider-track-low, .slider-track-high {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    background: transparent;
}

.slider-handle {
    background-color: #0478b2;
    background-image: -moz-linear-gradient(top, #0480BE, #036fa5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0480BE), to(#036fa5));
    background-image: -webkit-linear-gradient(top, #0480BE, #036fa5);
    background-image: -o-linear-gradient(top, #0480BE, #036fa5);
    background-image: linear-gradient(to bottom, #0480BE, #036fa5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0480BE', endColorstr='#036fa5',GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #0480BE;
    border: 0px solid transparent;
}

    .slider-handle:hover {
        cursor: pointer;
    }

    .slider-handle.round {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .slider-handle.triangle {
        background: transparent none;
    }

    .slider-handle.custom {
        background: transparent none;
    }

        .slider-handle.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204;
        }

.slider-tick {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
    background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: -o-linear-gradient(top, #F5F5F5, #F9F9F9);
    background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F9F9F9',GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}

    .slider-tick.round {
        border-radius: 50%;
    }

    .slider-tick.triangle {
        background: transparent none;
    }

    .slider-tick.custom {
        background: transparent none;
    }

        .slider-tick.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204;
        }

    .slider-tick.in-selection {
        background-color: #46c1fe;
        background-image: -moz-linear-gradient(top, #52c5ff, #3abcfd);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));
        background-image: -webkit-linear-gradient(top, #52c5ff, #3abcfd);
        background-image: -o-linear-gradient(top, #52c5ff, #3abcfd);
        background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0);
        opacity: 1;
    }

.wrap {
    white-space: pre-line;
}

.more-less {
    float: right;
    color: #212121;
}

.mt-10 {
    margin-top: 10rem;
}

.costump {
    padding: 1.5rem 1rem;
    margin-top: 1rem;
}

.padding-chat {
    padding-right: 30px !important;
}

.paddin-call {
    padding-left: 30px !important;
}

.SubMenu2 {
    max-width: 100% !important;
}

ul.SubMenu2 {
    left: -103%;
    top: -4px;
    border-radius: 5px 5px 10px 10px;
    border: 2px solid #f3f3f3;
    padding: 5px;
    text-align: right !important;
}

.toast {
    display: none;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 400px;
    height: 180px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgb(237 255 224);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 0.25rem;
}

.show {
    display: block;
}

/*li a:hover {
            color: red !important;
        }*/

.hr_::before {
    content: '';
    border-left: 1px solid #ccc;
    margin: 0 8px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 5px;
    transform: rotate(25deg);
}

.user-btn:hover {
    color: white !important;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/cpanel/assets/images/loader/12.svg) 50% 50% no-repeat rgba(0, 0, 0, .5);
    opacity: 1;
}

.suspend {
    position: fixed;
    bottom: 10%;
    margin-right: 5px;
    margin-left: 5px;
    z-index: 9999999999;
    padding: 30px 20px 20px 20px;
    text-align: center;
    right: 0px;
    border-radius: 20px;
    opacity: 0.8;
    line-height: normal;
}

.progress {
    margin: 10px 20%;
    height: 16px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {
    height: 16px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}

.clearsrch {
    position: absolute;
    left: 170px;
    cursor: pointer;
    z-index: 10;
    bottom: 15px;
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 13px !important;
}

.dropdown-item {
    font-size: 13px;
    text-align: right;
}

.txtareanoboarder {
    background-color: none !important;
    border: none;
    height: 100%;
    width: 100%;
    min-height: 150px;
    text-align: center;
}

.b {
    font-size: 1.5rem !important;
    font-weight: bold;
}
.pl30{
    padding-left:30px;
}
.main-pro-scroll {
    background-color: none !important;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close {
    position: absolute;
    top: 0;
    right: 3%;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.hide {
    display: none;
}

.nopadding {
    padding: 0px;
}

.ltr {
    direction: ltr;
}


.img-responsive {
    width: auto;
}

#navbar_top {
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.04);
}

@media (max-width:768px) {
    #navbar_top {
        padding: 0px;
    }
}

.nav-item {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

    .nav-item:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 2px;
        width: 0;
        border-bottom: 2px solid red;
        transition: 0.44s;
    }

    .nav-item:hover:after {
        width: 99%;
    }

    .nav-item:hover > ul.dropdown-menu {
        display: block;
    }

ul.dropdown-menu:hover {
    display: block;
}

a img:hover {
    filter: saturate(7);
    transition: 0.6s;
}

.shine {
    overflow: hidden;
}

    .shine:after {
        content: "";
        position: absolute;
        top: -50%;
        left: -60%;
        width: 20%;
        height: 200%;
        opacity: 0;
        transform: rotate(30deg);
        background: rgba(255, 255, 255, 0.13);
        background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
    }

    /* Hover state - trigger effect */
    .shine:hover:after {
        opacity: 1;
        left: 130%;
        transition-property: left, top, opacity;
        transition-duration: 1s, 1s, 0.4s;
        transition-timing-function: ease;
    }

    /* Active state */
    .shine:active:after {
        opacity: 0;
    }

/*-----------------------------------shopping card overlay----------------------------------*/
#body-overlay {
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    z-index: 1049;
    top: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.real-menu {
    position: fixed;
    top: 0;
    left: -370px;
    z-index: 1050;
    width: 370px;
    height: 100%;
    padding: 0.5rem 0 0.5rem 0;
    box-shadow: 0 6px 12px rgba(107, 82, 82, 0.3);
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: ease 0.2s all;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.menu-open #body-overlay {
    display: block;
}

.menu-open .real-menu {
    left: 0;
}



/*----------------------------------------------input number spinner------------------------------------------*/

.selected-products::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.selected-products::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
/* Handle */
.selected-products::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}
    /* Handle on hover */
    .selected-products::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.inline-group {
    max-width: 6rem;
    padding: 0;
}

    .inline-group .fa {
        line-height: unset !important;
    }

    .inline-group .form-control {
        text-align: right;
    }

.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-group-append .btn, .input-group-prepend .btn {
    z-index: auto !important;
}

.input-group-prepend {
}

.selected-products {
    min-height: 250px !important;
    max-height: 70% !important;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    position: absolute;
    object-fit: fill !important;
}

@media screen and (max-width: 600px) {
    .real-menu {
        left: -80%;
        width: 80%;
    }
}

.desc {
    font-size: 13px !important;
}

.bottom-box {
    z-index: 1;
    bottom: 0;
    padding: 2% 0;
    border-top: 1px solid #ccc;
    width: 100% !important;
}

.top-box {
    margin: 0 2% !important;
}

.totalbasket {
    font-size: 22px !important;
    font-weight: 800;
}

.widthpd {
    width: 40px;
}

.value-button {
    width: 30px;
}

#res {
    background-color: white;
    position: absolute;
    top: 40px;
    z-index: 999;
}

.maxh150 {
    max-height: 100px !important;
    margin: 2% 0;
}

.mgt10 {
    margin-top: 10px !important;
}

.w250px {
    height: 250px !important;
}

.compare-parent table td {
    width: 25% !important;
    height: 400px !important;
}

.compare-parent span {
    text-align: center !important;
    height: 40px;
}

.input-group {
    width: auto !important;
    margin: auto !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.bglblue {
    background-color: #d5fffd !important;
}

.bgwhite {
    background-color: white !important;
}


.blog .item {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    direction: rtl;
    height: 300px !important;
    width: 300px !important;
    background-color: #989898;
}

.blog .topleft {
    position: absolute;
    top: 25px;
    left: 25px;
}
.blog .item p {
    color: #fff !important;
    font-size: 14px;
    padding-bottom: 2%;
    margin-bottom: 2%;
}
.blog .bottomright {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    margin-top: 0%;
    text-align: right;
    padding: 2% 4%;
    width: 100%;
}
.blog .bottomright h5,
.blog .bottomright span{
    color:white !important;
}
.blog .topleft .fa {
    font-size: 28px;
}

.blog .item span {
    color: #fff;
}

.blog select{
    font-size:12px !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.ml-1{
    margin-left:1rem !important;
}


.blogdetails .toprightparent {
    position: relative;
}

    .blogdetails .toprightparent .topright {
        position: absolute;
        top: 20px;
        right: 16px;
        font-size: 18px;
        background-color:none !important;
    }

    .blogdetails .toprightparent img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
.blogdetails .share__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    padding: 0px;
}
    .blogdetails .share__list li + li {
        margin-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none;
    }
.compare-parent {
    overflow: auto !important;
}
@media (max-width:767px) {
    .hr_::before {
        margin: 0 1px !important;
    }

    .fst-image {
        top: 28%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -40%);
    }
}

.white {
    color: white;
}

@media (min-width:768px) {
    .imgsize {
        max-height: 230px;
        max-width: 230px;
        height: auto;
        width: auto;
        transition: 0.3s;
    }

    .pro_image2 {
        height: 240px;
        width: 240px;
    }

    .product_thumb2 {
        height: 310px !important;
    }
}

.product_thumb2 {
    margin-bottom: 50px !important;
}

.imgsize:hover {
    opacity: 0.4;
}

@media (max-width:767px) {
    .imgsize {
        max-height: 130px;
        max-width: 130px;
        height: auto;
        width: auto;
        transition: 0.3s;
    }

    .pro_image2 {
        height: 165px;
        width: 165px;
    }
}

.acenter {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
}

