﻿@charset "utf-8";

body, body * {
    direction: rtl;
}

body {
/*    background: #e8ecf6;*/
    background: #fafafa;
}

    body *:not(i) {
        font-family: 'IS';
    }

a, a:hover, a:active, a:visited, a:focus {
    color: initial;
    text-decoration: none;
    outline: none;
}

    a:focus {
        outline: 1px dashed #ccc;
    }

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#BodyHeightHolder {
    min-height: 500px;
    overflow:hidden !important;
}

.BodyWidth {
    max-width: 1220px;
    display: block;
    margin: auto;
    overflow: auto;
}

.TopHolder {
    display: block;
    margin: auto;
    overflow: auto;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}

#MainLogo {
    display: block;
    margin: auto;
    max-width: 160px;
    margin-bottom: 3px;
    padding: 10px;
}

#SearchBack {
    display: block;
    overflow: auto;
    max-width: 550px;
    background: #fff;
    width: 50%;
    height: 40px;
    margin-top: 39px;
    border-radius: 6px;
    padding-right: 8px;
    float: right;
    border: 1px solid #f1f1f1;
}

    #SearchBack .fa-search {
        float: left;
        width: 36px;
        height: 36px;
        margin-top: 1px;
        margin-left: 1px;
        background: #fb4b62;
        color: #fff;
        border-radius: 6px;
        padding: 5px;
        cursor:pointer;
    }

    #SearchBack input[type=text] {
        float: right;
        width: 80%;
        height: 30px;
        margin-top: 4px;
        color: #666;
        background: none;
        outline: none;
        border: none;
        font-size: 11.5px;
    }

#LoginBack {
    margin-top: 38px;
    border: 2px solid #f4f4f4;
    border-radius: 6px;
    padding: 5px;
    overflow: auto;
    width: 168px;
    max-width: 168px;
    float: left;
}

.TopHolder .col-md-10 {
    padding-left: 0px;
}

#RegisterLink {
    display: block;
    float: right;
    border-left: 3px solid #f4f4f4;
    padding-left: 9px;
    margin-left: 5px;
    margin-top: 2px;
}

    #RegisterLink .fa-user-plus {
        color: #000;
        display: block;
        margin: auto;
        width: 19px;
        height: 19px;
        margin-top: 2px;
        margin-right: 4px;
    }

#LoginLink {
    color: #666;
    font-size: 11.5px;
    margin-top: 2px;
    display: block;
    float: right;
    padding: 4px;
    font-family: 'IS';
}


#MenuBtn {
    background: none;
    border: none;
    outline: none;
    color: #666;
    display: block;
    float: right;
    font-family: 'ISBold';
    text-align: right;
    float: right;
    font-size: 12px;
}

    #MenuBtn, #MenuBtn .fa-bars {
        transition: 0.3s;
    }

        #MenuBtn .fa-bars {
            float: right;
            color: #000;
            width: 16px;
            height: 16px;
            margin-left: 5px;
        }

        #MenuBtn:hover, #MenuBtn:hover .fa-bars {
            color: #fe5d5e;
        }

#TopLinkUL {
    float: right;
    margin-right: 5px;
    margin-top: 1px;
    padding-right: 0px;
    padding-top: 14px;
    margin-bottom: 0px;
}

    #TopLinkUL li {
        list-style-type: none;
        float: right;
        display: block;
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 0px;
        border-bottom: 2px solid transparent;
        margin-left: 9px;
        padding-bottom: 0px;
        transition: 0.3s;
        color: #666;
        padding-top: 7px;
        border-radius: 4px;
        min-width: 91px;
        text-align: center;
    }

        #TopLinkUL li:hover {
            color: #fff;
            background: #314489;
         
        }

        #TopLinkUL li a {
            font-family: 'ISBold' !important;
            font-size: 15px;
            color: inherit;
            height: 26px;
            display: block;
            padding-bottom: 0px;
            margin-bottom: 0px;
            margin-top: 2px;
        }

            #TopLinkUL li a:focus {
                outline: none;
            }


#LinkItemsBtn {
    background: none;
    border: none;
    outline: none;
    color: #666;
    display: block;
    float: right;
    font-family: 'ISBold';
    text-align: right;
    float: right;
    font-size: 12px;
    display: none;
}

    #LinkItemsBtn, #LinkItemsBtn svg:nth-child(1) {
        transition: 0.3s;
    }

        #LinkItemsBtn svg {
            float: right;
            color: #666;
            width: 18px;
            height: 18px;
            margin-left: 5px;
        }

        #LinkItemsBtn:hover, #LinkItemsBtn:hover svg {
            color: #fe5d5e;
        }

#TopTitleBack {
    padding: 5px;
    overflow: auto;
    min-width: 168px;
    float: left;
}

.TopTitleBack a:focus {
    outline: none;
}

#TopTitleBack h2 {
    font-family: 'ISBold';
    float: right;
    font-size: 12px;
    margin-top: -1px;
    color: #666;
}

    #TopTitleBack h2:nth-child(1) {
        margin-top: 0px;
    }

#TopTitleBack .fa-diamond {
    float: right;
    width: 20px;
    height: 20px;
    color: #fe5d5e;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: -4px;
}

.owl-theme {
    float: right;
    padding-bottom: 20px;
}

#SliderBack {
    display: block;
    margin: auto;
    width: 100%;
    direction: ltr;
    margin-top: 26px;
}

    #SliderBack * {
        direction: ltr;
    }

    #SliderBack img {
        border-radius: 10px;
        width: 100%;
    }

.SlidingProductBack {
    display: block;
    width: 100%;
    margin: auto;
    overflow: auto;
    background-color: #fff;
    border-radius: 0px !important;
    margin-top: 26px;
    box-shadow: 0px 5px 7px 0px #e5e5e5;
}
.slides{
    border-radius:0px !important;
}
.slide-body img{border-radius:0px !important;}
.SlidingProductBack .TabTitle {
    font-family: 'ISBlack';
    font-size: 13px;
    color: #fe5d5e;
    margin-right: 15px;
    margin-top: 21px;
    border-bottom: 1px solid #fe5d5e;
    float: right;
    padding-bottom: 13px;
}

    .SlidingProductBack a:focus {
        outline: none;
    }

.ProductBox {
    padding-right: 13px;
    padding-left: 13px;
    overflow: auto;
}

    .ProductBox img {
        display: block;
        margin: 5px auto;
        max-width: 150px;
    }

    .ProductBox h3 {
        font-size: 12px;
        text-align: justify;
        line-height: 1.7em;
        height: 58px;
        overflow: hidden;
        color: #000;
        margin-bottom: 0px;
    }

.Price {
    color: #fe5d5e;
    font-size: 12px;
    float: left;
    direction: ltr;
    text-align: left;
    width: 100%;
    margin-bottom: 0px;
}

.Discount {
    color: #069a72;
    font-size: 14px;
    float: left;
    direction: ltr;
    text-align: left;
    width: 100%;
}

    .Price font, .Price span, .Discount font, .Discount span {
        float: left;
        direction: ltr;
    }

.Price span {
    text-decoration: line-through;
}

.Price font:nth-child(1) {
    font-size: 11px;
}

.Discount font:nth-child(1) {
    font-size: 11px;
}

.Discount font {
    font-size: 14px;
}

.BannerBack a:focus {
    outline: none;
}

.BannerBack {
    margin-top: 26px;
}

    .BannerBack a {
        display: block;
    }

    .BannerBack img {
        border-radius: 10px;
        display: block;
        margin: auto;
        width: 100%;
        max-width: 600px;
    }

    .BannerBack .col-xs-6:nth-child(1) {
        padding-right: 0px;
        padding-left: 5px;
    }

    .BannerBack .col-xs-6:nth-child(2) {
        padding-left: 0px;
        padding-right: 5px;
    }

    .BannerBack h5 {
        background-color: rgba(193, 193, 193, 0.49);
        color: #fff;
        border-radius: 5px;
        padding: 10px;
        float: right;
        font-family: 'ISBold';
        font-size: 14px;
    }

.BannerR img {
    float: right;
    border-radius: 10px;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 600px;
}

.BannerR h5 {
    margin-top: -43px;
    margin-right: 8px;
}

.BannerL img {
    float: left;
}

.BannerL h5 {
    margin-top: -43px;
    margin-right: 13px;
}


.BannerBigBack {
    margin-top: -26px;
}

    .BannerBigBack a {
        display: block;
    }

        .BannerBigBack a:focus {
            outline: none;
        }

.BannerBigR img {
    float: right;
    border-radius: 10px;
    display: block;
    margin: auto;
    width: 100%;
}

.BannerBigR h5 {
    margin-top: -43px;
    margin-right: 8px;
}

.BannerBigR .col-md-12 {
    padding: 0px;
}

.BannerBigBack .col-md-8 {
    padding: 0px;
}

.BannerBigR .row:nth-child(2) {
    margin-top: 26px;
}

.BannerBigBack h5 {
    background-color: rgba(193, 193, 193, 0.49);
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    float: right;
    font-family: 'ISBold';
    font-size: 14px;
}

.BannerBigL img {
    float: left;
    float: right;
    border-radius: 10px;
    display: block;
    margin: auto;
    width: 100%;
}

.BannerBigL h5 {
    margin-top: -43px;
    margin-right: 13px;
}

