.image_container > .prevPageButton,
.image_container > .nextPageButton {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 21px;
    height: 64px;
    overflow: hidden;
}

.image_container > .prevPageButton:hover,
.image_container > .nextPageButton:hover {
    opacity: 0.2;
}

.image_container > .prevPageButton:before,
.image_container > .nextPageButton:before {
    content: url("../../images/responsive/DirectionalControls_MasterSprite_dark.png");
    display: block;
    top: -60px;
}

.image_container > .prevPageButton {
    left: 0;
}

.image_container > .nextPageButton {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
}

.product_sublink {
    float: right;
}

#addToShoppingList {
    cursor: default;
}

#addToShoppingListBtn {
    position: relative;
    border: 1px solid transparent;
    padding: 5px 15px;
    margin-bottom: -1px;
    z-index: 2;
}

#addToShoppingListBtn:hover {
    border: 1px solid #dadada;
    border-bottom: 1px solid #fff;
}

#shoppingListDropDown {
    z-index: 1;
    border: 1px solid transparent;
    visibility: hidden;
    position: absolute;
    top: 100%;
    padding: 5px;
    right: 0;
}

#shoppingListDropDown:hover {
    visibility: visible;
}

.wish_order_list > .message {
    font-size: 13px;
}

.whishlist_link {
    font-weight: bold;
}

.product_main_image_container {
    display: none;
}

@media only screen and (min-width: 879px) {
    .product_main_image_container:hover {
        cursor: crosshair;
    }
}

.product_main_image_container.selected {
    display: block;
}

#zoomContainer {
    display: none;
    position: absolute;
    left: 50%;
    width: 50%;
    height: 50%;
    max-width: 660px;
    max-height: 640px;
    margin-top: 65px;
    margin-left: 5px;
    background-color: #fff;
    background-repeat: no-repeat;
    border: 1px solid black;
    z-index: 100;
}

@media only screen and (min-width: 1400px) {
    #zoomContainer {
        margin-left: 3%;
    }
}

@media only screen and (min-width: 1600px) {
    #zoomContainer {
        margin-left: 4%;
    }
}

/* selectWrapper */
.productPage .selectWrapper {
    background-color: white;
    border: 1px solid #8b8b8b;
}

.productPage .selectWrapper .dijitSelect span:after {
    right: 11px;
}

/* Global */
.productPage .row.margin-true > div.product_detail > .row {
    /* Shitty selector because of shitty legacy... */
    max-width: 640px;
    margin: 0 auto !important;
}

/* Back button + Breacrumb */
.productPage .backbutton,
.productPage div#widget_breadcrumb {
    display: none;
}

@media only screen and (min-width: 879px) {
    .productPage .backbutton,
    .productPage div#widget_breadcrumb {
        display: block;
    }
}

/* Product images */
@media only screen and (min-width: 879px) {
    .productPage .widget_product_image_viewer:before {
        content: "";
        display: block;
        width: 90%;
        margin-left: 15px;
        border-top: 1px solid #ccc;
    }
}

.productPage .widget_product_image_viewer .image_container,
.productPage .widget_product_image_viewer .image_container img {
    margin: 0 auto;
}

.productPage .widget_product_image_viewer .image_container {
    position: relative;
    margin-top: 25px;
}

.productPage .widget_product_image_viewer .image_container img {
    padding: 20px;
    width: 100%;
    max-width: 640px;
    display: block;
}

