﻿/* Product
--------------------------------------------------------------------------------*/
/* Product List */
#product .side-nav {
    float: left;
    width: 230px;
}

#product .item-list {
    margin-left: 245px;
}

    #product .item-list .row {
        /*overflow: hidden;*/
        float: left;
        width: 100%;
    }

#product .item-list-grid .item-recommend .item-group-center .item-price,
#product .item-list-grid .item-recommend .item-group-center .item-rebate,
#product .item-list-row .item-recommend .item-group-center .item-price,
#product .item-list-row .item-recommend .item-group-center .item-rebate {
    display: none;
}

#lb-banner,
#ad-banner,
#ad-banner {
    position: relative;
    margin-bottom: 15px;
}

#store-banner img {
    margin: 0 auto;
}

#lb-banner .swiper-container,
#lb-banner .swiper-slide,
#lb-banner .btn-swipe a {
    height: 288px;
}

#ad-banner .swiper-container,
#ad-banner .swiper-slide,
#ad-banner .btn-swipe a {
    height: 88px;
}

#lb-banner .btn-swipe,
#ad-banner .btn-swipe {
    position: absolute;
    z-index: 99;
}

    #lb-banner .btn-swipe.btn-prev,
    #ad-banner .btn-swipe.btn-prev {
        left: 0;
        top: 0;
        margin: 0 10px;
    }

    #lb-banner .btn-swipe.btn-next,
    #ad-banner .btn-swipe.btn-next {
        right: 0;
        top: 0;
        margin: 0 10px;
    }

#lb-banner .pagination-swipe,
#ad-banner .pagination-swipe {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 99;
}

.side-nav .cell {
    margin-bottom: 15px;
}

    .side-nav .cell h3 {
        padding: 8px;
        color: #FFF;
        text-align: center;
        text-transform: uppercase;
        background: #888;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .side-nav .cell .outer h3 {
        text-align: center;
        color: #333;
        background: #EFEFEF;
        border-top: 1px solid #DDD;
        text-transform: uppercase;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .side-nav .cell h4 {
        padding: 8px 15px;
        background: #F8F8F8;
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
    }

    .side-nav .cell .outer {
        border: 1px solid #DDD;
        border-top: 0;
    }

    .side-nav .cell .inner {
        padding: 5px 15px 10px 15px;
    }

    .side-nav .cell .list-group {
        margin: 0;
    }

    .side-nav .cell .list-subcategory {
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid #EAEAEA;
    }

.side-nav .side-menu .inner {
    max-height: 202px;
    overflow-y: auto;
}

.side-filter .power-search {
    margin-left: 44px;
    padding: 10px 0;
}

    .side-filter .power-search .btn {
        width: 110px;
        text-align: center;
    }

.side-filter .inner {
    max-height: 142px;
    overflow-y: auto;
    /*word-wrap: break-word;*/
}

.side-filter .list-group {
    zoom: 1;
}

    .side-filter .list-group.featured {
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #EAEAEA;
    }

    .side-filter .list-group:after {
        content: "";
        display: table;
        clear: both;
    }

    .side-filter .list-group li {
        float: left;
        width: 100%;
        max-height: 36px;
        overflow: hidden;
    }

        .side-filter .list-group li a {
            float: left;
            padding-left: 22px;
            max-height: 35px;
            overflow: hidden;
            background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -245px;
            border-bottom: 0;
        }

            .side-filter .list-group li a:hover {
                color: #F90;
                background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -377px;
            }

        .side-filter .list-group li .selected {
            background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -285px;
        }

            .side-filter .list-group li .selected:hover {
                background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -417px;
            }

        .side-filter .list-group li a label {
            cursor: pointer;
        }

            .side-filter .list-group li a label span {
                display: none;
            }

    .side-filter .list-group .item-filter-loading {
        height: 18px;
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-loading-sm.gif) no-repeat center;
    }

.side-filter .icon-rating-sm strong {
    margin-right: 4px;
    font-weight: normal;
}

.side-filter .side-filter-sub h4 {
    border-bottom: 0;
    cursor: pointer;
}

    .side-filter .side-filter-sub h4.open {
        border-bottom: 1px solid #DDD;
    }

    .side-filter .side-filter-sub h4:hover {
        background: #F3F3F3;
    }

    .side-filter .side-filter-sub h4 span {
        display: block;
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-filter-arrow-down.png) no-repeat right top;
    }

    .side-filter .side-filter-sub h4.open span {
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-filter-arrow-up.png) no-repeat right top;
    }

.side-filter .side-filter-sub .inner {
    display: none;
}