.BannerBigL {
    padding: 0px;
}

    .BannerBigL .col-md-12 {
        padding: 0px;
        padding-right: 26px;
    }




.SlidingStoreBack {
    display: block;
    width: 100%;
    margin: auto;
    overflow: auto;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 26px;
    box-shadow: 0px 5px 7px 0px #e5e5e5;
}

    .SlidingStoreBack .nav-tabs {
        border: none;
    }

    .SlidingStoreBack ul li {
        margin-right: 6px;
        margin-top: 21px;
        float: right;
    }

        .SlidingStoreBack ul li a {
            font-family: 'IS';
            font-size: 12px;
            border: none;
            border-bottom: 2px solid rgba(0,0,0,0);
            transition: 0.3s;
            padding-bottom: 10px;
        }

    .SlidingStoreBack ul .active a, .SlidingStoreBack ul .active a:focus, .SlidingStoreBack ul .active a:hover {
        font-size: 13px;
        color: #fe5d5e;
        border: none;
        border-bottom: 2px solid #fe5d5e;
        padding-bottom: 9px;
    }

    .SlidingStoreBack ul .active a {
        font-family: 'ISBold';
    }

.StoreBox a:focus {
    outline: none;
}

.StoreBox h3 {
    font-size: 12px;
    text-align: center;
    line-height: 1.7em;
    height: 23px;
    overflow: hidden;
    color: #000;
    font-weight: normal;
}

.StoreBox img {
    display: block;
    margin: 5px auto;
    max-width: 150px;
}

.SlidingStoreBack .owl-theme {
    padding-bottom: 5px;
}

.SlidingStoreBack .nav-tabs > li > a:hover {
    border: none;
    border-bottom: 2px solid #fe5d5e;
    background: transparent;
}

.SlidingStoreBack a:focus {
    outline: none;
}

.SlidingStoreBack .LastStore {
    float: left;
}

    .SlidingStoreBack .LastStore a {
        color: #949494;
        font-family: 'ISBold';
    }

        .SlidingStoreBack .LastStore a:focus, .SlidingStoreBack .LastStore a:hover {
            color: #fe5d5e;
        }


.FooterHolder {
    display: block;
    margin: auto;
    overflow: auto;
    background: #2f2f2f;
    margin-top: 26px;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;
}

    .FooterHolder h4, .FooterHolder h1 {
        color: #fff;
        font-size: 14px;
        margin-bottom: 30px;
        font-family: 'ISBold';
        text-align: center;
    }

.SocialBack ul li a {
    color: #f5f5f5;
    font-size: 12px;
    transition: 0.3s;
    display: block;
    float: right;
    margin-left: 11px;
}

.SocialBack ul li a img{
    max-width: 45px;
}
    .SocialBack ul li a > svg {
        max-width: 45px;
        max-height: 45px;
        width: 45px !important;
        height: 30px;
        margin-top: 8px;
    }
   
    .FooterHolder ul li {
        color: #fff;
        font-size: 12px;
    }

    .FooterHolder ul li a {
        color: #fff;
        font-size: 12px;
        transition: 0.3s;
    }

        .FooterHolder ul li a:hover, .FooterHolder ul li a:active {
            color: #fe5d5e;
        }

.FooterHolder ul li {
    list-style-type: none;
    margin-top: 9px;
    line-height: 1.7em;
}

    .FooterHolder p {
        color: #000;
        text-align: justify;
        line-height: 1.9em;
        font-size: 12px;
    }

    .FooterHolder h1 {
        margin-top: 10px;
    }

.EnamadBack {
    float: right;
    width: 50%;
    display: block;
    margin: auto;
}

    .EnamadBack img {
        display: block;
        margin: auto;
        cursor: pointer;
        width: 90px;
        cursor: pointer;
        background: #fff;
        border-radius: 5px;
        padding: 5px;
    }

.SecondFooter {
    border-top: 1px solid #525252;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.FooterAddress a:focus {
    outline: none;
}

.FooterAddress a svg {
    width: 30px !important;
    height: 30px;
    color: #ddd;
    margin-left: 9px;
    transition: 0.3s;
}

.FooterAddress a:hover svg {
    color: #fe5d5e;
}

.FooterAddress h5 {
    color: #7b7b7b;
    line-height: 1.7em;
    margin-top: 6px;
    font-size: 12px;
}

.XFooter {
    background-color: #1d1d1d;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
}

.ThirdFooter {
    background-color: #fff;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .ThirdFooter .col-md-6:nth-child(1) h5 {
        color: #f5f5f5;
        direction: rtl;
        text-align: right;
        font-size: 12px;
    }

    .ThirdFooter .col-md-6:nth-child(2) h5 {
        color: #f5f5f5;
        direction: ltr;
        text-align: left;
        font-size: 12px;
    }

        .ThirdFooter .col-md-6:nth-child(2) h5 a {
            color: #f5f5f5;
        }

            .ThirdFooter .col-md-6:nth-child(2) h5 a:hover {
                color: #fe5d5e;
            }

.ProductDetailBack {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    overflow: auto;
    margin-top: 26px;
}

.ProductSliderBack {
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    overflow: auto;
    height: 423px;
    border-radius: 9px;
    margin-top: 21px;
    margin-bottom: 20px;
    max-width: 130px;
    margin-right: auto;
    margin-left: auto;
}

    .ProductSliderBack img {
        width: 75px;
        height: 75px;
        display: block;
        margin: auto;
        margin-top: 24px;
        cursor: pointer;
        transition: 0.3s;
    }

.ProductSliderBackSmall {
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    overflow: auto;
    height: 100px;
    border-radius: 9px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: 340px;
    text-align: center;
    display: none;
}

    .ProductSliderBackSmall img {
        width: 75px !important;
        height: 75px;
        display: inline-block !important;
        margin: auto !important;
        margin-top: 12px !important;
        cursor: pointer;
        transition: 0.3s;
    }

        .ProductSliderBackSmall img:hover {
            transform: scaleY(1.2) scaleX(1.2) !important;
        }

.ProductSliderBack img:hover {
    transform: scaleY(1.2) scaleX(1.2);
}

.ProductDetailBack h1 {
    font-size: 16px;
    text-align: right;
    margin-top: 30px;
    line-height: 1.7em;
    color: #3a3a3a;
    font-family: 'ISBold';
}

.ProductDetailBack h2 {
    font-size: 14px;
    direction: ltr;
    text-align: left;
    color: #a8a8a8;
    line-height: 1.7em;
}

.MainProductRow .col-md-8 {
    padding-right: 5px;
    padding-left: 5px;
}

    .MainProductRow .col-md-8 img {
        width: 100%;
        display: block;
        margin: auto;
        max-width: 340px;
    }

.MainProductRow {
    border-top: 1px solid #e5e5e5;
}

    .MainProductRow ul {
        width: 100%;
        color: #a8a8a8;
        margin-top: 30px;
        font-size: 12px;
    }

    .MainProductRow li {
        list-style-type: none;
        margin-bottom: 12px;
    }

        .MainProductRow li:nth-child(1) {
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 5px;
        }

    .MainProductRow .col-md-4 {
        padding-left: 0px;
    }

#BtnProductOption {
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 36px;
    outline: none;
    color: #000;
    margin-top: 20px;
}

    #BtnProductOption:hover {
        background: #ececec;
        border: 1px solid #d5d4d4;
    }

    #BtnProductOption svg {
        width: 26px;
        height: 26px;
        color: #f5ba22;
        float: right;
        margin-right: 11px;
    }

    #BtnProductOption font {
        margin-top: 4px;
        display: inline-block;
        font-size: 12px;
        font-family: 'ISBold';
        color: #3a3a3a;
    }

#ProductDetailPriceBack {
    display: block;
    margin: auto;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
    overflow: auto;
    padding-top: 13px;
    font-family: 'ISBlack';
}

    #ProductDetailPriceBack div {
        width: 100%;
        display: block;
        overflow: auto;
        float: right;
        height: 29px;
        direction: rtl;
        text-align: right;
        font-family: 'ISBold';
    }

        #ProductDetailPriceBack div font {
            float: left;
            text-align: left;
            margin-left: 10px;
        }

        #ProductDetailPriceBack div span {
            float: left;
            text-align: left;
        }

.XPrice {
    color: #fe5d5e;
    font-size: 12px;
    font-family: 'ISBlack';
}

.XPriceValue {
    color: #fe5d5e;
    font-size: 14px;
    font-family: 'ISBlack';
    text-decoration: line-through;
}

.XPriceW {
    color: #8cc74f;
    font-size: 12px;
    font-family: 'ISBlack';
}

.XPriceWValue {
    color: #8cc74f;
    font-size: 16px;
    font-family: 'ISBlack';
}

.SmallIcons {
    display: none;
}

.SpecialSell {
    width: 30%;
    float: right;
    margin-top: 29px;
}

    .SpecialSell font {
        width: 87px;
        border-radius: 5px;
        background: #ff6f71;
        text-align: center;
        color: #fff;
        float: right;
        padding-top: 6px;
        padding-bottom: 8px;
        font-size: 12px;
    }

