@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANYekanXFaNum-Bold.woff') format('woff'), url('../fonts/IRANYekanXFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANYekanXFaNum-Regular.woff') format('woff'), url('../fonts/IRANYekanXFaNum-Regular.woff2') format('woff2');
}
.learn-contents>div>div {padding: 50px 0 60px 0;}
.blogpage>div>div{display:flex;justify-content:center;position: relative;z-index: 999;}
.blogpage>div>div>form {
    width: 300px;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.blogpage>div>div>form input {
    width: 330px;
    border: none;
    padding: 5px;
    background: #ffffff69;
    transition: 0.3s ease-in;
    background: #ededed;
}

.blogpage>div>div>form button {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    height: 100%;
    width: 40px;
    color: #777777;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
}

.blogpage>div>div>form input:focus {
    outline: none;
    background: #fff;
}
.content-slider .swiper-slide {
    margin: 10px 4px;
}
.brochure-frame>div {
    font-size: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin: 30px auto;
}

.brochure-frame>div img {
    max-height: 310px;
    max-width: initial;
}
.brochure-frame>div h2{margin:0 !imporant;padding:0; font-size:20px !important;}
.brochure-frame>div p{margin:0  35px 30px 35px;line-height:20px;}
.brochure-frame>div .btn {
    font-size: 15px !important;
    padding: 10px 40px;
}

.product-info-wrapper ul.top-properties{gap:15px;}
.product-info-wrapper ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 0 185px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-info-wrapper ul.top-properties li{background: #e7e7e7;border-radius: 15px;padding: 20px 20px;display: flex;}
.product-info-wrapper ul li {
    padding: 0;
    flex-grow: 1;
}
.product-solution img {
    max-width: 100%;
    border-radius: 25px;
}

.product-solution {
    padding: 60px 65px 160px 65px;
}
.product-info-wrapper ul.top-properties li img{width:70px;height:70px;background:#eee;border-radius:10px;margin:0 0 0 15px;}
.product-info-wrapper ul.top-properties li>div{display:flex;flex-direction:column;}
.product-info-wrapper ul li a{display:block;}
.product-info-wrapper .product-links {
    background: #f2f2f2;
    padding-bottom: 40px;
    padding-top: 160px;
}
.product-faq {
    background: rgb(231 231 231);
    padding: 80px 0 160px 0;
}
.product-faq>div>div{margin-top:-10px;}
.product-faq button:hover,.product-faq button:active,.product-faq button:active:hover{background:#888;border-color:#888}
.product-faq button {
    width: 100%;
    text-align: right;
    background: #eeeeeede;
    border-color: #eeeeee00;
    color: #000;
    font-size: 14px !important;
    padding: 15px 20px;
    margin: 8px 0 0 0;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    z-index: 10;
}
.product-info-wrapper .product-text {
    background: #f2f2f2;
    padding: 80px 0 160px 0;
}
.product-info-wrapper .product-text p{margin:0;}
.product-info-wrapper h2{margin: 80px 0 20px 0 !important;text-align:center;}
.product-info-wrapper h2:before{display:none;}
.product-info-wrapper ul.link-menu a {
    padding: 20px;
    display: block;
    background: #fff;
    border-radius: 15px;
    margin: 0 0 0 10px;
    text-align: center;
    border: none;
    font-weight: bold;
}
.product-info-wrapper ul.link-menu a:hover{background-color:var(--primary-color); color:#fff;}
.product-info-wrapper ul>li:last-child a{margin:0;}

.content-menu {
    background: #e9e9e9;
    padding: 10px 20px 30px 20px;
    border-radius: 15px;
    margin-top: -35px;
}
.content-menu>strong{display:block;cursor: pointer;}
.content-menu >ul{padding:0 15px 0 0;max-height: 200px;overflow-y: auto;}
.content-menu >ul ul{padding:0 15px 0 0;}
.content-menu >ul>li>a{font-weight:bold;}
.content-menu a {
    color: #626262;
    font-size: 12px;
}
.invoice-prop strong i {
    border-radius: 50%;
    padding: 7px;
    display: inline-block;
}

.invoice-prop {
    font-size: 12px;
}

span.propertyItem > label > span.colorlist span {
    padding: 7px;
    display: inline-block;
    border-radius: 50%;
}

span.propertyItem > label > span.colorlist {
    display: flex;
    margin: 0 0 0px 5px;
}

span.propertyItem > label:hover {
    border: 1px solid #b7b7b7;
}

span.propertyItem > label {
    border: 1px solid #dddddd;
    border-radius: 5px;
    display: flex;
    padding: 0px 15px;
    font-size: 12px;
    margin: 0 2px;
    cursor: pointer;
    align-items: center;
}

.property-select .propertyItem {
    display: flex;
}

span.propertyItem > label input {
    position: absolute;
    opacity: 0;
}

span.propertyItem > label.active {
    color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: bold;
}

.property-select > h5 {
    font-size: 13px;
}

.property-select {
    margin: 5px 0 10px 0;
    background: #f7f7f7;
    padding: 15px 15px;
    border-radius: 10px;
}

div#comment-wrapper {
    margin: 0 20px 0px 0;
}

    div#comment-wrapper ul {
        list-style: none;
        padding: 0;
        /* margin: 0px 20px 70px 0; */
    }

    div#comment-wrapper > ul {
    }

        div#comment-wrapper > ul > li {
            border-bottom: 1px solid #eee;
        }

    div#comment-wrapper ul li {
        border-right: 1px solid#eee;
    }

    div#comment-wrapper ul > li > div {
        display: flex;
        font-size: 12px;
        border-radius: 15px;
        padding: 0px 0 10px 10px;
    }

    div#comment-wrapper ul > li img {
        width: 40px;
        border-radius: 50%; /* opacity:0.3; */
    }

    div#comment-wrapper ul > li h6 {
        font-size: 12px;
        margin: 10px 0 0 0;
        display: flex;
        justify-content: space-between;
    }

    div#comment-wrapper ul ul {
        padding: 0 30px 0 0;
    }

    div#comment-wrapper ul > li figure > a {
        margin-right: -20px;
    }

    div#comment-wrapper ul > li figure {
        margin: 0;
    }

    div#comment-wrapper ul > li > div div.commentinner {
        flex-grow: 1;
        padding-right: 10px;
    }

        div#comment-wrapper ul > li > div div.commentinner > p {
            padding: 15px 20px 15px 0;
        }

    div#comment-wrapper ul > li > div:hover {
        /* background: #f5f5f5; */
    }

    div#comment-wrapper ul > li h6 > span a {
        display: none;
    }

    div#comment-wrapper ul > li h6 > a {
        font-size: 14px;
    }

    div#comment-wrapper ul > li h6 > span {
        color: #888;
        font-weight: normal;
    }

.empty-address button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 10px;
    border: 2px dashed #bfbfbf;
    background: #fff;
}

.product-feedback {
    display: flex;
    justify-content: unset;
    padding-top: 20px;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

    .product-feedback > div {
        flex-grow: 1;
        width: 100%;
        text-align: left;
    }

    .product-feedback button {
        width: 100%;
        padding: 10px 0;
    }

        .product-feedback button i {
            font-size: 17px;
            margin: 0 0 0 10px;
        }

.order-details-row {
    /* display: flex; */
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
}

    .order-details-row .product-info-text {
        /* width: 60%; */
    }

    .order-details-row img {
        height: 110px;
    }

    .order-details-row a {
        color: #616161;
        display: block;
        padding: 15px 0 10px 0;
        font-size: 11px;
        font-weight: bold;
        line-height: 20px;
    }
.page-wrapper.payment .orderdetails-info {width: 60%;margin: 0 auto;}

.page-wrapper.payment form {
    text-align: center;
    padding: 30px;
}

.page-wrapper.payment form .btn {
    padding: 10px 50px;
    font-size: 12px !important;
    padding: 12px 30px !important;
}
   .page-wrapper.payment .order-details-row .row-total {
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0 0;
    }

       .page-wrapper.payment .order-details-row .row-total span {
            font-size: 12px;
        }

.product-feedback > .feedback-stars {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
    justify-content: center;
}

    .product-feedback > .feedback-stars .stars {
        font-size: 20px;
        margin: 0 10px 0 0;
    }

        .product-feedback > .feedback-stars .stars i {
            color: #dee2e6;
            margin: 0 3px;
        }

.formSection > h3 {
    font-size: 17px !important;
    margin: 20px 0 10px !important;
    background: var(--primary-color);
    padding: 15px 0px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
form#namayandegy .submitform {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    z-index: 1000;
    right: 0;
    padding: 0px 0 5px 0 !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.formSection {
}
#formMessageModal .btn {
    font-size: 11px !important;
    padding: 10px 20px;
    margin: 10px 0;
}

.submitform > .btn {
    font-size: 11px !important;
    padding: 10px 20px;
    margin: 10px 0;
}

.conent-link.text-center {
    padding: 40px 0px 0 0;
}

    .conent-link.text-center a.btn {
        padding: 10px 45px;
    }

.help-link {
    padding: 20px 0 0 0;
}

    .help-link a {
        border-bottom: 1px dashed;
    }

.order-list-item {
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.order-invoice {
    padding: 20px;
    text-align: left;
}

    .order-invoice a {
        color: #888;
    }

.order-list-item a.invoice-link {
    display: block;
    color: #606060;
}

    .order-list-item a.invoice-link:hover {
        background-color: #fff8f8;
    }

.order-list-item .order-info > span:first-child {
    width: 100%;
}

.order-list-item .order-info {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 15px 5px;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .order-list-item .order-info strong {
        color: #000;
    }

.order-list-item .order-detail {
    display: flex;
    overflow-x: auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .order-list-item .order-detail img {
        max-width: 100px;
        margin: 10px;
        border-radius: 15px;
    }

.order-list-item .order-title > strong {
    padding: 10px;
}

.order-list-item .order-title {
    display: flex;
    justify-content: space-between;
}

    .order-list-item .order-title strong i {
        background: #b7b7b7;
        border-radius: 50%;
        padding: 5px;
        color: #fff;
        font-size: 10px;
        margin: 0 0 0 5px;
    }

    .order-list-item .order-title > i {
        padding: 22px 30px;
    }

ul.order-filter {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    border-bottom: 1px solid #e0e0e2;
}

    ul.order-filter li {
        flex-grow: 1;
        padding: 0px 0px 0px 0px;
        margin: 0 0 0px 6px;
    }

        ul.order-filter li a:hover {
            background: #eee;
        }

        ul.order-filter li a {
            color: #81858b;
            /* padding: 10px 0; */
            white-space: nowrap;
            display: flex;
            /* min-width: 100px; */
            text-align: center;
            font-size: 11px;
            align-items: center;
            justify-content: center;
            padding: 15px 15px;
            border-radius: 10px 10px 0 0;
        }

        ul.order-filter li.active {
            color: red;
            border-bottom: 2px solid;
            padding: 0px 0px 0px 0px;
        }

            ul.order-filter li.active a {
                color: red
            }

                ul.order-filter li.active a span {
                    background: red;
                }

        ul.order-filter li a span {
            background: #adadad;
            color: #fff;
            padding: 1px 5px;
            border-radius: 4px;
            font-size: 10px;
            margin: 0 3px 0 0;
            height: 15px;
            line-height: initial;
        }

.not-found {
    text-align: center;
}

.reset-timer-wrapper {
    padding: 10px 0px;
}

.not-found h1 {
    font-size: 20px;
}

.not-found img {
    max-width: 660px;
    margin: 20px 0;
}

.not-found {
    padding-top: 70px;
}

.address-row .address {
    display: flex;
}

    .address-row .address > strong {
        flex-grow: 1;
    }

    .address-row .address > div button, .address-row .address > div a {
        background: #f7f7f7;
        border: none;
        color: #888;
        padding: 5px 8px;
        border-radius: 5px;
        width: 32px;
        display: inline-block;
        text-align: center;
    }

.address-row {
    border-bottom: 1px solid #eee;
    padding: 0 0 15px 0;
    /* margin-bottom: 15px; */
}

    .address-row ul {
        margin: 0;
        padding: 0;
        list-style: none;
        color: #888;
    }

        .address-row ul li {
            padding: 5px;
        }

            .address-row ul li i {
                min-width: 20px;
                text-align: center;
            }

.contact-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow-x: auto;
    font-size: 12px;
}

    .contact-menu ul li a {
        padding: 10px 15px;
        display: inline-block;
        border-bottom: 2px solid #ffffff;
        color: #424242;
        white-space: nowrap;
        font-size: 12px;
    }

    .contact-menu ul li.active a {
        border-bottom-color: red;
    }

.contact-social-row h2 {
    font-size: 16px !important;
}

.contact-box-address img {
    display: block;
    margin: 0 auto !important;
    width: 40px;
    height: auto;
}

.address-row .bg-white {
    text-align: center;
    font-size: 13px;
}

.contact-box-address {
    padding: 0px 10px 0px 10px;
    line-height: 16px;
}

    .contact-box-address img {
        height: 30px;
        margin: 0 auto 20px auto !important;
        width: auto;
    }

.address-row .image-address img {
    border-radius: 10px;
    margin: 10px 0 15px 0;
    display: inline;
}

.contact-work-time {
    font-size: 12px;
    line-height: 27px;
}

.contact-title h1 {
    font-size: 20px;
    margin: 30px 0 0 0;
}

.contact-box a {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}

.contact-box img {
    width: 65px;
}

.select2-container input[type='search'] {
    border-radius: 10px;
    border: 1px solid #e1e1e1 !important;
}

    .select2-container input[type='search']:focus {
        outline: none;
    }

.select2-container {
    display: block;
    width: 100% !important;
}

    .select2-container.select2-container--open {
        z-index: 9999;
    }

.modal-body .select2-container {
    z-index: 9999;
}

.select2-container > .selection > span {
    /* padding: 20px; */
    border: 1px solid #dddddd;
    line-height: 36px;
    border-radius: 10px;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 14px;
    background: #f9f9f9;
}

.select2-container > .selection .select2-selection__arrow {
    padding: 21px;
}

.select2-container * {
    font-size: 14px !important;
}

span.select2-results ul li {
    padding: 0 15px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color) !important;
}

.login-form-content input:focus {
    border-color: #ff00005e;
    box-shadow: 0 0 0px 4px #ff000024;
}

:root {
    --primary-color: rgb(239,65,61);
    --support-color: #ffb11d;
    --grey-1: #4c4c4c;
    --grey-2: #64656a;
    --grey-3: #f8f8f8;
}

::selection {
    background-color: var(--primary-color);
    color: #fff;
}

.service-tabs {
    display: flex;
    flex-direction: column;
}

.callback .message-box {
    text-align: center;
}
.callback .message-box {
  
    padding: 15px 15px 15px 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.callback .unpaid .message-box{background: #f8d7da42;}
.callback .paid .message-box{background: #daf8d742;}
    .message-box img {
        width: 80px;
    }

.alert.alert-danger, .alert.alert-warning {
    font-size: 12px;
    line-height: initial;
}

.app-item {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.app-item a{color:#333333;}
.price-item .cart-quantity input.shoppingqty {
    border: none;
    width: 50px;
    text-align: center;
    outline: none;
}

a.cart-link {
    font-size: 12px;
    color: var(--primary-color);
    background-color: #fff2f2;
    border-radius: 10px;
    padding: 7px 10px;
    line-height: initial;
    margin: 0 10px 0 0;
}

.home-icons-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* background: #ffffff; */
    border-radius: 12px;
    gap: 10px;
}

    .home-icons-wrapper > div {
        flex-grow: 1;
        width: 33.33%;
    }

.text-danger.outmsg {
    font-size: 11px;
    background: #ffe8e8;
    line-height: initial;
    padding: 6px 6px;
    border-radius: 12px;
    margin: 10px 0 0 0;
}

.factor {
    overflow-x: auto;
    font-size: 12px;
    line-height: initial;
}

    .factor a {
        white-space: nowrap;
    }

.category-description {
    font-size: 13px;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin: 0px 5px 20px 5px;
    max-height: 310px;
    overflow-y: auto;
    line-height: 26px;
}

    .category-description a {
        color: var(--primary-color)
    }

    .category-description h2 {
        font-size: 17px !important;
        margin: 15px 0 12px 0px !important;
        color: #5d5d5d;
    }

    .category-description h3 {
        font-size: 15px !important;
    }

    .category-description p {
    }

.download-col {
    margin-bottom: 25px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 3rem !important;
    padding-right: calc(var(--bs-gutter-x)* .5) !important;
    padding-left: calc(var(--bs-gutter-x)* .5) !important;
}

.bg-light2 {
    background-color: #f3f3f3;
}

.footer-contact {
    /* display: flex; */
    justify-content: space-between;
    flex-direction: column;
    margin: 45px 0 35px 0;
}

    .footer-contact .logo-items {
        display: none;
    }

    .footer-contact .contact-phones a {
        display: flex;
        color: #fff;
        justify-content: space-around;
        background: #eeeeee1a;
        padding: 10px 5px;
        border-radius: 10px;
        align-items: center;
        direction: ltr;
        font-size: 12px;
        text-align: center;
        flex-grow: 1;
        width: 100%;
    }

        .footer-contact .contact-phones a:hover {
            background-color: var(--primary-color);
        }

.bg-white-inner > div {
    background-color: #fff;
}

.download-col > div {
    padding: 15px 20px;
    border-radius: 12px;
}

.faq-group {
    margin: 0px 145px;
}

.faq-list .accordion-item {
    /*border: none !important;*/
    border-left: none !important;
    border-right: none !important;
    /* padding: 12px; */
}

.faq-list .accordion-button {
    /* border: 1px solid #e0e0e0 !important; */
    border: none;
    background: transparent;
    padding: 15px !important;
    font-size: 14px !important;
}

.faq-list .accordion-body {
    background: #f7f7f7;
    text-align: justify;
    font-size: 13px;
    line-height: 29px;
}

.faq-list .accordion-button:not(.collapsed) {
    background: transparent !important;
    color: var(--primary-color) !important;
    border: none !important;
}

.faq-list .accordion-button::after {
    color: #fff;
}

.faq-list .accordion-button:focus, .accordion-button:active {
    box-shadow: 0 0px 0px 3px #dc35452b !important;
    box-shadow: none !important;
}

.faq-list .accordion-button::after {
    float: left;
    position: absolute;
    left: 13px;
    top: 31%;
}

.faq-list .accordion-item > h2 {
    margin: 0 !important;
}

.faq-list div#accordionExample {
    border-radius: 15px;
    overflow: hidden;
}

.driver-search-form {
    padding: 5px 20px 5px;
}

.custom-modal .modal-footer > .btn {
    flex-grow: 1;
}

.custom-modal .modal-body {
    font-size: 13px;
    line-height: 26px;
}

.driver-item {
    display: flex;
    border-top: 1px solid #eeeeee;
    padding-top: 25px;
    padding-bottom: 25px;
    flex-direction: column;
    padding: 20px 20px;
    transition: 0.3s linear;
}

    .driver-item:hover {
        box-shadow: 0 14px 20px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
    }

    .driver-item .driver-info {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: start;
        align-items: initial;
    }

        .driver-item .driver-info .icon-row {
            display: flex;
            align-items: start;
        }

            .driver-item .driver-info .icon-row h3 {
                margin-bottom: 4px !important;
                font-size: 12px !important;
                line-height: 24px;
                padding-left: 20px;
            }

            .driver-item .driver-info .icon-row p {
                margin: 0;
                color: #999;
                line-height: initial;
                font-size: 12px;
            }

        .driver-item .driver-info img {
            width: 35px;
            max-width: initial;
            margin: 4px 0 0 10px;
        }

.btn-row {
    text-align: left;
}

    .btn-row a {
        display: inline-block;
        height: 40px;
        line-height: 37px;
        border: 1px solid #333;
        color: #5d5d5d;
        padding-left: 50px;
        padding-right: 18px;
        background: url(/img/down1.png) no-repeat 19px 50%;
        background-size: 16px auto;
        border-radius: 10px;
        min-width: 110px;
        text-align: center;
        margin: 10px 0 0 0;
        font-size: 14px;
    }

.dtl-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.btn-row a:hover {
    background-color: #d2232a;
    border-color: #d2232a;
    background-image: url(/img/down2.png);
    color: #fff;
}

.driver-item .driver-info .dtl-row ul {
    list-style: none;
    line-height: 19px;
    color: #999;
    padding: 10px 0px 0px 0;
    font-size: 12px;
    margin: 0;
}

.file-item a:hover {
    color: red;
}

.file-item {
    border-bottom: 1px solid #eee;
}

    .file-item:hover {
        background: #eee;
    }

ul.download-sidebar {
    background: #fff;
    border-radius: 12px;
    list-style: none;
    padding: 0 0 0 0;
    margin: 25px 0 25px 0px;
    overflow: hidden;
}

    ul.download-sidebar li.active a {
        background-color: var(--primary-color);
        color: #fff
    }

    ul.download-sidebar li a {
        padding: 6px 20px;
        display: block;
        font-weight: bold;
        color: #494949;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }

.driver-search-form label {
    font-size: 22px;
    font-weight: bold;
    margin: 3px 0 10px 0;
}

.driver-search-form .form-section .input-wrapper.line > input {
    border: 1px solid #dddddd;
}

.driver-search-form .form-section .input-wrapper {
    width: 100%;
    /* height: 60px; */
    border-radius: 20px;
    /*border: 1px solid #dddddd;*/
    /* padding: 15px 0px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px 0;
    flex-direction: column;
    position: relative;
}

.form-section.form-search button {
    width: 29px;
    height: 100%;
    background: url(/img/search.png) no-repeat center;
    border: none;
    margin: 0 0 0 5px;
    background-size: 18px auto;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
}

.download-wrapper {
    padding-top: 25px !important;
}

.driver-search-form .form-section .input-wrapper input {
    border: none;
    background: transparent;
    flex-grow: 1;
    padding: 0 20px;
}

    .driver-search-form .form-section .input-wrapper input:focus {
        outline: none
    }

.driver-search-form .form-section .input-wrapper select {
    width: 100%;
    padding: 7px 20px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: url(/src/img/arr7.png) no-repeat;
    background-position: 15px 50%;
    -webkit-appearance: none;
}

.driver-search-form .form-section .input-wrapper > div {
    width: 100%;
    margin-bottom: 15px;
}

.driver-search-form .form-section .input-wrapper button {
    /* background: url(/src/img/search.png) center center no-repeat; */
    /* border: none; */
    /* padding: 0 25px; */
}

.agency-item > div {
    display: flex;
}

.modal-body .agency-item > div div.base {
    line-height: initial;
    padding: 0 15px;
}

.agency-item > div div.base {
    padding: 0 0px 0 0px;
    font-size: 12px;
}

    .agency-item > div div.base > div {
        display: flex;
    }

    .agency-item > div div.base strong {
    }

    .agency-item > div div.base strong {
        min-width: 130px;
        display: inline-block;
    }

div#mapModal .modal-body {
    background: #f5f5f5;
    padding: 10px 10px 0 10px;
}

#mapModal .modal-header {
    padding: 10px !important;
}

    #mapModal .modal-header h1 {
        font-size: 15px !important;
    }

.agency-item > div div.base span {
    display: inline-block;
    display: flex;
    align-items: center;
}

.modal-body .agency-item {
    padding: 0;
}

.agency-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 30px;
    /* box-shadow: 0 1px 7px rgb(197 197 197 / 29%); */
    border-radius: 15px;
    margin: 0px 0 20px;
    padding: 15px;
    /* border: 1px solid #eee; */
    background: #fff;
    transition: 0.5s linear;
}

    .agency-item:hover {
        border-color: #c5c5c5
    }

    .agency-item .agency-img img {
        width: 100%;
        height: auto;
        margin: 0;
        max-width: initial;
    }

    .agency-item label {
        background-color: #ffe1e1;
        font-size: 12px;
        line-height: 1;
        padding: 4px 6px;
        border-radius: 5px;
    }

    .agency-item .contact-detail {
        font-size: 14px;
    }

    .agency-item .agency-img {
        background: #e4e4e4;
        border-radius: 6px;
        width: 100px;
        height: 60px;
        overflow: hidden;
        margin: 0 15px 0 30px;
        display: flex;
        /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    }

table.table.aglist td, table.table.aglist th {
    white-space: nowrap;
    padding: 6px 10px;
    line-height: 21px;
}

table.aglist {
    font-size: 12px;
}

.loadprogress {
    position: absolute;
    background: #ffffff91;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form h2 {
    font-size: 15px !important;
    text-align: center;
    margin: 5px 0 20px 0 !important;
}

h2.map-title {
    /* display: none; */
    font-size: 13px !important;
    text-align: center;
    padding: 20px 0 15px 0;
    margin: 0 !important;
    position: relative;
}

    h2.map-title:after {
        content: '';
        position: absolute;
        height: 2px;
        background-color: var(--primary-color);
        left: 35%;
        right: 35%;
        bottom: 0;
    }

.search-form {
    max-width: 100%;
    margin: 0 auto 25px auto;
    background: #ffffff;
    /* color: #fff; */
    padding: 15px 15px;
    border-radius: 15px;
}

.pagecontent.agencies .tablelist {
    /* display: none; */
}
.pagecontent.agencies .tablelist .button-row{display:flex;}
.pagecontent.agencies .tablelist .button-row>label{display:flex;flex-grow: 1;border: 1px solid #dddddd;padding: 10px 0px;border-radius: 6px;font-size:10px;align-items: center;justify-content: center;}
.pagecontent.agencies .tablelist .button-row>label input{margin:0 0 0 5px;}
.search-form .form-items {
    margin-bottom: 10px;
}

.pagecontent.agencies {
    background: var(--grey-3);
}

.search-form .inner-form > div > div { /* padding: 5px 0px; */
}

#IranMap {
    display: block;
    position: relative;
    direction: rtl;
    text-align: right;
    padding: 0;
    font-family: Tahoma;
    font-size: 11px;
    /* width: 90%; */
    /* margin: 50px auto; */
    overflow: hidden;
}

    #IranMap .show-title {
        display: none;
        position: absolute;
        background-color: #ffffff;
        color: var(--primary-color);
        margin: 0 !important;
        padding: 10px 15px;
        text-align: center;
        line-height: 26px;
        min-width: 100px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        font-size: 12px;
        font-family: yekan;
        border-radius: 7px;
        white-space: nowrap;
    }

    #IranMap .map {
        display: block;
        /* float: left; */
        width: 100%;
        text-align: center;
        padding: 20px 0 0 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

        #IranMap .map svg {
            height: 660px !i;
            width: 100%;
        }

        #IranMap .map .border path, #IranMap .map .island path {
            fill: #fff
        }

        #IranMap .map .province path {
            fill: #dedede;
            transition: 0.5s linear;
        }

        #IranMap .map .sea path, #IranMap .map .lake path {
            fill: #e2e2e2;
        }

        #IranMap .map .province path:hover, #IranMap .map .island path:hover, #IranMap .map .province path.hover, #IranMap .map .island path.hover {
            fill: #ff3b27 !important;
            cursor: pointer;
        }

    #IranMap .list {
        display: block;
        float: right;
        width: 100%;
        display: none;
    }

        #IranMap .list ul {
            padding: 0
        }

        #IranMap .list > ul {
            margin-left: 10px
        }

        #IranMap .list li {
            list-style: none
        }

        #IranMap .list span {
            background: #242424;
            color: #ecf0f1;
            display: block;
            margin: 0 2px;
            padding: 0 8px;
            line-height: 26px;
            margin-top: 10px;
            margin-bottom: 2px
        }

        #IranMap .list li ul li {
            display: block;
            float: right;
            width: 33.33333333333333%
        }

            #IranMap .list li ul li a {
                background: #34495e;
                color: #ecf0f1;
                display: block;
                padding: 0 8px;
                line-height: 26px;
                margin: 2px 2px;
                text-decoration: none
            }

                #IranMap .list li ul li a:hover, #IranMap .list li ul li a.hover {
                    background: #c33a2c
                }

        #IranMap .list ul:before, #IranMap .list ul:after {
            display: table;
            content: " "
        }

        #IranMap .list ul, #IranMap .list ul:after {
            clear: both
        }

    #IranMap .city {
        clear: both;
        padding: 10px 0
    }

