/* ===========================================================
    Category
 * =========================================================== */

/* Left side */
.category-left {
    float: left;
    width: 250px;
}

/* Right side */
.category-right {
    float: right;
    width: 690px;
    margin: 0;
    padding: 0;
}
#narrow-by-list{
    color: #4a4a4a;
}
#narrow-by-list a{
    color: #4a4a4a;
    text-decoration: none;
}
#narrow-by-list a:hover{
    color: #333;
    text-decoration: none;
}
#narrow-by-list dd{
    border-bottom:1px solid #f2f2f2;

    font-size: 12px;
}
#narrow-by-list dd ol li{
    border-bottom:1px solid #f2f2f2;
    line-height: 33px;
}
#narrow-by-list dd ol li:last-child{
    border-bottom:0px solid #f2f2f2;
}


/* ===========================================================
    Search
 * =========================================================== */

#search_mini_form {
    width: 210px;
    height: 34px;
    float: left;
    margin: 11px 0 0;
    padding: 0;
    position: relative;
}
.form-search {
    background-color: #666f77;
    height: 34px;
    border-radius: 4px;
}
.form-search input,
.form-search input:focus {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    color: #FFF;
    font-family: "OpenSansBold" !important;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    padding: 0 11px 0 40px;
    width: 159px !important;
}
.search-autocomplete{
    display:inline;
    float:right;
}
.search-clickarea{
    font-size: 0;
    background: url('../images/icon_search.png') no-repeat center center;
    border: none;
    padding: 0;
    height: 34px;
    width: 18px;
    position: absolute;
    left: 11px;
    cursor: pointer;
    top:0;
}


/* ===========================================================
    Filters
 * =========================================================== */