.TopIcons {
    width: 70%;
    float: left;
    margin-top: 25px;
    text-align: left;
}

    .TopIcons svg {
        width: 23px !important;
        height: 40px !important;
        margin-right: 8px;
        transition: 0.3s;
        color: #3a3a3a;
    }

    .TopIcons a:hover svg {
        color: #fe5d5e;
    }

    .TopIcons a:focus {
        outline: none;
    }

    .TopIcons .fa-balance-scale-right {
        width: 29px !important;
        height: 40px !important;
    }

    .TopIcons .fa-share-alt {
        width: 21px !important;
        height: 40px !important;
    }

.ProductDetailBack .row:nth-child(1) {
    padding-bottom: 5px;
}

.ShopingInfoBack {
    float: right;
    width: 100%;
    padding: 14px;
    border-radius: 5px;
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
}

.StoreName, .StoreAddress, .StoreWarranty, .StoreReadyToSend, .OtherStore {
    margin-bottom: 17px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 7px;
}

    .StoreName .fa-store {
        float: right;
        margin-left: 5px;
        width: 23px;
        height: 23px;
        margin-top: -5px;
        margin-left: 10px;
        color: #0984e3;
    }

    .StoreAddress .fa-map-marker-alt {
        float: right;
        margin-left: 5px;
        width: 23px;
        height: 23px;
        margin-top: -5px;
        margin-left: 10px;
        color: #d63031;
    }

    .StoreName h5, .StoreAddress h5 {
        cursor: default;
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        font-size: 12px;
    }

    .StoreWarranty h5, .StoreReadyToSend h5, .OtherStore h5 {
        cursor: pointer;
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        font-size: 12px;
    }

    .StoreWarranty .fa-shield-check {
        float: right;
        margin-left: 5px;
        width: 23px;
        height: 23px;
        margin-top: -5px;
        color: #00cec9;
    }

    .StoreWarranty p, .StoreReadyToSend p {
        font-size: 11px;
        line-height: 1.9em;
        text-align: justify;
        display: none;
        transition: 0.3s;
        padding-right: 33px;
    }

    .StoreReadyToSend .fa-shipping-fast {
        float: right;
        margin-left: 5px;
        width: 23px;
        height: 23px;
        margin-top: -5px;
        margin-left: 10px;
        color: #636e72;
    }

    .OtherStore .fa-ellipsis-h-alt {
        float: right;
        margin-left: 5px;
        width: 23px;
        height: 23px;
        margin-top: -5px;
        margin-left: 10px;
        color: #6c5ce7;
    }

.OtherStore {
    border: none;
    margin-bottom: 0px;
}

    .OtherStore div {
        font-size: 11px;
        line-height: 1.7em;
        text-align: justify;
        display: none;
        transition: 0.3s;
    }

#AddToShopingCart {
    outline: none;
    background-color: #95c95b;
    border: none;
    display: block;
    margin: auto;
    width: 100%;
    height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-top: 44px;
    float: right;
    margin-bottom: 20px;
}

    #AddToShopingCart:hover {
        background-color: #85b153;
    }

.ProductDetailInfoBack {
    border: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    overflow: auto;
    margin-top: 26px;
}

    .ProductDetailInfoBack .panel-body {
        background: #fff;
    }

    .ProductDetailInfoBack .col-md-12 {
        padding: inherit;
    }

    .ProductDetailInfoBack .nav-tabs > li > a {
        border: none;
        border-bottom: 1px solid transparent;
    }

    .ProductDetailInfoBack .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border: none;
        border-bottom: 1px solid #fe5d5e;
        color: #fe5d5e;
    }

    .ProductDetailInfoBack a:focus {
        outline: none;
    }

    .ProductDetailInfoBack .nav-tabs > li > a {
        border-radius: 0px;
    }

    .ProductDetailInfoBack .nav-tabs {
        border: none;
    }

        .ProductDetailInfoBack .nav-tabs > li > a:hover {
            border-bottom-color: #fe5d5e;
            color: #fe5d5e;
        }

    .ProductDetailInfoBack .ProductDescription {
        text-align: justify;
        line-height: 1.7em;
        width: 70%;
        float: right;
        padding: 8px;
    }

    .ProductDetailInfoBack .IconHolder {
        display: block;
        float: left;
        margin: auto;
        width: 30%;
        text-align: center;
    }



    .ProductDetailInfoBack .ProductDescriptionIcon {
        width: 50%;
        text-align: center;
        color: #00b894;
        height: 80%;
        margin-top: 50px;
    }



.AttributeHolder {
    padding: 26px;
    padding-right: 40px;
    padding-left: 40px;
}

.AttributeHeader {
    font-size: 18px;
}

.AttributeHeaderIcon {
    margin-left: 8px;
    color: #0984e3;
    font-size: 19px;
    float: right;
    margin-top: -1px;
}

.AttributeHeaderList {
    list-style-type: none;
    margin-right: 21px;
    margin-bottom: 18px;
    display: block;
    overflow: auto;
    border-bottom: 1px solid #e5e5e5;
    padding-right: 0px;
    padding-bottom: 14px;
}

.AttributeHolder .AttributeHeaderList:last-child {
    border-bottom: none;
}

.AttributeHeaderList li {
    width: 100%;
}

    .AttributeHeaderList li div:nth-child(1) {
        display: block;
        float: right;
        width: 25%;
        min-width: 250px;
        margin-bottom: 15px;
        background-color: #f5f5f5;
        text-align: right;
        padding: 7px;
        padding-right: 17px;
        padding-left: 17px;
        min-height: 38px;
    }

    .AttributeHeaderList li div:nth-child(2) {
        display: block;
        float: right;
        width: 70%;
        min-width: 250px;
        margin-bottom: 15px;
        background-color: #fafafa;
        margin-right: 5%;
        text-align: right;
        padding: 9px;
        padding-right: 17px;
        padding-left: 17px;
        text-align: justify;
        min-height: 38px;
        font-size: 12px;
    }



.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: 75px;
    width: 100%;
    height: 0px;
}

    .owl-theme .owl-nav [class*='owl-'], .owl-theme .owl-nav [class*='owl-']:hover {
        color: #FFF;
        font-size: 42px;
        margin: 5px;
        padding: 3px;
        background: rgba(245, 245, 245, 0.56);
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
        color: rgba(254, 93, 94, 0.65);
        text-align: center;
        opacity: 1 !important;
        width: 40px;
        height: 57px;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background: rgba(245, 245, 245, 0.7);
            color: rgba(254, 93, 94, 1);
        }

.owl-prev {
    float: right;
    margin-right: -9px !important;
}

.owl-next {
    float: left;
    margin-left: -9px !important;
}




#CategoryModal .modal-lg {
    width: 100%;
    margin: auto;
    max-width: 1220px;
    margin-top: 105px;
}


#CategoryModal .modal-content {
    border-radius: 0px;
    height: auto;
    box-shadow: none !important;
    overflow: auto;
    max-height: 480px;
}

#CategoryModal .modal-body {
    padding: 0px !important;
    min-height: 100px;
    background: #fff;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 1);
}

#CategoryModal .TopCategory {
    background-color: #f7f7f7;
    padding-left: 0px;
}

    #CategoryModal .TopCategory ul {
        list-style-type: none;
        padding-right: 24px;
        text-align: right;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        #CategoryModal .TopCategory ul li {
            width: 100%;
            height: 40px;
            font-size: 12px;
            margin-bottom: 2px;
            padding-right: 11px;
            padding-top: 11px;
            font-family: 'ISBold';
            cursor: pointer;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

            #CategoryModal .TopCategory ul li:hover {
                background-color: #fff;
                color: #fe5d5e;
            }

#CategoryModal .ShowCategory {
    display: none;
    margin: auto;
    overflow: auto;
    width: 100%;
    padding: 15px;
}

    #CategoryModal .ShowCategory a {
        display: block;
        float: right;
        outline: none;
        transition: 0.3s;
    }

        #CategoryModal .ShowCategory a:hover {
            color: #fe5d5e;
        }

#CategoryModalSetActive {
    background-color: #fff;
    color: #fe5d5e;
}

.CategoryModalSetActive {
    background-color: #fff;
    color: #fe5d5e;
}

#CategoryModal .ShowCategory .CategoryNavHeaderLink {
    width: 100%;
    text-align: right;
    float: right;
    margin-bottom: 18px;
    font-size: 12px;
    font-family: 'ISBold';
}

#CategoryModal .ShowCategory .CategoryNavSubHolder {
    display: block;
    margin: auto;
    width: 25%;
    float: right;
    margin-bottom: 13px;
    text-align: right;
}

#CategoryModal .ShowCategory .CategoryNavSubLink {
    font-size: 12px;
    float: right;
    height: 80px;
    padding-top: 6px;
}





#SmallCategoryModal .modal-lg {
    width: 98%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 2%;
}


#SmallCategoryModal .modal-content {
    border-radius: 0px;
    height: auto;
    box-shadow: none !important;
    overflow: auto;
    max-height: 400px;
}

#SmallCategoryModal .modal-body {
    padding: 0px !important;
    min-height: 100px;
    background: #fff;
}

.modal-body .col-xs-12 {
    padding-bottom: 23px;
}

