/*------------------------------------------------------

* Filename:             lists.css
* Description           SBV list styles
* Version               1.1.0 (21-10-2011)
* Author                Mr. Valtech

------------------------------------------------------*/

/* ============================================ */
/* Baseline lists / generated in baselinelist.ascx
/* ============================================ */

/* lists - general ------------------------*/
.newsticker {
    display: none;
}

/* floating spot list */
.spotlist .listheader {
    position: relative;
    float: left;
    width: 25%;
    height: auto;
    text-align: right;
    overflow: hidden;
    background-color: #f1f1f1;
}

.spotlist .listheader h2 {
    margin: 20px 20px 40px 10px;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
}

.spotlist .listheader h2 a {
    color: #000;
    text-decoration: none;
}

.spotlist .filters {
    margin: 20px;
}

.spotlist .filters li {
    padding: 4px 0;
    line-height: 1em;
}

.spotlist .filters .selected {
    font-weight: bold;
}

.spotlist .filters a {
    text-decoration: none;
    color: #000;
}

.spotlist .filters a:hover {
    text-decoration: underline;
}

.spotlist {
    position: relative;
    overflow: hidden;
    background-color: #f1f1f1;
}

.spotlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.spotlist li {
    margin: 0;
    padding: 0;
}

.spotlist .basicspot {
    position: relative;
    float: left;
    width: 25%;
    height: auto;
    overflow: hidden;
    line-height: 0;
    background-color: transparent;
}

#rightContent .gridlayout {
    margin-right: 32px;
    margin-left: 32px;
    max-width: 920px;
}

@media only screen and (max-width: 1024px) {
    #rightContent .gridlayout .spotlist,
    #rightContent .gridlayout {
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
    }
}

#rightContent .gridlayout .spotlist {
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
#rightContent .gridlayout .basicspot {
    width: 33.333333%;
}
@media only screen and (max-width: 768px) {
    #rightContent .gridlayout .basicspot {
        width: 50%;
    }
}
.spotlist .basicspot a:focus,
.spotlist .basicspot a:hover {
    border: 1px solid #808080;
    transition: border 0.25s;
}

.spotlist .basicspot a {
    display: block;
    text-decoration: none;
    margin: 0 0 1px 1px;
    background-color: #ffffff;
    border: 1px solid transparent;
    transition: border 0.5s;
    z-index: 1;
    position: relative;
}

.spotlist .basicspot a:after {
    clear: both;
    content: "";
    display: block;
}

.spotlist .basicspot .canvas {
    overflow: hidden;
    text-align: center;
}

.spotlist .basicspot .canvas img {
    width: 100%;
    height: auto;
    max-width: 279px;
}