.item-control {
    margin-bottom: 15px;
    border: 1px solid #DDD;
    border-bottom: 0;
    overflow: hidden;
}

    .item-control.fixed {
        position: fixed;
        top: 0;
        z-index: 999;
        -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
        -o-box-shadow: 0 3px 9px rgba(0,0,0,0.2);
        box-shadow: 0 3px 9px rgba(0,0,0,0.2);
    }

    .item-control .form-control {
        margin-bottom: 0;
    }

    .item-control .view-perpage {
        margin-right: 5px;
    }

    .item-control .item-action {
        padding: 8px;
        background: #F8F8F8;
        border-bottom: 1px solid #DDD;
    }

        .item-control .item-action .btn {
            margin-bottom: 0;
        }

    .item-control .item-search {
        float: left;
    }

        .item-control .item-search .form-control {
            width: 130px;
        }

    .item-control .item-sold {
        float: left;
    }

        .item-control .item-sold .title {
            float: left;
            margin: 4px 8px 0 0;
        }

        .item-control .item-sold .form-checkbox {
            float: left;
            margin: 4px 0 0 0;
        }

    .item-control .item-display {
        float: right;
    }

    .item-control .item-sort,
    .item-control .item-view {
        float: left;
    }

    .item-control .item-view {
        margin: 0 3px 0 15px;
    }

        .item-control .item-sort label,
        .item-control .item-view label {
            float: left;
            margin: 4px 8px 0 0;
        }

    .item-control .item-view-grid,
    .item-control .item-view-row {
        float: left;
        margin-top: 3px;
        width: 18px;
        height: 18px;
        border: 1px solid #AAA;
        background-image: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-view.png);
        background-repeat: no-repeat;
    }

    .item-control .item-sort .form-control {
        float: left;
    }

    .item-control .item-view-grid {
        background-position: left top;
    }

    .item-control .item-view-row {
        margin-left: 5px;
        background-position: -18px top;
    }

    .item-control .item-view-grid:hover {
        background-position: -36px top;
    }

    .item-control .item-view-row:hover {
        background-position: -54px top;
    }

    .item-control .item-view-grid.active {
        background-position: -72px top;
    }

    .item-control .item-view-row.active {
        background-position: -90px top;
    }

    .item-control .item-filter {
        padding: 8px;
        padding-top: 0;
        background: #FFF;
        border-bottom: 1px solid #DDD;
    }

        .item-control .item-filter .btn {
            margin-top: 8px;
        }

    .item-control .item-filter-selected {
        float: left;
        margin: 8px 8px 0 0;
        padding: 3px 9px;
        background: #E6EFF6;
        border: 1px solid #BBD2EF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

        .item-control .item-filter-selected span {
            float: left;
            white-space: nowrap;
        }

        .item-control .item-filter-selected .icon-remove {
            margin: 2px 0 0 8px;
        }

.item-page {
    float: left;
    margin: 5px 0 20px 0;
    overflow: hidden;
    width: 100%;
}

    .item-page .pagination {
        position: relative;
        left: 50%;
        float: left;
    }

        .item-page .pagination li {
            position: relative;
            left: -50%;
            float: left;
            margin: 0 5px;
        }

.item-list .alert {
    text-align: center;
}

    .item-list .alert strong {
        margin-right: 8px;
        font-size: 16px;
    }

.item-list .items {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
}

    .item-list .items:hover .item-desc a {
        border-bottom: 1px solid #F90;
    }

.item-list .item-img {
    position: relative;
    margin-bottom: 10px;
    height: 160px;
}

    .item-list .item-img img {
        margin: 0 auto;
        height: 100%;
    }

.item-list .item-compare {
    margin-bottom: 5px;
    zoom: 1;
}

    .item-list .item-compare .inner {
        position: relative;
        left: 50%;
        float: left;
    }

.item-list .item-compare-box {
    position: relative;
    float: left;
    left: -50%;
}

.item-list .item-compare .item-compare-select {
    position: relative;
    float: left;
    margin: 4px 2px 4px 0;
    width: 16px;
    height: 16px;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -245px;
    border-bottom: 0;
}

    .item-list .item-compare .item-compare-select:hover {
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -377px;
    }

    .item-list .item-compare .item-compare-select.selected {
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -285px;
    }

        .item-list .item-compare .item-compare-select.selected:hover {
            background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -417px;
        }

.item-list .item-compare .item-compare-btn {
    position: relative;
    left: -50%;
    float: left;
    padding: 3px 5px;
    background: #FFF;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    .item-list .item-compare .item-compare-btn:hover {
        border: 1px solid #DEDEDE;
    }

    .item-list .item-compare .item-compare-btn.btn-disabled:hover {
        border: 1px solid transparent;
    }

.item-list .item-desc {
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    font-weight: normal;
}

    .item-list .item-desc a {
        border-bottom: 1px solid transparent;
        color: #333 !important;
    }

.item-list .item-promo {
    position: relative;
    margin: 10px 0 0 0;
    padding-left: 20px;
    height: auto;
    color: #CC4E00;
    overflow: hidden;
    font-weight: bold;
    font-style: italic;
    word-break: normal;
    text-overflow: ellipsis;
}

    .item-list .item-promo .item-promo-icon {
        position: absolute;
        top: 3px;
        left: 1px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #CC4E00;
        color: #fff;
        font-style: italic;
        font-size: 10px;
        line-height: 13px;
        text-align: center;
    }

        .item-list .item-promo .item-promo-icon:before {
            content: "i";
        }

.item-list .item-promo-red {
    color: #C00;
}

.item-list .item-promo-green {
    color: #728900;
}

.item-list .item-bullet {
    height: 48px;
}

.item-list .item-bullet,
.item-list .item-featured {
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
}

    .item-list .item-bullet li,
    .item-list .item-featured li {
        padding-left: 10px;
        height: 16px;
        overflow: hidden;
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left center;
        white-space: nowrap;
    }

    .item-list .item-featured li {
        height: auto;
        white-space: normal;
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left 6px;
    }

.item-list .item-featured {
    margin-bottom: 0;
}

    .item-list .item-featured label {
        margin-right: 5px;
        font-weight: bold;
    }

.item-list .item-rating {
    margin-bottom: 10px;
    zoom: 1;
}

    .item-list .item-compare:after,
    .item-list .item-rating:after,
    .item-list .item-price:after {
        content: "";
        display: table;
        clear: both;
    }

.item-list .item-save {
    overflow: hidden;
}

    .item-list .item-save span {
        color: #C00;
    }

.item-list .item-price {
    margin-bottom: 3px;
    zoom: 1;
}

#promo-store.item-list .item-group-right .item-price,
#promo-store.item-list .item-group-right .item-rebate {
    display: none;
}

.item-list .item-price-was {
    font-size: 12px;
    color: #666;
    text-decoration: line-through;
}

.item-list .item-price-now {
    font-size: 20px;
    font-weight: bold;
}

    .item-list .item-price-now .item-map-price {
        display: block;
        font-size: 13px;
    }

    .item-list .item-price-now span {
        font-size: 12px;
        font-weight: normal;
    }

.item-list .item-membership {
    margin-top: 5px;
    width: 20px;
    height: 19px;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-membership.png) no-repeat left -25px;
}

.item-list .item-shipping {
    overflow: hidden;
    color: #728900;
}

.item-list .item-qty-price td {
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #EAEAEA;
}

.item-list .item-rebate {
    margin-bottom: 3px;
    overflow: hidden;
    font-size: 12px;
}

    .item-list .item-rebate strong {
        color: #012D6B;
    }

    .item-list .item-rebate span {
        color: #728900;
    }

.item-list .item-seller {
    overflow: hidden;
}

.item-list .item-md-pick {
    position: absolute;
    left: 0;
    top: -30px;
    float: left;
    width: 24px;
    height: 72px;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-badge.png) no-repeat left top;
}

.item-list .item-free-shipping {
    position: absolute;
    right: 0;
    bottom: 0;
    float: left;
    width: 54px;
    height: 54px;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-badge.png) no-repeat left -77px;
}

.item-list .item-combo {
    position: absolute;
    left: 0;
    bottom: 0;
    float: left;
    width: 100px;
    height: 75px;
    border: 1px solid #DDD;
}

.item-compare-box #popover-compare .popover {
    top: 50%;
    right: 25px;
    left: auto;
}

.item-comapre-box #popover-compare {
    position: absolute;
    bottom: 100px;
}

/*popover compare start*/

.popover .popover-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
    white-space: nowrap;
}

.popover .btn-group {
    width: 280px;
}

    .popover .btn-group .btn {
        float: right;
        margin-left: 8px;
    }

.popover .items-compare {
    width: 280px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
}

.popover .items-compare .item-compare-img img {
    float: left;
    margin-top: 3px;
    width: 40px;
}

.popover .items-compare .item-compare-desc {
    margin: 0 24px 0 50px;
    height: 36px;
    overflow: hidden;
}

.popover .items-compare .icon-remove {
    float: right;
    margin-top: 11px;
}

/*popover compare end*/

#popover-compare {
    display: none;
}

    #popover-compare h3 {
        padding-bottom: 10px;
        border-bottom: 1px solid #EAEAEA;
        white-space: nowrap;
    }

    #popover-compare .popover-content,
    #popover-combo .popover-content {
        padding-top: 10px;
    }

    #popover-compare .btn-group,
    #popover-combo .btn-group {
        width: 280px;
    }

        #popover-compare .btn-group .btn,
        #popover-combo .btn-group .btn {
            float: right;
            margin-left: 8px;
        }

    #popover-compare .items-compare,
    #popover-combo .items-combo {
        width: 280px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #EAEAEA;
    }

        #popover-compare .items-compare .item-compare-img,
        #popover-combo .items-combo .item-combo-img {
            float: left;
        }

            #popover-compare .items-compare .item-compare-img img,
            #popover-combo .items-combo .item-combo-img img {
                float: left;
                margin-top: 3px;
                width: 40px;
            }

        #popover-compare .items-compare .item-compare-desc,
        #popover-combo .items-combo .item-combo-desc {
            margin: 0 24px 0 50px;
            height: 36px;
            overflow: hidden;
        }

        #popover-compare .items-compare .icon-remove,
        #popover-combo .items-combo .icon-remove {
            float: right;
            margin-top: 11px;
        }
/* Product List Grid View */
.item-list-grid .items {
    height: 444px;
    padding: 15px;
}

.item-list-grid .item-desc {
    margin: 0 0 10px 0;
    height: auto;
    max-height: 60px;
    font-size: 14px;
    font-weight: bold;
}

.item-list-grid .item-featured {
    display: none;
}

