/*------------------------------------------------------------------
[Table of contents]

1. Common styles
2. Top banner
3. Header
  3.1 Nav on top
  3.2 Top header
  3.3 Main header
  3.4 Main menu
    3.4.1  Vertical megamenus
    3.4.1  Main menu
4. Nav menu

5. Home slider
6. Page top
  6.1 Latest deals
  6.2 Popular tabs
7. Services
8. Product
9. Owl carousel
10. Banner advertisement
11. Page content
  11.1 Category featured
    11.1.1 Banner featured
    11.1.2 Product featured
  11.2 Banner bootom
12. Brand showcase
13. Hot categories
14. Footer
15. Breadcrumb
16. Columns
  16.1 right column
  16.2 Center column
17. Order page
18. Product page
19. Contact page
20. Blog page
21. Login page
22. Blog
23. Footer2
24. Hot deals style 3
25. Box product
-------------------------------------------------------------------*/
/*-----------------------------------------*/
body {
    font-family: IRANSansL;
    position: relative;
}

#MenuAndOtherItemsDiv {
    margin-top: 95px;
}

#MainDiv {
    min-height: 350px;
    margin: 0px;
    margin-top: 116px;
}

#header {
    z-index: 2002;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(156, 156, 156, 0.44);
    -moz-box-shadow: 0px 1px 5px 0px rgba(156, 156, 156, 0.44);
    box-shadow: 0px 1px 5px 0px rgba(156, 156, 156, 0.44);
}

.modal-open .modal {
    z-index: 3000;
}

.SeoH {
    position: fixed;
    left: 1000%;
}


#OverlayMenuHoverDiv {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 43, 66, 0.65);
    z-index: 2000;
}

    #OverlayMenuHoverDiv.ActiveOverlay {
        display: block;
    }

.StatusInStock {
    height: 30px;
    cursor: pointer;
    color: #ca1d23;
    font-size: 1.1em;
}

    .StatusInStock:hover {
        color: #246dd5;
    }

    .StatusInStock .fa {
        font-size: 1.2em;
    }

    .StatusInStock.Selected {
        color: #246dd5;
    }

        .StatusInStock.Selected:hover {
            color: #ca1d23;
        }

a {
    cursor: pointer;
}

#PureProductStoreItems {
    margin-left: 0px;
    min-height: 350px;
}

.notscroll {
    overflow: hidden;
}

#information > .row {
    margin-bottom: 10px;
    margin: 0px;
}

    #information > .row > div {
        padding: 0px 10px;
    }

#information .SepcialFeatureCategoryName > div {
    margin: 10px 0px;
    color: #225a83;
    font-weight: bold;
}

#information .SpecialFeatureItemDiv .SPecialFeatureName {
    border-radius: 0px;
    background: rgb(249,249,249);
    padding: 8px 12px;
}

#information .SpecialFeatureItemDiv .SPecialFeatureValue {
    border-radius: 0px;
    background-color: rgb(251,251,251);
    padding: 8px 12px;
}

    #information .SpecialFeatureItemDiv .SPecialFeatureValue .colorbox {
        display: inline-block;
        width: 20px !important;
        height: 20px;
        margin-left: 5px;
    }

    #information .SpecialFeatureItemDiv .SPecialFeatureValue .UnitFeature {
        font-size: 13px;
        padding-right: 5px;
    }

.TemplateLeftItem .owl-carousel .owl-nav.disabled, .TemplateLeftItem .owl-carousel .owl-dots.disabled {
    display: block;
}

.MobileHeader .col-xs-12 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 15px !important;
}

/*.MobileHeader * {
    display: inline-block;
}*/

.MobileHeader .MenuMobile {
    cursor: pointer;
    margin-left: 5px;
}

    .MobileHeader .MenuMobile img {
        width: 30px;
    }

    .MobileHeader .MenuMobile span {
        font-size: 2.3em;
        line-height: normal;
    }

.MobileHeader .LogoMobile > img {
    height: 30px;
}

#CountCartItemMobile {
    background-color: #007db0;
    margin: 0px;
    position: absolute;
    top: -5px;
    left: -15px;
}

.MobileHeader .col-xs-12 > ul {
    position: absolute;
    left: 5px;
    top: 10px;
    display: block;
}

    .MobileHeader .col-xs-12 > ul li {
        display: inline-block;
        padding: 0px 10px;
    }

        .MobileHeader .col-xs-12 > ul li img {
            width: 25px;
            height: 25px;
        }

.MobileHeader .col-xs-12 #MobileKeyWords {
    width: 100%;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
/* ----------------
 [1. Common styles]
 */
body {
    overflow-x: hidden;
}

    body.is-ontop {
        margin-top: 53px;
    }

h1 {
    font-size: 44px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

a {
    color: #333;
}

    a:hover {
        color: #9ea0a7;
        text-decoration: none;
        transition: all 0.25s;
    }

    a:focus {
        text-decoration: none;
    }

.bold {
    font-weight: bold;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.btn-fb-login {
    width: 65px;
    height: 22px;
    background: url('/images/fb.jpg') no-repeat;
    display: inline-block;
    margin-top: 5px;
    font-size: 0;
    border: none !important;
}

.button {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    background: #666;
    color: #fff;
}

.button-sm {
    padding: 5px 10px;
}

.input {
    border-radius: 0px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.button .fa {
    line-height: inherit;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

img.alignright {
    margin: 0 20px 15px 0;
}

img.alignleft {
    margin: 0 0 15px 20px;
}

.clearfix:before {
    content: "";
    display: table;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

.loader {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff url('/images/Preloader_4.gif') 50% 50% no-repeat;
}

.banner-opacity {
    position: relative;
}

    .banner-opacity a:before {
        display: block;
        position: absolute;
        -webkit-transition: all 0.1s ease-in 0.1s;
        transition: all 0.1s ease-in 0.1s;
        background: rgba(0,0,0,0.1);
        opacity: 0;
        filter: alpha(opacity=0);
        right: 0px;
        top: 0px;
        content: "";
        height: 0%;
        width: 100%;
        right: 0%;
        top: 50%;
    }

    .banner-opacity a:hover:before {
        opacity: 1;
        filter: alpha(opacity=1);
        -webkit-transition: all 0.2s ease-in 0.1s;
        transition: all 0.2s ease-in 0.1s;
        height: 100%;
        right: 0%;
        top: 0%;
    }

.tab-container {
    position: relative;
}

    .tab-container .tab-panel {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
    }

    .tab-container .active {
        opacity: 1;
        visibility: inherit;
        position: inherit;
        -vendor-animation-duration: 0.3s;
        -vendor-animation-delay: 1s;
        -vendor-animation-iteration-count: infinite;
    }

.hover-zoom {
    -webkit-transition: 0.7s all ease-in-out;
    transition: 0.7s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    overflow: hidden;
}

    .hover-zoom:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.7;
    }

.banner-boder-zoom {
    position: relative;
    overflow: hidden;
}

    .banner-boder-zoom a:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: "";
        display: block;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0.2);
        color: rgba(0, 0, 0, 0.2);
        opacity: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .banner-boder-zoom a:after {
        position: absolute;
        top: 10px;
        right: 10px;
        left: 10px;
        bottom: 10px;
        content: "";
        display: block;
        z-index: 10;
        border: 1px solid #fff;
        opacity: 0;
    }

    .banner-boder-zoom a img {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .banner-boder-zoom:hover a img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .banner-boder-zoom:hover a:before {
        opacity: 1;
    }

    .banner-boder-zoom:hover a:after {
        opacity: 0;
    }

.banner-boder-zoom2 {
    position: relative;
    overflow: hidden;
}

    .banner-boder-zoom2 a:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: "";
        display: block;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0);
        background: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
        opacity: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .banner-boder-zoom2 a:after {
        position: absolute;
        top: 10px;
        right: 10px;
        left: 10px;
        bottom: 10px;
        content: "";
        display: block;
        z-index: 10;
        border: 1px solid #fff;
        opacity: 0;
    }

    .banner-boder-zoom2 a img {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .banner-boder-zoom2:hover a img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .banner-boder-zoom2:hover a:before {
        opacity: 1;
    }

    .banner-boder-zoom2:hover a:after {
        opacity: 0;
    }

.icon-up,
.icon-down {
    width: 100%;
    height: 17px;
    display: block;
}

.icon-up {
    background: url("/images/up.png") no-repeat center center;
}

.icon-down {
    background: url("/images/down.png") no-repeat center center;
}

.image-hover2 a {
    position: relative;
}

    .image-hover2 a:after {
        overflow: hidden;
        position: absolute;
        top: 0;
        content: "";
        z-index: 100;
        width: 100%;
        height: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        z-index: 1;
    }

    .image-hover2 a:before {
        font: normal normal normal 18px/1 FontAwesome;
        content: "\f002";
        position: absolute;
        top: 50%;
        right: 50%;
        z-index: 2;
        color: #fff;
        ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

    .image-hover2 a:hover:after {
        visibility: visible;
        opacity: 0.8;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .image-hover2 a:hover:before {
        opacity: 1;
    }
/*--------------------
    Horizontal Menu 
    */

@media (min-width: 993px) and (max-width: 1200px) {
    #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one {
        padding: 6px 5px 5px 20px !important;
    }

    #VertivcalNavbar ul.UlMenuLevel-two .MenuLevel-two {
        padding: 6px !important;
    }

    #VertivcalNavbar ul.UlMenuLevel-three {
        width: 620px !important;
    }

    #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one:last-child {
        padding: 9px 5px 5px 20px !important;
    }

    #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one:first-child {
        padding: 5px 5px 9px 20px !important;
    }
}

#ContentDiv {
    position: relative;
    clear: both;
}

#VertivcalNavbar {
    position: absolute;
    z-index: 990;
    top: -2px;
    display: none;
    padding-bottom: 0px !important;
    right: -2px;
    border-radius: 3px;
}

    #VertivcalNavbar ~ div {
        background-color: #e47ae4;
    }

    #VertivcalNavbar ul.UlMenuLevel-one {
        position: relative;
        background-color: #fff;
        font-size: 0.9em;
        border-radius: 3px;
    }

        #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one {
            border: 1px solid #eaeaea;
            border-bottom: none;
            padding: 8px 5px 8px 20px;
            width: 200px;
        }

            #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one:first-child {
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
            }

            #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one:last-child {
                border-bottom-left-radius: 3px;
                border-bottom-right-radius: 3px;
            }

            #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one:hover {
                background-color: #e2e7ee;
            }

            #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one:last-child {
                padding: 10px 5px 8px 20px;
            }

            #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one:first-child {
                padding: 8px 5px 10px 20px;
            }

            #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one > a {
                padding-right: 40px;
                position: relative;
                display: flex;
            }

                #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one > a > img {
                    position: absolute;
                    top: 0px;
                    right: 5px;
                    width: 18px;
                    height: 18px;
                }

                #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one > a > h3 {
                    font-size: 1em;
                    font-family: IRANSansM, sans-serif;
                    margin: 2px 0px;
                    display: inline-block;
                }

                #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one > a .text-red {
                    font-size: 0.7em;
                    padding-right: 5px;
                }

            #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one:hover > .UlMenuLevel-two {
                display: block;
            }

                #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one:hover > .UlMenuLevel-two > li:first-child {
                    background-color: #e2e7ee;
                }

                #VertivcalNavbar ul.UlMenuLevel-one .MenuLevel-one:hover > .UlMenuLevel-two > li.MenuLevel-two:first-child > .UlMenuLevel-three {
                    display: block;
                }

    #VertivcalNavbar ul.UlMenuLevel-two {
        display: none;
        position: absolute;
        top: 0px;
        right: 100.2%;
        background-color: #fff;
        height: 100%;
    }

        #VertivcalNavbar ul.UlMenuLevel-two .MenuLevel-two {
            border-top: 1px solid #eaeaea;
            /*border-bottom: none;*/
            padding: 8px;
            width: 150px;
        }

            #VertivcalNavbar ul.UlMenuLevel-two .MenuLevel-two:last-child {
                padding: 9px 8px 8px 8px;
            }

            #VertivcalNavbar ul.UlMenuLevel-two .MenuLevel-two:first-child {
                padding: 8px 8px 9px 8px;
            }

            #VertivcalNavbar ul.UlMenuLevel-two .MenuLevel-two:hover {
                background-color: #e2e7ee;
            }

            #VertivcalNavbar ul.UlMenuLevel-two .MenuLevel-two > a {
                padding: 0px;
                position: relative;
                display: flex;
            }

                #VertivcalNavbar ul.UlMenuLevel-two .MenuLevel-two > a > h3 {
                    font-size: 1em;
                    font-family: IRANSansM, sans-serif;
                    margin: 0px;
                    display: inline-block;
                }

                #VertivcalNavbar ul.UlMenuLevel-two .MenuLevel-two > a .text-red {
                    font-size: 0.7em;
                    padding-right: 5px;
                }

            #VertivcalNavbar ul.UlMenuLevel-two .MenuLevel-two:hover > .UlMenuLevel-three {
                display: block;
                z-index: 1002;
            }

    #VertivcalNavbar ul.UlMenuLevel-three {
        display: none;
        position: absolute;
        top: 0px;
        right: 101%;
        width: 820px;
        height: 100%;
        border-left: 1px solid #eaeaea;
        background-color: #fff;
        z-index: 1000;
        border: 1px solid #eaeaea;
        border-right: none !important;
        padding: 5px 0px;
    }

        #VertivcalNavbar ul.UlMenuLevel-three > .row {
            display: flex;
            align-items: stretch;
            width: 100%;
            margin: 0px;
        }

        #VertivcalNavbar ul.UlMenuLevel-three .row > .col-sm-4 a {
            display: block;
            font-size: 0.9em;
            padding: 4px 0px;
        }

            #VertivcalNavbar ul.UlMenuLevel-three .row > .col-sm-4 a h3 {
                display: inline-block;
                font-size: 1em;
                font-family: IRANSansM, sans-serif;
                margin: 0px;
            }

            #VertivcalNavbar ul.UlMenuLevel-three .row > .col-sm-4 a.ChildLink {
                padding-right: 15px;
                color: #868181;
            }

                #VertivcalNavbar ul.UlMenuLevel-three .row > .col-sm-4 a.ChildLink:hover {
                    color: #b03030;
                }

            #VertivcalNavbar ul.UlMenuLevel-three .row > .col-sm-4 a.ParentLink {
                color: #58afdc;
                font-weight: bold;
            }
/*--------------------- vertical menu mobile ----------------------------------------*/
#VertivcalNavbarMobile {
    position: fixed;
    z-index: 995;
    top: 0px;
    display: none;
    padding-bottom: 0px !important;
    right: -250px;
    transition: 0.4s ease-out right;
    -webkit-transition: 0.4s ease-out right;
    -o-transition: 0.4s ease-out right;
    background-color: #fff;
    width: 250px;
    height: 200%;
}

    #VertivcalNavbarMobile:hover, #VertivcalNavbarMobile:focus, #VertivcalNavbarMobile:active {
        overflow-y: auto;
    }

    #VertivcalNavbarMobile.SHowMenuMobile {
        right: 0px;
        transition: 0.4s ease-out right;
        -webkit-transition: 0.4s ease-out right;
        -o-transition: 0.4s ease-out right;
    }

    #VertivcalNavbarMobile .LogoMobileSide {
        padding: 5px;
        background-color: #e5e4e4;
    }

        #VertivcalNavbarMobile .LogoMobileSide img {
            width: 100%;
        }

    #VertivcalNavbarMobile .BackMenuMobile {
        text-align: left;
        padding: 5px;
        padding-bottom: 0px;
        background-color: #e5e4e4;
        width: 100%;
    }

        #VertivcalNavbarMobile .BackMenuMobile .fa {
            font-size: 1.4em;
            color: #c92228;
        }

    #VertivcalNavbarMobile ul.UlMenuLevel-one {
        position: relative;
        font-size: 0.9em;
        border-radius: 3px;
    }

        #VertivcalNavbarMobile ul.UlMenuLevel-one .MenuLevel-one {
            border: 1px solid #eaeaea;
            border-bottom: none;
            padding: 8px 5px 8px 20px;
            position: relative;
        }


            #VertivcalNavbarMobile ul.UlMenuLevel-one .MenuLevel-one.selected {
                background-color: #e2e7ee;
                padding-left: 0px !important;
                padding-right: 0px !important;
            }


            #VertivcalNavbarMobile ul.UlMenuLevel-one .MenuLevel-one > a {
                padding-right: 40px;
                position: relative;
                display: flex;
            }

                #VertivcalNavbarMobile ul.UlMenuLevel-one .MenuLevel-one > a > img {
                    position: absolute;
                    top: 0px;
                    right: 5px;
                    width: 18px;
                    height: 18px;
                }

                #VertivcalNavbarMobile ul.UlMenuLevel-one .MenuLevel-one > a .text-red {
                    font-size: 0.7em;
                    padding-right: 5px;
                }

            #VertivcalNavbarMobile ul.UlMenuLevel-one .MenuLevel-one > .OPenLevel2 {
                position: absolute;
                left: 10px;
                top: 5px;
                font-size: 1.2em;
                cursor: pointer;
            }

            #VertivcalNavbarMobile ul.UlMenuLevel-one .MenuLevel-one.selected > .UlMenuLevel-two {
                display: block;
            }


    #VertivcalNavbarMobile ul.UlMenuLevel-two {
        display: none;
        margin-top: 10px;
        background-color: #fff;
    }

        #VertivcalNavbarMobile ul.UlMenuLevel-two .MenuLevel-two {
            border-bottom: 1px solid #eaeaea;
            /*border-bottom: none;*/
            padding: 8px;
            width: 100%;
        }

            #VertivcalNavbarMobile ul.UlMenuLevel-two .MenuLevel-two:last-child {
                border-bottom: none;
            }

            #VertivcalNavbarMobile ul.UlMenuLevel-two .MenuLevel-two:first-child {
                padding: 8px 8px 9px 8px;
            }

            #VertivcalNavbarMobile ul.UlMenuLevel-two .MenuLevel-two:hover {
                background-color: #e2e7ee;
            }

            #VertivcalNavbarMobile ul.UlMenuLevel-two .MenuLevel-two > a {
                padding: 0px;
                position: relative;
                display: flex;
            }

                #VertivcalNavbarMobile ul.UlMenuLevel-two .MenuLevel-two > a .text-red {
                    font-size: 0.7em;
                    padding-right: 5px;
                }

            #VertivcalNavbarMobile ul.UlMenuLevel-two .MenuLevel-two:hover > .UlMenuLevel-three {
                display: block;
                z-index: 1002;
            }

/*------------------------------ LoginMenu Mobile -------------------------*/
#LoginNavbarMobile {
    position: fixed;
    z-index: 995;
    top: 0px;
    display: none;
    padding-bottom: 0px !important;
    left: -250px;
    transition: 0.4s ease-out left;
    -webkit-transition: 0.4s ease-out left;
    -o-transition: 0.4s ease-out left;
    background-color: #fff;
    width: 250px;
    height: 100%;
    z-index: 1000;
}

    #LoginNavbarMobile.SHowMenuMobile {
        left: 0px;
        transition: 0.4s ease-out left;
        -webkit-transition: 0.4s ease-out left;
        -o-transition: 0.4s ease-out left;
    }

    #LoginNavbarMobile ul li {
        display: block;
    }

    #LoginNavbarMobile .LogoMobileSide {
        padding: 5px;
        background-color: #e5e4e4;
    }

        #LoginNavbarMobile .LogoMobileSide img {
            width: 100%;
        }

    #LoginNavbarMobile .BackMenuMobile {
        text-align: right;
        padding: 5px;
        padding-bottom: 0px;
        background-color: #e5e4e4;
        width: 100%;
    }

        #LoginNavbarMobile .BackMenuMobile .fa {
            font-size: 1.4em;
            color: #000841;
        }


/*-----------------
 [ 3.1 Nav on top]
 */
.nav-ontop {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    background: #eee;
    z-index: 992;
    box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
    /*height: 55px;*/
}

    .nav-ontop span.notify-left {
        top: 2px;
    }

    .nav-ontop > .container {
        position: relative;
    }

    .nav-ontop #box-vertical-megamenus {
        width: 80px;
        padding: 0;
    }

        .nav-ontop #box-vertical-megamenus .title {
            background: #eee;
            color: #999;
            padding: 0;
            overflow: hidden;
            border-right: 1px solid #eaeaea;
        }

            .nav-ontop #box-vertical-megamenus .title.active {
                background: #fff;
            }

            .nav-ontop #box-vertical-megamenus .title .btn-open-mobile {
                margin-left: 15px;
            }

            .nav-ontop #box-vertical-megamenus .title .title-menu {
                display: none;
            }

        .nav-ontop #box-vertical-megamenus .vertical-menu-content {
            min-width: 270px;
            position: absolute;
            display: none;
            border-top: none;
            border-bottom: 1px solid #eaeaea;
            border-left: 1px solid #eaeaea;
            padding-bottom: 15px;
            border-right: 1px solid #eaeaea;
        }

            .nav-ontop #box-vertical-megamenus .vertical-menu-content .vertical-menu-list {
                border-right: none;
            }

            .nav-ontop #box-vertical-megamenus .vertical-menu-content .all-category {
                margin-right: 20px;
            }

#shopping-cart-box-ontop {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 1005;
}

    #shopping-cart-box-ontop .fa {
        line-height: 50px;
        cursor: pointer;
        font-size: 20px;
        text-align: center;
        width: 100%;
        color: #999;
    }

    #shopping-cart-box-ontop .shopping-cart-box-ontop-content {
        position: absolute;
        left: 0;
        top: 100%;
    }

    #shopping-cart-box-ontop:hover .cart-block {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1;
        visibility: visible;
    }

#user-info-opntop {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 1005;
}

    #user-info-opntop a.current-open span {
        display: none;
    }

    #user-info-opntop a.current-open {
        height: 50px;
        padding-top: 17px;
        width: 50px;
        float: right;
        text-align: center;
    }

        #user-info-opntop a.current-open:hover .dropdown-menu {
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -khtml-transform: translateY(0px);
            opacity: 1;
            z-index: 2;
        }

        #user-info-opntop a.current-open:before {
            font: normal normal normal 18px/1 FontAwesome;
            content: "\f007";
            color: #999;
        }



    #user-info-opntop .dropdown-menu {
        border-radius: 0;
        border: none;
        top: 48px;
        left: 0;
        right: auto;
        border-top: 3px solid #007176;
        transition: all 0.4s ease-out 0s;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        opacity: 0;
        display: block;
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -o-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -khtml-transform: translateY(50px);
        z-index: 0;
        visibility: hidden;
    }

    #user-info-opntop .dropdown.open > .dropdown-menu {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -khtml-transform: translateY(0px);
        opacity: 1;
        z-index: 2;
        visibility: inherit;
    }

#form-search-opntop {
    position: absolute;
    top: 0;
    left: 100px;
    height: 50px;
    z-index: 1005;
}

    #form-search-opntop .form-category {
        display: none;
    }

    #form-search-opntop form {
        margin-top: 2px;
        border: 1px solid transparent;
        max-width: 400px;
    }

    #form-search-opntop .btn-search {
    }

    #form-search-opntop .btn-search {
    }

        #form-search-opntop .btn-search:before {
            font: normal normal normal 18px/1 FontAwesome;
            content: "\f002";
            color: #999;
            height: 30px;
            width: 25px;
            display: block;
            padding-top: 6px;
        }

    #form-search-opntop .input-serach {
        height: 30px;
        padding: 5px 5px 0 15px;
    }

        #form-search-opntop .input-serach input {
            width: 0px;
            -webkit-transition: width 1s ease-in-out;
            -moz-transition: width 1s ease-in-out;
            -o-transition: width 1s ease-in-out;
            transition: width 1s ease-in-out;
        }


    #form-search-opntop:hover form {
        border: 1px solid #dfdfdf;
        background: #fff;
    }

    #form-search-opntop:hover .input-serach input {
        width: 220px;
    }

/*-----------------
 [ 3.2 Top header]
 */
.main-header .top-header > div {
    padding: 5px 15px;
    margin-bottom: 10px;
    font-size: 0.9em;
    display: block;
    overflow: hidden;
}

.main-header .top-header .rightul {
    float: right;
}

    .main-header .top-header .rightul li {
        display: inline;
    }

        .main-header .top-header .rightul li .CreateStoreBtn {
            padding: 5px;
            background-color: #026BA6;
            border: 1px solid #b3b3b3;
            border-radius: 3px;
            color: #fff;
        }

            .main-header .top-header .rightul li .CreateStoreBtn:hover {
                background-color: #545454;
            }

.main-header .top-header .leftul {
    float: left;
}

    .main-header .top-header .leftul li {
        display: inline;
    }

.main-header .logo {
    text-align: right;
}

    .main-header .logo img {
        height: 65px;
    }


/*----------------------------
Menu And OtherItems
*/
#MenuAndOtherItemsDiv .MenuAndOtherItems {
    display: block;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 0px 1px 5px 0px rgb(196, 192, 192);
    -moz-box-shadow: 0px 1px 5px 0px rgb(196, 192, 192);
    box-shadow: 0px 1px 5px 0px rgb(196, 192, 192);
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#MenuAndOtherItemsDiv .MenuAndOtherItemsDisabled {
    display: none;
}

#MenuAndOtherItemsDiv .MenuAndOtherItems a {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    font-size: 0.95em;
}

    #MenuAndOtherItemsDiv .MenuAndOtherItems a.home {
        border: none;
        padding: 0px;
    }

        #MenuAndOtherItemsDiv .MenuAndOtherItems a.home img {
            width: 30px;
        }

    #MenuAndOtherItemsDiv .MenuAndOtherItems a.MenuBtn {
        position: relative;
        padding-right: 35px;
        padding-left: 40px;
    }

        #MenuAndOtherItemsDiv .MenuAndOtherItems a.MenuBtn img {
            height: 20px;
            position: absolute;
            right: 5px;
            top: 4px;
        }

    #MenuAndOtherItemsDiv .MenuAndOtherItems a.OtherBtn {
        border-color: #b3b3b3;
        background-color: #FAFAFA;
    }

        #MenuAndOtherItemsDiv .MenuAndOtherItems a.OtherBtn:hover {
            background-color: #C1272D;
            color: #fff;
        }

