﻿* {
    padding: 0;
    margin: 0;
}

.div_MainProducts {
    /*width: 1000px;*/
    background-color: white;
    padding: 0px 2px 10px 2px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    position: relative;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CACACA;
    padding-bottom: 0;
}


#ctl00_ContentPlaceHolder1_txtSearch {
    height: 100%;
}

.div_Category {
    /*width: 230px;*/
    display: inline-block;
    text-align: left;
    position: relative;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    min-height: 650px;
    width: 100%;
}

#ctl00_ContentPlaceHolder1_BrandsSliderNew {
    margin-left: 10px;
    margin-right: 10px;
}

div.caption a {
    font-family: Georgia;
    font-style: italic;
    color: #5f0c0c;
    font-size: 9pt;
}

.CategoryHeader a {
    padding-left: 15px;
    padding-top: 10px;
    font-family: Georgia;
    font-size: 18px;
    color: #98002E;
    display: inline-block;
    position: absolute;
    left: 0;
}

.div_ProductsCategory {
    padding-left: 0px;
    font-family: Georgia;
    font-size: 14px;
    color: #52313b;
    display: inline-block;
    position: relative;
    left: 25px;
    top: 30px;
    margin-top: 10px;
}

    .div_ProductsCategory ul li {
        background: transparent url("../../pic/Products_New/Products_Tag.png");
        background-position: left;
        background-repeat: no-repeat;
        height: 18px;
        padding-left: 15px;
    }

        .div_ProductsCategory ul li a:hover {
            text-decoration: underline;
        }

    .div_ProductsCategory .Current {
        color: #db5c73;
    }

/*************************************************************************************************************************************/
/************************************************Products***********************************************************************/

.div_ProductsContainer {
    /*width: 760px;*/
    width: 100%;
    text-align: right;
    display: inline-block;
    background-color: white;
    vertical-align: top;
    position: relative;
    left: 0;
}

.div_Products {
    /*width: 750px;*/
    width: 100%;
    min-height: 300px;
    margin-top: 5px;
}

.div_Products_Line {
    width: 750px;
    height: 300px;
    margin-top: 5px;
    text-align: left;
}

.div_Product {
    vertical-align: central;
    margin-top: 10px;
    overflow: auto;
}

    .div_Product a {
        color: #5f0c0c;
        /*text-shadow: 2px 2px 6px rgba(0,0,0,0.4);*/
        font-family: Georgia;
        font-size: 9pt;
        font-style: italic;
        text-align: center;
    }

        .div_Product a:hover {
            color: #ce5454;
        }

div.caption a:hover {
    color: #ce5454;
    text-decoration: none;
}

@media screen and (max-width: 400px) {
    /*div.sidenav a {
        font-size: 11px !important;
    }*/
}

div.thumbnail > img {
    position: absolute;
    z-index: 101;
    top: 5px;
    left: 21px;
}

div.thumbnail > a > img {
    min-height: 148px;
    font-family: Georgia;
    font-size: 9pt;
    font-style: italic;
}

p.pCode > span {
    font-family: Times New Roman;
    text-align: center;
    font-size: 10pt;
    color: #050470;
}


div.thumbnail > span {
    font-family: Georgia;
    font-size: 11pt;
    color: white;
    text-shadow: 1px 2px #333;
    position: absolute;
    left: 26px;
    top: 22px;
    z-index: 102;
    -webkit-transform: rotate(-53deg);
    -moz-transform: rotate(-56deg);
    -o-transform: rotate(-56deg);
    -ms-transform: rotate(-56deg);
    color: white;
}