.SmallNavTopCategory {
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 25px;
    padding-right: 10px;
}

    .SmallNavTopCategory font {
        font-family: 'ISBold';
    }

    .SmallNavTopCategory .fa-chevron-left {
        font-size: 22px;
        color: #fe5d5e;
        float: right;
        margin-left: 10px;
        cursor: pointer;
        width: 22px;
        height: 22px;
        text-align: center;
        opacity: 0.7;
        transition: 0.3s;
    }

    .SmallNavTopCategory .fa-chevron-down {
        font-size: 22px;
        color: #fe5d5e;
        float: right;
        margin-left: 10px;
        cursor: pointer;
        width: 22px;
        height: 22px;
        text-align: center;
        opacity: 0.7;
        transition: 0.3s;
    }

.fa-chevron-left:hover {
    opacity: 1;
}

.SmallNavSubCategoryBack {
    width: 100%;
    padding-top: 9px;
    padding-right: 30px;
    display: none;
}

    .SmallNavSubCategoryBack div {
        display: block;
        margin: auto;
        width: 100%;
        text-align: right;
        margin-bottom: 11px;
    }

        .SmallNavSubCategoryBack div a {
            outline: none;
            font-size: 12px;
        }

            .SmallNavSubCategoryBack div a:hover {
                color: #fe5d5e;
            }

#SmallCategoryCloseButton {
    border: none;
    background: no-repeat;
    outline: none;
    float: left;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 151515;
    cursor: pointer;
    color: #666;
}

    #SmallCategoryCloseButton:hover {
        color: #fe5d5e;
    }

    #SmallCategoryCloseButton .fa-times {
        width: 25px;
        height: 25px;
        text-align: center;
        cursor: pointer;
    }

.AttrTrue {
    font-size: 17px;
    color: #00b894;
}

.AttrFalse {
    font-size: 17px;
    color: #ff7675;
    margin-right: 5px;
}

.FaqPageBack {
    border: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    overflow: auto;
    margin-top: 26px;
    background: #fff;
    padding-bottom: 20px;
}

    .FaqPageBack .IconHolder {
        display: block;
        float: left;
        margin: auto;
        width: 30%;
        text-align: center;
    }
    .FaqPageBack .IconHolder>svg {
        display: block;
       margin:auto;
       margin-top:30%;
       width:80%;
    }

.ProductDetailInfoBack .IconHolder > svg {
    display: block;
    margin: auto;
    margin-top: 30px;
    width: 80%;
}

.FaqPageBack .ProductDescription {
    text-align: justify;
    line-height: 1.7em;
    width: 70%;
    float: right;
    padding: 8px;
    padding-bottom: 20px;
}

    .FaqPageBack .ProductDescriptionIcon {
        width: 50%;
        text-align: center;
        color: #00b894;
        height: 80%;
        margin-top: 50px;
    }

.FaqHolder {
    text-align: justify;
    line-height: 1.7em;
    width: 70%;
    float: right;
}

.FaqHeader {
    color: #314489;
    font-family: 'ISBold';
    font-size: 22px;
    float: right;
    padding: 17px 90px 17px 90px;
    border-radius: 5px;
    text-align: center;
    clear: both;
    width: 100%;
    margin-bottom: 34px;
    margin-top: 0px;
}

.FaqQuestion {
    font-family: 'ISBold';
    font-size: 13px;
    width: 75%;
    text-align: right;
    float: right;
    background-color: #f5f5f5;
    padding: 20px 40px 20px 40px;
    clear: both;
    line-height: 1.7em;
}

.FaqAnswer {
    font-size: 12px;
    width: 98%;
    text-align: justify;
    float: right;
    padding: 5px 40px 5px 40px;
    clear: both;
    line-height: 1.7em;
}

    .FaqAnswer > svg {
        float: right;
        margin-top: -1px;
        margin-left: 5px;
        color: #00cec9;
        width: 22px !important;
        height: 22px;
    }

.AboutHolder {
    text-align: justify;
    line-height: 1.7em;
    width: 100%;
    float: right;
    padding: 11px 23px 20px 23px;
}

.AboutHeader {
    color: #520308;
    font-family: 'ISBold';
    font-size: 16px;
    float: right;
    border: 2px solid #f8edb5;
    background: #fffde4;
    padding: 17px 90px 17px 90px;
    border-radius: 5px;
    text-align: center;
    clear: both;
}

.AboutText {
    font-size: 12px;
    width: 98%;
    text-align: justify;
    float: right;
    padding: 5px 40px 5px 40px;
    clear: both;
    line-height: 1.7em;
    margin-top: 22px;
}

.AboutImage {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    max-width: 192px;
}

.ContactBack {
    display: block;
    margin: auto;
    overflow: auto;
    width: 96%;
    border: 1px solid #b7ecb8;
    border-radius: 5px;
    background: #eeffdf;
    padding: 15px;
    color: #518541;
}

.FaqPageBack hr {
    display: block;
    width: 90%;
    border-color: #e5e5e5;
}

.FaqPageBack h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'ISBold';
    font-size: 16px;
}

.ContactBack h4 {
    margin-bottom: 18px;
    width: 100%;
    float: right;
}

.ContactBack strong {
    font-size: 13px;
    width: 80px;
    display: inline-block;
    float: right;
}

.ContactBack a {
    font-size: 17px;
    margin-right: 10px;
    margin-left: 10px;
    direction: ltr;
    outline: none;
    margin-top: -3px;
    float: right;
}

.ContactBack font {
    font-size: 17px;
    direction: rtl;
    text-align: right;
    color: #000;
    font-size: 17px;
    direction: rtl;
    text-align: right;
    color: #000;
    float: right;
    max-width: 348px;
    margin-top: -8px;
    line-height: 1.7em;
}

.AddressBack {
    margin-top: -34px;
}

#map {
    height: 242px;
    border-radius: 5px;
    border: 1px solid #b7ecb8;
}

.StoresHeader {
    margin-top: 75px;
    color: #520308;
    font-family: 'ISBold';
    font-size: 16px;
    float: right;
    border: 2px solid #f8edb5;
    background: #fffde4;
    padding: 24px 90px 24px 90px;
    border-radius: 5px;
    text-align: center;
    clear: both;
    width: 100%;
    line-height: 1.7em;
}