#MenuAndOtherItemsDiv .MenuAndOtherItems .SelectLocationUl {
    float: left;
    position: relative;
}

    #MenuAndOtherItemsDiv .MenuAndOtherItems .SelectLocationUl li {
    }

    #MenuAndOtherItemsDiv .MenuAndOtherItems .SelectLocationUl .SelectLocation {
        position: relative;
        padding-right: 50px;
        padding-left: 50px;
        color: #999;
        margin-left: 0px;
        border-radius: 3px;
        height: 30px;
    }

        #MenuAndOtherItemsDiv .MenuAndOtherItems .SelectLocationUl .SelectLocation .marker {
            height: 20px;
            position: absolute;
            right: 5px;
            top: 4px;
        }

        #MenuAndOtherItemsDiv .MenuAndOtherItems .SelectLocationUl .SelectLocation .arrowdown {
            height: 20px;
            position: absolute;
            left: 5px;
            top: 4px;
        }

    #MenuAndOtherItemsDiv .MenuAndOtherItems .SelectLocationUl .CitiesItemUl {
        position: absolute;
        top: 64px;
        width: 100%;
        z-index: 22;
        border: 1px solid #c4c4c4;
        border-top: none;
        background: #fff;
        padding: 5px 5px 5px 5px;
        max-height: 300px;
        overflow: auto;
        display: none;
    }

    #MenuAndOtherItemsDiv .MenuAndOtherItems .SelectLocationUl .InputLi {
        position: absolute;
        top: 28px;
        left: 0px;
        right: 0px;
        z-index: 25;
        padding: 5px;
        background: #fff;
        border: 1px solid #c4c4c4;
        border-top: none;
        border-bottom: none;
        display: none;
    }

        #MenuAndOtherItemsDiv .MenuAndOtherItems .SelectLocationUl .InputLi input {
            height: 30px;
            padding: 5px;
            line-height: normal;
        }

    #MenuAndOtherItemsDiv .MenuAndOtherItems .SelectLocationUl .CitiesItemUl li.SelectCity {
        padding: 2px 5px;
        cursor: pointer;
        font-size: 0.9em;
    }

        #MenuAndOtherItemsDiv .MenuAndOtherItems .SelectLocationUl .CitiesItemUl li.SelectCity:hover {
            color: #ccc;
        }

#MenuAndOtherItemsDiv .ResultSearchMenu {
    position: relative;
}

    #MenuAndOtherItemsDiv .ResultSearchMenu .MenuBtn {
        margin-left: 100px;
    }

    #MenuAndOtherItemsDiv .ResultSearchMenu ul {
        display: inline-block;
        position: absolute;
        bottom: 0px;
        height: 40px;
    }

        #MenuAndOtherItemsDiv .ResultSearchMenu ul li {
            display: flex;
            float: right;
            align-items: center;
            height: 100%;
            margin-left: 15px;
            cursor: pointer;
            border-top: 3px solid #fff;
            border-bottom: 3px solid #fff;
            padding: 0px 20px;
            font-weight: bold;
            font-size: 14px;
        }


            #MenuAndOtherItemsDiv .ResultSearchMenu ul li.selected {
                border-bottom: 3px solid #ca1d23;
                color: #ca1d23;
            }

            #MenuAndOtherItemsDiv .ResultSearchMenu ul li:hover {
                border-bottom: 3px solid #ca1d23;
                color: #ca1d23;
            }


    #MenuAndOtherItemsDiv .ResultSearchMenu .ResultCount {
        position: absolute;
        left: 80px;
        top: 11px;
    }

    #MenuAndOtherItemsDiv .ResultSearchMenu .Closediv {
        position: absolute;
        left: 8px;
        top: 8px;
        border: none;
        margin-left: 0px;
        padding: 0px;
    }

        #MenuAndOtherItemsDiv .ResultSearchMenu .Closediv img {
            height: 25px;
        }


#DeliveryAndCostPostDiv {
    background-color: rgb(247, 248, 250);
    margin: 0px;
    padding: 10px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 5px;
    position: relative;
}

    #DeliveryAndCostPostDiv .DeliveryAndCostPostItem {
        display: block;
        overflow: hidden;
    }

        #DeliveryAndCostPostDiv .DeliveryAndCostPostItem > div {
            display: inline;
            float: right;
        }

        #DeliveryAndCostPostDiv .DeliveryAndCostPostItem .DeliveryAndCostPostItemTitle {
            width: 32%;
            color: #8e8e8e;
        }

        #DeliveryAndCostPostDiv .DeliveryAndCostPostItem .DeliveryAndCostPostItemValue {
            width: 68%;
        }

            #DeliveryAndCostPostDiv .DeliveryAndCostPostItem .DeliveryAndCostPostItemValue .PostCostTag {
                color: #333;
                position: relative;
                text-align: right;
                width: 100%;
            }

    #DeliveryAndCostPostDiv .SelectLocationUl {
        position: absolute;
        left: 10px;
        top: 10px;
    }

        #DeliveryAndCostPostDiv .SelectLocationUl li {
        }

        #DeliveryAndCostPostDiv .SelectLocationUl .SelectLocation {
            padding: 5px 50px 5px 50px;
            color: #999;
            margin-left: 0px;
            border-radius: 3px;
            border: 1px solid #c4c4c4;
            background-color: #fff;
            display: inherit;
            line-height: normal;
        }

            #DeliveryAndCostPostDiv .SelectLocationUl .SelectLocation .marker {
                height: 20px;
                position: absolute;
                right: 5px;
                top: 6px;
            }

            #DeliveryAndCostPostDiv .SelectLocationUl .SelectLocation .CityName {
                line-height: normal;
            }

            #DeliveryAndCostPostDiv .SelectLocationUl .SelectLocation .arrowdown {
                height: 20px;
                position: absolute;
                left: 5px;
                top: 6px;
            }

        #DeliveryAndCostPostDiv .SelectLocationUl .CitiesItemUl {
            position: absolute;
            top: 64px;
            width: 100%;
            z-index: 22;
            border: 1px solid #c4c4c4;
            border-top: none;
            background: #fff;
            padding: 5px 5px 5px 5px;
            max-height: 300px;
            overflow: auto;
            display: none;
        }

        #DeliveryAndCostPostDiv .SelectLocationUl .InputLi {
            position: absolute;
            top: 28px;
            left: 0px;
            right: 0px;
            z-index: 25;
            padding: 5px;
            background: #fff;
            border: 1px solid #c4c4c4;
            border-top: none;
            border-bottom: none;
            display: none;
        }

            #DeliveryAndCostPostDiv .SelectLocationUl .InputLi input {
                height: 30px;
                padding: 5px;
                line-height: normal;
            }

        #DeliveryAndCostPostDiv .SelectLocationUl .CitiesItemUl li.SelectCity {
            padding: 2px 5px;
            cursor: pointer;
            font-size: 0.9em;
        }

            #DeliveryAndCostPostDiv .SelectLocationUl .CitiesItemUl li.SelectCity:hover {
                color: #ccc;
            }

.centerSection {
    position: relative;
}

    .centerSection #SearchProducForm {
        position: relative;
        border-radius: 10px;
    }

        .centerSection #SearchProducForm input {
            width: 100%;
            border: none;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: inherit;
            border: 1px solid #dedde3;
        }

            .centerSection #SearchProducForm input::placeholder {
                color: #999;
                opacity: 0.7;
                font-size: 0.8em;
            }

            .centerSection #SearchProducForm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: #abc8f8;
                font-size: 0.8em;
            }

            .centerSection #SearchProducForm input::-ms-input-placeholder { /* Microsoft Edge */
                color: #abc8f8;
                font-size: 0.8em;
            }

        .centerSection #SearchProducForm .SearchitemBtn {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            padding: 5px 10px;
            transition: 0.5s;
            color: #fff;
            display: flex;
            align-items: center;
            border: none;
            border-top-left-radius: inherit;
            border-bottom-left-radius: inherit;
        }

            .centerSection #SearchProducForm .SearchitemBtn img {
                width: 20px;
            }

    .centerSection #resultquiksearch {
        position: absolute;
        top: 36px;
        right: 11px;
        width: calc(100% - 22px);
        min-height: 250px;
        background: #fff;
        box-shadow: 0 2px 4px rgba(4, 50, 143, 0.23);
        padding: 15px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        z-index: 2005;
    }

        .centerSection #resultquiksearch .Title {
            font-weight: bold;
            padding-bottom: 5px;
            margin-bottom: 10px;
            border-bottom: 1px solid #494949;
            color: #494949;
            font-size: 1.1em;
        }

        .centerSection #resultquiksearch .CategoryContent ul li {
            padding-bottom: 10px;
            position: relative;
            padding-right: 15px;
        }

            .centerSection #resultquiksearch .CategoryContent ul li a {
                color: #565656;
                text-align: justify;
            }

                .centerSection #resultquiksearch .CategoryContent ul li a:hover {
                    color: #939292;
                }

                .centerSection #resultquiksearch .CategoryContent ul li a .fa {
                    position: absolute;
                    top: 3px;
                    right: 0;
                }

        .centerSection #resultquiksearch .ProductContent {
            display: block;
            overflow-y: auto;
            height: 295px;
        }

            .centerSection #resultquiksearch .ProductContent ul li {
                margin-bottom: 5px;
            }

                .centerSection #resultquiksearch .ProductContent ul li a {
                    display: flex;
                    align-items: center;
                }

                    .centerSection #resultquiksearch .ProductContent ul li a img {
                        width: 30px;
                        margin-left: 5px;
                    }

            .centerSection #resultquiksearch .ProductContent::-webkit-scrollbar {
                width: 5px;
            }

            .centerSection #resultquiksearch .ProductContent::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px #c1e0ea;
                border-radius: 5px;
            }

            .centerSection #resultquiksearch .ProductContent::-webkit-scrollbar-thumb {
                border-radius: 2px;
                -webkit-box-shadow: inset 0 0 6px rgba(115, 115, 116, 0.50);
            }
/*-----------------
 [ 3.3 Main header]
 */
.main-header {
    padding: 5px 0 5px 0;
    background-color: #fff;
    /*border-bottom: 5px solid #fff200;*/
}

    .main-header .header-search-box {
        margin-top: 0px;
    }

        .main-header .header-search-box .form-inline {
            height: 41px;
            border: 1px solid #eaeaea;
            position: relative;
        }

            .main-header .header-search-box .form-inline .form-category {
                background: #e2e7ee;
                height: 39px;
            }

            .main-header .header-search-box .form-inline .select2 {
                border-left: 1px solid #eaeaea;
                min-width: 152px;
                height: 40px;
            }

                .main-header .header-search-box .form-inline .select2 .select2-selection {
                    border: none;
                    background: transparent;
                    margin-top: -1px;
                }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    left: 15px;
}

.select2-dropdown {
    border: 1px solid #eaeaea;
}

.main-header .header-search-box .form-inline .input-serach {
    width: calc(100% - 200px);
}

    .main-header .header-search-box .form-inline .input-serach input {
        border: none;
        padding-right: 15px;
        width: 100%;
    }

.main-header .header-search-box .form-inline .btn-search {
    width: 41px;
    height: 41px;
    background: #ff3366 url("/images/search.png") no-repeat center center;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -1px;
    left: -1px;
}

    .main-header .header-search-box .form-inline .btn-search:hover {
        opacity: 0.8;
    }


.main-header .shopping-cart-box {
    margin-top: 17px;
    margin-top: 17px;
    padding: 0;
    margin-left: 15px;
    margin-right: -15px;
    line-height: normal;
}

    .main-header .shopping-cart-box:hover .cart-block {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1;
        visibility: visible;
    }

    .main-header .shopping-cart-box a.cart-link {
        height: 41px;
        width: 100%;
        border: 1px solid #eaeaea;
        display: block;
        position: relative;
        padding: 2px 41px 0 15px;
    }

        .main-header .shopping-cart-box a.cart-link:hover:after {
            opacity: 0.8;
        }

        .main-header .shopping-cart-box a.cart-link .title {
            width: 100%;
            float: right;
            text-transform: uppercase;
            font-weight: bold;
            margin-top: 2px;
        }

        .main-header .shopping-cart-box a.cart-link:after {
            content: '';
            width: 41px;
            height: 41px;
            background: #ff3366 url('/images/cart.png') no-repeat center center;
            position: absolute;
            top: -1px;
            left: -1px;
        }

.cart-block {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1002;
    background: #FFF;
    color: #666;
    width: 350px;
    opacity: 0;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    transform: translate(0,40px);
    opacity: 0;
    display: block;
    visibility: hidden;
}

.group-button-header > div {
    display: inline-flex;
    width: 25%;
    margin: 10px 0px;
}

.group-button-header .shoppingCartDiv {
    margin: 0;
    width: calc(22% - 15px);
    padding: 10px 0;
    position: relative;
    margin-right: 10px;
}

.btn-select-language ul {
    padding: 3px 0;
}

.btn-select-language .flag {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 5px;
}

.btn-select-language a {
    display: flex;
    align-items: center;
    color: #005f92;
    font-size: 15px;
}

    .btn-select-language a:hover {
        color: #0883c6;
    }

    .btn-select-language a .current-flag-title {
        margin-left: 5px;
    }

.btn-select-language .flags .flag {
    width: 16px;
    height: 16px;
}

.btn-select-language .dropdown-menu {
    min-width: 130px;
}

.main-header .group-button-header .shoppingCartDiv:hover .cart-block {
    -webkit-transform: translate(0,0px);
    -moz-transform: translate(0,5px);
    -o-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    transform: translate(0,0px);
    opacity: 1;
    visibility: visible;
}

.main-header .group-button-header .shoppingCartDiv:hover:after {
    opacity: 1;
    visibility: visible;
}

.group-button-header .shoppingCartDiv:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    content: "\f0d8";
    position: absolute;
    bottom: -6px;
    right: 50px;
    opacity: 50;
    visibility: hidden;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    color: #e1e1e1;
    font-size: 1.5em;
}

.group-button-header div.headerItem {
    position: relative;
    padding-right: 36px;
}

    .group-button-header div.headerItem img.headerrightimages {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0px;
    }

    .group-button-header div.headerItem p.headerRightTitle {
        margin-top: 0;
        margin-bottom: 0px;
        color: #007db0;
    }

    .group-button-header div.headerItem.loginModal {
        display: flex;
        align-items: center;
    }

.group-button-header .shoppingCartDiv div.headerItem {
    padding-right: 45px;
}

.group-button-header div.imgDiv img.headerrightimages {
    top: 0px;
}


.cart-block .cart-block-content {
    padding: 15px;
    overflow: hidden;
}

    .cart-block .cart-block-content .cart-title {
        text-transform: uppercase;
        font-size: 12px;
    }

    .cart-block .cart-block-content .cart-block-list {
        max-height: 400px;
        overflow-y: auto;
    }

    .cart-block .cart-block-content .product-info {
        margin-top: 10px;
        border-bottom: 1px solid #eaeaea;
        display: block;
        overflow: hidden;
        padding-bottom: 10px;
        padding-left: 15px;
        position: relative;
    }

        .cart-block .cart-block-content .product-info .p-right {
            width: 60px;
            float: right;
        }

        .cart-block .cart-block-content .product-info .remove_link {
            position: absolute;
            left: 0px;
            top: 0px;
            font-size: 1.3em;
        }

        .cart-block .cart-block-content .product-info .p-right img {
            width: 100% !important;
            height: auto !important;
        }

        .cart-block .cart-block-content .product-info .p-left {
            margin-right: 70px;
            font-size: 12px;
        }

            .cart-block .cart-block-content .product-info .p-left .p-rice {
                color: #ff3366;
            }

            .cart-block .cart-block-content .product-info .p-left .change_quantity {
                margin-top: 10px;
            }

                .cart-block .cart-block-content .product-info .p-left .change_quantity .blockcart_quantity_down,
                .cart-block .cart-block-content .product-info .p-left .change_quantity .blockcart_quantity_up {
                    float: right;
                    width: 20px;
                    height: 30px;
                    border: 1px solid #ccc;
                    padding-top: 2px;
                    text-align: center;
                }

                .cart-block .cart-block-content .product-info .p-left .change_quantity .cart_quantity_input_text {
                    width: 60px;
                    border: 1px solid #ccc;
                    margin-right: -1px;
                    margin-left: -1px;
                    height: 30px;
                    line-height: 100%;
                    float: right;
                    text-align: center;
                }

    .cart-block .cart-block-content .toal-cart {
        margin-top: 10px;
    }

        .cart-block .cart-block-content .toal-cart .toal-price {
            font-size: 18px;
            color: #999;
        }

    .cart-block .cart-block-content .cart-buttons {
        overflow: hidden;
        width: 100%;
    }

        .cart-block .cart-block-content .cart-buttons a {
            width: 50%;
            float: right;
            margin-top: 12px;
            text-transform: uppercase;
            font-size: 13px;
            padding: 10px 0;
            text-align: center;
        }

            .cart-block .cart-block-content .cart-buttons a:hover {
                opacity: 0.8;
            }

            .cart-block .cart-block-content .cart-buttons a.btn-my-cart {
                background: #eee;
            }

            .cart-block .cart-block-content .cart-buttons a.btn-check-out {
                background: #428bca;
                color: #fff;
            }

.main-header .headerDiv {
    display: flex;
    align-items: center;
}

    .main-header .headerDiv > div {
        display: block;
        float: right;
        padding: 0px 10px;
    }

        .main-header .headerDiv > div.rightSection {
            width: 20%;
        }

        .main-header .headerDiv > div.centerSection {
            width: 45%;
        }

            .main-header .headerDiv > div.centerSection .CenterBtns {
                display: block;
                overflow: hidden;
            }

                .main-header .headerDiv > div.centerSection .CenterBtns > div {
                    display: block;
                    float: right;
                    width: 33.333%;
                    margin-bottom: 5px;
                    text-align: center;
                }

                    .main-header .headerDiv > div.centerSection .CenterBtns > div > a {
                        display: flex;
                        align-items: center;
                        color: #fff200;
                    }

                        .main-header .headerDiv > div.centerSection .CenterBtns > div > a img {
                            margin-left: 5px;
                            width: 28px;
                        }

        .main-header .headerDiv > div.leftSection {
            width: 35%;
        }


.main-header .group-button-header .btn-cart {
    border-radius: 10px;
    padding: 3px 5px;
    border: 1px solid #dedde3;
}

    .main-header .group-button-header .btn-cart > a {
        display: block;
        text-align: center;
        color: #fff;
    }

        .main-header .group-button-header .btn-cart > a .imgDiv {
            position: relative;
            height: 30px;
        }

            .main-header .group-button-header .btn-cart > a .imgDiv .badge {
                position: absolute;
                top: calc(50% - 9px);
                right: 30px;
                background-color: initial;
                margin: 0px;
                color: #007db0;
            }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: initial;
    width: 100%;
}

.main-header .group-button-header .btn-store > a {
    text-align: right;
    color: #fff;
    display: block;
}

.btn-login > .HeaderLogin {
    text-align: right;
    color: #fff;
    cursor: pointer;
    display: block;
}

.group-button-header > div#login-block {
    position: relative;
}

.login-block {
    position: absolute;
    top: 100%;
    /*right: 15px;*/
    z-index: 1002;
    background: #FFF;
    color: #666;
    width: 250px;
    /*opacity: 0;*/
    border: 1px solid #c0e5f7;
    border-radius: 2px;
    padding: 15px;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
    -o-transform: translate(0,40px);
    -ms-transform: translate(0,40px);
    transform: translate(0,40px);
    opacity: 0;
    border-radius: 3px;
    visibility: hidden;
    font-family: IRANSansL;
}

    .login-block input {
        border: 1px solid #fff;
        border-bottom: 1px solid #cccccc;
        padding-right: 0px;
        font-size: 0.9em;
        box-shadow: none;
    }

        .login-block input:focus {
            border: 1px solid #fff;
            border-bottom: 1px solid #c4d9ef;
        }

    .login-block .has-error .form-control {
        border-color: #fff;
        border-bottom-color: #b94a48;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .login-block .has-error input:focus {
        border: 1px solid #fff;
        border-bottom: 1px solid #b94a48;
    }

    .login-block .has-success .form-control {
        color: #009966;
        border-color: #fff;
        border-bottom-color: #009966;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .login-block .has-success .form-control:focus {
            border: 1px solid #fff;
            border-bottom: 1px solid #0eb47c;
        }

    .login-block:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        content: "\f0d8";
        position: absolute;
        top: -10px;
        right: 50px;
        /*opacity: 50;
        visibility: hidden;*/
        -webkit-transition: opacity 0.8s;
        transition: opacity 0.8s;
        color: #0a9adb;
        z-index: 10008;
    }

#login-block:hover .login-block {
    -webkit-transform: translate(0,0px);
    -moz-transform: translate(0,5px);
    -o-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    transform: translate(0,0px);
    opacity: 1;
    visibility: visible;
}

    #login-block:hover .login-block:before {
        opacity: 1;
        visibility: visible;
    }

.login-block .links {
    display: flex;
    align-items: center;
    text-align: right;
    padding: 2px 0px;
}

    .login-block .links:hover {
        color: #c92228 !important;
    }

    .login-block .links .fa {
        font-size: 0.7em;
    }

.login-block hr {
    border-bottom: 2px solid #03a9f4;
    margin-bottom: 10px;
}

    .login-block hr ~ .links {
        padding-right: 10px;
        font-size: 0.85em;
    }

/*.main-header .group-button-header .btn-login:hover .login-block,.main-header .group-button-header .btn-login:active .login-block ,.main-header .group-button-header .btn-login:focus .login-block{
    -webkit-transform: translate(0,0px);
    -moz-transform: translate(0,5px);
    -o-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    transform: translate(0,0px);
    opacity: 1;
    visibility: visible;
    display: block;
}

.main-header .group-button-header .btn-login:hover:after {
    opacity: 1;
    visibility: visible;
}*/

span.notify {
    width: 32px;
    height: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    line-height: normal;
    font-size: 11px;
    padding-top: 3px;
    z-index: 1;
}

span.notify-right {
    background: url('/images/notify.png') no-repeat;
    left: 25px;
    top: -8px;
}

span.notify-left {
    background: url('/images/notify-left.png') no-repeat;
    left: 0px;
    top: -7px;
}

/*-----------------
 [ 3.4 Main menu]
 */
.nav-top-menu {
    /*background: #eee;*/
}
/*-----------------
 [ 3.4.1 Vertical megamenus]
 */
.box-vertical-megamenus {
    position: absolute;
    right: 15px;
    left: 15px;
    z-index: 1000;
    background: #fff;
}

    .box-vertical-megamenus .title {
        background: #000;
        color: #fff;
        height: 50px;
        line-height: 50px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        padding-right: 20px;
        padding-left: 20px;
        letter-spacing: 1px;
        overflow: hidden;
    }

        .box-vertical-megamenus .title .btn-open-mobile > .fa {
            line-height: 2.5;
        }

        .box-vertical-megamenus .title .btn-open-mobile {
            font-size: 17px;
            cursor: pointer;
            line-height: 50px;
        }

    .box-vertical-megamenus .vertical-menu-content {
        border-top: 3px solid #ff3366;
        background: #fff;
        display: none;
    }

.home .box-vertical-megamenus .vertical-menu-content {
    display: block;
}

.box-vertical-megamenus .vertical-menu-list {
    border-right: 1px solid #eaeaea;
}

    .box-vertical-megamenus .vertical-menu-list li {
        display: block;
        line-height: 34px;
        margin-right: -1px;
        position: relative;
    }

    .box-vertical-megamenus .vertical-menu-list > li:hover {
        background: #ff3366;
    }

        .box-vertical-megamenus .vertical-menu-list > li:hover > a {
            color: #fff;
            border-color: #FF3366;
        }

            .box-vertical-megamenus .vertical-menu-list > li:hover > a.parent:before {
                color: #fff;
            }

    .box-vertical-megamenus .vertical-menu-list > li > a {
        padding-right: 20px;
        line-height: 36px;
        display: block;
    }

.box-vertical-megamenus .vertical-menu-content ul > li > a.parent:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 10px;
    left: 8px;
    color: #666;
}

.box-vertical-megamenus .vertical-menu-content ul > li > a.parent:after {
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    left: -2px;
    width: 2px;
    content: ' ';
    z-index: 2000;
    opacity: 0;
}

.box-vertical-megamenus .vertical-menu-content ul > li:hover > a.parent:after {
    opacity: 1;
}

.box-vertical-megamenus .vertical-menu-content ul > li.cat-link-orther {
    display: none;
}


.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu {
    visibility: visible;
    display: block;
    height: auto;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}

.box-vertical-megamenus .vertical-menu-content ul li img.icon-menu {
    vertical-align: middle;
    padding-left: 15px;
    width: 35px;
    height: 20px;
}

.box-vertical-megamenus .all-category {
    text-align: center;
    margin-top: 14px;
    padding-left: 20px;
}

    .box-vertical-megamenus .all-category span {
        height: 40px;
        width: 100%;
        line-height: 39px;
        border: 1px solid #eaeaea;
        text-align: center;
        display: block;
        cursor: pointer;
    }

        .box-vertical-megamenus .all-category span:hover {
            background: #FF3366;
            color: #fff;
            border-color: #FF3366;
        }

        .box-vertical-megamenus .all-category span:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f105";
            font-weight: bold;
            margin-right: 20px;
        }

.vertical-dropdown-menu {
    position: absolute;
    top: -15px;
    right: 100%;
    z-index: 900;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
    -moz-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 0;
    background: #fff;
    border: 1px solid #eaeaea;
}

    .vertical-dropdown-menu .vertical-groups {
        padding: 24px 15px;
    }

    .vertical-dropdown-menu .mega-group-header {
        border-bottom: 1px solid #E8E8E8;
        font-size: 17px;
        margin-bottom: 10px;
        display: table;
        width: 100%;
    }

        .vertical-dropdown-menu .mega-group-header span {
            padding-bottom: 10px;
            border-bottom: 1px solid #ff3366;
            float: right;
            margin-bottom: -1px;
        }

    .vertical-dropdown-menu .group-link-default {
        border: none !important;
        padding: 0;
        margin: 0;
        padding-bottom: 10px;
    }

        .vertical-dropdown-menu .group-link-default li {
            border: none !important;
            padding-right: 0 !important;
            line-height: 28px !important;
        }

    .vertical-dropdown-menu .mega-products .mega-product {
        border-left: 1px solid #eaeaea;
        margin-top: 15px;
        line-height: 18px;
    }

        .vertical-dropdown-menu .mega-products .mega-product:last-child {
            border-left: none;
        }

        .vertical-dropdown-menu .mega-products .mega-product .product-price .new-price {
            width: auto;
            display: inline-block;
            color: #ff3366;
        }

        .vertical-dropdown-menu .mega-products .mega-product .product-price .old-price {
            color: #999;
            text-decoration: line-through;
            width: auto;
            display: inline-block;
            padding-right: 20px;
        }

        .vertical-dropdown-menu .mega-products .mega-product .product-star {
            margin-top: 5px;
            color: #ff9900;
        }


/*-----------------
 [ 3.4.2 Main menu]
 */
