﻿.ie8 #container-header, .ie8 #main-container, .ie8 #menu-global, .ie8 .jquery-loading:after {
    display: none !important
}

.ie8 body.jquery-loading {
    overflow: initial !important
}

.ie8 .jquery-loading > * {
    filter: alpha(opacity=100) !important
}

.ie8 body {
    background-image: none !important;
    background-color: transparent !important
}

.ie8 .block-footer {
    opacity: 1 !important;
    display: block !important
}

.ie-wrap {
    display: none;
    padding: 100px 10px 10px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99999999999999;
    text-align: left
}

.ie8 .ie-wrap, .ie9 .ie-wrap {
    display: block
}

.ie-wrap.hide {
    display: none !important
}

.ie-warning {
    font-family: arial, verdana, sans-serif;
    margin: auto;
    max-width: 640px
}

.ie-warning .header {
    position: relative;
    padding: 10px 30px;
    background-color: #0082c3;
    border-bottom: solid 5px #ec6607;
    color: #fff
}

.ie-warning .header h2 {
    font-size: 30px
}

.ie-warning .header .close {
    position: absolute;
    right: 0;
    bottom: 100%;
    padding: 10px;
    background-color: #0082c3;
    font-size: 12px;
    text-decoration: none;
    color: #fff
}

.ie-warning .header .close:hover {
    text-decoration: underline
}

.ie-warning .content {
    padding: 10px 30px;
    background-color: #fff;
    color: #000;
    line-height: 1.4
}

.ie-warning .content ul {
    padding-left: 20px
}

.ie-warning .content ul li {
    list-style: disc
}

.ie-warning .browsers {
    text-align: center;
    margin-top: 20px
}

.ie-warning .browsers:after {
    content: "";
    display: block;
    clear: both
}

.ie-warning .browser .content p {
    margin: 10px 0
}

.ie-warning .browser img {
    display: block;
    margin: auto
}

.ie-warning .browser span {
    margin-top: 10px;
    display: block;
    height: 30px
}

.m-header-main .col.larger {
    border: none
}

.vert-container {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    table-layout: fixed
}

.vert-container .vert-mid {
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width: 640px) {
    .vert-container, .vert-container .vert-mid {
        display: block
    }
}

.close-welcomelayer-box {
    margin: 0;
    width: 50px
}

.close-welcomelayer-box svg {
    display: block
}

.close-welcomelayer-box svg .close-x {
    stroke: #0082c3;
    fill: transparent;
    stroke-width: 2
}

.confetti-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.confetti-layer .confetti {
    width: 10px;
    height: 20px;
    position: fixed;
    background-color: lime;
    z-index: 999999999
}

.welcome-overlay {
    position: fixed;
    padding: 15px;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    transition: .5s all ease;
    opacity: 0;
    display: none
}

.welcome-overlay.show-overlay {
    display: block;
    opacity: 1
}

.welcome-overlay.show-overlay .welcome-overlay-content {
    -webkit-animation: .5s .5s scaleAnimation cubic-bezier(0, 1.37, 1, 1.57) forwards;
    animation: .5s .5s scaleAnimation cubic-bezier(0, 1.37, 1, 1.57) forwards
}

.welcome-overlay .welcome-overlay-bg {
    position: absolute;
    left: -5%;
    top: -5%;
    width: 110%;
    height: 110%;
    background-color: rgba(0, 0, 0, .25);
    cursor: pointer
}

.welcome-overlay .welcome-overlay-content {
    position: relative;
    max-width: 540px;
    width: 100%;
    padding: 0 40px 40px;
    margin: auto;
    background-color: #fff;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0)
}

@media screen and (max-width: 480px) {
    .welcome-overlay .welcome-overlay-content {
        padding-bottom: 20px
    }
}

.welcome-overlay .welcome-overlay-content .close-overlay {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    z-index: 1
}

.welcome-overlay .welcome-overlay-content .close-overlay:hover .close-x {
    stroke: #ec6607
}

.welcome-overlay .welcome-overlay-content .inner {
    position: relative;
    z-index: 1;
    max-width: 380px;
    width: 100%;
    margin: auto
}

.welcome-overlay .welcome-overlay-content header {
    position: relative;
    background-color: #0082c3;
    padding: 20px;
    width: 100%;
    max-width: 220px;
    margin: auto auto 50px;
    color: #fff;
    z-index: 1;
    font-size: 24px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 700
}

.welcome-overlay .welcome-overlay-content header .header-content {
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    text-transform: uppercase
}

.welcome-overlay .welcome-overlay-content header:after, .welcome-overlay .welcome-overlay-content header:before {
    content: "";
    display: block;
    background-color: #0082c3;
    position: absolute;
    top: 100%;
    margin-top: -20px;
    width: 130px;
    height: 30px;
    z-index: 0
}

.welcome-overlay .welcome-overlay-content header:before {
    left: 0;
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg)
}

.welcome-overlay .welcome-overlay-content header:after {
    right: 0;
    -webkit-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg)
}

.welcome-overlay .welcome-overlay-content p {
    font-size: 16px;
    line-height: 1.75
}

.welcome-overlay .welcome-overlay-content .taart {
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 320px;
    margin-left: -160px;
    z-index: 0
}

.welcome-overlay .welcome-overlay-content .all-sports {
    position: relative;
    max-width: 130%;
    margin-left: -15%;
    margin-top: -40px
}