.StoreItemBack {
    float: right;
    display: block;
    width: 23%;
    margin: 1%;
    background-color: #fff;
    overflow: auto;
    padding: 11px;
    border: 1px solid #e6e6e6;
}

    .StoreItemBack:hover {
        box-shadow: 0px 0px 8px 7px #e6e6e6;
    }

    .StoreItemBack img {
        width: 150px;
        display: block;
        margin: auto;
        margin-top: 11px;
        margin-bottom: 11px;
    }

    .StoreItemBack h3 {
        font-family: 'ISBold';
        font-size: 12px;
        text-align: center;
        background-color: #f5f5f5;
        padding-top: 12px;
        border-radius: 5px;
        padding-bottom: 17px;
        padding-right: 4px;
        padding-left: 4px;
        height: 49px;
        line-height: 1.7em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .StoreItemBack h4 {
        height: 18px;
        line-height: 1.7em;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 11.2px;
        text-align: right;
        font-family: 'ISBold';
    }

.HoverLink {
    transition: 0.3s;
}

    .HoverLink:hover {
        color: #fe5d5e;
    }

.TopFullBorder {
    text-align: center;
    border-top: 2px solid #e6e6e6;
    width: 90%;
    display: block;
    padding-top: 7px;
    font-size: 11px;
    margin: auto;
    outline: none;
}

    .TopFullBorder:focus {
        outline: none;
    }

.StoreStateBack {
    display: block;
    width: 99%;
    margin: auto;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    display: block;
    width: 99%;
    margin: auto;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    margin-top: 9px;
    padding: 5px;
    overflow: auto;
}

    .StoreStateBack h4 {
        font-family: 'ISBold';
        font-size: 12px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .StoreStateBack h5 {
        display: inline-block;
        width: 50%;
        float: right;
    }

        .StoreStateBack h5 a {
            display: block;
            margin: auto;
            border: 2px solid #000;
            text-align: center;
            width: 90%;
            height: 38px;
            border-radius: 5px;
            padding-top: 10px;
            transition: 0.3s;
            outline: none;
            font-size: 12px;
        }

            .StoreStateBack h5 a:hover {
                border: 2px solid #fe5d5e;
                color: #fe5d5e;
            }

            .StoreStateBack h5 a:focus {
                outline: none;
            }

.ActiveState {
    background-color: #fe5d5e !important;
    border-color: #fe5d5e !important;
    color: #fff !important;
}

    .ActiveState:hover {
        background-color: #fe5d5e !important;
        border-color: #fe5d5e !important;
        color: #fff !important;
    }


.CategoryHeader {
    margin-top: 36px;
    color: #520308;
    font-family: 'ISBold';
    font-size: 16px;
    float: right;
    border: 2px solid #f8edb5;
    background: #fffde4;
    padding: 24px 90px 24px 90px;
    border-radius: 5px;
    text-align: center;
    clear: both;
    width: 100%;
    line-height: 1.7em;
}

.OFV {
    overflow: visible;
}

.SubCategoryBack {
    margin-top: 36px;
}

    .SubCategoryBack p {
        text-align: right;
        padding-right: 17px;
        font-family: 'ISBold';
        margin-bottom: 38px;
    }

        .SubCategoryBack p svg {
            float: right;
            margin-left: 9px;
            width: 26px !important;
            height: 26px !important;
            text-align: center;
            margin-top: -2px;
            color: #fe5d5e;
        }

.SubCategoryLinkBack a {
    font-size: 13px;
    padding-right: 27px;
    outline: none;
    transition: 0.3s;
    padding-bottom: 14px;
    display: block;
}

    .SubCategoryLinkBack a:focus {
        outline: none;
    }

.ProductTable {
    display: block;
    margin: auto;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-top: 36px;
}
.ProductHeader {
    display: block;
    float: right;
    margin: auto;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
    .ProductHeader h2 {
        font-size: 14px;
        float: right;
        font-family: 'ISBold';
        padding-top: 22px;
        padding-bottom: 18px;
        margin-top: 0px;
        margin-bottom: 0px;
    }


    .ProductHeader h2 > svg {
        color: #fe5d5e;
        float: right;
        text-align: center;
        margin-left: 13px;
        width: 22px !important;
        height: 22px;
        margin-top: -6px;
        margin-right: 15px;
    }

.NoProductFound {
    text-align: center !important;
    color: #d0972e;
    font-family: 'IS' !important;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ProductBoxTable {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
}

.Paging {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    margin-top: 60px;
}

    .Paging li {
        display: inline-block;
        float: right;
        margin: 10px;
    }

        .Paging li a {
            display: block;
            margin: auto;
            width: 46px;
            height: 29px;
            border: 1px solid #e6e6e6;
            border-radius: 8px;
            text-align: center;
            font-size: 14px;
            font-family: 'ISBold';
            padding-top: 3px;
            transition: 0.3s;
            outline: none;
        }

            .Paging li a:hover {
                border: 1px solid #00cec9;
                background: #00cec9;
                color: #fff;
            }

.PageName {
    font-family: 'IS' !important;
    font-size: 13px !important;
    padding-top: 5px !important;
}

.ActivePage {
    border: 1px solid #0984e3 !important;
    background: #0984e3 !important;
    color: #fff !important;
}

.PageSeperator {
    font-size: 21px;
    font-family: 'ISBold';
}

.LoginBack {
    background: #fff !important;
    display: block;
    margin: auto;
    border: 1px solid #e5e5e5;
    margin-top: 36px;
    min-height: 500px;
    overflow: hidden !important
}
    .LoginBack h1, .LoginBack h2 {
        font-family: 'ISBlack';
        font-size: 17px;
        text-align: center;
        color: #fe5d5e;
        margin-top: 44px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 36px;
        margin-bottom: 18px;
    }
.LtrText {
    text-align: left;
    direction: ltr
}
.FieldBack {
    padding-right: 37px;
    padding-left: 37px;
}
.FormBack .control-label{
    font-family: 'ISBold' !important;
    font-size: 14px !important;
    color: #717171;
    padding-bottom: 8px;
}
.FormBack input[type=text], .FormBack input[type=password]{
    color: #333;
    height: 50px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 2px;
    border-radius: 8px;
    border-color: #ececec;
    outline: none;
    box-shadow: none;
}
select {
    color: #333 !important;
    height: 50px !important;
    font-size: 14px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-width: 2px !important;
    border-radius: 8px !important;
    border-color: #ececec !important;
    outline: none !important;
    box-shadow: none !important;
}
    .FormBack input[type=text]:focus, .FormBack input[type=password]:focus {
        border-color: #ccc !important;
        outline:none;
        box-shadow:none;
    }
.btn-success {
    margin-top: 15px;
    font-family: 'ISBold' !important;
    background-color: #01bfd7;
    border-color: #01bfd7;
    color: #fff;
    font-size: 14px !important;
    width: 100%;
    height: 50px !important;
    border-radius: 8px !important;
    margin-bottom: 13px;
    outline:none;
}
.btn-Back {
    font-family: 'ISBold' !important;
    background-color: #999;
    border-color: #999;
    color: #fff;
    font-size: 14px !important;
    width: 100%;
    height: 50px !important;
    border-radius: 8px !important;
    margin-bottom: 13px;
    outline: none;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:hover, .btn-success.active:focus {
    background-color: #029db1;
    border-color: #029db1;
    color: #fff;
    outline: none;
}
.btn-Back:hover, .btn-Back:active, .btn-Back:focus {
    background-color: #888 !important;
    border-color: #888 !important;
    outline: none;
}

.field-validation-error {
    /* font-family: 'IRANSansWeb_Bold' !important; */
    background-color: #ee5662;
    width: 100%;
    border-radius: 8px;
    height: 28px;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 4px;
    padding-right: 13px;
    padding-left: 13px;
    margin-top: 8px;
    font-size: 11.5px;
}
.RightBorder{
    min-height:500px;
    border-right:1px solid #e5e5e5;
    padding-right:60px;
    padding-left:60px;
}
.RegisterLogo {
    display: block;
    margin: auto;
    width: 250px;
    margin-top: 36px;
    margin-bottom: 30px;
}
.RegisterP {
    font-size: 15px;
    line-height: 2em;
    text-align: center;
    margin-bottom: 49px;
    font-family: 'ISBold';
}
.btn-Register {
    background: #00b894;
    border-color: #00b894;
    max-width: 220px;
    margin-right: auto;
    display: block;
    margin-left: auto;
    margin-top: 87px;
    outline: none;
}
.btn-Register:focus {
    outline: none;
}

#CaptchaImage {
    display: inline-block;
    float: left;
    height: 42px;
}
.CaptchaRefresh {
    float: left;
    margin-left: 17px;
    font-size: 20px;
    color: #717171;
}
#CaptchaInputText{
    direction:ltr;
}
.ActiveFav{
    color:#fe5d5e !important;
    cursor:default !important;
}



.ProductSelect {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    padding-top: 9px;
}
.ProductSelectCompanyLogo{
    display:block;
    margin:auto;
    max-width:120px;
    margin-top:50px;
    margin-bottom:15px;
}
.ProductSelectSpecialSell {
    float: right;
    width: 100px;
    text-align: center;
    color: #fff;
    background: #fe5d5e;
    border-radius: 5px;
    margin-bottom: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'ISBold';
    font-size: 13px;
}
.ProductSelectComapnyTitle, .ProductSelectComapnyCity {
    font-size: 12px;
    text-align: right;
    font-family: 'ISBold';
    padding-right: 5px;
    margin-bottom: 19px;
}
.ProductSelectProductTitle {
    font-size: 14px;
    font-family: 'IsBold';
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 15px;
    margin-top: 11px;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 9px;
}
.ProductSelect ul {
    width: 100%;
    color: #a8a8a8;
    margin-top: 19px;
    font-size: 13px;
    list-style-type: none;
    text-align: right;
    padding-right: 5px;
}
.ProductSelect ul li {
    margin-bottom:5px;
}
.ProductSelectPriceBack {
    background: #f4f4f4;
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin-top: 37px;
    height: 178px;
    overflow: auto;
}

    .ProductSelectPriceBack h4 {
        font-size: 15px;
        margin-top: 26px;
        text-align: right;
        padding-right: 22px;
        font-family: 'ISBold';
    }
.SelectProductPrice{
    color:#fe5d5e;
    text-decoration:line-through;
    font-family:'ISBold';
}
.SelectProductPriceUnit {
    color: #fe5d5e;
}
.SelectProductPriceW {
    color: #8cc74f;
    font-family: 'ISBold';
}
.SelectProductPriceWUnit {
    color: #8cc74f;
}
.ColorLi {
    overflow: auto;
}
    .ColorLi font {
        float: right;
        margin-left: 6px;
    }
.ProductColorShow {
    width: 20px;
    height: 19px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 4px;
    float: left;
}
.WaitingSvg {
    margin: auto;
    background: transparent;
    display: block;
}

.AccountList {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-top: 36px;
    padding-right: 5px;
    list-style-type: none;
}
    .AccountList li {
        height: 25px;
        margin-bottom: 11px;
        padding-top: 1px;
        margin-top: 11px;
        padding-bottom: 31px;
        border-bottom: 1px solid #e5e5e5;
        width: 96%;
        font-size: 12px;
    }
       
        .AccountList li * {
            transition: 0.3s;
        }
        .AccountList li svg {
            color: #74b9ff;
            width: 30px !important;
            height: 20px !important;
            float: right;
            margin-left: 5px;
        }
        .AccountList li a {
            outline: none;
        }
        .AccountList li a:focus{
            outline:none;
        }
        .AccountList li:hover *{
            color:#fe5d5e !important;
        }

.ShopingCartBack {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-top: 36px;
    padding-right: 5px;
}
.AccountTopIcon {
    color: #74b9ff;
    width: 28px !important;
    height: 28px !important;
    float: right;
    margin-left: 9px;
    margin-top: 14px;
}
.AccountTopHeaderBorder {
    border-bottom: 1px solid #e5e5e5;
    overflow: auto;
}
.AccountTopHeader {
    font-size: 17px;
    float:right;
    font-family: 'ISBold';
}
.CartTable{
    margin-top:30px;
}
    .CartTable th {
        text-align: center;
        font-size: 12px;
    }
.CartTable td {
    font-size: 12px;
}
.CartTable img{
    display: block;
    margin: auto;
    width: 75px;
}
.CartTable table td{
    font-size: 10px;
}

#ShopingCartButtonBack {
    margin-top: 38px;
    border: 2px solid #f4f4f4;
    border-radius: 6px;
    overflow: auto;
    width: 168px;
    max-width: 168px;
    float: left;
    height: 42px;
    padding-top: 7px;
}
#ShopingCartButton {
    outline: none;
    width: 100%;
    display: block;
    margin: auto;
    font-size: 12px;
    height: 21px;
    padding-right: 5px;
    text-align: center;
    padding-top: 3px;
}
    #ShopingCartButton:focus{
        outline:none;
    }
    #ShopingCartButton > svg {
        font-size: 23px !important;
        float: right;
        margin-top: -2px;
        text-align: center;
        margin-right: 5px;
        margin-left: -32px;
    }

