@charset "UTF-8";

/*!

Creano - BEAUTY SCHOOL v1.0 - http://creano.paris */


/*!
Global template */


/*!
Global template */

.bs-advice *,
.bs-related *,
.bt-app {
    box-sizing: border-box
}

.bs-related__link em,
.bs-ssp__cta {
    letter-spacing: 1px;
    text-decoration: none
}

.bs-app {
    -webkit-animation: bs-fadein 1s;
    animation: bs-fadein 1s;
    position: relative
}

.bs-txt-center {
    text-align: center
}

.bs-txt-left {
    text-align: left
}

.bs-mobile-only {
    display: none
}

@media (max-width:762px) {
    .bs-mobile-only {
        display: block
    }
}

.primary-content .inTheMiddle {
    position: fixed;
    top: initial!important;
    bottom: 2%;
    right: 2%
}

@media (min-width:768px) {
    .primary-content .inTheMiddle {
        display: none!important
    }
}

@media (max-width:767px) {
    .primary-content .inTheMiddle {
        display: block
    }
}

.primary-content .inTheMiddle.hidden {
    display: none!important
}

.tween {
    transition: all .2s ease-in-out
}

.svg--play {
    width: 50px;
    height: 50px;
    background: rgba(40, 43, 48, .5)
}

.bs-clr:after {
    content: '';
    display: block;
    clear: both
}

#bs-player,
#bs-related,
.bs-fullwidth {
    opacity: 0;
    transition: .5s opacity, .5s -webkit-transform, .5s -webkit-transform;
    transition: .5s opacity, .5s transform, .5s -webkit-transform;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

#bs-player.bs-active,
#bs-related.bs-active,
.bs-fullwidth.bs-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.bs-basicss-nav__next,
.bs-basicss-nav__prev {
    display: block;
    position: absolute;
    top: 30%;
    padding: 0;
    width: 50px;
    height: 70px;
    background: #ccc;
    transition: .2s;
    border-radius: 5px;
    opacity: .9;
    cursor: pointer
}

.bs-basicss-nav__next.disabled,
.bs-basicss-nav__prev.disabled {
    opacity: 0
}

@media (max-width:900px) {
    .bs-basicss-nav__next,
    .bs-basicss-nav__prev {
        display: none!important
    }
}

.bs-basicss-nav__prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bs-basicss-nav__next {
    right: 0
}

.bs-basicss-nav__next svg,
.bs-basicss-nav__prev svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    fill: #fff
}


/*!

Home & Tutos expert advice */

.bs-advice {
    position: relative;
    margin: 60px 0 10px;
    padding: 184px 0 196px;
    background-position: center top;
    background-repeat: no-repeat
}

@media (max-width:762px) {
    .bs-advice {
        height: auto;
        margin: 30px 0 20px!important;
        padding: 0!important;
        background: 0 0!important
    }
    .bs-advice .row {
        margin: 0
    }
}

.bs-advice__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 35px 0;
    text-align: center;
    background: #fff;
    border: 12px solid #f0f2f6
}

@media (max-width:800px) {
    .bs-advice__inner {
        max-width: 90%
    }
}

@media (max-width:762px) {
    .bs-advice__inner {
        max-width: 100%;
        padding: 30px 0
    }
}

.bs-advice__texture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center top;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .bs-advice__texture {
        display: none
    }
}

.bs-advice__title {
    margin: 15px 0 0;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,'Kanit Light', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px
}

.bs-advice__cite,
.bs-related h2,
.bs-ssp h2,
.bs-ssp__title {
    font-family: ClarinsRegular, "Times New Roman", Times, 'Kanit Light', serif
}

.bs-advice__cite {
    position: relative;
    margin: 10px 0 0;
    padding: 0 100px;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px
}

.bs-advice__cite em {
    display: block;
    font-style: normal
}

@media (max-width:800px) {
    .bs-advice__cite {
        padding: 0 50px;
        font-size: 36px;
        line-height: 46px
    }
}

@media (max-width:762px) {
    .bs-advice__cite {
        margin: 15px 0 0;
        padding: 0 10px;
        font-size: 26px;
        line-height: 30px
    }
    .bs-advice__cite em {
        display: inline
    }
}

.svg--advice__cite {
    display: inline-block;
    width: 50px;
    height: 42px;
    fill: #e5e5e5
}

.bs-advice__by {
    margin: 30px 0 0;
    font-size: 12px;
    color: #8b8b8b
}

@media (max-width:762px) {
    .svg--advice__cite {
        width: 30px
    }
    .bs-advice__by {
        margin: 20px 0 0;
        padding: 0 10px
    }
}


/*!

Related videos module */

.bs-related {
    padding: 45px 0 25px;
    background: url(../img/bs-related_pattern.png) center top no-repeat #be0f34
}

.bs-filtering__mup .bs-related,
.mup .bs-related {
    background: url(../img/bs-related_pattern--mup.png) center top no-repeat #fff3f2
}

.bs-filtering__men .bs-related,
.men .bs-related {
    background: url(../img/bs-related_pattern--men.png) center top no-repeat #d3e4f4
}

.bs-related h2 {
    margin: 0;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    line-height: 50px;
    text-align: center
}

.bs-filtering__men .bs-related h2,
.bs-filtering__mup .bs-related h2,
.men .bs-related h2,
.mup .bs-related h2 {
    color: #000
}

@media (max-width:768px) {
    .bs-related {
        margin: 0!important;
        padding: 40px 0 30px;
        background: #be0f34
    }
}

@media (max-width:762px) {
    .bs-related h2 {
        font-size: 30px
    }
    .bs-related {
        padding: 15px 0 25px
    }
    .bs-home .bs-related .row {
        margin-left: 10px;
        margin-right: 10px
    }
}

.bs--noslideshow .bs-related__slider ul {
    width: 100%!important;
    text-align: center;
    font-size: 0
}

.bs--noslideshow .bs-related__slider .bs-basicss-nav__next,
.bs--noslideshow .bs-related__slider .bs-basicss-nav__prev,
.bs--noslideshow .bs-related__slider .bs-carousel__next,
.bs--noslideshow .bs-related__slider .bs-carousel__prev {
    display: none
}

.bs-related__slider {
    max-width: 1250px;
    margin: 50px auto 0;
    padding: 0 0 20px
}

.bs-related__slider li {
    max-width: 361px;
    margin: 0 83px 0 0
}