.item-list-grid .item-rating {
    margin: 12px 0 0 0;
    height: auto;
}

.item-list-grid .item-save {
    height: 18px;
}

.item-list-grid .item-price-was {
    height: 16px;
}

.item-list-grid .item-price-now {
    float: left;
    height: 28px;
}

    .item-list-grid .item-price-now .item-map-price {
        margin-top: 4px;
    }

.item-list-grid .item-membership {
    float: left;
    margin-left: 10px;
}

.item-list-grid .item-shipping {
    position: relative;
    margin: 10px 0 0 0;
    padding-left: 20px;
    height: auto;
    color: #208900;
    font-weight: bold;
    font-style: italic;
    word-break: normal;
    text-overflow: ellipsis;
}

    .item-list-grid .item-shipping .fa {
        position: absolute;
        top: 2px;
        left: 0;
        font-size: 14px;
        -webkit-transform: skew(-12deg);
        -moz-transform: skew(-12deg);
        -o-transform: skew(-12deg);
        transform: skew(-12deg);
    }

.item-list-grid .item-rebate {
    height: 16px;
}

.item-list-grid .item-seller {
    margin-top: 10px;
    height: auto;
    font-size: 12px;
}
/* Product List Row View */
.item-list-row .col-3 {
    width: 100%;
}

.item-list-row .items {
    padding: 15px 195px 30px 248px;
    height: auto;
    zoom: 1;
}

    .item-list-row .items:after {
        content: "";
        display: table;
        clear: both;
    }

.item-list-row .item-group-left {
    float: left;
    margin: 0 0 0 -248px;
    padding-left: 15px;
    width: 218px;
}

.item-list-row .item-group-right {
    float: right;
    margin: 0 -195px 0 0;
    padding-right: 15px;
    width: 170px;
    text-align: right;
}

.item-list-row .item-group-center {
    float: left;
    width: 100%;
    overflow: hidden;
}

.item-list-row .item-price-now {
    float: right;
}

.item-list-row .item-membership {
    float: right;
    margin-left: 0;
    margin-right: 10px;
}

.item-list-row .item-desc,
.item-list-row .item-promo,
.item-list-row .item-price-was,
.item-list-row .item-price-now {
    height: auto;
}

.item-list-row .item-bullet {
    display: none;
}

.item-list-row .item-featured {
    display: block;
}
/* Product Details */
.product-details {
    padding: 0 315px;
}

    .product-details .item-gallery {
        float: left;
        margin-left: -315px;
        width: 300px;
    }

    .product-details .item-img-info {
        margin-bottom: 5px;
    }

    .product-details .logo-brand {
        float: right;
        border-bottom: 0;
    }

    .product-details .item-img {
        margin-bottom: 15px;
    }

    .product-details .item-thumb {
        overflow: hidden;
    }

        .product-details .item-thumb ul {
            position: relative;
            left: 50%;
            float: left;
        }

        .product-details .item-thumb li {
            position: relative;
            left: -50%;
            float: left;
            margin: 0 2px;
        }

            .product-details .item-thumb li a {
                display: block;
                padding: 2px;
                border: 1px solid #DDD;
            }

                .product-details .item-thumb li a:hover {
                    display: block;
                    padding: 2px;
                    border: 1px solid #F90;
                }

                .product-details .item-thumb li a img {
                    width: 35px;
                    height: auto;
                }

                .product-details .item-thumb li a.item-thumb-more {
                    padding: 4px 9px 8px 9px;
                    font-weight: bold;
                }

    .product-details .item-social {
        margin-top: 30px;
    }

        .product-details .item-social label {
            float: left;
        }

        .product-details .item-social ul {
            position: relative;
            left: 50%;
            float: left;
        }

        .product-details .item-social li {
            position: relative;
            left: -50%;
            float: left;
        }

            .product-details .item-social li a {
                float: left;
                margin-left: 15px;
                width: 16px;
                height: 16px;
                overflow: hidden;
                border-bottom: 0;
            }

    .product-details .item-group {
        /*margin: 0 315px;*/
        float: left;
        width: 100%;
    }

    .product-details .item-desc {
        margin-bottom: 5px;
        /*font-size: 22px;*/
        font-size: 20px;
        line-height: 1.3;
    }

    .product-details .item-code {
        margin-bottom: 5px;
        color: #666;
        font-size: 12px;
    }

        .product-details .item-code em {
            padding: 0 8px;
            color: #888;
        }

    .product-details .item-promo {
        margin-bottom: 5px;
        font-size: 16px;
        /*font-size: 15px;*/
        font-weight: bold;
        color: #F80;
    }

    .product-details .item-rating {
        margin-bottom: 5px;
        overflow: hidden;
    }

        .product-details .item-rating em {
            float: left;
            padding: 0 8px;
            color: #888;
        }

        .product-details .item-rating .item-write-review {
            float: left;
        }

    .product-details .item-info {
        margin-top: 30px;
        padding-right: 215px;
    }

    .product-details .item-info-group {
        float: left;
        width: 100%;
    }

    .product-details .item-price-now {
        float: left;
        margin-right: 15px;
        margin-bottom: 5px;
        font-size: 28px;
        font-weight: bold;
    }

    .product-details .item-price-info {
        float: left;
        margin-top: 5px;
        font-size: 12px;
    }

    .product-details .item-price-was {
        /*font-size: 12px;*/
        color: #666;
        text-decoration: line-through;
    }

    .product-details .item-price-save {
        color: #C00;
    }

    .product-details .item-rewards {
        margin-bottom: 5px;
        font-weight: bold;
    }

    .product-details .item-rebate-price {
        margin-bottom: 5px;
    }

        .product-details .item-rebate-price strong {
            color: #012D6B;
        }

    .product-details .item-stock {
        margin-bottom: 5px;
    }

    .product-details .item-mkt {
        margin-top: 30px;
    }

    .product-details .item-seller {
        margin-bottom: 5px;
    }

        .product-details .item-seller label {
            margin-right: 6px;
            font-weight: bold;
        }

        .product-details .item-seller .seller {
            margin-right: 6px;
        }

        .product-details .item-seller .img-tooltip,
        .product-details .item-shipped .img-tooltip {
            margin-right: 6px;
            border-bottom: 0;
        }

            .product-details .item-seller .img-tooltip img,
            .product-details .item-shipped .img-tooltip img {
                display: inline;
                background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -325px;
                vertical-align: bottom;
            }

        .product-details .item-seller .icon-rating-seller {
            float: none;
        }

    .product-details .item-shipped {
        margin-bottom: 5px;
    }

        .product-details .item-shipped label {
            margin-right: 6px;
        }

    .product-details .item-qty-price {
        /*float: left;
	width: 240px;*/
        float: right;
        margin-right: -215px;
        width: 200px;
    }

        .product-details .item-qty-price h3 {
            margin-bottom: 5px;
        }

        .product-details .item-qty-price td {
            font-size: 12px;
            padding: 5px 8px;
            color: #666;
            border-bottom: 1px solid #EAEAEA;
        }

    .product-details .item-action {
        float: right;
        margin-right: -315px;
        width: 300px;
    }

    .product-details .item-status {
        padding: 5px 10px;
        font-weight: bold;
        font-size: 16px;
        color: #FFF;
        background: #728900;
    }

        .product-details .item-status label {
            float: left;
        }

        .product-details .item-status .icon-tooltip {
            margin-top: 4px;
        }

        .product-details .item-status .popover {
            font-size: 13px;
            color: #333;
            font-weight: normal;
        }

            .product-details .item-status .popover h4 {
                margin-bottom: 10px;
                font-size: 16px;
            }

            .product-details .item-status .popover .list-group-bullet {
                margin-top: 0;
            }

            .product-details .item-status .popover .list-group-bullet {
                margin: 0 0 10px 0;
            }

    .product-details .item-pane,
    .product-details .item-order-history,
    .product-details .item-log-on {
        padding: 10px;
        background: #F3F3F3;
        border: 1px solid #DDD;
    }

    .product-details .item-order-history,
    .product-details .item-log-on {
        margin-bottom: 15px;
    }

    .product-details .item-combo-selected-box {
        margin-bottom: 10px;
        padding: 10px;
        background: #FFF;
    }

    .product-details .item-pane .item-combo-selected {
        position: relative;
    }

    .product-details .item-qty {
        margin-bottom: 10px;
        padding: 10px;
        background: #FFF;
    }

        .product-details .item-qty label {
            float: left;
            margin: 4px 8px 0 0;
        }

        .product-details .item-qty .form-control {
            float: left;
            width: 38px;
        }

    .product-details .item-pane .btn-cart {
        width: 244px;
        text-align: center;
    }

    .product-details .btn-group-xs {
        margin-top: 10px;
    }

        .product-details .btn-group-xs .btn-xs {
            width: 114px;
            text-align: center;
        }

    .product-details .item-option {
        margin-top: 30px;
    }

        .product-details .item-option h3 {
            margin-top: 10px;
            margin-bottom: -3px;
        }

            .product-details .item-option h3 span {
                font-weight: normal;
            }

    .product-details .item-option-tile li {
        float: left;
        padding: 1px;
        margin: 8px 8px 0 0;
        border: 1px solid #DDD;
    }

        .product-details .item-option-tile li a {
            display: block;
            float: left;
            padding: 2px 5px;
            border: 0;
        }

        .product-details .item-option-tile li:hover,
        .product-details .item-option-tile li.selected {
            border: 1px solid #012D6B;
        }

            .product-details .item-option-tile li.selected a {
                color: #FFF;
                background: #012D6B;
            }

    .product-details .item-option-color li a {
        width: 6px;
        height: 12px;
    }

    .product-details .item-option-color li.black a {
        background: #333;
        border: 2px solid #333;
    }

    .product-details .item-option-color li.red a {
        background: #C00;
        border: 2px solid #C00;
    }

    .product-details .item-option-color li.blue a {
        background: #369;
        border: 2px solid #369;
    }

    .product-details .item-option-color li.gray a {
        background: #CCC;
        border: 2px solid #CCC;
    }

    .product-details ul.item-bullet {
        margin-top: 30px;
    }

        .product-details ul.item-bullet li {
            margin: 5px 0;
            font-size: 14px;
            color: #333;
            background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-bullet.png) no-repeat left 8px;
            overflow: visible;
        }

    .product-details .item-rebate {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #DDD;
    }

        .product-details .item-rebate p {
            margin-bottom: 5px;
        }

        .product-details .item-rebate .icon {
            border-bottom: 0;
        }

            .product-details .item-rebate .icon span {
                border-bottom: 1px solid #CCC;
            }

            .product-details .item-rebate .icon:hover span {
                border-bottom: 1px solid #F90;
            }

    .product-details .item-service {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #DDD;
    }

        .product-details .item-service h3 {
            margin-bottom: 10px;
        }

        .product-details .item-service .services {
            margin-top: 10px;
        }

        .product-details .item-service .services {
            margin-top: 8px;
        }

            .product-details .item-service .services input {
                float: left;
                margin: 3px 0 0 0;
            }

            .product-details .item-service .services label {
                display: block;
                margin-left: 20px;
                cursor: pointer;
            }

                .product-details .item-service .services label .img-tooltip {
                    border-bottom: 0;
                }

                    .product-details .item-service .services label .img-tooltip img {
                        display: inline;
                        margin-left: 2px;
                        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-global.3.png) no-repeat left -325px;
                        vertical-align: bottom;
                    }

                .product-details .item-service .services label .popover * {
                    color: #333;
                }

                .product-details .item-service .services label .group {
                    margin-right: 55px;
                    color: #666;
                }

                .product-details .item-service .services label strong {
                    float: right;
                }

        .product-details .item-service .item-service-more {
            margin-top: 10px;
        }

            .product-details .item-service .item-service-more a {
                float: right;
            }

    .product-details .item-combo-diy {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #DDD;
    }

        .product-details .item-combo-diy p {
            margin-bottom: 5px;
        }

        .product-details .item-combo-diy .btn {
            width: 248px;
            text-align: center;
        }