.HashTag {
    color: #0984e3;
    margin-left: 7px;
    float: right;
    margin-top: 4px;
}
.TagBack {
    float: right;
    overflow: auto;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
}

.SearchQueryResultBack {
    display: none;
    margin: auto;
    width: 480px;
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: auto;
    max-height: 350px;
    position: fixed;
    z-index: 9999;
    margin-top: 36px;
    min-height: 350px;
}
#SearchQueryLoading {
    display: block;
    margin: auto;
    width: 100%;
    position: absolute;
    bottom: 10px;
    float: right;
    padding-right: 20px;
}

.SpinIcon {
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    color: #d63031;
    font-size: 23px;
    float:right;
    margin-left:15px;
}
#SearchQueryLoading font {
    float: right;
    font-size: 12px;
    font-family: 'ISBold';
    margin-top: 1px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
#SearchResult {
    padding-right: 15px;
    padding-left: 15px;
}
    #SearchResult h6{
        font-family:'ISBold';
    }
    #SearchResult ul {
        list-style-type:none;
        padding-right:10px;
        font-size:12px;
    }
    #SearchResult ul li {
       width:100%;
       margin-bottom:5px;
    }
        #SearchResult ul li a {
            transition: 0.3s;
            outline: none;
        }
        #SearchResult ul li a:focus {
            outline:none;
        }
        #SearchResult ul li a:hover {
            color:#fe5d5e;
        }
    #SearchResult h6>svg{
        color: #e84393;
        margin-left: 10px;
        font-size: 21px;
        float: right;
        margin-top: -3px;
    }
#SearchButtonBack {
    position: absolute;
    bottom: 35px;
    width: 100%;
}
.SearchButton {
    display: block;
    margin: auto;
    font-size: 11px;
    outline: none;
}

.StateStoreEmpty {
    text-align: center;
    margin-top: 44px;
    color: #d0972e;
    font-size: 14px;
    font-family: 'ISBold';
}

.CommentUserName {
    color: #777;
    font-size: 14px;
    font-family: 'ISBold';
    margin-bottom: 19px;
    margin-top: 20px;
}
.CommentDate {
    color: #777;
    font-size: 11px;
    margin-bottom: 19px;
    font-family: 'ISBold';
}

.CommentText {
    color: #777;
    font-size: 12px;
    margin-bottom: 19px;
    text-align:justify;
    text-indent:18px;
    line-height:1.7em;
}

.CommentAnswerDate {
    color: #e17055;
    font-size: 11px;
    font-family: 'ISBold';
    margin-bottom: 19px;
}

.CommentAnswer {
    color: #636e72;
    font-size: 11px;
    font-family: 'ISBold';
    margin-bottom: 19px;
}

.CommentHr{
    border-color: #b2bec3;
}
.CommentTitle{
    font-family:'ISBold';
}
#UserComment {
    outline: none;
    border: 2px solid #e5e5e5;
    box-shadow: none;
    min-height: 250px;
    min-width: 100%;
    max-width: 100%;
    line-height: 1.7em;
    font-size: 12px;
    text-align: right;
}
.btn-Comment {
    background: #e3edf7;
    color: #3d6ea1;
    border-color: #acd0f5;
}
    .btn-Comment:focus, .btn-Comment:hover, .btn-Comment:active {
        background: #c8d3de;
        color: #3d6ea1;
        border-color: #acd0f5;
    }
.RateTitle {
    color: #777;
    font-size: 11px;
    text-align: right;
    margin-bottom: 19px;
    float:right;
}
.StarBack {
    display: block !important;
    clear: both;
    width: 120px;
}
    .StarBack img {
        float: right;
    }
    .StarValue{
    width: 69%;
    height: 24px;
    background: gold;
}
.SetVoteButton {
    font-size: 12px;
    margin-right: 26px;
    font-family: 'ISBold';
    margin-top: -28px;
    clear: both;
    width: 80px;
    outline:none;
}
    .SetVoteButton:hover, .SetVoteButton:focus, .SetVoteButton:active{
        outline:none !important;
    }

.StoreImage{
    width: 150px;
    display: block;
    margin: auto;
    margin-top: 38px;
    margin-bottom: 11px;
}
.StoreHeader {
    margin-top: 36px;
    font-family: 'ISBold';
    font-size: 16px;
    float: right;
    text-align: right;
    clear: both;
    width: 100%;
    line-height: 1.7em;
}

.StoreInfo {
    font-family: 'ISBold';
    font-size: 12px;
    float: right;
    text-align: right;
    clear: both;
    width: 100%;
    line-height: 1.7em;
    margin-top:0px;
}
.StoreInfoBack{
    padding-bottom:36px;
}
.StoreSNTitle {
    margin-top: 36px;
    font-family: 'ISBold';
    font-size: 12px;
    float: right;
    text-align: right;
    clear: both;
    width: 100%;
    line-height: 1.7em;
}
.StoreSNul {
    float: right;
    width: 100%;
    padding-right: 10px;
    list-style-type: none;
}
.StoreSNul  li{
    display: block;
    float: right
}
    .StoreSNul li a{
        display: block;
        float: right;
        margin-left: 15px;
    }

        .StoreSNul li a > svg {
            max-width: 45px;
            max-height: 45px;
            width: 45px !important;
            height: 30px;
            margin-top: 8px;
        }
        .StoreSNul li a > img {
            max-width: 45px;
        }

#LargeImageShow {
    max-width: 100%;
    max-height: 100%;
}


.CompareSearchBox {
    outline: none;
    box-shadow: none;
    margin-top: 25px;
    margin-bottom: 25px;
}
    .CompareSearchBox:focus{
        outline:none !important;
        box-shadow:none !important;
    }
#CompareSearchResult {
    max-height: 450px;
    overflow-y: auto;
    background: #f8f8f8;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #e5e5e5;
    height: 450px;
}
.SearchProductError {
    text-align: center;
    color: #d0972e;
    font-family: 'IS' !important;
    font-size: 15px;
}

.CompareProductBack {
    padding-bottom: 5px;
    padding-top: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 18px;
    background: #fff;
}

    .CompareProductBack img {
        width: 90%;
        margin: auto;
        display: block;
    }
.CompareProductBack h4 {
    font-size: 12px;
    text-align: center;
    line-height: 1.7em;
    height: 60px;
    overflow: hidden;
}
.CompareProductBack .btn{
    font-size: 11px;
    outline: none;
}
    .CompareProductBack .btn:focus, .CompareProductBack .btn:active {
        outline: none;
    }

.CompareDataTitle {
    text-align: center;
    color: #00b894;
    font-family: 'IS' !important;
    font-size: 15px;
}

#CompareDataShow {
    max-height: 450px;
    overflow-y: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #e5e5e5;
    height: 450px;
}
    #CompareDataShow table th {
        text-align: center;
        font-size: 11px;
    }

    #CompareDataShow table td {
        font-size: 11px;
    }


.FaqAnswerBack {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 98%;
    float: right;
}
.FaqQuestion .fa-plus-circle {
    float: right !important;
    font-size: 28px !important;
    color: #00b894 !important;
    cursor:pointer;
}

.FaqQuestion .fa-minus {
    float: right !important;
    font-size: 28px !important;
    color: #ff7675 !important;
    cursor: pointer;
}