.bs--noslideshow .bs-related__slider li {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.bs-related__slider ul:first-child li:last-child {
    margin: 0
}

@media (max-width:768px) {
    .bs-related__slider {
        width: 100%;
        max-width: none;
        margin: 35px auto 0
    }
    .bs-related__slider li {
        width: 359px;
        max-width: none;
        margin: 0 20px 0 0
    }
}

@media (max-width:762px) {
    .bs-related__slider {
        margin: 10px auto 0
    }
}

.bs-related__desc,
.bs-related__slider img,
.bs-related__title {
    margin: 0
}

.bs-related__img {
    display: block;
    position: relative;
    padding: 12px 13px 48px;
    background: #fff
}

.bs-related__img img {
    display: block;
    width: 100%;
    margin: 0 auto;
    transition: .2s
}

.bs-related__link:hover img {
    -webkit-transform: scale(.99);
    -ms-transform: scale(.99);
    transform: scale(.99)
}

.bs-related__img .svg--play {
    display: block;
    position: absolute;
    bottom: 58px;
    left: 23px;
    z-index: 2
}

.bs-related__title {
    margin-top: 15px;
    font-size: 22px;
    color: #fff
}

.bs-filtering__men .bs-related__title,
.bs-filtering__mup .bs-related__title,
.men .bs-related__title,
.mup .bs-related__title {
    color: #000
}

@media (max-width:762px) {
    .bs-related__img {
        padding: 0;
        background: 0 0
    }
    .bs-related__img .svg--play {
        bottom: 20px;
        left: 20px
    }
    .bs-related__title {
        font-size: 20px
    }
}

.bs-related__desc {
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 20px
}

.bs-filtering__men .bs-related__desc,
.bs-filtering__mup .bs-related__desc,
.men .bs-related__desc,
.mup .bs-related__desc {
    color: #000
}

.bs-related__link {
    display: block
}

.bs-related__link em {
    display: inline-block;
    margin-top: 15px;
    padding: 0 0 1px;
    font-size: 11px;
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #cf6c7a
}

.bs-ssp__slider ul:after,
.bt-clr:after {
    content: '';
    display: block;
    clear: both
}

.bs-filtering__men .bs-related__link em,
.bs-filtering__mup .bs-related__link em,
.men .bs-related__link em,
.mup .bs-related__link em,
a:hover .bs-ssp__title {
    color: #000
}

.bs-filtering__mup .bs-related__link em,
.mup .bs-related__link em {
    border-bottom: 1px solid #d4cac9
}

.bs-filtering__men .bs-related__link em,
.men .bs-related__link em {
    border-bottom: 1px solid #9dacb9
}

.bs-related__link:hover em {
    border-bottom: 1px solid #fff
}

.bs-filtering__men .bs-related__link:hover em,
.bs-filtering__mup .bs-related__link:hover em,
.men .bs-related__link:hover em,
.mup .bs-related__link:hover em {
    border-bottom: 1px solid #000
}

.bs-app .bs-related__slider .bs-pages li {
    border: 1px solid #000;
    background: #000
}

.bs-app .bs-related__slider .bs-pages li.active {
    border: 1px solid #fff;
    background: #fff;
    opacity: 1
}

.bs-related .bs-carousel__next,
.bs-related .bs-carousel__prev {
    bottom: auto;
    top: 30%;
    padding: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .5)
}

.bs-related .bs-carousel__next svg,
.bs-related .bs-carousel__prev svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px
}

.bs-ssp__slider,
.bt-app {
    position: relative
}

.bt-app,
.bt-app * {
    padding: 0;
    margin: 0
}


/*!

general */

.bt-app {
    z-index: 0
}

.bt-app * {
    box-sizing: inherit
}


/*!

clr */

.bt-clr:after {
    height: 0
}


/*!

fullwidth show */

.bt-fullwidth {
    opacity: 0;
    transition: .5s opacity, .5s -webkit-transform, .5s -webkit-transform;
    transition: .5s opacity, .5s transform, .5s -webkit-transform;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.bt-fullwidth.bt-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}


/*!

stroke separator */

.bt-stroke-separator {
    width: 100%;
    height: 1px;
    background: #eaeaea
}


/*!

Slider: products */

.bs-ssp {
    padding-bottom: 60px;
    text-align: center
}

.bs-ssp h2 {
    margin: 60px 0 0;
    font-size: 40px;
    font-weight: 400;
    text-align: center
}

@media (max-width:762px) {
    .bs-ssp h2 {
        margin: 30px 0 0!important;
        padding: 0;
        font-size: 30px
    }
    .bs-ssp {
        padding-bottom: 30px
    }
}

@media (max-width:800px) {
    .bs-ssp__slider {
        padding: 0 0 40px
    }
}

.bs-ssp__slider .bs-carousel__next,
.bs-ssp__slider .bs-carousel__prev {
    bottom: auto;
    top: 30%;
    padding: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .5);
    cursor: pointer
}

.bs-ssp__slider .bs-carousel__next svg,
.bs-ssp__slider .bs-carousel__prev svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px
}

.bs-ssp__slider ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.bs-ssp__slider li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    width: 302px;
    padding: 0 30px;
    list-style: none;
    cursor: pointer
}

.bs--noslideshow .bs-ssp__slider li {
    float: none;
    display: inline-block;
    margin-right: -4px
}

@media (min-width:768px) and (max-width:800px) {
    .bs-ssp__slider li {
        max-width: 246px
    }
}

.bs-ssp__slider ul:first-child li:last-child {
    margin: 0
}

@media (max-width:762px) {
    .bs-ssp__slider li {
        max-width: none;
        margin: 0;
        padding: 0 20px
    }
    .bs-ssp__slider .bs-pages li {
        padding: 0
    }
}

.bs--noslideshow .bs-ssp__slider ul {
    width: 100%!important
}

.bs--noslideshow .bs-steps__datas {
    text-align: left
}

.bs--noslideshow .bs-basicss-nav__next,
.bs--noslideshow .bs-basicss-nav__prev {
    display: none
}

.bs-ssp__thumb {
    display: block;
    width: 100%;
    height: 225px;
    position: relative
}

.bs-pages,
.bs-ssp__slider li img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.bs-ssp__slider li img {
    display: block;
    width: 100%;
    max-width: 200px;
    top: 0;
    margin: auto
}

.bs-ssp__title {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #000;
    line-height: 34px;
    margin: 0 auto
}