.product-desc {
    margin-top: 30px;
    clear: both;
}

    .product-desc .item-tabs {
        margin: 0 -15px;
        border-bottom: 1px solid #DDD;
    }

        .product-desc .item-tabs .nav-tabs {
            position: relative;
            left: 50%;
            float: left;
            border-bottom: 0;
            border-left: 0;
        }

            .product-desc .item-tabs .nav-tabs li {
                position: relative;
                left: -50%;
                float: left;
            }

                .product-desc .item-tabs .nav-tabs li.first {
                    border-left: 1px solid #DDD;
                }

    .product-desc .tab-content .tab-pane {
        padding: 30px 15px;
    }

    .product-desc .item-features .page-hr {
        margin-bottom: 15px;
    }

    .product-desc .item-features h3 {
        font-size: 16px;
    }

    .product-desc .item-features h4 {
        text-transform: uppercase;
    }

    .product-desc .item-features .page-thumb {
        float: left;
        margin-top: 3px;
        width: 75px;
    }

    .product-desc .item-features .section {
        margin-bottom: 30px;
    }

        .product-desc .item-features .section.no-margin {
            margin-bottom: 0;
        }

    .product-desc .item-features h4, .product-desc .item-features p {
        margin-left: 90px;
    }

#product .product-combo.item-list-grid {
    margin-left: 0;
}

.product-combo.item-list-grid {
    border: 1px solid #DDD;
}

    .product-combo.item-list-grid .items {
        margin-bottom: 0;
        height: auto;
    }

    .product-combo.item-list-grid .item-img {
        height: auto;
    }

        .product-combo.item-list-grid .item-img img {
            height: auto;
        }

    .product-combo.item-list-grid .item-price-total {
        float: left;
        width: 100%;
        margin-top: -1px;
        background: #F8F8F8;
        border-top: 1px solid #DDD;
    }

    .product-combo.item-list-grid .item-desc strong {
        color: #F80;
    }

.item-price-total .list-group {
    float: right;
    margin: 10px 15px 15px 15px;
    width: 330px;
    font-weight: bold;
    text-align: right;
}

    .item-price-total .list-group li {
        float: left;
        width: 100%;
    }

    .item-price-total .list-group .order-green {
        color: #468847;
    }

    .item-price-total .list-group label {
        float: left;
        width: 200px;
        font-weight: normal;
        color: #666;
    }

        .item-price-total .list-group label span {
            float: right;
        }

.item-price-total .order-total, .item-price-total .order-total label {
    font-size: 16px;
    font-weight: bold;
}

.item-spec h5 {
    margin-bottom: 8px;
    font-size: 16px;
}

.item-spec .popover h5 {
    margin-bottom: 5px;
}

.item-spec h5 label {
    float: left;
}

.item-spec h5 .icon-tooltip {
    margin-top: 4px;
}

.item-spec h5 .popover * {
    font-size: 13px;
    font-weight: normal;
}

.item-spec h5 .popover h5 {
    font-weight: bold;
}

.item-spec .table {
    margin-bottom: 15px;
}

    .item-spec .table.no-margin {
        margin-bottom: 0;
    }

    .item-spec .table th {
        font-weight: normal;
        vertical-align: top;
    }