@media screen and (min-width: 990px) and (max-width: 1120px) {
    .StoreStateBack h5 a {
            font-size: 11px;
        }
    }




    @media screen and (max-width: 1220px) {
        #CategoryModal .modal-lg {
            padding-right: 5px;
            padding-left: 5px;
        }
    }



    @media screen and (max-width: 1130px) {
        .AttributeHeaderList li div:nth-child(2) {
            width: 500px;
        }
    }

    @media screen and (max-width: 920px) {
        .AttributeHeaderList li div:nth-child(2) {
            width: 400px;
        }

        .FaqPageBack .IconHolder {
            display: none;
        }

        .FaqHolder {
            width: 100%;
        }
    }

    @media screen and (max-width: 860px) {
        .StoreItemBack {
            min-width: 186px;
        }
    }

    @media screen and (max-width: 816px) {
        .AttributeHeaderList li div:nth-child(2) {
            width: 250px;
        }
    }

    @media screen and (max-width: 650px) {
        .AttributeHeaderList li div:nth-child(1) {
            width: 100%;
        }

        .AttributeHeaderList li div:nth-child(2) {
            width: 90%;
            margin-right: 10%;
        }
    }

    @media screen and (max-width: 499px) {
        #TopTitleBack h2:nth-child(1) {
            display: none;
        }

        .ThirdFooter .col-md-6:nth-child(1) h5 {
            line-height: 1.7em;
        }

        .BannerR h5, .BannerL h5 {
            margin-top: -26px;
        }

        .BannerBack h5 {
            font-family: 'IS';
            font-size: 10px;
            padding: 5px;
        }
    }

    @media screen and (max-width: 949px) {
        #TopLinkUL {
            display: none;
        }

        #LinkItemsBtn {
            display: block;
        }

        #LoginBack {
            margin-bottom: 12px;
        }
    }

    @media screen and (max-width: 1244px) {
        .TopHolder .col-md-10 {
            padding-left: 15px;
        }
    }

    @media screen and (max-width: 990px) {
        .TopHolder .col-md-10 {
            padding-left: 15px;
        }

        .BannerBigL .col-md-12 {
            padding: inherit;
            margin-top: 26px;
        }
    }

    @media screen and (max-width: 767px) {
        .FooterAddress .col-sm-4 {
            text-align: center;
        }

        .FooterHolder h4, .FooterHolder h1 {
            text-align: center;
        }

        .FooterHolder .col-sm-4 {
            margin-bottom: 30px;
        }

        .ProductSliderBackSmall {
            display: block;
        }

        .ProductSliderBack {
            display: none;
        }
    }

    @media screen and (max-width: 396px) {
        #TopTitleBack {
            display: none;
        }
    }

    @media screen and (min-width: 396px) and (max-width: 450px) {
        #TopTitleBack h2:nth-child(1) {
            display: none;
        }
    }

    @media screen and (max-width: 1048px) {
        .BigIcons .SpecialSell, .BigIcons .TopIcons {
            display: none;
        }

        .SmallIcons {
            display: block;
            overflow: visible;
            height: 74px;
        }
    }

    @media screen and (max-width: 550px) {
        .SlidingStoreBack .LastStore {
            display: none;
        }

        .ProductDetailInfoBack .ProductDescription {
            width: 100%;
        }

        .ProductDetailInfoBack .IconHolder {
            display: none;
        }
    }
@media screen and (min-width: 340px) and (max-width: 450px) {
    .FieldBack {
        padding-right: 11px !important;
        padding-left: 11px !important;
    }
    .TopSearchBack {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
}
@media screen and (min-width: 340px) and (max-width: 397px) {
    #LinkItemsBtn {
        float: left !important;
    }
    .TLB{
        margin-bottom:11px !important;
    }
}
@media screen and (min-width: 300px) and (max-width: 340px) {
    .FieldBack {
       padding-right:1px;
       padding-left:1px;
    }
        .FieldBack input, .FieldBack button {
            font-size: 12px !important;
            font-family: 'IS' !important;
        }
}
.SelectedCategory {
    background: transparent;
    box-shadow: none;
}
.SelectedCategory img{
    background:#fff;
    padding:5px;
    border-radius:5px;
    border:1px solid #e5e5e5;
}
    .SelectedCategory h3 {
        text-align: center;
        height: 23px;
    }
.TopBannerBack {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 3px;
}
    .TopBannerBack img {
        display: block;
        margin: auto;
        margin-bottom: 11px;
    }
.SliderBack .container-fluid {
    overflow: hidden;
    padding: 0px;
}
.BigBanner {
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 14px;
    margin-top: 7px;
}
.RowBanner{
    padding-right:0px;
    padding-left:0px;
    margin-top:20px;
    margin-bottom:20px;
}
.SmallBanner {
    padding-left: 0px;
    padding-right: 0px;
}
.SmallBanner img {
    width: 49%;
    border-radius: 10px;
    margin-top: 7px;
}
.RB {
    float: right;
}
.LB {
    float: left;
}
.piz {
    padding-right: 0px;
    padding-left: 7.5px;
}

.SmallBannerS {
    padding-right: 0px;
    padding-left: 7.5px;
    overflow:auto;
}
.SmallBannerS img {
    width: 49%;
    border-radius: 10px;
    margin-top: 7px;
}
.plz {
    padding-left: 0px;
    padding-right: 7.5px;
}
@media screen and (min-width: 150px) and (max-width: 991px) {
    .piz {
        padding-right: 0px;
        padding-left: 0px;
    }
}


#SliderBack .col-md-8{
    padding-right: 7.5px;
    padding-left: 0;
}
#SliderBack .container-fluid{
    padding-right:0px;
    padding-left:0px;
}

.OutOfStock {
    color: #fe5d5e
}


.CImg{
    width:70px;
    float:right;
    margin-left:5px;
}
.CategoryNavSubLink font{
    float:right;
    margin-top:30px;
}
#SubCategoryBack {
    padding-left: 0px !important;
}
.ShowCategory{
    height:460px;
}
.DP {
    background: #fe5d5e;
    float: right;
    border-bottom-left-radius: 20px;
    height: 22px;
    font-size: 12px;
    color: #fff;
    padding-left: 12px;
    padding-top: 2px;
    padding-right: 6px;
}

.ProductBoxTable .DP {
    position: absolute;
    right: 16px;
}
#UserCommentTitle {
    outline: none;
    border: 2px solid #e5e5e5;
    box-shadow: none;
    font-size: 12px;
    margin-bottom: 10px;
}
.SPC {
    background: #fb4b62;
    color: #fff;
    float: right;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    text-align: center;
    padding-top: 1px;
    position: relative;
    top: -9px;
}

.XFooter h5{
    text-align: center;
}
#QAModal ul{
    line-height: 2.1em;
    list-style-type: none;
    margin-top: 20px;
}
#QAModal .modal-body {
    overflow: auto;
}

@media screen and (min-width: 150px) and (max-width: 417px) {
    .TopBannerBack img {
      width:100%;
    }
}
@media screen and (max-width: 768px) {
    .PassEye {
        top: 45px !important;
    }
}
@media screen and (max-width: 990px) {
    #SliderBack img {
        width: auto !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 990px) {
    .SmallBannerS {
      padding-left: 0px;
    }
    .plz {
        padding-left: 0px;
    }
}


@media screen and (min-width: 0px) and (max-width: 990px) {
    #ItemsImage {
        display: block;
    }
    #ItemsSlide {
        display: none;
    }
}


@media screen and (min-width: 990px)  {
    #ItemsImage {
        display: none;
    }

    #ItemsSlide {
        display: block;
    }
}

#ItemsImage img{
    width: 100%;
    margin: auto;
    display: block;
    max-width: 800px;
    margin-top: 0px;
    border-radius: 5px;
}
.PassEye {
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    top: 47px;
    margin-right: 8px;
}

.IconBack .col-md-2 {
    padding-right: 30px;
    padding-left: 30px;
}
.IconBack .col-md-1 {
    padding: 0px !important;
}
.IconImage {
    display: block;
    margin: auto;
    width: 90%;
    padding-top: 23px;
    max-width:150px;
}
.IconText {
    text-align: center;
    font-family: 'IsBold';
    margin-bottom: 26px;
}
.FilterBack {
    float: left;
    padding-top: 15px;
}

.RadioBack {
    font-weight: normal;
    cursor: pointer;
    float: right;
    margin-left: 11px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 3px;
    padding-right: 6px;
    padding-left: 6px;
}
.RadioBack:hover {
    border: 1px solid #e5e5e5;
    background-color:#e5e5e5;
    color:#333;

}
.RadioActive {
    border: 1px solid #0984e3;
    background-color: #0984e3;
    color:#fff;
}

.PlusCart {
    float: right;
    border: none;
    background: no-repeat;
    font-size: 25px;
    margin-right: 6px;
}
.MinusCart {
    float: right;
    border: none;
    background: no-repeat;
    font-size: 25px;
    margin-right: 6px;
}
.PlusCart:hover {
    color: #fe5d5e;
}
.MinusCart:hover {
    color: #01bfd7;
}
.PlusCart:focus, .MinusCart:focus {
    outline: none;
}
#StockCount {
    float: right;
    width: 30%;
    text-align: center;
    border: none;
    background: none;
    outline: none !important;
    box-shadow: none;
}
.AmountSelector {
    display: block;
    width: 91%;
    margin: auto;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-top: 21px;
    margin-bottom: 10px;
    overflow: auto;
    height: 47px;
    padding-top: 6px;
}
.AmountSelectorInner {
    display: block;
    margin: auto;
    overflow: hidden;
    width: 65%;
}


.FixedTopMenu {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 22222;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 0px 6px -2px #000;
}

    .FixedTopMenu #TopRowF {
        display: none;
    }


#SearchBack2 {
    display: none;
    overflow: auto;
    max-width: 550px;
    background: #fff;
    width: 100%;
    height: 40px;
    margin-top: -8px;
    border-radius: 6px;
    padding-right: 8px;
    float: right;
    border: 1px solid #f1f1f1;
}


.FixedTopMenu #SearchBack2 {
    display: block;
}

#SearchBack2 .fa-search {
    float: left;
    width: 36px;
    height: 36px;
    margin-top: 1px;
    margin-left: 1px;
    background: #fb4b62;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
    cursor: pointer;
}

#SearchBack2 input[type=text] {
    float: right;
    width: 80%;
    height: 30px;
    margin-top: 4px;
    color: #666;
    background: none;
    outline: none;
    border: none;
    font-size: 11.5px;
}