.div_Product_Image {
    /*width: 210px;*/
    height: 180px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding-top: 10px;
    text-align: center;
    background-image: url('../../pic/Products_New/LoadingPic.gif');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .div_Product_Image > img {
        left: -5px;
        top: -5px;
    }

    .div_Product_Image span {
        font-family: Georgia;
        font-size: 11pt;
        color: white;
        text-shadow: 1px 2px #333;
        position: absolute;
        z-index: 101;
        left: 0px;
        top: 14px;
        /* Safari */
        -webkit-transform: rotate(-57deg);
        /* Firefox */
        -moz-transform: rotate(-57deg);
        /* IE */
        -ms-transform: rotate(-57deg);
        /* Opera */
        -o-transform: rotate(-57deg);
        /* Internet Explorer */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    }

.img {
    width: 195px;
    height: 148px;
}

.div_Product_Title {
    padding-top: 10px;
    text-align: center;
    height: 30px;
}

.div_PartCode {
    padding-top: 10px;
    font-family: Times New Roman;
    text-align: center;
    font-size: 10pt;
    color: #050470;
}

.div_Splitt_Product {
    display: inline-block;
    margin-top: 10px;
    overflow: hidden;
    width: 50px;
    height: 270px;
    background-image: url(../../Pic/Products_New/splitter.png);
    background-position: center;
    background-repeat: no-repeat;
}


/**********************************************************************************************************************************/
/*************************************************************************************************************************************/
/******************************************* Brands Slider ****************************************************************************/
.div_Brand_Container {
    border-radius: 15px;
    border: 1px solid gray;
    /*width: 740px;*/
    width: 100%;
    margin-top: 5px;
    /*margin-right: 20px;*/
    display: inline-block;
}

#slider1_container {
    position: relative;
    /*width: 740px;*/
    width: 100% !important;
    overflow: hidden;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .thumbnail {
        margin-left: 0 !important;
    }

    div.thumbnail > span {
        left: 2px !important;
        top: 22px;
    }

    div.thumbnail > img {
        top: 5px;
        left: -4px !important;
    }

    .div_Products .col-md-4 {
        padding-left: 0 !important;
    }
}

.thumbnail {
    margin: 10px;
    min-height: 276px !important;
    background-image: url(../../pic/Products_New/LoadingPic.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center 68px !important;
    background-color: transparent;
    text-align: center;
}

.caption {
    /*margin: 10px !important;*/
    text-align: center;
}

.appicon01 {
    display: block;
    position: absolute;
    width: 135px;
    /*height: 60px;*/
    margin-left: 15px;
    margin-top: 5px;
}

    .appicon01:hover {
        text-decoration: none;
        border: 1px solid #cfcfcf;
        border-radius: 10px;
        cursor: pointer;
    }


.Current_appicon01 {
    /*background-color: #faf1dc;*/
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    box-shadow: 5px 5px 5px #555;
}

.appiconc {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    width: 150px;
    height: 25px;
    line-height: 25px;
    font-family: Verdana, Arial;
    color: #000;
    font-size: 10px;
    text-decoration: none;
}

.jssora03l, .jssora03r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url('../../pic/a10.png') no-repeat;
    overflow: hidden;
}

.jssora03l {
    background-position: -3px -33px;
}

.jssora03r {
    background-position: -63px -33px;
}

.jssora03l:hover {
    background-position: -123px -33px;
}

.jssora03r:hover {
    background-position: -183px -33px;
}

.jssora03l.jssora03ldn {
    background-position: -243px -33px;
}

.jssora03r.jssora03rdn {
    background-position: -303px -33px;
}



/*********************************************************************************************************************************/
/*******************************************ProductSearch******************************************************************************/
.div_SearchSiteMap_Container {
    width: 1000px;
    direction: ltr;
    border-bottom: 1px solid #e9e9e9;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.div_SiteMap {
    width: 490px;
    clear: left;
    display: inline-block;
    text-align: left;
    height: 35px;
    vertical-align: central;
    padding-top: 5px;
    padding-left: 5px;
    font-family: Georgia;
    font-size: 10pt;
}

div.div_SearchText > input[type="text"] {
    width: 88% !important;
    float: left !important;
    height: 100%;
}

.div_ProductSearch {
    /*width: 460px;*/
    width: 100%;
    text-align: right;
    display: inline-block;
    height: 50px;
    /*position: absolute;*/
    right: 20px;
}

