﻿body {
    background-color: #fff !important;
}

.treeselect-list__item--checked .treeselect-list__item-checkbox-container, .treeselect-list__item--partial-checked .treeselect-list__item-checkbox-container {
    background-color: var(--theme-color);
}

.treeselect-input--opened.treeselect-input--bottom {
    border: 1px solid #ced4da;
    margin-bottom: 15px;
    border-radius: 5px;
    margin-top: -1px;
}

.treeselect-list__item--checked {
    background-color: transparent;
}
.treeselect-list__item-label {
    margin: 0;
}
.treeselect-input__edit {
    padding: 0 15px !important;
    border: none !important;
}
.treeselect-list{
    border:none;
}
@media (min-width:1200px) {
    .container {
        max-width: 1320px;
    }
}


.treeselect-list__item--focused{
    background-color:transparent !important;
}

.treeselect-list__item-checkbox-container {
    width: 20px;
    height: 18px;
    min-width: 19px;
    border: 1px solid #d7dde4;
    border-radius: 3px;
    position: relative;
    background-color: #fff;
    pointer-events: none;
    box-sizing: border-box;
}
.treeselect-list__item-icon {
    height: 25px;
    width: 25px;
    min-width: 23px;
}

    .treeselect-list__item-icon svg {
        pointer-events: none;
        width: 100%;
        height: 100%;
        stroke: #212529;
    }




    .LinkSpan {
        cursor: pointer;
    }


.sortlabel {
    left: 60px;
    top: -24px;
    z-index: 5;
}

.BoxPrdCount {
    outline: none !important;
    border-radius: 5px;
    display: flex !important;
    flex: 1;
    font-size: 1.2rem;
    padding: 0 .2rem;
    height: inherit;
    min-height: auto;
    max-width: 100%;
    -webkit-appearance: textfield;
    border: solid #eee;
    border-width: 1px;
    color: #666;
    justify-content: space-between;
    position: relative;
    margin: 0px 5px;
}

.InputPrdCount {
    /* height: 100% !important; */
    text-align-last: center;
    width: 45px;
    text-align: center;
    outline: none !important;
    border: 0 !important;
}

.PlusNum {
    border-bottom: 1px solid #eee;
}

.PlusNum, .MinNum {
    width: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eee;
    cursor: pointer;
    font-size: 16px;
    height: 22px;
}

.MinNum {
    font-size: 21px;
}

    .PlusNum::selection, .MinNum::selection {
        background: transparent !important;
    }

.has-search img {
    position: absolute;
    width: 20px;
    left: 6px;
    top: 5px;
}

.BrandChecked {
    display: flex;
    align-items: center;
}

    .BrandChecked .BheckboxBlue {
        margin-left: 6px5
    }

.ClickToInput {
    cursor: pointer;
}

.tablink {
    background-color: #084a79;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 13px;
    width: 50%;
}

    .tablink:hover {
        background-color: #084a79;
    }

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: #000;
    display: none;
    padding: 100px 20px;
    height: 100%;
}

#Home {
    background-color: #f3f4f5;
}

#News {
    background-color: #f3f4f5;
}

.BtnFilter {
    color: #424750 !important;
    transition: all 0.56s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.15;
    padding: 0 !important;
    align-items: center;
}

    .BtnFilter svg {
        width: 20px;
        height: 20px;
        fill: currentColor;
        margin-left: 5px;
    }

.IcSToggle {
    transition: 0.5s;
}

.RotChFPro {
    transform: rotate(-180deg);
}

.ch_display {
    display: block !important;
    transition: all 0.3s ease;
}

.mt40px {
    margin-top: 46px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 14px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*Some CSS*/
.magnify {
    position: relative;
    cursor: none
}

.large {
    width: 175px;
    height: 175px;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
}

.small {
    display: block;
}

.noborder {
    border: none;
}

.text-red {
    color: red !important;
}

@media( max-width:768px) {
    #content {
        display: none;
        transition: all 0.3s ease;
    }

    .BtnFilter {
        display: flex;
        transition: all 0.3s ease;
    }

    .sortlabel {
        left: 60px;
        top: 12px;
        z-index: 20;
    }
}

@media( min-width:768px) {
    #content {
        display: block;
        transition: all 0.3s ease;
    }
}