@media screen and (max-width: 768px) {
    .welcome-overlay .welcome-overlay-content .all-sports {
        position: relative;
        left: auto;
        bottom: auto;
        width: auto;
        margin: auto;
        max-width: 100%
    }
}

.welcome-overlay .welcome-overlay-content .slinger {
    position: absolute;
    top: 0;
    width: 300px;
    height: 140px;
    z-index: 0
}

.welcome-overlay .welcome-overlay-content .slinger.left {
    left: 0
}

.welcome-overlay .welcome-overlay-content .slinger.right {
    right: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media all and (max-width: 800px) {
    .welcome-overlay .welcome-overlay-content {
        max-width: 640px
    }
}

@media all and (max-width: 768px) {
    .welcome-overlay {
        overflow-y: auto
    }

    .welcome-overlay .welcome-overlay-content {
        margin-bottom: 15px
    }

    .welcome-overlay .welcome-overlay-content .slinger {
        display: none
    }

    .welcome-overlay .welcome-overlay-content header {
        max-width: 180px;
        font-size: 20px
    }
}

@-webkit-keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.listing-page #product-list-top #category-informations .wrapper .inner .category-informations-picture {
    padding-top: 20px
}

.listing-page #product-list-top #category-informations #howto .wrapper .inner .content, .listing-page #product-list-top #category-informations .wrapper .inner .content {
    width: 100%;
    max-width: 800px;
    padding: 20px 15px
}

.listing-page #product-list-top #category-informations .wrapper .inner .content a, .plp-top__description__body a {
    color: #0082c3;
    text-decoration: underline
}

.listing-page #product-list-top #category-informations .wrapper .inner .content a:hover {
    text-decoration: none
}

#product-list-top #category-informations .wrapper .inner .content h2 {
    font-size: 20px;
    margin-top: 10px;
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
    font-style: italic
}

@media all and (min-width: 1025px) {
    .listing-page #product-list-top #category-informations #howto .wrapper .inner .content {
        padding-left: 70px
    }
}

@media all and (min-width: 801px) {
    .listing-page #product-list-top #category-informations .wrapper .inner .category-informations-picture {
        position: absolute;
        left: 60px
    }

    .listing-page #product-list-top #category-informations .wrapper .inner .content {
        padding-left: 65px
    }

    .listing-page #product-list-top #category-informations .wrapper .inner {
        padding-top: 40px;
        position: relative
    }

    .listing-page #product-list-top #category-informations .wrapper .inner:after {
        content: "";
        display: block;
        clear: both
    }
}

@media all and (max-width: 1024px) {
    .listing-page #product-list-top #category-informations .wrapper .inner .content h1 {
        font-size: 30px;
        font-size: 3rem
    }

    .listing-page #product-list-top #category-informations .wrapper .inner .category-informations-picture, .listing-page #product-list-top #category-informations .wrapper .inner .content {
        display: block
    }

    .listing-page #product-list-top #category-informations .wrapper .inner .content {
        padding-right: 15px
    }

    .listing-page #product-list-top #category-informations #howto .wrapper .inner .category-informations-picture {
        display: none
    }

    .listing-page #product-list-top #category-informations #howto .wrapper .inner .content {
        width: 100%;
        padding-left: 15px
    }
}

@media all and (max-width: 800px) {
    .listing-page #product-list-top {
        height: auto
    }

    .listing-page #product-list-top #category-informations {
        padding-bottom: 0
    }

    .listing-page #product-list-top #category-informations #howto, .listing-page #product-list-top #category-informations #howto .wrapper {
        position: relative
    }

    .listing-page #product-list-top #category-informations #howto .wrapper .inner .content, .listing-page #product-list-top #category-informations .wrapper .inner .content {
        padding-top: 40px
    }

    .listing-page #product-list-top #category-informations.advice-header .wrapper .inner .content h2 {
        color: #fff
    }

    .listing-page #product-list-top #category-informations #howto .wrapper .inner .content p {
        width: 100%
    }

    .listing-page #product-list-top #category-informations .how-to-choose {
        float: none;
        background-color: #000
    }

    .listing-page #product-list-top #category-informations .how-to-choose:after, .listing-page #product-list-top #category-informations .how-to-choose:before {
        content: "";
        display: block;
        background-color: rgba(0, 0, 0, .2);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .listing-page #product-list-top #category-informations .how-to-choose:after {
        display: block;
        top: auto;
        height: auto;
        bottom: 0;
        transform: none;
        opacity: .5;
        padding-bottom: 50%;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, black 50%, black 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, black 50%, black 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, black 50%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0)
    }

    .listing-page #product-list-top #category-informations #howto .how-to-choose .wrap-content {
        float: none;
        height: auto;
        margin: 20px 0;
        padding: 0
    }

    .listing-page #product-list-top #category-informations .how-to-choose [id^=product-list-bg] {
        height: auto;
        position: relative
    }
}

@media all and (max-width: 800px)and (min-width: 480px) {
    .listing-page #product-list-top #category-informations .how-to-choose:after {
        padding-bottom: 30%;
        opacity: .25
    }
}

@media all and (max-width: 480px) {
    #product-list-top #category-informations .defpict img {
        height: 500px;
        left: -260px;
        width: auto !important
    }
}

@media all and (max-width: 800px) {
    .listing-page #product-list-top #category-informations .wrapper {
        position: relative;
        transform: none;
        top: auto
    }

    .listing-page #product-list-top #category-informations .wrapper .inner .content {
        text-align: left
    }

    #product-list-top #category-informations .wrapper .inner .content p {
        width: 100%
    }
}