div#form-inner {
    line-height: initial;
}

.shop-title {
    display: flex;
    align-items: center;
    padding: 0 0 10px 0;
    justify-content: space-between;
    /* border-bottom: 1px solid #e9e9e9; */
    margin-bottom: 16px;
}

    .shop-title span {
        background: #ededed;
        padding: 5px 9px;
        line-height: initial;
        font-size: 12px;
        border-radius: 10px;
        font-weight: bold;
        margin: 0 10px 0 0;
    }

form#paymentForm span.field-validation-error {
    font-size: 11px;
    line-height: 1px;
    font-weight: bold;
}

form#paymentForm label {
    font-size: 14px;
}

.upload-wrapper label {
    background: #c9f0ff;
    padding: 15px 15px 15px 15px;
    border: 2px dashed #80bad1;
    border-radius: 10px;
    width: 100%;
}

    .upload-wrapper label input {
        width: 80%;
    }

.upload-progress {
    position: absolute;
    background: #ffffffd1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-promo p {
    line-height: initial;
}

.cart-promo .btn {
    white-space: nowrap;
    margin: 0 10px 0 0;
}

.formwrapper {
    position: relative;
}

.formprogress {
    /* position: absolute; */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background: #ffffffa6; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* border-radius: 20px; */
}

div#nazarsanjiForm .formElement:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

div#nazarsanjiForm .formElement {
    padding: 0 15px 15px;
    width: 100%;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    margin: 0 0 0px 0;
    margin-top: -1px;
}

.radiolist > label {
    margin: 0 0 10px 10px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding: 10px;
}

    .radiolist > label span:before {
        content: '';
        padding: 8px;
        background: #ededed;
        float: right;
        border-radius: 50%;
        margin: -2px 0 0 5px;
        border: 1px solid #b1b1b1;
    }

    .radiolist > label span:after {
        content: '';
        padding: 6px;
        background: red;
        border-radius: 50%;
        /* border: 1px solid #b1b1b1; */
        position: absolute;
        opacity: 0;
        right: 13px;
        top: 11px;
    }

    .radiolist > label input:checked ~ span:after {
        opacity: 1;
    }

    .radiolist > label input, .checkboxlist > label input {
        opacity: 0;
        position: absolute;
    }

.checkboxlist > label {
    margin: 0 0 10px 10px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding: 10px;
}

    .checkboxlist > label span:before {
        content: '';
        padding: 8px;
        background: #ededed;
        float: right;
        border-radius: 5px;
        margin: -2px 0 0 5px;
        border: 1px solid #b1b1b1;
    }

    .checkboxlist > label span:after {
        content: '';
        padding: 4px 2px;
        border-top: 2px solid var(--primary-color);
        border-left: 2px solid var(--primary-color);
        position: absolute;
        opacity: 0;
        right: 16px;
        top: 11px;
        transform: rotate(-140deg);
    }

    .checkboxlist > label input:checked ~ span:after {
        opacity: 1;
    }

.form-captcha {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
    font-size: 12px;
    background: var(--grey-3);
    padding: 15px 20px;
    border-radius: 10px;
    flex-wrap: wrap;
}

.elecomp-form >div{
    background: #e8ecf1;
    margin-top: 15px !important;
    margin-bottom: 15px;
    border-radius: 20px;
    padding:5px 15px;
    margin: 0 auto 25px auto;
}

.elecomp-form img.img-responsive {
    margin: 12px 0 0 0;
    max-width: 100%;
    border-radius: 10px;
}

.elecomp-form .form-captcha {background-color: #ffffff59;padding: 5px 5px;justify-content: center;}

.elecomp-form .form-group label {
    font-size: 10px;
    position: relative;
    bottom: -10px;
    background: #e8ecf1;
    border-radius: 5px;
    line-height: 20px;
    right: 10px;
    padding: 1px 5px;
}
.elecomp-form .form-text  {
    font-size: 12px !important;
    margin: 0 0 10px 0 !important;
    padding: 0 0  6px 0px;
    border-bottom: 1px solid #0000000d;
    line-height: 20px;
}
.elecomp-form .form-group input {
    height: 45px;
    border-radius: 11px;
    text-align: center;
}

.elecomp-form .form-group input:after{
    content:' ';
    height: 6px;
    background:red;
    width:100%;
    padding: 30px;
    float: left;
    display: block;
}
.elecomp-form .form-group input:focus {
    box-shadow: 0 0 0px 4px #ef3f4029;
    border-color:#ef3f4073;
}


.elecomp-form .form-text h2 {
    font-size: 16px !important;
    margin: -8px 0 9px 0 !important;
    color: var(--primary-main);
}


.elecomp-form .form-text p {
    margin: 0;
}
    .form-captcha label {
        /* width: 100%; */
        margin: 0 0 0 9px;
    }

    .form-captcha input {
        border-radius: 0 5px 5px 0 !important;
        width: 55px !important;
        font-size: 14px;
        text-align: center;
        padding: 0;
        margin: 0 !important;
        height: 35px !important;
        border: 1px solid #c1c1c1;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .form-captcha img {
        height: 28px;
        margin: 0 0px 0 0 !important;
    }

    .form-captcha button {
        background: #eee;
        border: 1px solid #eee;
        line-height: 1;
        padding: 0 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        height: 35px;
        color: rgb(149 149 149);
        font-size: 12px;
    }

.empBasket {
    text-align: center;
    color: #cfcfcf;
    padding: 100px 0;
    border: 3px dashed #eee;
    border-radius: 15px;
}

    .empBasket h1 {
        margin: 0 0 10px 0 !important;
    }

    .empBasket img {
        max-width: 50%;
        border-radius: 50px;
        /* box-shadow: 0 0 50px rgba(0,0,0,0.04); */
    }

.ltr {
    text-align: left;
    direction: ltr
}

h1, h2, h3, h4, h5, h6, strong {
    font-family: "yekan", arial !important;
    font-weight: bold !important;
    line-height: 35px;
}

h1 {
    /* margin: 0 0 20px 0 !important; */
    font-size: 30px;
}

h2 {
    margin: 0 0 20px 0 !important;
    font-size: 26px !important;
}

h3 {
    margin: 0 0 20px 0 !important;
    font-size: 22px !important;
}

body {
    /*font-family: "AnjomanMax" !important;*/
    font-family: "yekan", arial !important;
    font-size: 14px !important;
    line-height: 30px !important;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

.modal-header button.btn-close {
    margin: 0;
}

div.custom-modal .modal-header h5 {
    font-size: 14px;
}

div#shoppingcartmodal .modal-header h5 {
    color: #009113;
}

.modal-body .shoppingcart {
    padding: 15px 25px;
}

    .modal-body .shoppingcart .btn {
        padding: 10px 0;
        font-size: 12px;
    }

div#shoppingcartmodal .cart-product {
    display: flex;
    font-size: 12px;
}

section.home-slider {
    margin: 100px 0 0 0;
    position: relative;
    background: #ffffff;
    padding: 5px 0 15px 0;
}

    section.home-slider .swiper-button-next {
        left: 0px;
        top: 42%;
    }

    section.home-slider .swiper-button-prev {
        right: 0px;
        top: 42%;
    }

    section.home-slider .swiper-button-next, section.home-slider .swiper-button-prev {
        color: #000;
        padding: 40px 10px;
        /* background: #ffffff4d; */
        border-radius: 50%;
        transform: scale(0.6);
    }

.swiper-container {
    overflow: hidden;
    position: relative;
}

.page-wrapper.callback {
    background: #f8f8f8;
}

.page-wrapper.profile {
    margin-top: 0px;
    overflow-x: hidden;
    padding-top: 25px;
    padding-bottom: 100px;
}

.page-wrapper {
    margin-top: 105px;
    overflow-x: hidden;
}
.page-wrapper.error-wrapper.error-mode {
    PADDING: 140px 0;
}
    .page-wrapper.shop, .page-wrapper.cart, .page-wrapper.profile, .page-wrapper.authenticate {
        background-color: #f8f8f8;
    }

.cart-wrapper {
    margin: 10px 0px 0 0;
    /* overflow-x: auto; */
}