.bs-filteritem__filters span,
.bs-ssp__cta {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,'Kanit Light',sans-serif;
    text-transform: uppercase
}

.bs-ssp__desc,
.bs-ssp__price {
    width: 100%;
    margin: 15px auto 0
}

.bs-ssp__desc {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 18px
}

.bs-ssp__price {
    font-size: 12px;
    color: #000;
    line-height: 12px
}

.bs-ssp__cta {
    display: inline-block;
    margin: 30px auto 0;
    padding: 11px 20px;
    font-size: 11px;
    color: #000;
    line-height: 1.5;
    border: 2px solid #e5e5e5;
    transition: .2s
}

.bs-ssp__cta:hover,
.product-hover .bs-ssp__cta,
a:hover .bs-ssp__cta {
    color: #000;
    border: 2px solid #000
}

.bs-pages {
    text-align: center;
    display: none
}

.bt-ssassos--dots-active .bs-pages {
    display: block
}

@media (min-width:900px) {
    .bs-pages {
        display: none!important
    }
}

.bs-pages li {
    display: inline-block;
    list-style: none;
    width: 10px;
    height: 10px;
    margin: 4px;
    background: #ccc;
    border-radius: 50%;
    transition: .2s;
    color: transparent;
    cursor: pointer
}

.bs-filteritem,
.bs-filteritem__quote {
    width: 33.3333%;
    float: left;
    box-sizing: border-box
}

.bs-pages li.active {
    background: #000
}


/*!

BS filter item */

.bs-filteritem {
    display: none;
    padding: 15px 20px;
    position: relative;
    z-index: 2
}

.bs-filteritem.is--active {
    display: block
}

.bs-filteritem__pola {
    padding: 15px 15px 50px;
    background: #fff
}

@media (max-width:600px) {
    .bs-filteritem__pola {
        padding: 0;
        background: 0 0
    }
}

.bs-filteritem__thumb {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: #000
}

.bs-filteritem__thumb .svg--play {
    z-index: 50;
    position: absolute;
    bottom: 10px;
    left: 10px
}

.bs-filteritem__thumb img {
    position: absolute;
    top: -9000px;
    right: -9000px;
    bottom: -9000px;
    left: -9000px;
    margin: auto;
    min-width: 101%;
    min-height: 101%;
    transition: .2s
}

.bs-filteritem:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.bs-filteritem__content {
    padding: 0 2.5px
}

.bs-filteritem__title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .15px;
    line-height: 20px;
    margin: 15px 0 7.5px
}

.bs-filteritem__filters span {
    font-size: 11px;
    color: #8b8b8b;
    letter-spacing: 1px;
    margin-right: 10px
}

.bs-filteritem__quote {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    display: none
}

.bs-filteritem__quote.is--active {
    display: block
}

.bs-filteritem__quote:before {
    background: url(../img/bs-filteritem__quote.png) center center no-repeat;
    width: 466px;
    height: 404px;
    top: 0;
    left: -70px;
    position: absolute;
    z-index: -1;
    margin: auto;
    content: ""
}

.bs-filtering__mup .bs-filteritem__quote:before {
    width: 500px;
    height: 460px;
    background: url(../img/bs-filteritem-mup__quote.jpg) center center no-repeat
}

.bs-filtering__men .bs-filteritem__quote:before {
    background: url(../img/bs-filteritem-men__quote.png) center center no-repeat;
    top: -20px;
    left: -40px
}

@media (max-width:762px) {
    .bs-filteritem__quote:before {
        width: 100%!important;
        left: 0
    }
}

.bs-filteritem__quote svg {
    width: 44px;
    height: 38px;
    display: inline-block;
    margin-left: -50px;
    margin-right: 10px;
    fill: #be0f34
}

@media (max-width:762px) {
    .bs-filteritem__quote svg {
        margin-left: -40px
    }
}

.bs-filteritem__quote blockquote {
    font-family: ClarinsRegular, "Times New Roman", Times, 'Kanit Light',serif;
    font-size: 35px;
    line-height: 1.14;
    padding: 40px 40px 20px;
    margin: 0
}

.bs-filtering__men .bs-filteritem__quote blockquote,
.bs-filtering__mup .bs-filteritem__quote blockquote {
    padding: 60px 50px 20px
}

@media (max-width:800px) {
    .bs-filteritem__quote blockquote {
        padding: 40px 20px 20px;
        font-size: 24px;
        line-height: 26px
    }
}

@media (max-width:762px) {
    .bs-filteritem__quote blockquote {
        padding: 60px 40px 20px;
        font-size: 30px;
        line-height: 34px
    }
    .bs-filteritem,
    .bs-filteritem__quote {
        width: 50%
    }
}

.bs-filteritem__quote span {
    font-size: 12px;
    color: #8b8b8b
}

@media (max-width:600px) {
    .bs-filteritem,
    .bs-filteritem__quote {
        width: 100%
    }
}


/*!

Sliders: shopping list, tutos steps, related videos */

.bs-slider {
    position: relative
}

.bs-slider ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.bs-slider li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    list-style: none
}

.bs-carousel__next,
.bs-carousel__prev {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    padding: 40px 10px;
    cursor: pointer;
    outline: 0
}

.bs-carousel__next.disabled,
.bs-carousel__prev.disabled {
    opacity: 0
}

.bs-carousel__prev {
    left: 0
}

.bs-carousel__next {
    right: 0
}

.bs-carousel__prev:hover {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
}