#main-menu {
    padding: 0;
    margin-right: -15px;
}

    #main-menu .container-fluid {
        padding: 0;
    }

    #main-menu .navbar-header {
        display: none;
    }

    #main-menu .navbar {
        border: none;
        margin: 0;
        background: none;
    }

    #main-menu .navbar-collapse {
        padding: 0;
    }

    #main-menu .navbar .navbar-nav > li > a {
        color: #333;
        border-left: 1px solid #cacaca;
        padding: 10px 15px;
        background: transparent;
    }

    #main-menu .navbar .navbar-nav > li:last-child > a {
        border-left: none;
    }


    #main-menu .navbar .navbar-nav > li:hover > a,
    #main-menu .navbar .navbar-nav > li.active > a {
        color: #fff;
        border-left: 1px solid transparent;
    }

    #main-menu .nav,
    #main-menu .collapse,
    #main-menu .dropup,
    #main-menu .dropdown {
        position: static;
    }

    #main-menu .dropdown-menu {
        border-radius: 0;
        min-width: 200px;
        border-top: none;
        right: 0;
        padding: 30px 15px;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        display: block;
        visibility: hidden;
        opacity: 0;
        background: #fff;
    }

        #main-menu .dropdown-menu.container-fluid {
            padding: 0px;
            width: 100% !important;
        }

            #main-menu .dropdown-menu.container-fluid li {
                display: inline-block;
            }

.VisibleMenu2 {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.VisibleMenu3 {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.activeMenu {
    color: #f96d10;
}

/*#main-menu .navbar-nav > li:hover .dropdown-menu {
    
    opacity: 1;
    visibility: visible;
}*/

#main-menu .mega_dropdown .block-container {
    padding: 0 15px;
}

#main-menu .mega_dropdown .group_header {
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
    margin-top: 15px;
}

    #main-menu .mega_dropdown .group_header:first-child {
        margin-top: 0;
    }

#main-menu .mega_dropdown .img_container {
    padding: 0 0 5px;
}

#main-menu .dropdown-menu .block-container .link_container > a {
    line-height: 32px;
}

#main-menu .dropdown-menu .block-container .group_header > a {
    line-height: 32px;
    border-bottom: 1px solid #ff3366;
    display: inline-block;
    margin-bottom: -1px;
}

#main-menu li.dropdown > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: 0;
    padding-right: 7px;
}

#main-menu li.dropdown:before {
    content: "\f0de";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #fff;
    padding-right: 7px;
    position: absolute;
    bottom: -13px;
    left: 48%;
    display: none;
    z-index: 1001;
}

#main-menu li.dropdown:hover:before {
    display: block;
}

/*---------------
[4. Nav menu]
*/
.nav-menu {
    border: none;
}

    .nav-menu .container-fluid {
        padding: 0;
    }

    .nav-menu .navbar-collapse {
        z-index: 10000;
        padding: 0;
        margin: 0;
        border: none;
    }

    .nav-menu .nav > li:last-child a {
        background-image: none;
    }

    .nav-menu .nav > li > a {
        padding: 15px 25px;
        background: url('/images/kak.png') no-repeat left center;
    }

    .nav-menu .navbar-toggle {
        background: url('/images/bar.png') no-repeat right center;
        height: 50px;
        margin: 0;
        padding-left: 3px;
    }

    .nav-menu .navbar-brand {
        font-size: 14px;
        font-weight: bold;
        display: none;
        text-transform: uppercase;
    }

        .nav-menu .navbar-brand a {
            color: #fff;
        }

    .nav-menu .toggle-menu {
        float: left;
        max-height: 50px;
    }

        .nav-menu .toggle-menu:before {
            font: normal normal normal 17px/1 FontAwesome;
            content: "\f0c9";
            line-height: inherit;
            color: #fff;
        }

.floor-elevator {
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 38px;
    padding-left: 22px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #999;
    padding-top: 2px;
}

    .floor-elevator .fa {
        font-weight: bold;
    }

    .floor-elevator .btn-elevator {
        cursor: pointer;
    }

        .floor-elevator .btn-elevator:hover, .floor-elevator .disabled {
            color: #ccc;
        }

    .floor-elevator .down {
        margin-top: -6px;
    }
/** default nav **/
.nav-menu-default {
    height: 50px;
    background: #ff3366;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

    .nav-menu-default .navbar-collapse {
        background: #eee;
    }

    .nav-menu-default ul > li > a:hover,
    .nav-menu-default ul > li.active > a,
    .nav-menu-default ul > li.selected > a {
        background: #ff3366;
        color: #fff;
    }

/** read nav **/
.nav-menu-red {
    height: 53px;
    background: #ff3366;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

    .nav-menu-red .navbar-collapse {
        background: #fff;
    }

    .nav-menu-red li a:hover,
    .nav-menu-red li.active a,
    .nav-menu-red li.selected a {
        background: #ff3366;
        color: #fff;
    }
/**green nav**/
.nav-menu-green {
    height: 53px;
    background: #339966;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

    .nav-menu-green .navbar-collapse {
        background: #fff;
    }

    .nav-menu-green li a:hover,
    .nav-menu-green li.active a,
    .nav-menu-green li.selected a {
        background: #339966;
        color: #fff;
    }
/**orange nav**/
.nav-menu-orange {
    height: 53px;
    background: #ff6633;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

    .nav-menu-orange .navbar-collapse {
        background: #fff;
    }

    .nav-menu-orange li a:hover,
    .nav-menu-orange li.active a,
    .nav-menu-orange li.selected a {
        background: #ff6633;
        color: #fff;
    }
/** blue nav**/
.nav-menu-blue {
    height: 53px;
    background: #3366cc;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

    .nav-menu-blue .navbar-collapse {
        background: #fff;
    }

    .nav-menu-blue li a:hover,
    .nav-menu-blue li.active a,
    .nav-menu-blue li.selected a {
        background: #3366cc;
        color: #fff;
    }
/**gray nav**/
.nav-menu-gray {
    height: 53px;
    background: #6c6856;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

    .nav-menu-gray .navbar-collapse {
        background: #fff;
    }

    .nav-menu-gray li a:hover,
    .nav-menu-gray li.active a,
    .nav-menu-gray li.selected a {
        background: #6c6856;
        color: #fff;
    }
/**blue2 nav**/
.nav-menu-blue2 {
    height: 53px;
    background: #669900;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

    .nav-menu-blue2 .navbar-collapse {
        background: #fff;
    }

    .nav-menu-blue2 li a:hover,
    .nav-menu-blue2 li.active a,
    .nav-menu-blue2 li.selected a {
        background: #669900;
        color: #fff;
    }

.show-brand .navbar-brand {
    display: block;
    width: 234px;
    background: #000;
    margin-right: 0 !important;
    text-transform: uppercase;
    padding: 0;
    padding-right: 20px;
    line-height: 50px;
    font-size: 16px;
}

    .show-brand .navbar-brand a {
        color: #fff;
        line-height: 35px;
    }

    .show-brand .navbar-brand img {
        vertical-align: middle;
        margin-left: 15px;
    }

/*----------------
[5. Home slide]
*/
.header-top-left {
    margin-right: -15px;
    padding: 0;
    border-top: 3px solid #ff3366;
}

    .header-top-left .homeslider {
        width: 74%;
        float: right;
    }

    .header-top-left .header-banner {
        width: 26%;
        float: left;
    }

        .header-top-left .header-banner img {
            width: 100%;
            height: auto;
        }

    .header-top-left .homeslider img {
        width: 100%;
        height: auto;
    }

    .header-top-left .homeslider .bx-wrapper .bx-viewport {
        -moz-box-shadow: 0;
        -webkit-box-shadow: 0;
        box-shadow: none;
        border: 0;
        right: 0;
        background: #fff;
    }

    .header-top-left .homeslider .bx-controls-direction .bx-prev,
    .header-top-left .homeslider .bx-controls-direction .bx-next {
        background: #FF3366;
        text-indent: 0px !important;
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 32px;
        padding-top: 8px;
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header-top-left .homeslider .bx-controls-direction .bx-prev {
        right: 50%;
    }

    .header-top-left .homeslider .bx-controls-direction .bx-next {
        left: 50%;
    }

    .header-top-left .homeslider:hover .bx-controls-direction .bx-next {
        left: 10px;
        opacity: 1;
        visibility: inherit;
    }

    .header-top-left .homeslider:hover .bx-controls-direction .bx-prev {
        right: 10px;
        opacity: 1;
        visibility: inherit;
    }

    .header-top-left .homeslider .bx-controls-direction .bx-prev:hover,
    .header-top-left .homeslider .bx-controls-direction .bx-next:hover {
        opacity: 0.8;
    }

    .header-top-left .homeslider .bx-wrapper:hover .bx-prev, .bx-wrapper:hover .bx-next {
        display: block;
    }

    .header-top-left .homeslider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: 10px;
        width: 100%;
        text-align: left;
        padding-left: 25px;
    }

        .header-top-left .homeslider .bx-wrapper .bx-pager .bx-pager-item {
            width: 20px;
            height: 20px;
            border-radius: 90%;
            margin-left: 5px;
            line-height: 20px;
        }

            .header-top-left .homeslider .bx-wrapper .bx-pager .bx-pager-item a {
                width: 100%;
                height: 100%;
                float: right;
                background: transparent;
                margin: 0;
                padding: 0;
                text-align: center;
                text-indent: 0px;
                border-radius: 90%;
                color: #666;
                border: 1px solid #999;
                padding-right: 1px;
            }

        .header-top-left .homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover, .header-top-left .homeslider .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: #ff3366;
            color: #fff;
            border: 1px solid #fff;
        }

.bx-wrapper {
    margin: 0;
}
/*---------------
[6. Page top]
*/


/*------------------
[6.1 Latest deals]
*/
.latest-deals {
}

    .latest-deals .latest-deal-title {
        height: 54px;
        background: url("/images/latest-deal-title.png") no-repeat right center;
        padding: 0;
        margin: 0;
        line-height: 54px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        padding-right: 52px;
        margin-right: 8px;
    }

    .latest-deals .product-list li {
        padding-left: 0;
        border: none;
    }

    .latest-deals .latest-deal-content {
        border: 3px solid #ff3366;
        padding: 20px 15px 10px 15px;
    }

    .latest-deals .count-down-time {
        text-align: center;
        padding-bottom: 15px;
    }

        .latest-deals .count-down-time span {
            height: 24px;
            background: #999;
            color: #fff;
            width: auto;
            display: inline-block;
            line-height: 24px;
            margin: 0 3px;
            font-size: 18px;
            letter-spacing: 17px;
            padding-right: 7px;
            position: relative;
        }

            .latest-deals .count-down-time span:after {
                content: '';
                height: 24px;
                width: 2px;
                position: absolute;
                right: 25px;
                top: 0;
                background: #fff;
            }

            .latest-deals .count-down-time span:before {
                content: '';
                height: 24px;
                width: 11px;
                position: absolute;
                left: 0;
                top: 0;
                background: #fff;
            }

            .latest-deals .count-down-time span:first-child {
                margin-right: 10px;
            }

        .latest-deals .count-down-time b {
            margin-right: -8px;
            position: relative;
        }

            .latest-deals .count-down-time b:after {
                position: absolute;
                left: -1px;
                top: 0;
                content: ':';
            }

    .latest-deals .product-list {
        width: 100%;
        top: 40%;
    }

        .latest-deals .product-list li .left-block {
            padding: 0;
        }

    .latest-deals .content_price {
        width: 100% !important;
    }

    .latest-deals .colreduce-percentage {
        float: left;
        padding-left: 20px;
    }

    .latest-deals .owl-prev,
    .latest-deals .owl-next {
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
        display: block;
        opacity: 0;
    }

    .latest-deals .owl-next {
        left: -50px;
    }

    .latest-deals .owl-prev {
        right: -50px;
    }

    .latest-deals:hover .owl-prev {
        right: -15px;
        opacity: 1;
    }

    .latest-deals:hover .owl-next {
        left: -15px;
        opacity: 1;
    }

/*-------------------
[6.2. Popular tabs]
*/
.popular-tabs .owl-next {
    top: -46px;
}

.popular-tabs .owl-prev {
    top: -46px;
    right: inherit;
    left: 26px;
}

.popular-tabs .nav-tab {
    margin: 0;
    padding: 0;
}

.popular-tabs .nav-tab {
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

    .popular-tabs .nav-tab li {
        list-style: none;
        display: inline;
        border-bottom: 3px solid #ccc;
        margin-left: 2px;
        height: 45px;
        line-height: 45px;
        float: right;
        padding: 0 15px;
    }

        .popular-tabs .nav-tab li:hover, .popular-tabs .nav-tab li.active {
            border-bottom: 3px solid #ff3366;
        }

            .popular-tabs .nav-tab li:hover a, .popular-tabs .nav-tab li.active a {
                color: #333;
            }

        .popular-tabs .nav-tab li a {
            font-size: 16px;
            text-transform: uppercase;
            color: #333;
            font-weight: bold;
        }

.popular-tabs .tab-container {
    padding-top: 30px;
}

.popular-tabs .product-list li .right-block {
}

.popular-tabs .product-list li {
    border: 1px solid #eaeaea;
    padding-bottom: 10px;
    overflow: hidden;
}
/*--------------------
[7. Services]
*/
.service {
    background: #e2e7ee;
    border: 1px solid #eaeaea;
    padding: 19px 0;
    font-size: 12px;
    margin-top: 20px;
    float: right;
    width: 100%;
}

    .service .service-item {
        padding-right: 35px;
        border-left: 1px solid #ccc;
        overflow: hidden;
    }

        .service .service-item .icon {
            width: 40px;
            height: 40px;
            float: right;
        }

        .service .service-item .info {
            padding-right: 15px;
            margin-right: 40px;
            padding-top: 2px;
        }

        .service .service-item h3 {
            margin: 0;
            padding: 0;
            text-transform: uppercase;
        }

        .service .service-item:last-child {
            border-left: none;
        }


/*----------------
[8. Product]
*/
.product-list .colItem {
}

    .product-list .colItem .NotPadding {
        position: relative;
        direction: rtl;
    }

.product-list .NotPadding > .product-container:hover {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 1000;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(156, 156, 156, 0.44);
    -moz-box-shadow: 0px 3px 5px 0px rgba(156, 156, 156, 0.44);
    box-shadow: 0px 3px 5px 0px rgba(156, 156, 156, 0.44);
}

.product-list .colItem:hover .add-to-cart {
    bottom: 0;
}

.product-list .colItem:hover .quick-view a.heart {
    margin-right: 0;
}

.product-list .colItem:hover .quick-view a.compare {
    margin-right: 0;
}

.product-list .colItem:hover .quick-view a.search {
    margin-right: 0;
}

.product-list .colItem .right-block {
    position: relative;
    overflow: hidden;
    padding: 8px 10px 0px 10px;
}

    .product-list .colItem .right-block .AdvancAddToCart {
        position: relative;
    }

    .product-list .colItem .right-block a {
        display: block;
        overflow: hidden;
    }

    .product-list .colItem .right-block img {
        /*transition: all 0.2s;
            webkit-transform: scale(1,1);
            -moz-transform: scale(1,1);
            -o-transform: scale(1,1);
            transform: scale(1,1);*/
        margin: 0 auto;
    }

.product-list .colItem:hover img {
    /*-webkit-transform: scale(1.02,1.02);
        -webkit-transform-origin: top left;
        -moz-transform: scale(1.02,1.02);
        -moz-transform-origin: top left;
        -o-transform: scale(1.02,1.02);
        -o-transform-origin: top left;
        transform: scale(1.02,1.02);
        transform-origin: top left;*/
}

.product-list .colItem .left-block {
    padding: 0 10px;
    display: block;
    overflow: hidden;
}

.product-list .colItem NotPadding > .product-container .right-block img {
    border-bottom: 1px solid #ccc;
}

.product-list .colItem .NotPadding > .product-container:hover .left-block h5 {
    height: auto !important;
}

.product-list .colItem .left-block .SpecialFeatureLevel1 {
    display: none;
    font-size: 0.8em;
    padding-top: 5px;
    text-align: right;
}

.product-list .colItem .left-block .StoreInfo {
    display: none;
    font-size: 0.8em;
    padding-top: 5px;
    color: #10a3f9;
}

.product-list .colItem .NotPadding > .product-container:hover .left-block .StoreInfo {
    display: block;
}

.product-list .colItem .left-block .SpecialFeatureLevel1 .FeatureName {
    color: #233e4e;
    display: inline-block;
}

.product-list .colItem .left-block .SpecialFeatureLevel1 .FeatureValue {
    color: #838a85;
}


.product-list .colItem .NotPadding > .product-container:hover .left-block .SpecialFeatureLevel1 {
    display: block;
}

.product-list .colItem .left-block .VarietyOfColors {
    display: none;
    text-align: center;
    align-items: center;
    border-top: 1px solid #eaeaea;
    padding-top: 5px;
    margin-top: 5px;
}

.product-list .colItem .NotPadding > .product-container:hover .left-block .VarietyOfColors {
    display: block;
}

.product-list .colItem .left-block .VarietyOfColors .ColorItem {
    display: inline-block;
    width: 28px;
    height: 30px;
    border-radius: 5px;
    margin: 4px 2px;
    border: 1px solid #eef;
}

.product-list .colItem .left-block .VarietyOfColors .ImageVariety {
    cursor: pointer;
}

.product-list .colItem .quick-view {
    position: absolute;
    left: 10px;
    top: 5%;
    width: 32px;
    overflow: hidden;
}

    .product-list .colItem .quick-view a {
        width: 32px;
        height: 32px;
        float: right;
        border-radius: 100%;
        margin-top: 5px;
        text-align: center;
        line-height: 32px;
        color: #999;
        padding-top: 10px;
    }

    .product-list .colItem .quick-view a {
        -webkit-transition: margin-right 0.1s ease 0.01s;
        -moz-transition: margin-right 0.1s ease 0.01s;
        -ms-transition: margin-right 0.1s ease 0.01s;
        -o-transition: margin-right 0.1s ease 0.01s;
        transition: margin-right 0.1s ease 0.01s;
        margin-right: 200px;
        background: #f5f5ff;
    }

        .product-list .colItem .quick-view a.heart {
            padding-top: 1px;
        }

            .product-list .colItem .quick-view a.heart .fa {
                padding: 0px !important;
                font-size: 1.1em;
            }


        .product-list .colItem .quick-view a.compare:before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f012";
        }


        .product-list .colItem .quick-view a.search:before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f002";
        }

/*.product-list .colItem .quick-view a:hover {
                background-color: #ff3366;
            }*/

.product-list .colItem .add-to-cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    /*display: none;*/
    background-color: rgb(201, 34, 40);
    color: #fff;
    text-align: center;
    padding: 0px 10px;
    line-height: 50px;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-list .colItem .NotPadding > .product-container .right-block .add-to-cart {
    display: none;
    position: absolute;
    left: auto;
    right: 25%;
    bottom: 5px;
}

.product-list .colItem .NotPadding > .product-container:hover .right-block .add-to-cart {
    display: block;
}

.product-list .colItem .add-to-cart:hover {
}

.product-list .colItem .add-to-cart a {
    height: 32px;
    line-height: 32px;
    color: #fff;
    width: auto;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
}


.product-list .colItem h5.product-name {
    padding-bottom: 5px;
    font-family: IRANSansM;
    margin: 5px 0px;
    display: inline-block;
    text-overflow: ellipsis;
    height: 33px !important;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.5em;
}

    .product-list .colItem h5.product-name > a {
        color: #333 !important;
    }

.product-list .colItem h6.product-name {
    padding-bottom: 5px;
    text-align: center;
    font-family: Vazir;
    margin: 5px 0px;
    display: inline-block;
    text-overflow: ellipsis;
    height: 26px;
    overflow: hidden;
    width: 100%;
}

.product-list .colItem .product-info {
    padding: 0 5px;
}

.product-list .colItem .content_price {
    width: 100%;
    display: inline-block;
    font-family: IRANSansL;
    text-align: right;
}

.product-price {
    font-size: 14px;
    color: #428bca;
    font-weight: 900;
}

.NewProductPrice {
    font-size: 20px;
}

.old-price {
    text-decoration: line-through;
    line-height: normal;
    color: #969393;
    font-size: 16px;
}

.NotPadding .old-price {
    padding: 0px;
    font-size: 12px;
}

.product-list .colItem .colreduce-percentage {
    line-height: 28px;
}

.product-list .colItem .group-price {
    position: absolute;
    position: absolute;
    top: 10px;
    right: 10px;
    height: auto;
}

    .product-list .colItem .group-price .price-percent-reduction {
        width: 36px;
        height: 36px;
        background: #ff6600;
        color: #fff;
        float: right;
        border-radius: 90%;
        line-height: normal;
        text-align: center;
        font-size: 12px;
        padding-top: 5px;
        margin-bottom: 5px;
    }

.product-list .colItem .price-percent-reduction2 {
    width: 40px;
    height: 25px;
    background-image: url("/images/price-percent-br.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    line-height: normal;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.product-list .colItem .group-price .product-new {
    color: #fff;
    float: right;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
    background: #ffc000;
    height: 22px;
}

.product-list .colItem .group-price .product-sale {
    color: #fff;
    float: right;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 10px;
    background: #ff4318;
    height: 22px;
}

.product-list .colItem .product-star {
    width: auto;
    color: #ffd400;
    text-align: right;
    display: inline-block;
    padding-top: 5px;
    font-size: 13px;
    width: 100%;
    margin: 5px 0px;
    padding-top: 5px;
    border-top: 1px solid #eaeaea;
}


    .product-list .colItem .product-star i {
        padding-left: 0px;
    }


.LikeCustomer {
    position: relative;
    display: block;
    overflow: hidden;
    height: 28px;
}

    .LikeCustomer a {
        border: 1px solid #e8e8e8;
        position: absolute;
        border-radius: 50%;
    }

        .LikeCustomer a .img-circle {
            width: 25px;
            height: 25px;
        }

        .LikeCustomer a.MoreUsers {
            width: 25px;
            height: 25px;
            border: 1px solid #e8e8e8;
            position: absolute;
            border-radius: 50%;
            left: 0px;
            text-align: center;
        }

            .LikeCustomer a.MoreUsers:before {
                content: '...';
                color: #8d8b8b;
                position: absolute;
                top: 0px;
                right: 6px;
            }

.price-percent-reduction {
    width: 70px;
    height: 54px;
    background-image: url("/images/price-percent-br.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    line-height: normal;
    text-align: center;
    font-size: 11px;
    position: absolute;
    top: 0px;
    right: 0;
    font-family: 'WebYekan', Arial, sans-serif;
    padding-left: 10px;
    padding-top: 2px;
    z-index: 3;
}

/*------------------
[9. Owl carousel]
*/

.owl-prev {
    position: absolute;
    right: -23px;
    top: calc(50% - 50px);
}

.owl-next {
    position: absolute;
    left: -23px;
    top: calc(50% - 50px);
}

.owl-prev,
.owl-next {
    height: 100px;
    color: #ccc;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(234, 234, 234, 0.49);
    border: 1px solid #eaeaea;
}

    .owl-prev .fa,
    .owl-next .fa {
        font-size: 2.5em;
        color: #007db0;
    }

    .owl-next .fa-angle-left {
        padding-left: 5px;
        padding-right: 8px;
        margin: 0px;
    }

    .owl-prev .fa-angle-right {
        padding-left: 8px;
        padding-right: 5px;
        margin: 0px;
    }
/*-----------------
[10. Banner advertisement]
*/
.banner a {
    width: 100%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
}

    .banner a:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.5);
        content: '';
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,300%,0);
    }

    .banner a:hover:before {
        -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-300%,0);
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-300%,0);
    }

.banner-img {
    position: relative;
}

    .banner-img a:before {
        content: "";
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        z-index: 9;
        border-top: 1px solid rgba(255, 255, 255, 0.8);
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        transform: scale(0, 1);
    }

    .banner-img a:after {
        content: "";
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        z-index: 9;
        border-right: 1px solid rgba(255, 255, 255, 0.8);
        border-left: 1px solid rgba(255, 255, 255, 0.8);
        transform: scale(1, 0);
    }

    .banner-img a:hover:before, .banner-img a:hover:after {
        transform: scale(1);
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }


/*-----------------
[11. Page content]
*/
.content-page {
    padding-bottom: 30px;
}
/*------------------
[11.1 Category featured]
*/
.category-featured {
    margin-top: 20px;
    /*-webkit-box-shadow: 0px 0px 2px 1px rgba(161,161,161,1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(161,161,161,1);
    box-shadow: 0px 0px 2px 1px rgba(161,161,161,1);*/
    -webkit-box-shadow: 0px 0px 2px 0px rgb(208, 208, 208);
    -moz-box-shadow: 0px 0px 2px 0px rgb(208, 208, 208);
    box-shadow: 0px 0px 2px 0px rgb(208, 208, 208);
}

/*------------------
[11.1.1 Banner featured]
*/
.category-banner {
    overflow: hidden;
}

    .category-banner .banner {
        padding: 0;
        overflow: hidden;
    }

.featured-text {
    position: absolute;
    left: -5px;
    top: -5px;
    background: url('/images/featured2.png') no-repeat;
    width: 75px;
    height: 75px;
    z-index: 100;
}

    .featured-text span {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        width: 100%;
        height: 20px;
        line-height: 24px;
        float: right;
        margin-top: 24px;
        margin-right: 17px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        color: #003366;
        font-weight: bold;
        text-indent: -999px;
    }
/*------------------
[11.1.2 Product featured]
*/
.product-featured {
    margin-top: 10px;
    background: #fff;
}

    .product-featured .product-featured-content {
        width: 100%;
        float: left;
    }

        .product-featured .product-featured-content .product-featured-list {
            margin-right: 234px;
            overflow: hidden;
        }

    .product-featured .banner-featured {
        width: 234px;
        float: right;
        margin-left: -100%;
        position: relative;
    }

    .product-featured .product-list li {
        border-left: 1px solid #eaeaea;
        padding-bottom: 10px;
        min-height: 350px;
    }

    .product-featured .product-list .owl-stage .active:last-child li {
        border: none;
    }

    .product-featured .owl-prev,
    .product-featured .owl-next {
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
        opacity: 0;
        visibility: hidden;
    }

    .product-featured .owl-next {
        left: -50px;
    }

    .product-featured .owl-prev {
        right: -50px;
    }

    .product-featured .owl-carousel:hover .owl-prev {
        right: 0;
        opacity: 1;
        visibility: inherit;
    }

    .product-featured .owl-carousel:hover .owl-next {
        left: 0;
        opacity: 1;
        visibility: inherit;
    }

/*
[11.2 Banner bootom]
*/
.banner-bottom {
    margin-top: 20px;
}

.owl-carousel .item {
    background: #eaeaea;
}



/*----------------
[12. Brand showcase]
*/
.brand-showcase {
    margin-top: 30px;
}

    .brand-showcase .brand-showcase-title {
        font-size: 16px;
        text-transform: uppercase;
        color: #333;
        font-weight: bold;
        border-bottom: 3px solid #ff3366;
        line-height: 40px;
        padding-right: 10px;
    }

.brand-showcase-box {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    padding-bottom: 30px;
}

    .brand-showcase-box .brand-showcase-logo {
    }

        .brand-showcase-box .brand-showcase-logo .owl-item:last-child {
            margin-left: 0 !important;
        }

        .brand-showcase-box .brand-showcase-logo li {
            background: #eaeaea;
            cursor: pointer;
        }

            .brand-showcase-box .brand-showcase-logo li:hover, .brand-showcase-box .brand-showcase-logo li.active {
                background: #fff;
            }

        .brand-showcase-box .brand-showcase-logo .owl-prev,
        .brand-showcase-box .brand-showcase-logo .owl-next {
            top: -18px;
        }

        .brand-showcase-box .brand-showcase-logo .owl-next {
        }

        .brand-showcase-box .brand-showcase-logo .owl-prev {
            right: inherit;
            left: 26px;
        }

        .brand-showcase-box .brand-showcase-logo .fa {
            font-weight: bold;
        }

.brand-showcase-content .brand-showcase-content-tab {
    display: none;
}

.brand-showcase-content .active {
    display: block;
}

.trademark-info {
    padding-right: 45px !important;
}

    .trademark-info .trademark-logo,
    .trademark-info .trademark-desc {
        border-bottom: 1px dotted #999999;
        padding-bottom: 20px;
    }

    .trademark-info .trademark-logo {
        margin-top: 30px;
    }

    .trademark-info .trademark-desc {
        line-height: 18px;
        margin-top: 20px;
    }

    .trademark-info .trademark-link {
        line-height: 30px;
        text-transform: uppercase;
        border: 1px solid #999;
        padding: 0 10px 0 15px;
        margin-top: 20px;
        float: right;
    }

        .trademark-info .trademark-link:after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f0da";
            padding-right: 12px;
        }

.trademark-product {
    padding-left: 45px;
}

    .trademark-product .product-item {
        margin-top: 30px;
    }

    .trademark-product .image-product {
        float: right;
        width: 40%;
    }

    .trademark-product .info-product {
        float: left;
        width: 60%;
        padding-right: 20px;
        line-height: 35px;
        padding-top: 20px;
    }

        .trademark-product .info-product .product-price {
            font-size: 18px;
            color: #F36;
            font-weight: bold;
        }

        .trademark-product .info-product .product-star {
            color: #ff9900;
            font-size: 13px;
        }

        .trademark-product .info-product .quick-view a {
            width: 25px;
            height: 25px;
            display: inline-block;
            background: rgba(0,0,0,0.7);
            color: #fff;
            text-align: center;
        }

        .trademark-product .info-product .btn-view-more {
            height: 26px;
            text-align: center;
            line-height: 24px;
            padding: 0 15px;
            display: inline-block;
            border: 1px solid #eaeaea;
        }

            .trademark-product .info-product .btn-view-more:hover {
                background: #ff3366;
                color: #fff;
            }

        .trademark-product .info-product .quick-view a .fa {
            text-align: center;
            line-height: 25px;
        }

        .trademark-product .info-product .quick-view a:hover {
            background: #ff3366;
        }


/*------------------
[12. Hot categories]
*/
#hot-categories {
    margin-top: 30px;
}