.title-line:after {
    width: 50px;
    height: 5px;
    background: #d2232a;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
.guaranty-main-nav .columnItem {
    padding: 0 4px 0 4px;
}
h2.title-line {
    position: relative;
    padding: 20px 0;
    font-size: 20px !important;
}

.btn-template {
    color: #858585 !important;
    border: none !important;
    border-color: #878787;
    background-color: #f2f2f2 !important;
    /* background: linear-gradient(90deg,rgb(225 225 225) 0%,rgb(249 249 249) 100%); */
}

.support-list > dl dt {
    font-weight: normal;
    font-size: 18px;
}

.support-list > dl {
    width: 50%;
    /* background: #fafafa; */
    border-radius: 20px;
    padding: 15px 20px;
}

    .support-list > dl.active {
        background: #fafafa;
    }

    .support-list > dl dt:hover {
        color: var(--primary-color);
        cursor: pointer;
    }

    .support-list > dl dd {
        padding: 0 0 10px 0;
        margin: 0;
        color: #999;
        text-align: left;
        display: none;
    }

        .support-list > dl dd a {
            height: 40px;
            line-height: 40px;
            border: 1px solid #414141;
            border-radius: 10px;
            background: url(../images/down1.png) no-repeat 15px 50%;
            background-size: 18px;
            color: #414141;
            padding: 10px 20px;
            /* float: left; */
        }


        .support-list > dl dd > div {
            text-align: right;
        }

.support-list {
    display: flex;
    flex-wrap: wrap;
}

.file-list a strong {
    font-size: 20px;
    color: #000;
}

.file-list a.btn i {
    margin: 0 0 0 5px;
    font-size: 16px;
}

.file-list a.btn {
    border-radius: 20px;
    font-size: 16px;
    padding: 14px 38px;
    border: 1px solid #333;
}

    .file-list a.btn:hover {
        background-color: var(--primary-color);
        color: #fff;
        border-color: var(--primary-color)
    }
/* Start Head*/
.main-menu-wrapper {
    position: fixed;
    background: #00000030;
    backdrop-filter: blur(10px);
    top: 0;
    bottom: 0;
    z-index: 999;
    right: 0;
    left: 0;
}

.main-menu {
    background: #ffffff url(/img/logo-with-text.svg) no-repeat;
    padding: 80px 25px 0 25px;
    background-size: 150px;
    width: 70%;
    height: 100%;
    overflow-y: auto;
    background-position: 50% 20px;
}

header {
    position: fixed;
    /* background-color: white; */
    left: 0;
    right: 0;
    top: 0;
    /* box-shadow: 0 0 5px rgba(131,131,131,0.3); */
    z-index: 99;
    transition: all 0.3s;
}

.desktop-search {
    height: 100px;
    position: absolute;
    background: #efefef;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    z-index: 999;
}

    .desktop-search .search-box {
        margin: 0 auto;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        width: 630px;
        position: relative;
    }

        .desktop-search .search-box button {
            background: url(/src/img/search-icon.png) no-repeat center;
            width: 40px;
            height: 40px;
            position: absolute;
            top: 0;
            left: 0;
        }

        .desktop-search .search-box input {
            width: 100%;
            border: none;
            border-bottom: 1px solid #ddd;
            background: transparent;
            outline: none;
            text-align: center;
        }

        .desktop-search .search-box form {
            flex-grow: 1;
            position: relative;
        }

.head-button a, .head-button button {
    background: transparent;
    border: 0;
    display: flex;
    font-size: 17px;
    align-items: center;
    color: #777777;
    height: 100%;
    padding-left: 20px;
    padding-right: 5px;
    position: relative;
}

.footer-fix i.cart-count {
    left: 7px;
    top: 9px;
}

i.cart-count {
    position: absolute;
    background: var(--primary-color);
    height: initial;
    line-height: initial;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    text-align: center;
    height: 15px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 3px;
    top: 5px;
    /* display: none; */
    font-style: normal;
}

header.scrolled, header:hover {
    background-color: white;
    box-shadow: 0 0 5px rgba(131,131,131,0.3);
}

.site-logo {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
}

    .site-logo > a {
        display: flex;
    }

button.mobile-toggle:hover {
    background: ##ffe9e9;
}

button.mobile-toggle {
    background: transparent;
    border: none;
    padding: 0 15px 0 15px;
    font-size: 23px;
    color: var(--primary-color);
    /* background: #f8f8f8; */
    margin: 0 10px 0 0;
    border-radius: 5px;
}

.site-logo img {
    width: 140px;
    margin: 15px 15px 5px 0;
    max-width: 100%;
}

.site-logo .mobile-logo {
    width: 80px;
    margin: 5px 15px 5px 10px;
}

nav.main-menu ul ul ul ul {
    flex-direction: row;
    padding-right: 30px;
    list-style: initial;
    list-style ]:;
    list-style ]: revert-layer;
    list-style ]: revert;
    list-style ]: initial;
    list-style ]: inherit;
    margin: -10px 0 15px 0;
    flex-wrap: wrap;
    display: none;
}

    nav.main-menu ul ul ul ul li {
        margin: 0 0 0 50px;
        width: 29%;
    }

        nav.main-menu ul ul ul ul li a:hover {
        }

        nav.main-menu ul ul ul ul li a {
            padding: 2px 0px;
            line-height: 1; /* font-weight: bold; */ /* background:#fff; */
        }

nav.main-menu ul ul ul {
    flex-direction: column;
}

    nav.main-menu ul ul ul li a {
        padding: 0px 10px;
        border-radius: 10px;
        font-weight: normal;
        color: #000;
        white-space: nowrap;
    }

nav.main-menu > ul > li > ul {
    /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05); */
}

nav.main-menu ul ul ul li a:hover {
    border-color: transparent;
    /* background:#eee; */
    color: red !important;
}

nav.main-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    flex-direction: column;
}

    nav.main-menu ul > li > div {
        display: flex;
        justify-content: inherit;
        flex-grow: 1;
        align-items: center;
    }

    nav.main-menu ul > li.highlight > div > a {
        color: var(--primary-color) !important;
        position: relative;
        padding-right: 15px;
    }

        nav.main-menu ul > li.highlight > div > a:after {
            content: '';
            background-color: var(--primary-color);
            padding: 3px;
            border-radius: 50%;
            position: absolute;
            right: 0;
            top: 43%;
        }

    nav.main-menu ul > li {
        justify-content: space-between;
        align-items: center;
        padding: 0 0 0px 0px;
        border-bottom: 1px solid #ececec;
    }

        nav.main-menu ul > li div > span {
            padding: 15px;
        }

        nav.main-menu ul > li i {
            font-size: 12px;
            display: block;
            border-radius: 6px;
            margin: 5px;
            padding: 10px 10px;
            color: #888;
        }

            nav.main-menu ul > li i:hover {
                background-color: #eee;
                color: var(--primary-color);
            }

    nav.main-menu ul ul ul > li {
        margin: 0px 0px;
        padding: 0;
    }

    nav.main-menu ul ul > li {
        margin: 0px 0px;
        padding: 0px;
    }

    nav.main-menu ul ul ul > li:hover {
        background: #ededed;
        border-radius: 10px;
    }

    nav.main-menu ul ul > li:hover {
        background: #f3f3f3;
        border-radius: 10px;
    }

    nav.main-menu ul ul > li a {
        padding: 5px 20px 5px 10px;
        /* font-weight: bold; */
        margin: 0;
    }

    nav.main-menu ul > li a {
        padding: 6px 0px;
        display: block;
        color: var(--grey-2);
        text-decoration: none;
        border-bottom: 3px solid #fff0;
        flex-grow: 1;
        color: #64656a !important;
        font-size: 13px;
    }

    nav.main-menu ul > li:last-child {
        border: none;
    }

nav.main-menu > ul > li > a:hover {
    border-color: var(--primary-color);
}

nav.main-menu ul ul > li a:hover {
    /* color: var(--primary-color); */
}


nav.main-menu > ul > li > ul ul {
    background: #ededed;
    display: none;
}

nav.main-menu > ul > li > ul {
    display: none;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    justify-content: center;
    padding-right: 0px;
}

    nav.main-menu > ul > li > ul.active {
        display: flex;
    }

.brand-img img {
    width: 100px;
}

.brand-img {
    padding: 25px 30px 20px 0px;
}

.header-search {
    position: relative;
    padding: 0 10px 0px;
}

    .header-search button {
        position: absolute;
        left: 8px;
        top: 0;
    }

    .header-search input:focus {
        outline: none;
    }

    .header-search input {
        width: 100%;
        border: none;
        background: #6e6e6e14;
        border-radius: 8px;
        padding: 5px 10px;
        font-size: 12px;
    }
/* End Head*/

/* Start Home Slider */
.swiper.mySwiper {
    height: 800px;
    background: #eee;
}

.swiper .swiper-slide {
    background-size: cover;
}
/* End Home Slider */

/* Start Home */
.slidercontrol .swiper-slide img {
    width: 100%;
}

.mySwiper .swiper-slide > a, .mySwiper .swiper-slide > picture {
    padding: 15px !important;
    display: block;
}

.mySwiper .swiper-slide img {
    border-radius: 15px;
}

section.home-icons h2 {
    font-size: 14px !important;
    padding: 0px 0 0 0;
    margin: 0px 0 10px 0 !important;
    color: var(--primary-color);
}

section.home-icons h3 {
    font-size: 12px !important;
    margin: 0 0 15px 0 !important;
}

section.home-icons > div > div { /* background: #ffffff; */
    border-radius: 12px;
}

section.home-icons {
    padding: 30px 0 30px;
    position: relative;
    background: #ededed;
}

    section.home-icons a img {
        width: 50px;
        margin: 0 auto;
    }

    section.home-icons a span {
        display: block;
        margin: 15px 0 0 0
    }

    section.home-icons .swiper-button-next, section.home-icons .swiper-button-prev {
        color: #000;
        transform: scale(0.6)
    }

    section.home-icons .swiper-button-next {
        left: 0;
    }

    section.home-icons .swiper-button-prev {
        right: 0;
    }

    section.home-icons a:hover {
        background: #e6e6e6;
    }

    section.home-icons a {
        display: block;
        text-align: center;
        padding: 16px 0px;
        color: var(--grey-2);
        text-decoration: none;
        font-size: 10px;
        margin: 0;
        background: #ffffff;
        border-radius: 10px;
        line-height: initial;
    }

        section.home-icons a:hover img {
            margin-top: -50px;
        }

        section.home-icons a > div {
            height: 50px;
            overflow: hidden;
            margin: 0 0 5px;
        }


