/* YOOXMAS 15 */

/* video */
#yooxmas15Video {
    text-align: left;
    width: 980px;
    height: 550px;
    position: relative;
    background-image: url('https://www.yoox.com/media/yoox14/sections/yooxmas15/MAIN_DEF_img_backup.jpg');
    background-color: transparent;
    background-position: center center;
    background-repeat:  no-repeat;
}

#yooxmas15VideoBanner {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#yooxmas15Video .playerIcon {
    background:url('https://www.yoox.com/media/yoox14/sections/yooxmas15/iconaPlayer.png') transparent center center no-repeat;
    cursor: pointer;
    height: 88px;
    width: 88px;
    position: absolute;
    left: 446px;
    left: calc(50% - 44px);
    top: 269px;
    top: calc(50% - 44px);
}

#yooxmas15Video .xIcon {
    background:url('https://www.yoox.com/media/yoox14/sections/yooxmas15/iconaX.png') transparent 30px 10px no-repeat;
    cursor: pointer;
    height: 70px;
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
}

#yooxmas15VideoBoxFs {
    display: none;
}

/*****************************/
#yooxmasAjaxContainer {
    margin-bottom: 20px;
}

#yooxmas15menu {
    text-align: center;
    background-image: url('https://www.yoox.com/media/yoox14/sections/yooxmas15/areasMenuBg.jpg?_1');
    position: relative;
    border-bottom: 3px solid #f6234b;
}

    #yooxmas15menu #yooxmas15menuSelector {
        background-image: url("https://www.yoox.com/media/yoox14/sections/yooxmas15/areasMenuSelectedOpened.png?_1");
        background-repeat: no-repeat;
        content: "";
        display: block;
        height: 28px;
        left: 0;
        position: absolute;
        top: 27px;
        width: 27px;
        z-index: 999;
        transition: left 0.25s ease 0s;
    }

    #yooxmas15menu li {
        display: inline-block;
        zoom: 1;
        cursor: pointer;
        margin: 20px;
    }

        #yooxmas15menu li .areaName,
        #yooxmas15menu li .radiobutton {
            display: inline-block;
            vertical-align: middle;
            line-height: 20px;
            height: 20px;
        }

        #yooxmas15menu li .areaName {
            color: #6e6e6e;
        }
            #yooxmas15menu li.selected .areaName { color: #e61717; }

        #yooxmas15menu li .radiobutton {
            width: 20px;
            background-image: url('https://www.yoox.com/media/yoox14/sections/yooxmas15/not_selected.png?_1');
        }
            #yooxmas15menu li.selected .radiobutton { background-image: url('https://www.yoox.com/media/yoox14/sections/yooxmas15/selected.png?_1'); }

/* yooxmas15menuPinned */
#yooxmas15menuPinned {
    position: fixed;
    top: 37px;
    display: none;
    width: 100%;
    background-image: url('https://www.yoox.com/media/yoox14/sections/yooxmas15/areasMenuSelectedClosed.png?_1');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 14px;
    z-index: 999;
}

#yooxmas15menuPinned .menuContainerPinnedPadding{
    border-bottom: 3px solid #f6234b;
    height: 40px;
    background-color: #ffffff;
    line-height: 40px;
    font-size: 1.4em;
    text-align: center;
}

#yooxmas15menuPinned .menuContainerHamburgerIcon{
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    background-image: url('https://www.yoox.com/media/yoox14/sections/yooxmas15/hamburgerIcon.png?_1');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#yooxmas15menuPinned .currentAreaStyle{
    color: #f6234b;
    padding-right: 20px;
}

#yooxmas15menuPinned .currentGalleryStyle{
    color: #000000;
    border-left: 1px solid #a7a7a7;
    padding-left: 20px;
    cursor: pointer;
}