@media all and (max-width: 500px) {
    .listing-page #product-list-top #category-informations .wrapper .inner .content {
        width: 100%
    }

    .listing-page #product-list-top #category-informations .wrapper .inner .category-informations-picture {
        display: none
    }
}

.icon-footer, .icon-social {
    display: inline-block;
    background-image: url(https://contents.mediadecathlon.com/s606024/footer-sprite.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    height: 36px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .icon-footer, .icon-social {
        background-image: url("https://contents.mediadecathlon.com/s785545/k$4f9c2b9161e7815518357c0cc602dcc2/footer%20sprite%202x.png");
        background-size: 586px 205px
    }
}

.icon-footer.ideal {
    width: 30px;
    background-position: -5px 0
}

.icon-footer.mastercard {
    width: 50px;
    background-position: -42px 0
}

.icon-footer.afterpay {
    width: 104px;
    background-position: -97px 0
}

.icon-footer.visa {
    width: 98px;
    background-position: -204px 0
}

.icon-footer.postnl {
    width: 31px;
    background-position: -308px 0
}

.icon-footer.dynalogic {
    width: 152px;
    background-position: -343px 0
}

.icon-footer.thuiswinkel {
    width: 88px;
    background-position: -498px 0
}

.icon-footer.award {
    width: 185px;
    height: 125px;
    background-position: 0px -78px
}

.icon-social {
    height: 36px;
    width: 36px;
    margin-right: 0
}

.icon-social.yt {
    background-position: 0 -36px
}

.icon-social.fb {
    background-position: -38px -36px
}

.icon-social.tw {
    background-position: -75px -36px
}

.icon-social.ig {
    background-position: -112px -36px
}

#product-container .product-visual img {
    cursor: zoom-in
}

.mobile .static-table-container::-webkit-scrollbar {
    -webkit-appearance: none
}

.mobile .static-table-container::-webkit-scrollbar:vertical {
    width: 5px
}

.mobile .static-table-container::-webkit-scrollbar:horizontal {
    height: 5px
}

.mobile .static-table-container::-webkit-scrollbar-thumb {
    background-color: #bbd8e6;
    border-radius: 5px
}

.mobile .static-table-container::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #ececec
}

.mobile .static-table-container {
    margin-bottom: 20px
}

.mobile .static-table-container .table {
    margin-bottom: 0
}

#cookie-warning {
    display: none !important
}

@media (max-width: 919px) {
    .floor-push.hp-surfooter {
        background-image: none;
        padding: 0 15px
    }

    .hp-surfooter-inner {
        text-align: left
    }
}

.hp-surfooter-inner {
    padding: 20px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px
}

.hp-surfooter-inner h2, .hp-surfooter-inner h3 {
    font-family: Roboto-Condensed;
    font-weight: bold;
    font-style: italic
}

.hp-surfooter-inner h2 {
    font-size: 14px
}

.hp-surfooter-inner h3 {
    font-size: 12px
}

.hp-surfooter-inner p {
    font-family: Roboto-Condensed;
    font-size: 12px
}

.container-footer-mentions {
    background-color: #edeff1;
    text-align: center !important
}

.container-footer-mentions .mentions-links {
    margin: 0;
    padding: 10px 0
}

.container-footer-mentions .mentions-links li {
    display: inline-block;
    font-size: 12px;
    margin: 0 15px
}

.hp-surfooter-inner .hidden-for-mobile {
    display: block
}

.hp-surfooter-inner .read-more {
    display: none;
    color: #0082c3;
    text-decoration: underline;
    font-size: 12px
}

.static-content-page .title-header {
    text-align: inherit
}

.title-floor .title-header {
    padding: 0 15px
}

@media (max-width: 640px) {
    .container-footer-mentions .mentions-links {
        margin-bottom: 35px
    }

    .container-footer-mentions .mentions-links li {
        display: block;
        margin-bottom: 5px
    }

    .hp-surfooter-inner .read-more {
        display: block
    }

    .hp-surfooter-inner .hidden-for-mobile {
        display: none
    }
}

.slick-track {
    margin-left: auto;
    margin-right: auto
}

@media all and (min-width: 1211px) {
    .store-informations {
        max-width: 640px
    }

    .store-informations .slick-openings .day {
        font-size: 25px;
        font-size: 2.5rem
    }
}

@media (min-width: 1080px) {
    body .store-informations #specialopening-days .slick-initialized .slick-track, body .store-informations #specialclosing-days .slick-initialized .slick-track {
        width: auto !important;
        min-width: 600px
    }

    body .store-informations #specialopening-days .slick-initialized .slick-slide, body .store-informations #specialclosing-days .slick-initialized .slick-slide {
        width: 100px !important
    }
}

@media (max-width: 800px) {
    .usabilla_live_button_container {
        right: -30px !important;
        bottom: 0 !important;
        top: 0;
        margin: auto;
        height: 40px !important;
        width: 90px !important;
        background-color: #0082c3;
        border-radius: 5px;
        border: solid 2px #fff;
        color: #fff;
        padding: 5px 10px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
        text-align: center;
        transform: rotate(-90deg);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5)
    }

    .usabilla_live_button_container:after {
        content: "Feedback"
    }

    .usabilla_live_button_container iframe {
        opacity: 0
    }
}

body.return-selector #header {
    z-index: 999
}

ol.alphabetical__list {
    height: auto
}