.service-cover {
    height: 100%;
    background: url(../img/services.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 20px 34px;
    position: relative;
}

    .service-cover h2 {
        font-size: 18px !important;
        margin: 0 0px 15px 0 !important;
    }

    .service-cover h2, .service-cover p,
    .service-cover a {
        position: relative;
        z-index: 99;
    }

    .service-cover:after {
        content: '';
        background: #0000007d;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

    .service-cover p {
        font-size: 14px;
    }

    .service-cover a {
        font-size: 14px;
    }

    .service-cover p {
        line-height: 30px;
        margin: 0px 0 15px 0;
        text-align: justify;
    }

section.home-service {
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 30px;
}

    section.home-service > h2 {
        font-size: 14px !important;
        margin: 0 0 20px 0 !important;
    }

    section.home-service > div {
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
        margin-left: 30px;
        margin-right: 30px;
    }

.service-tabs a {
    text-decoration: none;
    color: var(--grey-2);
    /* padding: 15px 15px; */
    display: block;
    border-bottom: 1px solid #ededed;
    margin: 15px;
    /* border-radius: 40px; */
}

    .service-tabs a:last-child {
        border: none;
    }

    .service-tabs a:hover {
        /* box-shadow: 0 0 30px rgba(0,0,0,0.1); */
        background: #f7f7f7;
        border-radius: 15px;
    }

        .service-tabs a:hover .service-icon img {
            margin-top: -50px;
        }

        .service-tabs a:hover .arrow-icon span {
            background-color: var(--primary-color);
            background: var(--primary-color) url(../img/arr2.png) no-repeat center;
        }

    .service-tabs a .service-icon {
        height: 50px;
        overflow: hidden;
        margin: 0px 0 10px 0;
    }

        .service-tabs a .service-icon img {
            width: 50px;
        }

    .service-tabs a .content {
        display: flex;
        align-items: center;
    }

        .service-tabs a .content .description {
            flex-grow: 1;
        }

    .service-tabs a h4 {
        font-size: 16px !important;
        color: var(--primary-color);
    }

    .service-tabs a p {
        font-size: 12px !important;
    }



.service-tabs .arrow-icon span {
    float: right;
    width: 35px;
    height: 35px;
    border-radius: 12px;
    border: 1px solid #ececec;
    background: url(../img/arr4.png) no-repeat center;
}



.product-grid-cart a {
    display: flex;
    text-decoration: none;
    color: var(--grey-2);
}

    .product-grid-cart a img {
        width: 290px;
    }

.product-grid-cart {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 30px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

    .product-grid-cart .product-description {
        padding: 20px;
        flex-grow: 1;
    }

        .product-grid-cart .product-description > div {
            text-align: left;
        }

        .product-grid-cart .product-description ul {
            padding: 0 20px 0 0;
            font-size: 14px;
            margin: 11px 0 0px 0;
        }

        .product-grid-cart .product-description strong {
            color: var(--primary-color)
        }

        .product-grid-cart .product-description h3 {
            font-size: 22px;
            margin: 0 0 10px;
        }

.swiper.product-swiper .swiper-slide .slider-title a {
    margin: 0px 0 0;
    font-size: 12px;
    display: none;
}

.swiper.product-swiper .swiper-slide .slider-title h4 {
    font-size: 13px;
}

.swiper.product-swiper .swiper-slide .slider-title h2 {
    font-size: 12px !important;
    margin: 0 0 10px 0 !important;
}

.swiper.product-swiper .swiper-slide .slider-title {
    padding: 15px 0 5px;
    background: #00000070;
    color: #fff;
}

.swiper.product-swiper { /* height:700px; */
}

.product-swiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    height: 190px;
    width: 80%;
    background-position: center;
}

section.home-printer-slide {
    padding-left: 0;
    padding-right: 0;
}

    section.home-printer-slide .swiper-button-prev, section.home-printer-slide .swiper-button-next {
        color: #000;
        transform: scale(0.6)
    }

.blog-slide .blog-image {
    width: initial;
    float: none;
}

.related-contents {
    margin: 40px 0 0 0;
    padding: 0 0 10px 0;
}

    .related-contents > h3 {
        text-align: center;
        padding: 20px 0 0 0;
    }

.blog-info ul {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    list-style: none;
    padding: 5px 0px 15px 0;
    margin: 0;
    color: #5e5e5e;
    flex-wrap: wrap;
}

    .blog-info ul li {
        padding: 0 0 0 25px;
    }

        .blog-info ul li i {
            margin: 0 0 0 5px;
            font-size: 14px;
            color: #b7b7b7;
        }

.content-wrapper a:not(.btn) {
    color: var(--primary-color);
}

.blogTitle {
    /* background: #eee; */
    padding: 20px 10px 20px 10px;
    border-radius: 28px 18px 18px 0px;
}

    .blogTitle h1 {
        font-size: 20px;
        color: var(--primary-color);
    }

.content-wrapper {
    padding: 10px 15px 15px 15px;
    background: #fff;
    border-radius: 20px;
    margin: -30px 0 0 0;
    font-size: 14px;
}

    .content-wrapper:after {
        content: ' ';
        height: 3px;
        background: red;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .content-wrapper ul {
        padding: 0 20px 0px 0;
        gap: 10px;
    }

    .content-wrapper a.btn {
        margin: 15px 0;
    }

    .content-wrapper a.promo-link {
        min-width: 190px;
        padding: 10px 0;
    }

    .content-wrapper .video-wrapper {
        max-width: 880px;
        margin: 0 auto;
        border-radius: 21px;
        overflow: hidden;
    }

    .content-wrapper h2 {
        font-size: 20px !important;
        margin: 10px 0 10px 0 !important;
    }

    .content-wrapper p {
        margin: 0;
    }

    .content-wrapper h3 {
        font-size: 14px !important;
        margin: 10px 0 5px 0 !important;
    }

    .content-wrapper .blogTitle h1 {
        font-size: 16px;
        margin: 0px 0 5px 0 !important;
        color: var(--primary-color);
        line-height: 29px;
        text-overflow: ellipsis;
        /* white-space: nowrap; */
        /* overflow: hidden; */
        padding: 0 0 0 0px;
    }

.commentform {
    border-top: 1px solid #eee;
    padding-top: 20px;
    position: relative;
}

    .commentform:before {
        content: '';
        padding: 5px;
        background: red;
        position: absolute;
        right: auto;
        top: -5px;
        border-radius: 50%;
        margin-left: -46px;
    }

    .commentform > h3 {
        font-size: 18px !important;
        margin: 0 0 10px 0 !important;
    }

    .commentform h5 {
        font-size: 11px !important;
    }

.content-wrapper article img {
    max-width: 100%;
    height: auto !important;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.page-wrapper.content > div {
    /* padding-top: 20px; */
    padding-right: 10px !important;
    !i;
    !;
    padding-left: 10px !important;
    !i;
    !;
}

.page-wrapper.content {
    background: #f3f3f3;
}

.blog-slide img {
    border-radius: 20px;
    width: 100%;
    /* margin: 10px 10px; */
}

.blog-list {
    padding-top: 25px;
    padding-bottom: 50px;
}

.blog-slide {
    position: relative;
    background: #fff;
    border-radius: 20px;
}

    .blog-slide .blog-info h3 a {
        color: #888;
    }

    .blog-slide .blog-info h3 {
        margin: 0 0 15px 0 !important;
        border-bottom: 1px solid #eee;
        padding: 10px 0 10px 0;
        font-size: 23px !important;
        font-weight: normal !important;
        display: none;
    }

.blog-swiper .swiper-slide {
    padding: 0 0px;
}

.blog-swiper .swiper-button-next, .blog-swiper .swiper-button-prev {
    color: #000;
    display: none;
}

.blog-slide .blog-info h3 span {
    background: var(--primary-color) url(../img/arr2.png) no-repeat center;
    padding: 14px;
    float: left;
    border-radius: 50%
}

.blog-slide .blog-info p {
    font-size: 14px;
    margin: 10px 10px 0px 10px;
    line-height: 22px;
    min-height: 55px;
}

section.blog-slide-wrapper {
    background: #f7f7f7;
}

    section.blog-slide-wrapper > h2 {
        font-size: 15px !important;
        text-align: center;
    }

.blog-slide .blog-info a.btn {
    font-size: 12px;
    display: none;
}

.blog-slide .blog-info {
    position: initial;
    left: 0px;
    top: 101px;
    box-shadow: none;
    border-radius: 20px;
    padding: 5px 5px 20px;
    background: #fff;
    text-align: center;
}
/* End Home */





/* Start Footer */
footer {
    background: #333333;
    padding-top: 0px;
    color: #cfcfcf;
    position: relative;
    padding-top: 25px;
}

.footer-widget {
    margin: 0 0 0px;
    /* background: #eeeeee0f; */
    padding: 11px 15px;
    /* border-radius: 10px; */
    border-bottom: 1px solid #464646;
}

    .footer-widget.active h3 {
        color: red;
    }

    .footer-widget > h3 {
        color: #cfcfcf;
        font-size: 11px !important;
        position: relative;
        padding: 7px 0;
        margin: 0 !important;
        font-weight: normal !important;
    }

    .footer-widget ul li a:hover {
        color: var(--primary-color);
    }

    .footer-widget ul li a:hover {
        background: #eeeeee0f;
    }

    .footer-widget ul li a {
        color: #999;
        text-decoration: none;
        font-size: 12px;
        display: block;
    }

    .footer-widget ul {
        list-style: none;
        padding: 0;
        margin: 10px 10px 0 0;
        line-height: 34px;
        display: none;
    }

    .footer-widget > h3:after {
        content: ' ';
        height: 10px;
        width: 10px;
        position: absolute;
        left: 0;
        top: 11px;
        transform: rotate(-45deg);
        border-top: 1px solid;
        border-left: 1px solid;
    }

.contact-phones {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

footer .button-wrapper {
    text-align: center;
    margin: 0 0 10px 0;
    position: absolute;
    bottom: 50px;
    right: 10px;
}

    footer .button-wrapper button {
        background: #ffffff14;
        padding: 17px;
        border: none;
        color: #fff;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        border-radius: 50%;
    }

        footer .button-wrapper button span {
            display: none;
        }

footer .address {
    font-size: 12px;
    line-height: 21px;
    margin: 5px 0 0 0;
    text-align: center;
}

.contact-phones a span {
    font-size: 17px;
    margin: 0 10px 0 0;
}

.footer-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    right: 0;
    z-index: 90;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

    .footer-fix ul {
        list-style: none;
        display: flex;
        font-size: 12px;
        padding: 0;
        margin: 0 10px 0 10px;
    }

        .footer-fix ul li {
            flex-grow: 1;
            width: 20%;
        }

            .footer-fix ul li span {
                display: block;
                font-size: 18px;
                margin: 10px 0 5px 0;
            }

            .footer-fix ul li a {
                display: flex;
                text-align: center;
                flex-direction: column;
                color: #888;
                font-size: 9px;
                position: relative;
            }

                .footer-fix ul li a[data-link='True'] {
                    color: var(--primary-color)
                }

                .footer-fix ul li a:hover, .footer-fix ul li.active a:hover {
                    background-color: #ffe6e6;
                }

            .footer-fix ul li.active a {
                margin-top: -10px;
                border-radius: 10px;
                color: #fff;
                color: var(--primary-color);
                background: #ffffff;
                border: 1px solid #eee;
            }

.footer-contact .address {
    font-size: 13px;
    line-height: 30px;
    margin: 80px 0 0px 0px;
    color: #ffffffbd;
}

.footer-social a:hover img {
    opacity: 1;
}

.footer-social a > img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    opacity: 0.7;
}

.footer-social {
    padding: 0px 0 0 0;
}

    .footer-social > div {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

.logo-items ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
}

    .logo-items ul li img {
        max-width: 100%;
        display: block;
    }

    .logo-items ul li {
        width: 25%;
        padding: 3px;
        background: #fff;
        border-radius: 10px;
        opacity: 0.8;
        display: flex;
        align-items: center;
    }

        .logo-items ul li a {
            /* background: #fff; */
        }

.logo-items {
    margin: 80px 42px 0px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    /* border: 1px solid rgba(255,255,255,0.7); */
    text-align: center;
    line-height: 45px;
    position: relative;
    vertical-align: top;
    border-radius: 50%;
    background: #eeeeee0f;
}

.row.sub-footer {
    padding-top: 40px;
    /* border-top: 1px solid #ffffff24; */
    margin-top: 0px;
    padding-bottom: 120px;
    font-size: 10px;
    color: #6b6b6b;
    text-align: center;
}

.fotter-logo {
    text-align: center;
    display: none;
}

    .fotter-logo.bottom {
        display: block;
        text-align: center;
    }

.footer-social > h3 {
    text-align: center;
    font-size: 15px !important;
    margin: 30px 0 30px 0 !important;
}

.footer-menu > div {
    flex-grow: 1;
}

.footer-widget.active > h3:after {
    transform: rotate(-135deg);
}

.fotter-logo.bottom img {
    margin: 0px 0 0 0;
}

.fotter-logo img {
    width: 160px;
    filter: grayscale(1);
    opacity: 0.6;
    max-width: 100%;
    margin: 30px;
}

.ref-logos {
    margin-top: 15px;
    display: flex;
}

    .ref-logos img {
        width: 80%;
        display: block;
        margin: 4px auto;
    }

    .ref-logos > div {
        width: 25%;
        background: #ffffff82;
        border-radius: 13px;
        margin: 0 6px;
    }
/* End Footer */

/* Start Shop Category */
.shop-footer-box {
    background: url(/uploads/images/site-back.jpg) no-repeat;
    padding: 20px 30px;
    margin: 10px 0 0 0;
    background-size: cover;
}

    .shop-footer-box .large-text {
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        padding: 0 0 10px 0;
    }

.shop-search-form input {
    width: 100%;
    padding-bottom: 5px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #d0d0d0;
    -webkit-font-smoothing: antialiased;
    outline: none;
    margin: 0 0 20px;
}

.shop-search-form button {
    display: none;
}

.subcats.blog ul {
    padding-top: 15px;
}

.subcats ul {
    display: flex;
    list-style: none;
    padding: 0px 0 10px 0;
    flex-wrap: nowrap;
    margin: 0;
    overflow-x: auto;
}

    .subcats ul li {
        position: relative;
    }

        .subcats ul li.active a {
            color: var(--primary-color) !important;
            border-color: var(--primary-color);
        }

.subcats.blog ul li a {
    border-radius: 15px;
    background: #fff;
}

.subcats ul li a {
    color: #7a7a7a !important;
    margin: 0 0 5px 5px;
    padding: 8px 15px;
    line-height: initial;
    display: block;
    border-radius: 5px;
    color: #fff;
    white-space: nowrap;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #c9c9c9;
    border-radius: 15px;
    background: #fff;
}

.empty-content {
    text-align: center;
    padding: 100px 20px;
    background: #fff;
    border-radius: 10px;
    margin: 10px 0 15px 0;
    font-size: 13px;
}

    .empty-content img {
        display: block;
        margin: 20px auto;
        max-width: 60%;
    }

.shopTitle {
    padding: 30px 0 10px 0;
}

    .shopTitle h1 span {
        display: inline-block;
        font-size: 12px;
        color: #888;
    }

    .shopTitle h1 {
        text-align: revert;
        font-size: 25px;
        color: var(--secondary-color);
        font-weight: bold;
        padding: 5px 0 5px 0;
    }

.sorting ul {
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0;
}

figure.productItem .newprd {
    background: var(--primary-color);
    display: inline-block;
    position: absolute;
    z-index: 55;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    line-height: 1;
    top: 3px;
    right: 4px;
    font-size: 11px;
}

figure.productItem {
    border-radius: 12px;
    transition: all 0.3s;
    padding: 0px;
    position: relative;
    /* border: 1px solid #eee; */
    margin: 0 10px 20px 10px;
    overflow: hidden;
}

    figure.productItem:hover {
        box-shadow: 0 0 20px rgba(0,0,0,0.05);
        background: #efefef;
        transition: all 0.3s;
        /* padding: 10px; */
    }



    figure.productItem a {
        color: #333;
        display: flex;
        align-items: center;
        background: #fff;
        /* border-radius: 10px; */
    }

    figure.productItem .image-wrapper:after {
        content: '';
        padding: 10px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 0.3s;
        border-radius: 15px;
    }

    figure.productItem .price-box {
        width: 60%;
    }

    figure.productItem .image-wrapper {
        margin: 0px 0 5px 0;
        position: relative;
        overflow: hidden;
        /* width: 40%; */
    }

    figure.productItem img {
        max-width: 110px;
        margin: 15px 20px;
        height: auto;
        border-radius: 6px;
        width: 100%;
    }

    figure.productItem .price {
        text-align: left;
        color: var(--grey-1);
        font-weight: bold;
        font-size: 12px;
        padding: 0 0 0 15px;
    }

    figure.productItem strong {
        height: 70px;
        display: block;
        font-size: 11px;
        overflow: hidden;
        line-height: 20px;
        font-weight: normal !important;
        margin: 0 10px;
    }

aside.sidebar.sidebar-shop > a:hover {
    color: var(--primary-color)
}

aside.sidebar.sidebar-shop > a {
    padding: 15px;
    display: block;
    font-weight: bold;
    color: #777;
}

aside.sidebar.sidebar-shop.fixed {
    position: fixed;
    top: 100px;
}

aside.sidebar.sidebar-shop.fixedbottom {
    position: absolute;
    bottom: 0px;
}
.sidebar .widget .blog-item-wrapper {
    margin-right: 20px;
    margin-left: 20px;
}
aside.sidebar.sidebar-shop .widget > h4 {
    font-size: 17px;
    padding: 19px 20px;
    color: var(--primary-color);
    background: #ffffff;
    border-bottom: 1px solid #eee;
    margin: 0;
}
aside.sidebar.sidebar-blog{background:#fff;}
aside.sidebar.sidebar-shop {
    /* background: #fff; */
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    margin-top: 15px;
}

    aside.sidebar.sidebar-shop > .widget {
        border-bottom: 1px solid #eee;
    }

    aside.sidebar.sidebar-shop .widget > div > ul > li > div > a {
        color: #262626;
        padding: 0px 16px 10px 0;
        font-weight: bold;
        /* background: #eee; */
        border-bottom: 1px solid #efefef;
    }

        aside.sidebar.sidebar-shop .widget > div > ul > li > div > a:before {
            content: '';
            float: right;
            padding: 10px;
            background-color: #f3f3f3;
            border-radius: 50%;
            margin: 4px 0 0 -8px;
        }



    aside.sidebar.sidebar-shop .widget ul > li ul {
        padding: 0 10px 0 10px;
    }

    aside.sidebar.sidebar-shop .widget > div > ul li i.fa {
        display: none;
    }


    aside.sidebar.sidebar-shop .widget > div > ul {
        list-style: none;
        padding: 0;
        /* border-top: 1px solid #ddd; */
        margin: 0px 0 0 0;
    }
aside.sidebar.sidebar-blog .widget > div > ul > li{
    margin: 0 0 0 0 !important;
}
        aside.sidebar.sidebar-shop .widget > div > ul > li {
            background: #fff;
            margin: 0 0 30px 0;
            border-radius: 16px;
            overflow: hidden;
            padding: 16px 0 16px 0;
        }

            aside.sidebar.sidebar-shop .widget > div > ul > li > ul {
                margin-top: 16px;
            }

        aside.sidebar.sidebar-shop .widget > div > ul ul ul ul {
            display: flex;
        }

        aside.sidebar.sidebar-shop .widget > div > ul > li ul ul {
            margin: 0 0px 0 0px;
            /* border-right: 2px solid #dfdfdf; */
        }

            aside.sidebar.sidebar-shop .widget > div > ul > li ul ul > li {
                /* flex-grow: 1; */
            }

            aside.sidebar.sidebar-shop .widget > div > ul > li ul ul li a:before {
                content: '';
                float: right;
                padding: 3px;
                background-color: #8888885e;
                border-radius: 50%;
                margin: 12px 0 0 7px;
            }

            aside.sidebar.sidebar-shop .widget > div > ul > li ul ul li a {
                font-weight: normal;
            }

        aside.sidebar.sidebar-shop .widget > div > ul > li ul {
            list-style: none;
            /* border-bottom: 1px solid #eee; */
        }

            aside.sidebar.sidebar-shop .widget > div > ul > li ul a {
                padding: 10px 5px 10px 5px;
                font-size: 12px;
                font-weight: bold;
                border: none;
                /* margin: 0 0 5px; */
                border-radius: 8px;
            }

        aside.sidebar.sidebar-shop .widget > div > ul li:first-child a {
            /* border: none; */
        }

        aside.sidebar.sidebar-shop .widget > div > ul > li > ul > li {
            /* border-bottom: 1px solid #ebebeb; */
            padding: 0px 0;
        }

        aside.sidebar.sidebar-shop .widget > div > ul li a[data-link='True'] {
            color: var(--primary-color);
        }

        aside.sidebar.sidebar-shop .widget > div > ul li a {
            display: block;
            /* border-top: 1px solid #ddd; */
            color: #777;
            padding: 5px 20px 5px 14px;
            font-weight: bold;
        }

            aside.sidebar.sidebar-shop .widget > div > ul li a:hover:before, aside.sidebar.sidebar-shop .widget > ul li a.active:before {
                /* background-color: #fff; */
            }

        aside.sidebar.sidebar-shop .widget > div > ul ul li a:hover, aside.sidebar.sidebar-shop .widget > ul li a.active {
            color: var(--primary-color);
            background: #f1f1f170;
            /* color: #fff; */
            transition: all 0.3s;
            /* border-radius: 8px; */
        }

.sidebar .widget.data-filter h3 {
    display: flex;
    padding: 20px 30px;
    margin: 0 !important;
    justify-content: space-between;
    align-items: center;
    font-size: 19px !important;
}

.sidebar .widget.data-filter .sidebar-content {
    display: none;
}

.sidebar .widget.data-filter h3 span {
    color: #d1d1d1;
    font-size: 19px;
}

.sidebar .widget.data-filter ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0;
    color: #cfcfcf;
}

    .sidebar .widget.data-filter ul li {
        padding: 10px 30px;
        cursor: pointer;
    }

        .sidebar .widget.data-filter ul li.active {
            background: #f2f2f2;
        }

            .sidebar .widget.data-filter ul li.active label {
                color: #333
            }

        .sidebar .widget.data-filter ul li input {
            opacity: 0;
        }

            .sidebar .widget.data-filter ul li input:checked ~ .checkmark:after {
                content: ' ';
                border-right: 2px solid #fff;
                border-bottom: 2px solid #fff;
                padding: 5px 3px;
                position: absolute;
                transform: rotate(45deg);
                right: 5px;
                top: 1px;
            }

            .sidebar .widget.data-filter ul li input:checked ~ .checkmark {
                background: var(--primary-color);
                border-color: var(--primary-color);
            }

        .sidebar .widget.data-filter ul li .checkmark {
            position: absolute;
            top: 9px;
            right: 0;
            height: 20px;
            width: 20px;
            border-radius: 5px;
            border: 1px solid;
        }

        .sidebar .widget.data-filter ul li label {
            display: block;
            position: relative;
            padding: 0px 16px;
            cursor: pointer;
        }

.breadcrumb {
    margin-bottom: 0 !important;
}

.products-page .shop-title h1 {
    font-size: 14px;
    padding: 14px 0;
    margin-bottom: 0 !important;
}

.row.productlist {
    margin-left: -5px;
    margin-right: -5px;
}

.breadcrumb ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
    overflow-x: auto;
    width: 100%;
}

    .breadcrumb ul li a {
        color: #888;
        font-size: 12px;
        display: block;
        /* padding: 0 10px; */
        white-space: nowrap;
    }

    .breadcrumb ul li:before {
        content: '';
        padding: 3px;
        border-top: 1px solid #bbbbbb;
        border-left: 1px solid #bbbbbb;
        transform: rotate(-45deg);
        margin: 12px 0px 0 10px;
        position: absolute;
        right: 3px;
    }

    .breadcrumb ul li {
        padding: 0px 20px 0 0px;
        position: relative;
        margin-left: 3px;
    }

        .breadcrumb ul li:first-child:before {
            content: '';
            display: none;
        }

        .breadcrumb ul li:first-child {
            padding: 0 0 0 5px;
        }

.shopPagination ul li a, .shopPagination ul li span {
    background-color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    margin: 0 0px 0 10px;
    color: #888;
    /* border: 1px solid #e4e4e4; */
    display: inline-block;
    line-height: 22px;
    min-width: 32px;
    text-align: center;
}

ul.pagination {
    padding: 0;
    margin: 0;
}

.shopPagination ul li span {
    background: var(--primary-color);
    color: #fff;
    border: none;
}

.shopPagination {
    padding: 10px 0 20px 0;
    margin: 0 0px;
    overflow-x: auto;
}

    .shopPagination ul li.active a {
        background-color: var(--primary-color);
        color: #fff;
    }
/* End Shop Category */

/* Start Product */
.product-gallery {
    overflow: hidden;
    position: relative;
}

    .product-gallery .gallery-top .swiper-slide {
        padding: 10px;
    }

    .product-gallery .swiper-slide img {
        max-width: 100%;
        height: auto;
    }

    .product-gallery .gallery-thumbs .swiper-slide {
        width: 25%;
        overflow: hidden;
        cursor: pointer;
    }

.swiper-container.gallery-thumbs {
    margin: 0 50px;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.product-thumb-wrapper .swiper-button-prev:after, .product-thumb-wrapper .swiper-button-next:after {
    content: '';
}

.product-thumb-wrapper .swiper-button-next {
    right: initial !important;
    left: 0;
}

.product-thumb-wrapper .swiper-button-prev {
    right: 0px !important;
    left: initial;
}

.product-thumb-wrapper {
    position: relative;
}

    .product-thumb-wrapper .swiper-button-prev, .product-thumb-wrapper .swiper-button-next {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        border: 1px solid #bfbfbf;
        background-size: 8px;
        /* margin-top: -18px; */
        background-repeat: no-repeat;
        background-position: center;
        /* position: absolute; */
    }



.product-gallery .gallery-thumbs .swiper-slide img {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0px;
    width: 100%;
}

.product-gallery .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    border-color: var(--primary-color);
}

.product-wrapper {
    padding-top: 10px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.stars-icons .overload {
    display: none;
    background: #ffffff9e;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
}

.scoring img {
    height: 27px;
    border-radius: 50%;
}

.product-icons ul {
    display: flex;
    list-style: none;
    font-size: 10px;
    padding: 0px 0 10px;
    margin: 0;
}

    .product-icons ul li figure {
        background: url(/src/img/products-icons.png) no-repeat;
        background-size: auto 50px;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        opacity: 0.4;
        border-radius: 50%;
        box-shadow: 0 0 10px rgb(165 165 165 / 35%);
    }

    .product-icons ul li {
        flex-grow: 1;
        text-align: center;
        overflow: hidden;
        padding-top: 5px;
    }

        .product-icons ul li span {
            font-weight: bold;
            display: block;
            color: #565656;
            font-size: 8px;
            white-space: nowrap;
        }

        .product-icons ul li:nth-child(2) figure {
            background-position: -55px 0px;
        }

        .product-icons ul li:nth-child(3) figure {
            background-position: -110px 0px;
        }

        .product-icons ul li:nth-child(4) figure {
            background-position: -160px 0px;
        }

        .product-icons ul li:nth-child(5) figure {
            background-position: -215px 0px;
        }

.order-product .btn {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
}

    .order-product .btn img {
        height: 30px;
    }

.relatedProperties {
    margin: 0 0 0px 0;
}

    .relatedProperties > strong {
        color: var(--primary-color);
    }

.product-brief {
    padding: 0 15px 0 15px !important;
}
.guaranty-text {
    /* border: 1px solid var(--primary-color); */
    border-radius: 20px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    background: #fff0f0;
    font-weight: bold;
    font-size: 12px;
    margin: 20px 0 0 0;
}
.guaranty-text a{color:#000;}
.guaranty-text i {
    font-size: 18px;
    margin: 0 0 0 5px;
    color: var(--primary-color);
}

.brief-text {
    display: flex;
}
.relatedProperties ul {
    padding: 0;
    list-style: none;
    margin: 10px 0 0 0;
    line-height: 30px;
    font-size: 12px;
}

    .relatedProperties ul li span {
        font-weight: bold;
    }

    .relatedProperties ul li {
        border-bottom: 1px solid #eaeaea;
        padding: 3px 0;
        color: #64656a;
    }

.relatedProperties.printer ul li {
    border-bottom: 0px solid #eaeaea;
    padding: 0px 0;
}

.relatedProperties ul li:last-child {
    border: none;
}

.relatedProperties ul li:before {
    padding: 1px 5px;
    float: right;
    margin: 19px 0 0 5px;
    background: #d5d5d5;
}

.product-wrapper h1 {
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0 0px 0 !important;
    line-height: 55px;
}

.scoring .stars-icons span {
    font-size: 12px !important;
    color: #ffc800;
}

.stars-icons label {
    font-size: 14px;
}

.prdbar {
    margin: 0 0 20px 0;
}

.product-tabs > .nav-tabs {
    display: flex;
    justify-content: start;
    font-size: 13px;
    border-color: #efefef;
    overflow-x: auto;
    flex-wrap: nowrap;
}

    .product-tabs > .nav-tabs button.active {
        color: var(--primary-color)
    }

.product-description {
    padding: 0px 0;
    font-size: 12px;
}

.product-tabs > .nav-tabs button {
    border: none;
    margin: 0;
    padding: 10px 19px;
    position: relative;
    color: var(--grey-1);
    white-space: nowrap;
}

    .product-tabs > .nav-tabs button:hover:after, .product-tabs > .nav-tabs button.active:after {
        left: 0%;
        right: 0%;
        transition: all 0.3s;
    }

    .product-tabs > .nav-tabs button:after {
        content: ' ';
        height: 2px;
        background: var(--primary-color);
        position: absolute;
        bottom: 0;
        left: 50%;
        right: 50%;
        transition: all 0.3s;
    }

.product-description a {
    color: var(--primary-color);
    border-bottom: 1px dashed
}

.product-description h2:before, .product-description h3:before {
    content: ' ';
    height: 10px;
    width: 10px;
    background-color: var(--primary-color);
    float: right;
    margin: 5px 0 0 5px;
    border-radius: 50%;
}

.product-description h2 {
    font-size: 19px !important;
    padding: 0 0 10px 0;
    font-weight: bold;
    margin: 0 0 0 0;
}

.product-description h3 {
    font-size: 17px !important;
    padding: 0 0 10px 0;
    font-weight: bold;
    margin: 0 0 0 0 !important;
}

table.property-table table {
    margin: 0;
    line-height: 25px;
}

    table.property-table table td:first-child {
        width: 140px;
        white-space: nowrap;
    }

    table.property-table table td {
        border: none;
        padding: 10px 10px;
        text-align: right;
    }

h2.tab-title {
    text-align: center;
    padding: 40px 0;
    font-size: 25px !important;
}
form#commentform h5 {
    font-size: 16px;
}
.property-wrapper {
    overflow-x: auto;
}

table div.prop-title {
    padding: 10px 20px 10px 0;
    position: relative;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
}

table.property-table > tbody > tr > td {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 0px 0 0px 20px;
    vertical-align: top;
}

table .prop-title:before {
    width: 3px;
    height: 100%;
    background: #e5011c;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

table.table.property-table > tbody > tr > td {
    width: 100%;
    display: block;
    font-size: 12px;
}

table.table.property-table {
    font-size: 15px;
}

.file-wrapper table td a:not(.btn) {
    color: #000;
}

section.related-products {
    background: #eee url(/src/img/related-bk.jpg) center center;
    background-size: cover;
    padding: 10px;
}

    section.related-products h2 {
        margin: 40px 0 20px 0 !important;
        font-size: 25px !important;
        font-weight: bold;
    }

.category-breadcrumb {
    padding: 10px 0 10px 0;
    overflow-x: auto;
    white-space: nowrap;
}

    .category-breadcrumb a {
        color: var(--grey1);
        display: inline-block;
        padding: 0;
        font-size: 13px;
    }

        .category-breadcrumb a:last-child:after {
            display: none;
        }

        .category-breadcrumb a:after {
            content: ' ';
            border-top: 1px solid #888;
            border-left: 1px solid #888;
            padding: 4px;
            margin: 15px 6px 0;
            float: left;
            transform: rotate(-45deg);
        }

.pricebox .price-item {
    padding: 15px 20px;
    /* border-top: 1px solid #eaeaea; */
    /* border-bottom: 1px solid #eaeaea; */
    margin: 0 0 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 89;
    margin: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}


.butt-shop {
    font-size: 12px !important;
    padding: 12px 16px !important;
}

.pricebox .price-item .price {
    font-size: 19px;
    color: var(--primary-color);
}

button.btn.btn-danger.butt-shop {
    font-size: 12px !important;
}

.pricebox .price-item > form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.pricebox .price-item .price span {
    font-size: 16px;
    color: #565656;
}

.product-hero .text h2 span {
    padding: 8px 10px;
    border: 2px solid #1a1a1a;
    border-radius: 12px;
    display: inline-block;
}

.product-hero .text h2:before {
    display: none;
}

.product-hero .text h2 {
    font-size: 17px !important;
}

.product-hero .text p {
    font-size: 12px;
    line-height: 27px;
    margin: 10px 0 0 0;
    font-weight: bold;
}

.hero-side {
    padding-top: 100px;
}

    .hero-side h3:before, .hero-back h2:before, .hero-back h3:before {
        display: none;
    }

    .hero-side h3 {
        font-size: 14px !important;
        margin: 0 0 10px 0 !important;
    }

    .hero-side p {
        font-size: 11px !important;
        line-height: 20px;
        margin: 0;
        direction: rtl;
    }


.hero-side {
    padding-top: 30px;
}

.hero-back.dark-text {
    color: #000;
}

.hero-back {
    background: #eee;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 35px;
}

    .hero-back h2 {
        font-size: 20px !important;
        margin: 0 0 10px 0 !important;
    }

    .hero-back h3 {
        font-size: 14px !important;
        margin: 0 !important;
    }

    .hero-back p {
        font-size: 11px !important;
        margin: 0;
    }

.hero-full {
}

, .hero-center {
}

    .hero-full h2:before, .hero-center h2:before {
        display: none;
    }

    .hero-full h2, .hero-center h2 {
        font-size: 15px !important;
        margin: 11px 0 10px 0 !important;
    }

    .hero-full p, .hero-center p {
        font-size: 11px;
        line-height: 20px;
    }
/* End Product */


/* Start Shopping Cart*/
.orderStat {
    display: table;
    width: 100%;
    background: #f8f8f8;
    text-align: center;
    padding: 5px 0 0px 0;
    margin: 0px 0 0px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
    box-shadow: 0 0 5px rgba(131,131,131,0.3);
}

    .orderStat > div {
        display: table-cell;
        width: 25%;
        position: relative;
        line-height: initial;
    }

        .orderStat > div span.number {
            margin: 11px 0 0 0;
            background: #c1c1c1;
            border-radius: 50%;
            padding: 5px;
            display: inline-block;
            font-weight: bold;
            color: #fff;
            position: relative;
            z-index: 1;
            /* font-family: tahoma !important; */
        }

        .orderStat > div strong {
            display: block;
            padding: 5px 0 11px 0px;
            color: #c1c1c1;
            font-weight: normal;
            font-size: 9px;
            line-height: initial;
        }

        .orderStat > div span.left, .orderStat > div span.right {
            background: #dedede;
            position: absolute;
            width: 50%;
            height: 1px;
            top: 19%;
            z-index: 0;
            margin: 7px 0 0 0;
        }

        .orderStat > div:first-child .right, .orderStat > div:last-child .left {
            background: #ffffff00;
        }

        .orderStat > div span.right {
            background: #dedede;
            right: 0;
        }

        .orderStat > div.active span {
            background: var(--primary-color);
        }

            .orderStat > div.active span.number {
                background-color: var(--primary-color);
            }

        .orderStat > div.active strong {
            color: var(--primary-color);
        }

.cart-box {
    background: #fff;
    border-radius: 20px;
    padding: 10px 10px;
    /* height: 100%; */
}

.section-btn > i {
    display: inline-block;
    padding: 20px;
    color: #535353;
}

.section-btn label i {
    font-size: 20px;
    /* border: 1px solid #c9c9c9; */
    padding: 15px;
    border-radius: 10px;
    margin: 0px 0px 0px 15px;
    /* background: #ffffff91; */
    color: #535353;
}

.section-btn {
    /* background: #f7f7f7; */
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    /* border: 1px solid #e3e3e3; */
}

    .section-btn label {
        display: flex;
        align-items: center;
        font-size: 12px !important;
    }

.cart-box.user-info-wrapper {
    margin-bottom: 15px;
}

.cart-item {
    display: flex;
    /* border-right: 5px solid #dfdfdf; */
    border-bottom: 1px solid #efefef;
}

    .cart-item:last-child {
        border: none;
    }

.thumb-img {
    padding: 0px;
}

.cart-preview .thumb-img img {
    width: 40px;
}

.thumb-img img {
    width: 60px;
    height: auto !important;
    margin: 15px 15px 10px 5px;
}

.cart-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0px 10px 10px;
    align-items: normal;
}

.cart-brief {
    flex-grow: 1;
    padding: 0px;
}

.cart-quantity {
    padding: 0px 0px 0 0;
    display: flex;
    align-items: center;
}

.cart-preview .cart-price {
    font-size: 12px;
    color: #575757;
    padding: 0 10px 0 0;
}

.cart-price {
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    /* font-weight: bold; */
}

    .cart-price .price span {
        font-size: 10px;
    }

.cart-info {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
}

.cart-preview .cart-detail > span {
    /* justify-content: end; */
    display: flex;
    align-items: center;
}

    .cart-preview .cart-detail > span strong {
        margin: 0 5px 0 0;
        color: #7f7f7f;
    }

.cart-preview .cart-detail {
    /* justify-content: end; */
    font-size: 10px;
}

.cart-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
}

form.coupen-form .btn {
    background: #d3d3d3 !important;
    border-color: #b3b3b3;
}

.cart-quantity button {
    background: #ffeded;
    line-height: 1;
    border: 0px solid #bababa;
    font-size: 8px;
    padding: 8px 9px;
    border-radius: 7px;
    color: var(--primary-color);
}

.cart-promo {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
    padding: 15px 20px;
}

.cart-brief > a.prdtitle {
    color: #565656;
    font-weight: bold;
    padding: 10px 0 0 0;
    display: block;
    line-height: 18px;
    font-size: 10px;
}

.cart-quantity form label {
    font-size: 12px;
    color: #888;
}

.cart-price div > span.price.discount {
    color: #898989;
    font-size: 12px;
    position: relative;
}

.cart-remove a.RemoveLink {
    border-radius: 50%;
    line-height: 1;
    padding: 2px 14px 2px 15px;
    float: left;
    margin: 10px 0 10px 0;
    opacity: 0.8;
    color: red;
}

.cart-price > div {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}
.cart-price .price.discount{color:#888;font-size: 15px;font-weight:normal !important;position:relative;display:inline-block}
.cart-price .price.discount:after{content:' ';height:1px;background:#888;position:absolute;left:0;right:0;top:50%;}
.cart-quantity form input[type='number'] {
    border: none;
    /* box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 7%); */
    padding: 5px 5px 5px 3px;
    width: 31px;
    line-height: 1;
    /* border-radius: 4px; */
    text-align: center;
    border: 0px solid #fff !important;
    font-size: 14px;
}

.cart-box.address {
    margin-bottom: 25px;
}

.addresslist-wrapper > h5 {
    font-size: 14px !important;
    padding: 5px 10px;
}

.cart-preview {
    max-height: 230px;
    overflow-y: auto;
    overflow-x: auto;
}

.row-num {
    padding: 28px 7px;
}

.cart-box.payment-cart {
    margin-bottom: 10px;
}

.discount-code {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
    color: #606060;
}

div#discountModal .modal-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal.fade .modal-dialog {
    transform: translate(0, 50px) !important;
}

.modal.show .modal-dialog {
    transform: none !important;
}

.discount-code button.modal-btn,.discount-input button {
    background: var(--primary-color);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 13px;
    line-height: initial;
    padding: 5px 14px;
}

div#discountModal h5 {
    font-size: 14px;
}

.discount-input input {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    padding: 0 20px;
}

.discount-input > div {
    position: relative;
}
.discount-input div{position:relative;}
.discount-input button {
    position: absolute;
    left: 0px;
    top: 0px;
}

.cart-box.discount {
    margin-bottom: 10px;
}

.pay-button {
    display: flex;
    background: #f3f3f3;
    padding: 7px 15px 15px 15px;
    line-height: initial;
    align-items: center;
    font-size: 12px;
    border-radius: 13px;
    margin: 0px 0 0px 0;
    color: #747474;
}

    .pay-button i {
        font-size: 30px;
        padding: 0 5px 0 15px;
        color: var(--primary-color);
    }

    .pay-button p {
        margin: 0;
    }

.cart-box > h2 {
    font-size: 14px !important;
    font-weight: bold;
    padding: 5px 10px 10px 0;
    margin: 0 !important;
}

.cart-list {
    border-top: 1px solid #efefef;
    margin-right: -15px;
    margin-left: -15px;
}

.coupen-form {
    margin: 15px 0 0 0;
    background: #f5f5f5;
    margin: 0;
    padding: 5px 15px;
    border-radius: 8px;
    margin: 15px 0 0 0;
    font-size: 11px;
    line-height: initial;
}

    .coupen-form input, .coupen-form .btn {
        font-size: 11px;
    }

    .coupen-form .form-group {
        display: flex;
        align-items: center;
    }

.boxwin.basket-cart-total > div > strong {
    border-bottom: 1px solid #e3d9d9;
    display: block;
}

.basket-pricelist {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: initial;
}

    .basket-pricelist > .price-row {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6px 0;
    }

.shipping-sidebar.cart-box {
    margin: 45px 0 0 0;
    padding: 20px 20px 20px 20px;
    background: transparent;
    padding: 0;
    font-size: 12px;
    color: #6d6d6d;
}

.basket-pricelist > .price-row label {
    text-align: right;
    font-size: 12px;
    color: #383838;
}

.basket-pricelist strong span {
    color: #787878;
    margin: 0 5px 0 0;
    font-size: 11px;
}

.baskettotal {
    border-top: 1px solid #d7d7d7;
    position: fixed;
    bottom: 64px;
    left: 0px;
    right: 0;
    background: #fff;
    padding: 15px 15px 15px 15px;
    z-index: 0999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px -1px 7px rgba(0,0,0,0.10);
    flex-direction: row-reverse;
    border-radius: 12px 12px 0 0;
}

.basket-total-price {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5px 0 0px 0;
    line-height: initial;
}

    .basket-total-price span {
        font-size: 10px;
    }

.basket-pricelist > .price-row > * {
    flex-grow: 1;
    text-align: left;
    font-size: 14px;
}

.btn {
    font-size: 12px !important;
}

.btn-basket {
    font-size: 12px !important;
    padding: 10px 10px !important;
}

.basket-total-price .pricetag {
    font-size: 16px;
    padding: 0px 0 0px 0;
    color: var(--primary-color);
    font-weight: bold;
    margin: 4px 0 0 0;
}

table.shipping .info, table.pay .info {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: flex-start;
    justify-content: normal;
    flex-direction: row;
}

table.addresses tr td > div {
    /* display: flex; */
    align-items: start;
    /* cursor: pointer; */
    /* padding-right: 3px; */
    justify-content: flex-start;
}



table.shipping td:after, table.pay td:after, table.addresses td:after { /* display:none; */
    content: ' ';
    background: rgb(253 236 236);
    position: absolute;
    padding: 20px;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transition: all 0.3s linear;
    opacity: 0;
}

table.shipping td.active:after, table.pay td.active:after, table.addresses tr.active td:after {
    opacity: 1;
    left: 0;
    right: 0;
}

.modal-body form.searchwrapper .form-group {
    margin: 0 0 20px 0 !important;
    width: 100%;
}

.modal-body form.searchwrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .modal-body form.searchwrapper button {
        flex-grow: 1;
        font-size: 14px;
    }

table.addresses div.info * {
    line-height: 25px;
}

.address-footer {
    font-size: 12px;
    padding: 10px;
}

    .address-footer .btn {
        margin: 0 10px 0 0;
        font-size: 12px;
    }

table.addresses div.info {
    font-size: 12px;
    line-height: 20px;
}

table.shipping .fa, table.pay .fa, table.addresses .fa {
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    margin-right: 0px;
    margin-left: 10px;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    line-height: 1;
}

table.addresses tr.active td span.fa {
    color: var(--primary-color);
    font-size: 15px;
    border-color: #fff;
}

table.addresses tr.active td {
    color: rgb(122 122 122);
    border-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

table.shipping td.active .fa, table.pay td.active .fa {
    color: var(--primary-color) !important;
    border-color: #ffffff00;
    font-size: 15px;
}

table.shipping tr {
    border: none;
    border-bottom: 1px solid #eee;
}

    table.shipping tr:last-child {
        border: none;
    }

    table.shipping tr:first-child {
        border-top: 1px solid #eee;
    }

table.shipping td, table.pay td, table.addresses td {
    position: relative;
    border: none;
}

table.shipping tr, table.pay tr {
    border: none;
    border-bottom: 1px solid #eee;
}

table.shipping td > div, table.pay td > div, table.addresses td > div {
    display: flex;
    /* align-items: end; */
    justify-content: center;
    /* flex-direction: column; */
    z-index: 2;
    position: relative;
    min-height: 40px;
}

table.shipping .price {
    /* float: left; */
    font-size: 9px;
    padding: 0px 8px;
    color: #888;
    background: #0000000d;
    margin: 0px 0 0 -8px;
    border-radius: 0 5px 5px 0;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1 !important;
    min-width: 50px;
}

table.addresses tr.footer td button {
    border-radius: 5px;
    border: 1px solid;
    margin: 0 10px 0 0;
    font-size: 12px;
    padding: 7px 6px;
    line-height: initial;
    color: #888;
}

table.shipping .info div span, table.pay .info div span {
    font-size: 10px;
    line-height: 15px !important;
    width: 86%;
    display: block;
}

.btn-basket {
    min-width: 40%;
}

.cart-edit a {
    background: #f3f3f3;
    width: 100%;
    font-size: 12px;
    padding: 10px;
    border-radius: 13px;
    color: var(--primary-color);
    margin: 10px 0 0 0;
}

table.shipping .info strong, table.pay .info strong {
    display: block;
    color: var(--primary-color);
    color: #404040;
    font-size: 12px;
    padding: 0px 0px 6px;
    line-height: initial;
}

table.addresses tr td {
    border: none;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #ffffff;
}

table.shipping, table.addresses, table.pay {
    line-height: 24px;
    font-size: 12px;
    border: none !important;
    margin: 0;
}

table.pay {
    margin-bottom: 70px
}

.sectionTitle h4 {
    font-size: 14px !important;
    font-weight: bold;
    padding: 5px 0px 5px 0;
    margin: 10px 0 10px 0 !important;
    color: var(--primary-color);
}

form#userinfo .form-group {
    position: relative;
    line-height: 30px;
    margin-bottom: 20px;
}

.profile-page form#userinfo .form-group:not(.nolabel) label {
    top: -6px;
    right: 15px;
}

form#userinfo .form-group:not(.nolabel) label {
    position: absolute;
    background: #fff;
    padding: 1px 5px;
    right: 22px;
    font-size: 11px;
    border-radius: 5px;
    /* z-index: 999999; */
}

div#aggformForm {
    background: #fff;
    padding: 10px 15px;
    margin: 40px 0 0 0;
    border-radius: 30px;
}
#commentmessage{text-align:center;}
.custom-form .form-group {
    margin: 0 0 15px 0;
}
form#commentform .btn {
    padding: 10px 50px;
}
.custom-form input[type=text], .custom-form input[type=number], .custom-form input[type=email], .custom-form textarea, .custom-form select {
    width: 100%;
    height: 45px;
    line-height: 36px;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    border-radius: 9px;
}

