﻿.subtitle-strate--black {
    color: #0e1316;
}

.subtitle-strate--white {
    color: #fff;
}

.subtitle-strate--main-color {
    color: #f6e143;
}


.subtitle-strate {
    font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
    color: #000;
    cursor: pointer;
}

@media(max-width:766px) {
    .subtitle-strate {
        /*letter-spacing: 3px;*/
        font-size: 9px;
    }
}
.top-link-cart.sticky {
    position: fixed;
    top: -100px;
    right: 30px;
    -webkit-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    z-index: 10;
}

    .top-link-cart.sticky .icon {
        fill: #0e1316 !important;
    }

    .top-link-cart.sticky .count {
        color: #0e1316 !important;
    }

    .top-link-cart.sticky .toggle-cart-link {
        font-size: 0 !important;
    }

    .top-link-cart.sticky .icon-container .count {
        top: -8px !important;
    }

@media(max-width:1051px) {
    .top-link-cart.sticky {
        position: inherit;
        top: auto;
        right: auto;
    }
}

.top-link-cart.sticky.sticky-visible {
    top: 16px;
}

.promotionnal-header {
    text-align: center;
    color: #fff;
    text-transform: lowercase;
    font-size: 12px;
    font-weight: 500;
}

    .promotionnal-header strong {
        font-weight: 500;
    }

    .promotionnal-header a {
        color: #0e1316;
    }

.white-header .top-links .retailSelectorLink .current-retail-link .icon {
    fill: #fff;
}

.top-links {
    position: relative;
}

    .top-links .retailSelectorLink {
        display: inline-block;
    }

        .top-links .retailSelectorLink .dropdown-menu {
            right: 0;
            left: auto !important;
        }

        .top-links .retailSelectorLink.on .dropdown-language-list {
            visibility: visible;
            opacity: 1;
        }

        .top-links .retailSelectorLink .current-retail-link {
            font: normal 500 1.4rem/1.65 "Montserrat", sans-serif;
        }

            .top-links .retailSelectorLink .current-retail-link .icon {
                width: 6px;
                height: 3px;
                fill: rgba(255, 255, 255, 0.7);
                margin-left: 5px;
            }

                .top-links .retailSelectorLink .current-retail-link .icon svg {
                    vertical-align: top;
                }

        .top-links .retailSelectorLink .languages-switch {
            display: inline-block;
        }

            .top-links .retailSelectorLink .languages-switch .lang {
                display: none;
            }

            .top-links .retailSelectorLink .languages-switch .currentLink + .lang {
                display: block;
            }

    .top-links .dropdown-language-list {
        background: #fff;
        padding: 10px 15px 0;
        width: 200px;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease-in-out;
        position: absolute;
        top: 25px;
        left: 15px;
        z-index: 300;
        box-shadow: 0 2px 6px 1px rgba(0,0,0,.15);
        text-align: left;
    }

        .top-links .dropdown-language-list fieldset {
            margin-bottom: 20px;
        }

            .top-links .dropdown-language-list fieldset label {
                display: block;
                margin-bottom: 5px;
            }

    .top-links .dropdown-language-list--is-visible {
        visibility: visible;
        opacity: 1;
    }

    .top-links .dropdown-language-list .shipping-country-selector {
        margin-top: 10px;
    }

.icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.vertical-align {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

a {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

svg {
    -webkit-transition: fill .3s ease-in-out;
    -o-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out;
}