.alphabetical__letter {
    margin-top: 20px;
    border-bottom: solid 1px #e8e8e8;
    font-weight: bold;
    margin: 20px 40px 10px 40px;
    padding-left: 0 !important;
    color: #0082c3 !important
}

.alphabetical__separator {
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    transition: all ease .25s
}

.alphabetical__separator.separator_active {
    background-color: #98d0ec;
    margin: 0
}

.plp-top__description__title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: initial
}

body.listing-page #product-list-top > .contentfloor {
    display: none
}

.listing-page #product-list-top #category-informations #howto .wrapper .inner .content, .listing-page #product-list-top #category-informations .wrapper .inner .content {
    max-width: none !important
}

.plp-top.plp-top--has-htc {
    background-image: none !important
}

.plp-top .htc {
    background-color: #0082c3 !important
}

@media all and (max-width: 800px) {
    .plp-top--has-htc:before {
        background-color: #0082c3 !important
    }

    .plp-top.plp-top--has-htc .plp-top__description__body a {
        color: #fff !important
    }

    .plp-top .htc a {
        border: solid 1px #fff;
        margin-bottom: 20px;
        font-size: 12px;
        padding-right: 30px;
        padding-left: 10px
    }

    .plp-top .htc a:before {
        width: 14px;
        height: 14px
    }
}

@media (max-width: 800px) {
    .plp-top {
        height: auto
    }

    .plp-top__description {
        margin-top: 35px
    }

    .plp-top__description__title {
        padding: 0 10px
    }

    .plp-top__description__body {
        padding: 10px
    }
}

.plp-top__description__body__readmore {
    color: #fff !important;
    text-decoration: underline !important;
    margin-bottom: 20px;
    margin-top: 10px
}

.plp-top__description__body__readmore:hover {
    color: #fff;
    text-decoration: underline
}

@media all and (min-width: 801px) {
    .plp-top__description__body__readmore {
        display: none
    }
}

@media all and (max-width: 800px) {
    .plp-top__description__body__readmore {
        display: block
    }

    .plp-top--has-htc .plp-top__description__body {
        overflow: hidden;
        position: relative;
        line-height: 1.2em;
        max-height: 4.2em;
        text-align: justify;
        margin-right: -1em;
        padding-right: 1em
    }

    .plp-top--has-htc.open .plp-top__description__body {
        max-height: initial
    }

    .plp-top--has-htc .plp-top__description__body:before {
        content: "...";
        position: absolute;
        right: 1em;
        bottom: 0;
        width: 30px;
        text-align: right;
        background: -moz-linear-gradient(left, rgba(0, 72, 118, 0) 0%, rgba(0, 72, 118, 0) 1%, #004876 33%, #004876 100%);
        background: -webkit-linear-gradient(left, rgba(0, 72, 118, 0) 0%, rgba(0, 72, 118, 0) 1%, #004876 33%, #004876 100%);
        background: linear-gradient(to right, rgba(0, 72, 118, 0) 0%, rgba(0, 72, 118, 0) 1%, #004876 33%, #004876 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00004876", endColorstr="#004876", GradientType=1)
    }

    .plp-top--has-htc.open .plp-top__description__body:before {
        display: none
    }

    .plp-top--has-htc .plp-top__description__body:after {
        content: "";
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: .2em;
        background: #fff
    }

    .plp-top--has-htc .htc a {
        font-size: 1rem;
        font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-style: normal;
        padding: 7px 33px 7px 21px;
        border-radius: 4px;
        position: relative;
        width: 100%;
        text-align: center;
        color: #fff;
        background-color: #0082c3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        margin-bottom: 0
    }

    .plp-top--has-htc .plp-top__description__title {
        font-size: 20px;
        font-size: 2rem;
        line-height: initial;
        text-align: left
    }

    .plp-top--has-htc .htc {
        position: absolute;
        background-size: cover;
        background: none !important;
        text-transform: uppercase;
        color: #fff;
        right: 10px;
        top: 31px
    }

    .plp-top--has-htc:before {
        background-color: #004876 !important
    }
}

.listing-page .message-out-of-stock.active, .listing-page .message-product-status {
    color: red;
    font-weight: bold;
    padding: 0 20px
}

.js-address-card-modify.dkt-address-card-delivery-button {
    display: none
}

#surfooter-manu.Surfooter {
    max-width: 1110px;
    border: 1px solid #e6e6e6;
    padding: 0 0 15px 0;
    margin-bottom: 20px
}

#surfooter-manu.Surfooter .Surfooter-truncatable {
    padding: 20px 20px 0 20px;
    margin-bottom: 20px
}

.Surfooter-hiddenCheckbox:checked + .Surfooter-container .Surfooter-truncatable {
    max-height: none
}

#surfooter-manu.Surfooter .Surfooter-truncatable p {
    margin-bottom: 20px
}

.Surfooter-truncatable li {
    font-size: 12px;
    font-size: 1.2rem;
    color: #898989
}

.Surfooter-truncatable ul li {
    list-style: disc
}

#surfooter-manu.Surfooter .Surfooter-truncatable p:last-of-type {
    margin-bottom: 0
}

.navigation__entry__list--default .icon-arrow1-r, .navigation__entry__list--sublinks .icon-arrow1-r {
    opacity: 1 !important
}

.listing-page .message-out-of-stock {
    visibility: hidden
}

.listing-page .message-out-of-stock.active {
    visibility: visible
}

