/* CSS of Klevu Search Result Landing Page */

/* klevu container for fix width layout*/
.kuContainer {
    width: 1050px;
    margin: 0 auto;
    font-family: "museo_sans_500", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
}

/* klevu container for fluid layout*/
.kuProListing {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* klevu filters */
.kuFilters {
    float: left;
    width: 25%;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* set the height of each filter*/
.kuFilterBox {
    height: 145px;
    overflow: hidden;
    color: #393939;
}

/* heading of filters i.e brand, color */
.kuFilterHead {
    padding: 8px;
    font-weight: bold;
    background-color: #fbf6f0;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    color: #393939;
}

/* down arrow div in filters */
.kuShowOpt {
    text-align: right;
    padding: 3px;
    position: relative;
    padding-right: 12px;
}

/* up arrow div in filters */
.kuHideOpt {
    text-align: right;
    padding: 3px;
    padding-right: 12px;
}

    /* down & up arrow link color in filters */
    .kuShowOpt a, .kuHideOpt a {
        color: #4d7abf;
        text-decoration: none;
    }

/* set list for filters */
.kuFilterNames ul {
    margin: 0px;
    padding: 0px;
    margin-left: 2px;
    margin-top: 5px;
}

    /* style for each values in filter */
    .kuFilterNames ul li {
        list-style: none;
        line-height: 22px;
        text-align: left;
        width: 100%;
        display: inline-table;
        margin: 0px;
        padding: 0px;
        border-bottom: 1px dotted #eee;
        padding-bottom: 2px;
        padding-top: 2px;
    }

        .kuFilterNames ul li a {
            display: block;
            position: relative;
            overflow: hidden;
            margin: 0 5px;
            padding-top: 2px;
            padding-bottom: 3px;
            padding-left: 5px;
            padding-right: 5px;
            font-size: 13px;
            line-height: 15px;
            text-decoration: none;
            -moz-border-radius: 26px 26px 26px 26px;
            -webkit-border-radius: 26px 26px 26px 26px;
            border-radius: 26px 26px 26px 26px;
            color: #393939;
        }

            /* set background color on hover of filter */
            .kuFilterNames ul li a:hover {
                /*background-color: #dadada;*/
                background-color:#c29b6f;
                cursor: pointer;
            }

        /* set background color for selected filter */
        .kuFilterNames ul li.kuSelected a {
            /*background-color: #dadada;*/
            background-color:#c29b6f;
        }

        /* label for the filter */
        .kuFilterNames ul li a span.kuFilterLabel {
            float: left;
            width: 86%;
            font-size: 12px;
            margin: 0px;
            padding: 0px;
            font-weight: normal;
        }

        /* total nos of results available for filter  */
        .kuFilterNames ul li a span.kuFilterTotal {
            float: right;
            width: 13%;
            text-align: right;
        }

        /* shows cancel button if filter is selected */
        .kuFilterNames ul li a span.kuFilterCancel {
            float: right;
            width: 13%;
            text-align: right;
            font-size: 10px;
        }

/* klevu results box */
.kuResultList {
    float: right;
    width: 73%;
    margin-left: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* div for Sorting, pagination, change result view icons*/
.kuSortHeader {
    border-bottom: 1px solid #eee;
    padding: 10px;
    margin: 5px;
}

/* div to display total no of results */
.kuTotResults {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: bold;
}

/* div to display sorting dropdown */
.kuSortby {
    float: left;
    width: 25%;
}

    /* label of sorting dropdown */
    .kuSortby label {
        display: inline;
    }

    /* sorting dropdown */
    .kuSortby select {
        display: inline;
        height: 25px;
        width: 100px;
    }

/* div to display icons to change the view of result (grid/view) */
.kuView {
    float: left;
    width: 15%;
    text-align: center;
}

    /* display GRID view icon */
    .kuView .kuGridviewBtn {
        background: #ededed url(../images/btn-gridview.png) no-repeat 0 0;
        cursor: pointer;
    }

    /* display LIST view icon */
    .kuView .kuListviewBtn {
        background: #ededed url(../images/btn-listview.png) no-repeat 0 0;
        cursor: pointer;
    }

    /* set width and height of view icons box*/
    .kuView a {
        display: inline-block;
        border: 1px solid #D9D9D9;
        width: 44px;
        height: 27px;
        margin-right: -4px;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
    }

        /* changing background position on hover of GRID/LIST view icons */
        .kuView a:hover {
            border-color: #BBB;
            background-position: 0 -30px;
        }

        /* change background position to set current view */
        .kuView a.kuCurrent {
            background-position: 0 -60px;
            border-color: #BBB;
        }

/* dropdown to select no of results per page*/
.kuPerPage {
    float: left;
    width: 25%;
    margin-left: 10px;
    text-align: right;
}

/* div for pagination */
.kuPagination {
    width: 30%;
    float: left;
    margin-left: 10px;
    text-align: right;
}

    /* style to display page nos in line */
    .kuPagination a {
        border: 1px solid #ccc;
        border-bottom-color: #acaeae;
        margin: 0px;
        position: relative;
        display: inline-block;
        background: #eee url(../images/pagiBg.png) repeat-x 0 0;
        padding: 3px 5px;
        color: #444;
        cursor: pointer;
        -webkit-box-shadow: 0px 1px 0px 0px #eeeeee;
        -moz-box-shadow: 0px 1px 0px 0px #eeeeee;
        box-shadow: 0px 1px 0px 0px #eeeeee;
        text-shadow: 0px 1px 0px rgba(255,255,255,.7);
        text-decoration: none;
        font-weight: bold;
        font-family: Arial;
    }

        /* style on hover of page links */
        .kuPagination a:hover {
            background: #dadada;
        }

        /* style to show current page */
        .kuPagination a.kuCurrent {
            background: #fff;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: 1px solid #ddd;
        }

.kuClearLeft {
    clear: left;
}


/* klevu results div */
.kuResults {
    margin-top: 10px;
}

/* styles for list view results */
.kuListView {
    margin-top: 10px;
}

    .kuListView ul {
        margin: 0px;
        padding: 0px;
    }

        /* In LISTVIEW: list style for each result */
        .kuListView ul li {
            display: block;
            width: 98%;
            height: auto;
            padding: 10px;
            border-bottom: 1px solid #eee;
            text-align: left;
        }

    /* In LISTVIEW:  for wrapping the image in fixed size div */
    .kuListView .klevuImgWrap {
        float: left;
        overflow: hidden;
        /* width:15% !important;
        height:120px !important; */
        text-align: center;
    }
     .kuListView .klevuImgWrap a:hover img{
        opacity: 0.8;
    }
    /* In GRIDVIEW: thumbnail of the product */
    .kuListView img {
         max-width:230px !important;
        max-height:310px !important; 

        width: auto;
        height: auto;
        border: none;
        outline: none;
    }

    /* In LISTVIEW: display product name and description */
    .kuListView ul li .kuNameDesc {
        float: left;
        width: 55%;
        margin-left: 5px;
    }

    .kuListView ul li .kuName {
        padding: 5px;
    }

    .kuListView ul li .kuDesc {
        line-height: 20px;
        padding: 5px;
    }

    /* In LISTVIEW: set product name color and font size */
    .kuListView ul li .kuName a {
        font-size: 14px;
        text-decoration: none;
        color: #393939;
        font-weight: bold;
    }

        .kuListView ul li .kuName a:hover {
            text-decoration:none;
        }

    /* In LISTVIEW: div to display saleprice and original price */
    .kuListView ul li .kuPrice {
        float: left;
        width: 20%;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 5px;
        text-align: center;
    }

    /* In LISTVIEW: div to display saleprice */
    .kuListView ul li .kuSalePrice {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
        color:#393939 !important;
        margin-left:5px;
    }
    .kuListView ul li span {
        font-weight: bold;
        font-size: 16px !important;
        margin-bottom: 5px;
        color:#393939 !important;
    }
    

    /* In LISTVIEW: div to display original price with line-through style */
    .kuListView ul li .kuOrigPrice {
        font-size: 13px;
        text-decoration: line-through;
    }

    /* In LISTVIEW: set color to highlight search keyowrd in name and description */
    .kuListView ul li strong {
        color: #2980B9;
    }

/* styles for grid view results */
.kuGridView {
    margin-top: 10px;
}

    .kuGridView ul {
        margin: 0px;
        padding: 0px;
    }

        /* In GRIDVIEW: list style for each result */
        .kuGridView ul li {
            display: inline-block;
            width: 32.2%;
            min-height: 230px;
            padding: 0;
            vertical-align: top;
            border-bottom: 1px solid #eee;
            border-right: 1px solid #eee;
            text-align: center;
            margin: 2px;
        }

            /* In GRIDVIEW: remove border right oof every 3rd result */
            .kuGridView ul li:nth-child(3n+3) {
                border-right: none;
            }

    /* In GRIDVIEW:  for wrapping the image in fixed size div */
    .kuGridView .klevuImgWrap {
        float: none;
        overflow: hidden;
     /*width:230px !important;
        height:310px !important;*/ 
        text-align: center;
        margin: 0 auto;
    }
    .kuGridView .klevuImgWrap a:hover img{
        opacity: 0.8;
    }

    /* In GRIDVIEW: thumbnail of the product */
    .kuGridView img {
      	max-width:232px !important;
        /*max-height:310px !important;*/ 
        width: auto;
        height: auto;
        border: none;
        outline: none;
    }

    /* In GRIDVIEW: remove float value for name and description div */
    .kuGridView .kuNameDesc {
        float: none;
    }

    /* In GRIDVIEW: discription is not displayed in grid layout*/
    .kuGridView .kuDesc {
        display: none;
    }
     .powered-by-klevu 
    {
        display:none !important;
    } 
    .kuGridView ul li .kuName {
        padding: 5px;
		height:50px;
		overflow:hidden;
    }

        /* In GRIDVIEW: set product name color and font size */
        .kuGridView ul li .kuName a {
            font-size: 14px;
            text-decoration: none;
            color: #393939;
            font-weight: normal;
        }

            .kuGridView ul li .kuName a:hover {
                text-decoration: none;
            }

    /* In GRIDVIEW: div to display saleprice and original price */
    .kuGridView ul li .kuPrice {
        float: none;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 5px;
    }

    /* In GRIDVIEW: div to display saleprice */
    .kuGridView ul li .kuSalePrice {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
        color:#393939 !important;
    }
    .kuGridView ul li span {
       


         font-weight: bold;
        font-size: 16px !important;
        margin-bottom: 5px;
        color:#393939 !important;
		margin-right:5px;
    }
    /* In GRIDVIEW: div to display original price with line-through style */
    .kuGridView ul li .kuOrigPrice {
        font-size: 13px;
        text-decoration: line-through;
    }

    /* In GRIDVIEW: set color to highlight search keyowrd in name and description */
    .kuGridView ul li strong {
        color: #2980B9;
    }


/* pagination links at bottom of results */
.kuBottomPagi {
    padding: 10px;
}

    .kuBottomPagi .kuPerPage {
        margin-left: 0px;
        text-align: left;
    }

    .kuBottomPagi .kuPagination {
        width: 50%;
        float: right;
        margin-left: 10px;
    }

.kuClearBoth {
    clear: both;
}

/* div to display No records found message */
.kuNoRecordFound {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
}