/*//////////   new version of prolist//////////*/
.frm_hr {
    font-size: 9px !important;
    line-height: 2 !important;
    color: #555 !important;
    background: #f8f8f8 !important;
    border: 1px solid transparent !important;
    -webkit-transition: .15s ease-in !important;
    transition: .15s ease-in !important;
    letter-spacing: 0 !important;
    padding: 7px 28px 8px 8px !important;
    border-radius: 8px !important;
    outline: none !important;
    box-shadow: none !important;
    height: 40px;
    text-align: right !important;
}

.category_container {
    overflow: hidden;
}

.brdrrds_hr {
    border-radius: 9px;
    box-shadow: none !important;
}

.BoxTxtFilte7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    padding-bottom: 10px;
    margin: 0 5px 5px 5px;
    cursor: pointer;
    font-size: 11px;
    font-size: 16px;
    color: #424750;
    font-weight: 700;
}

.IcSToggle {
    transition: 0.5s;
}

.Box_Search_ProList {
    border-radius: 0 !important;
    margin-right: 5px;
    margin-left: 5px;
    /* padding-top: 10px; */
    margin-bottom: 10px;
}

.has-search .form-control-feedback {
    position: relative;
    z-index: 0;
    display: block;
    width: 7%;
    text-align: center;
    pointer-events: none;
    color: #77d3ff;
    font-size: 6px;
    top: 32px !important;
    width: 24px;
    height: 24px;
    right: 3px;
    left: auto;
    margin-left: auto;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.Box_Search_ProList input {
    border: 1px solid #d0d0d0;
    box-shadow: none;
    outline: none;
    font-size: 10px;
    border-radius: 7px ;
    text-align: right ;
    padding: 7px 42px 8px 8px ;
}

.category_scrollbar {
    overflow-y: auto;
    max-height: 350px;
    margin: 0 5px 10px 5px;
    padding-top: 5px;
}

.panel-group {
    margin-bottom: 0px;
}

.categoryTitle {
    /* display: flex; */
    /* align-items: center; */
}

.ItemSearch * {
    color: #424750 !important;
    font-size: 14px !important;
    margin: 0;
    font-weight: 600;
}

.categoryTitle {
    padding: 8px 2px 5px 8px;
    text-decoration: none;
}

.SubIcSToggle {
    font-size: 10px !important;
    float: left;
    vertical-align: middle;
    margin-top: 7px;
}

    .SubIcSToggle svg {
        width: 12px;
        height: 12px;
        display: inline-block;
    }

.BheckboxBlue {
    width: 18px;
    height: 18px;
    position: relative;
}

    .BheckboxBlue input {
        visibility: hidden;
        z-index: -1;
    }

.ItemSearch .card-body {
    padding: 0 20px 0 0;
}

.BheckboxBlue input:checked ~ .BheckboxBlue_Checked {
    background: var(--theme-color) !important;
    border: 2px solid var(--theme-color);
    color: var(--theme-color) !important;
}

    .BheckboxBlue input:checked ~ .BheckboxBlue_Checked svg {
        color: #fff !important;
    }

.ItemSearch .BheckboxBlue_Checked {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d8d8d8;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
}

    .ItemSearch .BheckboxBlue_Checked * {
        color: #fff !important;
        height: 12px;
        width: 10px;
    }

.categoryTitle a {
    /* padding-left: 5px; */
}

.categoryTitle a {
    color: #000;
    text-decoration: none;
}

.features_hr {
    font-size: 14px;
}

a.features_hr span, a.features_hr, .checkbox_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: none !important;
}

.checkbox_container {
    padding-bottom: 8px;
}

    .checkbox_container .BheckboxBlue {
        margin-left: 5px;
    }

label {
    font-size: .8rem !important;
    color: #000;
}

input,
input::-webkit-input-placeholder {
    font-size: 10px;
    line-height: 1.5;
}

.btn-1 {
    background: #0d6bdc;
    color: #fff;
    width: 100%;
    box-shadow: none;
    padding: 8px 0;
}

    .btn-1:hover {
        background: #e1032a;
    }



.h_prudoct_l {
    text-align: right;
    min-height: 46px;
}

    .h_prudoct_l a {
        transition-duration: .15s;
        transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        font-weight: 600;
        font-size: .9rem;
        line-height: 1.5rem;
        color: #424750;
        font-weight: 700;
        line-height: 1.17;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px;
    }

.pr_action_btn {
    display: flex;
}

