/* Minification failed. Returning unminified contents.
(3162,21): run-time error CSS1039: Token not allowed after unary operator: '-Charcoal'
 */
body {
    color: #262626;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    line-height: 20px;
}

/* Material Icon Fonts */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../../css/app/font/Material-Icons.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.gridMargin {
    margin-top: 25px;
    display: inherit;
}

.gridDisplayRenew {
    display: inline;
}

.addedTBDialog__buttons--area {
    width: 100%;
    position: relative;
    left: 20%;
}

.addedTBDialog__buttons--secondButton {
    position: relative;
    left: 5%;
}

.addedTBDialog {
    line-height: 10px;
}

.moduleItem__description--textblock {
    line-height: 14px;
    height: 55px;
    overflow: hidden;
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

html {
    background-color: white;
}

.is-collapsed {
    padding-bottom: 25px !important;
}

.pointer {
    cursor: pointer;
}

.danger {
    color: #e42549;
    font-size: 14px;
}

.highlighted {
    background-color: yellow;
}

a, .a {
    color: #005758;
    cursor: pointer;
    text-decoration: none;
}

    a:focus {
        outline: 0 !important;
    }

    a.ahref {
        text-decoration: none;
        color: #003031;
    }

        a.ahref:hover {
            color: #005758;
        }

*[role="button"]:focus {
    outline: 0 !important;
}

keygen, select, select[size="0"], select[size="1"] {
}

    select:not(:-internal-list-box) {
        overflow: visible !important;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.global-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
}

.overlay-box, .price-box {
    display: none;
    font-size: 14px;
    position: relative;
    margin: 0 auto;
    width: 600px;
    top: 10%;
    background: #ffffff;
    z-index: 9999;
    box-shadow: 2px 2px 10px #888888;
}

.gray {
    color: #999999;
}

.loader {
  content: \"\";
  width: 50px;
  height: 50px;
  border: 4px solid #555555;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  animation: spin 1s linear infinite;
}

.loaderBackground {
    background-image: url('images/loader.gif');
    background-size: contain;
    border: none;
}

.hover_shadow {
    padding: 5px 5px 0px 0px;
    border-bottom: 2px solid rgba(237, 242, 244, 1);
}

    .hover_shadow:hover {
        transition: 0.1s;
        box-shadow: 2px 2px 2px rgba(188, 188,188, 1);
    }

.save-search-for-banner-btn {
    background-color: rgba(237, 242, 244, 1);
    background-position-y: 6px;
    background-position-x: 5px;
    background-repeat: no-repeat;
    background-image: url("images/search_for_banner.png");
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    border-radius: 0px;
    top: 70px;
    height: 40px;
    position: fixed;
    right: 0px;
    width: 40px;
    cursor: pointer;
    z-index: 1000;
}

.save-search-for-banner-window {
    background-color: rgba(237, 242, 244, 1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    top: 70px;
    position: fixed;
    right: 40px;
    width: 50px;
    transition: 0.1s linear all;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
    padding: 5px;
    font-size: 13px;
    display: none;
}

    .save-search-for-banner-window.active {
        display: inline;
        opacity: 1;
        width: 200px;
        transition: 0.1s linear all;
    }

    .save-search-for-banner-window .label, .save-search-for-banner-window .link {
        margin-top: 5px;
        margin-left: 5px;
        padding-left: 0px;
    }

.ProductSearch {
    width: 100%;
}

.ProductSearchForm {
    margin-left: auto;
    margin-right: auto;
}

.ProductSearch > input[type=text] {
    width: 280px;
}

.ProductSearch > input[type=button] {
    width: 40px;
    background: url('images/s-drop-blue.png') 0px -140px;
}

.searchBanner {
    width: 1000px;
    margin: 10px 0;
}

.ps {
    width: 100%;
}

.ps-containers {
    margin: 0 auto;
    width: 1280px;
}

.ps-container-left {
    border-top: 1px solid #04AFD7;
    float: left;
    font-size: 14px;
    margin-top: 5px;
    padding-top: 11px;
    width: 230px;
}

.ps-container-center {
    border-top: 1px solid #04AFD7;
    float: left;
    margin-top: 5px;
    /*padding-top: 11px;*/
    width: 1050px;
}

.ps-container-right {
    border-top: 1px solid #90C644;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    padding-top: 5px;
    width: 150px;
    display: none;
}

.ps-result-paging {
    color: #333333;
    font-size: 15px;
    text-align: left;
}

.selected {
    font-weight: 600;
}

.ps-page-size-label {
}

.ps-page-size-items > .ps-page-size-item {
}

    .ps-page-size-items > .ps-page-size-item:hover {
        color: #666666;
        cursor: pointer;
    }

    .ps-page-size-items > .ps-page-size-item:before {
        color: #999999;
        content: '|';
        font-weight: normal;
        padding-left: 5px;
        padding-right: 5px;
    }

    .ps-page-size-items > .ps-page-size-item:first-child:before {
        content: none;
    }

.ps-result-view-normal {
    background: url('images/grid-view-normal.png');
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-left: 20px;
    width: 20px;
}

    .ps-result-view-normal:hover {
        background: url('images/grid-view-normal-hover.png');
    }

    .ps-result-view-normal.ps-result-view-selected {
        background: url('images/grid-view-normal-selected.png');
        cursor: default;
    }

.ps-result-view-slim {
    background: url('images/grid-view-slim.png');
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    width: 20px;
}

    .ps-result-view-slim:hover {
        background: url('images/grid-view-slim-hover.png');
    }

    .ps-result-view-slim.ps-result-view-selected {
        background: url('images/grid-view-slim-selected.png');
        cursor: default;
    }

.ps-result-header {
    background-color: #F2F2F2;
    color: #0B558C;
    font-size: 14px;
    height: 40px;
    width: 100%;
}

    .ps-result-header > .item-left {
        margin-top: 10px;
        float: left;
    }

    .ps-result-header > .item-right {
        margin-top: 10px;
        float: right;
    }

.user-options {
    list-style-type: none;
    margin: 0px;
    margin-right: 10px;
    padding-left: 0px;
}

    .user-options > li {
        display: inline;
        cursor: pointer;
    }

        .user-options > li:before {
            content: '|';
            color: #999999;
            padding-left: 5px;
            padding-right: 5px;
        }

        .user-options > li:first-child:before {
            content: ' ';
        }

.settings-panel {
    background: inherit;
    background-color: #f2f2f2;
    border: none;
    border-radius: 0px;
    color: #666666;
    font-size: 14px;
    margin-top: 1px;
    margin-bottom: 10px;
    padding: 0 0 7px 0;
}

    .settings-panel .panel-header {
        display: inline-block;
        width: 100%;
    }

    .settings-panel .panel-label {
        font-weight: 600;
        font-size: 14px;
        color: #666666;
        display: inline-block;
        padding-top: 5px;
        padding-left: 20px;
    }

    .settings-panel .panel-message {
        font-weight: 600;
        color: #00AFD7;
        float: right;
        padding-top: 5px;
        padding-right: 20px;
        opacity: 1;
    }

        .settings-panel .panel-message.hide {
            transition: all linear 0.3s;
            opacity: 0;
        }

.section-name {
}

.setting-section {
    width: 493px;
    margin-left: 20px;
    margin-top: 15px;
    float: left;
}

.section-options {
    margin-top: 5px;
    min-height: 21px;
}

.section-option-label {
    min-width: 120px;
    display: inline-block;
}

.radio-option {
    margin-right: 10px;
}

    .radio-option span {
        font-weight: normal;
    }

    .radio-option input[type=radio] {
        margin-right: 5px;
    }

        .radio-option input[type=radio]:checked + span {
            font-weight: 600;
        }

.textbox-number {
    width: 48px;
    height: 15px;
    font-size: 15px;
    padding: 0px;
    margin-top: -5px;
    margin-right: 3px;
    padding-top: 1px;
    text-align: right;
}

.preview-standard {
    background-image: url('images/grid-view-normal.png');
    display: inline-block;
    margin-left: 30px;
    margin-right: 20px;
    height: 16px;
    width: 20px;
}

.preview-slimline {
    background-image: url('images/grid-view-slim.png');
    display: inline-block;
    margin-left: 30px;
    margin-right: 20px;
    height: 16px;
    width: 20px;
}

.btn {
    cursor: pointer;
    width: 80px;
    height: 29px;
}

.btn-save {
    background-color: rgba(153, 153, 153, 1);
    border: 0px;
    color: #FFFFFF;
    float: right;
    font-weight: 600;
    font-size: 16px;
    width: 106px;
    height: 29px;
    position: relative;
    border-radius: 0;
    line-height: 16px;
}

.btn-settings-save {
    top: 17px;
    right: 15px;
    position: relative;
}

.free-text-label {
    color: #343741;
    font-weight: 600;
}

.free-text-text {
    margin-top: 2px;
    width: 160px;
    height: 19px;
    float: left;
    font-size: 15px;
    text-decoration: none;
    color: #000000;
    text-align: left;
}

.free-text-button {
    margin-top: 2px;
    background-color: #0A548B;
    background-repeat: no-repeat;
    background-image: url('images/s-drop-blue.png');
    background-position: -4px;
    display: block;
    float: left;
    width: 33px;
    height: 25px;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-left: 3px;
}

.pn-label {
    color: #727679;
    font-size: 14px;
}

.ps-result-available-stock {
    font-size: 14px;
    color: #38853C;
}

.md-button-neutral {
    cursor: pointer;
    min-height: 1px;
    min-width: 30px;
    line-height: 18px;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    align-items: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: currentColor;
    white-space: nowrap;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    overflow: hidden;
}

    .md-button-neutral:hover {
        background-color: transparent !important;
    }

.ps-result-your-price {
}

    .ps-result-your-price .md-button {
        cursor: pointer;
        min-height: 1px;
        min-width: 30px;
        line-height: 18px;
        vertical-align: middle;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-grid-row-align: center;
        align-items: right;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        outline: none;
        border: 0;
        padding: 0;
        margin: 0;
        background: transparent;
        color: currentColor;
        white-space: nowrap;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        font-style: inherit;
        font-variant: inherit;
        font-family: inherit;
        text-decoration: none;
        overflow: hidden;
    }

        .ps-result-your-price .md-button :hover {
            background-color: white !important;
        }

.price .md-button {
    cursor: pointer;
    min-height: 1px;
    min-width: 30px;
    line-height: 18px;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    align-items: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: currentColor;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    overflow: hidden;
}

    .price .md-button :hover {
        background-color: white !important;
    }

.topseller .dropdown .basket-arrow {
    background-color: #005758;
    line-height: 25px;
    width: 25px;
    height: 25px;
    font-size: 21px;
    border: none;
}

.ts-price-cs {
    margin-right: 6px;
    float: right;
}



.topseller .md-button_new {
    cursor: pointer;
    min-height: 1px;
    min-width: 30px;
    line-height: 18px;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    align-items: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: currentColor;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    font-style: inherit;
    font-variant: inherit;
    text-decoration: none;
    overflow: hidden;
}

.pn-txt {
    font-size: 14px;
    color: #000;
    line-height: 16px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.cb {
    clear: both;
    padding: 0px;
}


.ps-result-item {
    font-size: 14px;
}

.ps-view {
    padding-bottom: 10px;
}

.ps-result-action {
    min-height: 22px;
    float: right;
    bottom: 0;
}

    .ps-result-action > div input:first-child {
        border: 1px solid #888B8D;
        border-radius: 2px;
        color: #262626;
        height: 21px !important;
    }

.ps-stockalert {
    min-height: 22px;
    float: right;
    bottom: 0;
    font-weight: normal;
    font-size: 14px;
}

.ps-stockalert-divarea {
    width: 205px;
    float: right;
    font-size: 14px;
    position: absolute;
    /* top: 10px; */
    /*left: 1075px;*/
    margin: 0 auto;
    z-index: 9999;
    box-sizing: border-box;
    border: 1px solid #F6F6F6;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.1);
}

.stock-alert-inner {
    padding-left: 5px;
    padding-right: 5px;
}

.slim {
}

.normal {
}

.img {
    float: left;
    margin-top: 3px;
    background-image: url(../../css/app/images/default_product_image.jpg);
}

.normal .img {
    height: 120px;
    width: 150px;
    background-position: top;
    background-size: cover;
    margin-left: 0;
    position: relative;
    margin-right: 10px;
}

.slim .img {
    height: 51px;
    width: 73px;
    background-position: top;
    background-size: cover;
    margin-left: 0;
    margin-right: 10px;
}

.normal .small-image {
    max-height: 117px;
}

.slim .small-image {
    max-height: 77px;
}

.normal .short-desc {
    color: #003031;
    float: left;
    font-size: 18px;
    font-style: normal;
    padding-top: 2px;
    height: 22px;
    width: 640px;
    margin-bottom: 0px;
    overflow: hidden;
    font-weight: 700;
}

.desc {
    float: left;
    color: #727679;
    margin-top: 0;
    overflow: hidden;
    display: block;
}

.desc-pn {
    font-weight: 400;
}

.desc-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #727679;
}

.desc-text-product {
    line-height: 21px;
    font-size: 18px;
    font-weight: 700;
}

.ts-quantity {
    font-size: 16px;
    font-weight: 500;
    color: #38853c;
    float: left;
}

.ts-quantity-divider {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    float: left;
    margin-left: 25%;
}

.desc-text-product-ts {
    line-height: 21px;
    font-size: 18px;
    font-weight: 700;
    color: #003031;
}

    .desc-text-product-ts:hover {
        color: #005758;
    }

.desc-text-ts {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #727679;
}

    .desc-text-ts:hover {
        color: #006FBA;
    }

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ts-red {
    color: #ED6242;
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
}

.normal .desc {
    width: 640px;
}

.slim .desc {
    width: 720px;
}

.vinfo {
    float: left;
    margin: 0 10px;
}

.normal .vinfo {
    width: 180px;
    color: #999999;
}

.slim .vinfo {
    line-height: 1.5;
    width: 50px;
    text-align: right;
}

.normal .vinfo > span {
    float: right;
    display: inline-block;
    color: #333333;
}

.vinfo > a {
    margin-left: 15px;
}

.vinfo > label {
    color: #006fba;
}

    .vinfo > label:hover {
        text-decoration: underline;
    }

.vinfo_header {
    margin-top: 10px;
    margin-right: 10px;
    float: right;
    text-align: right;
}

.normal .vinfo_header {
    width: 180px;
}

.slim .vinfo_header {
    width: 90px;
}

.price {
    float: right;
    margin-top: 5px;
    margin-left: 5px;
    color: #727679;
}

.price_header {
    float: right;
    text-align: right;
}

.normal .price_header {
    width: 195px;
}

.slim .price_header {
    width: 195px;
}

.price > input {
    margin-right: 2px;
}

.normal .price {
    width: 195px;
}

.slim .price {
    width: 195px;
}

.priceRight {
    text-align: right;
    float: right;
}

.priceGreen {
    color: #78A343;
}

.priceBlue {
    color: #003031;
}

.priceBig {
    font-weight: 700;
    font-size: 20px;
}

.ts-price {
    color: #003031;
    font-weight: 600;
    font-size: 18px;
}

.ts-price-symbol {
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    line-height: 20px;
}

.black {
    color: #666666;
}

.red {
    color: red;
}

.green {
    color: #78A343;
}

.volumePrice {
    background-color: #F2F2F2;
    margin-bottom: 2px;
}

    .volumePrice .priceBlue {
        font-size: 14px;
    }

.label {
    font-weight: 600;
    color: #727679;
    font-size: 14px;
}

.link, .btnrdr {
    color: #006fba;
}

    .link:hover, .btnrdr:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    .link:before, .btnrdr:hover {
        content: ' ';
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d1c4c4;
    padding: 0;
}

.bold {
    font-weight: 600;
}

.button {
    min-width: 175px;
    height: 25px;
    font-size: 14px;
    line-height: 16px;
    float: left;
    text-align: center;
    border: 0px;
    background-color: #005758;
    color: white;
}

.buttonDarkBlue {
    background-color: #005758;
    color: white;
}

.buttonDarkBlue-public {
    background-color: #005758;
    color: white;
    width: 87px;
    height: 48px;
    font-size: 16px;
    font-family: Arial;
}

.buttonDarkBlueLogIn {
    background-color: #005758;
    color: white;
    width: 87px;
    height: 48px;
    font-size: 16px;
    font-family: Arial;
}

.buttonDarkBlueRequestlogin {
    background: rgba(0, 87, 88, 0.10);
    color: #005758;
    width: 214px;
    height: 48px;
    font-size: 16px;
    font-family: Arial;
    text-align: center;
    margin-right: 20px;
}

    .buttonDarkBlueRequestlogin:hover {
        background: rgba(0, 87, 88, 0.20);
    }

.buttonGray {
    background-color: white;
    color: #006FBA;
}

.buttonDarkBlue:hover {
    color: #262626;
    background-color: #08BED5;
}

.buttonGray:hover {
    background-color: #08BED5;
    color: #262626;
}

.btn-order {
    background-image: url('images/basket.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.normal .button {
    min-width: 119px;
}

.slim .button {
    min-width: 119px;
    text-align: center;
}

    .slim .button > img {
        margin-top: 5px;
    }

/*.topseller .button {
    font-size: 11px;
    width: 95px;
    min-width: 95px;
    height: 25px;
}*/

.topseller .short-desc {
    color: #666;
    float: left;
    font-size: 18px;
    padding-top: 2px;
    height: 22px;
    width: 640px;
    margin-bottom: 0px;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    font-weight: bold;
}

.normal .star {
    background-image: url(images/star.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    color: white;
    height: 60px;
    width: 60px;
    text-align: center;
    display: table;
}

    .normal .star > div {
        font-size: 12px;
        display: table-caption;
        width: 40px;
        position: absolute;
        margin: 16px 10px;
        line-height: 100%;
    }

.slim .star {
    background-image: url(images/topseller_star.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    color: white;
    height: 40px;
    width: 40px;
    text-align: center;
    display: table;
}

    .slim .star > div {
        vertical-align: middle;
        text-align: center;
        line-height: 1;
        margin-top: 20px;
        display: table-cell;
        font-size: 10px;
    }

.slim .baner {
    background-image: url(images/topseller_flat.png);
    background-repeat: no-repeat;
    background-position: -35px;
    background-size: cover;
    color: white;
    font-size: 12px;
    width: 190px;
    float: left;
    bottom: 0;
    line-height: 20px;
    padding-left: 5px;
    margin-top: 5px;
}

.normal .baner {
    background-image: url(images/topseller_flat.png);
    background-repeat: no-repeat;
    background-position: -35px;
    background-size: cover;
    color: white;
    font-size: 12px;
    width: 190px;
    float: left;
    bottom: 0;
    line-height: 20px;
    padding-left: 5px;
}

.pricestockdiv {
    width: 200px;
    position: absolute;
}

.topseller {
    float: left;
    width: 50%;
    position: relative;
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: 10px;
    height: 133px;
}

    .topseller .baner {
        background-image: url(images/topseller_flat.png);
        background-repeat: no-repeat;
        background-position: -30px;
        background-size: cover;
        color: white;
        font-size: 12px;
        width: 180px;
        position: absolute;
        bottom: 0;
        line-height: 20px;
        padding-left: 5px;
        height: 20px;
    }

    .topseller .ps-result-action {
        font-size: 14px;
        position: relative;
        bottom: 3px;
    }

    .topseller .short-desc {
        width: 60%;
    }

    .topseller .priceStock {
        font-size: 18px;
        color: #727679;
        position: absolute;
        left: 161px;
        width: 355px;
        text-align: center;
        font-weight: 300;
        bottom: 0px;
        height: 18px;
    }

        .topseller .priceStock input[type=number] {
            color: initial;
        }

    .topseller .desc {
        width: 60%;
        max-height: 78px;
    }

    .topseller .bonus {
        width: 100%;
    }

    .topseller .priceRight {
        float: none;
        background-image: url();
    }

    .topseller .img {
        height: 113px;
        width: 150px;
        background-position: top;
        background-size: cover;
        margin-left: 0;
    }

    .topseller .star {
        background-image: url(images/star.png);
        background-repeat: no-repeat;
        background-position: 0;
        background-size: contain;
        color: white;
        height: 60px;
        width: 60px;
        text-align: center;
        display: table;
    }

/*.topseller .star > div {
            display: table-cell;
            font-size: 12px;
            display: table-caption;
            width: 40px;
            position: absolute;
            margin: 16px 10px;
        }*/

.opacity {
    opacity: 0.3;
}

.laptop-store-box {
    position: relative;
    width: 199px;
    height: 62px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(72, 113, 151, 1);
    border-radius: 0px;
    display: table;
    margin-bottom: 9px;
}

    .laptop-store-box:hover {
        border-color: #00AFD7;
        color: #00AFD7;
        cursor: pointer;
    }

        .laptop-store-box:hover .laptop-store-logo {
            background-image: url('images/laptop_store_hover.png');
        }

    .laptop-store-box .laptop-store-logo {
        position: absolute;
        top: 15px;
        left: 10px;
        background-image: url('images/laptop_store.png');
        width: 49px;
        height: 31px;
        float: left;
    }

    .laptop-store-box .laptop-store-text {
        padding-left: 70px;
        color: #006fba;
        font-weight: 400;
        font-style: normal;
        vertical-align: middle;
        display: table-cell;
    }

    .laptop-store-box:hover .laptop-store-text {
        color: #00AFD7;
    }

/*------------- TAXONOMY - LEFT MENU (START) -------------*/

div[td-taxonomies-tree][td-tree-level='0'] {
    padding-top: 6px;
}

td-taxonomies-tree {
    padding-top: 10px;
}

.taxonomies-tree {
    color: #666666;
    padding-right: 14px;
}

    .taxonomies-tree li {
        margin-top: -2px;
    }

    .taxonomies-tree > ul {
        list-style-type: none;
        padding-left: 0px;
    }

    .taxonomies-tree div.taxonomies-tree {
        opacity: 1;
    }

        .taxonomies-tree div.taxonomies-tree.ng-hide {
            opacity: 0;
        }

    .taxonomies-tree .taxonomies-tree-item > a {
        color: #666666;
    }

        .taxonomies-tree .taxonomies-tree-item > a:hover {
            cursor: default;
            text-decoration: none;
        }

    .taxonomies-tree .taxonomies-tree-item[td-tree-level='1'] {
        padding-top: 2px;
        cursor: pointer;
        background-color: #F2F2F2;
    }

        .taxonomies-tree .taxonomies-tree-item[td-tree-level='1'] > a:hover {
            cursor: pointer;
        }


        .taxonomies-tree .taxonomies-tree-item[td-tree-level='1'] > .arrow {
            float: right;
            margin-top: 2px;
            margin-right: 11px;
            height: 15px;
            width: 15px;
            background-size: contain;
        }

        .taxonomies-tree .taxonomies-tree-item[td-tree-level='1'] > .arrow-collapsed {
            background-image: url('images/gray_arrow_right.png');
        }

        .taxonomies-tree .taxonomies-tree-item[td-tree-level='1'] > .arrow-expanded {
            background-image: url('images/gray_arrow_down.png');
        }

    .taxonomies-tree .taxonomies-tree-item[td-tree-level='2'] {
        padding-top: 3px;
        font-weight: 600;
    }

    .taxonomies-tree .taxonomies-tree-item[td-tree-level='3'] {
        padding-top: 4px;
        padding-bottom: 0px;
    }

        .taxonomies-tree .taxonomies-tree-item[td-tree-level='3'] > a {
            color: #006fba;
        }

            .taxonomies-tree .taxonomies-tree-item[td-tree-level='3'] > a:hover {
                cursor: pointer;
            }

    .taxonomies-tree .taxonomies-tree-item[td-tree-level='2'] ul {
        padding-top: -4px;
        padding-bottom: -4px;
        margin: -4px;
    }

.taxonomies-tree-item:focus {
    outline: 0 !important;
}

.search-attributes-label:focus {
    outline: 0 !important;
}

/*------------- TAXONOMY - LEFT MENU (END) -------------*/

/*------------- INSTOCK (START) -------------*/

.instock {
    color: #78A343;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
}

    .instock input {
        margin-top: -3px;
        margin-right: 10px;
    }

/*------------- INSTOCK (END) -------------*/

/*------------- SEARCH ATTRIBUTES (START) -------------*/

.search-list-of-attributes {
    max-height: 400px;
    overflow: auto;
    padding-bottom: 5px;
}

.search-list-of-attributes-container {
    width: 195px;
    margin-bottom: 10px;
}

    .search-list-of-attributes-container > .search-list-of-attributes-search {
        width: 100%;
        height: 19px;
        font-size: 15px;
        text-decoration: none;
        color: #000000;
        text-align: left;
    }

.search-attributes {
    margin-top: 5px;
    padding-right: 30px;
}


    .search-attributes .search-attributes-label .arrow {
        float: right;
        margin-top: 2px;
        margin-right: 1px;
        height: 15px;
        width: 15px;
        background-size: contain;
    }

    .search-attributes .search-attributes-label .text {
        float: left;
        width: 184px;
    }

        .search-attributes .search-attributes-label .text .new {
            background-color: red;
            border: 1px solid #eee;
            color: #ffffff;
            margin-left: 2px;
            padding-left: 6px;
            padding-right: 6px;
            position: relative;
            top: -1px;
        }

    .search-attributes .search-attributes-label .arrow-collapsed {
        background-image: url('images/gray_arrow_right.png');
    }

    .search-attributes .search-attributes-label .arrow-expanded {
        background-image: url('images/gray_arrow_down.png');
    }


.search-attributes-label {
    font-size: 14px;
    color: #343741;
    font-weight: 600;
    padding-bottom: 5px;
}

.search-attributes-slider .search-attributes-label {
    padding-bottom: 0px;
}

.for-slider {
    margin-top: 10px;
}

.search-attributes-checkbox {
    color: #666666;
}

.search-attributes-checkbox-label {
    color: #0B558C;
}

    .search-attributes-checkbox-label.selected {
        font-weight: bold;
    }

    .search-attributes-checkbox-label.disabled {
        color: #999999;
    }


/*------------- SEARCH ATTRIBUTES (END) -------------*/

/*------------- SEARCH ATTRIBUTES - Slider (START) -------------*/

.search-attributes-slider {
    width: 175px;
}

    .search-attributes-slider .rzslider .rz-pointer {
        background-color: #F2F2F2;
        height: 20px;
        top: -8px;
        width: 20px;
    }

    .search-attributes-slider .rzslider .rz-bar.rz-selection {
        background-color: #49B9DC;
    }

    .search-attributes-slider .rzslider .rz-pointer:after {
        display: none;
    }

/*------------- SEARCH ATTRIBUTES - Slider (END) -------------*/

/*------------- SORT BY (START) -------------*/

.ps-sort-by, .ps-sort-by a {
    color: #0B558C;
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.ps-sort-by-dropdown {
    color: #0B558C;
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    min-width: 50px;
    width: 280px;
}


.ps-sort-by > .ps-sort-by-items > li.ps-sort-by-header {
    color: #333333;
}

.ps-sort-by > .ps-sort-by-items {
    margin: 0px;
    left: 0px;
    -webkit-padding-start: 10px;
}

    .ps-sort-by > .ps-sort-by-items > li {
        display: inline;
    }

        .ps-sort-by > .ps-sort-by-items > li > a {
            text-decoration: none;
        }

            .ps-sort-by > .ps-sort-by-items > li > a.selected {
                font-weight: 600;
                color: #666666;
            }

        .ps-sort-by > .ps-sort-by-items > li:before {
            content: '|';
            color: #999999;
            padding-left: 5px;
            padding-right: 5px;
        }

        .ps-sort-by > .ps-sort-by-items > li:first-child:before {
            content: none;
        }

        .ps-sort-by > .ps-sort-by-items > li:nth-child(2) {
            content: none;
            -webkit-padding-start: 10px;
        }

            .ps-sort-by > .ps-sort-by-items > li:nth-child(2):before {
                content: none;
                -webkit-padding-start: 40px;
            }

/*------------- SORT BY (END) -------------*/

/*------------- PROMOTION FILTER (START) -------------*/

.ps-promo-by, .ps-sort-by a {
    color: #0B558C;
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.ps-promo-by-dropdown {
    color: #0B558C;
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    min-width: 50px;
}


.ps-promo-by > .ps-promo-by-items > li.ps-promo-by-header {
    color: #333333;
}

.ps-promo-by > .ps-promo-by-items {
    margin: 0px;
    left: 0px;
    -webkit-padding-start: 0px;
    padding: 5px 0;
}

    .ps-promo-by > .ps-promo-by-items > li {
        display: inline;
    }

        .ps-promo-by > .ps-promo-by-items > li > a {
            text-decoration: none;
        }

            .ps-promo-by > .ps-promo-by-items > li > a.selected {
                font-weight: 600;
                color: #666666;
            }

        .ps-promo-by > .ps-promo-by-items > li:before {
            content: '|';
            color: #999999;
            padding-left: 5px;
            padding-right: 5px;
        }

        .ps-promo-by > .ps-promo-by-items > li:first-child:before {
            content: none;
        }

        .ps-promo-by > .ps-promo-by-items > li:nth-child(2) {
            content: none;
            -webkit-padding-start: 0px;
        }

            .ps-promo-by > .ps-promo-by-items > li:nth-child(2):before {
                content: none;
                -webkit-padding-start: 0px;
            }

/*------------- PROMOTION FILTER BY (END) -------------*/

/*------------- PRODUCT COMPARISON (END) -------------*/

.ps-product-comparison {
    position: relative;
    border: 1px solid #f2f2f2;
    margin-bottom: 21px;
    height: 55px;
    padding-bottom: 17px;
    transition: 0.2s linear all;
    overflow: hidden;
}

    .ps-product-comparison.ng-hide {
        transition: 0.3s linear all;
        height: 0px;
        min-height: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin: 0px;
        border: 0px solid #f2f2f2;
    }


    .ps-product-comparison .btn-compare {
        bottom: 8px;
        right: 6px;
        position: absolute;
        font-size: 14px;
        text-transform: uppercase;
    }

        .ps-product-comparison .btn-compare.ng-hide {
            opacity: 0;
        }

    .ps-product-comparison > .pc-product {
        display: inline-block;
        padding-left: 5px;
        margin: 5px 2px;
        opacity: 1;
        position: relative;
    }

        .ps-product-comparison > .pc-product > .pc-image {
            background: url('images/content_new_pdp.jpg') no-repeat;
            border: 0px;
            float: left;
            height: 45px;
            width: 65px;
            padding-top: 0px;
        }

            .ps-product-comparison > .pc-product > .pc-image img {
                height: inherit;
                width: inherit;
            }

        .ps-product-comparison > .pc-product > .pc-info {
            margin-left: 5px;
            float: left;
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            padding-top: 10px;
        }

            .ps-product-comparison > .pc-product > .pc-info > .pc-desc {
                max-width: 100px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: inline-block;
                white-space: nowrap;
            }

            .ps-product-comparison > .pc-product > .pc-info > .pc-price {
                color: #00A6D3;
                display: block;
            }

        .ps-product-comparison > .pc-product > .pc-remove {
            background: url('images/pc_remove.png') no-repeat 4px 5px;
            border-radius: 10px;
            width: 21px;
            height: 21px;
            position: absolute;
            left: 0px;
            top: -2px;
            cursor: pointer;
        }

            .ps-product-comparison > .pc-product > .pc-remove:hover {
                transition-duration: 0.1s;
                box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
            }

/*------------- PRODUCT COMPARISON (END) -------------*/

/*------------- PRODUCT ACTION (START) -------------*/

.ps-product-action {
    position: relative;
}

.ps-product-action-button, .ps-product-action-button:hover {
    background: url('images/arrow-down.png') no-repeat 4px 7px;
    background-color: #26B9DF !important;
    cursor: pointer;
    height: 22px !important;
    width: 25px !important;
    float: left;
    border-radius: 0px !important;
    min-height: 22px;
    margin: 0px !important;
}

.ps-product-action-content {
    padding: 0px;
}

.ps-product-action-item {
    height: auto;
    min-height: auto;
}

    .ps-product-action-item > .md-button p {
        margin: 0px;
        font-size: 14px;
        line-height: 24px;
        color: #006fba;
        font-weight: 400;
    }

.ps-product-action-content > div:first-child {
    margin-top: 10px;
}

.ps-product-action-content > div:last-child {
    margin-bottom: 10px;
}

.ps-product-action-menu {
    clear: both;
    opacity: 1;
    position: absolute;
    top: 25px;
    transition: linear 0.2s;
    width: 195px;
    left: -163px;
    z-index: 2;
}

    .ps-product-action-menu.ng-hide {
        opacity: 0;
        transition: linear 0.1s;
    }

    .ps-product-action-menu > ul {
        background-color: #ffffff;
        border: 1px solid #f2f2f2;
        list-style-type: none;
        text-align: right;
        font-size: 15px;
        color: #216E9D;
        padding: 0px;
        margin: 0px;
    }

        .ps-product-action-menu > ul > li {
            padding: 0px;
            margin: 0px;
            cursor: pointer;
            padding-top: 2px;
            padding-right: 5px;
        }

            .ps-product-action-menu > ul > li:last-child {
                padding-bottom: 2px;
            }

            .ps-product-action-menu > ul > li:hover {
                color: #1cb6e0;
            }

/*------------- PRODUCT ACTION (END) -------------*/

.rightColumn {
    width: 160px;
    float: left;
    border-top: 1px solid rgb(141,198,63);
    padding-top: 10px;
    margin-top: 5px;
    margin-left: 15px;
}

    .rightColumn .messageBoxes {
        width: 160px;
        float: left;
    }


@media (max-width: 1628px) {
    .rightColumn {
        display: none;
    }
}

.bonus {
    float: left;
    width: 820px;
    height: 22px;
    overflow: hidden;
}

.firstBonus {
    margin-left: -5px;
}

.bonus > .clickableBonus {
    background: -webkit-linear-gradient(165deg, #8DC63F,#00A6D3 60%, #0A548B);
    background: -moz-linear-gradient(165deg, #8DC63F,#00A6D3 60%, #0A548B);
    background: linear-gradient(165deg, #8DC63F,#00A6D3 60%, #0A548B);
    cursor: pointer;
}

.bonus > div > div {
    background-color: #08BED5;
    padding: 3px 20px;
}

.bonus > .clickableBonus > div {
    background-color: rgba(141, 198, 63, 0);
    -webkit-transition: background 1000ms linear;
    -moz-transition: background 1000ms linear;
    transition: background 1000ms linear;
}

    .bonus > .clickableBonus > div:hover {
        background-color: rgba(141, 198, 63, 1);
    }

.bonus > div {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    transform: skew(20deg);
    float: left;
    color: #262626;
    background-color: #08BED5;
    height: 22px;
}

.bonus > .clickableBonus:hover {
    background: linear-gradient(170deg, #8DC63F,#00A6D3 90%, rgba(10, 84, 139, 0));
}

.bonus a {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    color: white;
    display: block;
    -webkit-transition: color 500ms linear;
}

.bonus > div > div > span {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    transform: skew(-20deg);
    color: #262626;
    display: block;
    line-height: 16px;
}

.bonus a:hover {
    color: #0A548B;
    text-decoration: none;
}

.bonusInfo {
    color: #262626;
    vertical-align: top;
}

    .bonusInfo > a {
        background: #8DC63F;
        vertical-align: top;
        padding: 5px;
        color: white;
    }

        .bonusInfo > a:hover {
            text-decoration: none;
        }

.grid {
    width: 100%;
    border-spacing: 0px;
}

    .grid th {
        color: #8a979b;
        font-weight: normal;
    }

    .grid tr:nth-child(2n) td {
        background: #f0f2f4;
    }

    .grid .right {
        text-align: right;
        width: 100%;
    }

/* NG-DIALOG */
.ngdialog {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .ngdialog.ngdialog-theme-default {
        padding-bottom: 0px;
        padding-top: 0px;
    }

.ngdialog-overlay {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: ngdialog-fadein 0.5s;
    animation: ngdialog-fadein 0.5s;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    background-color: white;
    border: 1px solid #e4e5e6;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    padding: 10px;
    width: 600px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    top: 160px;
}

    .ngdialog.ngdialog-theme-default .ngdialog-content .button {
        margin-top: 5px;
    }

    .ngdialog.ngdialog-theme-default .ngdialog-content .number {
        margin-top: 5px;
    }

    .ngdialog.ngdialog-theme-default .ngdialog-content .sectionTitle {
        color: #262626;
        background-color: #E4E5E6;
        padding: 5px;
    }

.ngdialog.ngdialog-theme-default.bonusTechLoyalty .ngdialog-content {
    width: 383px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close {
    color: #262626;
    width: 15.5px !important;
    height: 15.5px !important;
    right: 0;
    top: 0.25px;
}

    .ngdialog.ngdialog-theme-default .ngdialog-close:before {
        font-family: 'magictoolbox-thin';
        font-style: normal;
        font-size: 26px;
        font-weight: 700;
        height: 30px;
        line-height: 26px;
        position: absolute;
        right: 3px;
        text-align: center;
        top: 3px;
        width: 30px;
        margin: 10px 16px;
    }

    .ngdialog.ngdialog-theme-default .ngdialog-close:hover {
        /*color: #b4b4b4 !important;
        border: 1px solid rgba(180, 180, 180, 0.6) !important;*/
    }

.ngdialog .title {
    font-weight: 600;
    font-size: 16px;
    margin: 0px 0px 10px;
    color: #000000;
}

.ngdialog .item {
    font-size: 14px;
    color: #727679;
    margin: 5px 3px;
}

.ngdialog .smallItem {
    font-size: 13px;
    margin: 0px 3px;
}



/* DIALOG CLOSE BTN */

.overlay-box .close-pop,
.price-box .close-pop,
.admin-box .close-pop {
    display: block;
    color: #b4b4b4 !important;
    font: 900 14px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 30px !important;
    height: 30px !important;
    -webkit-transform: scale(0.85) !important;
    transform: scale(0.85) !important;
    -webkit-transition: color 0.25s, border-color 0.25s, -webkit-transform 0.25s !important;
    transition: color 0.25s, border-color 0.25s, transform 0.25s !important;
}

/*.overlay-box .close-pop .close-icon:before,
    .price-box .close-pop .close-icon:before,
    .admin-box .close-pop .close-icon:before {
        font-family: 'magictoolbox-thin';
        content: "\a001";
        font-style: normal;
        font-weight: bold;
        line-height: 30px;
    }

    .overlay-box .close-pop:hover,
    .price-box .close-pop:hover,
    .admin-box .close-pop:hover {
        color: #b4b4b4 !important;
        border-color: rgba(180, 180, 180, 0.6) !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }*/

.right {
    float: right;
    text-align: right;
}

.ps-product-pagging {
}

.ps-product-pagging {
    display: table;
    margin: 0 auto;
}

    .ps-product-pagging .pages {
        float: left;
        font-size: 15px;
        margin-left: 10px;
        text-align: left;
    }

    .ps-product-pagging .delimeter {
    }

    .ps-product-pagging .previous-page {
        background-position-y: 0px;
        background-repeat: no-repeat;
        float: left;
        height: 20px;
        width: 20px;
        line-height: 20px;
    }

        .ps-product-pagging .previous-page.disabled {
            cursor: default;
            color: gray;
        }

    .ps-product-pagging .next-page {
        float: left;
        margin-left: 7px;
        height: 20px;
        width: 20px;
        line-height: 20px;
    }

        .ps-product-pagging .next-page.disabled {
            cursor: default;
            color: gray;
        }


.scoller {
    height: 40px;
    width: 50px;
    background-color: #00AFD7;
    background-image: url("images/white-arrow-up.png");
    background-position-y: 6px;
    background-position-x: 5px;
    background-repeat: no-repeat;
    border-radius: 6px;
    bottom: 75px;
    position: fixed;
    right: -10px;
    cursor: pointer;
    transition: 0.1s linear all;
}

    .scoller.active {
        right: -80px;
        transition: 0.1s linear all;
    }

/* product availability */
.productAvailability {
    display: block;
    height: 14px;
    width: 14px;
    margin-top: 2px;
}

    .productAvailability.R {
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23FF0000%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%222%202%2020%2020%22%3E%3Cg%3E%3Cpath%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12s4.5%2C10%2C10%2C10c5.5%2C0%2C10-4.5%2C10-10S17.5%2C2%2C12%2C2z%22/%3E%3C/g%3E%3C/svg%3E') !important;
    }

    .productAvailability.G {
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23008000%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%222%202%2020%2020%22%3E%3Cg%3E%3Cpath%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12s4.5%2C10%2C10%2C10c5.5%2C0%2C10-4.5%2C10-10S17.5%2C2%2C12%2C2z%22/%3E%3C/g%3E%3C/svg%3E') !important;
    }

    .productAvailability.Y {
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23FFFF00%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%222%202%2020%2020%22%3E%3Cg%3E%3Cpath%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12s4.5%2C10%2C10%2C10c5.5%2C0%2C10-4.5%2C10-10S17.5%2C2%2C12%2C2z%22/%3E%3C/g%3E%3C/svg%3E') !important;
    }

    .productAvailability.N {
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22rgba%28123%2C%20173%2C%2055%2C%200.8%29%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%222%202%2020%2020%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C15.5c-1.2%2C0-2.4-0.2-3.6-0.6c-0.3-0.1-0.7%2C0-1%2C0.2l-2.2%2C2.2c-2.8-1.4-5.1-3.8-6.6-6.6l2.2-2.2c0.3-0.3%2C0.4-0.7%2C0.2-1C8.7%2C6.4%2C8.5%2C5.2%2C8.5%2C4c0-0.6-0.4-1-1-1H4C3.4%2C3%2C3%2C3.4%2C3%2C4c0%2C9.4%2C7.6%2C17%2C17%2C17c0.6%2C0%2C1-0.4%2C1-1v-3.5C21%2C15.9%2C20.6%2C15.5%2C20%2C15.5z%20M19%2C12h2c0-5-4-9-9-9v2C15.9%2C5%2C19%2C8.1%2C19%2C12z%20M15%2C12h2c0-2.8-2.2-5-5-5v2C13.7%2C9%2C15%2C10.3%2C15%2C12z%22/%3E%3C/g%3E%3C/svg%3E') !important;
    }


.rzslider .rz-bar-wrapper {
    margin-top: -33px;
}

.search-attributes-slider .rzslider .rz-pointer {
    top: -26px;
}

.rzslider .rz-bubble {
    bottom: -16px;
}

md-content.md-default-theme, md-content {
    color: transparent;
    background-color: transparent;
}

md-checkbox {
    margin-bottom: 0px;
}

    md-checkbox .md-icon {
        top: -1px;
        width: 15px;
        height: 15px;
        border-width: 1px;
        border-radius: 0px;
    }

md-checkbox {
    min-width: 15px;
    min-height: 15px;
}

    md-checkbox .md-container {
        width: 15px;
        height: 15px;
    }

        md-checkbox .md-container:after {
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
        }

    md-checkbox .md-label {
        margin-left: 20px;
    }

    md-checkbox.md-checked .md-icon:after {
        left: 3.66667px;
        width: 6.66667px;
        height: 11.33333px;
    }

    md-checkbox.md-default-theme:not(.md-checked) .md-icon, md-checkbox:not(.md-checked) .md-icon {
        border-color: #0a548b;
    }

    md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
        background-color: #0a548b;
    }

/* MATERIAL DESIGN */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

    .material-icons.md-dark.md-inactive {
        color: rgba(0, 0, 0, 0.26);
    }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

    .material-icons.md-light.md-inactive {
        color: rgba(255, 255, 255, 0.3);
    }

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

/************* PROMOTIONS ***************/

.oH {
    overflow: hidden;
}

.clear {
    clear: both;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.taR {
    TEXT-ALIGN: right;
}

.tbl1 tr td.taR, .taR {
    text-align: right;
}

.ml5 {
    MARGIN-LEFT: 5px;
}

.gd_b_rs_bor1 {
    padding: 0 1px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bcbcbc;
    height: 74px;
}

.gd_b_p4 {
    padding: 0 4px;
}

.gd_b_p_d3 {
    margin-top: 4px;
}


.gd_b_p_in2 {
    padding: 0 4px;
    line-height: 12px;
}

.gd_b_rs_shead {
    color: #424242;
    font-weight: bold;
    height: 13px;
    overflow: hidden;
}

.gd_b_rs_head {
    color: red;
    font-weight: bold;
    height: 13px;
    overflow: hidden;
}

.gd_grey {
    color: #484848;
}

.gd_b_p_in2 img {
    margin-top: 7px;
}

.gd_grey {
    color: #484848;
}

.PRsep {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0px;
}

.PRmt5 {
    margin-top: 5px;
}

.PRBoxMain {
    width: 160px;
    margin-bottom: 10px;
    margin-left: 1px;
}

.PRgd_rs_drop_li_fl_ft1 {
    background: none;
    background-position: 0 -235px;
    height: 7px;
    padding-left: 5px;
    overflow: hidden;
}

.PRgd_rs_drop_ul {
    position: relative;
    z-index: 0;
    padding: 0;
    margin: 0;
    margin-top: -3px;
    overflow: hidden;
    background: white;
}

.PRself_gd_b_rs_bor {
    padding: 0 1px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c8c8c8;
    height: 145px;
}

.PRnovisible {
    display: none;
}

.PRlnk {
    color: #003399;
    display: block;
    text-decoration: none;
}

.PRBorderNone {
    border-bottom: 0px;
    /*height: 74px;*/
    padding: 0 1px 5px;
}

.PRgd_rs_drop_li_fl_ft {
    background: none;
    background-position: 0 -229px;
    height: 5px;
    padding-left: 5px;
    overflow: hidden;
}

    .PRgd_rs_drop_li_fl_ft .PRrs {
        background: none;
        background-position: right -218px;
        display: block;
        height: 7px;
        padding-right: 5px;
        overflow: hidden;
    }

    .PRgd_rs_drop_li_fl_ft .PRcs {
        background: white;
        display: block;
        height: 4px;
        border-bottom: 1px solid #c8c8c8;
        overflow: hidden;
    }

DIV.PRgd_but_grey {
    background-position: 0 -57px;
    display: inline-block;
    height: 17px;
    padding-left: 6px;
    overflow: hidden;
    color: #484848;
    font-size: 12px;
    text-decoration: none;
    padding-top: 3px;
}

div.PRgd_but_green_b3_odr {
    background-color: #00a6d3;
    border: 0;
    color: #fff;
    display: inline-block;
    height: 15px;
    padding-left: 4px;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    color: white;
    font-size: 11px;
    margin-top: 2px;
    padding-top: 3px;
}

.PRgd_but_green_b3_odr .PRrs {
    display: block;
    float: left;
    height: 17px;
    padding-right: 4px;
    overflow: hidden;
}

.PRgd_but_grey .PRrs {
    background-color: #00a6d3;
    border: 0;
    color: #fff;
    display: block;
    float: left;
    height: 15px;
    /*padding-right: 18px;*/
    cursor: pointer;
    text-decoration: none;
}

.PRgd_but_grey .PRcs {
    display: block;
    float: left;
    height: 15px;
    padding: 0 5px;
    padding-top: 2px;
    cursor: pointer;
    text-decoration: none;
}

.PRorderhide {
    visibility: hidden;
}

.PRBorderNone img {
    max-width: none;
    vertical-align: initial;
    border: none;
}

/*Fix image size for banners*/
.gd_b_p4 .promoimg {
    width: 70px;
    height: 28px;
}

.promoimglarge {
    width: 150px;
    height: 140px;
}

/************* PROMOTIONS ***************/

.no-results .header {
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    color: #333333;
    line-height: normal;
}

.no-results .header-desc {
    font-weight: 400;
    font-size: 18px;
    margin-top: 15px;
}

.no-results .suggestion-header {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-top: 40px;
}

.no-results .suggestion-items {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-top: 15px;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

    .no-results .suggestion-items li {
        margin-left: 10px;
    }

        .no-results .suggestion-items li::before {
            content: "-";
            margin-right: 5px;
        }

.md-open-menu-container.md-active {
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

/* Hide spinner controls in input number field */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


/* Tooltip menu */

.topseller .dropdown {
    position: relative;
    display: inline-block;
    background-color: white;
}


.dropdown {
    position: relative;
    display: inline-block;
    background-color: white;
}

    .dropdown .basket-arrow {
        background-color: #005758;
        line-height: 25px;
        width: 25px;
        height: 25px;
        font-size: 21px;
        border: none;
    }

.topseller .dropdown-content {
    top: 20px;
}

    .topseller .dropdown-content .p {
        color: #006fba !important;
    }

.dropdown-content {
    display: none;
    min-width: 160px;
    top: 26px;
    right: 0px;
    z-index: 10;
    background-color: #F2F2F2;
    position: absolute;
    color: #006fba;
    font-size: 13px;
    text-align: left;
    border: 1px solid #F1F5F7;
    border-right: none;
    border-top: none;
    box-shadow: rgb(202, 213, 218) 1px 2px 0px;
}

    .dropdown-content button {
        text-align: left;
        display: inline-block;
        margin: auto 0;
        width: 100%;
        cursor: pointer;
        padding: 0 10px;
        min-height: auto;
    }

.ps-product-action-item:hover, .ps-product-action-item:hover button {
    background-color: #FFFFFF !important;
}

.dropdown-content p {
    margin: 0px;
    font-size: 14px;
    text-transform: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.badbox-status {
    color: red;
    margin-top: 5px;
}

    .badbox-status .badbox-short-status {
        font-weight: bold;
    }

    .badbox-status .badbox-long-status {
    }

#promotionMaster {
    font-size: 14px;
    padding-top: 11px;
}

.public-dialog-title {
    padding-bottom: 30px;
    font-size: 18px;
}

.public-dialog-titlenew {
    padding-bottom: 30px;
    font-size: 28px;
    font-family: Arial;
}

.public-dialog-text {
    font-size: 20px;
    font-family: Arial;
}

.public-dialog-texthere {
    font-size: 20px;
    font-family: Arial;
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #006FBA;
    cursor: pointer;
}

.public-dialog-actions {
    margin: auto;
    height: 40px;
    display: block;
    padding-bottom: 70px;
}

    .public-dialog-actions > .public-dialog-button {
        margin: auto;
        float: right;
    }

.content-wrap .content .ps-result-item a.ahref {
    text-decoration: none;
    color: #666;
}

    .content-wrap .content .ps-result-item a.ahref:hover {
        color: #00afd7;
    }

.content-wrap .content .bonus a {
    text-decoration: none;
    color: #fff;
    line-height: 20px;
}

    .content-wrap .content .bonus a:hover {
        color: #006fba;
    }

.ps-microsite-container {
    float: left;
    width: 1050px;
}

#monthlyTaasModal .modal-dialog .modal-content .modal-title {
    color: #00a6d3;
    padding-right: 15px;
    display: block;
}

#monthlyTaasModal .modal-dialog .modal-content .modal-body {
    margin-left: 10px;
    margin-right: 35px;
    text-align: justify;
}

#monthlyTaasModal .modal-dialog .modal-content .modal-footer input {
    float: left;
    width: auto;
    height: auto;
    font-size: medium;
    background-color: #00a6d3;
    max-width: inherit;
}

.taas-info-srp {
    display: inline-block;
    width: 100%;
}

    .taas-info-srp .dividerText {
        height: 1px;
        background-color: #D9D8D7;
        text-align: center;
        margin-top: 6px;
    }

        .taas-info-srp .dividerText span {
            position: relative;
            top: -11px;
            background-color: white;
            padding: 0 20px;
        }

    .taas-info-srp .taas-modal {
        margin-top: 5px;
    }

        .taas-info-srp .taas-modal .monthlyTaas {
            float: left;
            width: 50%;
            color: #006FBA;
            text-decoration: underline;
            cursor: pointer;
        }

        .taas-info-srp .taas-modal .taas-price {
            float: right;
            font-size: 13px;
        }

            .taas-info-srp .taas-modal .taas-price .priceBlue {
                font-size: 15px;
                font-weight: bold;
            }

body {
    position:absolute;
}

.loader {
    top:  50%;
    position: fixed;
}

.ps {
    min-height: calc(100vh - 170px - 30px - 16px);
}

.global-overlay {
    position: absolute;
}

.save-search-for-banner-btn, .save-search-for-banner-window {
    top: 230px;
}

md-toast.md-default-theme .md-toast-content, md-toast .md-toast-content {
    background-color: #0a548b;
}
#finders .chosen-container {
    width: 100% !important;
}

#westminsterFinders .chosen-container {
    display: inherit;
}

.chosen-container .chosen-results li {
    color: #666666;
}

.chosen-container-single .chosen-single {
    border: 1px solid #999;
}

    .chosen-container-single .chosen-single .search-choice-close {
        color: #757575;
    }

    .chosen-container-single .chosen-single abbr {
        background: url("../../images/chosen_v1.6.1/chosen-sprite.png") right top no-repeat;
        display: block;
        font-size: 1px;
        height: 10px;
        position: absolute;
        right: 26px;
        top: 8px;
        width: 12px;
    }

    .chosen-container-single .chosen-single div b {
        background: url("../../images/ChevronDown.png") no-repeat 0 3px;
        display: block;
        height: 100%;
        width: 100%;
    }

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 3px;
}

.chosen-container-single .chosen-single .search-choice-close svg {
    fill: currentColor;
}

.chosen-container-single .chosen-single span {
    color: #666666;
}

.finders {
    background-color: #F2F2F2;
    color: #666666;
    margin-bottom: 10px;
}

    .finders .panel_state_content {
        padding: 5px 7px;
        margin-bottom: 10px;
    }

    .finders .heading_2 {
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
    }

    .finders .heading_6 {
        font-style: normal;
        font-size: 12px;
        padding: 2px 0 2px 0;
    }


md-autocomplete {
    height: 28px;
}

    md-autocomplete button {
        position: relative;
        line-height: 18px;
        text-align: center;
        width: 18px;
        height: 18px;
        cursor: pointer;
        border: none;
        padding: 0;
        font-size: 12px;
        background: transparent;
        margin: auto 0;
    }

        md-autocomplete button md-icon {
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transform: none;
            transform: none;
            min-width: 17px;
            min-height: 17px;
            width: 17px;
            height: 17px;
        }

    md-autocomplete md-autocomplete-wrap {
        height: 28px;
        border: 1px solid #999;
    }

    md-autocomplete input:not(.md-input) {
        font-size: 14px;
        box-sizing: border-box;
        border: none;
        box-shadow: none;
        outline: none;
        background: transparent;
        width: 100%;
        padding: 0 15px 0 8px;
        line-height: 26px;
        height: 26px;
        color: var(--Charcoal, #262626);
    }

.md-autocomplete-suggestions {
    margin: 4px;
    list-style: none;
    padding: 0;
}

    .md-autocomplete-suggestions li {
        font-size: 14px;
        overflow: hidden;
        padding: 5px 6px;
        line-height: 20px;
        height: auto;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #666666;
    }

.md-autocomplete-suggestions-container.md-default-theme li .highlight, .md-autocomplete-suggestions-container li .highlight {
    background: #feffde;
    font-style: normal;
}


.md-autocomplete-suggestions-container.md-default-theme li:hover .highlight, .md-autocomplete-suggestions-container li:hover .highlight {
    background: transparent;
    color: white;
}

.md-autocomplete-suggestions-container.md-default-theme li:hover, .md-autocomplete-suggestions-container li:hover, .md-autocomplete-suggestions-container.md-default-theme li.selected, .md-autocomplete-suggestions-container li.selected {
    background-color: #337ab7;
    background-image: none;
    color: white;
}

.md-whiteframe-1dp, .md-whiteframe-z1 {
    box-shadow: none;
}

md-icon {
    margin: auto;
    background-repeat: no-repeat no-repeat;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    height: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
}

md-autocomplete md-autocomplete-wrap.md-menu-showing {
    background-color: #fff;
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
}

.md-virtual-repeat-container .md-virtual-repeat-scroller {
    border: 1px solid #ccc;
}

/* general */
.layout-padding, .layout-padding-gt-sm, .layout-padding-md, .layout-padding > *, .layout-padding-gt-sm > *, .layout-padding-md > *, .layout-padding > .flex, .layout-padding > .flex-gt-sm, .layout-padding > .flex-md {
    padding: 2px;
}

/* Westminster - phase 2*/
.multiColumnFinder table {
    font-size: 13px;
}

.multiColumnFinder td {
    font-size: 13px;
}

/* Westminster finder control */
.show {
    -o-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -webkit-transition: opacity 3s;
    background-color: #cccccc;
    color: #aaaaaa;
    opacity: .4;
    filter: alpha(opacity = 50);
    width: 100%;
    height: 100%;
    position: absolute;
    color: #000000;
    background-color: #ffffff;
    z-index: 999;
}

.hide {
    opacity: 0;
    display: none;
}

.cell {
    display: inline-block;
}

#overlayPopAuth {
    background: #999 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

#popupAuth {
    position: absolute;
    left: 50%;
    background: #fff;
    width: 46%;
    margin-left: -20%; /*Half the value of width to center div*/
    margin-top: -12%; /*Half the value of height to center div*/
    z-index: 200;
    border: 3px solid #4cacfd;
    font-size: 13px;
    font-weight: normal;
}

#popupAuth1 {
    position: absolute;
    left: 50%;
    background: #fff;
    width: 46%;
    margin-left: -20%; /*Half the value of width to center div*/
    margin-top: -12%; /*Half the value of height to center div*/
    z-index: 200;
    border: 3px solid #4cacfd;
    font-size: 13px;
    font-weight: normal;
}

.Ok_button_West {
    background: #16539f none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-weight: normal;
    min-height: 20px;
    width: 40px;
    cursor: pointer;
    font-size: 10px;
    margin-top: -2px;
}

.tbl_finder_ select {
    font-size: 13px;
    min-height: 26px;
    box-sizing: border-box;
    display: block;
    float: left;
    color: #424242;
    min-width: 476px;
}

.gif-redDot {
    background: rgba(0, 0, 0, 0) url("/images/p6.gif") no-repeat scroll 0 -80px;
    float: right;
    height: 6px;
    margin-left: 3px;
    margin-top: 9px;
    width: 6px;
    display: inline-block;
}

.gif-blank {
    float: right;
    height: 6px;
    margin-left: 3px;
    margin-top: 9px;
    width: 6px;
    display: inline-block;
}

.tbl_finder_ .go_button_ {
    background: #16539f none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-weight: normal;
    min-height: 30px;
    min-width: 59px;
    cursor: pointer;
    font-size: 14px;
    margin-top: -2px;
}

    .tbl_finder_ .go_button_:hover {
        background: #404040 none repeat scroll 0 0;
    }

.tbl_finder_ {
    width: 100%;
    padding: 5px 7px;
    border-collapse: separate;
    border-spacing: 2px;
}

    .tbl_finder_ td {
        width: 50%;
    }

.tbl_finder_footer_ {
    padding-left: 20px;
    width: 100%;
}

.tbl_finder_header_ {
    font-size: 22px;
    color: #404040;
    width: 100%;
    margin-top: 18.260px;
    margin-bottom: 18.260px;
}

.finder_header_ {
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    font-size: 22px;
    color: #404040;
}

.blankDiv {
    height: 10px;
}

.surveyContainer {
    height: 4000px;
    width: 1280px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}


.compareProductsContainer {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

.compareProductsTitleCell {
    width: 280px;
    padding: 10px 5px 10px 10px;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}


.compareProductsKey {
    padding: 10px 0px 10px 5px;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    font-weight:bold;
}

.extended-specs-module table tr:nth-child(2n) td {
    background: #f0f2f4;
}

.compareProductsSection {
    font-size: 20px;
    text-align: left;
    color: #485465
}

    .compareProductsSection th {
        height: 60px;
        border-bottom: 1px solid #D8D8D8;
    }


.compareProductsDescriptionCell {
    word-break: break-word;
    display: inline-block;
    padding: 10px 5px 10px 10px;
    font-size: 13px;
    text-align: left;
    vertical-align: top;
}

.compareProductsProductInfoCell {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    border: 1px solid #D8D8D8;
    vertical-align: top;
    border-bottom: none;
}

.compareProductsProductInfoCellBottom {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    border: 1px solid #D8D8D8;
    vertical-align: top;
}

.compareProductsProductInfoCellProductImageDiv {
    width: 194px;
    height: 150px;
    padding-top: 35px;
    padding-bottom: 30px;
    margin: auto;
}

.compareProductsProductInfoCellProductImage {
    width: 194px;
    height: 150px;
}

.compareProductsProductInfoCellProductDescription {
    display: -webkit-box;
    line-height: 1.4;
    margin-bottom: 5px;
    word-break: break-word;
}

    .compareProductsProductInfoCellProductDescription a:hover {
        text-decoration: underline;
        color: #26b9df;
    }

.compareProductsProductInfoCellTwoOrOneColumn {
    text-align: center;
}

.compareProductsProductInfoCellProductManufacturerId, .compareProductsProductInfoCellTwoOrOneColumn {
    border-bottom-color: rgb(216, 216, 216);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.compareProductsProductInfoCellProductRemove {
    float: right;
    color: #CA3434;
}

.compareProductsHeadingText {
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.compareProductsHeadingTextTitle {
    font-size: x-large;
    font-weight: bold;
    padding-right: 55px;
}

.compareProductsHeadingTextMessage {
    font-size: large;
}

.compareProductsHeadingIcons {
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
}

.compareProductsDescription, .compareProductsProductInfoCellProductId,
.compareProductsProductInfoCellProductManufacturerId, .compareProductsProductInfoCellTwoOrOneColumn,
.compareProductsPriceContainer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.compareProductsContainer table tbody tr:nth-child(2) td,
.compareProductsContainer table tbody tr:nth-child(3) td,
.compareProductsContainer table tbody tr:nth-child(4) td {
    border-top: none;
}

.compareProductsAvailabilityContainer {
    float: right;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 13px;
}

.compareProductsProductId {
    padding-right: 20px;
}

    .compareProductsProductId span:first-child, .compareProductsManufacturerId span:first-child {
        padding-right: 5px;
    }

.compareProductsAvailabilityContainer span:first-child {
    margin-right: 20px;
}

.compareProductsOrderQuantityLong, .compareProductsOrderQuantitySmall {
    height: 19px;
    text-align: center;
    float: left;
    line-height: 14px;
}

.compareProductsOrderQuantityLong {
    width: 66px;
}

.compareProductsOrderQuantitySmall {
    width: 17px;
}

.compareProductsAddToBasketSmall, .compareProductsAddToBasketLong {
    float: left;
    margin-left: 1px;
    height: 25px;
}

.compareProductsAddToBasketSmall {
    width: 147px;
}

.compareProductsAddToBasketLong {
    width: 230px;
}

.compare-product-availability {
    display: block;
    height: 14px;
    width: 14px;
    margin-top: 2px;
}

    .compare-product-availability.R {
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23FF0000%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%222%202%2020%2020%22%3E%3Cg%3E%3Cpath%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12s4.5%2C10%2C10%2C10c5.5%2C0%2C10-4.5%2C10-10S17.5%2C2%2C12%2C2z%22/%3E%3C/g%3E%3C/svg%3E') !important;
    }

    .compare-product-availability.G {
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23008000%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%222%202%2020%2020%22%3E%3Cg%3E%3Cpath%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12s4.5%2C10%2C10%2C10c5.5%2C0%2C10-4.5%2C10-10S17.5%2C2%2C12%2C2z%22/%3E%3C/g%3E%3C/svg%3E') !important;
    }

    .compare-product-availability.Y {
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23FFFF00%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%222%202%2020%2020%22%3E%3Cg%3E%3Cpath%20d%3D%22M12%2C2C6.5%2C2%2C2%2C6.5%2C2%2C12s4.5%2C10%2C10%2C10c5.5%2C0%2C10-4.5%2C10-10S17.5%2C2%2C12%2C2z%22/%3E%3C/g%3E%3C/svg%3E') !important;
    }

    .compare-product-availability.N {
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22rgba%28123%2C%20173%2C%2055%2C%200.8%29%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%222%202%2020%2020%22%3E%3Cg%3E%3Cpath%20d%3D%22M20%2C15.5c-1.2%2C0-2.4-0.2-3.6-0.6c-0.3-0.1-0.7%2C0-1%2C0.2l-2.2%2C2.2c-2.8-1.4-5.1-3.8-6.6-6.6l2.2-2.2c0.3-0.3%2C0.4-0.7%2C0.2-1C8.7%2C6.4%2C8.5%2C5.2%2C8.5%2C4c0-0.6-0.4-1-1-1H4C3.4%2C3%2C3%2C3.4%2C3%2C4c0%2C9.4%2C7.6%2C17%2C17%2C17c0.6%2C0%2C1-0.4%2C1-1v-3.5C21%2C15.9%2C20.6%2C15.5%2C20%2C15.5z%20M19%2C12h2c0-5-4-9-9-9v2C15.9%2C5%2C19%2C8.1%2C19%2C12z%20M15%2C12h2c0-2.8-2.2-5-5-5v2C13.7%2C9%2C15%2C10.3%2C15%2C12z%22/%3E%3C/g%3E%3C/svg%3E') !important;
    }

/*List Of Products Control : Start*/
.lop-left-div {
    width: 12%;
    display: inline-block;
    padding-right: 10px;
    line-height: 2;
}

.lop-right-div {
    width: 82%;
    display: inline-block;
    float: right;
}

.lop-header-text {
    padding-bottom: 5px;
    font-weight: 600;
    color: #333333;
    font-size: 14px;
    font-style: normal;
    margin-right: 20px;
}

.lop-header-expander,
.content-wrap .content .lop-header-expander {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    float: right;
    padding: 0 5px;
}

.lop-child-text {
    font-weight: 400;
    color: #333333 !important;
    font-size: 14px;
    font-style: normal;
}

.lop-child-text-selected {
    color: #00AFD7 !important;
    font-size: 14px;
    font-style: normal;
}

.lop-hr {
    padding-top: 5px;
    padding-bottom: 5px;
}
/*List Of Products Control : End*/