.group-title-box {
    margin-bottom: 20px;
}

.group-title {
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
    padding-bottom: 7px;
}

    .group-title span {
        border-bottom: 3px solid #ff3366;
        text-transform: uppercase;
        padding: 5px 10px;
    }

.cate-box {
    padding-bottom: 20px;
}

    .cate-box .cate-tit {
        background: #f4f4f4;
        height: 110px;
        overflow: hidden;
    }

        .cate-box .cate-tit .div-1 {
            width: 46%;
            float: right;
            padding-right: 25px;
            padding-left: 15px;
        }

.cate-name-wrap {
    display: table;
    margin-bottom: 18px;
}

.cate-box .cate-name {
    font-size: 16px;
    font-weight: bold;
    height: 55px;
    display: table-cell;
    vertical-align: bottom;
}

.cate-box .cate-link {
    padding: 4px 4px 3px 7px;
    background: #999999;
    text-decoration: none;
    color: #fff;
}

    .cate-box .cate-link:hover {
        background: #ff3366 !important;
    }

.cate-link span {
    padding-left: 12px;
    background: url('/data/cate-readmore-arrow.png') left 2px top 50% no-repeat;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
}

.cate-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .cate-content ul {
        list-style: none;
    }

        .cate-content ul li a:before {
            display: inline-block;
            font-family: FontAwesome;
            content: "\f105";
            padding: 0 10px;
            font-weight: bold;
        }

.cate-box .div-2 {
    width: 54%;
    float: right;
    padding-top: 10px;
    overflow: hidden;
}

/** add-box **/
#address-list .tit-name {
    float: right;
    font-weight: bold;
    width: 100%;
    /*width: 70px;
    padding-left: 5px;*/
}

#address-list {
    margin-top: 18px;
}

    #address-list .tit-contain {
        display: flex;
    }
/** #introduce-box **/
#introduce-box {
    margin-top: 40px;
}

.introduce-title {
    text-transform: uppercase;
    font-size: 16px;
    list-style: none;
    font-weight: bold;
    margin-bottom: 8px;
}

.introduce-list li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.introduce-list {
    padding-right: 16px;
    list-style: inherit;
}
/** contact-box **/
#mail-box {
    margin-bottom: 20px;
}

    #mail-box input {
        height: 30px;
        background: #fff;
        width: 100%;
        padding-right: 10px;
    }

    #mail-box .btn {
        font-weight: bold;
        color: #fff;
        height: 30px;
        border-radius: 0;
        background: #ff3366;
        border: none;
        outline: none;
    }

        #mail-box .btn:hover {
            z-index: 0;
            opacity: 0.8;
            transition: 0.3s;
        }

/** /#introduce-box **/
/** #trademark-box **/
#trademark-text-box {
    font-size: 13px;
}

#trademark-list {
    list-style: outside none none;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    margin-top: 30px;
}

    #trademark-list li {
        display: inline-block;
        padding: 10px 11px;
    }

        #trademark-list li:last-child {
            padding-left: 0;
        }

    #trademark-list #payment-methods {
        display: table-cell;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: bold;
        padding-right: 0px;
    }

.trademark-text-tit {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.trademark-list {
    list-style: none;
    margin-bottom: 10px;
}

    .trademark-list li {
        display: inline;
        padding: 0 7px 0 5px;
        border-left: 1px solid #666666;
    }

        .trademark-list li:first-child {
            border-left: none;
            padding-left: 0;
            padding-right: 0;
        }

        .trademark-list li:last-child {
            border-left: 0;
            padding-left: 0;
        }

.social-link a {
    display: block;
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

    .social-link a:hover {
        opacity: 0.8;
    }

.social-link .fa {
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 0px;
}

.social-link .fa-facebook {
    background: #415a99;
}

.social-link .fa-pinterest-p {
    background: #cb222a;
}

.social-link .fa-vk {
    background: #5b7fa6;
}

.social-link .fa-twitter {
    background: #00caff;
}

.social-link .fa-google-plus {
    background: #da4735;
}

.social-link .sharebtn {
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding-top: 7px;
}

.social-link .telegram {
    background-color: #0088cc;
}

.social-link .instagram {
    background: #fb3958;
}

.social-link .aparat {
    background-color: rgb(237, 20, 91);
}

.social-link .youtube {
    background-color: #ff0085;
}

/** #footer-menu-box **/
#footer {
    background: #000841;
    background: linear-gradient(to left, #000841, #8b92be);
    color: #fff !important;
}

    #footer a {
        color: #333 !important;
    }

#footer-menu-box {
    border-top: 1px solid #E1E1E1;
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.footer-menu-list {
    list-style: none;
    text-align: center;
    margin-bottom: 5px;
}

    .footer-menu-list li {
        display: inline;
        padding: 0 7px 0 5px;
        border-left: 1px solid #0066cc;
    }

        .footer-menu-list li:last-child {
            border-left: none;
        }

        .footer-menu-list li a {
            color: #0066cc;
        }

            .footer-menu-list li a:hover {
                text-decoration: underline;
                transition: all 0.3s;
            }

.scroll_top {
    width: 25px;
    height: 25px;
    position: fixed;
    display: none;
    font-size: 0;
    z-index: 1000;
    left: 2px;
    bottom: 20px;
    background: #666;
    display: none;
}

    .scroll_top:hover {
        background: #F36;
    }

    .scroll_top:before {
        content: "\f106";
        font-family: "FontAwesome";
        font-size: 14px;
        color: #fff;
        text-align: center;
        width: 25px;
        height: 25px;
        line-height: 25px;
        display: block;
    }


/*------------------
[15. Breadcrumb]
*/
.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    padding: 5px 0px 0 0px;
    line-height: normal;
}

    .breadcrumb > a {
        font-size: 12px;
        padding: 3px 5px;
        color: #8c99a7;
        position: relative;
        margin-left: 10px;
        display: inline-block;
        margin-bottom: 10px;
    }

        .breadcrumb > a:after {
            font: normal normal normal 12px/1 FontAwesome;
            content: "\f104";
            position: absolute;
            left: -10px;
            top: 8px;
            color: #8c99a7;
        }

        .breadcrumb > a:last-child:after {
            font: normal normal normal 12px/1 FontAwesome;
            content: " ";
        }


/*------------------
[16. Columns]
*/
#columns {
    padding-bottom: 30px;
}

/*--------------
16.1 right column
*/
#right_column {
    padding: 0px 15px 0px 7px;
}

    #right_column .right-module {
        margin-bottom: 10px;
        overflow: hidden;
    }

        #right_column .right-module .owl-dots {
            bottom: 5px;
        }

        #right_column .right-module:last-child {
            margin-bottom: 0;
        }

        #right_column .right-module img {
            margin: 0 auto;
        }

    #right_column .block {
        border: 1px solid #007db0;
        background: #fff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        #right_column .block .title_block {
            font-size: 13px;
            font-weight: bold;
            border-bottom: 1px solid #007db0;
            padding: 12px 15px;
            background-color: #007db0;
            position: relative;
            cursor: pointer;
            color: #fff;
        }

            #right_column .block .title_block:before {
                content: "\f0d7";
                font-family: "FontAwesome";
                font-size: 17px;
                color: #007db0;
                position: absolute;
                bottom: -15px;
                right: calc(50% - 10px);
            }

        #right_column .block .block_content {
            padding: 10px 15px;
            height: auto !important;
            overflow: initial !important;
        }

            #right_column .block .block_content.store-contact .Item {
                position: relative;
                padding-right: 20px;
                margin-bottom: 10px;
                font-weight: bold;
            }

                #right_column .block .block_content.store-contact .Item a {
                    color: #4a98dc;
                }


                    #right_column .block .block_content.store-contact .Item a:hover {
                        color: #67c3ff;
                    }

                #right_column .block .block_content.store-contact .Item .fa {
                    position: absolute;
                    right: 0;
                }

            #right_column .block .block_content.store-video {
                background-color: #666;
            }

                #right_column .block .block_content.store-video .video-item {
                    cursor: pointer;
                    text-align: center;
                    padding: 50px;
                }

                    #right_column .block .block_content.store-video .video-item .play {
                        position: relative;
                        display: inline-block;
                        width: 6em;
                        height: 6em;
                        border-radius: 50%;
                        background: #df0f50;
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                    }

                        #right_column .block .block_content.store-video .video-item .play:hover {
                            background: #fb2e6e;
                        }

                    #right_column .block .block_content.store-video .video-item svg {
                        color: #fff;
                    }

.layered .layered_subtitle {
    color: #666;
    font-size: 16px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.layered .layered-content {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.layered-category .layered-content {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.tree-menu li {
    line-height: 24px;
}

    .tree-menu li:hover > a,
    .tree-menu li.active > a,
    .tree-menu li:hover > span:before,
    .tree-menu li.active > span:before {
        color: #ff3366;
    }

.tree-menu > li > span:before {
    content: "\f104";
    font-size: 14px;
    display: inline-block;
    text-align: left;
    color: #666;
    font-family: "FontAwesome";
    padding-left: 12px;
    color: #ccc;
    font-weight: bold;
    cursor: pointer;
}

.tree-menu > li > span.open:before {
    content: "\f107";
    font-size: 14px;
    display: inline-block;
    text-align: left;
    color: #666;
    font-family: "FontAwesome";
    padding-left: 12px;
    color: #ccc;
    font-weight: bold;
    cursor: pointer;
}

.tree-menu > li > ul {
    padding-right: 17px;
    display: none;
}

    .tree-menu > li > ul > li {
        margin-bottom: 3px;
    }

        .tree-menu > li > ul > li:last-child {
            border: none;
        }

        .tree-menu > li > ul > li > span:before {
            content: "\f0d9";
            font-size: 14px;
            display: inline-block;
            text-align: left;
            color: #666;
            font-family: "FontAwesome";
            padding-left: 12px;
            color: #ccc;
        }

/** FILTER PRICE **/
.layered-filter-price .amount-range-price {
    padding: 25px 0;
    font-size: 0.9em;
    font-family: WebYekan;
}

.layered-filter-price .slider-range-price {
    height: 7px;
    background: #428bca;
    border: none;
    border-radius: 0;
}

    .layered-filter-price .slider-range-price .ui-widget-header {
        background: #ccc;
        height: 7px;
    }

    .layered-filter-price .slider-range-price .ui-slider-handle {
        border: none;
        border-radius: 0;
        background: rgba(0, 0, 0, 0.00) url("/images/range-icon.png") no-repeat;
        cursor: pointer;
    }

.check-box-list {
    overflow: hidden;
}

    .check-box-list li {
        line-height: 24px;
    }

    .check-box-list label {
        display: inline-block;
        cursor: pointer;
        line-height: 12px;
        position: relative;
        padding-right: 17px;
    }

        .check-box-list label .button {
            position: absolute;
            right: 0px;
            top: 6px;
        }

        .check-box-list label span {
            line-height: 2em;
            display: inline-block;
        }

        .check-box-list label:hover {
            color: #428bca;
        }

    .check-box-list input[type="checkbox"] {
        display: none;
    }

        .check-box-list input[type="checkbox"] + label span.button {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-left: 5px;
            background: url("/images/checkbox.png") no-repeat;
            padding: 0;
            border: none;
        }

        .check-box-list input[type="checkbox"]:checked + label span.button {
            background: #428bca url("/images/checked.png") no-repeat center center;
        }

        .check-box-list input[type="checkbox"]:checked + label {
            color: #428bca;
        }

    .check-box-list label span.count {
        color: #a4a4a4;
        margin-right: 2px;
    }

.filter-color ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-right: -5px;
    margin-left: -5px;
    margin-top: -5px;
}

.filter-color li {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: normal;
    float: right;
    padding: 5px;
}

    .filter-color li label {
        border: 1px solid #eaeaea;
        width: 20px;
        height: 20px;
        padding-top: 6px;
        padding-right: 6px;
        float: right;
    }

    .filter-color li input[type="checkbox"] + label span.button {
        background: none;
        margin: 0;
    }

    .filter-color li input[type="checkbox"]:checked + label {
        border-color: #ff3366;
    }

.filter-size {
    max-height: 200px;
    overflow-y: auto;
}

    .filter-size li {
        width: 50%;
        float: right;
    }

.owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}

    .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background: #adadad;
        display: inline-block;
        margin: 0 3px;
        border-radius: 90%;
    }

        .owl-dots .owl-dot.active {
            background: #c92228;
        }

/** special-product**/
.products-block {
    overflow: hidden;
}

    .products-block .products-block-right {
        width: 75px;
        float: right;
    }

    .products-block .products-block-left {
        margin-right: 85px;
    }

    .products-block .product-price {
        color: #4caf50;
        font-weight: bold;
        line-height: 35px;
    }

    .products-block .product-star {
        color: #ff9900;
    }

.products-block-bottom {
    padding-top: 15px;
}

.products-block .link-all {
    height: 35px;
    width: 120px;
    border: 1px solid #ff3366;
    line-height: 33px;
    font-size: 14px;
    color: #ff3366;
    display: block;
    margin: 0 auto;
    text-align: center;
    clear: both;
    background: #ff3366;
    color: #fff;
}

    .products-block .link-all:hover {
        opacity: 0.8;
    }

    .products-block .link-all:after {
        font: normal normal normal 13px/1 FontAwesome;
        content: "\f101";
        margin-right: 10px;
    }

.best-sell li {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
    display: block;
    overflow: hidden;
}

    .best-sell li:first-child {
        padding-top: 0;
    }

    .best-sell li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

.owl-best-sell {
    padding-bottom: 35px;
}

#right_column .block .block_content.product-onsale {
    padding: 15px 20px;
}

    #right_column .block .block_content.product-onsale .product-list {
        padding-bottom: 25px;
    }

        #right_column .block .block_content.product-onsale .product-list .product-container {
            border: none;
        }


.product-bottom {
    padding-top: 10px;
    text-align: center;
}

.AddToCartDiv {
    margin: 15px 0px;
}

.AddToCartDiv {
    margin: 10px 0px;
    float: right;
    display: flex;
    align-items: center;
}

    .AddToCartDiv > div {
        position: relative;
    }

.btn-add-cart {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
    clear: both;
    padding: 7px;
}

#CreateEditPriceInquiryForm .form-group {
    margin-bottom: 10px;
}

#CreateEditPriceInquiryForm .store-info {
    padding: 10px;
    background-color: #dee5f1;
}

.btn-add-cart:hover, .btn-add-cart:active, .btn-add-cart:focus {
    color: #fff !important;
}

.AddToCartDiv .btn-add-cart {
    line-height: normal;
    padding: 7px 20px;
}
/*.btn-add-cart:before {
        width: 16px;
        height: 100%;
        float: right;
        background: url("/images/cart.png") no-repeat scroll right center;
        content: " ";
    }*/

.btn-buy-now {
    height: 35px;
    width: 160px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    clear: both;
    background: #fd9729;
    border-radius: 5px;
}

.btn-add-cart:hover {
    color: #fff;
    opacity: 0.8;
}


.btn-showmore-store {
    line-height: 1;
    font-size: 12px;
    color: #333;
    padding: 10px 0px;
    cursor: pointer;
}

    .btn-showmore-store:hover {
        color: #575757;
    }

a.btn-showmore-store:hover {
    color: #fff !important;
    background-color: #C1272D;
}

/** tags **/
.tags {
    line-height: 26px;
}

    .tags span {
        padding: 0 5px;
    }

    .tags .level1 {
        font-size: 12px;
    }

    .tags .level2 {
        font-size: 16px;
    }

    .tags .level3 {
        font-size: 18px;
    }

    .tags .level4 {
        font-size: 20px;
    }

    .tags .level5 {
        font-size: 24px;
    }

/** testimonials **/
.testimonials {
    padding-bottom: 38px;
}

    .testimonials .client-mane {
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
    }

    .testimonials .client-avarta {
        margin-top: 10px;
        text-align: center;
    }

        .testimonials .client-avarta img {
            width: 110px;
            height: 110px;
            border: 3px solid #eaeaea;
            border-radius: 90%;
            margin: 0 auto;
        }

/*--------------------
[16.2 Center column]
*/

.category-slider .owl-prev,
.category-slider .owl-next {
    background: #aaa;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

    .category-slider .owl-prev:hover,
    .category-slider .owl-next:hover {
        background: #ff3366;
    }

.category-slider .owl-prev {
    right: 50%;
}

.category-slider .owl-next {
    left: 50%;
}

.category-slider:hover .owl-next {
    left: 0;
    visibility: inherit;
    opacity: 1;
}

.category-slider:hover .owl-prev {
    right: 0;
    visibility: inherit;
    opacity: 1;
}

/** subcategories **/
.subcategories {
    border: 1px solid #e4e4e4;
    margin-top: 20px;
}

    .subcategories ul {
        overflow: hidden;
    }

    .subcategories li {
        display: inline;
        float: right;
    }

        .subcategories li a {
            height: 34px;
            float: right;
            line-height: 34px;
            padding: 0 40px;
            font-size: 13px;
        }

            .subcategories li a:hover {
                background: #f2f2f2;
                color: #666;
            }

        .subcategories li.current-categorie {
            position: relative;
        }

            .subcategories li.current-categorie:after {
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f0d9";
                position: absolute;
                left: -5px;
                top: 50%;
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                color: #000;
            }

            .subcategories li.current-categorie a {
                background: #000;
                color: #fff;
                font-size: 14px;
                font-weight: bold;
            }

.view-product-list {
    margin-top: 20px;
    position: relative;
}

.page-heading {
    position: relative;
    font-size: 24px;
}

    .page-heading span.page-heading-title {
        border-bottom: 3px solid #ff3366;
        position: absolute;
        bottom: -1px;
    }

    .page-heading span.page-heading-title2 {
        font-family: IRANSans;
        color: #666;
    }

.no-line {
    border-bottom: none;
}

.SearchSelectOPtion {
    position: relative;
    margin-bottom: 5px;
    height: 35px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

    .SearchSelectOPtion #SearchInCategory {
        padding: 4px 10px;
        border: 1px solid #dad3d3;
        border-radius: 3px;
        width: 210px;
        font-size: 0.8em;
    }



    .SearchSelectOPtion select {
        height: 30px;
    }

#FeaturesMulti-valued {
    margin-top: 7px;
    padding: 10px 5px 0px 5px;
    background-color: #fff;
    border-radius: 5px;
}

    #FeaturesMulti-valued .FillterItem {
        display: block;
        margin: 0px;
    }

    #FeaturesMulti-valued .Title {
        margin-bottom: 10px;
        font-size: 1.2em;
        display: flex;
        align-items: center;
        padding: 0px 5px;
    }

    #FeaturesMulti-valued .col-sm-2 {
        padding: 0px 5px;
        cursor: pointer;
        margin-bottom: 10px;
    }

        #FeaturesMulti-valued .col-sm-2 .fa-angle-down {
            padding: 0px;
            position: absolute;
            top: 8px;
            left: 5px;
        }

        #FeaturesMulti-valued .col-sm-2 .BoxSpecialFeature {
            position: relative;
            font-size: 0.9em;
        }

            #FeaturesMulti-valued .col-sm-2 .BoxSpecialFeature .TitleSpecialFeature {
                padding: 3px 5px 5px 15px;
                background-color: #FAFAFA;
                position: relative;
                width: 100%;
                border: 1px solid #B3B3B3;
                color: #333;
                border-radius: 3px;
            }

                #FeaturesMulti-valued .col-sm-2 .BoxSpecialFeature .TitleSpecialFeature p {
                    overflow: hidden !important;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                #FeaturesMulti-valued .col-sm-2 .BoxSpecialFeature .TitleSpecialFeature:hover {
                    border-bottom-right-radius: 0px;
                    border-bottom-left-radius: 0px;
                }



            #FeaturesMulti-valued .col-sm-2 .BoxSpecialFeature ul.MultiValuesSF {
                position: absolute;
                top: 100%;
                background-color: #FAFAFA;
                width: 350px;
                z-index: 10000;
                padding: 5px;
                display: none;
                border: 1px solid #B3B3B3;
                border-top: 1px solid #c7c2c2;
                color: #333;
            }

                #FeaturesMulti-valued .col-sm-2 .BoxSpecialFeature ul.MultiValuesSF li {
                    display: inline;
                    float: right;
                    padding: 5px 0px;
                    width: 50%;
                }

            #FeaturesMulti-valued .col-sm-2 .BoxSpecialFeature .TitleSpecialFeature:hover ul.MultiValuesSF {
                display: block;
            }

        #FeaturesMulti-valued .col-sm-2:nth-child(1) .BoxSpecialFeature ul.MultiValuesSF {
            right: -1px;
        }

        #FeaturesMulti-valued .col-sm-2:nth-child(2) .BoxSpecialFeature ul.MultiValuesSF {
            right: -1px;
        }

        #FeaturesMulti-valued .col-sm-2:nth-child(3) .BoxSpecialFeature ul.MultiValuesSF {
            right: -1px;
        }

        #FeaturesMulti-valued .col-sm-2:nth-child(4) .BoxSpecialFeature ul.MultiValuesSF {
            left: -1px;
        }

        #FeaturesMulti-valued .col-sm-2:nth-child(5) .BoxSpecialFeature ul.MultiValuesSF {
            left: -1px;
        }

        #FeaturesMulti-valued .col-sm-2:nth-child(6) .BoxSpecialFeature ul.MultiValuesSF {
            left: -1px;
        }

        #FeaturesMulti-valued .col-sm-2 .BoxSpecialFeature .TitleSpecialFeaturechecked {
            color: #b10808;
            border: 1px solid #b10808;
        }

        #FeaturesMulti-valued .col-sm-2 .BoxSpecialFeature ul.MultiValuesSF .checked {
            color: #b10808;
        }

    #FeaturesMulti-valued .SelectedFillters {
        border-top: 1px solid #e5e5e5;
        position: relative;
        padding-left: 115px;
        min-height: 45px;
    }

        #FeaturesMulti-valued .SelectedFillters .DeleteAllSelecteFillters {
            border: 1px solid #333;
            background-color: #333;
            color: #fff;
            padding: 5px;
            border-radius: 5px;
            position: absolute;
            left: 0px;
            top: 5px;
        }

        #FeaturesMulti-valued .SelectedFillters .col-xs-4 {
            padding: 5px;
            display: flex;
            align-items: stretch;
        }

            #FeaturesMulti-valued .SelectedFillters .col-xs-4:nth-child(3n-1) {
                clear: both;
            }

            #FeaturesMulti-valued .SelectedFillters .col-xs-4 > div {
                width: 50%;
                display: flex;
                align-items: center;
                font-size: 0.9em;
            }

            #FeaturesMulti-valued .SelectedFillters .col-xs-4 > .FillterSelectedTitle {
                padding-left: 5px;
                color: #484747;
            }

            #FeaturesMulti-valued .SelectedFillters .col-xs-4 > .FillterSelectedValue {
                border: 1px solid #F44336;
                padding: 5px;
                border-radius: 3px;
                color: #565454;
                padding-left: 12px;
                position: relative;
            }

                #FeaturesMulti-valued .SelectedFillters .col-xs-4 > .FillterSelectedValue:hover {
                    background-color: #eb0a42;
                    color: #fff;
                }

                #FeaturesMulti-valued .SelectedFillters .col-xs-4 > .FillterSelectedValue Seltitle {
                    font-size: 0.8em !important;
                }

                #FeaturesMulti-valued .SelectedFillters .col-xs-4 > .FillterSelectedValue .fa-remove {
                    position: absolute;
                    left: 3px;
                    padding: 0px;
                    cursor: pointer;
                    top: 5px;
                }

/** botton view option **/