#ProductSearchContainer {
    padding-right: 10px;
    /*width: 450px;*/
    width: 100%;
    height: 36px;
    display: inline-block;
}

.ProductSearch {
    border: 0;
    /*width: 450px;*/
    height: 30px;
    width: 100%;
    padding-left: 0px;
    margin-right: 10px;
    border-width: 1px;
    border: 1px solid #DDD;
    background: #FFF;
    /*position: relative;
    position: relative;
    position: absolute;*/
    right: 0;
}

.div_SearchText {
    display: inline-block;
    /*position: absolute;*/
    left: 0;
    width: 100%;
    height: 100%;
}

    .div_SearchText input[type=text] {
        background: #fff;
        border: none;
        height: 14px;
        margin: 0;
        padding: 8px 0;
        width: 400px;
        font: italic 400 11px Georgia,Times,"Times New Roman",serif;
        color: rgba(0,0,0,0.4);
        /*margin-left: 6px;*/
        border: none;
    }

.ProductSearch input[type=text]:focus {
    background-color: #FFF;
    color: maroon;
    font: normal 400 11px Georgia,Times,"Times New Roman",serif;
}

.ProductSearchIMG {
    height: 20px;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background-color: #fffcfc;
    width: 30px;
    right: 21px;
    top: 1px;
    position: absolute;
    display: inline-block;
    background-image: url('../../pic/Products_New/LoadingPic.gif');
    background-position: center;
    background-repeat: no-repeat;
}

    .ProductSearchIMG input[type=button] {
        border: 0 none;
        height: 28px;
        cursor: pointer;
        background-image: url('../../Pic/Products_New/search.png');
        background-position: center;
        background-repeat: no-repeat;
        width: 32px;
        margin-top: 0;
    }



.div_searchResult {
    display: none;
    /*width: 450px;*/
    list-style: outside none none;
    margin-top: 2px;
    z-index: 1000000;
}


.product_Loader {
    position: absolute;
    top: 6px;
    right: 52px;
    width: 16px;
    height: 16px;
    background: url('../../Pic/Products_New/LoadingPic.gif');
    display: none;
}

.div_searchResult_Item {
    background: #FFF none repeat scroll 0% 0%;
    position: relative;
    /*width: 450px;*/
    z-index: 104;
    font-family: Georgia;
    font-size: 11pt;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgb(251, 246, 246);
}

.div_searchResult_Items2 {
    background: #FFF none repeat scroll 0% 0%;
    position: relative;
    /*width: 450px;*/
    z-index: 102;
    font-family: Georgia;
    font-size: 11pt;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: whitesmoke;
}

.li_SearchResult2 {
    border-bottom: 1px solid lightgray;
}

    .li_SearchResult2:hover {
        background-color: lightgray;
        border-bottom: 1px solid gray;
    }

    .li_SearchResult2 a {
        color: darkblue !important;
    }

.li_SearchResult {
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 5px;
    border-bottom: 1px solid #52313b;
    width: 440px;
    position: relative;
}

    .li_SearchResult:hover {
        background-color: rgba(255, 255, 255, 0.95);
        cursor: pointer;
    }

    .li_SearchResult a {
        color: #5f0c0c;
        font-size: 12px;
        font-weight: 100;
        font-family: 'Times';
    }

.non-ResponsiveIMG {
    right: 26px;
}
/************************************Sort**********************************************************************************************/
.div_Sort {
    /*width: 750px;*/
    width: 100%;
    margin-top: 10px;
    text-align: left;
    display: inline-block;
}

.Span_SortBy {
    font: 300 9pt Georgia,Times,'Times New Roman',serif;
    text-transform: none;
    color: #98002E;
    padding-right: 0.25em;
}

.Combo_SortBy {
    width: 122px;
    border: 1px solid #DDD;
    padding: 2px;
    max-width: 100%;
    font-style: normal;
    background: #FFF none repeat scroll 0% 0%;
    height: 29px;
    font-family: Georgia,Times,'Times New Roman',serif;
    font-size: 9pt;
}