.item-spec .table-w180 {
    width: 180px;
}

.item-spec .table .list-group {
    margin-top: -5px;
}
/* Search Results*/
#search-related .btn-group {
    float: right;
    margin-right: -5px;
}

#search-related .msg {
    text-align: left;
}

#search-related .search-related-content {
    margin-right: 200px;
}

#search-related .item-control {
    float: left;
    margin: 15px 0 0 0;
    padding-top: 10px;
    width: 100%;
    border: 0;
    border-top: 1px solid #DDD;
}

    #search-related .item-control .item-filter {
        margin-top: 0;
        padding: 0;
        background: none;
        border: 0;
    }

#search-related .search-related-content .group {
    margin-top: 5px;
    overflow: hidden;
}

#search-related .search-related-content .search-terms {
    margin-top: 0;
    font-size: 16px;
}

#search-related .search-related-content label {
    float: left;
    margin-right: 8px;
    font-weight: bold;
}

#search-related .search-related-content p {
}

    #search-related .search-related-content p a {
        margin-right: 8px;
    }

    #search-related .search-related-content p strong {
        color: #F80;
    }

#search-related .search-related-similar {
    color: #C00;
}

#search-related .search-related-msg {
    margin: 5px 170px 0 0;
}

/* Tab Store */
#tab-store .side-nav {
    width: 160px;
}

    #tab-store .side-nav .side-banner {
        float: none;
    }

    #tab-store .side-nav .inner {
        padding: 5px 10px 15px 10px;
    }

    #tab-store .side-nav .side-brand img {
        margin: 0 auto;
    }

    #tab-store .side-nav h3 {
        padding: 10px;
        background: #EFEFEF;
        color: #333;
        border: 1px solid #DDD;
    }

#product #tab-store .item-list {
    margin: 0 175px;
}

#tab-store .side-menu {
    background: #F8F8F8;
}

    #tab-store .side-menu h3 {
        font-size: 15px;
        background: #012D6B;
        color: #FFF;
        border: 0;
    }

    #tab-store .side-menu h4 {
        margin: 15px -10px;
        padding: 10px;
        border-top: 0;
        text-align: center;
        background: #EFEFEF;
        text-transform: uppercase;
        border-top: 1px solid #DDD;
    }

    #tab-store .side-menu .list-group li {
        margin-top: 10px;
    }

#tab-store .tab-store {
    margin-bottom: 15px;
    border: 1px solid #DDD;
}

    #tab-store .tab-store h3 {
        margin: 0 0 8px 0;
        padding: 10px 15px;
        text-align: left;
        font-size: 16px;
        border-bottom: 1px solid #DDD;
        background: #F8F8F8;
    }

        #tab-store .tab-store h3 a {
            margin: 3px 0 0 0;
            font-size: 12px;
            font-weight: normal;
            text-transform: none;
            color: #666;
        }

    #tab-store .tab-store .swipers {
        margin: 0 25px;
    }

    #tab-store .tab-store .swiper-container, #tab-store .tab-store .swiper-slide {
        height: 446px;
        overflow: hidden;
    }

    #tab-store .tab-store .btn-swipe a {
        display: block;
        width: 15px;
        height: 446px;
        overflow: hidden;
        border-bottom: 0;
    }

    #tab-store .tab-store .btn-prev {
        float: left;
        margin-left: 8px;
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe-orange.png) no-repeat left center;
    }

        #tab-store .tab-store .btn-prev:hover {
            background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe-orange.png) no-repeat -30px center;
        }

    #tab-store .tab-store .btn-next {
        float: right;
        margin-right: 8px;
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe-orange.png) no-repeat -15px center;
    }

        #tab-store .tab-store .btn-next:hover {
            background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe-orange.png) no-repeat -45px center;
        }

    #tab-store .tab-store .items {
        margin-bottom: 0;
        padding: 10px;
        height: auto;
        border-bottom: 0;
    }

    #tab-store .tab-store .item-img {
        height: auto;
    }

        #tab-store .tab-store .item-img img {
            width: 180px;
            height: auto;
        }

#tab-store .seo-content {
    margin: 15px 0;
}

    #tab-store .seo-content .hidden {
        display: none;
    }

    #tab-store .seo-content .inner {
        padding-bottom: 0;
    }

    #tab-store .seo-content .seo-author {
        margin-bottom: 30px;
    }

    #tab-store .seo-content .seo-action {
        border-top: 1px solid #DDD;
    }

        #tab-store .seo-content .seo-action a {
            display: block;
            padding: 12px 0;
            text-align: center;
            border-bottom: 0;
            background: #F8F8F8;
        }

            #tab-store .seo-content .seo-action a:hover {
                background: #EFEFEF;
            }

            #tab-store .seo-content .seo-action a span {
                padding-top: 1px;
            }

        #tab-store .seo-content .seo-action .icon-show-more {
            background: url(../images/icons/icon-show.png) no-repeat left top;
        }

        #tab-store .seo-content .seo-action .icon-show-less {
            background: url(../images/icons/icon-show.png) no-repeat left bottom;
        }

#leaderboard {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #DDD;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

    #leaderboard .swipers {
        position: relative;
        border: 1px solid #DDD;
        border-bottom: 0;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        overflow: hidden;
        z-index: 1;
    }

    #leaderboard .swiper-container,
    #leaderboard .swiper-slide,
    #leaderboard .btn-swipe a {
        height: 250px;
    }

    #leaderboard .swiper-slide {
        background: #FFF;
    }

    #leaderboard .btn-swipe {
        position: absolute;
        z-index: 99;
    }

        #leaderboard .btn-swipe.btn-prev {
            left: 0;
            top: 0;
            margin: 0 10px;
        }

        #leaderboard .btn-swipe.btn-next {
            right: 0;
            top: 0;
            margin: 0 10px;
        }

    #leaderboard .pagination-swipe {
        position: absolute;
        left: 50%;
        bottom: 10px;
        z-index: 99;
    }

    #leaderboard .pagination-swipe {
        display: none;
    }

    #leaderboard .tab-swipe {
        border: 1px solid #DDD;
        border-bottom: 0;
        background: #DEDEDE;
        background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#EAEAEA));
        background: -webkit-linear-gradient(top, #F8F8F8, #EAEAEA);
        background: -moz-linear-gradient(top, #F8F8F8, #EAEAEA);
        background: -ms-linear-gradient(top, #F8F8F8, #EAEAEA);
        background: -o-linear-gradient(top, #F8F8F8, #EAEAEA);
        background: linear-gradient(top, #F8F8F8, #EAEAEA);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#EAEAEA');
    }

        #leaderboard .tab-swipe .arrow, #leaderboard .tab-swipe .arrow:after {
            display: none;
            position: absolute;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-top-width: 0;
            z-index: 99;
        }

        #leaderboard .tab-swipe .arrow {
            top: -14px;
            left: 50%;
            margin-left: -7px;
            border-width: 7px;
            border-bottom-color: #DDD;
        }

            #leaderboard .tab-swipe .arrow:after {
                top: -5px;
                margin-left: -6px;
                border-width: 6px;
                border-bottom-color: #DDD;
                content: " ";
            }

        #leaderboard .tab-swipe a {
            position: relative;
            border-bottom: 0;
            color: #666;
        }

        #leaderboard .tab-swipe .col-20 {
            float: left;
        }

        #leaderboard .tab-swipe a span {
            display: block;
            padding: 7px 10px 9px 10px;
            border-right: 1px solid #DDD;
        }

            #leaderboard .tab-swipe a span span {
                display: block;
                padding: 0;
                height: 36px;
                line-height: 1.5;
                border-right: 0;
                overflow: hidden;
                text-align: center;
            }

        #leaderboard .tab-swipe a:nth-child(5) span {
            border-right: 0;
        }

        #leaderboard .tab-swipe a.last span {
            border-right: 0;
        }

        #leaderboard .tab-swipe a.active span {
            color: #333;
            font-weight: bold;
            background: #DDD;
        }

        #leaderboard .tab-swipe a.active .arrow, #leaderboard .tab-swipe a.active .arrow:after {
            display: block;
        }

    #leaderboard .leaderboard-items {
        background: #FFF;
        height: 249px;
        overflow: hidden;
    }

        #leaderboard .leaderboard-items .inner {
            padding: 0 25px;
            height: 214px;
            overflow: hidden;
        }

        #leaderboard .leaderboard-items h3 {
            padding: 8px 15px 0 15px;
            font-size: 16px;
        }

        #leaderboard .leaderboard-items .items {
            margin-bottom: 0;
            padding: 10px;
            height: 200px;
            border-bottom: 0;
        }

        #leaderboard .leaderboard-items .item-desc {
            height: 35px;
        }

        #leaderboard .leaderboard-items .item-img {
            margin-bottom: 5px;
            height: auto;
        }

            #leaderboard .leaderboard-items .item-img img {
                width: 160px;
                height: auto;
            }

        #leaderboard .leaderboard-items .item-price {
            margin-bottom: 0;
        }

        #leaderboard .leaderboard-items .item-price-was {
            margin-left: 5px;
        }

    #leaderboard .item-recommend {
        background: #FFF;
        height: 249px;
        overflow: hidden;
    }

        #leaderboard .item-recommend .items {
            margin-bottom: 0;
            padding-bottom: 15px;
            border-bottom: 0;
        }

        #leaderboard .item-recommend .inner {
            padding: 0 25px;
        }

        #leaderboard .item-recommend h3 {
            padding: 8px 15px 0 15px;
            font-size: 16px;
        }