/* subarea */
#yooxmas15AreaSections {
    position: relative;
    padding-bottom: 30px;
    background-color: transparent;
    background-image: url("https://www.yoox.com/media/yoox14/sections/yooxmas15/yooxmas15AreaSectionsBottomOpened.png");
    background-repeat: no-repeat;
    background-position: bottom center;
}

    #yooxmas15AreaSections .yooxmasSubareasMenu {
        padding: 2px 0;
        margin: 0 60px;
        height: 120px;
    }

    #yooxmas15AreaSections.subSectionMenu_kids .yooxmasSubareasMenu {
       margin: 0 167px;
    }

        #yooxmas15AreaSections .yooxmasSubareasMenu li {
            width: 215px;
            height: 47px;
            float: left;
            text-align: center;
            color: #6e6e6e;
            display: table;
            margin-bottom: 10px;
        }

            #yooxmas15AreaSections .yooxmasSubareasMenu li:hover,
            #yooxmas15AreaSections .yooxmasSubareasMenu li.selected {
                background-color: transparent;
                background-image: url("https://www.yoox.com/media/yoox14/sections/yooxmas15/yooxmasSubareaSelectorOpened.png");
                background-repeat: no-repeat;
                background-position: bottom center;
                color: #ffffff;
                cursor: pointer;
            }
            #yooxmas15AreaSections .yooxmasSubareasMenu li span {
                display: table-cell;
                vertical-align: middle;
            }


    #yooxmas15AreaSections .viewMoreLink {
        position: relative;
        width: 100%;
        text-align: center;
        background-color: transparent;
        background-image: url("https://www.yoox.com/media/yoox14/sections/yooxmas15/viewMoreLinkBkOpened.png?_2");
        background-repeat: no-repeat;
        background-position: center 4px;
        height: 36px;
        clear: both;
    }
        #yooxmas15AreaSections .viewMoreLink a {
            padding: 10px 18px;
            background-color: #2e2e2e;
            border: 1px solid #FFF;
            color: #FFF;
            font-size: 1.1em;
        }

        .yooxmas15item {
            position: relative;
        }

.yooxmas15itemBanner,
.yooxmas15item {
    float: left;
    width: 25%;
    height: 288px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
	letter-spacing: 0;
}

    .yooxmas15item .itemImage {
        height: 235px;
        position: relative;
        margin: 0 10px 10px;
        padding: 0 10px 15px;
        background-color: transparent;
        background-image: url("https://www.yoox.com/media/yoox14/sections/yooxmas15/itemElementBg.png");
        background-repeat: no-repeat;
        background-position: 38px -16px;

    }

.itemImage .error {
    display: none;
    width: 180px;
    height: 233px;
    position: absolute;
    top: 0;
    left: 13px;
    opacity: .95;
    background-color: #FFF;
    zoom: 1;
    z-index: 8;
}

.itemImage .message {
    padding: 110px 15px 0;
    line-height: 1.6em;
}

    .yooxmas15item .itemImageThumb {
        cursor: pointer;
        border: 1px solid #ffffff;
    }

    .yooxmas15item  .opened {
        border: 1px solid #a8a8a8;
    }

.topBanner,
.bottomBanner,
.yooxmas15itemBanner {
    text-align: center;
}

/* galleries banner */
.bannerWrapper {
    margin: 0 auto 0;
    position: relative;
}

.bannerWrapper .title,
.bannerWrapper .subTitle,
.bannerWrapper .action {
    position: absolute;
    color: #ffffff;
}

.bannerWrapper .title {
    width: 100%;
    top: 50px;
    left: 0; /*IE7*/
    font-size: 2.2em;
    line-height: 1em;
    text-align: center;
}

.bannerWrapper .action {
    top: 92px;
    left: 0; /*IE7*/
    width: 100%;
    text-align: center;
}

    .bannerWrapper .stdButton {
        color: #ffffff;
    }