.bs-carousel__next:hover {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

.bs-carousel__next svg,
.bs-carousel__prev svg {
    display: block;
    width: 20px;
    height: 20px
}

.bs-carousel__prev svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.bs-app .bs-pages {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.bs-app .bs-pages li {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0!important;
    text-decoration: none;
    text-indent: -99999px;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    background: #fff;
    cursor: pointer
}

.bs-app .bs-pages li.active {
    border: 1px solid #000;
    background: #000;
    opacity: 1
}

@media (min-width:900px) {
    .bs-app .bs-pages {
        display: none!important
    }
}

@media (max-width:800px) {
    .bs-app .bs-pages {
        right: auto
    }
}

@media (max-width:768px) {
    .bs-app .bs-pages {
        display: block
    }
}


/*!

BS Filtering */

.bs-filtering {
    display: none;
    -webkit-animation: bs-fadein 1s;
    animation: bs-fadein 1s
}

.bs-filtering.is--active {
    display: block
}

.bs-filter__more,
.bs-filtering__filters__btn {
    cursor: pointer;
    display: inline-block;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, 'Kanit Light',sans-serif;
    transition: .2s
}

@-webkit-keyframes bs-fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes bs-fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.bs-filtering__filters {
    padding: 0 20px 40px;
    text-align: center
}

@media (max-width:700px) {
    .bs-filtering__filters {
        padding: 20px 0
    }
}

.bs-filtering__filters__btn {
    text-transform: uppercase;
    border: 2px solid #e5e5e5;
    font-size: 11px;
    color: #000;
    letter-spacing: .5px;
    padding: 7.5px 10px;
    margin: 10px
}

.bs-filtering__filters__btn:hover {
    border-color: #000
}

.bs-filtering__filters__btn.is--active {
    border-color: #be0f34
}

@media (max-width:700px) {
    .bs-filtering__filters__btn {
        margin: 3px 2.5px;
        padding: 5px;
        font-size: 9px
    }
}

.bs-filtering__result {
    text-align: center;
    font-size: 22px
}

.bs-filtering__container {
    background: #f0f2f6;
    position: relative;
    margin-top: 20px;
    padding: 40px 0 60px;
    overflow: hidden
}

.bs-filtering__mup .bs-filtering__container {
    background: #fff3f2
}

.bs-filtering__men .bs-filtering__container {
    background: #d3e4f4
}

@media (max-width:700px) {
    .bs-filtering__container {
        padding: 40px 0
    }
}

.bs-filtering__container:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: -8px;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #fff;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bs-filtering__container-inner {
    max-width: 1200px;
    margin: auto
}

.bs-filter__more {
    margin-top: 30px;
    padding: 15px 60px;
    border: 2px solid #e5e5e5;
    z-index: 2;
    position: relative;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.bs-desc__mup .bs-desc__title,
.bs-desc__plus__title em,
.bs-title h1 {
    font-family: ClarinsRegular, "Times New Roman", Times,'Kanit Light', serif;
}

.bs-player__shop__buy,
.bs__title__share,
.bs__title__time {
    letter-spacing: .5px;
    text-transform: uppercase
}

@media (max-width:762px) {
    .bs-filter__more {
        margin-top: 130px
    }
}

.bs-filtering__mup .bs-filter__more {
    border: 2px solid #e5dad9
}

.bs-filter__more:hover {
    border-color: #000
}

.bs-filter__more:active {
    border-color: #be0f34
}

.bs-filter__more.is--inactive {
    display: none
}

.bs__blogger-name,
.bs__subtitle {
    display: block;
    text-align: center;
    font-weight: 400
}


/*!

Tutos desc */

.bs-desc {
    margin: 50px auto 0
}

.bs-desc * {
    box-sizing: border-box
}

@media (max-width:768px) {
    .bs-desc {
        width: 100%;
        height: auto;
        min-height: none;
        margin: 40px 0 0;
        background: #d9d9e1
    }
    .bs-desc__inner {
        position: relative;
        top: auto;
        padding: 30px 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media (max-width:762px) {
    .bs-desc {
        margin: 0
    }
}

.bs-desc__cont {
    position: relative;
    max-width: 1700px;
    margin: auto;
    background-image: url(../img/bs-desc_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0
}

@media (max-width:800px) {
    .bs-desc__cont {
        background: 0 0;
        padding: 0
    }
}

.bs-desc__mup .bs-desc__cont {
    padding: 110px 0
}

@media (max-width:800px) {
    .bs-desc__mup .bs-desc__cont {
        background: 0 0;
        padding: 0
    }
}

.bs-desc__cont__inner {
    position: relative;
    max-width: 1000px;
    margin: auto
}

.bs-desc__txt {
    position: relative;
    width: 67.5%;
    float: left;
    margin-left: 20px;
    padding: 90px 150px 90px 60px;
    background: #fff
}

.bs-desc__mup .bs-desc__txt {
    width: 45%;
    margin: 0;
    padding: 52px 40px
}

.bs-desc__plus {
    width: 32.5%;
    padding: 50px 45px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%)
}

.bs-title .row,
.bs-title h1 {
    position: relative
}

.bs-desc__mup .bs-desc__txt,
.bs-desc__plus,
.bs-desc__txt {
    font-size: 14px;
    line-height: 20px
}

@media (max-width:800px) {
    .bs-desc__mup .bs-desc__txt,
    .bs-desc__plus,
    .bs-desc__txt {
        position: relative;
        float: none;
        width: 100%;
        margin: 0;
        top: auto;
        left: auto;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .bs-desc__mup .bs-desc__title {
        text-align: center
    }
}

@media (max-width:768px) {
    .bs-desc__mup .bs-desc__txt,
    .bs-desc__plus,
    .bs-desc__txt {
        height: auto;
        padding: 30px 40px
    }
}

@media (max-width:762px) {
    .bs-desc__mup .bs-desc__txt,
    .bs-desc__plus,
    .bs-desc__txt {
        padding: 30px 20px
    }
}

.bs-desc__txt li,
.bs-desc__txt p,
.bs-desc__txt ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.bs-desc__mup .bs-desc__title {
    margin-bottom: 35px;
    font-size: 40px;
    line-height: 1
}

@media (max-width:800px) {
    .bs-desc__mup .bs-desc__title {
        margin-top: 20px
    }
}

.bs-desc__plus li,
.bs-desc__plus p,
.bs-desc__plus ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.bs-desc__txt ul {
    margin: 20px 0 0
}

.bs-desc__txt li {
    padding: 10px 0 10px 40px;
    background: url(../img/bs-svg-check.svg) 0 6px no-repeat;
    background-size: 26px 24px
}

.bs-desc__plus {
    color: #fff;
    background: #be0f34
}

.bs-desc__plus .bs-desc__plus__title {
    margin: 0 0 15px;
    font-size: 25px;
    line-height: 28px
}

.bs-desc__plus li {
    padding: 0 0 10px;
    line-height: 20px
}

.bs-desc__plus__title em {
    font-size: 28px;
    font-weight: 400;
    font-style: normal
}


/*!

Tutos titles/header */

.bs-title h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    text-align: center
}

@media (max-width:768px) {
    .bs-title h1 {
        line-height: 55px
    }
}

@media (max-width:762px) {
    .bs-title h1 {
        font-size: 35px;
        line-height: 40px
    }
}

.bs__subtitle {
    margin: 10px 0 0;
    font-size: 12px;
    color: #8b8b8b
}

@media (max-width:768px) {
    .bs__subtitle {
        margin: 10px 0 20px
    }
}

.bs__blogger-name {
    margin: 10px 0;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,'Kanit Light', sans-serif;
    font-size: 11px;
    color: #be0f34;
    text-transform: uppercase
}

.bs__title__share,
.bs__title__time {
    position: absolute
}

@media (max-width:768px) {
    .bs__title__share,
    .bs__title__time {
        position: relative;
        top: auto;
        left: 0
    }
    .bs__title__time {
        display: inline-block;
        float: left
    }
}

.bs__title__time {
    display: inline-block;
    top: 0;
    left: 15px;
    font-size: 14px
}

@media (max-width:700px) {
    .bs__title__time {
        display: block;
        float: none;
        top: auto;
        margin: 0 auto;
        padding: 0;
        text-align: center
    }
}

.svg--title__time {
    display: inline-block;
    position: relative;
    top: -5px;
    width: 50px;
    height: 60px;
    margin: 0 10px 0 0;
    vertical-align: middle
}

.bs__title__share {
    display: inline-block;
    top: 12px;
    right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    z-index: 1
}

.bs__title__share a {
    display: inline-block;
    background-color: #e5e5e5!important;
    margin: 0 0 0 8px!important;
    padding: 6px!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.bs__title__share a:hover {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    background-color: #be0f34!important
}

@media (max-width:768px) {
    .bs__title__share {
        display: inline-block;
        float: right
    }
}

@media (max-width:762px) {
    .bs__title__share {
        display: block;
        float: none;
        top: auto;
        margin: 20px auto 0;
        padding: 0;
        text-align: center
    }
}

.bs-app #st-1 {
    z-index: 89
}

body .st-btns {
    overflow: auto!important
}

.bs-app #st-1.bs__title__share .st-btn {
    background-color: #e5e5e5;
    transition: .2s
}

.bs-app #st-1.bs__title__share .st-btn:hover {
    top: 0;
    opacity: 1;
    background-color: #be0f34
}


/*!

BS Hero */

.bs-hero {
    position: relative;
    background: #be0f34;
    padding: 115px 50px;
    box-sizing: border-box;
    z-index: 0
}

.bs-hero * {
    box-sizing: inherit
}

@media (max-width:768px) {
    .bs-hero {
        position: relative;
        padding: 0;
        background: 0 0;
        box-sizing: border-box;
        z-index: 1
    }
}

.bs-hero__bg {
    position: absolute;
    top: 0;
    right: -9000px;
    bottom: 0;
    left: -9000px;
    margin: auto;
    min-height: 100%;
    z-index: -1
}

@media (max-width:768px) {
    .bs-hero__bg {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        min-height: auto;
        width: 100%
    }
}

@media (max-width:800px) {
    .bs-hero__bg {
        min-height: initial
    }
}

.bs-hero__cont {
    max-width: 960px;
    margin: auto
}

.bs-hero__content {
    background: #fff;
    max-width: 460px;
    float: right;
    padding: 40px 60px;
    font-size: 14px;
    color: #8b8b8b
}

.bs-looking__item h3,
.bs-player__shop a:hover,
a:hover .bs-player__shop__pdt-title,
a:hover .bs-player__shop__price {
    color: #000
}

.bs-hero__content img {
    width: 100%;
    max-width: 348px
}

.bs-hero__content p {
    line-height: 20px
}

@media (max-width:768px) {
    .bs-hero__content p {
        margin-bottom: 0
    }
    .bs-hero__content {
        max-width: 100%;
        float: none;
        padding: 40px 60px;
        text-align: center
    }
}

@media screen and (max-width:460px) {
    .bs-hero__content {
        padding: 20px
    }
}


/*!

Tutos player */

.bs-player {
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 40px auto 0
}

@media (max-width:762px) {
    .bs-player {
        margin: 10px auto 0
    }
}

.bs-player__videocont {
    position: relative;
    width: 70%;
    float: left;
    margin: 0 5% 0 0
}

.bs-player__videocont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-width:801px) {
    .bs-player__videocont {
        min-height: 300px
    }
}

@media (max-width:1200px) {
    .bs-player__videocont {
        width: 75%;
        margin: 0
    }
}

@media (max-width:990px) {
    .bs-player__videocont {
        width: 100%;
        margin: 0
    }
}

.bs-player__video__btn {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bs-player__videocont .svg--play {
    position: absolute;
    bottom: 10px;
    left: 10px
}

.bs-player__shop {
    box-sizing: border-box;
    width: 25%;
    float: left;
    min-height: 300px;
    border: 10px solid #f0f2f6
}

@media (max-width:990px) {
    .bs-player__shop {
        width: 100%;
        min-height: auto;
        padding-bottom: 40px
    }
}

.bs-player__shop.bs--noslideshow ul {
    text-align: center
}

.bs-player__shop.bs--noslideshow li {
    float: none;
    display: inline-block
}

.bs-player__shop.bs--noslideshow .bs-carousel__next_shop-slider,
.bs-player__shop.bs--noslideshow .bs-carousel__prev_shop-slider {
    display: none
}

.bs-player__shop__title {
    margin: 20px 0 0;
    font-family: ClarinsRegular, "Times New Roman", Times, 'Kanit Light',serif;
    font-size: 32px;
    font-weight: 400;
    text-align: center
}

@media (max-width:762px) {
    .bs-player__shop {
        padding-bottom: 10px
    }
    .bs-player__shop__title {
        font-size: 30px
    }
}

.bs-player__shop__pdt-title {
    font-size: 12px
}

.bs-player__shop__price {
    font-size: 14px
}

.bs-player__shop__buy {
    display: inline-block;
    padding: 11px 20px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,'Kanit Light',sans-serif;
    font-size: 11px;
    border: 2px solid #e5e5e5;
    z-index: 1
}

.bs-looking h2,
.bs-steps h2 {
    font-family: ClarinsRegular, "Times New Roman", Times, 'Kanit Light',serif;
    text-align: center
}

a:hover .bs-player__shop__buy {
    color: #000;
    border: 2px solid #000
}

.bs-player__shop__slider {
    opacity: 0;
    transition: .35s;
    margin-top: 10px
}

.bs-home .bs-looking__item.is--active,
.bs-player__shop__slider.is--active {
    opacity: 1
}

.bs-player__shop__slider ul:after {
    content: '';
    display: block;
    clear: both
}

@media (max-width:990px) {
    .bs-player__shop__slider {
        margin-top: 10px
    }
}

.bs-player__shop__slider li {
    max-width: 302px;
    padding: 0 51px;
    text-align: center;
    cursor: -moz-grab
}

.bs-player__shop__slider li img {
    width: 100%;
    max-width: 200px
}

@media (min-width:768px) and (max-width:990px) {
    .bs-player__shop__slider li {
        max-width: 242px
    }
}

@media (max-width:767px) {
    .bs-player__shop__slider li {
        max-width: 100%
    }
}

.bs-carousel__next_shop-slider,
.bs-carousel__prev_shop-slider {
    top: 15%;
    bottom: auto
}


/*!

Nav section: Home + tuto */

.bs-looking {
    z-index: 0;
    margin: 0 auto 20px
}

.bs-looking h2 {
    margin: 60px 0 40px;
    font-size: 40px;
    font-weight: 400
}

@media (max-width:762px) {
    .bs-looking h2 {
        font-size: 30px;
        line-height: 1
    }
}

.bs-looking .row>h3 {
    display: none;
    margin: 20px 0;
    text-transform: uppercase;
    text-align: center
}

@media (max-width:700px) {
    .bs-looking .row {
        margin: 0
    }
}

.bs-single-cat .bs-looking__itemcont {
    text-align: center
}

.bs-looking__item {
    background: center center no-repeat #f0f2f6;
    width: 24.8%;
    margin: 0 .1%;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: .2s;
    display: block
}

@media (min-width:768px) {
    .bs-single-cat .bs-looking__item {
        width: 24.8%;
        margin: 0 .1%;
        float: none;
        display: inline-block
    }
}

.bs-looking__item:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 2px;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #eee;
    z-index: 1;
    transition: .2s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bs-looking__item h3 {
    padding: 20px;
    background: #f0f2f6;
    transition: .2s;
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .25px
}

.bs-home .bs-looking__item.is--active h3,
.bs-looking__item:hover h3 {
    background: #be0f34;
    color: #fff
}

.bs-home .bs-looking__item.is--active:before {
    bottom: -5px;
    background: #be0f34
}

.bs-looking__item__thumb {
    position: relative;
    height: 200px;
    overflow: hidden
}

.bs-looking__item__thumb img {
    position: absolute;
    top: -9000px;
    right: -9000px;
    bottom: -9000px;
    left: -9000px;
    margin: auto;
    min-width: 101%;
    min-height: 101%;
    opacity: .75;
    transition: .2s
}

.bs-looking__item:hover img {
    opacity: 1;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.bs-looking__item:hover h3 svg {
    fill: #fff
}

.bs-looking__item h3 svg {
    display: none;
    position: absolute;
    right: 20px;
    top: 26px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    fill: #000;
    transition: .2s
}

.bs-looking__item.is--active h3 svg {
    fill: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media screen and (max-width:762px) {
    .bs-looking h2 {
        margin: 0 0 30px
    }
    .bs-looking_nav h2 {
        margin: 30px 0 15px
    }
}

@media screen and (max-width:700px) {
    .bs-looking .row>h3 {
        display: block
    }
    .bs-looking__item {
        background-image: none;
        padding-top: 0;
        width: 100%;
        margin: 2px 0;
        float: none
    }
    .bs-looking__item__thumb {
        display: none
    }
    .bs-looking__item h3 svg {
        display: inline-block
    }
}


/*!

Tutos steps (attention rÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©pÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©tition bs carousel prev/next) */

.bs-steps {
    position: relative
}

.bs-steps h2 {
    margin: 60px 0 40px;
    font-size: 40px;
    font-weight: 400
}

.bs-steps__mup .bs-steps__title b,
.bs-steps__mup-red-title .bs-steps__title b {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,'Kanit Light',sans-serif;
    font-weight: 400
}

@media (max-width:762px) {
    .bs-steps h2 {
        margin: 30px 0 20px;
        font-size: 30px;
        line-height: 1
    }
}

.bs--noslideshow .bs-steps__slider ul {
    width: 100%!important;
    text-align: center
}

.bs--noslideshow .bs-steps__slider .bs-basicss-nav__next,
.bs--noslideshow .bs-steps__slider .bs-basicss-nav__prev,
.bs--noslideshow .bs-steps__slider .bs-carousel__next,
.bs--noslideshow .bs-steps__slider .bs-carousel__prev {
    display: none
}

.bs-steps__slider {
    cursor: grab;
    cursor: -webkit-grab
}

.bs-steps__slider:active {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.bs-steps__slider ul:after {
    content: '';
    display: block;
    clear: both
}

.bs-steps__slider li {
    max-width: 196px;
    margin: 0 56px 0 0
}

.bs-steps__slider li[data-cols="2"],
.bs-steps__slider li[data-cols="3"],
.bs-steps__slider li[data-cols="4"] {
    max-width: 259px
}

.bs--noslideshow .bs-steps__slider li {
    float: none;
    display: inline-block;
    margin: 0 20px;
    vertical-align: top
}

.bs-steps__slider .bs-carousel__next,
.bs-steps__slider .bs-carousel__prev {
    bottom: auto;
    top: 22%;
    padding: 50px 0;
    width: 25px;
    height: 40px;
    background: #fff;
    cursor: default
}

.bs-steps__slider .bs-carousel__next:hover,
.bs-steps__slider .bs-carousel__prev:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media (max-width:900px) {
    .bs-steps__slider .bs-carousel__next,
    .bs-steps__slider .bs-carousel__prev {
        display: none!important
    }
}

.bs-steps__slider .bs-carousel__next svg,
.bs-steps__slider .bs-carousel__prev svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    transition: .25s;
    cursor: pointer
}

.bs-steps__slider .bs-carousel__next svg:hover,
.bs-steps__slider .bs-carousel__prev svg:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.bs-steps__slider .bs-carousel__prev svg:hover {
    -webkit-transform: rotate(-180deg) translateX(5px);
    -ms-transform: rotate(-180deg) translateX(5px);
    transform: rotate(-180deg) translateX(5px)
}

.bs-steps__slider ul:first-child li:last-child {
    margin: 0
}

.bs--noslideshow .bs-steps__slider ul:first-child li:last-child {
    margin: 0 20px
}

.bs-steps__slider li img {
    width: 100%;
    margin: 0 auto
}

@media (max-width:762px) {
    .bs-steps__slider li {
        max-width: none;
        margin: 0;
        padding: 0 20px
    }
    .bs-steps__slider .bs-pages {
        width: 100%;
        text-align: center
    }
    .bs-steps__slider .bs-pages li {
        display: inline-block!important;
        float: none!important;
        padding: 0
    }
}

@media (max-width:800px) {
    .bs-steps__slider {
        padding: 0 0 40px
    }
}

.bs-steps__desc,
.bs-steps__title {
    width: 100%;
    margin: 0 auto;
    text-align: left
}

.bs-steps__slider li img {
    display: block
}

.bs-steps__title {
    margin-top: 15px;
    font-size: 22px;
    line-height: 22px
}

.bs-steps__mup .bs-steps__title,
.bs-steps__mup-red-title .bs-steps__title {
    font-size: 16px;
    line-height: 22px;
    text-align: center
}

.bs-steps__desc {
    margin-top: 10px;
    font-size: 11px;
    color: #8b8b8b;
    line-height: 18px
}

.bs-steps__mup .bs-steps__desc,
.bs-steps__mup-red-title .bs-steps__desc {
    margin-top: 0;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    text-align: center
}

.bs-steps__step {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
    margin-bottom: 15px
}

@media (max-width:762px) {
    .bs-steps__step {
        font-size: 18px;
        margin-bottom: 10px
    }
    .bs-steps__mup-red-title .bs-steps__step {
        font-size: 14px
    }
}

.bs-steps__mup .bs-steps__step,
.bs-steps__mup-red-title .bs-steps__step {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, 'Kanit Light',sans-serif
}

.bs-steps__mup-red-title .bs-steps__step {
    color: #be0f34;
    /*text-align: left*/
}

.bs-steps__mup .bs-steps__step {
    color: #000;
    text-align: center
}

@media (max-width:762px) {
    .bs-steps__mup .bs-steps__step {
        font-size: 14px
    }
}

.bs-steps__sec {
    display: block;
    font-size: 12px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,'Kanit Light',sans-serif;
    color: #000;
    margin-top: 5px
}

.bs-further h2,
.bs-further__item__content h3 {
    font-family: ClarinsRegular, "Times New Roman", Times, 'Kanit Light',serif;
    font-weight: 400
}

.bs-steps__mup-slider {
    position: relative;
    display: block
}

.bs-steps__mup-slider-jcarousel {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
    min-width: 320px
}

.bs-steps__mup-slider .bs-steps__step {
    position: absolute;
    top: -30px;
    left: 20px;
    width: calc(100% - 40px)
}

.bs-steps__mup-slider .bs-steps__title {
    height: 80px;
    left: 20px;
    margin: 0;
    position: absolute;
    top: calc(100% + 16px);
    /*width: calc(100% - 40px)*/
}

.bs-steps__mup-slider img {
    max-width: 100%
}

.bs-steps__mup-slider .products-pagination.jcarousel-control-prev {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 140px;
    left: 0;
    top: 90px;
    width: 45px
}

.bs-steps__mup-slider .products-pagination.jcarousel-control-next {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 140px;
    right: 0;
    top: 90px;
    width: 45px
}

.bs-steps__mup-slider li {
    text-align: center
}

.bs-steps__mup-slider li .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 96px
}

@media only screen and (max-width:1023px) {
    .bs-steps__mup-slider li .wrapper {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px)
    }
    .bs-steps__mup-slider .bs-steps__title {
        width: calc(100% - 20px)
    }
}

.bs-steps__mup-slider .jcarousel-pagination {
    display: none
}

@media only screen and (max-width:761px) {
    .bs-steps__mup-slider .bs-steps__step,
    .bs-steps__mup-slider .bs-steps__title {
        left: auto;
        position: relative;
        top: auto;
        width: auto
    }
    .bs-steps__mup-slider li .wrapper {
        margin-bottom: 40px;
        margin-top: 0
    }
    .bs-steps__mup-slider .bs-steps__title {
        height: auto;
        margin: 0
    }
    .bs-steps__mup-slider .jcarousel-pagination {
        display: block;
        bottom: -25px;
    }
}


/*!

BS Further */

.bs-further {
    z-index: 0;
    max-width: 1060px;
    margin: 60px auto
}

@media (max-width:762px) {
    .bs-further {
        margin: 30px auto
    }
}

.bs-further h2 {
    margin: 0 0 30px;
    font-size: 40px;
    text-align: center
}

.bs-further__item {
    width: 50%;
    float: left;
    position: relative;
    z-index: 0;
    height: 380px;
    color: #000
}

.bs-further__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 1px #fff inset;
    z-index: 0
}

@media (max-width:890px) {
    .bs-further__item {
        height: auto
    }
}

@media (max-width:762px) {
    .bs-further h2 {
        font-size: 30px;
        line-height: 1
    }
    .bs-further__item {
        width: 100%
    }
}

.bs-further__item__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background: #000
}