#hardboiled {
    position: relative;
    margin-bottom: 15px;
    padding: 25px 30px;
    padding-bottom: 0;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
}

    #hardboiled .blog-logo {
        margin-bottom: 25px;
    }

        #hardboiled .blog-logo img {
            width: 140px;
        }

    #hardboiled .blog-article {
        margin: 0 15px 30px 15px;
    }

        #hardboiled .blog-article .blog-img {
            float: left;
            width: 80px;
            height: 60px;
            overflow: hidden;
        }

            #hardboiled .blog-article .blog-img img {
                margin: 0 auto;
                height: 100%;
            }

        #hardboiled .blog-article h4 {
            margin-left: 95px;
            margin-bottom: 5px;
            height: 36px;
            font-weight: normal;
            overflow: hidden;
        }

        #hardboiled .blog-article .blog-date {
            margin-left: 95px;
            color: #666;
        }

/* Quantity Discounts Store */
#qty-store {
    padding-bottom: 30px;
}

    #qty-store .item-list .items {
        margin-bottom: 0;
        padding: 15px;
        height: auto;
        border-bottom: 0;
    }

    #qty-store .item-list .item-img {
        height: 195px;
    }

        #qty-store .item-list .item-img img {
            width: 260px;
            height: auto;
        }

    #qty-store .item-list .item-save {
        margin-top: 10px;
    }

    #qty-store .item-list .item-shipping {
        margin: 10px 0;
    }

    #qty-store .side-nav {
        float: left;
        width: 220px;
    }

    #qty-store .side-menu {
        margin-bottom: 30px;
    }

#qty-store-spotlight {
    position: relative;
    margin-left: 235px;
    padding: 0 5px;
    border: 1px solid #DDD;
}

    #qty-store-spotlight h3 {
        padding: 8px 10px 0 10px;
    }

#qty-store .item-list-row .item-img {
    float: left;
    *width: 260px;
}

#qty-store .item-list-row .item-desc {
    max-height: 90px;
    overflow: hidden;
}

#qty-store .item-list-row .item-price {
    float: right;
    width: 195px;
}

#qty-store .item-list-row .item-group {
    margin: 0 205px 0 275px;
}

#qty-store .item-list-row .item-price .item-save {
    margin-top: 0;
    text-align: right;
}

#qty-store .item-list-row .item-price .item-qty-price {
    float: left;
    margin-top: 10px;
    width: 100%;
}

#qty-store .item-list-row .item-shipping {
    margin-top: 0;
}

#qty-store .item-list-row .item-bullet {
    display: block;
}

#qty-store .item-list-row .swiper-container,
#qty-store .item-list-row .swiper-slide {
    height: 254px;
}

#qty-store .item-list-row .btn-swipe a {
    height: 224px;
}

#qty-store .item-list-row .pagination-swipe {
    position: absolute;
    left: 50%;
    bottom: 15px;
}

#qty-store h3 {
    font-size: 16px;
    text-transform: uppercase;
}

#qty-store .quick-nav {
    margin-bottom: 30px;
    padding: 8px 15px;
    background: #F8F8F8;
    border-bottom: 1px solid #EAEAEA;
}

    #qty-store .quick-nav a {
        border-bottom: 1px solid transparent;
    }

        #qty-store .quick-nav a:hover {
            border-bottom: 1px solid #F90;
        }

    #qty-store .quick-nav em {
        padding: 0 8px;
        color: #888;
    }

#qty-store h4 {
    margin: 15px 0 5px 0;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

    #qty-store h4 a {
        margin-left: 10px;
        font-size: 12px;
        font-weight: normal;
        text-transform: none;
        color: #666;
    }

#qty-store .swipers {
    margin: 0 15px;
}

#qty-store .swiper-container,
#qty-store .swiper-slide {
    height: 516px;
    overflow: hidden;
}

#qty-store .item-list .col-3 {
    width: 25%;
    *width: 24.97%;
}

#qty-store .btn-swipe a {
    height: 516px;
}

.btn-swipe a {
    display: block;
    width: 15px;
    overflow: hidden;
    border-bottom: 0;
}

.btn-swipe.btn-prev {
    float: left;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe-orange.png) no-repeat left center;
}

    .btn-swipe.btn-prev:hover {
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe-orange.png) no-repeat -30px center;
    }

.btn-swipe.btn-next {
    float: right;
    background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe-orange.png) no-repeat -15px center;
}

    .btn-swipe.btn-next:hover {
        background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-swipe-orange.png) no-repeat -45px center;
    }

@media (max-width: 1180px) {
    .item-list-row .items {
        padding: 15px 195px 30px 190px;
    }

    .item-list-row .item-group-left {
        float: left;
        width: 160px;
        margin: 0 0 0 -190px;
    }

    .item-list-row .item-img {
        height: 120px;
    }

    .item-list-grid .col-3 {
        width: 33.33333333333333%;
    }

    .item-list-grid .item-recommend .col-3 {
        width: 100%;
    }

    .product-details .item-qty-price {
        width: 150px;
    }

    #qty-store .item-list .item-img {
        height: 165px;
    }

        #qty-store .item-list .item-img img {
            width: 220px;
        }

    #qty-store .item-list-row .item-group {
        margin-left: 235px;
    }

    #qty-store .swiper-container,
    #qty-store .swiper-slide,
    #qty-store .btn-swipe a {
        height: 486px;
    }

    #search-related-items.item-list-grid .col-3 {
        width: 25%;
        *width: 24.97%;
    }
}

