﻿.product-price-container .product-price-change {
    float: left !important
}

.moreInfoButton {
    background-color: #ca9790;
    color: #fff
}

    .moreInfoButton:hover {
        color: #fff;
        text-decoration: underline
    }

.lister-dropdown.btn-default:hover {
    background-color: #f8f8f8
}

.smilebox {
    position: relative;
    height: 15px;
    width: 80px;
    display: inline-block;
    padding-top: 2px
}

    .smilebox .smileometer {
        background: url('/images/assets/product/review-stars.png') no-repeat scroll 0 0 transparent;
        height: 15px;
        margin: 0;
        left: 0;
        position: absolute;
        background-size: 79px
    }

    .smilebox .smilebkg {
        background: url('/images/assets/product/review-stars.png') no-repeat scroll 0 -15px transparent;
        height: 15px;
        left: 0;
        position: absolute;
        background-size: 79px
    }

.smilebox-review {
    position: relative;
    height: 15px;
    width: 110px;
    display: inline-block;
    padding-top: 2px
}

    .smilebox-review .smileometer-review {
        background: url('/images/assets/product/review-stars.png') no-repeat scroll 0 0 transparent;
        height: 40px;
        margin: 0;
        left: 0;
        position: absolute;
        top: -3px
    }

    .smilebox-review .smilebkg-review {
        background: url('/images/assets/product/review-stars.png') no-repeat scroll 0 -40px transparent;
        height: 40px;
        width: 220px;
        left: -54px;
        top: -9px;
        position: absolute;
        -ms-transform: scale(.5,.5);
        -webkit-transform: scale(.5,.5);
        -moz-transform: scale(.5,.5);
        -o-transform: scale(.5,.5);
        transform: scale(.5,.5)
    }

.smile-divider {
    display: inline-block;
    width: 100%;
    border: 1px inset #fff;
    margin-bottom: 4px;
    margin-top: 8px
}

.divider {
    display: inline-block;
    border: 1px inset #fff;
    margin-bottom: 4px;
    margin-top: 8px
}

.smile-spacer {
    display: inline-block;
    width: 100%;
    margin-top: 2px
}

.filtered-by-button {
    color: #000;
    padding: 2px 6px !Important;
}

.active-color {
    color: #ca9790
}

.carousel-option, .carousel-caption {
    text-shadow: none !important
}

.product-was-price {
    display: inline-block;
    padding-right: 2px;
    padding-bottom: 4px
}

.product-price-superscript {
    float: left;
    font-size: .9em;
    line-height: 1.2em;
    padding-right: 1px
}

.styled-checkbox {
    width: 12px;
    display: inline-block
}

.list-checkbox .label-checkobox {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    height: 29px
}

.selected {
    color: #ca9790 !important
}

.lister-menu {
    border-bottom: #d3d3d3 0px solid;
    padding-bottom: 8px
}

.lister-dropdown.btn {
    padding: 8px
}

.modal {
    background-color: #ca9790;
    background-color: rgba(202,151,144,.2)
}

#sub-nav-content .panel {
    background-color: #ededed;
    border: none;
    border-radius: 0
}

#sub-nav-content.panel-group {
    margin-bottom: 0
}

.navbar {
    min-height: 0;
    margin-left: -8px
}

.information-block {
    margin: 14px 0 30px 0
}

    .information-block h2 {
        color: #000
    }

.scrollable-menu {
    height: auto;
}

.lister-product {
    position: relative;
    font-size: 14px
}

    .lister-product .price {
        font-weight: bold
    }

    .lister-product .onsale {
        color: #de2926;
        text-decoration: line-through
    }

    .lister-product .name {
        padding: 5px 0;
        height: 49px;
        text-align: left !important;
    }

.lister-showing-products {
    color: #808080;
    margin-bottom: 16px;
    font-size: 12px
}

.productMessage {
    width: 70%;
    left: 15%;
    position: absolute;
    top: 25%;
    font-size: 13px;
    font-weight: bold
}

.stockMessage {
    border-radius: 5px;
    background-color: #f00;
    background-color: rgba(222,41,42,.9);
    color: #fff;
    padding: 5px 10px 5px 10px
}

.basketMessage {
    border-radius: 5px;
    background-color: #ca9790;
    background-color: rgba(202,151,144,.9);
    color: #fff;
    padding: 5px 10px 5px 10px
}

.personalisationMessageDialog .modalButton {
    padding-bottom: 10px
}

.btnAddToBasket {
    background-color: #ededed;
    border-color: #ca9790;
    color: #ca9790;
    font-weight: bold
}

