﻿body {
    position: relative;
    overflow-x: hidden;
}

.intro-header {
    height: 100vh;
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
}

    .intro-header .intro-left {
        float: left;
        width: 25%;
        height: 100vh;
        background: #0c0c0c; /* Old browsers */
        background: -moz-linear-gradient(left, #0c0c0c 1%, #454444 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(1%,#0c0c0c), color-stop(100%,#454444)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #0c0c0c 1%,#454444 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #0c0c0c 1%,#454444 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #0c0c0c 1%,#454444 100%); /* IE10+ */
        background: linear-gradient(to right, #0c0c0c 1%,#454444 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0c0c', endColorstr='#454444',GradientType=1 ); /* IE6-9 */
    }

    .intro-header .intro-right {
        float: right;
        height: 100vh;
        width: 75%;
        background-image: url('../images/Crash-Orange-Pencil-Wallpaper-Macro.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .intro-header .intro-left .circle {
        width: 100%;
        height: 500px;
        background-image: url('../images/circle_bg.png');
        background-repeat: no-repeat;
        background-position: left top;
    }










.navbar-default, .navbar-collapse {
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}

.navbar-nav > li {
    width: 177px;
    height: 170px;
    background-color: rgba(0, 0, 0, .6);
    margin: 0;
    border-right: 1px solid #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #ffffff;
    }

.navbar-default .navbar-nav > li.lang {
    width: 70px;
    border: none;
    background-color: rgba(20, 204, 31, .6);
    position: relative;
}

    .navbar-default .navbar-nav > li.lang img {
        width: 50%;
        margin: 20px auto;
        display: block;
    }

    .navbar-default .navbar-nav > li.lang select {
        position: absolute;
        top: 65%;
        width: 100%;
        background-color: transparent;
        border: none;
        color: white;
        font-weight: bold;
        padding: 5px;
        /*background-repeat: no-repeat;
      background-position: center 20px;
      background-size: 80%;*/
    }

        .navbar-default .navbar-nav > li.lang select option {
            background-repeat: no-repeat;
            background-position: 5px center;
            padding-left: 25px;
            color: #000;
        }

            .navbar-default .navbar-nav > li.lang select option.tr {
                background-image: url('../images/icon-set/tr_flag.png');
            }

            .navbar-default .navbar-nav > li.lang select option.eng {
                background-image: url('../images/icon-set/uk_flag.png');
            }

.navbar-default .navbar-nav > li:hover {
    -moz-box-shadow: 0px 0px 13px #ffffff;
    -webkit-box-shadow: 0px 0px 13px #ffffff;
    box-shadow: 0px 0px 13px #ffffff;
}

.navbar-default .navbar-nav > li.search-box {
    background-color: #ec6e00;
}

header.header {
    position: relative;
    z-index: 1;
}

.mainContent > div {
    padding: 0;
}

header.fixed {
    position: fixed;
    bottom: 0;
}

.header > .container {
    background-color: transparent;
}


.widget-sidebar .widget-head {
    height: 300px;
    padding-top: 140px;
    background-color: #343333;
}

    .widget-sidebar .widget-head h1 {
        font-size: 24px;
        line-height: 1.1;
        color: #ffffff;
        text-align: center;
        padding: 0;
        margin: 0;
    }



.widget-sidebar .widget-body ul li {
    background-color: #969696;
    padding: 5px;
    margin: 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

    .widget-sidebar .widget-body ul li h2 {
        color: #ffffff;
        margin: 5px 0;
        font-size: 12px;
        text-align: left;
    }

    .widget-sidebar .widget-body ul li:hover a {
        text-decoration: none;
    }

    .widget-sidebar .widget-body ul li.side-yellow:hover {
        background-color: #f8c618;
    }

    .widget-sidebar .widget-body ul li.side-orange:hover {
        background-color: #ec6e00;
    }

    .widget-sidebar .widget-body ul li.side-light-blue:hover {
        background-color: #5fc7f7;
    }

    .widget-sidebar .widget-body ul li.side-purple:hover {
        background-color: #6e0076;
    }

    .widget-sidebar .widget-body ul li.side-pink:hover {
        background-color: #e950ce;
    }

    .widget-sidebar .widget-body ul li.side-green:hover {
        background-color: #0cc281;
    }

    .widget-sidebar .widget-body ul li.side-red:hover {
        background-color: #f62a2a;
    }

.captcha-refresh {
    width: 35px;
    border-radius: 100% !important;
    background-color: #ec6e00;
}

    .captcha-refresh:hover {
        background-color: #ec6e00;
    }

        .captcha-refresh:hover i {
            color: white;
        }

.captcha-img {
    left: 0;
    right: 57%;
}

.captcha-txt {
    right: 0;
    left: 57%;
}

.widget-contact {
    width: 100%;
    background-color: #969696;
    padding: 5px 10px 5px 10px;
}

    .widget-contact .form-group {
        margin: 0;
    }

    .widget-contact .widget-head {
        background-color: #969696;
    }

        .widget-contact .widget-head h1, .widget-contact .widget-head p {
            color: white;
            font-size: 14px;
            margin-bottom: 5px;
        }

.btn-send {
    padding: 7px 16px;
    background-color: #ec6e00;
    color: #ffffff;
}

.social {
    padding: 0 !important;
}

    .social ul li {
        float: left;
        width: 38px;
        height: 38px;
        background-color: #343333;
        margin: 0;
        padding: 5px;
    }

        .social ul li a i {
            color: #494848;
            font-size: 20px;
            line-height: 1.4;
        }

        .social ul li:hover {
            background-color: #ec6e00;
        }

            .social ul li:hover a i {
                color: #ffffff;
            }

.sp_home, .sp_neckTie, .sp_crown, .sp_phone, .sp_search {
    background-repeat: no-repeat;
    background-position: center 25px;
}

.sp_home {
    background-image: url('../images/icon-set/sopromo_home.png');
}

.sp_neckTie {
    background-image: url('../images/icon-set/sopromo_neckTie.png');
}

.sp_crown {
    background-image: url('../images/icon-set/sopromo_crown.png');
}

.sp_phone {
    background-image: url('../images/icon-set/sopromo_phone.png');
}

.sp_search {
    background-image: url('../images/icon-set/sppromo_search.png');
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-image: none;
    background-color: transparent;
    color: white;
}

.btn-productsearch {
    background-color: transparent;
    border: none;
    color: white;
    width: 100%;
    text-align: center;
    padding-top: 0;
}

.search-box .btn-group > .dropdown-menu {
    margin-top: 52px;
    padding: 0;
}

.search-box .dropdown-content {
    width: 170px;
}

.search-box input {
    background-color: #ec6e00;
    color: white;
    border: none;
}

    .search-box input::-webkit-input-placeholder {
        color: white;
    }

    .search-box input:-moz-placeholder { /* Firefox 18- */
        color: white;
    }

    .search-box input::-moz-placeholder { /* Firefox 19+ */
        color: white;
    }

    .search-box input:-ms-input-placeholder {
        color: white;
    }


.searchProductList {
    position: absolute;
    top: 92px;
    left: 0;
    width: 360px;
    padding: 5px;
    background-color: #ffffff;
    display: none;
}

    .searchProductList ul li {
        margin: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 10px;
    }

    .searchProductList .img-container {
        background-image: url('../images/noimage.jpg');
        background-size: 100%;
        background-repeat: no-repeat;
        width: 95px;
        height: 80px;
        overflow-y: hidden;
        padding: 2px;
        float: left;
        margin-right: 5px;
    }

    .searchProductList .productName {
        width: 210px;
        float: right;
        background-color: #ffffff;
    }

    .searchProductList .img-container img {
        width: 96%;
        height: auto;
        margin: 2px;
    }

.productName h3 {
    font-size: 14px;
    margin: 0;
    text-align: center;
    margin-top: 40px;
    color: #343333;
}

.searchProductList .productName h3 {
    margin-top: 20px;
}

.searchProductList ul li:hover .productName h3 {
    color: #ec6e00;
}



.sticky-body {
    padding-top: 170px !important;
}

.stickyMenu {
    position: fixed !important;
    top: 0;
    margin-top: 0 !important;
}

.logoSticky {
    background-color: #454444;
    padding: 13px !important;
}

.mainSlider {
    max-height: 300px;
    overflow: hidden;
}

    .mainSlider img {
        max-height: 300px;
    }

    .mainSlider .owl-controls .owl-buttons .owl-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 150px;
        background-color: rgba(236, 110, 0,.6);
    }

        .mainSlider .owl-controls .owl-buttons .owl-prev i {
            font-size: 48px;
            line-height: 1.1;
            color: #ffffff;
            margin: 135px auto;
            display: block;
            margin-left: 35%;
        }

    .mainSlider .owl-controls .owl-buttons .owl-next {
        display: none;
    }


.newProduct div[class*="col-sm-"], .newProduct div[class*="col-md-"] {
    padding: 1px 1px;
}

.p1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.pagination > li {
    background-color: #969696 !important;
    display: block;
    float: left;
    padding: 10px;
    color: #ffffff;
    margin: 0;
    border: 1px solid #ffffff;
}

    /*.pagination li a {
    color: #ffffff;
    background-color: #969696 !important;
}

    .pagination li a i {
        color: #ffffff;
    }*/


    .pagination > li:focus,
    .pagination > li:hover,
    .pagination > li:focus,
    .pagination > li:hover {
        background-color: #ec6e00 !important;
    }

.widget-sa {
    background-color: #f0f0f0;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center 40px;
    padding-top: 120px;
}

    .widget-sa:hover {
        background-color: #ec6e00;
    }

    .widget-sa h1 {
        margin: 0;
        text-align: center;
        font-size: 18px;
        text-transform: capitalize;
        color: #969696;
    }

    .widget-sa p {
        font-size: 14px;
        text-align: center;
        line-height: 1.4;
        color: #969696;
    }

    .widget-sa:hover h1, .widget-sa:hover p {
        color: white;
    }

    .widget-sa .widget-head {
        background-color: transparent;
    }

    .widget-sa.aa {
        background-image: url('../images/icon-set/icon1_gray.png');
    }

    .widget-sa.bb {
        background-image: url('../images/icon-set/icon2_gray.png');
    }

    .widget-sa.cc {
        background-image: url('../images/icon-set/icon3_gray.png');
    }

    .widget-sa.dd {
        background-image: url('../images/icon-set/icon4_gray.png');
    }

    .widget-sa.aa:hover {
        background-image: url('../images/icon-set/icon1_white.png');
    }

    .widget-sa.bb:hover {
        background-image: url('../images/icon-set/icon2_white.png');
    }

    .widget-sa.cc:hover {
        background-image: url('../images/icon-set/icon3_white.png');
    }

    .widget-sa.dd:hover {
        background-image: url('../images/icon-set/icon4_white.png');
    }

.commercial {
    background-image: url('../images/Commercial_bg.png');
    background-repeat: no-repeat;
}

span.sopromo {
    color: #ec6e00;
}


.widget-main-contact {
    background-color: #ffffff;
}

    .widget-main-contact .widget-head {
        background-color: #ffffff;
        padding: 10px 5px;
    }

    .widget-main-contact h1 {
        font-size: 14px;
        color: #000;
    }

.btn-form-send {
    background-color: #ec6e00;
    color: #ffffff;
    padding: 5px 40px;
    width: 30%;
}

.maps {
    height: 300px;
}

.addressTitle {
    margin-bottom: 10px;
    font-weight: bold;
}

.address-line, .phone, .fax, .mailaddress {
    background-repeat: no-repeat;
    background-position: 5px 0;
    width: 100%;
    padding: 0px 0px;
    min-height: 25px;
    padding-left: 25px;
    margin-bottom: 5px;
    line-height: 1.2;
}




.address-line {
    background-image: url('../images/map_marker.png');
}

.phone {
    background-image: url('../images/phone.png');
}

.fax {
    background-image: url('../images/fax.png');
}

.mailaddress {
    background-image: url('../images/mail.png');
}

.widget-address .widget-body, .widget-kurumsal .widget-body {
    background-color: #f0f0f0;
    padding: 5px;
}

.widget-address .widget-head, .widget-kurumsal .widget-head {
    background-color: #343333;
}

.innerpage {
    height: 170px;
    overflow: hidden;
}

.widget-aboutUs .widget-head {
    padding: 0;
}

.widget-aboutUs p {
    color: #343333;
    padding: 15px 5px 5px;
}

.aboutimg {
    position: absolute;
    right: -200px;
    bottom: -150px;
}

.btn-inner-catalog {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ec6e00;
    bottom: -55%;
    right: 35%;
    text-align: center;
    font-weight: bold;
}

    .btn-inner-catalog span {
        color: #000;
        text-align: center;
    }

.catalog ul li {
    float: left;
    width: 48%;
    margin: 1%;
    background-color: #f0f0f0;
    background-image: url('../images/katalog.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 40px;
    padding: 20px;
    padding-left: 75px;
}

    .catalog ul li a {
        color: #343333;
        text-decoration: none;
    }

    .catalog ul li:hover a {
        color: #ec6e00;
    }

.pro-btn .btn {
    background-color: #969696;
}

    .pro-btn .btn i {
        font-size: 18px;
    }

.productName {
    background-color: #343333;
    padding: 15px;
}

    .productName h1 {
        font-size: 24px;
        text-align: center;
        color: white;
    }

.ProductSLider .owl-controls {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

    .ProductSLider .owl-controls .owl-buttons {
        width: 172px;
        height: 60px;
    }

        .ProductSLider .owl-controls .owl-buttons > div {
            float: left;
            width: 50%;
            height: 60px;
            background-color: #969696;
        }

            .ProductSLider .owl-controls .owl-buttons > div:hover {
                background-color: #ec6e00;
            }




.h60 {
    height: 60px;
}

.ProductSLider .owl-controls .owl-buttons > div i {
    font-size: 39px;
    display: block;
    line-height: 1.1;
    margin-top: 10px;
    color: white;
    font-weight: lighter;
    margin-left: 30px;
}

.productdetail h2, .productdetail h3 {
    color: #343333;
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
    padding-left: 5px;
}

.detail-title {
    background-color: #343333;
    color: #ffffff;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 5px;
}

.pro-content {
    border: 1px solid #343333;
}

button.close {
    background-color: #ec6e00;
    border-radius: 100% !important;
    height: 35px;
    width: 35px;
    display: block !important;
    opacity: 1;
    background-image: url('../images/pd_close.png') !important;
    background-repeat: no-repeat;
    background-size: cover;
}
/*button.close i {
    font-size: 18px;
    color: #ffffff;
    display: block;
    line-height: 1.2;
    opacity: 1;
}*/
.pronav {
    border: 1px solid #969696;
}

.submenu ul li {
    background-color: #f0f0f0 !important;
    background-image: url('../images/icon-set/sub_arrow.png');
    background-repeat: no-repeat;
    background-position: 10px 2px;
    padding-left: 35px !important;
}

    .submenu ul li > a h3 {
        color: #343333;
        text-align: left;
        font-size: 14px;
    }

    .submenu ul li:focus > a h3,
    .submenu ul li:active > a h3 {
        color: #ec6e00;
    }



    .submenu ul li > .submenu ul li {
        background-color: #f0f0f0 !important;
        background-image: url('../images/icon-set/sub_arrow.png');
        background-repeat: no-repeat;
        background-position: 10px center;
        padding-left: 35px !important;
    }

        .submenu ul li > .submenu ul li > a h3 {
            color: #969696;
            text-align: left;
            font-size: 14px;
        }

        .submenu ul li > .submenu ul li:focus > a h3,
        .submenu ul li > .submenu ul li:active > a h3 {
            color: #ec6e00;
        }

.pro-item {
    position: relative;
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #d9d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#d9d6d6)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#d9d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#d9d6d6 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#d9d6d6 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #ffffff 0%,#d9d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d6d6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.prohover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4) !important;
    background-image: url('../images/icon-set/pro_bb.jpg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

.pro-item:hover .prohover {
    display: block;
    background-image: url('../images/icon-set/pro_bb.jpg') !important;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}


.prohover h1 {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    text-align: center;
}


.pro-item.pro .prohover {
    padding-top: 70px;
}

.col-md-4.pro-item.pro .prohover {
    padding-top: 30px;
}

.col-md-3.pro-item.pro .prohover {
    padding-top: 10px;
}

.side-catalog {
    position: fixed;
    /*right: -150px;*/
    top: 250px;
    width: 150px;
    
    height: 70px;
    border-left: 5px solid rgba(0, 0, 0, .2);
    border-top: 5px solid rgba(0, 0, 0, .2);
    border-bottom: 5px solid rgba(0, 0, 0, .2);
    background-color: #f8c618;
    color: #ffffff;
    background-image: url('../images/icon-set/catalog_icon.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 10px;
    padding-left: 50px;
    z-index: 12121;
   
}

    .side-catalog h3 {
        text-decoration: none;
        font-size: 18px;
        margin: 0;
        color: #ffffff;
    }


    .side-catalog:hover, .side-catalog:hover h3 {
        text-decoration: none;
    }

.bread-filter {
    position: relative;
    right: 0;
    /*top: 38px;*/
    background-color: #343333;
    width: 100%;
    height: 35px;
    padding: 2px;
    margin: 2px;
    margin-right: 0px;
}

    .bread-filter h2 {
        color: #ffffff;
        font-size: 18px;
        padding: 5px;
    }

.filter-select {
    background-color: #343333;
    border-color: #ec6e00;
    color: #ec6e00;
    background-image: url('../images/icon-set/filter_icon.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-right: 25px;
}

    .filter-select option {
        background-color: #f0f0f0;
        border: 1px solid #606265;
        color: #000;
    }

        .filter-select option:hover {
            background-color: #969696;
            border: 1px solid #ec6e00;
            color: #ffffff;
        }

.navbar-nav > li > .dropdown-menu {
    overflow-y: scroll;
    max-height: 50vh;
}

.form-group.has-error {
    min-height: 75px;
}

ul.ui-autocomplete {
    border: 1px solid #ec6e00;
    background-color: white;
    z-index: 9999999;
}

.searchProductList ul li a {
    background-color: white !important;
}

.ui-autocomplete-category {
    background-color: rgba(236, 110, 0,.2);
}

.dropdown-menu a {
    text-decoration: none;
    color: #1A74B1 !important;
    font-weight: 500 !important;
}



.dropup.open > .dropdown-toggle,
.dropdown.open > .dropdown-toggle {
    border-color: #ddd;
}

.dropdown-menu {
    min-width: 175px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    background-color: #ffffff;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    border: 1px solid #eee;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .dropdown-menu li.divider {
        background: #f1f3f6;
    }

    .dropdown-menu li.dropdown-header {
        padding: 8px 14px 2px 14px;
    }

    .dropdown-menu li > a {
        padding: 8px 14px;
        color: #555;
        text-decoration: none;
        display: block;
        clear: both;
        font-weight: 300;
        line-height: 18px;
        white-space: nowrap;
    }

        .dropdown-menu li > a > [class^="fa-"],
        .dropdown-menu li > a > [class*=" fa-"] {
            color: #888;
        }

        .dropdown-menu li > a > [class^="icon-"],
        .dropdown-menu li > a > [class*=" icon-"] {
            color: #666;
        }

        .dropdown-menu li > a > [class^="glyphicon-"],
        .dropdown-menu li > a > [class*=" glyphicon-"] {
            color: #888;
        }

        .dropdown-menu li > a:hover,
        .dropdown-menu .active > a,
        .dropdown-menu .active > a:hover {
            text-decoration: none;
            background-image: none;
            background-color: #f6f6f6;
            color: #555;
            filter: none;
        }

    .dropdown-menu.bottom-up {
        top: auto;
        bottom: 100%;
        margin-bottom: 2px;
    }

.dropdown > .dropdown-menu,
.dropdown-toggle > .dropdown-menu,
.btn-group > .dropdown-menu {
    margin-top: 10px;
}

    .dropdown > .dropdown-menu:before,
    .dropdown-toggle > .dropdown-menu:before,
    .btn-group > .dropdown-menu:before {
        position: absolute;
        top: -8px;
        left: 9px;
        right: auto;
        display: inline-block !important;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #e0e0e0;
        border-left: 8px solid transparent;
        content: '';
    }

    .dropdown > .dropdown-menu:after,
    .dropdown-toggle > .dropdown-menu:after,
    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 5px;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
        }

        .dropdown-submenu > a:after {
            position: absolute;
            display: inline-block;
            font-size: 14px;
            right: 7px;
            top: 7px;
            font-family: FontAwesome;
            height: auto;
            content: "\f105";
            font-weight: 300;
        }

        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }

        .dropdown-submenu:hover > a:after {
            border-left-color: #ffffff;
        }

        .dropdown-submenu.pull-left {
            float: none;
        }

            .dropdown-submenu.pull-left > .dropdown-menu {
                left: -100%;
                margin-left: 10px;
            }

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
}

.nav.pull-right > li > .dropdown-menu,
.nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

    .nav.pull-right > li > .dropdown-menu:before,
    .nav > li > .dropdown-menu.pull-right:before {
        right: 12px;
        left: auto;
    }

    .nav.pull-right > li > .dropdown-menu:after,
    .nav > li > .dropdown-menu.pull-right:after {
        right: 13px;
        left: auto;
    }

    .nav.pull-right > li > .dropdown-menu .dropdown-menu,
    .nav > li > .dropdown-menu.pull-right .dropdown-menu {
        right: 100%;
        left: auto;
        margin-right: -1px;
        margin-left: 0;
    }

ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
    min-width: 345px;
}

.pro-info h2, .pro-info h3, .pro-content h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 2.2;
}

li.ui-menu-item a {
    color: #969696;
    text-decoration: none;
}

li.ui-menu-item {
    border-bottom: 1px solid #969696;
    padding: 4px;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
      background-color: #343333;
    color: #fff;
         font-size:12px;
}
 
.autoComplete-img-wrapper {
    background-image: url('../images/noimage.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    padding: 2px;

}

.autoComplete-img {
    width: 110px;
    height: 82px;
}

.ui-autocomplete {
    max-height: 60vh;
    overflow-y: scroll;
     
}


    .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
        /*left: auto !important;
    right: 20px!important;*/
    }

    .ui-autocomplete h2 {
        float: left;
        font-size: 16px;
        padding-top: 35px;
        color:#343333;
         font-size:12px;
         
    }

    .ui-autocomplete h2:hover {
      color:#ED6D00;
    }