.product-page .gallery {
    z-index: 99999
}

#tc_iframe_17_1 {
    position: fixed
}

.usabilla_live_button_container {
    -webkit-transition: all .25s ease !important;
    -moz-transition: all .25s ease !important;
    transition: all .25s ease !important
}

.usabilla_live_button_container.usabilla-hide {
    right: -70px !important
}

.store-list__opening-link:after {
    content: ""
}

.store-list__opening-input:checked ~ .store-list__opening-link:after {
    content: ""
}

.store-list p {
    font-family: Roboto-Condensed, Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #898989
}

body.listing-page.retailrocket-styling.retailrocket-search div[data-retailrocket-markup-block] {
    -ms-flex-order: 1;
    order: 1;
    border-top: none;
    border-bottom: 1px solid #e2e2e2
}

@media (min-width: 801px) {
    #search-result-top {
        min-height: auto;
        padding: 20px 0
    }

    #search-result-top .wrapper .left .title {
        margin-top: 0
    }
}

.help-button-container {
    z-index: 7000
}

.form-group.radio, .form-group.checkbox {
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top
}

.control-inline .form-group.radio, .control-inline .form-group.checkbox {
    margin-right: 20px
}

.control-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 10px;
    color: #eee;
    text-align: center;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    background-size: 50% 50%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.control-radio .control-indicator {
    border-radius: 99em
}

.control-checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .control-radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.control-checkbox input, .control-radio input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

label.control-checkbox, label.control-radio {
    position: relative;
    display: block;
    min-height: 20px;
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 0;
    color: #555;
    cursor: pointer;
    font-weight: normal;
    font-family: "Roboto Condensed"
}

.control-radio input:checked ~ .control-indicator {
    border-color: #0082c3
}

.control-radio input:checked ~ .control-indicator:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #0082c3;
    border-radius: 99em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.control-checkbox input:checked ~ .control-indicator {
    color: #fff;
    background-color: #0082c3;
    border-color: #0082c3
}

.control-checkbox input:checked ~ .control-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=)
}

.control-checkbox + .form-help, .control-radio + .form-help {
    position: relative;
    display: inline-block !important;
    padding: 8px 12px;
    margin-top: 4px;
    font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    background: #e60202;
    margin-top: 8px !important
}

.control-checkbox + .form-help .caret, .control-radio + .form-help .caret {
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 4px !important;
    display: block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    border-left: 4px solid transparent;
    color: #e60202
}

.control-stacked .form-group.radio, .control-stacked .form-group.checkbox {
    display: block;
    margin-left: 0
}

.control-stacked .form-group.radio .control-checkbox, .control-stacked .form-group.checkbox .control-checkbox, .control-stacked .form-group.radio .control-radio, .control-stacked .form-group.checkbox .control-radio {
    display: block
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #e60202
}

.has-error .control-indicator {
    border-color: #e60202
}

.decathlon-woosmap-store-locator .result_search-box-hours__store-closehour {
    margin: 0
}

#top-message-bar .icon-arrow1-r, body.product-page #top-message-bar {
    display: none !important
}

@media (min-width: 801px) {
    #container-top .product-display__conversion-zone .product-button {
        display: block;
        padding: 10px 0;
        margin: 10px 0
    }

    #container-top .product-display__conversion-zone .product-button .cta {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 10px 0
    }

    .product-head-sticky #container-top .product-display__conversion-zone .product-button {
        margin: 0;
        padding: 0
    }

    .product-head-sticky #container-top .product-display__conversion-zone .product-button #express-payment-cta {
        display: none
    }
}

@media (max-width: 800px) {
    .product-picture__holder {
        min-height: 0 !important;
        height: 200px;
        padding: 0
    }

    .product-picture__slide img {
        width: 200px;
        padding-top: 0;
        height: 200px
    }
}

.product-wizard .price {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffeb00;
    padding: 2px 5px;
    font-family: "Roboto Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold
}

.product-wizard .price span {
    display: inline-block;
    vertical-align: top
}

.product-wizard .price span.sup {
    font-size: 70%;
    vertical-align: text-top
}

.sportspage__introfloor .card p a {
    color: #fff;
    text-decoration: underline
}

@media (max-width: 576px) {
    .img-responsive.desktop {
        display: none
    }
}

@media (min-width: 577px) {
    .img-responsive.mobile {
        display: none
    }
}

body#account.account.profile-page .order-help__entry.order-help__email, #header-help [data-tnr-help-menu-online-chat], #header-help [data-tnr-help-menu-online-chat] + div.column {
    display: none
}

.obiChatLauncher {
    z-index: 99999 !important
}

html.noscroll .btn-open-survey, html.noscroll .obiChatLauncher, html.noscroll #surveyContent, html.filters-open .obiChatLauncher, html.filters-open #surveyContent {
    display: none !important
}

.ktk-banner {
    position: relative;
    width: 100%;
    height: 240px;
    background-image: url("https://contents.mediadecathlon.com/s801441/k$28fe5bc6608ccb49485e0db53bada251/KIPSTA%20Keepdry%20500%20adulte%20noir%20AH19%20%20%20001%20%20%20%20%20Expires%20on%2009%2005%202028%201.png?f=400x400");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Roboto-condensed, Arial Narrow, Roboto, Microsoft Yahei, \\5fae软雅黑, SimSun, \\5b8b体, sans-serif
}

@media screen and (max-width: 620px) {
    .ktk-banner {
        height: 150px
    }
}