.lister-product .productDetails {
    min-height: 58px
}

    .lister-product .productDetails .name {
        max-height: 38px;
        overflow: hidden
    }

.larger-button {
    font-size: 16px;
    padding-bottom: 8px;
    padding-top: 8px
}

.lister-empty p {
    color: #808080;
    font-size: 20px;
    margin: 0 0 16px 0
}

.lister-empty h3 {
    color: #ca9790;
    font-size: 20px;
    margin: 0 0 16px 0
}

h1 {
    font-size: 24px !important;
    font-weight: 600 !important
}

h2 {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.3em !important
}

.media-nav-btns {
    position: absolute;
    top: 46%;
    height: 40px;
    width: 40px;
    border: 1px solid transparent;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1000
}

    .media-nav-btns.previous {
        left: 5px;
        background-image: url('/images/assets/product/medialeft.svg')
    }

    .media-nav-btns.next {
        right: 5px;
        background-image: url('/images/assets/product/mediaright.svg')
    }

    .media-nav-btns.previous-effect {
        left: 5px;
        background-image: url('/images/assets/product/effectleft.svg')
    }

    .media-nav-btns.next-effect {
        right: 5px;
        background-image: url('/images/assets/product/effectright.svg')
    }

.lister-hover-product {
    padding: 16px 16px 16px 16px;
    box-shadow: 0 0 30px #888;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    display: none;
    border-radius: 2px
}

.affix {
    z-index: 2;
    width: 100%
}

.non-collapse-item {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.banner-text-container {
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    height: 100%
}

.banner-text {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30px 0 30px
}

.banner-right {
    left: 50%;
    right: 0
}

.banner-left {
    right: 50%;
    left: 0
}

.banner-link {
    color: #000
}

    .banner-link:hover {
        color: #ca9790;
        text-decoration: none
    }

div.dropdown.open > a {
    background-color: #fff !important;
    border-color: transparent !important
}

div.dropdown.open > ul {
    border-color: transparent !important;
    margin-top: -1px;
    border-radius: 0
}

.lister-dropdown-label {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle
}

.lister-dropdown {
    background-color: transparent;
    font-size: 13px;
    border-color: transparent !important
}

.lister-dropdown-menu {
    margin-top: 0;
    padding-left: 0;
    z-index: 1111;
    min-width: 100%
}

.lister-dropdown-icon-bg {
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-left: 4px
}

.lister-dropdown-icon {
    background-image: url('/images/assets/lister/lister-arrow-grey.svg');
    display: inline-block;
    height: 16px;
    width: 16px;
    position: absolute;
    margin-left: -16px;
    top: 50%;
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

    div.dropdown.open .lister-dropdown-icon, a:hover .lister-dropdown-icon, a:active .lister-dropdown-icon, .lister-dropdown-icon:hover, .lister-dropdown-icon:active {
        background-image: url('/images/assets/lister/lister-arrow-black.svg')
    }

@media(max-width:1200px) {
    .banner-left > h1 {
        font-size: 1em
    }

    .banner-text > h2 {
        font-size: 1em
    }

    .banner-text > a {
        font-size: 1em
    }
}

.lister-small-menu {
    width: 100%;
    left: 0;
    z-index: 2
}

#lister-small-menu {
    margin-top: -20px;
    margin-left: -8px;
    margin-right: -8px
}

#sub-nav {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1111
}

.lister-small-menu-content {
    padding-top: 8px;
    padding-bottom: 8px;
    overflow-y: auto;
    max-height: 400px
}

.lister-small-menu-header {
    border-bottom: #b5b5b5 solid 1px
}

.lister-small-menu-header-right {
    width: 50%;
    float: right;
    padding: 12px
}

.lister-small-menu-header-center {
    padding: 12px
}

.lister-small-menu-header-left {
    width: 50%;
    float: left;
    border-right: #b5b5b5 1px solid;
    padding: 12px
}

.lister-divider {
    border-right: #b5b5b5 solid 1px
}

@media(max-width:767px) {
    #header {
        margin-top: 0;
        margin-bottom: 0
    }

    .navcontainer {
        background-color: #fff
    }

    .h1 {
        font-weight: 400 !important;
        font-size: 18px !important;
        padding-bottom: 5px !important;
        color: #000
    }
}

.center-price {
    position: absolute;
    left: 50%;
    white-space: nowrap;
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

@media(min-width:767px) {
    .lister-small-menu-content {
        max-height: 300px
    }

    #lister-small-menu {
        margin-left: -22px;
        margin-right: -22px;
        margin-top: -16px
    }
}