/* topbanner */
.topBanner .subTitle {
    top: 52px;
    right: 32px;
    width: 250px;
    line-height: 1.6em;
}
.subSectionBg_kids .topBanner .title,
.subSectionBg_kids .topBanner .subTitle,
.subSectionBg_kids .topBanner .action
 {
    display: none;
}
/* bottombanner */
.bottomBanner .title {
    top: 65px;
}

.bottomBanner .subTitle {
    width: 100%;
    top: 92px;
    left: 0; /*IE7*/
    text-align: center;
    font-size: 1.4em;
    line-height: 1em;
}

.bottomBanner .action {
    top: 123px;
}

/**/

.subArea .viewMoreLink {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    padding: 10px 0 25px;
    color: #000;
    cursor: pointer;
}

.subAreaBg {
    background-image: url("https://www.yoox.com/media/yoox14/sections/yooxmas15/galleryShade.png?2");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 20px;
}

.subSectionBg_women .subAreaBg {
    background-color: #fdfaf9;
}
.subSectionBg_men .subAreaBg {
    background-color: #f5faf9;
}
.subSectionBg_kids .subAreaBg {
    background-color: #fdfcf5;
}

.itemsList {
    overflow: hidden;
}

.itemsList .row {
    padding: 0 40px;
    display: none;
}

.itemsList .clearfix {
    width: 100%;
    display: block;
    clear: both;
}

    /* item layer */
    .itemsList #itemLayerContent {
        display: none;
        padding-bottom: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #a7a7a7;
        background-color: transparent;
        background-image: url("https://www.yoox.com/media/yoox14/sections/yooxmas15/itemLayerContentBg.png?2");
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    .itemsList #itemContent {
        border-top: 1px solid #a7a7a7;
        background-color: #fff;
        background-image: url("https://www.yoox.com/media/yoox14/sections/yooxmas15/itemPreviewShade.png");
        background-repeat: no-repeat;
        background-position: top center;
        margin: 5px 0 0;
    }

    .itemsList #itemImage {
        width: 54%;
    }

    .itemsList #itemData {
        width: 45%;
    }

        .itemsList #itemContent .close {
            width: 17px;
            height: 18px;
            background: transparent url("https://www.yoox.com/media/yoox14/sections/yooxmas15/closeButton.png") no-repeat top center;
            display: block;
            position: absolute;
            top: 29px;
            right: 43px;
            cursor: pointer;
        }

    .itemsList #itemContent > .ui-helper-clearfix {
        background-color: transparent;
        background-image: url("https://www.yoox.com/media/yoox14/sections/yooxmas15/itemLayerPreviewEdge.png?2");
        background-repeat: no-repeat;
        padding: 55px 40px 0;
    }

    .itemsList #goPP {
        background: none;
        border: none;
        color: #333333;
        margin-left: 40px;
        margin-right: 40px;
        width: 900px;
        border-color: #c6c6c6;
    }

        .itemsList #goPP:hover {
            background: none;
            color: #000000;
            text-decoration: underline;
        }


    .itemsList #addToCart,
    .itemsList #addToDB {
        width: 100%;
        margin-bottom: 10px;
    }

    .itemsList .itemDataBlock.itemButtonPanel {
        padding-bottom: 0;
    }

    .itemsList #itemDetails #addToDB,
    .itemsList #itemDetails #addToCart {
        height: 42px;
        line-height: 42px;
    }

    .itemsList #itemDetails #addToDB {
        background: #CCC url("https://www.yoox.com/media/yoox14/sections/yooxmas15/yooxmas15_addToDb.png") no-repeat 99% 7px;
    }

    .column_0 #itemContent .ui-helper-clearfix {
        background-position: 124px 0;
    }

    .column_1 #itemContent .ui-helper-clearfix {
        background-position: 352px 0;
    }

    .column_2 #itemContent .ui-helper-clearfix {
        background-position: 577px 0;
    }

    .column_3 #itemContent .ui-helper-clearfix {
        background-position: 802px 0;
    }


    /* */