.btn-all {
    color: #5E5E5E;
    border: 1px solid #CCC;
    padding: 0px 10px;
    height: 39px;
    line-height: 35px;
    top: 2px;
    padding: 3px 6px 3px 6px;
    font: 500 9pt Georgia,Times,'Times New Roman',serif;
    position: relative;
    cursor: pointer;
}

div.caption:first-child {
    padding-top: 5px;
}

.SiteNav {
    padding: 0 !important;
    margin: 0 auto;
    margin-top: 114px;
    max-width: 100%;
    padding-left: 15px !important;
}

/* By Irani*/
.custom-container {
    max-width: 1000px;
    /*margin-top: 114px;*/
}

.SiteNav {
    max-width: 1000px !important;
}

.product-container {
    max-width: 1000px;
}

.thumbnail > a > img {
    width: 92%;
}

div.div-search {
    top: 11px !important;
}

div.DivLogoImage {
    right: -1px !important;
}

@media screen and (max-width: 750px) {
    .SiteNav {
        margin-top: 1px !important;
    }

    .div_CategoryImage {
        margin-top: 45px;
    }
}

.thumbnail .caption {
    padding: 0 !important;
}

#wrapper {
    width: 1000px !important;
}

@media screen and (max-width: 1020px) {
    #wrapper {
        width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .thumbnail > a > img {
        width: 62% !important;
    }
}

@media screen and (min-width: 400px) and (max-width: 767px) {
    .thumbnail > a > img {
        width: 45% !important;
    }
}

button.slick-next:before, button.slick-prev:before {
    opacity: 1;
}

/*.ul_SiteSearchResult_Other_Result,
.ul_SiteSearchResult_Products_Result,
.ul_SiteSearchResult_News_Result,
.ul_SiteSearchResult_Medias_Result,
.ul_SiteSearchResult_Honors_Result {
    margin-left: -30px;
}*/

#ctl00_ulLangResponsive span {
    font-family: Tahoma;
    font-size: 12px;
}

@media screen and (max-width: 1040px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .product-content {
        padding-right: 0;
        padding-left: 0;
    }

    .thumbnail img {
        left: 5px !important;
    }

    .thumbnail > span {
        left: 11px !important;
    }

    .sort-parent, .result-parent {
        padding-left: 0;
        padding-right: 0;
    }

    .sort-child {
        margin-left: -15px;
        margin-right: -15px;
    }
}


@media screen and (max-width: 767px) {
    .thumbnail, #ctl00_ContentPlaceHolder1_BrandsSliderNew {
        margin-right: 0;
        margin-left: 0;
    }

        .thumbnail img {
            left: -4px !important;
        }

        .thumbnail > span {
            left: 2px !important;
        }
}

@media screen and (max-width: 1040px) {
    .non-responsive {
        width: 108%;
    }

    .non-ResponsiveIMG {
        right: -4px;
    }

    #div_SiteSearchResultResponsive,
    .div_SiteSearchResult {
        right: 0;
    }
}

.language-section {
    top: 12px;
}

#ctl00_Image2 {
    top: 11px;
}

@media screen and (min-width: 751px) {
    .div_CategoryImage {
        margin-top: 96px !important;
    }
}

#ctl00_ContentPlaceHolder1_mySidenav a {
    display: table;
    padding: 5px;
    transition: 500ms all;
}

/*#ctl00_ContentPlaceHolder1_mySidenav li {
    border-bottom: 1px dashed;
}*/

#ctl00_ContentPlaceHolder1_mySidenav a:hover {
    color: #98002e;
    text-decoration: none;
}

#ctl00_ContentPlaceHolder1_mySidenav span {
    float: left;
    padding: 5px;
    color: #98002e;
}

.panel-default > .panel-heading {
    background-color: #ed1c24
}

.panel-heading {
    padding: 8px 15px;
}

#ul_SearchResults2 li {
    text-align: left;
}