@media (max-width:890px) {
    .bs-further__item__thumb {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 300px
    }
}

.bs-further__item img {
    position: absolute;
    top: -9000px;
    right: -9000px;
    bottom: -9000px;
    left: -9000px;
    margin: auto;
    min-width: 101%;
    min-height: 101%;
    transition: .5s
}

.bs-further__item__content {
    background: rgba(255, 255, 255, .85);
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px;
    margin: auto;
    padding: 16px;
    font-size: 14px;
    text-align: center;
    z-index: 1;
    transition: .5s
}

.bs-further__item__content h3 {
    font-size: 35px;
    margin: 0
}

@media (max-width:890px) {
    .bs-further__item__content {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        width: 80%;
        margin-top: -50px;
        background: #fff
    }
}

.bs-further__item:hover img {
    opacity: .9;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

@media (max-width:768px) {
    .bs-nav-section {
        padding: 70px 0 0
    }
    .bs-nav-section__title {
        margin: 0 0 35px
    }
    .bs-nav-section li,
    .bs-nav-section li:last-child {
        margin: 0 10px 20px
    }
    .bs-nav-section ul {
        text-align: center
    }
    .bs-nav-section li {
        display: inline-block;
        float: none
    }
    .bs-nav-section__link:active,
    .bs-nav-section__link:focus,
    .bs-nav-section__link:hover {
        color: #fff;
        background: #be0f34
    }
    .bs-nav-section__link:active img,
    .bs-nav-section__link:focus img,
    .bs-nav-section__link:hover img {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@media (max-width:762px) {
    .bs-further__item__content h3 {
        font-size: 30px;
        line-height: 1
    }
    .bs-nav-section {
        padding: 40px 0
    }
    .bs-nav-section .row {
        margin: 0
    }
    .bs-nav-section__title {
        margin: 0 0 20px;
        font-size: 30px
    }
    .bs-nav-section li {
        display: block;
        width: 100%;
        float: none;
        margin: 0 0 2px
    }
    .bs-nav-section li:last-child {
        margin: 0
    }
    .bs-nav-section__link {
        display: block;
        max-width: none;
        padding: 25px 0;
        font-size: 22px;
        text-align: center;
        background: #f0f2f6
    }
    .bs-nav-section__link img {
        display: none
    }
}


/*----------------------------------------------*/


/*----------------------------------------------*/


/*--------PATCH CSS LBW 2018 -------*/

.bs-player__shop__pdt-title {
    font-size: 12px;
    width: 250px;
    margin-left: calc(50% - 125px);
    max-height: 45px;
    overflow: hidden;
}

.bs-looking__itemcont {
    text-align: center
}

.bs-looking__item {
    background: center center no-repeat #f0f2f6;
    width: 24.8%;
    margin: 0 .1%;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: .2s;
    display: block
}

@media (min-width:768px) {
    .bs-looking__item {
        width: 24.8%;
        margin: 0 .1%;
        float: none;
        display: inline-block
    }
}

.bs-steps__mup-slider li .wrapper {
    margin-bottom: 0;
}

.bs-steps__mup-slider .bs-steps__title {
    left: auto;
    bottom: auto;
    margin: 0;
    position: relative;
    padding-top: 20px;
    height: auto;
}

::-moz-placeholder {
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 400;
    color: #8b8b8b;
}

@media (max-width:1170px) {
    .bs-player__shop {
        width: 280px;
        min-height: 460px;
    }
    .bs-player__videocont {
        width: calc(100% - 280px);
        margin: 0px;
        margin-left: 0;
    }
}

@media (max-width:768px) {
    .bs-player__shop {
        width: 100%;
        min-height: 460px;
    }
    .bs-player__videocont {
        width: 100%;
        margin: 0;
    }
}

@media (min-width:768px) and (max-width:990px) {
    .bs-player__shop__slider li {
        max-width: 249px
    }
}

@media (max-width:768px) {
    .bs-steps__slider {
        overflow: hidden;
        width: 266px;
        margin-left: auto;
        margin-right: auto;
    }
    .bs-steps__mup-slider li .wrapper {
        overflow: hidden;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .bs-steps__mup-slider li .wrapper img {
        margin-left: auto;
        margin-right: auto;
    }
}


/*---------DATAWORDS PH----------*/

@media (max-width:761px) {
    .bs-looking__item {
        width: 100% !important;
    }
    .bs-filtering__filters__btn {
        margin-top: 20px !important;
    }
    .bs-slider li {
         text-align: center!important; 
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /*.bs-ssp__slider li {
        width: 320px !important;
    }*/
}
@media (min-width: 762px) and (max-width: 768px) {
    .bs-player__shop {
        height: 395px !important;
        min-height: auto !important;
    }
    .bs-steps__mup-slider li .wrapper {
        width: 230px !important;
    }
    .bs-advice {
        margin-top: 10px !important;
    }
    .bs-further {
        margin-bottom: -115px;
    }
    .bs-filteritem__quote.is--active {
        margin-left: 60px;
    }
    .bs-single-cat .bs-looking__item {
        height: 100% !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.bs-player__videocont iframe {
    width: 103% !important;
    height: 101% !important;
}

}



/*-------------------------------*/

/***DTW EDITS***/

body, html{
    overflow-x: hidden;
}

.bs-concern .bs-related, .bs-filtering__concern .bs-related {
   background: url(../img/bs-related_pattern--concern.png) center top no-repeat #eaf2e6;
}
.bs-concern .bs-related h2, .bs-filtering__concern .bs-related h2, .bs-filtering__men .bs-related h2, .bs-filtering__mup .bs-related h2, .men .bs-related h2, .mup .bs-related h2 {
   color: #000;
}
.bs-concern .bs-related__title, .bs-filtering__concern .bs-related__title, .bs-filtering__men .bs-related__title, .bs-filtering__mup .bs-related__title, .men .bs-related__title, .mup .bs-related__title {
   color: #000;
}
.bs-concern .bs-related__desc, .bs-filtering__concern .bs-related__desc, .bs-filtering__men .bs-related__desc, .bs-filtering__mup .bs-related__desc, .men .bs-related__desc, .mup .bs-related__desc {
   color: #000;
}
.bs-concern .bs-related__link em, .bs-filtering__concern .bs-related__link em {
   border-bottom: 1px solid #dbe3d7 !important;
}
.bs-concern .bs-related__link em, .bs-filtering__concern .bs-related__link em, .bs-filtering__men .bs-related__link em, .bs-filtering__mup .bs-related__link em, .men .bs-related__link em, .mup .bs-related__link em, a:hover .bs-ssp__title {
   color: #000 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .bs-looking__item h3{
        font-size: 16px;
    }
    .bs-steps__mup-slider li .wrapper{
        overflow: unset;
    }
    .bs-player__shop__slider li{
        max-width: 241px;
    }
    .bs-player__shop__pdt-title{
        min-height: 40px;
    }
    .bs-player__shop__pdt-title {
    font-size: 12px;
    width: unset;
    margin-left: unset;
    min-height: 60px;
    overflow: unset;
}

}

@media only screen and (max-width: 761px){
    .bs-player__shop__pdt-title{
        min-height: 40px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1024px){
    .bs-related__slider{
        margin: 50px 55px 0;
    }
}

@media not all and (min-resolution:.001dpcm) {
@media {
    .bs-player__shop__pdt-title{
        min-height: 45px;
    }
}
}


/***DTW EDITS***/

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
    .bs-app .bs-pages{
        right: auto;
        left: 50%;
    }
    .bs-steps__slider,
    .bs-ssp__slider{
        padding-bottom: 30px;
    }
    .bs-title h1{
        width: 50%;
        margin: 0 auto;
    }
    .bs-player__videocont{
        width: 100%;
    }
    .bs-player__shop{
        width: 100%;
        min-height: auto;
    }
    .bs-related__slider li{
        margin: 0 70px 0 0;
    }
}

@media only screen and (max-width: 761px){
    #custom-list,
    .bs-app .bs-pages{
        display: block!important;
    }
}

html, body{
    overflow-x: unset;
}