.itemPreviewWrapper {
    width: 100%;
    display: none;
}

.yooxmas15item .brand {
    color: #000000;
    margin-bottom: 5px;
}

.yooxmas15item .like,
.yooxmas15item .shuffle {
    position: absolute;
    bottom: -5px;
    width: 36px;
    height: 36px;
    background-color: transparent;
    background-image: url("https://www.yoox.com/media/yoox14/sections/yooxmas15/yooxmas_sprite.png?_1");
    background-repeat: no-repeat;
    z-index: 10;
}

.yooxmas15item .like {
    right: 60px;
    background-position: 1px 0;
    cursor: pointer;
}

.noShuffle .like,
.yooxmas15item .selected {
    right: 85px;
}

.yooxmas15item .selected {
    cursor: auto;
    transition: right 1s 0s;
}

        .yooxmas15item .like.selected,
        .yooxmas15item .like:hover { background-position: -35px 0; }
        .yooxmas15item .like .loadmask,
        .yooxmas15item .like .loadmask-msg { display: none; }

    .yooxmas15item .shuffle {
        cursor: pointer;
        left: 60px;
        background-position: -71px 0;
    }
        .yooxmas15item .shuffleSelected { background-position: -107px 0; }


#coachMarksOverlay {
    position: absolute;
    top: -5000px;
    display: none;
    z-index: 999;
}

    .coachMark {
        position: absolute;
        height: 73px;
        width: 337px;
        padding: 7px 20px 20px 35px;
        color: #e6e6e6;
        background: url("https://www.yoox.com/media/yoox14/sections/yooxmas15/coachmark.png?_1") no-repeat;
        z-index: 999;
    }

        .coachMark .coachMarkInfo {
            width: 268px;
            font-size: 1.3em;
            line-height: 1.4em;
        }

        .DE .coachMark .coachMarkInfo,
        .RU .coachMark .coachMarkInfo,
        .TM .coachMark .coachMarkInfo,
        .AM .coachMark .coachMarkInfo,
        .AZ .coachMark .coachMarkInfo,
        .BY .coachMark .coachMarkInfo,
        .GE .coachMark .coachMarkInfo,
        .KZ .coachMark .coachMarkInfo,
        .KG .coachMark .coachMarkInfo,
        .TJ .coachMark .coachMarkInfo,
        .UA .coachMark .coachMarkInfo,
        .UZ .coachMark .coachMarkInfo {
            font-size: 1.2em;
        }

        .coachMark .coachMarkOk {
            float: right;
            padding: 26px 5px;
            width: 57px;
            text-align: center;
            cursor: pointer;
        }

        .coachMark .fontUppercase { line-height: 1.8em; }


    #coachMarkLike.coachMark {
        top: 215px;
        left: 420px;
    }

    #coachMarkShuffle.coachMark {
        top: 562px;
        left: 146px;
    }

    #coachMarkDreamBox.coachMark {
        background: url("https://www.yoox.com/media/yoox14/sections/yooxmas15/coachmark_dx.png?_1") no-repeat;
        padding-left: 7px;
        padding-right: 35px;
        top: 300px;
        left: 158px;
        display: none;
    }
        #coachMarkDreamBox.coachMark .coachMarkOk { float: left; }
        #coachMarkDreamBox.coachMark .coachMarkInfo { padding-left: 80px; }


    #yooxmas15 .colorsizelist { height: 43px; }

/* BackToTop*/
#backToTop {
    display: block;
    height: 23px;
    line-height: 23px;
    padding-right: 30px;
    text-align: right;
    font-size: 1.1em;
    background-color: transparent;
    background-image: url("https://www.yoox.com/media/yoox14/sections/yooxmas15/back_to_top_arrow.png");
    background-repeat: no-repeat;
    background-position: center right;
    color: #111829;
    cursor: pointer;
}