.product_action_box li:nth-child(1) {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.product_action_box li {
    box-shadow: 0 0.125rem 0.25rem #00000013 !important;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fab528;
    padding: 0;
}

.pr_action_btn li {
    position: relative;
    margin: 0px 5px;
    display: table-cell;
    padding-left: 0;
}

    .pr_action_btn li a, .pr_action_btn li button {
        /* background-color: #fff; */
        font-size: 12px;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        /* width: 37px; */
        /* height: 37px; */
        padding: 0;
        display: block;
        text-align: center;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px;
    }

        .pr_action_btn li a img {
            vertical-align: middle;
            line-height: 51px;
            font-size: 16px;
            position: relative;
            filter: grayscale(1);
        }

.btn-2 {
    border: 1px solid #0d6bdc;
    color: #0d6bdc;
    padding: 5px 9px !important;
}

    .btn-2:hover {
        color: #fff;
        background: #0d6bdc;
    }

.NextPaging img, .PrevPaging img {
    width: 14px;
    height: 14px;
}

.NextPaging img {
    transform: rotate(180deg);
}

.iranserver-service .left-line {
    border-left: 1px solid #dbdbdb;
}

.col_BWa {
    flex: 0 0 20%;
}

.PBtnList, .PrevPaging, .NextPaging {
    border: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    box-shadow: none !important;
    color: rgb(75 85 99);
    background-color: rgb(255 255 255);
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 .25rem;
    font-size: 10px;
}

.BoxPagingBtn .PagingBtn {
    display: none;
}

.PBtnList:hover, .PrevPaging:hover, .NextPaging:hover {
    background: rgb(243 244 246) !important;
    color: #212529 !important;
}

.PrevPaging svg, .NextPaging svg {
    width: 10px;
    height: 10px;
}

.ActBtnPag {
    background: var(--theme-color) !important;
    color: #fff !important;
    display: inline !important;
    pointer-events: none;
    cursor: not-allowed !important;
}

.filter_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.delete_filters {
    font-size: 14px;
    color: var(--theme-color);
    font-weight: 700;
}

#service-page .iranserver-service {
    padding: 13px 15px 10px 15px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    flex: 0 0 20%;
    max-width: 20%;
    box-shadow: none !important;
    border: 1.5px solid #0000002b;
    border-radius: 6px;
}

    #service-page .iranserver-service a.image {
        border-radius: 1.5rem;
        background-color: rgb(248 250 252);
        overflow: hidden;
        flex-shrink: 0;
        position: relative;
        /*display: block;*/
        background: transparent;
        aspect-ratio: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

#service-page {
    margin: 0px 0 0 0;
}

a {
    color: #222429;
}

/*.mt130px {*/
/*    margin: 60px 0;*/
/*}*/

.PreviousPrice {
    text-decoration: line-through;
    color: #c0c2c5;
    margin-right: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 2.17;
}

.priceSize {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.15;
    color: #3d3d3d;
}

    .priceSize .price_unit {
        font-size: 10px;
        font-weight: 700;
        margin-right: 3px;
    }

.PagingBtn svg {
    fill: #4b5563;
}

.path_container ol {
    max-width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none;
    font-size: 12px;
    line-height: 1.833;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #f8f9fa;
    /* box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%); */
    border-radius: 0;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #f0f0f1;
}

    .path_container ol li {
        display: inline-block;
    }

        .path_container ol li a {
            color: #6a6a6a;
        }

        .path_container ol li:hover a {
            font-weight: 500;
            color: #000;
        }

        .path_container ol li a:hover {
            text-decoration: none;
        }

        .path_container ol li:after {
            content: "/";
            color: #cfcfcf;
            letter-spacing: .4px;
            font-size: 11px;
            vertical-align: top;
            margin-left: 5px;
            padding-right: 5px;
            font-weight: 400 !important;
        }

        .path_container ol li:last-child:after {
            content: "";
        }
/* 
#service-page .iranserver-service .image {
    position: relative;
    display: block;
    width: 223px;
    height: 223px;
    border: 1px solid #eeee;
    border-radius: 13px;
    text-align: center;
} */

#service-page .iranserver-service .image img {
    width: 100% !important;
    max-height: 100%;
    border-radius: 0;
    /*aspect-ratio: 1;*/
}

@media(max-width:900px) {
    .mt130px {
        margin-top: 40px;
    }
}