.productPage .widget_product_image_viewer > .content {
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 879px) {
    .productPage .widget_product_image_viewer > .content {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.productPage .widget_product_image_viewer > .content > .other_views {
    display: none;
}

@media only screen and (min-width: 879px) {
    .productPage .widget_product_image_viewer > .content > .other_views:not(.nodisplay) {
        display: block;
        margin-top: 45px;
    }
}

.productPage .widget_product_image_viewer > .content > .other_views > ul > li {
    float: none;
    margin-bottom: 25px;
    opacity: 0.3;
}

.productPage .widget_product_image_viewer > .content > .other_views > ul > li.selected {
    opacity: 1;
}

/* Product titles */
.productPage .namePartPriceContainer {
    margin-bottom: 35px !important; /* reset */
}

.productPage .namePartPriceContainer .product-manufacturer {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 36px;
}

.productPage .namePartPriceContainer .product-name {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-style: italic;
    line-height: initial;
}

.productPage .namePartPriceContainer .price_display {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.productPage .namePartPriceContainer .price_display .priceSpan {
    display: inline-block;
    margin-right: 10px;
}

.productPage .namePartPriceContainer .price_display .chf {
    font-size: 11px;
}

.productPage .namePartPriceContainer .price_display .price {
    font-size: 24px;
}

.productPage .namePartPriceContainer .price_display .old_price {
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    color: #767676;
}

.productPage .namePartPriceContainer .price_display .old_price:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: .1em;
    height: 1px;
    width: 100%;
    background-color: #767676;
}

.productPage .namePartPriceContainer .price_display .old_price .price {
    font-size: 16px;
}

.productPage .namePartPriceContainer .price_display .percentage {
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    color: #ff2f2f;
    letter-spacing: .1em;
}

/* Product Variant */
.productPage .product_detail .productVariantWidget {
    margin-bottom: 40px;
}

.productPage .product_detail .productVariantWidget ul li:not(:last-child) {
    margin-right: 12px;
}

.productPage .product_detail .productVariantWidget ul li img {
    width: 22px;
}

/* Product Size */
.productPage .row.margin-true > div > .definingAttributes {
    position: relative;
    margin: 0 0 20px !important; /* reset */
    padding: 0; /* reset */
    width: 100%;
}

@media only screen and (min-width: 879px) {
    .productPage .row.margin-true > div > .definingAttributes {
        margin-left: 10% !important;
        margin-right: 15px !important;
        margin-bottom: 0 !important;
        width: auto;
        float: left;
    }
}

@media only screen and (min-width: 980px) {
    .productPage .row.margin-true > div > .definingAttributes {
        margin-left: 15% !important;
    }
}

@media only screen and (min-width: 1119px) {
    .productPage .row.margin-true > div > .definingAttributes {
        margin-left: 20% !important;
    }
}

.productPage .definingAttributes .size_guide {
    position: absolute;
    top: -20px;
    width: 100%;
    color: #8b8b8b;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
}

.productPage .definingAttributes .selectWrapper,
.productPage .definingAttributes .currentUsedFilters .usedFilter,
.productPage .definingAttributes .heading {
    width: 100%;
}

@media only screen and (min-width: 879px) {
    .productPage .definingAttributes .selectWrapper,
    .productPage .definingAttributes .currentUsedFilters .usedFilter,
    .productPage .definingAttributes .heading {
        width: 380px;
    }
}

.productPage .definingAttributes .options_dropdown_column .heading {
    display: none;
}

.productPage .definingAttributes .currentUsedFilters {
    padding: 0;
    border: none; /* reset */
}

.productPage .definingAttributes .currentUsedFilters .close {
    top: 13px;
}

/* Product Quantity */
@media only screen and (min-width: 879px) {
    .productPage #qty_section {
        margin-bottom: 0;
    }
}

.productPage #qty_section .selectWrapper {
    width: 100%;
    display: none;
}

@media only screen and (min-width: 879px) {
    .productPage #qty_section .selectWrapper {
        width: 125px;
    }

    .productPage .headingContainer.margeLeft2 {
        margin-left: 2px;
    }
}

.productPage #qty_section .options_dropdown_column .heading {
    display: none;
}

/* Add to cart Button */
.productPage .shopperActions {
    margin: 0 !important; /* reset */
}

@media only screen and (min-width: 879px) {
    .productPage .shopperActions {
        margin-top: 15px !important;
    }
}

.productPage .shopperActions .button_primary,
.productPage .shopperActions .btn {
    display: block;
    width: 100%;
}

@media only screen and (min-width: 879px) {
    .productPage .shopperActions .button_primary,
    .productPage .shopperActions .btn {
        width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
}

.productPage .shopperActions > .button_primary > .button_text {
    -ms-flex-pack: center;
    justify-content: center;
}

.productPage .row.margin-true > div > .definingAttributes .options_dropdown_column .heading.mobileHidden {
    display: none;
}

/* Favourite button */
.row.margin-true > div > div.favouriteButtonContainer {
    float: left;
    width: 50%;
    margin: 0 0 15px; /* reset */
}

div.favouriteButtonContainer:hover > #shoppingListDropDown {
    border: 1px solid #dadada;
    visibility: visible;
}

div.favouriteButtonContainer:hover > #addToShoppingListBtn {
    border: 1px solid #dadada;
    border-bottom: 1px solid #fff;
}

.productPage #favouriteButton {
    font-size: 13px;
    color: #8b8b8b;
    text-transform: uppercase;
}

.productPage #favouriteButton:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../../images/responsive/iconologos.png);
    background-position-y: 24px;
    background-position-x: -2px;
    opacity: 0.4;
    vertical-align: middle;
}

/* Share */
.productPage #socialSharingWidget {
    min-height: inherit; /* reset */
    margin: 0 0 15px; /* reset */
}

.productPage #socialSharingWidget #socialButton {
    font-size: 13px;
    color: #8b8b8b;
}

.productPage #socialShared {
    top: 100%;
    background: #fff;
}

.productPage #socialButton:after {
    margin-top: 4px;
}

/* Product reassurance */
.productPage .product-reassurance {
    list-style-type: none;
    padding: 15px;
    color: #444;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.productPage .product-reassurance .reassurance-item {
    display: inline-block;
    white-space: nowrap;
}

.productPage .product-reassurance .reassurance-item:not(:last-child):after {
    content: '|';
    margin-left: 10px;
    margin-right: 10px;
}

/* Available Info */
.productPage .available {
    width: 100%;
    padding: 25px;
    border-bottom: none; /* reset */
    background-color: #f5f5f5;
    text-align: center;
}