.search-form .btn {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
}

.userinfo .custom-select > button {
    background-color: #f9f9f9;
    /* border: 1px solid #f9f9f9 !important; */
    height: 51px;
}

.userinfo input, .userinfo textAREA {
    background: #f9f9f9;
    /* border: 1px solid #f9f9f9 !important; */
}

.user-address-form input:focus, .user-address-form textarea:focus {
    box-shadow: none;
}

.user-address-form.userinfo label {
    line-height: initial;
    right: 5px !important;
    top: -7px;
}

.userinfo input:focus, .userinfo textarea:focus {
    border: 1px solid var(--primary-color) !important;
}

.custom-form select {
    background: url(/img/arr7.png) no-repeat 6% 50%;
}

.custom-form label {
    /* font-size: 14px; */
    color: #1f1f1f;
    font-size: 12px;
    line-height: 1;
}

.company-section-inner > span {
    font-size: 12px;
    padding: 0 0 10px 0;
    display: block;
}

.custom-form input[type='password'], .custom-form input[type='number'], .custom-form input[type='text'], .custom-form select, .custom-form input[type='email'], .custom-form textarea {
    box-shadow: none;
    margin: 5px 0 0 0;
    height: 45px;
    border-radius: 10px;
    padding: 5px 14px 7px 20px;
    color: #424242;
    font-size: 14px;
    background: #f9f9f9;
}

    .custom-form input[type='password']:focus, .custom-form input[type='text']:focus, .custom-form select:focus, .custom-form input[type='email']:focus, .custom-form textarea:focus {
        box-shadow: none;
        border-color: var(--primary-color);
    }