.ktk-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 240px;
    width: 100%;
    top: 0;
    z-index: -1;
    background-image: url("https://contents.mediadecathlon.com/s801429/k$a056514dc7c7a95ca2d5f63b13e72f19/Mask%20Group%20%202.png?f=300x300");
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width: 1130px) {
    .ktk-banner::before {
        left: -140px
    }
}

@media screen and (max-width: 620px) {
    .ktk-banner::before {
        height: 150px;
        left: -100px
    }
}

.ktk-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    height: 240px;
    width: 100%;
    z-index: -1;
    background-image: url("https://contents.mediadecathlon.com/s801449/k$a9276028210223d936181b580cd4e9f8/kipstra%20tk%20banner%20%20backgound.png?f=350x350");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain
}

@media screen and (max-width: 1130px) {
    .ktk-banner::after {
        right: -250px
    }
}

@media screen and (max-width: 620px) {
    .ktk-banner::after {
        height: 150px;
        right: -180px
    }
}

.ktk-banner picture img {
    height: 70%;
    padding-left: 80px
}

@media screen and (max-width: 1130px) {
    .ktk-banner picture img {
        padding-left: 20px
    }
}

@media screen and (max-width: 620px) {
    .ktk-banner picture img {
        padding-left: 10px;
        width: 120px
    }
}

.ktk-description {
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
    padding-left: 40px;
    flex: 1;
    color: #fff
}

@media only screen and (max-width: 1130px) {
    .ktk-description {
        display: none
    }
}

.ktk-description h3 {
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    padding-bottom: 10px
}

.ktk-description a {
    text-decoration: underline !important;
    color: #fff !important
}

.ktk-advise-button {
    width: 200px;
    margin-right: 15px;
    margin-left: 250px
}

@media only screen and (max-width: 1130px) {
    .ktk-advise-button {
        flex: 0 1 auto;
        width: 200px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 10px
    }
}

.ktk-advise-button a {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

@media screen and (max-width: 620px) {
    .ktk-advise-button a {
        font-size: 16px
    }
}

.ktk-advise-button a p {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline
}

@media screen and (max-width: 1130px) {
    .ktk-advise-button a p {
        font-size: 12px;
        text-transform: uppercase;
        font-style: italic;
        text-decoration: none
    }
}

.ktk-advise-button-icon {
    display: none
}

@media screen and (max-width: 1130px) {
    .ktk-advise-button-icon {
        display: block
    }
}

.ktk-banner-woman {
    position: relative;
    width: 100%;
    height: 240px;
    background-image: url("https://contents.mediadecathlon.com/s801441/k$28fe5bc6608ccb49485e0db53bada251/KIPSTA%20Keepdry%20500%20adulte%20noir%20AH19%20%20%20001%20%20%20%20%20Expires%20on%2009%2005%202028%201.png?f=400x400");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Roboto-condensed, Arial Narrow, Roboto, Microsoft Yahei, \\5fae软雅黑, SimSun, \\5b8b体, sans-serif
}

@media screen and (max-width: 620px) {
    .ktk-banner-woman {
        height: 150px
    }
}

.ktk-banner-woman::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 240px;
    width: 100%;
    top: 0;
    z-index: -1;
    background-image: url("https://contents.mediadecathlon.com/s801429/k$a056514dc7c7a95ca2d5f63b13e72f19/Mask%20Group%20%202.png?f=300x300");
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width: 1130px) {
    .ktk-banner-woman::before {
        left: -140px
    }
}

@media screen and (max-width: 620px) {
    .ktk-banner-woman::before {
        height: 150px;
        left: -100px
    }
}

.ktk-banner-woman::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    height: 240px;
    width: 100%;
    z-index: -1;
    background-image: url("https://contents.mediadecathlon.com/s804387/k$6afcc8bc7cee49088fe9070c5d33c7ae/keepdry%20dames%20banner.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain
}

@media screen and (max-width: 1130px) {
    .ktk-banner-woman::after {
        right: -250px
    }
}

@media screen and (max-width: 620px) {
    .ktk-banner-woman::after {
        height: 150px;
        right: -180px
    }
}

.ktk-banner-woman picture img {
    height: 70%;
    padding-left: 80px
}

@media screen and (max-width: 1130px) {
    .ktk-banner-woman picture img {
        padding-left: 20px
    }
}

@media screen and (max-width: 620px) {
    .ktk-banner-woman picture img {
        padding-left: 10px;
        width: 120px
    }
}

.kp-rw-sticker {
    position: absolute;
    pointer-events: none;
    top: 20px;
    left: 20px;
    z-index: 999;
}

.kp-rw-sticker img {
    width: 90px
}

@media (max-width: 800px) {
    .kp-rw-sticker {
        top: 20px;
        left: 20px;
    }

    .kp-rw-sticker img {
        width: 80px
    }
}

@media (max-width: 650px) {
    .kp-rw-sticker {
        top: 20px;
        left: 20px;
    }
}

@media (max-width: 450px) {
    .kp-rw-sticker {
        top: 20px;
        left: 20px;
    }
}

.keepdry-gender-sticker {
    position: absolute;
    pointer-events: none;
    top: 70px;
    right: 70px;
    z-index: 999
}

@media (max-width: 800px) {
    .keepdry-gender-sticker {
        top: 60px;
        right: 100px
    }

    .keepdry-gender-sticker img {
        width: 50px
    }
}