.spotlist .owl-carousel .basicspot {
    width: 100%;
}
.relatedproducts .relatedproductstitle{
    text-align: center;
    margin: 60px 0 30px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.relatedproducts .relatedproductshorizontallist{
    background-color: #fff;
}

.relatedproducts .relatedproductshorizontallist .threeproducts {
    margin: auto;
    max-width: 960px;
}

.relatedproducts .relatedproductshorizontallist .fourproducts {
    margin: auto;
    max-width: 1280px;
}

ul.owl-carousel {
    padding: 0;
    margin: 0;
    list-style: none;
}

.owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-controls .carouselnavleft {
    position: absolute;
    left: 0px;
    margin-top: -25px;
    background-image: url(../png/arrow_left-2.png);
    background-color: #000000;
    width: 50px;
    height: 50px;
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.owl-controls .carouselnavright {
    position: absolute;
    right: 0px;
    margin-top: -25px;
    background-image: url(../png/arrow_right-2.png);
    background-color: #000000;
    width: 50px;
    height: 50px;
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.owl-controls .disabled {
    display: none !important;
}

/*blog carousels*/
.GallerySlider {
    position: relative;
}

.relatedproducts .owl-controls .carouselnavleft,
.GallerySlider .owl-controls .carouselnavleft {
    left: -50px;
    background-image: url(../png/carouselarrow_left-2.png);
    background-color: transparent;
}

.relatedproducts .owl-controls .carouselnavright,
.GallerySlider .owl-controls .carouselnavright {
    right: -50px;
    background-image: url(../png/carouselarrow_right.png);
    background-color: transparent;
}

.blogentryslider {
    position: relative;
}

.blogentryslider a {
    /* Will be set inline from backend: background-image */
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: auto;
    max-width: 100%;
    display: block;
}

.blogentryslider .sliderItemOverlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.blogentryslider .entrycategory {
    font-family: 13px;
    line-height: 18px;
    padding: 20px 30px;
}

.blogentryslider .entrycategory:after {
    content: " ____";
}

.blogentryslider .sliderItemColumns {
    max-width: 100%;
    padding: 0px 30px;
}

.blogentryslider .leftColumn {
    float: left;
    width: 48%;
    padding-bottom: 40px;
}

.blogentryslider .entrytitle {
    font-size: 45px;
    line-height: 45px;
}

.blogentryslider .entrydate {
    font-size: 13px;
    line-height: 13px;
    margin-top: 10px;
}

.blogentryslider .entryteaser {
    float: right;
    width: 48%;
    padding-bottom: 40px;
    font-size: 17px;
}

/* New banner logic */
.promotionBannerDiv {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-align: right;
}

.promotionBannerDiv .promotionBannerImg {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* labels */
.outOfStock,
.CommingSoon,
.newItem,
.isComingSoonNew {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.outOfStock {
    background-image: url(../png/out-of-stock.png);
}

.newItem {
    background-image: url(../png/new-item.png);
}

.CommingSoon {
    background-image: url(../png/commingsoon-item.png);
}

.isComingSoonNew {
    background-image: url(../png/commingsoon.png);
}

/* Product */
.spotlist .Product .customizeOverlay {
    position: absolute;
    top: 10px;
    left: 5%;
    line-height: 10px;
    width: auto;
    z-index: 10;
}
.spotlist .Product .customizeOverlay .overlayIcon {
    background-image: url("../png/colorcircle_small.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
}
.spotlist .Product .customizeOverlay .label {
    color: #808080;
    font-size: 10px;
    text-transform: uppercase;
    /*font-family: Georgia Regular;*/
    position: absolute;
    top: 6px;
    left: 25px;
}
.spotlist .Product .headerBox {
    color: #2d2d2d;
    padding-left: 7.5%;
    line-height: 1.4em;
    white-space: nowrap;
    min-height: 20px;
    position: relative;
}
.spotlist .Product .headerBox .header,
.spotlist .Product .headerBox .header2{
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
}
.spotlist .Product .headerBox .header{
    top: 0px;
    width: 85%;
}
.spotlist .Product .headerBox .header2{
    top: 20px;
    width: calc(85% - 130px);
}

.spotlist .Product .colour {
    display: inline-block;
    color: #808080;
    font-size: 12px;
    padding: 11px 0 7.5% 7.5%;
    line-height: 1em;
    height: 12px;
}

.spotlist .Product .addToBag {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
}

.spotlist .Product .addToBag .addToBagLink {
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    white-space: nowrap;
    color: #fff;
    background: #000;
    border: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
}

.spotlist .Product .addToBag .addToBagLink:hover {
    color: #323232;
    background: #d6d6d6;
}

.spotlist .price {
    color: #323232;
    font-size: 22px;
    float: right;
    padding-right: 7.5%;
    line-height: 1.25em;
}

/* Galleria */
.spotlist .Galleria .header {
    bottom: 0px;
    height: 60px;
    width: 100%;
    font-size: 18px;
    color: #323232;
    text-align: center;
    line-height: 60px;
}

/* Families */
.spotlist .Families .header {
    bottom: 0px;
    height: 60px;
    width: 100%;
    font-size: 18px;
    color: #323232;
    text-align: center;
    line-height: 60px;
}

/* Designer */
.spotlist .Designer .header {
    bottom: 0px;
    height: 60px;
    width: 100%;
    font-size: 18px;
    color: #323232;
    text-align: center;
    line-height: 60px;
}

/* Buzz */
.spotlist .Buzz .header {
    font-size: 24px;
    line-height: 30px;
    padding: 25px 25px 10px;
    text-align: center;
}

.spotlist .Buzz .teaser {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 25px;
    text-align: center;
}

.spotlist .Buzz .link {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 25px;
    text-align: center;
}

/* Black Template */
.black .spotlist .basicspot {
    overflow: hidden !important;
}

.black .spotlist .listheader {
    background: #000;
}

.black .spotlist .listheader h2 {
    color: #fff;
}

.black .spotlist .header {
    display: block;
    padding: 10px 0 5px;
    font-size: 18px;
    color: #404040;
    text-align: center;
    width: 100%;
}

.black .spotlist .teaser {
    display: block;
    font-size: 11px;
    line-height: 15px;
    color: #404040;
    text-align: center;
    width: 100%;
}

/* White Template */
.white .spotlist .listheader {
    background: #fff;
}

.white .spotlist .listheader h2 {
    color: #000;
}

.white .spotlist .header {
    display: block;
    padding: 10px 0 5px;
    font-size: 18px;
    color: #000;
    text-align: center;
    width: 100%;
}

.white .spotlist .teaser {
    display: block;
    font-size: 11px;
    line-height: 15px;
    color: #000;
    text-align: center;
    width: 100%;
}

.gridlayout .dmslist {
    border: 0;
    padding: 70px;
    margin: auto;
    text-align: center;
}

.dmslist .spotlist {
    background: none;
    padding: 0;
    text-align: center;
}

.dmslist .spotlist > ul {
    margin: auto;
}

.dmslist .spotlist .listheader {
    background: none;
    border: 0;
    float: none;
    height: 122px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.dmslist .spotlist .listheader h2 {
    border-bottom: 1px solid #D6D6D6;
    color: #808080;
    display: inline-block;
    font-size: 52px;
    font-weight: normal;
    line-height: 52px;
    margin: 0;
    padding: 0 0 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.dmslist .spotlist .basicspot {
    border-color: #fff;
}

.relatedItems .gridlayout .dmslist {
    padding: 0;
}

.relatedItems {
    padding: 40px 0 0;
    clear: both;
}

.relatedItems .spotlist {
    background: none;
    padding: 0;
}

.relatedItems .spotlist .listheader {
    background: none;
    border: 0;
    float: none;
    height: 50px;
    padding: 0;
    text-align: left;
}

.relatedItems .spotlist .listheader h2 {
    border-bottom: 1px solid #D6D6D6;
    color: #404040;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.relatedItems .spotlist .basicspot {
    border: 0;
    margin: 0 0 10px;
    overflow: hidden;
}

.spotlist .teaser {
    display: none;
}

.seeallbar {
    width: 100%;
    padding: 30px 0px;
    background-color: #fff;
    text-align: center;
}

.seeallbar .sabutton {
    background-color: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    margin: auto;
    padding: 18px;
    white-space: nowrap;
    width: 230px;
}

.seeallbar .sabutton:hover {
    background-color: #d6d6d6;
    color: #323232;
}

@media only screen and (max-height: 900px) and (min-width: 401px) {
    .blogentryslider a {
        height: 450px;
    }

    .blogentryslider a img {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-height: 900px) and (max-width: 768px) {
    .blogentryslider a {
        height: 350px;
    }
}

@media screen and (max-height: 900px) and (max-width: 580px) {
    .blogentryslider a {
        height: 240px;
    }
}

@media screen and (max-height: 900px) and (max-width: 400px) {
    .blogentryslider a {
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .spotlist .Product .addToBag {
        display: none !important;
        height: 0;
        overflow: hidden;
        width: 0;
    }

    .spotlist .listheader {
        width: 33.3333%;
    }

    .spotlist .basicspot {
        width: 33.3333%;
    }

    .spotlist .basicspot.Product.empty:nth-child(2) {
        right: 33.3333%;
    }

    .spotlist .basicspot.Product.empty:nth-child(3) {
        right: 66.6666%;
    }
}

@media only screen and (max-width: 768px) {
    .promotionBannerDiv img {
        width: 70px !important;
        height: 70px !important;
        display: inline-block !important;
    }
    /*override of owl slider image properties for banner*/
    .blogentryslider .leftColumn {
        float: none;
        width: 100%;
        padding-bottom: 30px;
    }

    .blogentryslider .entryteaser {
        float: none;
        width: 100%;
    }

    .blogentryslider .entrycategory {
        padding: 20px 60px;
    }

    .blogentryslider .sliderItemColumns {
        padding: 0px 60px;
    }

    .spotlist .Product .customizeOverlay .label {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .spotlist .listheader {
        width: 100%;
    }

    .spotlist .basicspot.Product {
        width: 50%;
    }

    .spotlist .owl-carousel .basicspot.Product {
        width: 100%;
    }

    .spotlist .basicspot.Product.empty:nth-child(2),
    .spotlist .basicspot.Product.empty:nth-child(3) {
        display: none;
    }

    .listheader .filters {
        display: none;
    }

    .spotlist .listheader h2 {
        padding: 30px 0;
        margin: 0 20px;
        cursor: pointer;
        background-image: url('../png/arrow_down.png');
        background-size: 20px auto;
        background-repeat: no-repeat;
        background-position: right 34px;
    }

    .spotlist .listheader.open h2 {
        background-image: url('../png/arrow_up.png');
    }

    .listheader.open .filters {
        display: block;
    }

    .spotlist .listheader {
        text-align: left;
    }

    .spotlist .price {
        font-size: 18px;
        line-height: 1.7em;
    }

    .spotlist .Product .colour {
        font-size: 11px;
        letter-spacing: -0.7px;
    }

    .spotlist .Product .price span {
        letter-spacing: -0.3px;
    }
}

@media screen and (max-width: 580px) {
    .owl-controls .carouselnavright,
    .owl-controls .carouselnavleft {
        width: 25px;
        height: 25px;
        margin-top: -12px;
        background-size: 8px auto;
    }

    .blogentryslider .sliderItemOverlay {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        max-width: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
    }

    .blogentryslider .entrycategory {
        padding: 20px 35px 10px 35px;
        font-size: 12px;
        line-height: 18px;
    }

    .blogentryslider .sliderItemColumns {
        padding: 0px 35px;
    }

    .blogentryslider .leftColumn {
        padding-bottom: 20px;
    }

    .blogentryslider .entrytitle {
        font-size: 27px;
        line-height: 30px;
    }

    .blogentryslider .entrydate {
        font-size: 12px;
        line-height: 13px;
        margin-top: 10px;
    }

    .blogentryslider .entryteaser {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    .spotlist .price {
        font-size: 15px;
        line-height: 1.7em;
    }
}