.button-row {
    display: flex;
    gap: 15px;
}

    .button-row .btn {
        padding: 10px 20px;
        width: 30%;
    }

        .button-row .btn.btn-danger {
            width: 70%;
        }

form#userinfo .form-group .field-validation-error {
    font-size: 12px;
    position: absolute;
    top: 100%;
    background-color: #ffecec;
    left: 15px;
    color: #fff;
    margin-top: 0px;
    padding: 7px 10px;
    z-index: 999;
    border-radius: 6px;
    line-height: 1;
}
/* End Shopping Cart*/
/* Start Authenticate*/

section#loginForm {
    max-width: 370px;
    margin: 0px auto 20px auto;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    /* box-shadow: 0 0 20px rgb(83 83 83 / 6%); */
    padding: 15px;
}

.verify-code .btn.btn-link {
    font-size: 12px;
    color: var(--primary-color);
    background-color: #fff2f2
}

.verify-code .btn.btn-danger {
    width: 100%;
    padding: 10px 0;
}

.send-code input, .verify-code input {
    font-size: 16px;
    padding: 10px;
}

section#loginForm > a > img {
    max-width: 140px;
}

section#loginForm > a {
    display: block;
    text-align: center;
}

a.auth-logo img {
    max-width: 200px;
    margin: 0 auto;
}

a.auth-logo {
    display: block;
    padding: 40px 0;
    text-align: center;
}

.verify-code {
    font-size: 12px;
}

section#loginForm .pageTitle h1 {
    font-size: 15px;
    /* color: var(--primary-color); */
    margin: 0;
    text-align: right;
    font-weight: bold;
}

.send-code p {
    font-size: 12px;
    line-height: 23px;
}

.send-code .form-group.input {
    margin: 0 0 15px 0;
}

.page-wrapper.cart {
    align-items: start !important;
    padding-bottom: 185px;
    /* margin: initial; */
    padding-top: 85px;
    margin: 0;
}

.page-wrapper.authenticate {
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: end;
}

.send-code .btn {
    width: 100%;
    padding: 10px 0;
}

section#loginForm label {
    font-weight: normal;
    padding: 10px 0px;
}

section#loginForm .pageTitle {
    border-radius: 0px;
    border: none;
    padding: 20px 0;
}

.head-container .pageTitle h1:before {
    content: '';
    background-color: var(--primary-color);
    padding: 5px;
    border-radius: 50%;
    float: right;
    margin: 8px 0 0 8px;
}

.pageTitle h1 {
    margin-bottom: 0 !important;
    font-size: 1.5rem;
}

.head-wrapper {
    background: #eee url(/uploads/images/page-head-120.jpg) left center;
    margin: 0 0 15px;
    background-size: cover;
}