.SearchQueryResult2Back {
    display: none;
    margin: auto;
    width: 480px;
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: auto;
    max-height: 350px;
    position: fixed;
    z-index: 9999;
    margin-top: 36px;
    min-height: 350px;
    left:60px;
}

#SearchQueryLoading2 {
    display: block;
    margin: auto;
    width: 100%;
    position: absolute;
    bottom: 10px;
    float: right;
    padding-right: 20px;
}


#SearchQueryLoading2 font {
    float: right;
    font-size: 12px;
    font-family: 'ISBold';
    margin-top: 1px;
}

#SearchResult2 {
    padding-right: 15px;
    padding-left: 15px;
}

    #SearchResult2 h6 {
        font-family: 'ISBold';
    }

    #SearchResult2 ul {
        list-style-type: none;
        padding-right: 10px;
        font-size: 12px;
    }

        #SearchResult2 ul li {
            width: 100%;
            margin-bottom: 5px;
        }

            #SearchResult2 ul li a {
                transition: 0.3s;
                outline: none;
            }

                #SearchResult2 ul li a:focus {
                    outline: none;
                }

                #SearchResult2 ul li a:hover {
                    color: #fe5d5e;
                }

    #SearchResult2 h6 > svg {
        color: #e84393;
        margin-left: 10px;
        font-size: 21px;
        float: right;
        margin-top: -3px;
    }

#SearchButtonBack2 {
    position: absolute;
    bottom: 35px;
    width: 100%;
}

.SearchButton2 {
    display: block;
    margin: auto;
    font-size: 11px;
    outline: none;
}




.HomeBack {
    background: #314489;
    margin-bottom: -57px;
}
.HomeTitle {
    font-family: 'ISBold';
    color: #fff;
    margin-top: 95px;
    margin-bottom: 30px;
    font-size: 33px;
    text-shadow: 0px 4px 9px #000;
}
.HomeText {
    color: #fff;
    margin-bottom: 30px;
    text-align:justify;
    line-height:1.7em;
    font-size:18px;
}
.HomeImage {
    display: block;
    margin: auto;
    max-width: 70%;
}
    .HomeDC {
    display: block;
    width: 100%;
    background-color: #314489;
    height: 106px;
    border-radius: 0 0 90% 90% / 90px;
}

.ServiceImg {
    max-width: 80%;
    display: block;
    margin: auto;
}
.ServiceTitle{
    font-size:12px;
    text-align:center;
    font-family:'ISBold';
    transition:0.7s;

}
.ServiceBack {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px #828282;
    padding-bottom: 10px;
    padding: 10px;
    width: 80%;
    max-width: 190px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
    min-width: 100px;
    cursor: pointer;
    transition: 0.7s;
    top:5px;
}
    .ServiceBack:hover {
        top: 0px;
        background: #c8d3ff;
        box-shadow: 0px 0px 6px 0px #314489;
    }
        .ServiceBack:hover .ServiceTitle {
            color: #314489 !important;
        }
.SliderHolder{
    display:block;
    margin:auto;
    width:100%;
    max-width:1600px;
    direction:ltr;
}


.JT {
    text-align: center;
    font-family: 'ISBold';
    margin-top: 43px;
    color: #314489;
    margin-bottom: 53px;
}
.HobHolder {
    display: block;
    background: #fff;
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 15px;
    max-width: 280px;
    box-shadow: 0px 0px 8px 0px #bdbdbd;
    margin-bottom: 15px;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}
.JTitle {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'ISBold';
    height: 37px;
    overflow: hidden;
}
.JImage {
    width: 160px;
    height: 160px;
    display:block;
    margin:auto;
}
.JText {
    text-align: justify;
    font-size: 13px;
    margin-top: 35px;
    height: 74px;
    overflow: hidden;
}
.PText {
    text-align: justify;
    font-size: 13px;
    margin-top: 35px;
    height: 140px;
    line-height: 1.6em;
}
.JHover {
    display: block;
    position: absolute;
    background: rgba(221,221,221,0.28);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    transition: 0.4s;
    top: -200px;
    right: -200px;
}
.HobHolder:hover {
    box-shadow: 0px 0px 8px 0px #757575;
}
    .HobHolder:hover .JHover {
        top: -50px;
        right: -50px;
    }

.BannerImage{
    display:block;
    margin:auto;
    width:100%;
    max-width:500px;
    margin-bottom:10px;
}
.FTitle {
    text-align: justify;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'ISBold';
    line-height: 1.7em;
    height: 49px;
    margin-top: 3px;
}
.FText {
    text-align: justify;
    font-size: 13px;
    margin-top: 35px;
    height: 174px;
    overflow: hidden;
    line-height: 1.7em;
    margin-top: 0px;
    text-overflow: ellipsis;
}
.FaqBack {
    display: block;
    background: #fff;
    margin: auto;
    text-align: center;
    padding: 15px;
    max-width: 280px;
    box-shadow: 0px 0px 8px 0px #bdbdbd;
    margin-bottom: 15px;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
    cursor:pointer;
}
.FIcon {
    font-size: 20px;
    float: right;
    margin-top: 1px;
    margin-left: 5px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #314489;
}
.FaqBack:hover{
    background:#314489;
}
.FaqBack:hover *{
    color:#fff;
}
    .FaqBack:hover .FTitle {
        color: #f79010 !important;
    }

.FaqHeaderSecond {
    color: #0984e3;
    font-family: 'ISBold';
    font-size: 22px;
    float: right;
    padding: 17px 90px 17px 90px;
    border-radius: 5px;
    text-align: right;
    clear: both;
    width: 100%;
    margin-bottom: 34px;
    margin-top: 0px;
}

.JRFromDate, .JRToDate {
    font-family: 'ISBOLD';
    font-size: 12px;
}

.JRFromD {
    color: green;
    margin-right: 15px;
    margin-left: 15px;
    font-family: 'ISBold';
}
.JRToD {
    color: #e0490e;
    margin-right: 15px;
    margin-left: 15px;
    font-family: 'ISBold';
}

.OtherPagesTitle {
    text-align: center;
    font-family: 'ISBold';
    font-size: 27px;
    color: #314489;
}
.FTitle {
    text-align: center;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'ISBold';
    line-height: 1.7em;
}




.MKTreeSelectTitleHolder {
    margin-bottom: 2px;
}

    .MKTreeSelectItemHolder, .MKTreeSelectItemHolder *, .MKTreeSelectTitleHolder, .MKTreeSelectTitleHolder * {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -o-user-select: none
    }

.MKTreeSelectSelectedItem {
    background: #e5e5e5
}

.MKTreeSelectTitleHolder h4 {
    font-weight: 400;
    font-size: 12px;
    float: right;
    margin-top: 5px;
    width: 90%;
    cursor: default
}

.MKTreeSelectTitleHolder .fa-sort-down {
    float: left;
    font-size: 14px;
    margin-top: 1px;
    width: 12px;
    text-align: left
}

.MKTreeSelectInnerUL {
    display: none
}

.MKTreeSelectItemHolder {
    display: none;
    font-size: 12px;
    max-height: 300px;
    border: 1px solid #ccc;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    padding: 8px;
    float: right;
    margin-top: -2px;
    overflow: auto;
    position: absolute;
    z-index: 9000000;
    background: #fff;
    width: auto;
    max-width: 300px
}

    .MKTreeSelectItemHolder ul {
        display: block;
        padding-right: 0
    }

    .MKTreeSelectItemHolder > ul li ul {
        margin-top: 30px;
        margin-right: 23px;
        display: none
    }

    .MKTreeSelectItemHolder ul li {
        width: 100%;
        list-style-type: none;
        display: inline-block;
        border-right: 1px solid #ccc;
        margin-bottom: -6px;
        padding-right: 5px
    }

        .MKTreeSelectItemHolder ul li font {
            cursor: pointer;
            float: right;
            padding: 5px;
            border: 1px solid transparent;
            clear: left;
            border-radius: 5px;
            min-width: 60%
        }

            .MKTreeSelectItemHolder ul li font:hover {
                border: 1px solid #e5e5e5
            }

        .MKTreeSelectItemHolder ul li .fa-chevron-down, .MKTreeSelectItemHolder ul li .fa-chevron-left {
            cursor: pointer;
            float: right;
            margin-left: 10px;
            margin-top: 7px;
            width: 12px;
            height: 12px;
            text-align: center
        }

        .MKTreeSelectItemHolder ul li .fa-circle {
            cursor: default;
            float: right;
            margin-left: 10px;
            margin-top: 7px;
            color: transparent;
            width: 12px;
            height: 12px
        }



.MKTreeBack ul {
    float: right;
    display: block;
    width: 100%
}

.MKTreeLi {
    border-right: 1px dotted #676a6c;
    float: right;
    padding-right: 12px;
    color: #676a6c;
    list-style-type: none;
    margin-bottom: 4px;
    width: 100%
}

.MKTreeBack a, .MKTreeBack a:hover {
    color: #676a6c !important
}

.MKTreeBack ul li a {
    float: right;
    margin-top: 5px;
    margin-bottom: 9px;
    font-size: 12px;
}

.MKTreeBack ul li .fa-folder, .MKTreeBack ul li .fa-folder-open {
    float: right;
    font-size: 19px;
    margin-left: 5px;
    color: #bbb;
    cursor: pointer;
}

.clockpicker-popover .popover-title {
    direction: ltr;
}