@media (max-width: 1080px) {
    .product-details .item-qty-price {
        float: none;
        margin: 10px 0 15px 0;
        width: 240px;
    }

    #qty-store .item-list .item-img {
        height: 150px;
    }

        #qty-store .item-list .item-img img {
            width: 200px;
        }

    #qty-store .item-list-row .item-group {
        margin-left: 215px;
    }

    #qty-store .swiper-container,
    #qty-store .swiper-slide,
    #qty-store .btn-swipe a {
        height: 471px;
    }

    #search-related-items.item-list-grid .col-3 {
        width: 25%;
        *width: 24.97%;
    }

    #search-related-items .item-img {
        height: auto;
    }

        #search-related-items .item-img img {
            width: 100%;
        }

    #search-related-items.item-list-grid .items {
        height: auto;
    }
}

@media (max-width: 1000px) {
    .product-details {
        padding: 0 0 0 315px;
    }

        .product-details .item-qty-price {
            float: right;
            margin: -65px 0 0 0;
        }

        .product-details .item-action {
            margin-top: 30px;
            margin-right: 0;
            width: 100%;
        }

        .product-details .item-pane .item-combo-selected-box {
            text-align: center;
        }

        .product-details .item-pane .btn-group {
            margin: 0 auto;
            width: 278px;
        }

        .product-details .item-pane .btn-group-xs {
            margin-top: 10px;
        }

        .product-details .item-bullet {
            display: none;
        }

        .product-details .item-combo-diy p {
            text-align: center;
        }

        .product-details .item-combo-diy .group {
            margin: 0 auto;
            width: 278px;
        }
}

@media (max-width: 980px) {
    .item-list-grid .col-3 {
        width: 50%;
        *width: 49.97%;
    }

    .item-list-grid .item-recommend .col-3 {
        width: 100%;
    }

    .item-list-row .items {
        padding: 15px 15px 30px 190px;
    }

    .item-list-row .item-group-right {
        float: none;
        padding-top: 15px;
        clear: both;
        text-align: left;
    }

    .item-list-row .item-price-now {
        float: none;
    }

    .product-details .item-qty-price {
        width: 200px;
    }

    #qty-store .item-list .item-img {
        height: 120px;
    }

        #qty-store .item-list .item-img img {
            width: 160px;
        }

    #qty-store .item-list-row .item-img img {
        width: 120px;
    }

    #qty-store .item-list-row .item-group {
        margin-left: 135px;
    }

    #qty-store .swiper-container,
    #qty-store .swiper-slide,
    #qty-store .btn-swipe a {
        height: 441px;
    }

    #search-related-items.item-list-grid .col-3 {
        width: 25%;
        *width: 24.97%;
    }
}

@media (max-width: 880px) {
    .product-details .item-qty-price {
        width: 150px;
    }

    #qty-store .item-list .item-img {
        height: 105px;
    }

        #qty-store .item-list .item-img img {
            width: 140px;
        }

    #qty-store .item-list-row .item-img img {
        width: 60px;
    }

    #qty-store .item-list-row .item-group {
        margin-left: 75px;
    }

    #qty-store .swiper-container,
    #qty-store .swiper-slide,
    #qty-store .btn-swipe a {
        height: 426px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #qty-store .item-list-row .swiper-container,
    #qty-store .item-list-row .swiper-slide {
        height: 252px;
    }

    #qty-store .item-list-row .btn-swipe a {
        height: 222px;
    }
}

/* Fix */
/* Search Results*/
/*#search-related .btn-group {
	float: right;
	margin-right: -5px;
}
#search-related .msg {
	text-align: left;
}
#search-related .search-related-content {
	margin-right: 170px;
}
#search-related .search-related-content .group {
	margin-top: 5px;
	overflow: hidden;
}
#search-related .search-related-content .search-terms {
	margin-top: 0;
	font-size: 16px;
}
#search-related .search-related-content label {
	float: left;
	margin-right: 8px;
	font-weight: bold;
}
#search-related .search-related-content p {
}
#search-related .search-related-content p a {
	margin-right: 8px;
}
#search-related .search-related-content p strong {
	color: #F80;
}
#search-related .search-related-similar {
	color: #C00;
}*/

.store-list-group li.subcat {
    padding-left: 8px;
    background: url("//ssl-images.newegg.com/webresource/b2b/en/images/listStyle.gif") no-repeat 0em;
    background-position-y: 0.6em;
}

.store-list-group li a span {
    color: #888;
}

/*.item-compare .inner a:link{
	color:#B4B4B4 !important;
}*/

.btn-disabled, .btn-disabled:hover, .btn-disabled:focus {
    color: #B4B4B4 !important;
}

/*#search-related .item-control .item-filter {
margin-top: 0;
padding: 0;
background: none;
border: 0;
}

#search-related .item-control {
float: left;
margin: 15px 0 0 0;
padding-top: 10px;
width: 100%;
border: 0;
border-top: 1px solid #DDD;
}*/

/*.side-filter .list-group .item-filter-loading {
	height: 18px;
	background: url(//ssl-images.newegg.com/webresource/b2b/en/images/icons/icon-loading-sm.gif) no-repeat center;
}*/

/* === Filter Module === */
.filter {
    margin: 0 20px 20px;
    color: #222;
    overflow: hidden;
}

    .filter .filter-head {
        display: none;
    }

    .filter .filter-alpha {
        /* 20Sep13 * height:36px; */
        overflow: hidden;
        margin-bottom: 20px;
        padding-bottom: 10px;
        clear: both;
        background: #ececec;
        -webkit-border-radius: .4em;
        -moz-border-radius: .4em;
        border-radius: .4em;
        font-size: 10px;
        display: none;
        /* 20Sep13 * overflow: hidden; */
    }

        .filter .filter-alpha .active a:link,
        .filter .filter-alpha .active a:visited,
        .filter .filter-alpha .active a:hover,
        .filter .filter-alpha .active a:active {
            color: #06f;
            cursor: default;
        }

        .filter .filter-alpha a:link,
        .filter .filter-alpha a:visited {
            color: #222;
            border: 0;
        }

        .filter .filter-alpha a:hover,
        .filter .filter-alpha a:active,
        .filter .filter-alpha a:focus {
            color: #06f;
        }

        .filter .filter-alpha .disabled a,
        .filter .filter-alpha .disabled a:link,
        .filter .filter-alpha .disabled a:visited,
        .filter .filter-alpha .disabled a:hover,
        .filter .filter-alpha .disabled a:active,
        .filter .filter-alpha .disabled a:focus {
            cursor: default;
            color: #aaa;
        }

        .filter .filter-alpha ul {
            color: #46698c;
            font-weight: bold;
            font-size: 1.4em;
            list-style: none;
            margin: 0;
            padding: 11px 8px;
        }

        .filter .filter-alpha li {
            display: block;
            float: left;
            /* 20Sep13 * width:3.10%; */
            text-align: center;
            border-left: 1px dotted #ccc;
            padding: 0 7px;
        }

    .filter li.filter-alpha-head {
        /* 20Sep13 * width:13%; */
        border: 0;
        text-align: center;
        cursor: pointer;
    }

    .filter .filter-wrap {
        max-height: 30.4em;
        overflow: auto;
    }

    .filter .filter-column {
        float: left;
        width: 200px;
        margin: 0 25px 20px 5px;
        color: #454545;
    }

    .filter .filter-cell {
        width: 220px;
        display: inline-block;
        position: relative;
        padding: 8px 0 0 22px;
        overflow: hidden;
    }

        .filter .filter-cell input,
        .filter .filter-cell label,
        .filter .filter-cell .filter-count {
            float: left;
        }

        .filter .filter-cell input {
            width: 12px;
            margin: 2px 4px 0 -16px;
        }