.display-product-option {
    position: absolute;
    left: 5px;
    top: 3px;
    height: 30px;
    text-align: left;
}

    .display-product-option li {
        margin-right: 5px;
    }

        .display-product-option li select {
            padding: 0px 5px;
        }

        .display-product-option li.view-as-grid span {
            width: 30px;
            height: 30px;
            display: block;
            cursor: pointer;
            text-indent: -9999px;
            background: url("/images/grid.png");
            background-size: 100% 100%;
            border: none;
            float: right;
        }

        .display-product-option li.view-as-grid-selected span {
            width: 30px;
            height: 30px;
            display: block;
            cursor: pointer;
            text-indent: -9999px;
            background: url("/images/gridSelected.png");
            background-size: 100% 100%;
            border: none;
            float: right;
            cursor: default;
        }

        .display-product-option li.view-as-list span {
            width: 30px;
            height: 30px;
            display: block;
            float: right;
            cursor: pointer;
            text-indent: -9999px;
            background: url("/images/List.png");
            background-size: 100% 100%;
            border: none;
            float: left;
        }

        .display-product-option li.view-as-list-selected span {
            width: 30px;
            height: 30px;
            display: block;
            float: right;
            cursor: pointer;
            text-indent: -9999px;
            background: url("/images/ListSelected.png");
            background-size: 100% 100%;
            border: none;
            float: left;
            cursor: default;
        }

.view-product-list .product-list.grid {
    margin: 0px -7px 0px -7px;
}

    .view-product-list .product-list.grid .ProductHorzontalDiv {
        margin: 0px 7px 7px 7px;
    }


.product-list .product-container {
    border: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 10px;
    background-color: #fff;
    border-radius: 3px;
}

    .product-list .product-container:hover {
        border: 1px solid #d5d5d5;
    }

.product-list .info-orther {
    display: none;
}

.product-list.grid li {
    padding: 7px;
}

.product-list.grid .info-orther {
    display: none;
}

.product-list.list li {
    width: 100%;
    margin-top: -1px;
}

    .product-list.list li .product-container {
        border: none;
        border-bottom: 1px solid #eaeaea;
        border-right: 1px solid transparent;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .product-list.list li:first-child .product-container {
        margin-top: 20px;
    }

    .product-list.list li:hover .product-container {
        border: 1px solid #eaeaea;
    }

.product-list.list .right-block {
    width: 29%;
    float: right;
    position: inherit;
}

.product-list.list .add-to-cart {
    top: 70px;
    left: 36px;
    right: inherit;
    bottom: inherit;
    width: 129px;
    height: 36px;
    background: #ff3366;
    line-height: 36px;
    position: absolute;
}

    .product-list.list .add-to-cart a {
        height: 36px;
        background: url("/images/cart.png") no-repeat right center;
        width: 114px;
    }

.product-list.list .quick-view {
    width: 129px;
    left: 36px;
    top: 120px;
    text-align: center;
    padding-right: 5px;
}

    .product-list.list .quick-view a {
        margin: 0 10px;
    }

        .product-list.list .quick-view a:last-child {
            margin: 0;
        }

        .product-list.list .quick-view a.heart {
            margin-right: inherit;
        }

        .product-list.list .quick-view a.compare {
            margin-right: inherit;
        }

        .product-list.list .quick-view a.search {
            margin-right: inherit;
        }

.product-list.list .group-price {
    top: 34px;
    right: 25px;
}

.product-list.list .product-star {
    width: 100%;
    float: right;
    text-align: right;
    font-size: 14px;
    line-height: 26px;
    padding-top: 6px;
}

.product-list.list li .content_price {
    margin-top: -3px;
}

.product-list.list .left-block {
    width: 71%;
    float: right;
    margin-top: 20px;
    line-height: 26px;
}

.product-list.list .info-orther {
    display: block;
}

.product-list.list .left-block .product-name {
    font-size: 18px;
}

.product-list.list .left-block .availability span {
    color: #009966;
}

.product-list.list .left-block .product-desc {
    line-height: 24px;
    margin-top: 20px;
}

.product-list.style2.grid .add-to-cart {
    position: inherit;
    background: none;
    margin-top: 5px;
}

    .product-list.style2.grid .add-to-cart a {
        background: #ff3366;
        padding: 0 15px;
    }

        .product-list.style2.grid .add-to-cart a:hover {
            opacity: 0.8;
        }

        .product-list.style2.grid .add-to-cart a:before {
            content: '';
            width: 16px;
            height: 100%;
            background: url("/images/cart.png") no-repeat right center;
            float: right;
            margin-left: 10px;
        }

/** sortPagiBar **/
.sortPagiBar {
    margin-top: 20px;
}

    .sortPagiBar .page-noite {
        line-height: 30px;
    }

    .sortPagiBar .sort-product,
    .sortPagiBar .show-product-item {
        float: left;
        border: 1px solid #eaeaea;
        height: 31px;
        margin-right: 23px;
    }

    .sortPagiBar select {
        background: transparent;
        padding: 0 10px;
        height: 29px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("/images/dropdown.png") no-repeat left center #fafafa;
        padding-left: 20px;
        display: inline-block;
        font-size: 13px;
    }

    .sortPagiBar .sort-product .sort-product-icon {
        display: inline-block;
        width: 38px;
        text-align: center;
        float: left;
        height: 29px;
        border-right: 1px solid #eaeaea;
        background: #fafafa;
        padding-top: 8px;
    }

    .sortPagiBar .bottom-pagination {
        width: auto;
        float: left;
        margin-right: 23px;
    }

        .sortPagiBar .bottom-pagination .pagination {
            padding: 0;
            margin: 0;
            border-radius: 0;
        }

            .sortPagiBar .bottom-pagination .pagination a:hover {
                background: #ff3366;
                color: #fff;
            }

            .sortPagiBar .bottom-pagination .pagination .active a {
                background: #ff3366;
                color: #fff;
            }

            .sortPagiBar .bottom-pagination .pagination > li:first-child > a,
            .sortPagiBar .bottom-pagination .pagination > li:first-child > span {
                margin-right: 0px;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

            .sortPagiBar .bottom-pagination .pagination > li > a,
            .sortPagiBar .bottom-pagination .pagination > li > span {
                position: relative;
                float: right;
                padding: 5px 12px;
                margin-right: -1px;
                line-height: 1.42857;
                color: #999;
                text-decoration: none;
                background-color: #fafafa;
                border: 1px solid #eaeaea;
            }

            .sortPagiBar .bottom-pagination .pagination > li:last-child > a,
            .sortPagiBar .bottom-pagination .pagination > li:last-child > span {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }



/*----------------------
[17. Order page]
*/
.page-content {
    /*margin-top: 10px;*/
}

.page-order ul.step {
    width: 100%;
    clear: both;
    overflow: hidden;
}

    .page-order ul.step li {
        display: inline;
        line-height: 30px;
        width: 25%;
        float: right;
        border-bottom: 3px solid #ccc;
        font-size: 13px;
    }

        .page-order ul.step li.current-step {
            border-bottom: 3px solid #428bca;
        }

.page-order .heading-counter {
    padding: 15px 0px;
    color: #428bca;
    display: block;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 0px;
}

.page-order .table-bordered {
    font-size: 1em;
}

.page-order .cart_navigation a {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
}

.page-order .cart_avail {
    text-align: center;
}

    .page-order .cart_avail .label {
        white-space: normal;
        display: inline-block;
        padding: 6px 10px;
        font-size: 12px;
        border-radius: 0px;
    }


    .page-order .cart_avail .label-success {
        background: #FFF;
        border: 1px solid #55c65e;
        color: #48b151;
        font-weight: normal;
        line-height: normal;
        padding: 5px;
        border-radius: 3px;
    }

.page-order .cart_navigation a.next-btn {
    float: left;
    background: #ff3366;
    color: #fff;
    border: 1px solid #ff3366;
}

    .page-order .cart_navigation a.next-btn:hover {
        opacity: 0.8;
    }

.page-order .cart_navigation a.prev-btn {
    float: right;
}

    .page-order .cart_navigation a.prev-btn:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f104";
        padding-left: 15px;
    }

.page-order .cart_navigation a.next-btn:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f104";
    padding-right: 15px;
}

.page-order .cart_navigation a:hover {
    background: #ff3366;
    color: #fff;
}

.cart_summary > thead,
.cart_summary > tfoot {
    background: #f7f7f7;
    font-size: 16px;
}

    .cart_summary > thead > th {
        border-bottom-width: 1px;
        padding: 20px;
    }

.cart_summary td {
    vertical-align: middle !important;
    padding: 20px;
}

.cart_summary .table > tbody > tr > td, .table > tbody > tr > th,
.cart_summary .table > tfoot > tr > td, .table > tfoot > tr > th,
.cart_summary .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px;
    background: #f7f7f7;
}

.cart_summary img {
    max-width: 100px;
}

.cart_summary td.cart_product {
    padding: 10px;
}

.cart_summary .price {
    text-align: right;
    width: 110px;
}

.cart_summary .qty {
    text-align: center;
    width: 100px;
}

    .cart_summary .qty #ProductQuantity {
        text-align: center;
    }


    .cart_summary .qty .input-group .input-group-addon {
        border: 1px solid #d5d5d5;
        padding: 0 5px;
        cursor: pointer;
    }

        .cart_summary .qty .input-group .input-group-addon:hover {
            background-color: rgb(141, 139, 139);
        }

        .cart_summary .qty .input-group .input-group-addon .fa {
            margin-left: 0;
            color: #605e5e;
        }


.cart_summary .action {
    text-align: center;
    background: #f8e8f1;
}

    .cart_summary .action a {
        background: url("/images/delete_icon.png") no-repeat center center;
        font-size: 0;
        height: 9px;
        width: 9px;
        display: inline-block;
        line-height: 24px;
    }

.cart_summary tfoot {
    text-align: left;
}

.cart_navigation {
    margin-top: 10px;
    float: right;
    width: 100%;
}

/*
[18. Product page]
*/
#product .primary-box {
    display: flex;
    align-items: stretch;
}

    #product .primary-box > div {
        display: block;
        float: right;
    }

    #product .primary-box .pb-right-column {
        width: calc(40% - 5px);
        margin-left: 5px;
    }

    #product .primary-box .pb-left-column {
        width: 60%;
    }

    #product .primary-box .pb-left-column {
        line-height: 30px;
        position: relative;
    }

        #product .primary-box .pb-left-column .SPecialFeaturedDiv {
            padding: 0px;
            margin-top: 0;
        }

        #product .primary-box .pb-left-column #OverlayForZoomImage {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            z-index: 10;
            border-radius: 5px;
            visibility: hidden;
            opacity: 0;
        }

            #product .primary-box .pb-left-column #OverlayForZoomImage.ActiveOverlay {
                opacity: 1;
                visibility: visible;
                -webkit-transition: all ease-out 0.5s; /* For Safari 3.1 to 6.0 */
                transition: all ease-out 0.5s;
            }

        #product .primary-box .pb-left-column .qty .fa {
            line-height: normal;
        }

        #product .primary-box .pb-left-column .productnames {
            position: relative;
            padding-left: 140px;
        }

            #product .primary-box .pb-left-column .productnames .product-name {
                margin: 0px 0px 10px 0px;
                font-family: IRANSans;
                font-size: 17px;
                line-height: normal;
            }

            #product .primary-box .pb-left-column .productnames .product-ename {
                text-align: justify;
                max-height: 60px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: initial;
                font-size: 1em;
                color: #ccc;
                margin-bottom: 10px;
            }

            #product .primary-box .pb-left-column .productnames .score {
                position: absolute;
                left: 0px;
                top: 0px;
            }

                #product .primary-box .pb-left-column .productnames .score > span {
                    margin-right: 5px;
                }

                #product .primary-box .pb-left-column .productnames .score .star {
                    padding: 1px 5px;
                    background: #007db0;
                    color: #fff;
                    border-radius: 3px;
                }

        #product .primary-box .pb-left-column .codeandcategory {
        }

            #product .primary-box .pb-left-column .codeandcategory .name {
                font-weight: bold;
                color: #666;
            }

            #product .primary-box .pb-left-column .codeandcategory .value {
                font-weight: bold;
                color: #007db0;
            }

        #product .primary-box .pb-left-column .slogan {
            display: flex;
            align-items: center;
            font-size: 1.1em;
            color: #d48025;
        }

        #product .primary-box .pb-left-column .update-price {
            font-size: 15px;
            color: #13ba77;
        }

        #product .primary-box .pb-left-column .MultiStores {
            margin-top: 10px;
        }

            #product .primary-box .pb-left-column .MultiStores .priceDiv {
                width: 100%;
                padding-top: 0px;
            }

        #product .primary-box .pb-left-column #priceandaddtocart {
            position: relative;
        }

            #product .primary-box .pb-left-column #priceandaddtocart .overlayprice {
                display: none;
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                background-color: #f8c1cf;
                z-index: 10;
                text-align: center;
                color: #c41636;
                font-weight: bold;
                font-size: 1.2em;
                border-radius: 5px;
            }

                #product .primary-box .pb-left-column #priceandaddtocart .overlayprice .text {
                    position: relative;
                    top: calc(50% - 13px);
                }

                #product .primary-box .pb-left-column #priceandaddtocart .overlayprice.active {
                    display: block;
                }

        #product .primary-box .pb-left-column #ProductVarietySection #StoresForselectedVarieties {
            padding: 30px;
            border-radius: 5px;
            text-align: center;
            font-size: 1.1em;
            font-weight: bold;
            margin-top: 20px;
            cursor: pointer;
        }

        #product .primary-box .pb-left-column .priceDiv {
            position: relative;
            padding: 10px 0px;
            padding-left: 70px;
            width: 70%;
        }

            #product .primary-box .pb-left-column .priceDiv .old-price {
                text-decoration: line-through;
                color: #ccc;
                font-size: 20px;
            }

            #product .primary-box .pb-left-column .priceDiv .new-price {
                font-size: 28px;
                font-weight: bold;
                color: #1a7ad7;
            }

        #product .primary-box .pb-left-column .MultiStores .priceDiv .new-price {
            font-size: 26px;
        }

        #product .primary-box .pb-left-column .priceDiv .discount {
            position: absolute;
            left: 0;
            bottom: 10px;
        }

            #product .primary-box .pb-left-column .priceDiv .discount .value {
                background-color: #f09028;
                padding: 1px 5px;
                border-radius: 10px;
                border-top-left-radius: 0;
                color: #fff;
            }

        #product .primary-box .pb-left-column .add-cart {
            margin-top: 10px;
            overflow: hidden;
            width: 80%;
        }

            #product .primary-box .pb-left-column .add-cart .NotExist {
                padding: 9px;
                text-align: center;
                background: #f09028;
                border: 1px solid #f29c1b;
                font-size: 20px;
                color: #fff;
                width: 45%;
                display: block;
                float: right;
                margin-left: 5px;
            }

            #product .primary-box .pb-left-column .add-cart a {
                font-size: 20px;
                text-align: center;
                position: relative;
                width: 45%;
                padding: 10px;
                padding-right: 30px;
            }

                #product .primary-box .pb-left-column .add-cart a i {
                    position: absolute;
                    right: 10px;
                    font-size: 25px;
                    margin-left: 0;
                }

                #product .primary-box .pb-left-column .add-cart a:before {
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 50px;
                    height: 90px;
                    background: hsla(0,0%,100%,.21);
                    content: "";
                    border-top-left-radius: 50%;
                    border-bottom-left-radius: 50%;
                }

                #product .primary-box .pb-left-column .add-cart a:hover:before {
                    width: 100%;
                    height: 100%;
                    transition: all .3s ease-in-out;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

        #product .primary-box .pb-left-column .ScoreDiv #RateingDiv .product-star {
            width: auto;
            display: inline-block;
        }

            #product .primary-box .pb-left-column .ScoreDiv #RateingDiv .product-star .comments-advices {
                display: inline-block;
            }

        #product .primary-box .pb-left-column .ScoreDiv > div {
            display: inline-block
        }

        #product .primary-box .pb-left-column .ScoreDiv #RateingDiv {
            position: relative;
        }

            #product .primary-box .pb-left-column .ScoreDiv #RateingDiv > div {
                display: inline-block
            }

            #product .primary-box .pb-left-column .ScoreDiv #RateingDiv #ParentProductRateDiv {
                display: none;
            }

        #product .primary-box .pb-left-column .ScoreDiv .pcode {
            color: rgb(107, 125, 137);
            margin-left: 20px;
        }

        #product .primary-box .pb-left-column .similarstoreCount img {
            width: 24px;
        }

        #product .primary-box .pb-left-column .product-price-group .price,
        #product .primary-box .pb-left-column .product-price-group .old-price,
        #product .pb-left-column .product-price-group .discount {
            display: inline-block;
            margin-left: 15px;
        }

        #product .primary-box .pb-left-column .product-price-group .price {
            font-size: 18px;
            font-weight: bold;
            color: #ff3366;
        }

        #product .primary-box .pb-left-column .product-price-group .old-price {
            text-decoration: line-through;
        }

        #product .primary-box .pb-left-column .product-price-group .discount {
            background: #ff9900;
            color: #fff;
            padding: 0 15px;
            text-align: center;
            line-height: inherit;
            margin-left: 0;
            height: 23px;
            line-height: 23px;
        }

        #product .primary-box .pb-left-column .info-orther {
            padding-bottom: 5px;
        }

        #product .primary-box .pb-left-column .product-desc,
        #product .primary-box .pb-left-column .form-option,
        #product .pb-left-column .form-action,
        #product .primary-box .pb-left-column .form-share {
            padding: 10px 0;
        }

            #product .primary-box .pb-left-column .form-option #size_chart {
                color: #ff3366;
                text-decoration: underline;
                margin-right: 15px;
            }


        #product .primary-box .pb-left-column .attributes {
            padding: 5px 0;
            display: block;
            overflow: hidden;
        }

            #product .primary-box .pb-left-column .attributes:first-child {
                padding-top: 0;
            }

            #product .primary-box .pb-left-column .attributes #CityId, #product .primary-box .pb-left-column .attributes #StateId2 {
                -webkit-appearance: none;
                -moz-appearance: none;
                background: url('../../images/angel-down.png') no-repeat;
                background-position: 10px center;
                border-radius: 4px;
                display: table-cell;
                vertical-align: middle;
                border: 1px solid #999;
                padding: 4px 8px;
                padding-left: 25px;
            }

                #product .primary-box .pb-left-column .attributes #CityId:focus, #product .primary-box .pb-left-column .attributes #StateId2:focus {
                    box-shadow: none;
                }

            #product .primary-box .pb-left-column .attributes .attribute-label {
                font-weight: bold;
                color: #666;
                display: flex;
                align-items: center;
            }

                #product .primary-box .pb-left-column .attributes .attribute-label img {
                    margin-left: 5px;
                    width: 16px;
                    height: 16px;
                }

            #product .primary-box .pb-left-column .attributes ul li.VarietyItemValue {
                display: flex;
                align-items: center;
                float: right;
                border: 1px solid #ccc;
                border-radius: 3px;
                padding: 0px 10px;
                margin-left: 5px;
                cursor: pointer;
            }

                #product .primary-box .pb-left-column .attributes ul li.VarietyItemValue:hover {
                    background-color: #eee;
                }

                #product .primary-box .pb-left-column .attributes ul li.VarietyItemValue.select {
                    background-color: #eee;
                }

                #product .primary-box .pb-left-column .attributes ul li.VarietyItemValue .imageForVariety {
                    display: inline-block;
                    background-size: 100%;
                    width: 25px;
                    height: 25px
                }

        #product .primary-box .pb-left-column .form-option-title {
            font-weight: bold;
            line-height: 20px;
        }

        #product .primary-box .pb-left-column .attributes select {
            padding: 0px 0px 0px 10px;
            line-height: 23px;
            padding: 3px;
            display: inline-block;
            border: 1px solid #eaeaea;
            min-width: 150px;
        }

        #product .primary-box .pb-left-column .qty {
            width: 120px;
            display: inline-block;
            overflow: hidden;
        }

            #product .primary-box .pb-left-column .qty > .product-qty {
                font-family: WebYekan;
                height: 32px;
                text-align: center;
                position: relative;
                padding: 5px 20px;
                border: 1px solid #ddd;
                border-radius: 3px;
            }

            #product .primary-box .pb-left-column .qty > .btn-plus {
                font-family: Tahoma;
                position: absolute;
                top: 10px;
                right: 5px;
                color: #979797;
                cursor: pointer;
                font-size: 0.8em;
            }

            #product .primary-box .pb-left-column .qty > .btn-minus {
                font-family: Tahoma;
                position: absolute;
                top: 10px;
                left: 5px;
                color: #979797;
                cursor: pointer;
                font-size: 0.8em;
            }

        #product .primary-box .pb-left-column .form-option .attributes input {
            padding: 0 5px;
        }

        #product .primary-box .pb-left-column .form-option .list-color {
            overflow: hidden;
            padding-top: 5px;
        }

            #product .primary-box .pb-left-column .form-option .list-color li {
                border: 1px solid #ddd;
                float: right;
                margin-left: 10px;
                cursor: pointer;
                border-radius: 3px;
                margin-bottom: 5px;
                padding: 0px 5px;
                display: flex;
                align-items: center;
                width: 120px;
            }

                #product .primary-box .pb-left-column .form-option .list-color li:hover,
                #product .primary-box .pb-left-column .form-option .list-color li.active {
                    border: 1px solid #333;
                }

                #product .primary-box .pb-left-column .form-option .list-color li a {
                    width: 20px;
                    height: 20px;
                    float: right;
                    text-indent: -9999px;
                }

        #product .primary-box .pb-left-column .form-share .fa {
            font-size: 18px;
        }

        #product .primary-box .pb-left-column .form-share .sendtofriend-print a {
            margin-left: 15px;
            margin-bottom: 15px;
        }

        #product .primary-box .pb-left-column #ProductVarietySection {
            position: relative;
            padding: 15px 0px;
        }



        #product .primary-box .pb-left-column .giftItems {
            font-size: 0.7em;
            color: gray;
            padding-right: 0px;
        }

            #product .primary-box .pb-left-column .giftItems .headersection {
                padding: 0px;
                padding-bottom: 5px;
                padding-top: 50px;
                border-bottom: 1px solid #eeeeee;
                margin-bottom: 5px;
                line-height: 1;
                font-size: 12px;
                text-align: center;
                position: relative;
            }

                #product .primary-box .pb-left-column .giftItems .headersection .fa-gift {
                    font-size: 3.2em;
                    position: absolute;
                    top: 2px;
                    left: calc(50% - 16px);
                    color: #007db0;
                }

            #product .primary-box .pb-left-column .giftItems .giftitem {
                display: flex;
                align-items: center;
            }

                #product .primary-box .pb-left-column .giftItems .giftitem img {
                    display: block;
                    float: right;
                    width: 30%;
                }

                #product .primary-box .pb-left-column .giftItems .giftitem img {
                    display: block;
                    float: right;
                    width: calc(30% - 5px);
                    margin-left: 5px;
                }

                #product .primary-box .pb-left-column .giftItems .giftitem .giftname {
                    display: block;
                    float: right;
                    width: 70%;
                    line-height: normal;
                }

    #product .primary-box .pb-right-column .product-image .product-full {
        padding: 10px 70px 10px 30px;
        position: relative;
    }


        #product .primary-box .pb-right-column .product-image .product-full .operationIcons {
            position: absolute;
            top: 15px;
            right: 5px;
        }

            #product .primary-box .pb-right-column .product-image .product-full .operationIcons .CustomerActionDiv {
                border-radius: 100%;
                background-color: #007db0;
                border: 1px solid #007db0;
                margin-bottom: 10px;
                width: 40px;
                height: 40px;
                padding: 6px;
            }

                #product .primary-box .pb-right-column .product-image .product-full .operationIcons .CustomerActionDiv:hover {
                    background-color: #89b2f5;
                    border: 1px solid #007db0;
                }

                #product .primary-box .pb-right-column .product-image .product-full .operationIcons .CustomerActionDiv .fa {
                    margin-left: 0;
                    font-size: 2em;
                    line-height: initial;
                }

                #product .primary-box .pb-right-column .product-image .product-full .operationIcons .CustomerActionDiv img {
                    width: 26px;
                    height: 26px;
                }

            #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv {
                height: 200px;
                width: 300px;
                border: 1px solid rgb(40, 116, 240);
                background-color: #f7f9fa;
                border-radius: 5px;
                position: absolute;
                left: -309px;
                top: 8px;
                z-index: 10000;
                padding: 10px;
                display: none;
            }

                #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv:before {
                    font: normal normal normal 24px/1 FontAwesome;
                    content: "\f0da";
                    color: rgb(40, 116, 240);
                    position: absolute;
                    right: -9px;
                    top: 0;
                }

                #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv.SHOW {
                    display: block;
                }


                #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div {
                    position: relative;
                    height: 100%;
                }

                    #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div .closesharebtn {
                        position: absolute;
                        left: 0px;
                        top: -3px;
                        padding: 0px;
                        font-size: 1.5em;
                        cursor: pointer;
                        color: #007db0;
                    }

                    #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div p {
                        font-size: 1.1em;
                        font-weight: bold;
                    }

                    #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div .ShareBtn {
                        text-align: left;
                        margin: 25px 0px;
                    }

                        #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div .ShareBtn > .shareItem {
                            margin-right: 5px;
                            border-radius: 3px;
                        }

                            #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div .ShareBtn > .shareItem span {
                                font-size: 1.1em;
                                padding: 0px;
                                line-height: 1;
                            }

                        #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div .ShareBtn > .TelegramShare {
                            color: #fff;
                            background-color: #1faee4;
                            padding: 3px 6px 3px 6px;
                        }

                            #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div .ShareBtn > .TelegramShare:hover {
                                color: #fff;
                                background-color: #049fd9;
                            }

                        #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div .ShareBtn > .FacebookShare {
                            color: #fff;
                            background-color: #497bca;
                            padding: 3px 10px 3px 6px;
                        }

                            #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div .ShareBtn > .FacebookShare:hover {
                                color: #fff;
                                background-color: #1e65d5;
                            }

                        #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div .ShareBtn > .GoogleShare {
                            color: #fff;
                            background-color: #d13e34;
                            padding: 3px 6px 3px 6px;
                        }

                            #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div .ShareBtn > .GoogleShare:hover {
                                color: #fff;
                                background-color: #c6251a;
                            }

                    #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div .SendEmailDiv {
                        position: absolute;
                        bottom: 0px;
                        width: 100%;
                    }

                        #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div .SendEmailDiv input {
                            width: 75%;
                            display: inline;
                            padding: 5px;
                            border: 1px solid rgb(107, 155, 222);
                        }

                        #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div .SendEmailDiv .EmailBtn {
                            width: 23.5%;
                            display: inline;
                            padding: 5px;
                            background-color: rgb(107, 155, 222);
                            border: 1px solid rgb(92, 136, 198);
                            color: #fff;
                        }

                    #product .primary-box .pb-right-column .product-image .product-full .operationIcons .shareItems .Sharediv > div .AlertMessageEmail {
                        margin-top: 50px;
                        text-align: center;
                        padding: 15px 10px;
                    }


        #product .primary-box .pb-right-column .product-image .product-full .imageDiv {
            position: relative;
        }

            #product .primary-box .pb-right-column .product-image .product-full .imageDiv .overlayimage {
                display: none;
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(202, 202, 202, 0.18);
            }

                #product .primary-box .pb-right-column .product-image .product-full .imageDiv .overlayimage.ActiveOverlay {
                    display: block;
                }

            #product .primary-box .pb-right-column .product-image .product-full .imageDiv:hover .overlayimage {
                display: block;
            }

            #product .primary-box .pb-right-column .product-image .product-full .imageDiv .img-zoom-lens {
                position: absolute;
                border: 1px solid #d6d8e4;
                /*set the size of the lens:*/
                /*width: 200px;
                height: 200px;*/
                visibility: hidden;
                background-color: rgba(50, 69, 96, 0.15);
            }

            #product .primary-box .pb-right-column .product-image .product-full .imageDiv:hover .img-zoom-lens {
                visibility: visible;
            }

    #product .primary-box .pb-right-column .product-image .product-img-thumb {
        padding: 0 70px 0 30px;
        text-align: center;
    }

        #product .primary-box .pb-right-column .product-image .product-img-thumb li {
            border-radius: 2px;
            border: 1px solid #fff;
            padding: 7px 10px;
        }

            #product .primary-box .pb-right-column .product-image .product-img-thumb li.selected {
                border: 1px solid #007db0;
            }

            #product .primary-box .pb-right-column .product-image .product-img-thumb li:hover {
                border: 1px solid #007db0;
            }

    #product .primary-box .pb-right-column .product-image .owl-next {
        left: -40px;
    }

    #product .primary-box .pb-right-column .product-image .owl-prev {
        right: -40px;
    }