.productPage .available span.text {
    padding: 0;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.productPage #storeLocator, .productPage #clckndCllct_storeLocator {
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
}
@media only screen and (max-width: 879px) {
    .productPage #storeLocator, .productPage #clckndCllct_storeLocator {
        margin-left: -20px !important;
        margin-right: -20px !important;
        width: auto;
    }
}

/* Product Detail [Accordion] */
.accordionDescriptionWidget .accordion:last-child {
    border-bottom: 1px solid #8b8b8b;
}

.accordionDescriptionWidget .accordion-header {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid #8b8b8b;
    background-color: #fff;
    color: #444;
    font-size: 14px;
    cursor: pointer;
    transition: .4s;
    text-transform: uppercase;
    line-height: 44px;
}

.accordionDescriptionWidget .accordion.active .accordion-header {
    border-top: 2px solid #000;
    color: #000;
    font-weight: bold;
}

.accordionDescriptionWidget .accordion-header::before {
    content: url("../../images/Picto_AccdClose.png");
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 14px;
    color: #444;
}

.accordionDescriptionWidget .accordion.active .accordion-header::before {
    content: url("../../images/Picto_AccdOpen.png");
    transition: 0.2s;
}

.accordionDescriptionWidget .accordion-content {
    visibility: hidden;
    max-height: 0;
    font: 13px 'Playfair Display', serif;
    color: #444;
    overflow: hidden;
    transition: .2s;
}

.accordionDescriptionWidget .accordion.active .accordion-content {
    visibility: visible;
    max-height: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.accordionDescriptionWidget .accordion-content > ul {
    padding-left: 15px;
}

.productPage .accordionDescriptionWidget {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

@media only screen and (min-width: 879px) {
    .productPage .accordionDescriptionWidget {
        margin-left: 10px !important;
        margin-right: 0 !important;
        width: 100%;
    }
}

/* Product Attributes */
.productPage .feature_block {
    width: 100%;
}

.productPage .feature-title {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.productPage .product-attributes {
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px;
    background-color: #f5f5f5;
}

@media only screen and (min-width: 640px) {
    .productPage .product-attributes {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 879px) {
    .productPage .product-attributes {
        margin-left: 10px;
        margin-right: 10px;

        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;

        -moz-column-gap: 160px;
        -webkit-column-gap: 160px;
        column-gap: 160px;

        -webkit-column-rule-width: 1px;
        -moz-column-rule-width: 1px;
        column-rule-width: 1px;

        -webkit-column-rule-style: solid;
        -moz-column-rule-style: solid;
        column-rule-style: solid;

        -webkit-column-rule-color: #dadada;
        -moz-column-rule-color: #dadada;
        column-rule-color: #dadada;
    }
}

.productPage .product-attributes .attribute-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    font-size: 13px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.productPage .product-attributes .attribute-name,
.productPage .product-attributes .attribute-value {
    -ms-flex: 1 50%;
    flex: 1 50%;
    padding: 10px;
}

/* Look */
.productPage .home-ens_title {
    margin-top: 28px;
}

/* Creator */
.productPage .creator {
    margin-top: 45px;
    color: #444;
    text-align: center;
}

@media only screen and (min-width: 879px) {
    .productPage .creator {
        padding: 50px;
        background: #f5f5f5;
    }
}

.productPage .creator .creator-min {
    margin-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.productPage .creator .creator-titre {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
}

.productPage .creator .creator-text {
    margin-bottom: 20px;
    padding: 15px;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    line-height: 2em;
}

@media only screen and (min-width: 879px) {
    .productPage .creator .creator-text {
        margin-left: auto;
        margin-right: auto;
    }
}

.itemNotion {
    float: left;
    padding-left: 20%;
    white-space: nowrap;
}

.itemNotionOne {
    float: left;
    white-space: nowrap;
}

.inventoryAlert {
    float: right;
    padding-left: 10px;
    padding-right: 0;
    white-space: nowrap;
}

.sizeChoose {
    float: left;
    width: 30px;
    white-space: nowrap;
}

.currentUsedFilters .itemNotionParent .inventoryAlert {
    display: none;
}

.stockOutItem {
    color: #b8b7b7;
}

.itemNotionParent .stockOutItem {
    font-size: 13px;
}

#live-shopping-pdp {
    display: none;
    background-color: #F5F5F5;
    margin-top: 20px;
    float: left;
    padding-right: 30px;
}

.live-shopping-logo {
    width: 60px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.live-shopping-details p {
    padding-top: 15px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.live-shopping-details .btn.btn-primary {
    display: none;
    height: 35px;
    margin-top: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    align-items: center;
    width: 100%;
}

#cta-pdp img {
    padding-left: 10px;
}

#cta-pdp .button-text {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 449px) {
    #live-shopping-pdp {
        margin-right: 20px;
        flex-direction: column;
        align-items: center;
        padding-left: 30px;
        padding-bottom: 20px;
        width: 100%;
    }
    
    .live-shopping-details p {
        padding-top: 0px;
    }
}