.ads-sec {
    /*background-image: url(/FileManager/Icons/Background/homepage-new-slide-bg.jpg);*/
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 45px 15px;
    position: relative;
    width: 100%;
}

@media(min-width:1200px) {
    .container {
        max-width: 1320px;
    }
}

.brand-box {
    text-align: right;
}

.rateContainer svg {
    width: 14px;
    height: 14px;
    fill: #f9bc00;
}

.rateContainer span, .BrandBtn {
    color: rgb(100 116 139);
    margin-left: 0.1rem;
    font-size: 12px;
    line-height: 1.25rem;
    font-weight: 600;
}

.ForAddToBasket .button-group .add-to-links {
    display: flex;
    bottom: 5rem;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    justify-content: center;
    left: 0.25rem;
    right: 0.25rem;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

    .ForAddToBasket .button-group .add-to-links a,
    .ForAddToBasket .button-group .add-to-links button {
        transition-duration: .15s;
        transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
        transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        --tw-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
        --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);
        box-shadow: 0 0 #0000,0 0 #0000,var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
        color: rgb(248 250 252);
        font-size: .6rem;
        line-height: 1rem;
        padding: .5rem .5rem;
        background: rgb(15 23 42);
        border-radius: 9999px;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        height: auto;
        position: relative;
        font-size: 14px;
        border-color: transparent;
        background: #232d48;
        outline: none;
        font-weight: 600;
    }

    .ForAddToBasket .button-group .add-to-links .quick-btn {
        margin-left: 0.375rem;
        background: rgb(255 255 255);
        color: rgb(51 65 85);
    }

    .ForAddToBasket .button-group .add-to-links a svg, .ForAddToBasket .button-group .add-to-links button svg {
        width: 14px;
        height: 14px;
    }

.ForAddToBasket:hover .add-to-links {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
}

.ForAddToBasket .button-group .add-to-links a:hover svg,
.ForAddToBasket .button-group .add-to-links button:hover svg,
.ForAddToBasket .button-group .add-to-links .btn_addToFavorite:hover svg {
    fill: #e75724;
}

.-salmon {
    transition-duration: .15s;
    transition-property: color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 8px 10px -6px rgb(0 0 0 / 10%);
    font-size: 12px;
    line-height: 1.75rem;
    background: #0f172a;
    color: #fff;
    padding: 14px 32px;
    border-radius: 40px;
}


.badge-danger {
    color: #fff;
    background: #e63946;
}

#service-page .iranserver-service:hover {
    -webkit-filter: drop-shadow(0 1px 5px rgba(0,0,0,.2));
    filter: drop-shadow(0 1px 5px rgba(0,0,0,.2));
    z-index: 1;
}

@media(max-width: 1199px) {
    .max1676 .container {
        max-width: 100%;
    }

    .mt130px {
        margin: 20px 0;
    }
}

@media(max-width: 1024px) {
    #service-page .iranserver-service {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    /*.mt130px {*/
    /*margin: 60px 0;*/
}



@media(max-width: 900px) {
    #service-page .iranserver-service {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 500px) {
    .ForAddToBasket .button-group .add-to-links {
        flex-wrap: wrap;
    }

        .ForAddToBasket .button-group .add-to-links .quick-btn {
            margin: 5px 0 0 0;
        }

    .badge-danger {
        padding: 1px;
    }

    .mt130px {
        margin: 20px 0;
    }

    .sortlabel {
        left: 60px;
        top: 12px;
        z-index: 20;
    }

    .priceSize {
        font-size: 0.7rem;
    }
}

@media(max-width: 375px) {
    #service-page .iranserver-service {
        flex: 0 0 100%;
        max-width: 100%;
        border-left: none !important;
    }
}



.rate svg {
    fill: #f9bc00;
}

.ForAddToBasket .d-flex.justify-content-between.mt-2 {
    direction: ltr;
    flex-direction: column;
}

.panel.panel-default .checkbox {
    display: flex;
    align-items: center;
}

    .panel.panel-default .checkbox input {
        margin-left: 8px;
        height: unset !important;
    }





#service-page .iranserver-service:hover {
    -webkit-filter: drop-shadow(0 1px 5px var(--theme-color));
    filter: drop-shadow(0 1px 5px var(--theme-color));
    z-index: 1;
    transition: all ease 0.5s;
}