.product_list_body #bodyLeftArea .filter .filter-cell input {
    width: 12px;
    margin: 2px 4px -20px -16px;
}

.ie .product_list_body #bodyLeftArea .filter .filter-cell input {
    margin: 2px 4px 0px -16px;
}

.filter .filter-cell label {
    padding-right: 55px;
    padding-left: 4px;
    font-size: 1.2em;
}

.ie .filter .filter-cell label {
    margin: -18px 54px 0 4px;
    width: 150px;
    padding-left: 0px;
}

.firefox_2 .filter .filter-cell label {
    width: 150px;
}

.filter .filter-cell .filter-count {
    position: absolute;
    right: 30px;
    display: inline-block;
    color: #999;
    font-size: 1.2em;
}

.filter .filter-button {
    display: none;
}

.filter .call-to-action {
    text-align: center;
    margin-top: 20px;
}

    .filter .call-to-action .atnSecondary {
        font-size: 14px;
    }

.popup .popup-header {
    font-size: 22px;
    font-weight: bold;
    margin: 0 35px 20px;
    border-bottom: 1px solid #CCC;
}

.popup.popup-filter {
    width: 1024px;
}

    .popup.popup-filter a.popup-close:hover,
    .popup.popup-filter a.popup-close:active {
        border: 0;
    }

.popup .popup-footer {
    clear: both;
    border-top: 1px solid #CCC;
    margin: 20px 35px 20px;
}

.popup .call-to-action {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 26px;
}

    .popup .call-to-action .atnSecondary {
        font-size: 14px;
    }

.popup .popUpLoading {
    width: 100%;
    border: 0;
    height: auto;
    display: none;
}

    .popup .popUpLoading div span {
        font-size: 18px;
    }

    .popup .popUpLoading div {
        width: 100px;
        height: auto;
        margin: 50px auto;
        border: 0;
    }
/*#search-related-items h3 {
	float: left;
}
#search-related-items .page-hr a {
	float: right;
}*/

/* === Filter Module === */
/*.filter {
	margin: 0 20px 20px;
	color: #222;
	overflow: hidden;
}
.filter .filter-head {
	display: none;
}
.filter .filter-alpha {
/* 20Sep13 * height:36px; */
/*overflow: hidden;
	margin-bottom:20px;
	padding-bottom: 10px;
	clear:both;
	background:#ececec;
	-webkit-border-radius: .4em;
	 -moz-border-radius: .4em;
	border-radius: .4em;
	font-size: 10px;
	display:none;*/
/* 20Sep13 * overflow: hidden; */
}
*/
/*.filter .filter-alpha .active a:link,
.filter .filter-alpha .active a:visited,
.filter .filter-alpha .active a:hover,
.filter .filter-alpha .active a:active {
	color: #06f;
	cursor: default;
}
.filter .filter-alpha a:link,
.filter .filter-alpha a:visited {
	color: #222;
	border: 0;
}
.filter .filter-alpha a:hover,
.filter .filter-alpha a:active,
.filter .filter-alpha a:focus {
	color: #06f;
}
.filter .filter-alpha .disabled a,
.filter .filter-alpha .disabled a:link,
.filter .filter-alpha .disabled a:visited,
.filter .filter-alpha .disabled a:hover,
.filter .filter-alpha .disabled a:active,
.filter .filter-alpha .disabled a:focus {
	cursor: default;
	color: #aaa;
}
.filter .filter-alpha ul {
	color:#46698c;
	font-weight:bold;
	font-size:1.4em;
	list-style:none;
	margin:0;
	padding:11px 8px;
}
.filter .filter-alpha li {
	display:block;
	float:left;
/* 20Sep13 * width:3.10%; */
text-align:center; border-left:1px dotted #ccc; padding: 0 7px;
}

.filter li.filter-alpha-head {
    /* 20Sep13 * width:13%; */
    border: 0;
    text-align: center;
    cursor: pointer;
}

.filter .filter-wrap {
    max-height: 30.4em;
    overflow: auto;
}

.filter .filter-column {
    float: left;
    width: 200px;
    margin: 0 25px 20px 5px;
    color: #454545;
}

.filter .filter-cell {
    width: 220px;
    display: inline-block;
    position: relative;
    padding: 8px 0 0 22px;
    overflow: hidden;
}

    .filter .filter-cell input,
    .filter .filter-cell label,
    .filter .filter-cell .filter-count {
        float: left;
    }

    .filter .filter-cell input {
        width: 12px;
        margin: 2px 4px 0 -16px;
    }

.product_list_body #bodyLeftArea .filter .filter-cell input {
    width: 12px;
    margin: 2px 4px -20px -16px;
}

.ie .product_list_body #bodyLeftArea .filter .filter-cell input {
    margin: 2px 4px 0px -16px;
}

.filter .filter-cell label {
    padding-right: 55px;
    padding-left: 4px;
    font-size: 1.2em;
}

.ie .filter .filter-cell label {
    margin: -18px 54px 0 4px;
    width: 150px;
    padding-left: 0px;
}

.firefox_2 .filter .filter-cell label {
    width: 150px;
}

.filter .filter-cell .filter-count {
    position: absolute;
    right: 30px;
    display: inline-block;
    color: #999;
    font-size: 1.2em;
}

.filter .filter-button {
    display: none;
}

.filter .call-to-action {
    text-align: center;
    margin-top: 20px;
}

    .filter .call-to-action .atnSecondary {
        font-size: 14px;
    }

.popup .popup-header {
    font-size: 22px;
    font-weight: bold;
    margin: 0 35px 20px;
    border-bottom: 1px solid #CCC;
}

.popup.popup-filter {
    width: 1024px;
}

    .popup.popup-filter a.popup-close:hover,
    .popup.popup-filter a.popup-close:active {
        border: 0;
    }

.popup .popup-footer {
    clear: both;
    border-top: 1px solid #CCC;
    margin: 20px 35px 20px;
}

.popup .call-to-action {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 26px;
}

    .popup .call-to-action .atnSecondary {
        font-size: 14px;
    }

.popup .popUpLoading {
    width: 100%;
    border: 0;
    height: auto;
    display: none;
}

    .popup .popUpLoading div span {
        font-size: 18px;
    }

    .popup .popUpLoading div {
        width: 100px;
        height: auto;
        margin: 50px auto;
        border: 0;
    }

*/
/*#product #promo-store, #product #search-related-items {
margin-left: 0;
}
#search-related-items.item-list-grid .items {
border-bottom: 0;
}
#promo-store .item-img, #search-related-items .item-img {
height: 195px;
}
#promo-store.item-list-grid .items, #search-related-items.item-list-grid .items {
height: 479px;
}
.item-list-grid .items {
height: 475px;
padding: 15px;
}*/
.noCSS, .skiplink {
    display: none;
}

/*.item-list .alert {
text-align: center;
}*/

.seo-content {
    margin: 20px 0;
    border: 1px solid #DDD;
}

    .seo-content h3 {
        padding: 10px 15px;
        border-bottom: 1px solid #DDD;
        overflow: hidden;
        background: #F8F8F8;
        font-size: 16px;
    }

    .seo-content .inner {
        padding: 30px;
    }

    .seo-content h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .seo-content h5 {
        margin-bottom: 8px;
    }

    .seo-content .section {
        padding-bottom: 15px;
    }

        .seo-content .section p {
            margin-bottom: 15px;
        }

    .seo-content .col-left h5,
    .seo-content .col-left p {
        margin-right: 15px;
    }

    .seo-content .col-right h5,
    .seo-content .col-right p {
        margin-left: 15px;
    }

.item-list .item-list-warp {
    float: left;
    width: 100%;
}