@media (max-width: 650px) {
    .keepdry-gender-sticker {
        top: 60px;
        right: 50px
    }
}

@media (max-width: 450px) {
    .keepdry-gender-sticker {
        top: 60px;
        right: 20px
    }
}

.bf-banner {
    position: relative;
    width: 100%;
    height: 240px;
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Roboto-condensed, Arial Narrow, Roboto, Microsoft Yahei, \\5fae软雅黑, SimSun, \\5b8b体, sans-serif
}

.deco-block {
    position: absolute;
    z-index: -1;
    right: 486px;
    background: #004e74;
    background: linear-gradient(-254deg, rgba(0, 78, 116, 0.2) 35%, rgba(50, 159, 172, 0.2) 100%);
    height: 800px;
    width: 300px;
    transform: rotate(30deg)
}

.deco-block2 {
    position: absolute;
    z-index: -1;
    right: 533px;
    background: #004e74;
    background: linear-gradient(-254deg, rgba(0, 78, 116, 0.2) 35%, rgba(50, 159, 172, 0.2) 100%);
    height: 1000px;
    width: 1200px;
    transform: rotate(-30deg)
}

@media screen and (max-width: 1130px) {
    .deco-block {
        right: 236px
    }
}

@media screen and (max-width: 620px) {
    .deco-block {
        right: 196px
    }
}

@media screen and (max-width: 1130px) {
    .deco-block2 {
        right: 284px
    }
}

@media screen and (max-width: 620px) {
    .deco-block2 {
        right: 252px
    }
}

.deco-block-small {
    position: absolute;
    z-index: 1;
    right: 0px;
    height: 600px;
    width: 400px;
    transform: rotate(-30deg);
    pointer-events: none
}

@media screen and (max-width: 1130px) {
    .deco-block-small {
        right: -252px
    }
}

@media screen and (max-width: 620px) {
    .deco-block-small {
        right: -283px
    }
}

.stripe {
    display: inline-block;
    width: 8px;
    height: 500px;
    margin-right: 8px;
    background: #004e74;
    background: linear-gradient(254deg, rgba(0, 78, 116, 0.4) 35%, rgba(50, 159, 172, 0.4) 100%)
}

@media screen and (max-width: 620px) {
    .bf-banner {
        height: 150px
    }
}

.bf-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 240px;
    width: 100%;
    top: 0;
    z-index: -1;
    background-image: linear-gradient(254deg, rgba(0, 78, 116, 0.2) 35%, rgba(50, 159, 172, 0.2) 100%);
    background-repeat: no-repeat;
    background-size: contain
}

.bf-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    height: 240px;
    width: 100%;
    z-index: -1;
    background-image: url("https://contents.mediadecathlon.com/s805373/k$304678775c5f371f452d6cd1cc7dd805/fb%20photo%201.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain
}

@media screen and (max-width: 1130px) {
    .bf-banner::after {
        right: -250px
    }
}

@media screen and (max-width: 620px) {
    .bf-banner::after {
        height: 150px;
        right: -116px
    }
}

.bf-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    padding-left: 40px;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    transform: skewY(-6deg);
    font-size: 22px;
    z-index: 1000
}

@media screen and (max-width: 620px) {
    .bf-title {
        font-size: 16px;
        padding-left: 20px
    }
}

.bf-title__big {
    -webkit-text-stroke-width: 1px;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-color: #fff;
    font-size: 34px
}

@media screen and (max-width: 620px) {
    .bf-title__big {
        font-size: 24px
    }
}

@media screen and (max-width: 1130px) {
    .bf-banner picture img {
        padding-left: 20px
    }
}

@media screen and (max-width: 620px) {
    .bf-banner picture img {
        padding-left: 10px;
        width: 120px
    }
}

.bf-description {
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
    padding-left: 60px;
    flex: 1;
    color: #fff
}

@media only screen and (max-width: 1130px) {
    .bf-description {
        display: none
    }
}

.bf-description h3 {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    padding-bottom: 10px
}

.bf-description a {
    text-decoration: underline !important;
    color: #fff !important
}

.bf-advise-button {
    width: 200px;
    margin-right: 45px;
    margin-left: 250px
}

@media only screen and (max-width: 1130px) {
    .bf-advise-button {
        flex: 0 1 auto;
        width: 200px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 10px
    }
}

@media screen and (max-width: 620px) {
    .bf-advise-button {
        display: none
    }
}