.filters {
    position: relative;
    width: 100%;
}
.filter {
    background-image: url("../images/filter_header_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    padding: 0;
    margin-bottom: 28px;
}
.filter__header {
    display: block;
}
.filter__headerinner {
    color: #FFF;
    display: block;
    font-weight: normal;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
}
.filter__menu {
    display: block;
    padding: 25px 0 0;
    margin: 0;
}
.filter__menu li {
    list-style: none outside none;
    margin: 0;
    padding: 7px 0;
}
.filter__menu li a {
    font-weight: normal;
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
.filter__checkbox {
    background-image: url("../images/icon_checkbox.png");
    background-repeat: no-repeat;
    background-position: left top;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-top: 1px;
    float: left;
}
.filter__menu li.active,
.filter__menu li:hover{
    background-color: #ededcd;
}
.filter__menu li .filter__amount {
    color: #828282;
}
.filter__selected {
}
.filter__selected li {
}
.filter__selected li a {
}
.color__thumb {
    height: 12px;
    margin-left: 3px;
    vertical-align: middle;
}

/* ===========================================================
    Toolbar
 * =========================================================== */

.tools {
    height: 34px;
    margin: 11px 0 34px;
    padding: 0;
    float: right;
}
.tools__filters {
    height: 34px;
    margin: 0;
    padding: 0;
}
.tools__sort {
    float: left;
    width: 29px;
    height: 28px;
    margin-left: 2px;
}
.tools__sort a {
    background-image: url('../images/icon_sort.png');
    background-repeat: no-repeat;
    width: 29px;
    height: 28px;
    display: block;
}
.tools__sort-up {
    background-position: left top;
}
.tools__sort-up.active {
    display:none;
}
.tools__sort-up:hover {
    background-position: left bottom;
}
.tools__sort-down {
    background-position: left bottom;
}
.tools__sort-down.active {
    display:none;
}
.tools__sort-down:hover {
    background-position: left top;
}
.tools__label {
    border: 0 none;
    color: #1c1c1a;
    float: left;
    line-height: 34px;
    margin-right: 14px;
    display: none;
}
.tools__label--right{
    border: 0 none;
    color: #1c1c1a;
    float: left;
    line-height: 34px;
    margin-left: 14px;
}
.tools__amount {
    text-align: center;
}
.tools__views {
    float: left;
    margin-left: 5px;
    margin-top: 7px;
}
.tools__views--grid {
    background-image: url('../images/icon_grid.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 17px;
    width: 17px;
    float: left;
    margin-right: 16px;
    padding-left: 26px;
    text-decoration: none;
}
.tools__views--list {
    background-image: url('../images/icon_list.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 17px;
    width: 17px;
    float: left;
    margin-right: 30px;
    padding-left: 26px;
    text-decoration: none;
    display:none;
}
.tools__views--grid:hover,
.tools__views--grid.active {
    background-position: left bottom;
}
.tools__views--list:hover,
.tools__views--list.active {
    background-position: left bottom;
}
.tools__right{
    float:right
}
.tools__pager {
    float: left;
    margin-left: 34px;
}
.tools__pager--title {
    display: none;
    float: left;
    color: #666;
    padding-top: 6px;
    padding-right: 8px;
}
.tools__pager--bottom {
    float: none;
    display: inline-block;
}
.tools__pager .pages {
    float: left;
    text-align: right;
    background-color: #ffffff;
}
.tools__pager .pages ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.tools__pager .pages ol li {
    display: inline;
    color: #1c1c1a;
    font-size: 14px;
    float: left;
    margin: 0 6px;
}
.tools__pager .pages ol li a {
    background-color: #fff;
    color: #1c1c1a;
    line-height: 22px;
    width: 22px;
    height: 22px;
    display:inline-block;
    text-align: center;
    padding: 0;
    text-decoration: none;
    border-radius: 2px;
    margin-top: 6px;
}
.tools__pager .pages ol li a:hover {
    color: #fff;
    background-color: #ff9900;
}
.tools__pager .pages ol li.current {
    font-family: "OpenSansBold" !important;
    color: #fff;
    background-color: #ff9900;
    line-height: 22px;
    width: 22px;
    height: 22px;
    display:inline-block;
    text-align: center;
    padding: 0;
    text-decoration: none;
    border-radius: 2px;
    margin-top: 6px;
}
.tools__pager .pages ol li a.next img,
.tools__pager .pages ol li a.previous img {
    display: none;
}
.tools__pager .pages ol li a.next {
    margin-top: 8px;
    background-image: url('../images/icon_pager_right.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 18px;
    width: 18px;
}
.tools__pager .pages ol li a.next:hover {
    background-color: #fff;
    background-position: left bottom;
}
.tools__pager .pages ol li a.previous {
    margin-top: 8px;
    background-image: url('../images/icon_pager_left.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 18px;
    width: 18px;
}
.tools__pager .pages ol li a.previous:hover {
    background-color: #fff;
    background-position: left bottom;
}

/* ===========================================================
    Dropdown
 * =========================================================== */
.col-main.result form#search_mini_form {
    position: absolute;
    top: 45px;
}
.dropdown.dropdownhitarea.type,
.sp_dropdown {
    display: none;
}
.dropdown {
    background-color: #666f77;
    border-radius: 4px;
    float: left;
    color: #fff;
    padding: 0 14px;
    position: relative;
    cursor: pointer;
    height: 34px;
}
.dropdown__header {
    cursor: pointer;
    line-height: 34px;
}
.dropdown__split {
    background-color: #fff;
    width: 1px;
    height: 34px;
    margin-left: 19px;
    margin-right: 14px;
    float: left;
}
.dropdown__header strong {
    font-weight: normal !important;
    float: left;
}
.dropdown__menu {
    background-color: #666f77;
    border-radius: 4px;
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    padding: 3px 19px 10px 14px;
    position: absolute;
    top: 100%;
    z-index: 50;
}
.dropdown__menu li {
    margin-top: 7px;
    white-space: nowrap;
    cursor: pointer;
}
.dropdown__menu li a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.dropdown__menu li:hover a {
    color: #ff9900;
}

.dropdown__caret {
    background-image: url('../images/icon_dropdown.png');
    background-repeat: no-repeat;
    background-position: left center;
    height: 34px;
    width: 10px;
    float: left;
}

/* ===========================================================
    List
 * =========================================================== */

.catalogsearch-result-index .list {
    padding-top: 30px;
}

.list {
    margin: 0 auto;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.list a {
    text-decoration: none !important;
    height: 68px;
    overflow: hidden;
    float: left;
    display: block;
}

.list a.right {
    float: right;
}

.list .product--list {
    border-bottom: 1px solid #a8b2bb;
    clear: both;
    float: none;
        display: inline-block;
}

.order_simple {
    cursor: pointer;
    margin-left: 5px;
}



/* ===========================================================
    Category product
 * =========================================================== */

.product {
    background-color: #fff;
    color: #1c1c1a;
    line-height: 20px;
}
.product:hover {
    background-color: #f7f9fa;
}
.product__cart {
    float: right;
    background-image: url('../images/icon_cart_list.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 18px;
    width: 18px;
    margin-right: 6px;
    margin-top: 3px;
}
.product__cart:hover {
    background-position: left bottom;
}
.product__arrow {
    float: right;
    background-image: url('../images/icon_arrow_list.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 18px;
    width: 18px;
    margin-right: 9px;
    margin-top: 3px;
}
.product__stock {
    float: left;
    width: 121px;
    margin-left: 10px;
}
.no__icon {
    background-image: none !important;
}
.productlist__header {
    font-family: "OpenSansBold";
    margin-top: 10px;
    border-bottom: 1px solid #000000;
    margin-bottom: 5px;
    overflow: hidden;
}
.product__manufacturer {
    float: left;
    width: 78px;
}
.product:hover .product__arrow{
    background-position: left bottom;
}
.product__id {
    float: left;
    color: #ff9900;
    font-family: "OpenSansBold" !important;
    width: 140px; 
}
.product__title {
    float: left;
    width: 165px;
}
.product__description {
    float: left;
    width: 210px;
}

.product__qty {
    float: left;
    width: 30px;
}
.product__qty input {
    width: 25px;
}
.product__price {
    padding: 0;
    margin: 0 21px 0 0;
    margin-left: 5px;
    float: left;
    width: 77px;
}
.product__price2 {
    padding: 0;
    margin: 0 21px 0 0;
    margin-left: 5px;
    float: left;
    width: 56px;
}
.product__price .price__label {

}
.product__price .price-box {
    margin: 0;
}
.product__price .price-box p {
    margin: 0;
    padding: 0;
    display: inline;
}
.product__price .price {
    color: #000;
    font-weight: normal;
    font-size: 14px;
}
.product__price .price-box {
    font-size: 14px !important;
}
.product__price .old-price .price {
    font-size: 14px !important;
    color: #d70202 !important;
    margin-right: 3px;
}



/*rating*/
.product__review--list {
}

/*cart*/
.product__cart--list {
    border-radius: 4px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 0 50px;
}
/*category banner*/
.category-banner{
    margin-bottom:30px;
}

/*sale*/
.product__sale img{
    float:right;
}
/*new*/
.product__new img{
    float:right;
}
/*search results*/
.results .tools {
    height: 34px;
    margin: 11px 0 34px;
    width: 948px;
    padding: 0;
}
.results .tools__filters {
    height: 30px;
    width: 948px;
    margin: 0;
    padding: 8px 5px;
}
.results .page-title{
    height: 37px;
    margin-top: 30px;
}
.results .list--cat{
    width: 960px;
}
.results .product--list{
    width: 960px;
}


.show_button {
    padding: 1px 0px;
    text-align: right;
    font-size: 11px;
    text-decoration: underline;
    cursor:pointer;
}


.product__stock {
    position: relative;
}

.expected_delivery_date {
    position: absolute;
    top: 34px;
    background-color: #f7f6f1;
    border: 1px solid #a8b2bb;
    left: -5px;
    display: none;
    width: 200px;
    z-index: 999999999;
    padding: 10px;
    box-shadow: 0px 0px 10px -1px #333333;
    line-height: 24px;
}