.pageTitle {
    padding: 10px 0;
    /* background: #f9f9f9; */
    /* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
    margin: 0;
    padding: 60px 15px 40px 15px;
    border-radius: 6px;
    position: relative;
}
/* End Authenticate */
/* Start Profile */
.profile-header-content {
    margin: 10px 0 10px 0 !important;
    text-align: right;
    font-size: 13px;
    flex-grow: 1;
    padding: 0 15px;
}

    .profile-header-content a {
        color: #535353;
        font-size: 13px;
    }

.profile-title {
    border-bottom: 1px solid #e1e1e1;
    margin: 0px 0 15px 0;
    display: flex;
    align-items: center;
    padding: 0px 0 10px 0;
    line-height: initial;
}

    .profile-title > a {
        padding: 0px 10px;
        font-size: 20px;
    }

.profile-page div.alert h3 {
    font-size: 16px !important;
}

.profile-title a {
    color: #313131;
}

.detail-section {
    color: #81858b;
    display: flex;
    /* gap: 35px; */
    border-bottom: 1px solid #eee;
    padding: 5px 5px;
    justify-content: space-between;
    font-size: 13px;
    flex-direction: column;
}

    .detail-section:hover {
        background: #eee;
    }

    .detail-section strong {
        margin: 0 10px 0 0;
        color: #525252;
    }

.state-list {
    display: flex;
    overflow-x: auto;
    align-items: center;
}

    .state-list > a {
        white-space: nowrap;
        font-size: 12px;
    }

.profile-title h2 {
    margin: 0 !important;
    padding: 5px 0px 10px 0;
    font-size: 15px !important;
    margin: 0 15px 0px 0;
    font-weight: bold;
}

.profile-sidebar {
    background: #fff;
    /* box-shadow: 0 1px 28px rgb(0 0 0 / 8%); */
    margin: 0px 0 0 0;
    border-radius: 10px;
}

.profile-page {
    background: #fff;
    min-height: 500px;
    padding: 15px;
    border-radius: 10px;
    margin: 0px 0 20px 0;
    /* box-shadow: 0 1px 28px rgb(0 0 0 / 8%); */
}

.profile-sidebar-header .profile-avatar {
    text-align: center;
    padding: 10px 10px 0 0;
}

.profile-sidebar-header {
    padding: 0 0 0px 0;
    /* font-size: 12px; */
    line-height: initial;
}

    .profile-sidebar-header > div {
        display: flex;
        align-items: center;
    }

.profile-username {
    color: rgb(51 51 51);
    font-size: 16px;
    display: block;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.profile-sidebar-header .edit-link {
    padding: 20px 30px;
}

    .profile-sidebar-header .edit-link a {
        color: #ff6868;
        font-size: 17px;
    }

.profile-sidebar .profile-menu {
    list-style: none;
    padding: 0px 0 0px;
    border-top: 1px solid #efefef;
}

    .profile-sidebar .profile-menu li a i {
        font-size: 16px;
        margin: 0 0 0 10px;
    }

    .profile-sidebar .profile-menu li.active a {
        background-color: var(--primary-color);
        color: #fff;
        /* border-radius: 5px; */
    }

    .profile-sidebar .profile-menu li:last-child a {
        border: none;
    }

    .profile-sidebar .profile-menu li a {
        padding: 10px 15px;
        margin: 0;
        display: flex;
        color: #3f4064;
        /* margin: 0 10px; */
        font-size: 12px;
        position: relative;
        align-items: center;
        border-bottom: 1px solid #e9e9e9;
    }

        .profile-sidebar .profile-menu li a:after {
            content: '';
            color: red;
            float: left;
            font-size: 20px;
            border-top: 2px solid #c3c3c3;
            border-left: 2px solid #c3c3c3;
            padding: 5px;
            transform: rotate(-45deg);
            position: absolute;
            left: 17px;
        }

.profile-section {
    margin: 0;
    border: 1px solid #eeeeee;
    padding: 0px 15px;
    line-height: initial;
    border-radius: 15px;
}

    .profile-section .row > div > div.label-info {
        font-weight: bold;
        margin: 0 0 0 10px;
    }

    .profile-section .row > div > div {
        padding: 10px 0;
        display: flex;
        align-items: center;
    }

    .profile-section .label-info {
        background: #fff;
    }

    .profile-section .row > div > div {
        padding: 0px 0;
        display: flex;
        align-items: center;
        line-height: initial;
    }

    .profile-section .row > div {
        display: flex;
        border-bottom: 1px solid #eee;
        min-height: 60px;
    }

.profile-section-link {
    padding: 15px 0;
}
.profile-row>h3 {
    margin: 25px 0 10px 0 !important;
    color: var(--primary-color);
    font-size: 16px !important;
}
.profile-content {
    font-size: 12px;
    line-height: initial;
}

    .profile-content table {
    }

    .profile-content a h2 {
        margin: 0px !important;
        font-size: 15px !important;
        padding: 0px 0;
    }

    .profile-content .profile-section h2 {
        margin: 0px !important;
        font-size: 18px !important;
        padding: 20px 0;
    }
/* End Profile*/
/* Services Start*/
.service-main-menu {
    margin-top: 30px;
    /* box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 8%); */
}

    .service-main-menu ul {
        display: flex;
        margin: 0 -10px 0 -10px;
        list-style: none;
        padding: 0;
        border-radius: 9px;
        overflow: hidden;
    }

.support-head-img {
    text-align: center;
}

.service-title h1 {
    color: #707070;
    text-align: right;
    font-size: 25px;
    text-align: center;
    margin: 0 0 15px 0;
    flex-grow: 1;
}

.service-main-menu ul li {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 0 10px;
    width: 50%;
}

    .service-main-menu ul li a {
        color: #999;
        display: flex;
        justify-content: center;
        flex-grow: 1;
        padding: 10px;
        font-size: 13px;
        background: #ffffff;
        text-align: center;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-radius: 15px;
    }

.guaranty-main-nav {
    padding-top: 30px;
}

    .guaranty-main-nav a img {
        width: 80px;
        display: block;
        margin: 0 auto 0px auto;
        max-width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .guaranty-main-nav a:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.2);
    }

    .guaranty-main-nav a span {
        display: block;
        padding: 0px 0 0px 0;
        font-size: 12px;
        font-weight: bold;
    }

    .guaranty-main-nav a {
        text-align: center;
        color: #707070;
        display: block;
        border-radius: 16px;
        padding: 10px 0 10px 0;
        background: #fff;
        margin: 0 0 19px 0;
    }

        .guaranty-main-nav a:hover {
            color: var(--primary-color);
        }

a.guaranty-text {
    color: #878787;
    display: block;
    /* width: 100%; */
    text-align: center;
    font-size: 19px;
    background: #fff;
    font-weight: bold;
    padding: 20px;
    margin: 30px 10px 0 10px;
    border-radius: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    a.guaranty-text:Hover {
        color: var(--primary-color);
    }

.service-submenu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    flex-wrap: wrap;
}

    .service-submenu ul li {
        flex-grow: 1;
        padding: 10px 10px;
    }

        .service-submenu ul li a {
            position: relative;
            display: flex;
            background: #ffffff;
            color: #a7a7a7 !important;
            padding: 20px 10px;
            border-radius: 14px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .service-submenu ul li a:after {
                content: '';
                background: var(--primary-color);
                position: absolute;
                padding: 2px 0px;
                bottom: -1px;
                right: 50%;
                left: 50%;
                border-radius: 10px;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            .service-submenu ul li a:hover:after {
                background: var(--primary-color);
                right: 20px;
                left: 20px;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            .service-submenu ul li a:hover strong, .service-submenu ul li a:hover span {
            }

            .service-submenu ul li a span {
                font-size: 40px;
                margin: 15px 0 10px 0;
                display: flex;
                flex-direction: column;
                height: 50px;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                color: rgb(126 126 126);
            }

            .service-submenu ul li a strong {
                font-weight: normal;
                /* width: 100%; */
                text-align: center;
                color: #5a5a5a;
                padding: 6px 5px;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

.service-title {
    background: #ffffff url(/src/img/support-waves.jpg) bottom center repeat-x;
    padding: 30px 0 30px 0px;
}

.service-main-menu ul li.active.blue a {
    color: #0176a5;
    border-bottom-color: #0176a5;
}

.guaranty-main-nav.blue a:hover img {
    border-color: #0275a7;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.service-submenu.blue a.guaranty-text {
    color: #0176a5;
}

    .service-submenu.blue a.guaranty-text:Hover {
        background-color: #0176a5;
        color: #fff;
    }

.service-submenu.blue ul li a strong {
    background: #0176a5;
    color: #fff;
}

.service-main-menu ul li.active a {
    background: #ffffff;
    color: var(--primary-color);
}

.support-head-img img {
    max-width: 100%;
    /* min-height: 130px; */
    width: 100%;
}

.support-head-title {
    display: flex;
}

    .support-head-title > div {
        display: flex;
        align-items: center;
        flex-grow: 1;
        text-align: center;
    }

.service-breadcrumb {
    display: flex;
    justify-content: space-between
}

    .service-breadcrumb ul {
        list-style: none;
        padding: 0;
        display: flex;
        margin: 10px 0;
    }

        .service-breadcrumb ul li a {
            color: var(--primary-color)
        }

        .service-breadcrumb ul li {
            padding: 4px 5px;
        }

            .service-breadcrumb ul li:after {
                content: '';
                padding: 4px;
                float: left;
                border-bottom: 1px solid #888;
                /* border-top: 1px solid #888; */
                border-left: 1px solid #888;
                /* border-right: 1px solid #888; */
                transform: rotate(45deg);
                margin: 16px 5px 0px 0px;
            }

            .service-breadcrumb ul li:last-child:after {
                display: none;
            }

    .service-breadcrumb ul {
        list-style: none;
        padding: 0;
        display: flex;
        margin: 10px 0;
    }
/*Services End*/
/* Start Content */
.contact-form-wrapper label {
    font-size: 12px;
}

.contact-form-wrapper > div {
    padding: 20px 6px;
}

.callback .pagecontent img {
    max-width: 90%;
    /* height: initial !important; */
    display: block;
    border-radius: 50%;
    margin: 0px auto 20px auto;
}

.contact-box {
    font-size: 12px;
    text-align: center;
}

    .contact-box .bg-white p {
        margin: 0;
    }

table.factorTable {
    font-size: 12px;
    line-height: initial;
}

    table.factorTable td a {
        color: var(--primary-color);
        margin: 0 0 15px 0;
        display: block;
        line-height: 25px;
    }

    table.factorTable tr.footer td:first-child {
        font-size: 10px;
    }

    table.factorTable tr td:first-child {
        text-align: center;
        width: 100px;
    }

    table.factorTable tr td img {
        width: 70px;
        margin: 0;
        border-radius: 10px;
    }

.payment-cart {
    /* display: flex; */
    align-items: center;
    font-size: 12px;
    background: #fff;
    /* border-radius: 0px; */
    padding: 10px 10px;
    margin: 0 0 15px 0;
    line-height: initial;
    /* border: 1px solid #dee2e6; */
}

    .payment-cart a {
        white-space: nowrap;
        font-size: 12px;
    }

    .payment-cart > div {
        flex-grow: 1;
    }

.price-row {
    display: flex;
    justify-content: space-between;
}

.price-row-total {
    font-weight: bold;
}

.promo-panel {
    display: flex;
    background: #0598a2;
}

    .promo-panel > div > a {
        color: #fff !important;
        font-size: 19px;
        border: none !important;
    }

    .promo-panel > div {
        padding: 10px;
    }

    .promo-panel p {
        color: #fff;
    }

    .promo-panel figure img {
        width: 130px !important;
    }
/* End Content */
/* Blog Start */
.blog-item {
    margin: 0 0 15px 0;
    overflow: hidden;
    padding: 0;
    background: #fff;
    border-radius: 15px;
    position: relative;
    transition: all 1s ease;
}

.sidebar .blog-item:hover {
    box-shadow: none;
    transition: all 1s ease;
}

.blog-item:hover {
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    transition: all 1s ease;
}

    .blog-item:hover a {
        color: var(--primary-color);
    }

    .blog-item:hover img {
        transform: scale(1.1) rotate(0deg);
    }

.blog-item a > div.content-image img { /* position:absolute; */
    height: 100%;
    width: initial;
    left: 0;
    top: 0;
}

.sidebar .blog-item a h3 {
    font-size: 15px !important;
    !i;
    !;
    line-height: 25px;
    height: 90px;
}

.sidebar .blog-item a > div.content-image {
    width: 100% !important;
    !i;
    !;
    height: auto !important;
    !i;
    !;
    min-width: initial;
    min-height: initial;
}

    .sidebar .blog-item a > div.content-image img {
        /* height:initial !important; */
        width: 100%;
        max-width: 100%;
    }

.blog-item a > div.content-image {
    /* overflow: hidden; */
    overflow: hidden;
    border-radius: 10px;
    margin: 6px;
    height: 100px;
    display: flex;
    justify-content: center;
    width: 50%;
}

.content-image {
}

.sidebar .blog-item .a-img {
    flex-direction: row;
}

.blog-item .a-img {
    display: flex;
    text-align: center;
    overflow: hidden;
    /* min-height: 206px; */
    justify-content: space-between;
    flex-direction: row-reverse;
}

.blog-item .blog-title {
    /* flex-grow:1; */
    /* width: 60%; */
    display: flex;
    flex-direction: column;
    position: initial;
    bottom: 0;
    background: burlywood;
    background: transparent;
    width: 60%;
    justify-content: space-between;
}

.blogpage.bg-light {
    background: #f3f3f3 !important;
}

.blog-item .a-img img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: auto;
}

.blog-item h3 {
    padding: 15px 0px 10px 0;
    display: block;
    color: #2c2c2cfa;
    font-size: 20px;
    text-decoration: none;
    text-align: right;
}

.blog-item h3 {
    /* clear: both; */
    padding: 10px 15px 0px 15px;
    margin: 0px 0 0px 0 !important;
    /* min-height: 70px; */
    font-size: 12px !important;
    /* height: 70px; */
    display: flex;
    /* align-items: center; */
    line-height: 20px;
    /* text-overflow: ellipsis; */
    overflow: hidden;
}

.blog-item p {
    position: relative;
    text-align: justify;
    padding: 5px 0 0 0;
    font-size: 12px;
    line-height: initial;
    color: #666;
    margin: 10px 15px 25px 15px;
    border-top: 1px solid #00a99e;
}

.blog-item-info {
    display: flex;
    font-size: 11px;
    color: #ffffff;
    margin: 0px 0 0px 0;
    justify-content: flex-start;
    bottom: 0;
    left: 0;
    padding: 5px 10px 10px 0;
}

    .blog-item-info > span {
        /* background: #c1c1c1; */
        line-height: 1;
        margin: 0 0 0 5px;
        padding: 3px;
        font-size: 10px;
        border-radius: 3px;
        font-weight: normal;
        color: #3b3b3bbd;
    }
/* Blog End */
/*tmp*/
.contact-box-form > h3 {
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 8px;
    color: var(--primary-color);
}

.contact-box-form div.contact-icon img {
    height: 40px;
    padding: 5px;
    opacity: 0.5;
}

.contact-box-form div.contact-title {
    flex: 1.7;
    color: #4e4e4e;
    display: flex;
    font-size: 14px;
    align-items: center;
}

.contact-box-form > div {
    display: flex;
    padding: 5px 5px;
    border-bottom: 1px solid #d7d7d7;
    margin: 0 0 0 0;
    flex-direction: column;
}

.swiper-pagination > span {
    padding: 1px;
    background: rgb(66 66 66);
    opacity: 1;
    /* border: 3px solid #7e4f4f00; */
    transition: all 0.3s;
}


    .swiper-pagination > span.swiper-pagination-bullet-active {
        border-color: red;
        padding: 3px;
        background: red;
        transition: all 0.3s;
    }

.mySwiper .swiper-pagination {
    top: 90% !important;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1px !important;
}

section.blog-slide-wrapper > div.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.page-image-header {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 15px;
    text-align: center;
    position: relative;
    /* border-radius: 0 0 10px 10px; */
    margin-left: -25px;
    margin-right: -25px;
    /* margin-bottom: 15px; */
}

    .page-image-header h1 {
        font-size: 25px !important;
        z-index: 55;
        position: relative;
    }

    .page-image-header p {
        font-size: 12px !important;
        line-height: initial;
        position: relative;
        z-index: 5;
        font-weight: bold;
    }

    .page-image-header:after {
        content: ' ';
        background: #ffffffd9;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }
/*end tmp*/
.order-progress {
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    background: #4caf5017;
    border-radius: 10px;
    margin: 15px 0 0 0;
}

.progress-line {
    background: #eee;
    display: flex;
    border-radius: 90px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .progress-line > div {
        height: 10px;
        border-right: 1px solid #ffffff;
        flex-grow: 1;
    }

        .progress-line > div.fill:nth-child(1) {
            background: #8de143;
        }

        .progress-line > div.fill:nth-child(2) {
            background: #66c13a;
        }

        .progress-line > div.fill:nth-child(3) {
            background: #3dab07;
        }

        .progress-line > div.fill:nth-child(4) {
            background: #447900;
        }

.order-state i {
    color: rgb(157 157 157);
    margin-top: -17px;
    font-size: 20px;
}

.order-state > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #eee;
    line-height: 1;
    font-size: 13px;
}

.order-state {
    margin: 20px 0 0 0;
}

.contact-social ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
    padding: 0;
}

    .contact-social ul li a:hover figure img {
        position: relative;
        top: -35px;
    }

    .contact-social ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #64656b;
        font-size: 11px;
        text-align: center;
    }

.qr-column:hover li.qr img {
    opacity: 1;
}

.qr-column:hover > div {
    background: #eee !important;
}

.contact-social ul li.qr a img {
    max-width: 90px;
    opacity: 0.15;
}

.contact-social ul li a img {
    width: 100%;
    margin: 0;
    max-width: initial;
}

.contact-social-row.contact-social ul li strong {
    width: 35px;
    height: 35px;
}

.contact-social ul li strong {
    display: block;
    width: 55px;
    height: 55px;
    overflow: hidden;
    margin: 0;
}

div.custom-modal .modal-dialog {
    position: fixed;
    top: auto;
    right: 10px;
    left: 10px;
    bottom: 0;
    margin: 0;
}
/* Start Respondive */
@media (min-width: 576px) {
    .blogpage>div>div{justify-content:start;}
    .elecomp-form >div{width:40%}
    form#namayandegy .submitform{
    position: initial;
    box-shadow: none;
}
    .product-gallery .swiper-slide img {
    max-width: 70%;
    height: auto;
}
    .brand-img img {
    width: 100px;
}
    .blog-info ul{
    justify-content: flex-start;
}
    .blog-item-info > span{
    color: #fff;
    padding: 0 0 5px 10px;
}
.blog-item-info{
    justify-content: flex-end;
}
    .blogTitle {
        /* background: #eee; */
        padding: 20px 20px 30px 20px;
        border-radius: 28px 18px 18px 0px;
    }

        .blogTitle h1 {
            font-size: 25px;
        }

    .cart-price {
        min-width: 210px;
    }

        .cart-price > div {
            font-size: 16px;
            padding: 0 20px 0 20px;
        }

    .content-wrapper article img {
        max-width: 100%;
        height: auto !important;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 20px
    }

    .submitform > .btn {
        font-size: 15px !important;
        padding: 10px 20px;
        margin: 20px 0;
    }

    .form-captcha label {
        width: initial;
    }

    .content-wrapper .video-wrapper {
        max-width: 880px;
    }
     .product-description >.container{margin-top:30px}
    .product-description {
        font-size: 14px;
        line-height: 40px;
    }

    .order-details-row a {
        font-size: 14px;
    }

    .product-feedback button {
        max-width: 200px
    }

    .product-feedback > .feedback-stars {
        justify-content: start
    }

    .product-feedback {
        flex-direction: row;
    }

    .detail-section {
        flex-direction: row;
    }

    .order-list-item .order-info {
        gap: 15px;
        justify-content: flex-start;
    }

        .order-list-item .order-info > span:first-child {
            width: initial;
        }

    .contact-phones a span {
        font-size: 12px;
    }

    .contact-phones {
        flex-direction: row;
    }

    nav.main-menu ul ul > li a {
        padding: 5px 0px 5px 0px;
    }

    figure.productItem:hover {
        background: #fff;
    }

    ul.order-filter li a span {
        background: #adadad;
        color: #fff;
        padding: 1px 5px;
        border-radius: 4px;
        font-size: 10px;
        margin: 0 3px 0 0;
        height: 15px;
        line-height: initial;
    }

    ul.order-filter {
        justify-content: start;
    }

        ul.order-filter li {
            display: flex;
            flex-grow: 0;
            margin: 0 0 0px 6px;
            padding: 0px 0px 0px 0px;
        }

            ul.order-filter li a {
                font-size: 12px;
                min-width: initial !important;
            }

    .button-row .btn {
        padding: 10px 20px;
        width: initial;
        min-width: 150px;
    }

        .button-row .btn.btn-danger {
            width: initial;
        }

    .page-wrapper.profile {
        margin-top: 110px;
        overflow-x: hidden;
    }

    .select2-container > .selection .select2-selection__arrow {
        padding: 27px;
    }

    .select2-container * {
        font-size: 14px !important;
    }

    .select2-container > .selection > span {
        padding: 0 16px;
        border: 1px solid #dddddd;
        line-height: 36px;
        border-radius: 15px;
        height: 60px;
        display: flex;
        align-items: center;
        font-size: 14px;
        background: #f9f9f9;
    }

    .service-tabs a:hover {
        background: #f7f7f7;
        border-radius: 40px;
    }

    .service-tabs {
        display: flex;
        flex-direction: row;
    }

    .category-description {
        max-height: initial;
    }

    h2.map-title {
        display: none;
    }

    .mySwiper .swiper-slide img {
        border-radius: 0px;
    }

    .mySwiper .swiper-slide > picture {
        padding: 0 !important;
        !i;
        !;
    }

    .mySwiper .swiper-slide > a {
        padding: 0px !important;
        border-radius: 0 !important;
    }

    .logo-items {
        margin: 20px 42px 0px;
    }

    section.home-icons h3 {
        font-size: 22px !important;
        margin: 0 0 45px 0 !important;
    }

    section.home-icons h2 {
        font-size: 28px !important;
        padding: 10px 0 0 0;
        margin: 0px 0 10px 0 !important;
        color: var(--primary-color);
    }

    i.cart-count {
        left: 3px;
        top: 28px;
    }

    #IranMap .show-title {
        font-size: 17px;
    }

    .pagecontent.agencies .tablelist {
        display: block;
    }

    .footer-widget ul li a:hover {
        background: transparent;
    }

    .profile-content h2 {
        margin: 0px !important;
        font-size: 20px !important;
        padding: 20px 0;
    }

    .profile-title {
        border-bottom: 1px solid #e1e1e1;
        margin: 5px 0 20px 0;
        display: flex;
        align-items: center;
        padding: 0 0 15px 0;
    }

    .profile-sidebar-header .profile-avatar {
        text-align: center;
        padding: 30px 0;
    }

    .profile-sidebar .profile-menu li a:after {
        display: none;
    }

    .thumb-img img {
        width: 90px;
    }

    .blog-item h3 {
        /* height: 70px; */
        font-size: 16px !important;
        color: #fff;
        padding: 40px 15px 0px 55px;
    }

    .blog-item .blog-title {
        width: 100%;
        position: absolute;
        bottom: 0;
        background: burlywood;
        background: #000000;
        background: linear-gradient(0deg, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 39%) 52%, rgba(0, 0, 0, 0) 100%);
    }

    .blog-item a > div.content-image {
        width: 100%;
        height: initial;
        margin: 0;
        border-radius: 0;
    }

    .blog-item .a-img {
        flex-direction: column;
    }

    .contact-menu ul li a {
        padding: 20px 20px;
        display: inline-block;
        border-bottom: 2px solid #ffffff;
        color: #424242;
        white-space: nowrap;
    }

    .button-row .btn {
        padding: 10px 20px;
        width: initial;
        min-width: 150px;
    }

        .button-row .btn.btn-danger {
            /* width: initial; */
        }

    .page-wrapper.profile {
        margin-top: 110px;
        overflow-x: hidden;
    }

    .select2-container > .selection .select2-selection__arrow {
        padding: 27px;
    }

    .select2-container * {
        font-size: 14px !important;
    }

    .select2-container > .selection > span {
        padding: 0 16px;
        border: 1px solid #dddddd;
        line-height: 36px;
        border-radius: 15px;
        height: 60px;
        display: flex;
        align-items: center;
        font-size: 14px;
        background: #f9f9f9;
    }

    .service-tabs a:hover {
        background: #f7f7f7;
        border-radius: 40px;
    }

    .service-tabs {
        display: flex;
        flex-direction: row;
    }

    .category-description {
        max-height: initial;
    }

    h2.map-title {
        display: none;
    }

    .mySwiper .swiper-slide > a img, .mySwiper .swiper-slide img,, .mySwiper .swiper-slide picture {
        border-radius: 0px;
        padding: 0;
    }

    .mySwiper .swiper-slide > a {
        padding: 0px !important;
        border-radius: 0 !important;
    }

    .logo-items {
        margin: 50px 0px 30px;
    }

    section.home-icons h3 {
        font-size: 22px !important;
        margin: 0 0 40px 0 !important;
    }

    section.home-icons h2 {
        font-size: 28px !important;
        padding: 0px 0 0 0;
        margin: 0px 0 10px 0 !important;
        color: var(--primary-color);
    }

    i.cart-count {
        left: 3px;
        top: 28px;
    }

    #IranMap .show-title {
        font-size: 17px;
    }

    .pagecontent.agencies .tablelist {
        display: block;
    }

    .footer-widget ul li a:hover {
        background: transparent;
    }

    .profile-content h2 {
        margin: 0px !important;
        font-size: 20px !important;
        padding: 20px 0;
    }

    .profile-title {
        border-bottom: 1px solid #e1e1e1;
        margin: 5px 0 20px 0;
        display: flex;
        align-items: center;
        padding: 0 0 15px 0;
    }

    .profile-sidebar-header .profile-avatar {
        text-align: center;
        padding: 30px 0;
    }

    .profile-sidebar .profile-menu li.active a {
        background-color: var(--primary-color);
        color: #fff;
        border-radius: 5px;
    }

    .profile-sidebar .profile-menu li a {
        padding: 10px 15px;
        margin: 0;
        display: block;
        color: #777;
        margin: 0 10px;
        font-size: 13px;
    }

    .orderStat > div span.number {
        padding: 8px;
    }

    div.custom-modal .modal-dialog {
        top: initial;
        right: initial;
        left: initial;
        bottom: 0;
        position: initial;
        margin: var(--bs-modal-margin);
        margin-right: auto;
        margin-left: auto;
    }

    .pricebox .price-item > form {
        flex-direction: row;
    }

    .pricebox .price-item {
        padding: 15px 0;
        /* border-top: 1px solid #eaeaea; */
        /* border-bottom: 1px solid #eaeaea; */
        margin: 0 0 15px 0;
        position: initial;
        box-shadow: none;
    }

    .footer-fix {
        display: none;
    }

    figure.productItem:hover div.image-wrapper:after {
        box-shadow: inset 0 0 30px rgba(0,0,0,0.1);
        transition: all 0.3s;
    }

    figure.productItem .newprd {
        display: inline-block;
        position: absolute;
        z-index: 55;
        color: #fff;
        border-radius: 10px;
        padding: 5px 10px;
        line-height: 1;
        top: 25px;
        right: 25px;
    }

    figure.productItem .price-box {
        width: 100%;
    }

    figure.productItem a {
        flex-direction: column;
        background: transparent;
    }

    section.home-icons {
        padding: 80px 0 110px;
    }

    .home-icons-wrapper > div {
        width: auto;
    }

    .footer-widget > h3:after {
        content: ' ';
        height: 2px;
        width: 30px;
        position: absolute;
        right: 0;
        top: 140%;
        transform: none;
        background: red;
        border: none;
    }

    .footer-widget ul {
        list-style: none;
        padding: 0;
        margin: 30px 0 0 0;
        line-height: 34px;
        display: block;
    }

    .footer-widget {
        margin: 0 0 10px;
        background: transparent;
        ;
        padding: 15px 15px;
        border-radius: 10px;
    }

    .footer-menu {
        display: flex;
    }

    .orderStat {
        position: initial;
        box-shadow: none;
    }

    .shipping-sidebar.cart-box {
        margin: 0 0 10px 0;
        background: #fff;
        padding: 10px 10px;
    }

    .basket-total-price .pricetag {
        font-size: 20px;
        margin: 15px 0 0 0;
    }

    .basket-total-price span {
        font-size: 12px;
    }

    .basket-total-price {
        padding: 20px;
    }

    .baskettotal {
        position: initial;
        box-shadow: none;
        border: none;
        flex-direction: column;
        align-items: normal;
    }

    a.auth-logo {
        padding: 15px 10px;
    }

    .page-wrapper.authenticate {
        margin: 0;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: flex;
        align-items: center;
    }

    .footer-contact .contact-phones a {
        font-size: 11px;
    }

    .footer-contact {
        flex-direction: row;
        margin: 20px 0;
    }

    .faq-list .accordion-button::after {
        left: 25px;
        top: 35%;
    }

    .faq-list .accordion-button {
        padding: 25px !important;
    }

    .breadcrumb ul {
        margin: 10px 0;
    }

    .products-page .shop-title h1 {
        font-size: 22px;
    }

    .shop-title {
        padding: 16px 0;
        justify-content: flex-start;
    }

    .shopPagination ul li a, .shopPagination ul li span {
        padding: 10px 19px;
        border-radius: 50%;
        margin: 0 10px 0 0;
    }

    figure.productItem .image-wrapper {
        margin: 0px 0 15px 0;
        width: 100%;
    }

    figure.productItem img {
        border-radius: 16px;
        max-width: 100%;
        margin: 0;
    }

    .butt-shop {
        font-size: 16px !important;
    }

    .service-tabs a:hover .service-icon img {
        margin-top: -80px;
    }

    .accordion-button {
        /* border: 1px solid #e0e0e0 !important; */
        border: none;
        background: transparent;
        padding: 30px !important;
        font-size: 18px !important;
    }

    .form-section.form-search button {
        width: 25px;
        height: 100%;
        background: url(/img/search.png) no-repeat center;
        border: none;
        margin: 0 0 0 10px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .driver-item {
        display: flex;
        border-top: 1px solid #eeeeee;
        padding-top: 40px;
        padding-bottom: 40px;
        flex-direction: column;
    }

    .btn-row a {
        display: inline-block;
        /* width: 130px; */
        height: 55px;
        line-height: 55px;
        border: 1px solid #333;
        color: #988;
        padding-left: 54px;
        padding-right: 20px;
        background: url(/img/down1.png) no-repeat 24px 50%;
        border-radius: 20px;
        min-width: 150px;
        text-align: center;
    }

    .driver-item .driver-info .dtl-row ul {
        list-style: none;
        line-height: 25px;
        color: #999;
        padding: 15px 19px 0px 0;
    }

    .driver-item .driver-info .icon-row p {
        margin: 0;
        color: #999;
    }

    .driver-item .driver-info .icon-row h3 {
        margin-bottom: 12px !important;
        font-size: 17px !important;
    }

    .driver-item .driver-info img {
        width: 65px;
        margin-left: 25px;
        margin-right: 20px;
        margin-bottom: 0;
        margin-top: 0px;
        max-width: initial;
        height: 65px;
    }

    ul.download-sidebar li a {
    }

    .guaranty-main-nav a img {
        margin: 0 auto 20px auto;
        width: 110px;
    }

    .guaranty-main-nav a span {
        padding: 0px 0 20px 0;
        font-size: 17px;
    }

    .download-wrapper {
        padding-top: 80px !important;
    }

    ul.download-sidebar {
        margin: 0 0 0 40px;
    }

    .driver-search-form {
    }

        .driver-search-form .form-section .input-wrapper > div {
            width: 30%
        }

        .driver-search-form .form-section .input-wrapper {
            flex-direction: row;
            position: relative;
        }

    .driver-search-form {
        padding: 40px 12% 60px 12%;
    }

    .driver-item {
        flex-direction: row;
    }

    .search-form h2 {
        font-size: 18px !important;
        text-align: center;
    }

    .search-form {
        margin: 140px auto 0 auto;
        max-width: 70%;
        padding: 30px 30px;
    }

    .agency-item .agency-img {
        height: 90px;
    }

    figure.productItem strong {
    }

    figure.productItem {
        margin: 0 10px 15px 10px;
        position: relative;
        padding: 10px;
        border-radius: 24px;
    }

    nav.main-menu > ul > li > ul {
        padding-right: 13px;
    }

    nav.main-menu ul ul > li {
        margin: 15px 10px;
        padding: 10px;
    }

    .contact-social-row ul li a:hover strong img {
        top: -35px !important;
        !i;
        !;
    }

    .contact-social ul li a:hover strong img {
        position: relative;
        top: -63px;
    }

    .contact-social ul li a {
        font-size: 16px;
    }

    .contact-social ul li strong {
        width: 63px;
        height: 63px;
        overflow: hidden;
    }

    .fotter-logo img {
    }

    form#userinfo .form-group {
        position: relative;
        margin-bottom: 30px;
    }

    .custom-form input[type=text], .custom-form input[type=number], .custom-form input[type=email], .custom-form textarea, .custom-form select {
        width: 100%;
        line-height: 36px;
        border-radius: 8px;
        height: 50px;
    }

    .search-form .form-items {
        margin-bottom: 5px;
    }


    .product-wrapper {
        padding-bottom: 80px;
    }

    .basket-pricelist {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .cart-info {
        flex-grow: 1;
        flex-direction: row;
        display: flex;
        align-items: center;
    }

    .cart-wrapper {
        margin: 15px 0;
        /* overflow-x: auto; */
    }

    .cart-box > h2 {
        font-size: 20px;
        padding: 5px 15px;
    }

    .cart-quantity {
        padding: 14px 10px;
    }

    .cart-brief > a.prdtitle {
        padding: 10px 0;
        font-size: 14px;
    }

    .thumb-img {
        padding: 10px;
    }

    .cart-brief {
        padding: 10px;
    }

    .pricebox .price-item .price {
        font-size: 30px;
        color: var(--primary-color);
    }

    .product-wrapper h1 {
        margin: 0px 0 15px 0 !important;
    }

    table.shipping td > div, table.pay td > div, table.addresses td > div {
        flex-direction: row;
        align-items: center;
        justify-content: start;
    }

    .swiper.product-swiper .swiper-slide .slider-title h4 {
        font-size: 24px;
    }

    .swiper.product-swiper .swiper-slide .slider-title h2 {
        font-size: 25px !important;
        margin: 0 0 10px 0 !important;
    }

    .swiper.product-swiper .swiper-slide .slider-title a {
        margin: 20px 0 0;
        display: inline-block;
        font-size: initial;
    }

    .product-swiper .swiper-slide {
        border-radius: 40px;
    }

    .product-swiper .swiper-slide {
        height: 410px;
        width: 80%;
    }

    .swiper.product-swiper .swiper-slide .slider-title {
        padding: 70px 0 40px;
        background: #0000001f;
    }

    .service-tabs a h4 {
        font-size: 26px !important;
    }

    .service-tabs a p {
        font-size: 16px !important;
    }

    .service-tabs .arrow-icon span {
        float: right;
        width: 45px;
        height: 45px;
    }

    section.home-service > h2 {
        font-size: 28px !important;
        margin: 0px 0 40px 0 !important;
    }

    section.home-service > div {
        border-radius: 50px;
    }

    .service-tabs a .service-icon img {
        width: 80px;
    }

    .service-tabs a .service-icon {
        height: 80px;
        overflow: hidden;
        margin: 0px 0 70px 0;
    }

    .service-tabs a {
        padding: 50px 40px;
        flex-grow: 1;
        border: none;
    }

    section.home-service {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .footer-widget ul li a {
        font-size: 14px;
    }

    .footer-widget > h3 {
        font-size: 15px !important;
        margin: 0 0 10px 0 !important;
        padding: 3px 0;
    }

    .footer-widget.agencies {
        display: none;
    }

    div#aggformForm {
        padding: 10px 285px;
    }

    section.home-slider {
        margin: 0;
        padding: 0;
    }

        section.home-slider .swiper-button-next, section.home-slider .swiper-button-prev {
            transform: scale(0.8);
            padding: 40px 50px;
        }

    section.home-icons a > div {
        height: 100px
    }

    section.home-icons a {
        padding: 20px;
    }

        section.home-icons a:hover img {
            margin-top: -100px;
        }

        section.home-icons a img {
            width: 100px;
        }

    .service-cover p {
        width: 50%;
    }

    .blog-slide .blog-info a.btn {
        font-size: initial;
    }

    .blog-slide .blog-info h3 span {
        background: var(--primary-color) url(../img/arr2.png) no-repeat center;
        padding: 20px;
        float: left;
        border-radius: 50%
    }

    .swiper-pagination > span.swiper-pagination-bullet-active {
        border-color: red;
        padding: 3px;
        transition: all 0.3s;
    }

    .swiper-pagination > span {
        padding: 2px;
        background: #e0e0e1;
        opacity: 1;
        border: 3px solid #7e4f4f00;
        transition: all 0.3s;
    }

    .blog-swiper .swiper-button-next, .blog-swiper .swiper-button-prev { /* color:red; */
        display: block;
    }

    .blog-swiper .swiper-slide {
        padding: 0 80px;
    }

    .blog-item {
        margin: 0 0 25px 0;
    }

    .content-wrapper {
        padding: 30px 30px;
    }

    .hero-full {
    }

    , .hero-center {
    }

    .hero-side {
        padding-top: 100px;
    }

    .hero-back {
        padding-top: 150px;
        padding-bottom: 250px;
        margin-top: 150px;
        color: #fff;
        min-height: 890px;
        background-position: center !important;
    }

        .hero-back h2 {
            font-size: 35px !important;
            margin: 0 0 20px 0 !important;
        }

        .hero-back h3 {
            font-size: 26px !important;
            margin: 0 0 15px 0 !important;
        }

        .hero-back p {
            font-size: 21px !important;
            margin: 0;
        }

    .hero-side h3 {
        font-size: 28px !important;
        margin: 0 0 10px 0 !important;
    }

    .hero-side p {
        color: #747474;
        font-size: 20px !important;
        line-height: 40px;
        margin: 0;
        text-align: justify;
    }

    .hero-full, .hero-center {
        margin-top: 100px;
    }

        .hero-full h2, .hero-center h2 {
            font-size: 37px !important;
            margin: 0 0 25px 0 !important;
        }

        .hero-full p, .hero-center p {
            font-size: 18px;
            line-height: 30px;
        }

    .product-hero .text p {
        font-size: 38px;
        line-height: 58px;
    }

    .product-hero .text h2 span {
        padding: 13px 15px;
    }

    .product-hero .text h2 {
        font-size: 35px !important;
    }

    .product-tabs .product-description {
        padding: 100px 0;
    }

    .product-gallery .gallery-thumbs .swiper-slide img {
        padding: 10px;
        width: 80%;
    }

    section.related-products h2 {
        margin: 0 0 60px 0 !important;
        font-size: 35px !important;
        font-weight: bold;
    }

    .footer-widget {
        margin-right: 50px;
        margin: 20px 55px 0px 15px;
    }

    .fotter-logo {
        text-align: right;
    }

    .ref-logos {
        margin-top: 128px;
    }

    nav.main-menu ul > li {
        border: none;
        border-bottom: 3px solid #ffffff00;
    }

    nav.main-menu > ul > li:hover {
        border-bottom: 3px solid var(--primary-color);
    }

    .product-wrapper h1 {
        font-size: 20px;
        margin: 0 0 35px 0;
    }

    .product-tabs > .nav-tabs {
        font-size: 20px;
        justify-content: center;
    }

        .product-tabs > .nav-tabs button {
            padding: 25px 100px;
        }

    table.property-table table td:first-child {
        width: 350px;
    }

    table.property-table table tr:last-child td {
        padding: 0;
    }

    table.property-table table td {
        border: none;
        padding: 0 0 30px 0;
    }

    table.property-table table {
        line-height: 25px;
    }

    table.table.property-table {
    }

    table.property-table > tbody > tr > td {
        padding: 15px 0 15px 20px;
        vertical-align: top;
    }

    h2.tab-title {
        padding: 40px 0 10px 0;
        font-size: 20px !important;
    }

    table.table.property-table > tbody > tr > td:first-child {
        width: 200px;
    }

    table.table.property-table > tbody > tr > td {
        width: auto;
        display: table-cell;
    }

    .shop-footer-box .large-text {
        font-size: 35px;
        text-align: center;
        font-weight: bold;
        padding: 0 0 40px 0;
    }

    .shop-footer-box {
        background: url(/uploads/images/site-back.jpg) no-repeat;
        padding: 100px;
        margin: 100px 0 0 0;
        background-size: cover;
    }

    nav.main-menu ul > li > div i {
        display: none;
    }

    .blog-list {
        padding-right: 160px !important;
        padding-left: 160px !important;
    }

    .page-image-header h1 {
        font-size: 28px !important;
    }

    .page-image-header p {
        font-size: 18px !important;
    }

    .guaranty-main-nav a {
        margin: 0;
        padding: 40px 0 10px 0;
    }

    .page-image-header {
        padding-top: 145px;
        padding-bottom: 145px;
        padding-right: 230px;
        margin-left: -25px;
        margin-right: -25px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .page-image-header:after {
            display: none;
        }

    .service-cover {
        height: 100%;
        background: url(../img/services.jpg) no-repeat;
        background-size: cover;
        color: #fff;
        padding: 70px;
    }

    .blog-slide .blog-info p {
        font-size: 25px;
        margin: 0 0 40px 0;
    }

    .blog-slide .blog-info h3 {
        margin: 0 0 20px 0;
        padding: 20px 0 40px 0;
        font-size: 41px !important;
        font-weight: normal !important;
        display: block;
    }

    .product-swiper .swiper-slide {
        border-radius: 40px;
        overflow: hidden;
        height: 750px;
        width: 80%;
    }

    .blog-slide .blog-image {
        width: 67%;
        float: right;
    }

    .blog-slide .blog-info {
        position: absolute;
        left: 0px;
        top: 101px;
        border-radius: 20px;
        padding: 50px 60px;
        background: #fff;
        min-width: 610px;
        box-shadow: 0 0 40px #e9e9e9;
        max-width: 300px;
    }

    section.blog-slide-wrapper > div.container-fluid {
        padding-right: 150px;
        padding-left: 150px;
    }

    section.home-icons a {
        display: block;
        text-align: center;
        padding: 60px;
        color: var(--grey-2);
        text-decoration: none;
        font-size: 14px;
    }

    .service-title h1 {
        font-size: 35px;
        text-align: right;
    }

    .support-head-img {
        text-align: left;
    }

        .support-head-img img {
            /* min-height: 260px; */
            max-width: 80%;
        }

    .service-main-menu ul li a {
        color: #999;
        display: flex;
        justify-content: center;
        flex-grow: 1;
        padding: 30px;
        font-size: 18px;
        background: #ffffff;
        border-radius: 20px;
    }


    nav.main-menu > ul > li:hover > ul {
        display: flex;
        opacity: 1;
        height: auto;
        /* box-shadow: 0 4px 4px rgba(0,0,0,0.05); */
        transition: all 0.3s;
        align-items: start;
    }

    nav.main-menu > ul > li > ul > li > ul > li:hover > ul {
        display: block;
    }

    nav.main-menu > ul > li > ul > li > ul > li > ul {
        display: none;
    }

    nav.main-menu > ul > li > ul ul {
        background: transparent;
        display: block;
    }

    nav.main-menu > ul > li > ul {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
        position: absolute;
        top: 100%;
        background: #ffffff;
        left: 0;
        right: 0;
        border-top: 1px solid #eee;
        justify-content: right;
        opacity: 0;
        transition: all 0.3s;
        padding: 0px 18%;
    }

    .main-menu-wrapper {
        position: initial;
        background: transparent;
        backdrop-filter: none;
    }

    nav.main-menu ul {
        flex-direction: row;
    }

        nav.main-menu ul > li a {
            padding: 25px 20px;
            display: inline-block;
            color: var(--grey-2);
            text-decoration: none;
            border-bottom: 3px solid #fff0;
            /* font-weight: bold; */
        }

    .main-menu {
        position: initial;
        background: transparent;
        padding: 0;
        width: initial;
    }

    figure.productItem .price {
        font-size: initial;
    }

    figure.productItem strong {
        height: 45px;
        display: block;
        margin: 0;
        font-size: 14px;
        line-height: 25px;
    }

    header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-wrapper.callback .pagecontent {
        max-width: 50%;
        margin: 0 auto;
        overflow: hidden;
    }

    .page-wrapper {
        margin-top: 87px;
    }

    .site-logo img {
        width: 220px;
        margin: 0 0 0 0;
    }

    .profile-section {
        /* margin: 15px; */
    }

    section.related-products {
        padding: 100px;
    }

    .category-breadcrumb {
        padding: 90px 0 30px 0;
    }

    .product-brief {
        padding: 0 70px 0 70px !important;
    }
}

@media (min-width: 768px) {
     .products-page .shop-title h1 {
        font-size: 20px;
        padding: 5px;
    }
        .shop-title {
        padding: 6px 0;
        justify-content: flex-start;
        margin: 0;
    }
        figure.productItem strong {
        font-size: 12px;
    }
        figure.productItem {
        margin: 0 0px 15px 10px;
        position: relative;
        padding: 10px;
        border-radius: 24px;
    }
    .brand-img {
    padding: 25px 0px 20px 0px;
}

.brand-img img {
    width: 80px;
}
    .search-form {
        margin: 140px auto 0 auto;
        max-width: 70%;
        padding: 30px 30px;
    }

    nav.main-menu ul > li a {
        padding: 25px 8px;
    }

    .footer-widget {
        margin: 20px 0px 0px 0px;
    }

    .footer-social a {
        margin-left: 5px;
        width: 35px;
        height: 35px;
    }

    .blog-list {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .page-image-header {
        padding-right: 60px;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .products-page .shop-title h1 {
        font-size: 22px;
    }
        .shop-title {
        padding: 16px 0;
        justify-content: flex-start;
    }
        .page-wrapper {
        margin-top: 85px;
    }

        header {
        padding-left: 10px;
        padding-right: 10px;
    }
    
.brand-img {
    padding: 25px 0px 20px 0px;
}
    .brand-img img {
    width: 80px;
}
    .search-form {
        margin: 50px auto 0 auto;
        max-width: 90%;
        padding: 30px 30px;
    }

    nav.main-menu ul > li a {
        padding: 25px 12px;
    }

    .fotter-logo img {
    }

    .footer-widget {
        margin: 20px 0px 0px 0px;
        border: none;
    }

    .footer-social a {
        margin-left: 5px;
        width: 50px;
        height: 50px;
    }

    .blog-list {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

    .page-image-header {
        padding-right: 100px;
    }
}

@media (min-width: 1600px) {
        .brand-img img {
    width: 100px;
}
    .search-form {
        margin: 140px auto 0 auto;
        max-width: 70%;
        padding: 30px 30px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px !important;
    }
}

@media (min-width: 1200px) {
            header {
        padding-left: 30px;
        padding-right: 30px;
    }
    .search-form {
        margin: 140px auto 0 auto;
        max-width: 60%;
        padding: 30px 30px;
    }

    nav.main-menu ul > li a {
        padding: 25px 16px;
    }

    .fotter-logo img {
    }

    .blog-list {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
}