.bf-advise-button a {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

@media screen and (max-width: 620px) {
    .bf-advise-button a {
        font-size: 16px
    }
}

.bf-advise-button a p {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline
}

@media screen and (max-width: 1130px) {
    .bf-advise-button a p {
        font-size: 12px;
        text-transform: uppercase;
        font-style: italic;
        text-decoration: none
    }
}

.bf-advise-button-icon {
    display: none
}

@media screen and (max-width: 1130px) {
    .bf-advise-button-icon {
        display: block
    }
}

.list-banner {
    position: relative;
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Roboto-condensed, Arial Narrow, Roboto, Microsoft Yahei, \\5fae软雅黑, SimSun, \\5b8b体, sans-serif
}

@media screen and (max-width: 620px) {
    .list-banner {
        height: 150px
    }
}

.list-banner__leftImage {
    position: absolute;
    bottom: 0;
    height: 240px;
    width: 100%;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width: 1130px) {
    .list-banner__leftImage {
        left: -140px
    }
}

@media screen and (max-width: 620px) {
    .list-banner__leftImage {
        height: 150px;
        left: -100px
    }
}

.list-banner__rightImage {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    height: 240px;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain
}

@media screen and (max-width: 1130px) {
    .list-banner__rightImage {
        right: -250px
    }
}

@media screen and (max-width: 620px) {
    .list-banner__rightImage {
        height: 150px;
        right: -180px
    }
}

.list-banner__buttonBackground {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    height: 240px;
    width: 300px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain
}

@media screen and (max-width: 1130px) {
    .list-banner__buttonBackground {
        right: -250px
    }
}

@media screen and (max-width: 620px) {
    .list-banner__buttonBackground {
        display: none
    }
}

.list-banner picture img {
    height: 70%;
    padding-left: 80px
}

@media screen and (max-width: 1130px) {
    .list-banner picture img {
        padding-left: 20px
    }
}

@media screen and (max-width: 620px) {
    .list-banner picture img {
        padding-left: 10px;
        width: 120px
    }
}

.list-banner__description {
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
    padding-left: 40px;
    flex: 1;
    color: #fff
}

@media only screen and (max-width: 1130px) {
    .list-banner__description {
        display: none
    }
}

.list-banner__description h3 {
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    padding-bottom: 10px
}

.list-banner__description a {
    text-decoration: underline !important;
    color: #fff !important
}

.list-banner__advise-button {
    width: 200px;
    margin-right: 15px;
    margin-left: 250px
}

@media only screen and (max-width: 1130px) {
    .list-banner__advise-button {
        flex: 0 1 auto;
        width: 200px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 10px
    }
}

.list-banner__advise-button a {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

@media screen and (max-width: 620px) {
    .list-banner__advise-button a {
        font-size: 16px
    }
}

.list-banner__advise-button a p {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline;
    margin-bottom: 0
}

@media screen and (max-width: 1130px) {
    .list-banner__advise-button a p {
        font-size: 12px;
        text-transform: uppercase;
        font-style: italic;
        text-decoration: none
    }
}

.list-banner__advise-button-icon {
    display: none
}

@media screen and (max-width: 1130px) {
    .list-banner__advise-button-icon {
        display: block
    }
}

@media screen and (max-width: 620px) {
    .list-banner__advise-button-icon {
        padding-top: 5px
    }
}

.list-banner__mobile-title {
    display: none;
    font-weight: 700;
    font-style: italic;
    font-size: 30px
}

@media screen and (max-width: 1130px) {
    .list-banner__mobile-title {
        display: block;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 620px) {
    .list-banner__mobile-title {
        font-size: 25px;
        margin-bottom: 10px;
        font-size: 14px
    }
}

@media screen and (max-width: 1130px) {
    .list-banner__advise-button__title {
        display: none
    }
}

/*Mothersday banner*/

.list-banner__md {
    position: relative;
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Roboto-condensed, Arial Narrow, Roboto, Microsoft Yahei, \\5fae软雅黑, SimSun, \\5b8b体, sans-serif
}

.list-banner__md__rightImage {
    position: absolute;
    bottom: 0;
    top: 0;
    right: -250px;
    height: 240px;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.list-banner__md picture img {
    height: 70%;
    padding-left: 80px
}

@media screen and (max-width: 1130px) {
    .list-banner__md picture img {
        padding-left: 20px
    }
}

@media screen and (max-width: 620px) {
    .list-banner__md picture img {
        padding-left: 10px;
        width: 120px
    }
}

.list-banner__md__description {
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
    text-align: left;
    padding: 0 20px 0 150px;
    flex: 1;
    color: #fff
}

.list-banner__md__description h3 {
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    padding-bottom: 10px
}

.list-banner__md__description a {
    text-decoration: underline !important;
    color: #fff !important
}

@media screen and (max-width: 1130px) {
    .list-banner__md__rightImage {
        right: -250px
    }
}

@media screen and (max-width: 620px) {
    .list-banner__md {
        background-color: #b42846;
        height: auto;
    }

    .list-banner__fd {
        background-color: #4B8EC5;
        height: auto;
    }

    .list-banner__md picture {
        display: none;
    }

    .list-banner__md__rightImage {
        display: none;
    }

    .list-banner__md__description {
        padding: 30px 20px;
        text-align: center;
    }
}

.GC__visual-card {
    border-radius: 30px
}

#surveyContent {
    border: 1px solid #d4d7d9
}

.mopinion-survey-content .block-title label {
    font-family: Roboto-condensed, Arial Narrow, Roboto, Microsoft Yahei, "微软雅黑", SimSun, "宋体", sans-serif;
    text-transform: uppercase
}

.mopinion-survey-content .email-wrapper {
    margin: 0 !important
}

.mopinion-survey-content .email-wrapper > div {
    margin: 0 !important
}

.mopinion-survey-content input#element-contact-4051-email {
    font-size: 14px !important;
    font-family: Helvetica, Helvetica Neue, Roboto, Arial, Microsoft Yahei, "微软雅黑", SimSun, "宋体", sans-serif
}

.mopinion-survey-content .form-actions {
    padding-top: 0 !important;
    padding-bottom: 20px
}

.mopinion-survey-content button#surveySubmitBtn {
    background-color: #ffea28;
    border-color: #ffea28;
    color: #000;
    font-family: Roboto-condensed, Arial Narrow, Roboto, Microsoft Yahei, "微软雅黑", SimSun, "宋体", sans-serif !important;
    text-transform: uppercase
}

/*# sourceMappingURL=style.css.map */