#product .zemanatDiv {
    margin-top: 10px;
    padding: 10px;
    display: flex;
    align-items: stretch;
}

    #product .zemanatDiv > div {
        display: block;
        float: right;
    }

    #product .zemanatDiv .rightDiv {
        width: calc(40% - 2px);
        border-left: 1px solid #eee;
        margin-left: 2px;
    }

        #product .zemanatDiv .rightDiv p {
            font-size: 1.1em;
        }

    #product .zemanatDiv .leftDiv {
        width: 60%;
        display: flex;
        align-items: stretch;
    }

        #product .zemanatDiv .leftDiv > div {
            display: block;
            float: right;
        }

        #product .zemanatDiv .leftDiv .leftItems {
            width: 70%;
        }

            #product .zemanatDiv .leftDiv .leftItems > div {
                display: block;
                float: right;
                width: 33.333%;
                padding: 0px 5px;
                text-align: center;
            }

                #product .zemanatDiv .leftDiv .leftItems > div p {
                    margin-top: 5px;
                }

        #product .zemanatDiv .leftDiv .LinkRegStore {
            width: 30%;
            position: relative;
        }

            #product .zemanatDiv .leftDiv .LinkRegStore a {
                position: absolute;
                bottom: 5px;
                color: #007db0;
                font-weight: bold;
            }

                #product .zemanatDiv .leftDiv .LinkRegStore a:hover {
                    color: #4f8ff8;
                }

#product #SimilarStoreProduct {
    margin-top: 10px;
}

    #product #SimilarStoreProduct .table-responsive {
        overflow: inherit;
    }

    #product #SimilarStoreProduct .table-bordered {
        margin-bottom: 0px;
    }

        #product #SimilarStoreProduct .table-bordered > tbody > tr > td {
            background-color: #fff;
            font-size: 13px;
        }

        #product #SimilarStoreProduct .table-bordered > thead > tr > th {
            background: #f7f8fa;
            vertical-align: middle;
            font-size: 14px;
        }

#product .RelatedProducts {
    margin-top: 42px;
    padding: 45px 40px 10px 40px;
    position: relative;
    border-top-right-radius: 0;
}

    #product .RelatedProducts .heading {
        padding: 7px 15px;
        position: absolute;
        top: -33px;
        right: 0;
        background-color: #007db0;
        color: #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.product-star {
    color: #e07d3b;
}


.product-tab {
    margin-top: 10px;
}

    .product-tab .nav-top-tap-product {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        background-color: #f7f8fa;
        z-index: 200;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(189,186,224,1);
        -moz-box-shadow: 0px 2px 5px 0px rgba(189,186,224,1);
        box-shadow: 0px 2px 5px 0px rgba(189,186,224,1);
    }

        .product-tab .nav-top-tap-product ul li {
            border-top: none;
        }

    .product-tab .nav-tab {
        z-index: 100;
    }

        .product-tab .nav-tab > li {
            line-height: 50px;
            float: right;
            display: inline;
            background: #007db0;
            border: 1px solid #007db0;
            border-bottom: none;
            text-align: center;
            font-weight: bold;
            margin-left: 2px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            position: relative;
            bottom: -1px;
            z-index: 2;
        }

            .product-tab .nav-tab > li:last-child {
                border-left: 1px solid #007db0;
            }

            .product-tab .nav-tab > li:first-child {
                border-right: 1px solid #007db0;
            }

            .product-tab .nav-tab > li:last-child {
                margin-left: 0;
            }

            .product-tab .nav-tab > li > a {
                color: #fff;
                padding: 0 26px;
                height: 50px;
                float: right;
            }


            .product-tab .nav-tab > li:hover > a,
            .product-tab .nav-tab > li.active > a {
                background: #fff;
                color: #007db0;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

    .product-tab .tab-container {
        padding: 20px;
        border: 1px solid #007db0;
        z-index: 1;
        background-color: #fff;
    }

        .product-tab .tab-container p {
            margin: 0 0 4px;
            font-size: 13px;
        }

        .product-tab .tab-container .table {
            margin-bottom: 0;
        }

        .product-tab .tab-container .tab-panel {
            line-height: 24px;
        }

.product-comments-block-tab {
    overflow: hidden;
}

    .product-comments-block-tab .fa {
        line-height: inherit;
    }

    .product-comments-block-tab .reviewRating {
        color: #ff9900;
    }

    .product-comments-block-tab .comment {
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .product-comments-block-tab .comment:first-child {
            padding-top: 0;
        }

        .product-comments-block-tab .comment:last-child {
            padding-bottom: 0;
        }

    .product-comments-block-tab .btn-comment {
        padding: 5px 15px;
        border: 1px solid #eaeaea;
        float: right;
        margin-top: 15px;
    }

    .product-comments-block-tab .comment .commnet-dettail {
        border-bottom: 1px dotted #eaeaea;
        padding-bottom: 10px;
        padding-right: 0px;
    }

        .product-comments-block-tab .comment .commnet-dettail .AuthorInfo {
            font-weight: bold;
        }

        .product-comments-block-tab .comment .commnet-dettail .CommentDetails {
            color: #444343;
        }

        .product-comments-block-tab .comment .commnet-dettail .VerifyBuSeller {
            border-right: 1px dotted #ddd;
            padding: 0px 5px;
            margin-right: 5px;
            color: #28831d;
            font-weight: normal;
        }

        .product-comments-block-tab .comment .commnet-dettail .LikeDislike a {
            display: inline-block;
            margin-left: 10px;
        }

            .product-comments-block-tab .comment .commnet-dettail .LikeDislike a.LikeComment {
                border: 1px solid #009966;
                color: #009966;
            }

                .product-comments-block-tab .comment .commnet-dettail .LikeDislike a.LikeComment:hover {
                    background-color: #009966;
                    color: #fff;
                }

            .product-comments-block-tab .comment .commnet-dettail .LikeDislike a.DisLikeComment {
                border: 1px solid #d80000;
                color: #d80000;
            }

                .product-comments-block-tab .comment .commnet-dettail .LikeDislike a.DisLikeComment:hover {
                    background-color: #e15252;
                    color: #fff;
                }

            .product-comments-block-tab .comment .commnet-dettail .LikeDislike a .fa {
                padding: 0px;
                padding-right: 5px;
            }

    .product-comments-block-tab .comment:last-child .commnet-dettail {
        border-bottom: none;
    }

    .product-comments-block-tab .comment .author img {
        border: 1px solid #eee;
        float: left;
    }

.page-product-box {
    margin-top: 50px;
}

    .page-product-box .heading {
        font-size: 16px;
        color: #333333;
        text-transform: uppercase;
        font-weight: bold;
        padding-bottom: 17px;
    }

    .page-product-box .owl-next {
        top: -20px;
    }

    .page-product-box .owl-prev {
        top: -20px;
        right: inherit;
        left: 26px;
    }

/* ----------------
 [19. Contact page]
 */
#contact {
    margin-top: 20px;
}

    #contact .page-subheading {
        padding-right: 0px;
        border: none;
        margin: 14px 0 30px;
        text-transform: uppercase;
        font-size: 18px;
        color: #666;
    }

    #contact .contact-form-box {
        padding: 0;
        margin: 0 0 30px 0;
    }

        #contact .contact-form-box label {
            padding-bottom: 5px;
        }

        #contact .contact-form-box .form-selector {
            padding-bottom: 25px;
        }

    #contact input,
    #contact select,
    #contact textarea {
        border-radius: 0;
        border-color: #eaeaea;
        box-shadow: inherit;
        outline: 0 none;
    }

        #contact input:focus,
        #contact select:focus,
        #contact textarea:focus {
            box-shadow: inherit;
            outline: 0 none;
        }

    #contact #btn-send-contact {
        font-size: 14px;
        line-height: 18px;
        color: white;
        padding: 0;
        font-weight: normal;
        background: #666;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: none;
        padding: 10px 25px;
    }

        #contact #btn-send-contact:hover {
            background: #F36;
        }

#contact_form_map ul {
    line-height: 28px;
    list-style: disc;
    list-style-position: inside;
    font-style: italic;
}

    #contact_form_map ul.store_info {
        list-style: none;
        font-style: normal;
        color: #696969;
    }

        #contact_form_map ul.store_info i {
            display: inline-block;
            width: 30px;
            line-height: inherit;
        }

#message-box-conact .fa {
    line-height: inherit;
}

.content-text {
    padding: 20px 0;
    text-align: justify;
}

    .content-text p {
        margin-bottom: 15px;
    }

.left-sidebar #right_column {
    float: left;
}

/* ----------------
 [20. Bolog page]
 */
.blog-posts {
    line-height: 24px;
}

    .blog-posts .post-item {
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #eaeaea;
    }

        .blog-posts .post-item:last-child {
            border-bottom: none;
        }

        .blog-posts .post-item .entry-meta-data {
            padding: 5px 0;
            color: #666;
            font-size: 13px;
        }

            .blog-posts .post-item .entry-meta-data span {
                margin-left: 5px;
            }

            .blog-posts .post-item .entry-meta-data .author .fa {
                opacity: 0.7;
            }

            .blog-posts .post-item .entry-meta-data .fa {
                line-height: inherit;
            }

        .blog-posts .post-item .post-star {
            font-size: 13px;
        }

            .blog-posts .post-item .post-star .fa {
                line-height: inherit;
                color: #ff9900;
            }

        .blog-posts .post-item .entry-excerpt {
            text-align: justify;
        }

        .blog-posts .post-item .entry-more a {
            border: 1px solid #eaeaea;
            padding: 10px 12px;
            background: #eee;
        }

        .blog-posts .post-item .entry-more {
            padding: 15px 0px;
        }

            .blog-posts .post-item .entry-more a:hover {
                background: #ff3366;
                color: #fff;
            }

        .blog-posts .post-item .entry-thumb img {
            border: 1px solid #eaeaea;
        }

/** post sidebar **/
.blog-list-sidebar {
}

    .blog-list-sidebar li {
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 10px;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .blog-list-sidebar li:last-child {
            border: none;
            margin-bottom: 0px;
        }

        .blog-list-sidebar li .post-thumb {
            width: 80px;
            float: right;
            border: 1px solid #eaeaea;
            padding: 4px;
            background: #fcfcfc;
        }

        .blog-list-sidebar li .post-info {
            margin-right: 90px;
            color: #999;
        }

            .blog-list-sidebar li .post-info .post-meta {
                font-size: 12px;
                margin-top: 5px;
            }

            .blog-list-sidebar li .post-info .fa {
                line-height: inherit;
            }
/* Recent Comments*/
.recent-comment-list li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .recent-comment-list li:last-child {
        border: none;
        margin-bottom: 0px;
    }

    .recent-comment-list li .author {
        color: #666;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .recent-comment-list li .comment {
        margin-top: 5px;
        color: #666;
    }

    .recent-comment-list li > h5 > a {
        color: #333;
    }

/** Blog detail **/
.entry-detail {
    margin-top: 20px;
}

    .entry-detail .entry-photo img {
        border: 1px solid #eaeaea;
    }

    .entry-detail .entry-meta-data {
        padding: 10px 0;
        color: #666;
    }

        .entry-detail .entry-meta-data .fa {
            line-height: inherit;
        }

        .entry-detail .entry-meta-data span {
            margin-left: 10px;
        }

        .entry-detail .entry-meta-data .author .fa {
            opacity: 0.7;
        }

        .entry-detail .entry-meta-data .post-star {
            float: left;
        }

            .entry-detail .entry-meta-data .post-star .fa {
                color: #ff9900;
            }

            .entry-detail .entry-meta-data .post-star span {
                margin: 0;
            }

/** COMMMENT list**/
.single-box {
    margin-top: 20px;
}

    .single-box > h2 {
    }

.comment-list {
    margin-top: 20px;
}

    .comment-list ul {
        padding-right: 80px;
    }

        .comment-list ul li {
            overflow: hidden;
            margin-bottom: 15px;
            border-bottom: 1px solid #eaeaea;
            padding-bottom: 15px;
        }

            .comment-list ul li:last-child {
                margin-bottom: 0;
                border: none;
                padding: 0;
            }

    .comment-list > ul {
        padding-right: 0;
    }

    .comment-list .avartar {
        width: 80px;
        border: 1px solid #eaeaea;
        padding: 4px;
        float: right;
    }

    .comment-list .comment-body {
        margin-right: 90px;
    }

    .comment-list .comment-meta {
        color: #ccc;
    }

        .comment-list .comment-meta .author a {
            font-weight: bold;
        }

.coment-form {
    margin-top: 20px;
}

    .coment-form label {
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .coment-form input,
    .coment-form textarea {
        border-radius: 0px;
        border: 1px solid #eaeaea;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .coment-form .btn-comment {
        padding: 10px 20px;
        border: 1px solid #eaeaea;
        background: #666;
        color: #fff;
        margin-top: 15px;
    }

        .coment-form .btn-comment:hover {
            background: #ff3366;
            border: 1px solid #ff3366;
        }
/**Related Posts**/

.related-posts {
    margin-top: 20px;
}

    .related-posts .entry-thumb img {
        border: 1px solid #eaeaea;
    }

    .related-posts .entry-ci {
        margin-top: 10px;
    }

    .related-posts .entry-meta-data {
        color: #999;
        font-size: 13px;
        margin-top: 10px;
    }

        .related-posts .entry-meta-data .fa {
            line-height: inherit;
        }

    .related-posts .entry-ci .entry-excerpt {
        padding: 10px 0;
    }

    .related-posts .entry-title {
        font-size: 14px;
    }

    .related-posts .owl-next {
        top: -31px;
    }

    .related-posts .owl-prev {
        top: -31px;
        right: inherit;
        left: 26px;
    }

/* ----------------
 [21. Login page]
 */
.box-authentication {
    padding: 10px 0px;
    min-height: 350px;
}

    .box-authentication > h3 {
        margin-bottom: 15px;
    }

    .box-authentication label {
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .box-authentication .forgot-pass {
        margin-top: 15px;
    }

    .box-authentication input, .box-authentication select,
    .box-authentication textarea {
        border-radius: 0px;
        border: 1px solid #b4bdbf;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .box-authentication .button {
        margin-top: 15px;
    }


.box-border {
    border: 1px solid #eaeaea;
    padding: 20px;
    overflow: hidden;
}

.box-wishlist label,
.box-wishlist .button {
    margin-top: 15px;
    margin-bottom: 5px;
}

.box-wishlist {
    margin-top: 20px;
}

.table-wishlist {
    margin-top: 20px;
}

    .table-wishlist th {
        background: #fafafa;
    }

.list-wishlist {
    margin-top: 20px;
}

    .list-wishlist li {
        margin-top: 30px;
    }

        .list-wishlist li .product-img {
            border: 1px solid #eee;
            padding: 10px;
        }

        .list-wishlist li .product-name,
        .list-wishlist li .qty,
        .list-wishlist li .priority,
        .list-wishlist li .button {
            margin-top: 10px;
        }

        .list-wishlist li .button-action {
            position: relative;
        }

            .list-wishlist li .button-action a {
                position: absolute;
                left: 10px;
                top: 15px;
            }

                .list-wishlist li .button-action a .fa {
                    line-height: inherit;
                }

.table-compare td.compare-label {
    width: 150px;
    background: #fafafa;
    vertical-align: middle;
}

.table-compare .product-star .fa {
    line-height: inherit;
    color: #ff9900;
}

.table-compare .price {
    font-weight: bold;
    color: #ff3366;
}

.table-compare .add-cart {
    background: #ff3366;
    color: #fff;
}

    .table-compare .add-cart:hover {
        opacity: 0.8;
    }

.checkout-page .checkout-sep {
    padding-bottom: 15px;
    text-transform: uppercase;
}

.checkout-page .box-border {
    margin-bottom: 15px;
}

    .checkout-page .box-border .button {
        margin-top: 15px;
    }

    .checkout-page .box-border label {
        margin-top: 5px;
    }

    .checkout-page .box-border p,
    .checkout-page .box-border h4 {
        padding-bottom: 5px;
        margin-top: 5px;
    }

    .checkout-page .box-border .fa {
        line-height: inherit;
    }

    .checkout-page .box-border input[type="radio"] {
        margin-left: 10px;
    }

/** cat-short-desc**/
.cat-short-desc {
    margin-top: 20px;
}

    .cat-short-desc .cat-short-desc-products {
        margin-top: 20px;
    }

        .cat-short-desc .cat-short-desc-products li .product-container {
            border: 1px solid #eaeaea;
            padding: 10px;
        }

            .cat-short-desc .cat-short-desc-products li .product-container .product-name {
                margin-top: 10px;
            }

/**today-deals**/
.today-deals {
    position: relative;
}

    .today-deals .deals-product-list .product-info {
        margin-top: 10px;
    }

        .today-deals .deals-product-list .product-info .show-count-down {
            text-align: center;
        }

            .today-deals .deals-product-list .product-info .show-count-down .box-count {
                display: inline-block;
                margin-left: 2px;
                color: #ff3366;
            }

            .today-deals .deals-product-list .product-info .show-count-down .dot {
                display: none;
            }

            .today-deals .deals-product-list .product-info .show-count-down .box-count .number {
                width: 100%;
                float: right;
                background: #eaeaea;
                padding: 5px 0;
                font-size: 16px;
            }

            .today-deals .deals-product-list .product-info .show-count-down .box-count .text {
                background: #eaeaea;
                font-size: 12px;
                margin-top: 1px;
                width: 100%;
                float: right;
                padding: 5px 0;
                color: #666;
            }

        .today-deals .deals-product-list .product-info .product-name {
            margin-top: 15px;
        }

        .today-deals .deals-product-list .product-info .product-meta {
            margin-top: 7px;
            line-height: 18px;
        }

            .today-deals .deals-product-list .product-info .product-meta .fa {
                line-height: inherit;
            }

            .today-deals .deals-product-list .product-info .product-meta .price {
                color: #ff3366;
                font-size: 18px;
            }

            .today-deals .deals-product-list .product-info .product-meta .old-price {
                text-decoration: line-through;
                margin-right: 11px;
                color: #666;
            }

            .today-deals .deals-product-list .product-info .product-meta .star {
                float: left;
                font-size: 13px;
                color: #ff9900;
            }

    .today-deals .owl-next {
        top: -55px;
    }

    .today-deals .owl-prev {
        top: -55px;
        right: inherit;
        left: 26px;
    }

/*----------------
[7. Blogs]
*/
.blog-list {
    margin-top: 30px;
}

    .blog-list .page-heading {
        text-transform: uppercase;
    }

    .blog-list .blog-list-wapper {
        margin-top: 30px;
    }

        .blog-list .blog-list-wapper ul li {
            border: 1px solid #eaeaea;
            line-height: 30px;
        }

            .blog-list .blog-list-wapper ul li .post-desc {
                padding: 15px;
            }

                .blog-list .blog-list-wapper ul li .post-desc .post-title a {
                    font-size: 14px;
                    color: #333;
                }

                    .blog-list .blog-list-wapper ul li .post-desc .post-title a:hover {
                        color: #f96d10;
                    }

                .blog-list .blog-list-wapper ul li .post-desc .post-meta {
                    color: #919191;
                    font-size: 13px;
                }

                    .blog-list .blog-list-wapper ul li .post-desc .post-meta .date:before {
                        font: normal normal normal 13px/1 FontAwesome;
                        content: "\f1ec";
                        padding-left: 5px;
                    }

                    .blog-list .blog-list-wapper ul li .post-desc .post-meta .comment:before {
                        font: normal normal normal 13px/1 FontAwesome;
                        content: "\f0e5";
                        padding-left: 5px;
                        padding-right: 15px;
                    }

            .blog-list .blog-list-wapper ul li .readmore {
                text-align: left;
            }

                .blog-list .blog-list-wapper ul li .readmore a {
                    color: #f96d10;
                }

                    .blog-list .blog-list-wapper ul li .readmore a:after {
                        font: normal normal normal 14px/1 FontAwesome;
                        content: "\f178";
                        padding-right: 10px;
                    }

        .blog-list .blog-list-wapper .owl-next {
            top: -50px;
        }

        .blog-list .blog-list-wapper .owl-prev {
            right: inherit;
            left: 26px;
            top: -50px;
        }

/*-------------
[23. footer2]
---------*/
#footer2 {
    margin-top: 45px;
    border-top: 1px solid #eaeaea;
    background: #fff;
}

    #footer2 .footer-top {
        padding: 10px 0;
    }

        #footer2 .footer-top .footer-menu {
            margin-top: 25px;
        }

            #footer2 .footer-top .footer-menu li {
                display: inline;
                float: right;
                padding: 0 10px;
            }

        #footer2 .footer-top .footer-social {
            margin-top: 18px;
        }

            #footer2 .footer-top .footer-social li {
                display: inline;
                float: left;
            }

                #footer2 .footer-top .footer-social li > a .fa {
                    line-height: inherit;
                }

                #footer2 .footer-top .footer-social li > a {
                    color: #fff;
                    width: 32px;
                    height: 32px;
                    background: #415a99;
                    float: right;
                    text-align: center;
                    line-height: 32px;
                    margin-right: 5px;
                }

                    #footer2 .footer-top .footer-social li > a:hover {
                        opacity: 0.8;
                    }

                    #footer2 .footer-top .footer-social li > a.twitter {
                        background: #00caff;
                    }

                    #footer2 .footer-top .footer-social li > a.pinterest {
                        background: #cb222a;
                    }

                    #footer2 .footer-top .footer-social li > a.vk {
                        background: #5b7fa6;
                    }

                    #footer2 .footer-top .footer-social li > a.google-plus {
                        background: #da4735;
                    }

    #footer2 .footer-paralax {
        background: url("/images/brand_prlx_bg-small.jpg") 50% 0 no-repeat fixed;
        color: #fff;
    }

    #footer2 .footer-row {
        padding: 45px 0;
        background-color: rgba(0, 0, 0, 0.8);
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
    }

    #footer2 .footer-center {
        text-align: center;
        background-color: rgba(0, 0, 0, 0.6);
        background: rgba(0, 0, 0, 0.6);
    }

        #footer2 .footer-center h3 {
            text-transform: uppercase;
            padding-bottom: 20px;
        }

        #footer2 .footer-center p {
            color: #999;
            padding-bottom: 20px;
        }

    #footer2 .footer-row .form-subscribe {
        width: 540px;
        margin: 0 auto;
        border: 1px solid #999;
        line-height: normal;
    }

        #footer2 .footer-row .form-subscribe .form-group {
            width: 100%;
            position: relative;
        }

        #footer2 .footer-row .form-subscribe .form-control {
            width: 100%;
            background: transparent;
            border: none;
            border-radius: 0;
            -webkit-box-shadow: inherit;
            box-shadow: inherit;
            padding-left: 40px;
            color: #fff;
        }

        #footer2 .footer-row .form-subscribe .btn {
            position: absolute;
            top: 3px;
            left: 0;
            background: transparent;
            border: none;
            border-radius: 0;
            -webkit-box-shadow: inherit;
            box-shadow: inherit;
            color: #fff;
        }

    #footer2 .widget-title {
        text-transform: uppercase;
        padding-bottom: 20px;
    }

    #footer2 .widget-body ul {
        padding-right: 25px;
    }

    #footer2 .widget-body li {
        line-height: 30px;
    }

        #footer2 .widget-body li a {
            color: #999;
            margin-right: -25px;
        }

            #footer2 .widget-body li a:hover {
                color: #fff;
            }

            #footer2 .widget-body li a:before {
                font-family: 'FontAwesome';
                font-size: 14px;
                content: "\f105";
                margin-left: 15px;
            }

            #footer2 .widget-body li a.location:before {
                content: "\f041";
            }

            #footer2 .widget-body li a.phone:before {
                content: "\f095";
            }

            #footer2 .widget-body li a.email:before {
                content: "\f003";
            }

            #footer2 .widget-body li a.mobile:before {
                content: "\f10b";
            }

    #footer2 .footer-bottom {
        background-color: rgba(0, 0, 0, 0.8);
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
    }

        #footer2 .footer-bottom .footer-bottom-wapper {
            border-top: 1px solid #333333;
            padding: 30px 0;
        }

        #footer2 .footer-bottom .footer-payment-logo {
            text-align: left;
        }

.block-banner {
    margin-top: 30px;
}

    .block-banner .block-banner-right,
    .block-banner .block-banner-left {
        width: 50%;
        float: right;
    }

    .block-banner .block-banner-right {
        padding-left: 5px;
    }

    .block-banner .block-banner-left {
        padding-right: 5px;
    }

/*----------------
[24. Hot deals]
-----------------*/
.hot-deals-row {
    margin-top: 30px;
}

.hot-deals-box {
    border: 1px solid #eaeaea;
}

    .hot-deals-box .hot-deals-tab {
        display: table;
        width: 100%;
    }

        .hot-deals-box .hot-deals-tab .hot-deals-title {
            width: 45px;
            display: table-cell;
            text-transform: uppercase;
            font-size: 24px;
            text-align: center;
            background: #0088cc;
            color: #fff;
            padding-top: 40px;
        }

            .hot-deals-box .hot-deals-tab .hot-deals-title > span {
                width: 100%;
                float: right;
                text-align: center;
            }

                .hot-deals-box .hot-deals-tab .hot-deals-title > span.yellow {
                    color: #ffcc00;
                }

        .hot-deals-box .hot-deals-tab .hot-deals-tab-box {
            display: table-cell;
            padding: 25px;
        }

            .hot-deals-box .hot-deals-tab .hot-deals-tab-box .nav-tab li {
                line-height: 40px;
                border-bottom: 1px solid #eaeaea;
                text-transform: uppercase;
                padding-right: 15px;
            }

                .hot-deals-box .hot-deals-tab .hot-deals-tab-box .nav-tab li.active > a {
                    color: #0099cc;
                }

        .hot-deals-box .hot-deals-tab .box-count-down {
            margin-top: 20px;
            float: right;
            padding-right: 4px;
        }

            .hot-deals-box .hot-deals-tab .box-count-down .box-count {
                width: 67px;
                height: 67px;
                border: 1px solid #eaeaea;
                float: right;
                border-radius: 90%;
                text-align: center;
                padding: 10px;
                position: relative;
                color: #fff;
                margin-right: -4px;
                background: #fff;
            }

            .hot-deals-box .hot-deals-tab .box-count-down .dot {
                display: none;
            }

            .hot-deals-box .hot-deals-tab .box-count-down .box-count:before {
                width: 100%;
                height: 100%;
                background: #0088cc;
                float: right;
                content: '';
                border-radius: 90%;
            }

            .hot-deals-box .hot-deals-tab .box-count-down .box-count:after {
                content: '';
                width: 23px;
                height: 1px;
                background: #fff;
                position: absolute;
                top: 34px;
                right: 20px;
            }

            .hot-deals-box .hot-deals-tab .box-count-down .number {
                position: absolute;
                width: 100%;
                right: 0;
                top: 15px;
            }

            .hot-deals-box .hot-deals-tab .box-count-down .text {
                position: absolute;
                width: 100%;
                right: 0;
                bottom: 16px;
                font-size: 10px;
            }

    .hot-deals-box .hot-deals-tab-content-col {
        padding-right: 0;
    }

    .hot-deals-box .hot-deals-tab-content {
        padding: 30px 30px 0 0;
    }

    .hot-deals-box .product-list .right-block {
        border: 1px solid #eaeaea;
        padding: 0;
    }

    .hot-deals-box .product-list .left-block {
        padding: 0;
    }

/*---------------
[25. Box product]
*/
/** box-products**/
.box-products {
    margin-top: 30px;
}

    .box-products .box-product-head {
        height: 30px;
        border-bottom: 1px solid #eaeaea;
    }

        .box-products .box-product-head .box-title {
            color: #333;
            text-transform: uppercase;
            border-bottom: 3px solid #ff3300;
            padding-bottom: 5px;
            font-size: 18px;
            padding-right: 10px;
            padding-left: 5px;
        }

    .box-products .box-tabs {
        float: left;
    }

        .box-products .box-tabs li {
            display: inline;
            text-transform: uppercase;
            height: 30px;
            float: right;
        }

            .box-products .box-tabs li > a {
                position: relative;
                padding: 0 10px;
                display: block;
                line-height: normal;
                background: url('/images/kak3.png') no-repeat center left;
                float: right;
                height: 30px;
                line-height: 30px;
            }

                .box-products .box-tabs li > a:after {
                    content: "\f0d8";
                    font-family: 'FontAwesome';
                    font-size: 13px;
                    color: #0088cc;
                    position: absolute;
                    bottom: -12px;
                    right: 50%;
                    -ms-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    display: none;
                }

                .box-products .box-tabs li > a:before {
                    content: '';
                    height: 1px;
                    background: #0088cc;
                    position: absolute;
                    bottom: 0;
                    right: 10px;
                    left: 10px;
                    transform: scale(0, 1);
                }

            .box-products .box-tabs li:last-child > a {
                background: none;
            }

                .box-products .box-tabs li:last-child > a:before {
                    left: 0;
                }

            .box-products .box-tabs li:last-child > a {
                border-left: none;
                padding-left: 0;
            }

            .box-products .box-tabs li > a:hover:before,
            .box-products .box-tabs li.active > a:before {
                transform: scale(1);
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
            }

            .box-products .box-tabs li > a:hover,
            .box-products .box-tabs li.active > a {
                color: #333;
            }

                .box-products .box-tabs li > a:hover:after,
                .box-products .box-tabs li.active > a:after {
                    display: block;
                }

    .box-products .box-product-content {
        margin-top: 20px;
    }

        .box-products .box-product-content .box-product-adv {
            width: 226px;
            float: right;
        }

        .box-products .box-product-content .box-product-list {
            margin-right: 236px;
        }

            .box-products .box-product-content .box-product-list .product-list li {
                border: 1px solid #eaeaea;
                padding-bottom: 10px;
                overflow: hidden;
            }

                .box-products .box-product-content .box-product-list .product-list li .left-block {
                    margin-top: 30px;
                }

.option3 .product-list li .price-percent-reduction2 {
    left: -8px;
}

/** option color **/
/*new-arrivals*/
.box-products.new-arrivals .box-tabs li > a:after {
    color: #ff3300;
}

.box-products.new-arrivals .box-tabs li > a:before {
    background: #ff3300;
}

.box-products.new-arrivals .box-product-head .box-title {
    border-bottom: 3px solid #ff3300;
}

/**top-sellers**/
.box-products.top-sellers .box-tabs li > a:after {
    color: #ffcc00;
}

.box-products.top-sellers .box-tabs li > a:before {
    background: #ffcc00;
}

.box-products.top-sellers .box-product-head .box-title {
    border-bottom: 3px solid #ffcc00;
}
/**special-products**/
.box-products.special-products .box-tabs li > a:after {
    color: #009966;
}

.box-products.special-products .box-tabs li > a:before {
    background: #009966;
}

.box-products.special-products .box-product-head .box-title {
    border-bottom: 3px solid #009966;
}
/*recommendation*/
.box-products.recommendation .box-tabs li > a:after {
    color: #ff66cc;
}

.box-products.recommendation .box-tabs li > a:before {
    background: #ff66cc;
}

.box-products.recommendation .box-product-head .box-title {
    border-bottom: 3px solid #ff66cc;
}

/** Blog **/
.option3 .blog-list .page-heading {
    font-size: 18px;
}

.option3 .blog-list .blog-list-wapper ul li .readmore a {
    color: #0099cc;
}

.option3 .blog-list .page-heading span.page-heading-title {
    border-color: #0099cc;
}


.block-popular-cat {
    border: 1px solid #eaeaea;
    padding: 15px;
}

    .block-popular-cat .parent-categories {
        text-transform: uppercase;
        font-size: 16px;
        text-decoration: underline;
        padding-bottom: 15px;
    }

    .block-popular-cat .image {
        width: auto;
        display: inline-block;
    }

    .block-popular-cat .sub-categories {
        width: auto;
        display: inline-block;
        line-height: 30px;
    }

        .block-popular-cat .sub-categories > ul > li > a:before {
            content: '';
            background: #008a90;
            border-radius: 50%;
            width: 4px;
            height: 4px;
            display: inline-block;
            margin-left: 10px;
            margin-bottom: 3px;
        }

    .block-popular-cat .more {
        height: 36px;
        width: 70px;
        line-height: 36px;
        color: #fff;
        background: #00abb3;
        margin-top: 10px;
        display: block;
        text-align: center;
    }

        .block-popular-cat .more:hover {
            color: #fff;
            opacity: 0.8;
        }

.BoxRegister {
    border: 1px solid #f5f5f5;
    height: 120px;
    width: 100%;
    background: #c2ebed none repeat scroll 0% 0%;
    padding-top: 50px;
    text-align: center;
}

option {
    padding: 3px;
}

#myTab {
    font-family: Tahoma;
    background: #f96d10;
    padding: 0px;
    font-size: 0.9em;
    color: #0c474f;
}

    #MyTab > li {
        border-left: 1px solid #fbfdfe;
        border-right: 1px solid #fbfdfe;
        height: 40px;
    }

#UserProfile {
    box-shadow: 5px 5px 15px 2px rgba(177, 222, 242, 0.14),-5px 5px 15px 2px rgba(177, 222, 242, 0.14);
}

.center_column {
    padding-top: 0px;
}

    .center_column .ProductHorzontalDiv {
        margin-top: 7px;
    }

.SPecialFeaturedDiv {
    margin: 0px;
    /*border: 1px solid #e5e5e5;*/
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    /*background-color: #f9f9ff;*/
}

    .SPecialFeaturedDiv .Specialtitle {
        font-weight: bold;
        color: #428bca;
    }

    .SPecialFeaturedDiv .coldiv {
        font-size: 0.9em;
        padding: 0px;
        padding-left: 5px;
    }

        .SPecialFeaturedDiv .coldiv:nth-child(n+6) {
            display: none;
        }

        .SPecialFeaturedDiv .coldiv.open:nth-child(n+6) {
            display: block;
        }

        .SPecialFeaturedDiv .coldiv .FeatureName, .SPecialFeaturedDiv .coldiv .fa {
            color: #007db0;
        }

        .SPecialFeaturedDiv .coldiv .FeatureValue {
            color: #8e8ea7;
        }

    .SPecialFeaturedDiv .morespecials {
        color: #428bca;
        font-size: 0.9em;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

.MoreItems {
    height: 40px;
    margin: 10px 0px;
    text-align: center;
}

    .MoreItems a {
        cursor: pointer;
        padding: 10px 20px;
        font-size: 1.1em;
    }

.customePopOver {
    position: relative;
    display: inline;
}

    .customePopOver .notif {
        font-size: 1.5em;
        color: #666;
        line-height: normal;
        cursor: pointer;
    }

    .customePopOver.hoverpopup:hover .content {
        display: block;
    }

    .customePopOver.open .content {
        display: block;
    }

    .customePopOver .content {
        display: none;
        position: absolute;
        top: 20px;
        right: 0;
        width: 250px;
        border: 1px solid #ccc;
        -webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
        box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
        background-color: #FFF;
        padding: 10px;
        border-radius: 3px;
        z-index: 20;
    }

        .customePopOver .content:before {
            font: normal normal normal 13px/1 FontAwesome;
            content: "\f0d8";
            position: absolute;
            right: 3px;
            top: -10px;
            color: #ccc;
        }

        .customePopOver .content .WorkedImages {
            color: #2269a7;
            margin-top: 5px;
        }

            .customePopOver .content .WorkedImages:hover {
                color: #428bca;
            }

.FillterAndSortMobileDiv {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-top: 2px solid #eee;
    display: flex;
    align-items: stretch;
    background-color: #fff;
    z-index: 2000;
}

    .FillterAndSortMobileDiv div {
        width: 50%;
        padding: 15px 10px;
        display: inline;
        float: right;
        cursor: pointer;
        text-align: center;
    }

    .FillterAndSortMobileDiv .FillterDiv {
        border-left: 1px solid #eee;
    }

.SelectedFiltersLeftDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 200%;
    background-color: #fff;
    z-index: 2005;
    overflow-y: auto;
}

    .SelectedFiltersLeftDiv .headerfilter {
        background-color: #c92228;
        position: relative;
        height: 50px;
    }

        .SelectedFiltersLeftDiv .headerfilter a {
            color: #fff;
            display: flex;
            align-items: center;
        }

            .SelectedFiltersLeftDiv .headerfilter a:hover {
                color: #fbfbfb;
            }

    .SelectedFiltersLeftDiv .CloseCheckBoxFilterBtn {
        display: inline-block;
        position: absolute;
        left: 15px;
        top: 15px;
    }

    .SelectedFiltersLeftDiv .CloseCheckBoxFilterCatBtn {
        display: inline-block;
        position: absolute;
        left: 15px;
        top: 15px;
    }

    .SelectedFiltersLeftDiv .check-box-list li {
        padding: 5px 15px;
    }

        .SelectedFiltersLeftDiv .check-box-list li:first-child {
            margin-top: 10px;
        }

.SortDiv {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 2000%;
    background-color: #fff;
    z-index: 2005;
    overflow: auto;
}

    .SortDiv .headerfilter {
        background-color: #c92228;
        position: relative;
        height: 50px;
        display: flex;
        align-items: center;
    }

        .SortDiv .headerfilter span {
            color: #fff;
            padding-right: 15px;
        }

        .SortDiv .headerfilter a {
            color: #fff;
        }

            .SortDiv .headerfilter a:hover {
                color: #fbfbfb;
            }

    .SortDiv .ClosesortDivBtn {
        display: inline-block;
        position: absolute;
        left: 15px;
        top: 15px;
    }

    .SortDiv .SortItemList > div {
        padding: 15px 15px;
    }

        .SortDiv .SortItemList > div label {
            display: flex;
            align-items: center;
        }

.CategoryListMobileDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 200%;
    background-color: #fff;
    z-index: 2005;
    overflow-y: auto;
}

    .CategoryListMobileDiv .headerfilter {
        background-color: #c92228;
        position: relative;
        height: 50px;
    }

        .CategoryListMobileDiv .headerfilter a {
            color: #fff;
            display: flex;
            align-items: center;
        }

            .CategoryListMobileDiv .headerfilter a:hover {
                color: #fbfbfb;
            }

    .CategoryListMobileDiv .CloseFilterBtn {
        display: inline-block;
        position: absolute;
        left: 15px;
        top: 15px;
    }

    .CategoryListMobileDiv .ApplyAll {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .CategoryListMobileDiv .CategoryList li {
        padding: 5px 15px;
    }

        .CategoryListMobileDiv .CategoryList li:first-child {
            margin-top: 10px;
        }

.RegisterCustomerDiv {
    background-image: url('/images/CustomerRagisterPage.jpg');
    background-size: 100% 100%;
}

    .RegisterCustomerDiv .box-authentication {
        padding-top: 90px;
    }

.StoreMenuDiv {
    display: block;
    overflow: hidden;
}

    .StoreMenuDiv ul {
        display: block;
        float: right;
        width: 50%;
    }

    .StoreMenuDiv .UlRight {
        display: block;
        overflow: hidden;
    }

        .StoreMenuDiv .UlRight li {
            display: block;
            float: right;
            padding: 10px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            background-color: #007db0;
            margin-left: 2px;
        }

            .StoreMenuDiv .UlRight li:last-child {
                margin-left: 0px;
            }

            .StoreMenuDiv .UlRight li a {
                color: #fff;
            }

    .StoreMenuDiv .UlLeft {
        height: 38px;
        padding: 7px 0px;
        text-align: left;
    }

        .StoreMenuDiv .UlLeft li {
            display: inline-block;
            position: relative;
        }

        .StoreMenuDiv .UlLeft select {
            border: none;
            background: none;
            height: 24px;
            -webkit-appearance: none;
            padding-left: 15px;
            padding-right: 5px;
            color: #377be9;
            font-weight: bold;
            border: 1px solid #377be9;
        }

        .StoreMenuDiv .UlLeft li:first-child:before {
            font: normal normal normal 13px/1 FontAwesome;
            content: "\f0d7";
            position: absolute;
            left: 5px;
            top: 6px;
            color: #377be9;
        }

        .StoreMenuDiv .UlLeft select:focus {
            border: none;
        }

        .StoreMenuDiv .UlLeft li a {
            margin-right: 5px;
        }

.storeHorizontalDiv {
    background-color: #fff;
    border-radius: 30px;
    height: 40px;
    position: relative;
    margin-top: 30px;
    margin-right: 40px;
    margin-bottom: 20px;
    padding-right: 95px;
    display: flex;
    align-items: center;
}

    .storeHorizontalDiv .ribond {
        position: absolute;
        bottom: -10px;
        right: -40px;
    }

    .storeHorizontalDiv .storeName {
        font-weight: bold;
        font-size: 1.1em;
    }

    .storeHorizontalDiv .StoreLogo {
        width: 30px;
        height: 30px;
        margin-left: 5px;
    }

    .storeHorizontalDiv .WishStoreList {
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 10px 37px;
        border-radius: 30px;
        background: #73cef6;
        color: #fff;
    }

        .storeHorizontalDiv .WishStoreList:hover {
            background: #92d8f7;
        }

#HeadCustomerPage {
    background-size: 100%;
    margin: 5px 0px;
    height: 115px;
    text-align: center;
}

    #HeadCustomerPage .Content {
        display: inline-block;
    }

        #HeadCustomerPage .Content .Item {
            margin-left: 5px;
        }

            #HeadCustomerPage .Content .Item:last-child {
                margin-left: 0px;
            }

        #HeadCustomerPage .Content img {
            height: 80px;
            border: 3px solid #fff;
        }

    #HeadCustomerPage .NameUser {
        color: #666;
        font-weight: bold;
        font-size: 1.1em;
    }

#MenuCustomerPaeg {
    text-align: center;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 0px 15px;
}

    #MenuCustomerPaeg .MenuItem {
        border-left: 1px solid #eaeaea;
        display: inline;
        cursor: pointer;
        padding: 15px 15px;
        line-height: 3em;
    }

        #MenuCustomerPaeg .MenuItem:first-child {
            border-right: 1px solid #eaeaea;
        }

        #MenuCustomerPaeg .MenuItem:hover {
            color: #d1d1d1;
        }

#PPCustomerContentDiv {
    margin-left: -30px;
    margin-right: -15px;
}

.BoxValidateDiv {
    margin: 15px 0px;
}

.BoxValidate {
    padding: 15px;
}

.BoxValidateSuccess {
    margin: 15px;
    text-align: center;
}

.BoxValidate .TitleEmailVeify {
    display: flex;
    align-items: center;
}

.BoxValidate .MessageAlert {
    color: #878787;
    margin: 10px 0px;
}

.alert {
    position: relative;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: absolute;
    top: 13px;
    left: 11px;
    color: inherit;
}

.BoxValidate .VerifyDiv {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.BoxValidate .MessagePhoneBox, .BoxValidate .MessageEmailBox {
    padding: 10px;
    text-align: center;
}

.BoxValidate .VerifyDiv > img {
    margin-left: 10px;
    display: inline-block;
}

.BoxValidate .VerifyDiv input {
    width: 35%;
    display: inline-block;
    height: 32px;
}

.BoxValidate .VerifyDiv .ResendEmailCode, .BoxValidate .VerifyDiv .ResendPhoneCode,
.BoxValidate .VerifyDiv .ConfirmPhoneCodeBtn, .BoxValidate .VerifyDiv .ConfirmEmailCodeBtn {
    cursor: pointer;
    margin-left: 30px;
    height: 32px;
    background-color: #ccc;
    display: flex;
    align-items: center;
    padding: 0px 5px;
    border: 1px solid #ccc;
    border-right: none;
}

.BoxValidate .input-group-addon {
    cursor: pointer;
    font-size: 1em;
}

.CheckBoxDiscountCode {
    margin-top: 20px;
}

    .CheckBoxDiscountCode label {
        font-size: 1.2em;
        margin-bottom: 10px;
        color: #7a7a7a;
        cursor: pointer;
    }

.CheckBoxDiscountCodeSelect {
    color: #2757dc !important;
}

.DicountCodeDiv {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    display: none;
}

    .DicountCodeDiv .MessageBox {
        margin: 5px 0px;
    }

        .DicountCodeDiv .MessageBox span {
            display: block;
            margin-bottom: 10px;
            padding-right: 18px;
            position: relative;
            font-size: 1.1em;
        }

            .DicountCodeDiv .MessageBox span.success {
                color: #219c1c;
            }

                .DicountCodeDiv .MessageBox span.success:before {
                    font: normal normal normal 18px/1 FontAwesome;
                    content: "\f00c";
                    position: absolute;
                    right: 0px;
                }

            .DicountCodeDiv .MessageBox span.danger {
                color: #d30606;
            }

                .DicountCodeDiv .MessageBox span.danger:before {
                    font: normal normal normal 18px/1 FontAwesome;
                    content: "\f00d";
                    position: absolute;
                    right: 0px;
                }

    .DicountCodeDiv .TakhfifCode {
        margin: 5px 0px;
    }

        .DicountCodeDiv .TakhfifCode #DiscountCode {
            display: inline-block;
            height: 34px;
            width: 60%;
            border: 1px solid #2757dc;
            border-radius: 3px;
            padding: 5px;
            color: #1e48bb;
        }

        .DicountCodeDiv .TakhfifCode #DiscountCodeBtn {
            display: inline-block;
            height: 34px;
            width: 38%;
            background-color: #2757dc;
            color: #fff;
            border-radius: 3px;
            border: 1px solid #2757dc;
        }

            .DicountCodeDiv .TakhfifCode #DiscountCodeBtn:hover {
                background-color: #678cf5;
            }

.heading-counter .CartTotal {
    border: 1px solid #e0e0e0;
    margin: 0px;
    margin-bottom: 2px;
}

    .heading-counter .CartTotal .col-xs-6 {
        padding: 15px;
    }

        .heading-counter .CartTotal .col-xs-6:last-child {
            text-align: left;
        }

.heading-counter .CartShippingCostTotal {
    border: 1px solid #d8e9f2;
    margin: 0px;
    margin-bottom: 2px;
    background: #f2f8fb;
}

    .heading-counter .CartShippingCostTotal .col-xs-6 {
        padding: 15px;
    }

        .heading-counter .CartShippingCostTotal .col-xs-6:last-child {
            text-align: left;
        }

.heading-counter .CartDiscountTotal {
    border: 1px solid #f1bebe;
    margin: 0px;
    margin-bottom: 2px;
    background: #faecec;
    color: #cb2b2b;
}

    .heading-counter .CartDiscountTotal .col-xs-6 {
        padding: 15px;
    }

        .heading-counter .CartDiscountTotal .col-xs-6:last-child {
            text-align: left;
        }


.heading-counter .DiscountCodeTotal {
    border: 1px solid #e9a5a5;
    margin: 0px;
    margin-bottom: 2px;
    background: #f5d6d6;
    color: #aa1919;
}

    .heading-counter .DiscountCodeTotal .col-xs-6 {
        padding: 15px;
    }

        .heading-counter .DiscountCodeTotal .col-xs-6:last-child {
            text-align: left;
        }


.heading-counter .TotalMoney {
    border: 1px solid #a6eb8a;
    margin: 0px;
    margin-bottom: 2px;
    background: #eeffe7;
    color: #078b16;
}

    .heading-counter .TotalMoney .col-xs-6 {
        padding: 15px;
    }

        .heading-counter .TotalMoney .col-xs-6:last-child {
            text-align: left;
        }

#LoadingAJax {
    text-align: center;
    padding: 10px;
    height: 40px;
}

    #LoadingAJax a {
        display: inline;
    }

.main-bg {
    margin-top: 30px;
}

.blog-post h1 {
    font-size: 17px;
    margin-bottom: 30px;
}

.post-details {
    overflow: hidden;
}

.ml5 {
    margin-right: 5px;
}

.colorGray {
    color: #888;
}

.blog-post .summery {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #e6e6e6;
    border: 1px solid #d9d9d9;
    margin-top: 10px;
}

    .blog-post .summery p {
        margin: 0;
    }

.blog-post .img-major {
    width: 250px;
    margin-right: 21px;
    float: left;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 175.75px;
    margin-bottom: 10px;
}

.img-major img {
    width: 100%;
    height: 100%;
}

.post-share {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #E9E9E9;
    overflow: hidden;
    margin-bottom: 20px;
}

    .post-share span {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
    }

.share-links a {
    width: 43px;
    display: block;
    float: right;
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    margin-left: 10px;
    padding: 7px;
    border-radius: 4px;
    background-color: #003096;
}


.StoreContactInfo .bhead {
    border: 0px;
    clear: both;
    border-bottom: 2px solid rgb(0, 127, 208);
    display: block;
    width: 100%;
    height: 15px;
    line-height: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .StoreContactInfo .bhead .h1 {
        color: #007db0;
        font-weight: normal;
        margin-top: 6px;
        margin-bottom: 0px;
        float: right;
    }

        .StoreContactInfo .bhead .h1 span {
            color: #fff;
            padding: 1px 10px;
            background-color: #007db0;
            font-family: IRANSans;
            font-size: 13px;
            font-weight: 600;
        }

.StoreContactInfo .Item {
    padding: 0 10px;
    margin-bottom: 5px;
}

.StoreContactInfo .fa, .StoreContactInfo .title {
    font-weight: bold;
}

.StoreContactInfo .value {
    color: #007db0;
}

.mainMenu {
    background: #007db0;
    display: block;
    float: right;
    width: 100%;
    z-index: 2001;
    border-bottom: 2px solid #fff;
}

    .mainMenu .levelFirstUl {
        margin: 0px;
        display: block;
    }

        .mainMenu .levelFirstUl .levelFirstli {
            display: block;
            float: right;
            padding: 10px 4px;
            position: relative;
            height: 44px;
        }

            .mainMenu .levelFirstUl .levelFirstli:before {
                position: absolute;
                content: '';
                bottom: 0;
                right: 0;
                left: 0;
                height: 2px;
                color: #007db0;
            }


            .mainMenu .levelFirstUl .levelFirstli > a {
                color: #fff;
            }

            .mainMenu .levelFirstUl .levelFirstli a:hover {
                color: rgb(245, 245, 245);
            }

            .mainMenu .levelFirstUl .levelFirstli a .fa {
                font-size: 1.2em;
            }

            .mainMenu .levelFirstUl .levelFirstli .levelTwoUl {
                display: none;
                position: absolute;
                top: 44px /*calc(100% + 2px)*/;
                background-color: #fff;
                z-index: 2;
                width: 1250px;
                -webkit-column-count: 5; /* Chrome, Safari, Opera */
                -moz-column-count: 5; /* Firefox */
                column-count: 5;
                -webkit-column-gap: 15px; /* Chrome, Safari, Opera */
                -moz-column-gap: 15px; /* Firefox */
                column-gap: 15px;
                -moz-column-fill: auto; /* Firefox */
                column-fill: auto;
                padding: 15px;
                padding-left: 300px;
                height: 450px;
            }
            /*selected*/
            .mainMenu .levelFirstUl .levelFirstli.selected {
                background-color: #fff;
                color: #035eb4;
            }

                .mainMenu .levelFirstUl .levelFirstli.selected > a {
                    color: #035eb4;
                }

                .mainMenu .levelFirstUl .levelFirstli.selected .levelTwoUl {
                    display: block;
                }

            /*.mainMenu .levelFirstUl .levelFirstli.selected .levelTwoUl .levelTwoli:first-child a {
                        color: #035eb4;
                    }

                    .mainMenu .levelFirstUl .levelFirstli.selected .levelTwoUl .levelTwoli:first-child .levelThreeUl {
                        display: block;
                    }*/

            .mainMenu .levelFirstUl .levelFirstli .levelTwoUl li {
                padding: 5px 0;
            }

                .mainMenu .levelFirstUl .levelFirstli .levelTwoUl li.levelTwoli > a {
                    color: #1ca2bd;
                }

                    .mainMenu .levelFirstUl .levelFirstli .levelTwoUl li.levelTwoli > a:hover {
                        color: #31bcd8;
                    }

                    .mainMenu .levelFirstUl .levelFirstli .levelTwoUl li.levelTwoli > a .fa {
                        margin-left: 2px;
                    }

                .mainMenu .levelFirstUl .levelFirstli .levelTwoUl li.levelThreeli {
                    padding-right: 15px;
                }

                    .mainMenu .levelFirstUl .levelFirstli .levelTwoUl li.levelThreeli > a {
                        color: #000841;
                    }

                        .mainMenu .levelFirstUl .levelFirstli .levelTwoUl li.levelThreeli > a:hover {
                            color: #3141b9;
                        }

.flash {
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {
        color: #1b89dc;
    }

    to {
        color: #dc1b97;
    }
}

.ForgetaPassWordDiv {
    margin-top: 60px;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
}

    .ForgetaPassWordDiv .formtitle {
        font-weight: bold;
        font-size: 1.5em;
        margin-bottom: 10px;
        color: #666;
    }

    .ForgetaPassWordDiv .control-label {
        margin-bottom: 5px;
    }

    .ForgetaPassWordDiv input {
        width: 100%;
        line-height: 2;
        font-size: 1.15em;
        height: initial;
    }

        .ForgetaPassWordDiv input#Code {
            letter-spacing: 13px;
            text-align: center;
        }

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6%;
    color: #fff;
    text-align: center;
    opacity: 0.8;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev {
    left: 0;
}

#carouselControls .fa {
    display: none;
    color: #FFF;
}

#carouselControls:hover .fa {
    display: block;
}

.radio label, .checkbox label {
    padding: 0px;
}

.searchItems {
    margin-top: 5px;
}

    .searchItems ul.CatTree {
        margin-bottom: 0px;
    }

        .searchItems ul.CatTree li {
            display: inline-block;
        }

            .searchItems ul.CatTree li a {
                color: #7c8aa1;
                position: relative;
                padding-left: 15px;
                font-weight: bold;
                max-width: 100px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                display: inline-block;
                vertical-align: middle;
            }

                .searchItems ul.CatTree li a:hover {
                    color: #007db0;
                    max-width: initial;
                }

                .searchItems ul.CatTree li a:after {
                    content: "/";
                    padding-left: 4px;
                    position: absolute;
                    top: 3px;
                    left: 0px;
                    color: #626468;
                }

            .searchItems ul.CatTree li:last-of-type a:after {
                content: none;
            }

    .searchItems .Fillters {
        display: block;
        float: right;
        width: 25%;
        padding-left: 10px;
    }

        .searchItems .Fillters .contentFillter {
            position: relative;
        }


            .searchItems .Fillters .contentFillter .fillterItem {
                background-color: #fff;
                box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
                border: 1px solid #dedede;
                margin: 0 0 10px;
            }

                .searchItems .Fillters .contentFillter .fillterItem .header {
                    position: relative;
                    cursor: pointer;
                    color: #535353;
                    letter-spacing: .2px;
                    font-weight: 700;
                    line-height: 1.571;
                    padding: 8px 0px 10px 0px;
                    margin-right: 10px;
                    margin-left: 10px;
                }

                    .searchItems .Fillters .contentFillter .fillterItem .header:after {
                        font-family: FontAwesome;
                        content: "\f107";
                        font-weight: bold;
                        position: absolute;
                        left: 0px;
                        top: 6px;
                    }


                .searchItems .Fillters .contentFillter .fillterItem .valueItems {
                    padding: 5px 10px;
                    display: none;
                }

                .searchItems .Fillters .contentFillter .fillterItem.open .header {
                    border-bottom: 1px solid #f2f2f2;
                    font-size: 1.1em;
                    color: #2586be;
                }

                    .searchItems .Fillters .contentFillter .fillterItem.open .header:after {
                        content: "\f106";
                    }

                .searchItems .Fillters .contentFillter .fillterItem.show .valueItems {
                    display: block;
                }

                .searchItems .Fillters .contentFillter .fillterItem .valueItems .ParentCategories li a:before {
                    font: normal normal normal 18px/1 FontAwesome;
                    content: "\f0d7";
                    margin-left: 3px;
                }

                .searchItems .Fillters .contentFillter .fillterItem .valueItems .priceFillter {
                    padding: 10px;
                }

                    .searchItems .Fillters .contentFillter .fillterItem .valueItems .priceFillter #amountrangepriceid {
                        margin-top: 15px;
                        font-size: 0.8em;
                        color: #507da5;
                    }

                        .searchItems .Fillters .contentFillter .fillterItem .valueItems .priceFillter #amountrangepriceid p {
                            margin: 5px 0px;
                        }

                            .searchItems .Fillters .contentFillter .fillterItem .valueItems .priceFillter #amountrangepriceid p .Title {
                                font-weight: bold;
                            }

                    .searchItems .Fillters .contentFillter .fillterItem .valueItems .priceFillter #amountrangepriceid {
                        margin-top: 15px;
                        font-size: 0.8em;
                        color: #507da5;
                    }

                .searchItems .Fillters .contentFillter .fillterItem .valueItems .InputDiv {
                    margin-bottom: 10px;
                    position: relative;
                }

                    .searchItems .Fillters .contentFillter .fillterItem .valueItems .InputDiv .fa {
                        position: absolute;
                        right: 7px;
                        top: 9px;
                        font-size: 1.2em;
                        color: #b3cbed;
                    }

                    .searchItems .Fillters .contentFillter .fillterItem .valueItems .InputDiv input {
                        padding: 5px;
                        height: 34px;
                        line-height: normal;
                        border: 1px solid #b3cbed;
                        width: 100%;
                        color: #88a3ca;
                        border-radius: 5px;
                        padding-right: 25px;
                    }

                        .searchItems .Fillters .contentFillter .fillterItem .valueItems .InputDiv input:focus {
                            border: 1px solid #67a3f8;
                        }

                        .searchItems .Fillters .contentFillter .fillterItem .valueItems .InputDiv input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                            color: #b3cbed;
                        }

                        .searchItems .Fillters .contentFillter .fillterItem .valueItems .InputDiv input::-moz-placeholder { /* Firefox 19+ */
                            color: #b3cbed;
                        }

                        .searchItems .Fillters .contentFillter .fillterItem .valueItems .InputDiv input:-ms-input-placeholder { /* IE 10+ */
                            color: #b3cbed;
                        }

                        .searchItems .Fillters .contentFillter .fillterItem .valueItems .InputDiv input:-moz-placeholder { /* Firefox 18- */
                            color: #b3cbed;
                        }

                .searchItems .Fillters .contentFillter .fillterItem .valueItems .ParentCategories li:first-child {
                    display: none;
                }

                .searchItems .Fillters .contentFillter .fillterItem .valueItems .ParentCategories li {
                    margin-bottom: 5px;
                }

                .searchItems .Fillters .contentFillter .fillterItem .valueItems .GroupItemDiv {
                    padding: 5px 0px;
                    display: flex;
                    align-items: center;
                    cursor: pointer;
                    margin-right: 15px;
                }

                .searchItems .Fillters .contentFillter .fillterItem .valueItems .ChildeGroupItems {
                    margin-right: 15px;
                }

                .searchItems .Fillters .contentFillter .fillterItem .valueItems .GroupItemDiv .fa {
                    font-weight: bold;
                    font-size: 1.1em;
                    padding-left: 10px;
                }

                .searchItems .Fillters .contentFillter .fillterItem .valueItems .Item {
                    padding: 4px 0px;
                    display: flex;
                    align-items: center;
                    cursor: pointer;
                }

                    .searchItems .Fillters .contentFillter .fillterItem .valueItems .Item.checked {
                        color: #035eb4;
                    }

                    .searchItems .Fillters .contentFillter .fillterItem .valueItems .Item .fa {
                        font-size: 1.2em;
                    }

                .searchItems .Fillters .contentFillter .fillterItem .valueItems .closeopen {
                    padding: 5px 0px;
                    display: flex;
                    align-items: center;
                    cursor: pointer;
                    color: #0a5194;
                    font-weight: bold;
                }




            .searchItems .Fillters .contentFillter .SearchKeyWords .valueItems {
                padding: 15px 10px;
            }

                .searchItems .Fillters .contentFillter .SearchKeyWords .valueItems input {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    border: 1px solid #eee;
                    background-color: #f6f6f6;
                }

.showItems {
    display: block;
    float: right;
    width: 75%;
    position: relative;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    border: 1px solid #dedede;
    background-color: #fff;
}

    .showItems.center_column {
        display: block;
        float: right;
        width: 75%;
        position: relative;
        box-shadow: none;
        border: none;
        background-color: initial;
    }

    .showItems .AdvImage {
        box-shadow: 0 -1px 2px 1px rgba(149, 150, 151, 0.40);
    }

        .showItems .AdvImage img {
            width: 100%;
        }

    .showItems .sortItem {
        background: #fff;
        padding: 12px 16px 0 16px;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
    }

        .showItems .sortItem .searchResualt {
            font-weight: bold;
            font-size: 1em;
            padding: 10px 0px;
            position: relative;
        }

        .showItems .sortItem .SelectListOrTable {
            position: absolute;
            left: 16px;
            bottom: 5px;
        }

            .showItems .sortItem .SelectListOrTable > a {
                display: inline-block;
                margin-right: 5px;
                cursor: pointer;
            }

a.DecreaseOpacity {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.searchItems .showItems .sortItem .SelectListOrTable > a img {
    width: 24px;
}


.searchItems .showItems .sortItem .SortITemAndKeyword .SortITems {
    /*text-align: left;*/
    vertical-align: baseline;
}

    .searchItems .showItems .sortItem .SortITemAndKeyword .SortITems ul {
    }

        .searchItems .showItems .sortItem .SortITemAndKeyword .SortITems ul li {
            display: inline-block;
            padding: 0 10px 5px 10px;
            border-bottom: 2px solid #fff;
        }

            .searchItems .showItems .sortItem .SortITemAndKeyword .SortITems ul li:first-of-type {
                padding-right: 0px;
            }

            .searchItems .showItems .sortItem .SortITemAndKeyword .SortITems ul li.Title {
                font-weight: bold;
            }

            .searchItems .showItems .sortItem .SortITemAndKeyword .SortITems ul li.Item {
                cursor: pointer;
            }

                .searchItems .showItems .sortItem .SortITemAndKeyword .SortITems ul li.Item:hover {
                    border-bottom-color: #035eb4;
                    color: #035eb4;
                }

                .searchItems .showItems .sortItem .SortITemAndKeyword .SortITems ul li.Item.select {
                    border-bottom-color: #035eb4;
                    color: #035eb4;
                }

.showItems .ContentItems {
    display: block;
    overflow: hidden;
}

    .showItems .ContentItems .ere-item-wrap {
        border-bottom: 1px solid #f0f0f0;
    }

        .showItems .ContentItems .ere-item-wrap:last-child {
            border-bottom: none;
        }

    .showItems .ContentItems .colItem {
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 12px;
        border-bottom: 1px solid #dbdbdb;
        width: 25%;
        float: right;
        background: #fff;
    }

        .showItems .ContentItems .colItem:last-of-type {
            border-left: 1px solid #dbdbdb;
        }

        .showItems .ContentItems .colItem:nth-child(4n) {
            border-right: 1px solid #dbdbdb;
            border-left: none;
        }

        .showItems .ContentItems .colItem:nth-child(4n+1) {
            border-left: 1px solid #dbdbdb;
            clear: both;
        }

        .showItems .ContentItems .colItem:nth-child(4n+2) {
            border-left: 1px solid #dbdbdb;
        }

        .showItems .ContentItems .colItem .property-inner .fa {
            padding: 0px;
        }

        .showItems .ContentItems .colItem.show {
            opacity: 1;
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -ms-opacity: 1;
            -webkit-opacity: 1;
            animation: accessLink 0.8s ease-in-out;
            -ms-animation: accessLink 0.8s ease-in-out;
            -webkit-animation: accessLink 0.8s ease-in-out;
            -moz-animation: accessLink 0.8s ease-in-out;
            -o-animation: accessLink 0.8s ease-in-out;
        }

.PagingDiv {
    padding-top: 10px;
    text-align: left;
    padding-bottom: 10px;
}

    .PagingDiv .list-inline {
        margin-left: 0px;
    }

@keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -ms-opacity: 0;
        -webkit-opacity: 0;
        transform: scale(.8);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -ms-opacity: 1;
        -webkit-opacity: 1;
        transform: scale(1);
    }
}

@-moz-keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        transform: scale(.8);
        -moz-transform: scale(.8);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        transform: scale(1);
        -moz-transform: scale(1);
    }
}

@-ms-keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-opacity: 0;
        transform: scale(.8);
        -ms-transform: scale(.8);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        transform: scale(.8);
        -webkit-transform: scale(.8);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-o-keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -o-opacity: 0;
        transform: scale(.8);
        -o-transform: scale(.8);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -o-opacity: 1;
        transform: scale(1);
        -o-transform: scale(1);
    }
}

.showItems #ResultSearchItem {
    min-height: 400px;
}

    .showItems #ResultSearchItem #SearchMapDiv {
        background-color: #fff;
        margin: 5px 0px;
        height: 620px;
    }

.showItems .contentSearch {
    position: relative;
}


#Searchovelay {
    display: none;
    background-color: rgba(35, 35, 35, 0.13);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20000;
    padding-bottom: 12px;
}

    #Searchovelay.active {
        display: block;
        display: flex;
        align-items: center;
    }

    #Searchovelay > div {
        width: 100%;
        text-align: center;
        z-index: 22;
    }

        #Searchovelay > div img {
            width: 300px;
        }

.fillterItem .valueItems .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
    margin-left: 10px;
}

    .fillterItem .valueItems .switch input {
        display: none;
    }

.fillterItem .valueItems .sliderStock {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .fillterItem .valueItems .sliderStock:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        right: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.fillterItem.StockDiv {
    padding-top: 5px;
    padding-bottom: 5px;
}

.fillterItem .valueItems input:checked + .sliderStock {
    background-color: #2196F3;
}

.fillterItem .valueItems input:focus + .sliderStock {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderStock:before {
    -webkit-transform: translateX(-36px);
    -ms-transform: translateX(-36px);
    transform: translateX(-36px);
}


.fillterItem .valueItems .sliderStock.round {
    border-radius: 34px;
}

    .fillterItem .valueItems .sliderStock.round:before {
        border-radius: 50%;
    }

#ResultSearchItem.showItems {
    width: 100%;
    border: 1px solid #007db0;
    background: #fff;
}

.showItems #ResultSearchItem {
    min-height: 400px;
}

    .showItems #ResultSearchItem #SearchMapDiv {
        background-color: #fff;
        margin: 5px 0px;
        height: 620px;
    }

.showItems .contentSearch {
    position: relative;
}

#CompareBox {
    position: fixed;
    display: block;
    left: 30px;
    bottom: 20px;
    z-index: 200000;
}

    #CompareBox:hover .ProductsCompareList {
        opacity: 1;
        display: block !important;
    }

    #CompareBox:hover .CanselCompareBtn {
        opacity: 1;
        display: block !important;
    }

    #CompareBox .ProductsCompareList {
        padding: 5px;
        display: block;
        overflow: hidden;
        background-color: #fff;
        border: 1px solid #ddd;
        display: none;
    }

        #CompareBox .ProductsCompareList .ProductItem {
            float: left;
            display: inline-block;
            padding-right: 10px;
            width: 100px;
            position: relative;
        }

            #CompareBox .ProductsCompareList .ProductItem .fa-remove {
                position: absolute;
                top: 2px;
                right: 2px;
                cursor: pointer;
            }

            #CompareBox .ProductsCompareList .ProductItem img {
                width: 100%;
                margin-bottom: 5px;
                display: block;
            }

            #CompareBox .ProductsCompareList .ProductItem p {
                margin-bottom: 5px;
                font-size: 0.8em;
                color: rgb(157, 154, 154);
                white-space: nowrap;
                overflow: hidden !important;
                text-overflow: ellipsis;
            }

            #CompareBox .ProductsCompareList .ProductItem:last-child {
                margin-right: 0px;
            }

    #CompareBox .CompareBtn {
        color: #fff;
        padding: 10px 20px;
        background: #428bca;
        cursor: pointer;
        font-weight: bold;
        display: block;
        float: left;
        width: auto;
    }

        #CompareBox .CompareBtn .Cbadge {
            padding: 3px;
            border-radius: 3px;
            background: #4ca0e9;
            color: #fff;
            margin-right: 10px;
        }

        #CompareBox .CompareBtn:hover, .CompareBtn:focus {
            color: #fff !important;
        }

    #CompareBox .CanselCompareBtn {
        color: #dce8fa;
        padding: 10px 5px;
        background: #252b44;
        cursor: pointer;
        font-weight: bold;
        float: left;
        display: block;
        width: auto;
        opacity: 0;
        display: none;
    }

#JQueryMessageList {
    position: fixed;
    bottom: 5px;
    right: calc(50% - 174px);
    z-index: 20000;
    border-radius: 3px;
}

    #JQueryMessageList .JQueryMessage {
        padding: 10px;
        display: flex;
        background-color: #000;
        align-items: center;
        font-size: 1em !important;
        margin-bottom: 5px;
    }

    #JQueryMessageList .ErrorClass {
        background-color: #000;
    }


    #JQueryMessageList .JQueryMessage .fa-exclamation-circle {
        color: #ea3d36;
    }

    #JQueryMessageList .JQueryMessage .titleerrormessage {
        color: #fff;
        padding: 0px 5px;
    }

    #JQueryMessageList .SuccessClass {
        background-color: #007db0;
    }

        #JQueryMessageList .SuccessClass .fa-exclamation-circle {
            color: #ffffff;
        }

    #JQueryMessageList .JQueryMessage a {
        color: #c0d7f1;
    }

.SelectForCompare {
    color: #007db0;
}

.ItemListView {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff;
}

    .ItemListView > div {
        padding: 15px;
        line-height: 1;
        padding-left: 0;
        padding-bottom: 15px;
        display: block;
        position: relative;
        padding-right: 24px;
        width: 100%;
    }

    .ItemListView a {
        display: -ms-flexbox;
        display: flex;
        position: relative;
        color: #333;
        z-index: initial;
    }

        .ItemListView a .rightSection {
            position: relative;
            width: 200px;
        }

            .ItemListView a .rightSection div-1 {
                position: relative;
                display: block;
                height: 200px;
                width: 200px;
                margin: 0 auto;
            }

                .ItemListView a .rightSection div-1 img {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    top: 0;
                    margin: auto;
                    opacity: 0;
                    max-width: 100%;
                    max-height: 100%;
                }

    .ItemListView .compare {
        position: absolute;
        bottom: 15px;
        left: 24px;
        cursor: pointer;
        z-index: 2000;
    }

        .ItemListView .compare .fa {
            font-size: 1.2em;
        }

        .ItemListView .compare:hover {
            color: #2327de;
        }

    .ItemListView .wishlist {
        position: absolute;
        top: 22px;
        right: 219px;
        cursor: pointer;
        z-index: 200;
        color: #ccc;
    }

        .ItemListView .wishlist:hover {
            color: #98c4ee;
        }

        .ItemListView .wishlist .fa {
            padding: 0px;
            font-size: 1.2em;
        }

    .ItemListView a .leftSection {
        width: calc(100% - 200px);
        padding-right: 25px;
        line-height: normal;
    }

        .ItemListView a .leftSection > div {
            display: block;
            float: right;
        }

            .ItemListView a .leftSection > div.div-1 {
                width: 65%;
            }

            .ItemListView a .leftSection > div.div-2 {
                width: 35%;
            }

            .ItemListView a .leftSection > div.div-1 .p-name {
                font-weight: bold;
                font-size: 1.2em;
            }

    .ItemListView a:hover .leftSection > div.div-1 .p-name {
        color: #2453d7;
    }

    .ItemListView a .leftSection > div.div-1 .rateDiv {
        display: flex;
        align-items: center;
        margin: 10px 0px;
    }

        .ItemListView a .leftSection > div.div-1 .rateDiv span {
            margin-left: 5px;
        }

        .ItemListView a .leftSection > div.div-1 .rateDiv > div {
            display: inline-block
        }

            .ItemListView a .leftSection > div.div-1 .rateDiv > div.Rating {
                padding: 0px 3px;
                background-color: #0fb445;
                color: #fff;
                border-radius: 3px;
                margin-left: 10px;
                display: flex;
                align-items: center;
            }

div .SpecialFeatureDiv {
    margin-top: 20px;
}

    div .SpecialFeatureDiv > div {
        position: relative;
        padding-right: 20px;
    }

        div .SpecialFeatureDiv > div .fa {
            position: absolute;
            top: 4px;
            right: 0px;
        }

    div .SpecialFeatureDiv .FeatureName {
        color: #211531;
        display: inline-block;
    }

    div .SpecialFeatureDiv .FeatureValue {
        color: #a9a9b5;
    }

div.div-4 .SpecialFeatureDiv {
    height: 55px;
    overflow: hidden;
}

.ItemListView a .leftSection > div.div-2 {
    padding-right: 10px;
}

    .ItemListView a .leftSection > div.div-2 .mainPrice {
        font-weight: bold;
        font-size: 1.2em;
    }

.MinimomOrderCount {
    margin-top: 5px 0;
    font-weight: bold;
    color: #10a372;
}

.ItemListView a:hover .leftSection > div.div-2 .mainPrice {
    color: #2453d7;
}

.ItemListView a .leftSection > div.div-2 .OldPrice {
    display: flex;
    align-items: center;
    color: #e40000;
}

    .ItemListView a .leftSection > div.div-2 .OldPrice span:first-of-type {
        margin-left: 5px;
        text-decoration: line-through;
    }

    .ItemListView a .leftSection > div.div-2 .OldPrice span:last-of-type {
        font-size: 1em;
    }

.ItemListView .VarietyOfColors {
    display: block;
    margin-top: 10px;
    position: relative;
    text-align: center;
}

    .ItemListView .VarietyOfColors .ColorItem {
        width: 25px;
        height: 25px;
        display: inline-block;
        margin-left: 2px;
        border-radius: 2px;
        border: 1px solid #efefff;
    }

    .ItemListView .VarietyOfColors .ImageVariety {
        cursor: pointer;
    }

    .ItemListView .VarietyOfColors .ColorItem:last-child {
        margin-left: 0px;
    }

.ItemTableView {
    padding: 10px;
}

    .ItemTableView .div-1 img {
        margin: 0 auto;
    }

    .ItemTableView .div-2 {
        height: 48px;
        overflow: hidden;
    }

        .ItemTableView .div-2 .p-name {
            margin: 10px 0px;
        }

    .ItemTableView .div-3 {
        height: 45px;
        position: relative;
    }

        .ItemTableView .div-3 .NotExist {
            position: absolute;
            font-weight: bold;
            color: #fccc00;
        }

        .ItemTableView .div-3 .mainPrice {
            font-weight: bold;
            font-size: 1.2em;
            margin-bottom: 5px;
        }

        .ItemTableView .div-3 .mainPrice {
            color: #007db0;
        }

        .ItemTableView .div-3 .OldPrice {
            display: flex;
            align-items: center;
            color: #e40000;
        }

            .ItemTableView .div-3 .OldPrice span:first-of-type {
                margin-left: 5px;
                text-decoration: line-through;
            }

            .ItemTableView .div-3 .OldPrice span:last-of-type {
                font-size: 1em;
            }

    .ItemTableView .div-5 {
        font-weight: bold;
        color: #0aac76;
        height: 30px;
    }

    .ItemTableView .div-4 .SpecialFeatureDiv {
        margin-top: 0;
    }

.productLink {
    display: block;
}

.rateDivTableView {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    border-top: 1px solid #eee;
    margin: 0 -4px;
    position: relative;
}

    .rateDivTableView .Rating {
        display: inline-block;
        padding: 2px 8px;
        border-radius: 4px;
        background-color: #eee;
    }

        .rateDivTableView .Rating .fa {
            line-height: 1.4em;
            font-size: 1.1em;
        }

    .rateDivTableView .compare {
        position: absolute;
        left: 12px;
        top: 12px;
        display: flex;
        align-items: center;
        visibility: hidden;
        opacity: 0;
        cursor: pointer;
    }

.SearchItemTable:hover .rateDivTableView .compare {
    visibility: visible;
    opacity: 1;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.product-list .colItem:hover {
    box-shadow: 0 2px 14px 0 rgba(0,0,0,.07);
    z-index: 11;
}

.DeliveryItems {
    display: block;
    background-color: #fff;
    overflow: hidden;
}

    .DeliveryItems figure {
        display: block;
        float: right;
        width: calc(16.666% - 40px);
        margin: 0px 20px;
        text-align: center;
        margin-bottom: 15px;
    }

        .DeliveryItems figure figcaption {
            color: #5b5959;
            font-weight: bolder;
        }

.footer2 {
    background-color: #dcdcdc;
    padding: 20px 0;
}

.footer-copyright {
    color: #4a4a4a;
    padding-bottom: 15px;
    background-color: #dcdcdc;
}

    .footer-copyright .container {
        border-top: 1px solid #b0bec5;
        padding-top: 20px;
    }

.checkbox.custom-checkbox span.fa-circle, .radio.custom-radio span.fa-circle {
    background-color: #fff;
    border: 1px solid #999;
    font-size: 10px;
    line-height: 10px;
    padding: 3px;
    border-radius: 2px;
    float: right;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.radio.custom-radio span.fa-circle {
    border-radius: 50%;
    line-height: 9px;
    margin-left: 15px;
}

.checkbox.custom-checkbox input:checked + span.fa-circle, .radio.custom-radio input:checked + span.fa-circle {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.purchase-supply-form {
    margin-top: 15px;
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #fff;
}

.RegPurchaseSupplyDiv {
    cursor: pointer;
    padding: 2px;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 15px;
}

    .RegPurchaseSupplyDiv figure img {
        width: 100%;
        border: 1px solid #ebeced;
        -ms-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
        -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-filter: sepia(0);
        filter: sepia(0);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .RegPurchaseSupplyDiv figure:hover img {
        -webkit-filter: sepia(80%);
        filter: sepia(80%);
    }

.purchase-supply-list {
    margin-top: 10px;
}

    .purchase-supply-list .row {
        display: flex;
    }

        .purchase-supply-list .row .col-md-6:first-child {
            padding-left: 5px;
        }

        .purchase-supply-list .row .col-md-6:last-child {
            padding-right: 5px;
        }

    .purchase-supply-list .purchase {
        background: #fff;
        padding: 10px;
        border: 1px solid #eee;
        border-radius: 5px;
        height: 100%;
    }

    .purchase-supply-list .supply {
        background: #fff;
        padding: 10px;
        border: 1px solid #eee;
        border-radius: 5px;
        max-height: 400px;
        overflow-y: auto;
    }

    .purchase-supply-list ul li {
        margin-bottom: 15px;
    }

        .purchase-supply-list ul li a {
            display: flex;
            align-items: center;
            font-size: 14px;
        }

            .purchase-supply-list ul li a:hover {
                color: #ccc;
            }

            .purchase-supply-list ul li a .p-name {
                font-weight: bold;
            }

            .purchase-supply-list ul li a .supplyer-name {
                margin-top: 5px;
                font-size: 0.8em;
            }

        .purchase-supply-list ul li img {
            width: 45px;
            margin-left: 5px;
            border: 1px solid #eaeaea;
        }

.supplyer-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden;
}

    .supplyer-info .Title {
        font-weight: bold;
        padding-left: 5px;
    }
