.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}

.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix > div, .tns-vpfix > li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}

.tns-t-ct > div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left
}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/material-symbols-outlined.woff2) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* v 1.5.0 */
/* aliges les elements du header */
#header .navbar.navbar-expand-lg.navbar-light {
    padding: 5px !important;
}

#trigger_search_mobile {
    border: 0;
    background: none;
}

/* fix cartzilla */
.row {
    margin-left: 0;
    margin-right: 0;
}

.row .col {
    padding-left: 0;
    padding-right: 0;
}


html, body {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}


.account-sidebar a {
    color: var(--body-color);
}

.account-sidebar a:hover {
    color: var(--primary);
}

#my-account .card-body a,
#my-account .card-body i {
    color: var(--body-color) !important;
}

#my-account .card-body:hover a,
#my-account .card-body:hover a p,
#my-account .card-body:hover .nav-link-style,
#my-account .card-body:hover i {
    color: var(--primary) !important;
}

.scroll_text p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    #_mobile_search {
        width: 100% !important;
    }
}

#product .product-tab-details {
    display: none;
}

#product .product-tab-details.show {
    display: block;
}

.comments-nb,
.comments-note {
    display: none !important;
}


.product-comment-list-item .comment-content .comment-buttons a {
    color: var(--primary) !important;
}

.product-comment-list-item .comment-content .comment-buttons a:hover {
    color: var(--primary) !important;
}

#product-comments-list-header,
#product-comments-list,
.comment-content {
    margin: 0 auto;
    text-align: center;
}

/* .product-comment-list-item{
  min-width: 500px;
  max-width: 100%;
} */
.burger-menu {
    font-size: 20px;
    color: #4b566b;
}


.#header > div.header-nav.topbar.topbar-dark.header-bg > div > div:nth-child(2) > div > div > ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.#header > div.header-nav.topbar.topbar-dark.header-bg > div > div:nth-child(2) > div > div > ul > li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.#header > div.header-nav.topbar.topbar-dark.header-bg > div > div:nth-child(2) > div > div > ul > li i {
    color: #d4a574;
}

#header > div.header-nav.topbar.topbar-dark.header-bg > div > div:nth-child(2) > div > div > ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    color: #fff;
    list-style: none;
    margin-bottom: 0;
}

.cz-slider img.d-block.order-lg-2.mr-lg-n5.flex-shrink-0 {
    max-width: 50%;
}

.cz-slider .position-relative.mx-auto.mr-lg-n5.py-5.px-4.mb-lg-5.order-lg-1 {
    max-width: 30%;
    margin-left: 10rem !important;
    margin-right: 0;
    color: black;
}

.cz-slider-content span.h3.d-block {
    color: #3c3c3c;
    background: #D3D1C7;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 30px;
    font-size: 1rem;
    font-family: Montserrat;
    border: 1px solid #c1c1c1;
    width: fit-content;
}

.cz-slider-content h2, .cz-slider-content .h2 {
    color: #444444;
}

.tns-item.tns-slide-active .from-top, .tns-item.tns-slide-active .from-bottom {
    transform: translateY(0);
    opacity: 1;
    color: #444444 !important;
}

section.pb-nos-univers.pb-nos-univers--cols-4 {
    max-width: 1260px;
    margin: auto;
}


#content > div:nth-child(1) > div:nth-child(2) > div > div > div > div {
    margin-bottom: 0 !important
}


#content > div:nth-child(1) > div:nth-child(2) > div > div > div > div:nth-child(3) {
    max-width: 20% !important;
}

#content > div:nth-child(1) > div:nth-child(2) > div > div > div > div > div {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
    margin: 0 50px;
    text-align: center;
}

#content > div:nth-child(1) > div:nth-child(2) > div > div > div > div > div > div {
    padding-left: 0 !important;
    max-width: fit-content;
}

#category .page-title-overlap.bg-dark, #product .page-title-overlap.bg-dark {
    margin: 0;
    padding-top: 0 !important;
}

#wrapper > div.page-title-overlap.bg-dark.pt-4 > div > div {
    display: flex !important;
    flex-direction: column-reverse;
    gap: 20px;
}

#add-to-cart-or-refresh > div.product-additional-info > div:nth-child(1) > div:nth-child(1) > div > div > div {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

#add-to-cart-or-refresh > div.product-additional-info > div:nth-child(1) > div:nth-child(1) > div > div > div > * {
    /* width: 40%; */
    max-width: 33%;
    flex: 0 0 33%;
    padding: 0 10px;
}

#add-to-cart-or-refresh > div.product-additional-info > div:nth-child(1) > div:nth-child(1) > div > div > div > div > div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#add-to-cart-or-refresh > div.product-additional-info > div:nth-child(1) > div:nth-child(1) > div > div > div > div > div > div {
    padding-left: 0 !important;
    text-align: center;
}

.product-description-short h2 {
    font-size: 1.2rem;
}

.product-description-short h3 {
    font-size: 1rem;
}

.product-description h2 {
    font-size: 1.6rem;
}

.product-description h3 {
    font-size: 1.4rem;
}

.product-description-details {
    padding-top: 30px;
}


.PM_ASBlockOutput {
    width: 100%;
    margin-bottom: 20px;
}

.PM_ASBlockOutputHorizontal .card-header {
    display: none;
}

.PM_ASCriterionsGroupTitle {
    font-size: 1.2rem;
}

.product-flags .badge.badge-danger {
    display: none;
}

/*.page-title-overlap {
    padding-bottom: 1.375rem;
}*/
.category-seo-bottom__content h2 {
    font-size: 1.5rem;
}

.category-seo-bottom__content h3 {
    font-size: 32px;
}

.category-seo-bottom__content {
    margin-top: 64px;
}

.sort {
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.category-seo-bottom__content a {
    color: #3F51B5;
}

button.continue.btn.btn-primary {
    background: #303E4E;
    padding: 10px 20px;
    width: fit-content;
}

/* =============================================
   HERO DOUBLE
   ============================================= */
.cz-hero-double__overlay {
    border-radius: 15px;
}

.cz-hero-double__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
    max-width: 1260px;
    margin: auto;
}

.cz-hero-double__btn {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    font-size: 14px;
    border-radius: 15px;
    white-space: nowrap;
    font-weight: 600;
}

.cz-hero-double__panel {
    position: relative;
    flex: 1 1;
    border-radius: 15px;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
}

.cz-hero-double__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
}

.cz-hero-double__content {
    position: relative;
    z-index: 1;
    padding: 4rem;
    color: #fff;
}

.cz-hero-double__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}

.cz-hero-double__subtitle {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
    .cz-hero-double__panel {
        flex: 1 1 100%;
        min-height: 280px;
    }

    .cz-hero-double__title {
        font-size: 1.4rem;
    }
}

/* =============================================
   WRAPPERS COMMUNS
   ============================================= */
.ab-collections,
.ab-promo-products,
.ab-about__inner {
    max-width: 1260px;
    margin: auto;
}


/* =============================================
   ABOUT
   ============================================= */
.ab-about {
    padding: 4rem 0;
    background: #FAF8F5;
}

.ab-about__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.ab-about__inner--img-right .ab-about__content {
    order: 1;
}

.ab-about__inner--img-right .ab-about__media {
    order: 2;
}

.ab-about__inner--img-left .ab-about__media {
    order: 1;
}

.ab-about__inner--img-left .ab-about__content {
    order: 2;
}

.ab-about__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 1.25rem;
    color: #303E4E;
}

.ab-about__text {
    font-size: 16פסm;
    line-height: 1.7;
    color: #444;
    margin: 0 0 0.9rem;
}

.ab-about__text--mission {
    font-size: 16פסm;
    line-height: 1.7;
    color: #444;
    margin: 0 0 0.9rem;
}

.ab-about__cta {
    display: inline-block;
    margin-top: 1.25rem;
    font-size: 0.88rem;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
}

.ab-about__media {
    overflow: hidden;
    border-radius: 15px;
}

.ab-about__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    max-height: 520px;
}

@media (max-width: 991px) {
    .ab-about__inner {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .ab-about__inner--img-right .ab-about__media,
    .ab-about__inner--img-left .ab-about__media {
        order: 1;
    }

    .ab-about__inner--img-right .ab-about__content,
    .ab-about__inner--img-left .ab-about__content {
        order: 2;
    }

    .ab-about__img {
        max-height: 320px;
    }
}

@media (max-width: 575px) {
    .ab-about {
        padding: 2rem 0;
    }

    .ab-about__title {
        font-size: 1.15rem;
    }

    .ab-about__img {
        max-height: 240px;
    }
}


/* =============================================
   COLLECTIONS
   ============================================= */
.ab-collections {
    padding: 4rem 0;
}

.ab-collections__title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #303E4E;
}

.ab-collections__desc {
    text-align: center;
    color: #555;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
}

.ab-collections__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: 240px 240px;
    gap: 10px;
}

.ab-collections__card--big {
    grid-row: 1 / 3;
}

.ab-collections__card {
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: #fff;
}

.ab-collections__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.05) 60%);
}

.ab-collections__info {
    position: relative;
    z-index: 1;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.ab-collections__cat-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.ab-collections__cat-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 0.2rem;
}

@media (max-width: 767px) {
    .ab-collections__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .ab-collections__card--big {
        grid-column: 1 / 3;
        grid-row: auto;
        min-height: 200px;
    }

    .ab-collections__card {
        min-height: 150px;
    }
}


/* =============================================
   EXPERTISE
   ============================================= */
.ab-expertise {
    padding: 4rem 0;
    padding-bottom: 0px;
}

.ab-expertise__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
    flex-wrap: wrap;
}

.ab-expertise__header-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.ab-expertise__title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #303E4E;
}

.ab-expertise__see-all {
    white-space: nowrap;

    .cz-hero-double__btn
    font-size:

    0.88rem;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0.35rem 0.85rem;
}

.ab-expertise__see-all:hover {
    background: #f5f5f5;
}

.ab-expertise__toggle-all {
    font-size: 0.85rem;
    font-weight: 600;
    background: #303E4E;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.38rem 0.9rem;
    cursor: pointer;
    transition: background 0.2s;
}

button.ab-expertise__toggle-all.ab-expertise__trigger {
    display: none;
}

.ab-expertise__toggle-all:hover {
    background: #1e2b38;
}

.ab-expertise__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.ab-expertise__card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ab-expertise__img-wrap {
    overflow: hidden;
    border-radius: 15px;
}

.ab-expertise__img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.ab-expertise__img-wrap:hover .ab-expertise__img {
    transform: scale(1.03);
}

.ab-expertise__art-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0;
    color: #3c3c3c;
}


.ab-expertise__text-wrap {
    position: relative;
    overflow: hidden;
    max-height: calc(var(--lines-visible, 6) * 1.6em);
    transition: max-height 0.45s ease;
}

.ab-expertise__text-wrap.is-expanded {
    max-height: 3000px;
}

.ab-expertise__text-inner {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #555;
}

.ab-expertise__text-inner p {
    margin: 0 0 0.6em;
}

.ab-expertise__fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.5rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    transition: opacity 0.3s;
}

.ab-expertise__text-wrap.is-expanded .ab-expertise__fade {
    opacity: 0;
}

.ab-expertise__read-more {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #303E4E;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    text-underline-offset: 2px;
    align-self: flex-start;
}

/*button.ab-expertise__read-more.ab-expertise__trigger:after {*/
/*    content: "˅";*/
/*    margin: 0 0 0 10px;*/
/*}*/

.ab-expertise__read-more:hover {
    /*color: #1e2b38;*/
}

@media (max-width: 991px) {
    .ab-expertise__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .ab-expertise__grid {
        grid-template-columns: 1fr;
    }

    .ab-expertise__header {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* =============================================
   PROMO PRODUCTS
   ============================================= */
.ab-promo-products {
    padding: 3rem 0;
    padding-top: 0;
}

.ab-promo-products__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    position: relative;
}

.ab-promo-products__title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: #303E4E;
}

.ab-promo-products__desc {
    font-size: 0.88rem;
    color: #666;
    margin: 0;
}

.ab-promo-products__see-all {
    white-space: nowrap;
    font-size: 0.88rem;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0.35rem 0.85rem;
    align-self: center;
    position: absolute;
    right: 0;
    top: 0;
    border-color: #303E4E;
}

.ab-promo-products__see-all:hover {
    background: #f5f5f5;
}

.ab-promo-products__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.ab-promo-products__card {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

.ab-promo-products__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ab-promo-products__badge--unavailable {
    background: #555;
    color: #fff;
}

.ab-promo-products__badge--new {
    background: #303E4E;
    color: #fff;
}

.ab-promo-products__img-wrap {
    display: block;
    overflow: hidden;
}

.ab-promo-products__img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.ab-promo-products__img-wrap:hover .ab-promo-products__img {
    transform: scale(1.04);
}

.ab-promo-products__body {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.3rem;
}

.ab-promo-products__category {
    font-size: 0.75rem;
    color: #888;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ab-promo-products__name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ab-promo-products__prices {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ab-promo-products__price {
    font-size: 20px;
    font-weight: 700;
    color: #B93939;
}

.ab-promo-products__price-old {
    font-size: 0.85rem;
    color: #999;
    text-decoration: line-through;
}

.ab-promo-products__swatches {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 0.2rem;
    min-height: 24px;
}

.ab-promo-products__swatch {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    display: inline-block;
}

.ab-promo-products__form {
    margin-top: auto;
    padding-top: 0.5rem;
}


body .ab-promo-products__card button.ab-promo-products__btn {
    width: 177px;
    font-size: 0.82rem;
    padding: 0.45rem 0.5rem;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 8px;
    height: 40px;
    text-align: left;

    background: var(--Bleu, #303E4E) !important;
}

body button.ab-promo-products__btn span {
    float: left;
}

body button.ab-promo-products__btn span.material-symbols-outlined {
    font-size: 20px;
    float: right;
}

@media (max-width: 991px) {
    .ab-promo-products__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .ab-promo-products__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

/* ===========================================================
   Swatches couleur sur les product-card cartzilla standard
   (.color rendu par templates/catalog/_partials/miniatures/product.tpl)
   =========================================================== */
.product-card .card-body a.color,
.product-miniature .card-body a.color {
    /*display: inline-block;*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*border-radius: 50%;*/
    /*border: 1px solid #ddd;*/
    /*margin: 2px 4px 2px 0;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*transition: transform 0.15s ease, box-shadow 0.15s ease;*/
    /*vertical-align: middle;*/
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 0;
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #D9D9D9;
}

.product-card .card-body a.color:hover,
.product-miniature .card-body a.color:hover {
    transform: scale(1.15);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

/* ===========================================================
   Forcer l'affichage du bloc "Ajouter au panier" sur les
   product-card (catégories, recherche…). Par défaut cartzilla
   le masque (opacity:0) et ne le révèle qu'au hover ≥992px.
   =========================================================== */
.product-card .card-body-hidden,
.product-miniature .card-body-hidden {
    position: static;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    box-shadow: none;
}

.d-flex.flex-wrap.justify-content-between.mt-auto.cz-miniature-swatch {
    justify-content: left !important;
}

/* MENU */

ul, li {
    list-style: none !important;
}

h3.ql-align-justify {
    font-size: 16px;
    font-style: italic;
}

h2.ql-align-justify {
    font-size: 18px;
    font-weight: 800
}

li.prmn_tabs_li.prmn_tabs_has_content {
    line-height: 43.3px !important;
}

h5.coinspromotionheader {
    display: none !important;
}

.card-body.card-body-loyalty {
    padding: 0;
}

.card.card-loyalty {
    padding: 10px;
}

.text-muted-loyalty {
    margin: 0;
}

.toggle-arrow-loyalty {
    top: 21px;
}

.product-details .card-loyalty {
    order: 5;
}


.product-details {
    display: flex;
    flex-direction: column;
}

#product .block-reassurance > .row {
    display: flex;
    flex-direction: column;
}

#product .block-reassurance .col-sm-6.col-md-3.mb-2 {
    width: 100%;
    max-width: 100%;
    min-height: 30px;
}

#product .block-reassurance .align-items-center > img {
    width: 25px
}

/* ── Carte produit ── */
.product-miniature.product-card {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.product-miniature.product-card:hover {
    border: 1px solid #303E4E !important;
    box-shadow: none;
}

/* ── Image ── */
.product-miniature .card-img-top {
    display: block;
    overflow: hidden;
}

.product-miniature .card-img-top img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.product-miniature .card-img-top:hover img {
    transform: scale(1.04);
}

/* ── Body ── */
.product-miniature .card-body {
    padding: 0.75rem !important;
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.3rem;
}

/* ── Catégorie ── */
.product-miniature .product-meta {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
}

/* ── Nom produit ── */
.product-miniature .product-title a {
    font-size: 0.8rem;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    line-height: 1;
}

.product-miniature .skeepers_product__stars {

    width: 300px;

}

/* ── Prix ── */
.product-miniature .text-accent {
    font-size: 20px;
    font-weight: 700;
    color: #B93939 !important;
}

.product-miniature del.text-muted {
    font-size: 0.85rem;
    color: #999;
    text-decoration: line-through;
}

/* ── Badge promo ── */
.product-miniature .product-flags .badge-danger {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #B93939;
    color: #fff;
}

/* ── Bouton panier (hidden by default Cartzilla) ── */
/*.product-miniature .card-body-hidden .btn-primary {*/
/*    width: 100%;*/
/*    font-size: 0.82rem;*/
/*    padding: 0.45rem 0.5rem;*/
/*    border-radius: 8px;*/
/*}*/

#category .col-md-2.col-sm-6.mb-3.text-center {
    flex: 0 0 20%;
    max-width: 20%;
}

#product .col-sm-6.col-md-4.col-lg-3.p-2 {
    flex: 0 0 20%;
    max-width: 20%;
}

#main .category-products {
    margin-bottom: 36px;
}

.product-accessories h2 {
    margin-bottom: 16px;
}

.product-accessories {
    margin-bottom: 60px;
}

.category-products h3 {
    text-align: left !important;
    font-size: 32px;
    margin: 0;
    padding: 0 !important;
    margin-bottom: 34px;
}

#category .card.border-0 {
    align-items: center;
}

#category hr.d-sm-none {
    display: none;
}

.thumb-wrapper .material-icons,
.thumb-wrapper .material-icons {
    position: absolute;
    top: 39%;
}

.thumb-wrapper .material-icons.prev {
    left: 3%;
}

.thumb-wrapper .material-icons.next {
    right: 3%;
}

.breadcrumb.breadcrumb-light.justify-content-center {
    justify-content: left !important;
}

@media (max-width: 600px) {
    hr.d-sm-none {
        margin: 0;
        border: 0;
        border-top: 1px solid #e3e9ef;
        visibility: hidden;
    }

    #product h1 {
        margin-bottom: 30px !important;
    }

    #product .product-container .col-12.d-lg-none {
        padding: 0px;
    }

    #skeepers_product_widget.tab-pane.active {
        display: block;
        padding: 0;
    }

    #productPanels {
        display: none;
    }

    #product .col-sm-6.col-md-4.col-lg-3.p-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .product-additional-info .block-reassurance {
        padding: 0px !important;
        margin: 0px !important;
    }

    #add-to-cart-or-refresh > div.product-additional-info > div:nth-child(1) > div:nth-child(1) > div > div > div {
        display: block;
        flex-direction: row;
        align-items: inherit;
        width: 100%;
    }

    #add-to-cart-or-refresh > div.product-additional-info > div:nth-child(1) > div:nth-child(1) > div > div > div > * {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    #add-to-cart-or-refresh > div.product-additional-info > div:nth-child(1) > div:nth-child(1) > div > div > div > div > div.align-items-center {
        display: inline-block;
        text-align: left !important;
        width: 100%;
        align-items: inherit !important;
    }

    #add-to-cart-or-refresh > div.product-additional-info > div:nth-child(1) > div:nth-child(1) > div > div > div > div > div > div.media-body {
        width: 69%;
        display: inline;
        float: left;
        text-align: left;
    }

    #add-to-cart-or-refresh > div.product-additional-info > div:nth-child(1) > div:nth-child(1) > div > div > div > div > div > div.media-body p {
        display: inline;
    }

    #add-to-cart-or-refresh > div.product-additional-info > div:nth-child(1) > div:nth-child(1) > div > div > div > div > div.align-items-center .material-symbols-outlined {
        width: auto;
    }

    .product-quantity > div {
        display: block !important;
    }

    .product-quantity .number-input {
        margin-bottom: 16px;
        width: 100%;
    }

    #product .product-add-to-cart .btn.add-to-cart {
        width: 100%;
    }

    #product .page-title div [aria-label="breadcrumb"],
    #product .page-title .order-lg-1 {
        /*display:none;*/
    }

    #js-product-list .col-sm-6.col-md-4.col-lg-3.p-2 {
        width: 50%;
        padding: 0.2rem !important
    }

    #js-product-list .product-miniature .skeepers_product__stars {
        width: 170px;
    }

    #category .card-body.d-flex.flex-column.pl-0.pr-2.py-2.px-lg-3.mt-1 {
        padding-left: 0.5rem !important
    }


    #category span.rate-total {
        font-size: 12px;
    }

    #category span.rate-aggregate__max > span {
        font-size: 12px;
        letter-spacing: -5px;
    }

    #category .text__rating > span, .skeepers_product__stars span {
        font-size: 12px;
    }

    #category .col-md-2.col-sm-6.mb-3.text-center {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .topbar > .container, .topbar > .container-fluid, .topbar > .container-xl {
        justify-content: center;
    }

    #header > div.header-nav.topbar.topbar-dark.header-bg > div > div:nth-child(2) > div > div > ul {
        padding: 0;
    }

    #menu-desktop {
        display: none
    }

    div#menu-mobile {
        display: inline-block;
        max-width: 50px;
    }

    .container.flex-md-wrap.d-flex.justify-content-between {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around !important;
        align-content: center;
    }

    button.navbar-toggler {
        display: none;
    }

    #_mobile_search {
        display: block !important;
    }

    button#trigger_search_mobile {
        display: none !important;
    }

    a.navbar-brand.flex-shrink-0 > img {
        max-width: 150px;
    }

    .header-cart.ml-3 {
        margin-left: 0 !important;
    }

    div#search_widget {
        margin-top: 0 !important;

    }

    .ybc-menu-toggle.ybc-menu-btn.closed {
    }

    .ets_prmn_megamenu {
        margin-top: 0;
    }


    #wrapper {
        padding: 0 10px;
    }

    .block-reassurance .col-sm-6.col-md-3.mb-2 {
        width: 50%;
    }

    #content > div:nth-child(1) > div:nth-child(2) > div > div > div > div > div {
        margin: 0;
    }

    #content > div:nth-child(1) > div:nth-child(2) > div > div > div > div:nth-child(3) {
        max-width: 50% !important;
    }


    .block-reassurance.py-3.border-bottom.border-light.container {
        padding-bottom: 0 !important;
        margin-top: 10px
    }

    span.ab-collections__cat-desc {
        display: none;
    }

    #product .product-container.bg-light.box-shadow-lg.rounded-lg.px-4.pt-3.pb-4 {
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #product .page-title.pt-4 {
        padding-top: 0 !important;
    }

    /* Scroll horizontal tabs mobile */
    .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
    }

    .nav-tabs::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

    .nav-tabs .nav-item {
        flex-shrink: 0;
    }

    .ets_prmn_block.prmn_block_type_image {
        display: none;
    }
}

@media (min-width: 600px) {
    #menu-mobile {
        display: none
    }
}

div#category-description p {
    margin-bottom: 0;
    line-height: 22px;
}

div#category-description {
    margin-top: 0 !important;
    margin-bottom: 70px;
}

#category-description a {
    color: #005F8D
}

.category-seo-bottom__content img {
    /*max-width: 48%;*/
    margin-right: 1%;
}

.text-accent {
    color: #B93939 !important;
}

#product .page-title.pt-4 {
    padding-top: 0 !important;
}

@media (min-width: 992px) {
    .product-details {
        max-width: 33rem;
        margin-left: 32px !important;
        padding-top: 0px;
    }
}


.breadcrumb-light .breadcrumb-item::before {
    display: none;
}

.breadcrumb-light .breadcrumb-item > a {
    color: #2c2b2b;
}

.breadcrumb-light .breadcrumb-item > a:hover {
    color: #2c2b2b;
}

.breadcrumb-light .breadcrumb-item.active {
    color: #2c2b2b
}

#product h1.h3.mb-2 {
    font-family: Inter;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
}


.product-prices > span {
    font-weight: 600 !important;
}

.
.card.card-loyalty {
    max-width: 322px;
}

a#displayZoom {
    display: none;
}

.cz-image-zoom-pane {
    display: none;
}

.cz-preview-item > img {
    border-radius: 12px;
    cursor: zoom-in;
}

.header-top .navbar-light .bg-secondary {
    background: none !important;
}

span.text-muted.mr-2.feature-name {
    min-width: 123px;
}

span.text-muted.mr-2.feature-name {
    min-width: 200px;
}

.card.card-loyalty {
    display: none;
}

#cart .order-lg-2.pr-lg-4.text-center.text-lg-left, #checkout .order-lg-2.pr-lg-4.text-center.text-lg-left {
    order: 0;
}

#checkout .blockreassurance_product {
    flex-direction: column;
}

#checkout .blockreassurance_product > div {
    display: block !important;
    width: 100%;
}

.blockreassurance_product {
    display: flex !important;
    gap: 8%;
    visibility: hidden;
}

.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
    height: auto !important;
    width: auto !important;
}

.blockreassurance_product > div {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

/* Galerie produit : vignettes masquées sur mobile, swipe uniquement */
@media (max-width: 575.98px) {
    .cz-product-gallery .cz-thumblist,
    .cz-product-gallery .cz-thumblist-outer {
        display: none !important;
    }
}

/* Curseur swipeable sur la zone preview */
.cz-preview {
    touch-action: pan-y;
    user-select: none;
}

/* Defilement top banner */
@media (max-width: 767px) {
    [data-id-prettyblocks="5135"] ul {
        height: 18px;
    }

    [data-id-prettyblocks="5135"] ul li {
        position: absolute;
        line-height: 35px;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.5s ease;
        text-align: center;
    }

    [data-id-prettyblocks="5135"] ul li.active {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .widget.widget-links .widget-title {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .widget.widget-links .widget-title::after {
        content: '+';
        font-size: 1.2em;
        transition: transform 0.3s ease;
    }

    .widget.widget-links .widget-title.open::after {
        content: '−';
    }

    .widget.widget-links .widget-list {
        display: none;
    }

    .widget.widget-links .widget-list.open {
        display: block;
    }
}

@media (min-width: 767px) {
    ul.prmn_columns_ul.prmn_columns_ul_tab {
        height: 441px !important;
        background: #FAF8F5 !important;
    }

    .prmn_tabs_li.open .prmn_tab_li_content, .prmn_tabs_li:hover .prmn_tab_li_content {
        background: #fff;
    }

    .prmn_tab_li_content {
        background: #FBFAF7 !important;
    }

    .prmn_tab_li_content:hover {
        background: #fff !important;
    }

    #js-product-list .col-sm-6.col-md-4.col-lg-3.p-2 {
        width: 25%;
        max-width: 25%;
        padding: 0.2rem !important
    }
}

button.btn.btn-primary {
    background: #cda67b !important;
    border: none;
}

.bg-darker {
    background: #303E4E !important;
}

.widget-light .widget-list-link {
    color: #fff;
    opacity: 0.9;
}

p.h4.text-uppercase.block-contact-title {
    color: #ffffff;
    opacity: 0.9;
    font-size: 1.0625rem;
    font-weight: 500;
}

.block-contact.col-md-3.links.wrapper {
    color: #fff;
    opacity: 0.9;
    font-size: 0.875rem;
    width: 100%;
    max-width: 100%;
    padding: 0;
}


.block-contact a.dropdown {
    color: #fff;
}

.product-miniature .card-body.bottom-article {
    max-height: 67px;
}

.product-miniature .variant-links a {
    float: left;
    margin-right: 5px;
}

.rounded-xl {
    border-radius: 0.9375rem !important;
    /*border: 1px solid #eee;*/
}

@media (max-width: 767px) {
    #product .list-unstyled .feature-name {
        width: 100%;
        display: block !important;
    }

    #product .list-unstyled .text-left {
        width: 100%;
        display: block !important;
    }

    #product .list-unstyled li {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .clicktext_show_submenu .prmn_tab_toggle_title, .clicktext_show_submenu .prmn_tab_toggle_title a {
        width: 80%;
        display: block;
    }
}

.category-seo-bottom__content .table-float-left {
    float: left;
    margin-right: 15px;
}

.category-seo-bottom__content .table-float-right {
    float: right;
    margin-left: 15px;
}

.category-seo-bottom__content .image-style-align-right,
.category-seo-bottom__content .image-style-align-left {
    max-width: 100%;
    opacity: 1;
    /*border-radius: 85px 85px 85px 85px;*/
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);*/
    /*overflow: hidden;*/

    border-radius: 8px;
}

.category-seo-bottom__content .image-style-align-left {
    margin-right: 2%;
    margin-bottom: 4%;
}

.category-seo-bottom .container {
    padding: 0;
}

.category-seo-bottom__content h3 {
    font-size: 20px;
}

.product_list_bottom ul,
.product_list_bottom ul li,
.as5-seo-page-footer-description ul,
.as5-seo-page-footer-description ul li {
    list-style: disc !important;
}

.product_list_bottom ul,
.as5-seo-page-footer-description ul {
    padding-left: 20px;
}

.form-inline.flex-nowrap.sort,
.form-inline.flex-nowrap.d-none.d-lg-flex.sort {
    display: none !important;
}

div[data-prettyblocks-zone="displayNavMiddle"] span {
    color: #CDA67B;
    width: 21px;
    overflow: hidden;
    font-size: 16px;
}

#search_widget {
    max-width: 452px;
    margin: auto;
}

#search_widget input {
    background: #FAF8F5;
}

.navbar-light .navbar-brand {
    padding-top: 13px;
}

#header .navbar.navbar-expand-lg.navbar-light {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}

.navbar-tool-icon-box span.material-symbols-outlined {
    font-size: 32px;
    padding-top: 7px;
}

.navbar-tool-icon-box span.material-icons {
    font-size: 32px;
}

#menu-desktop .ets_prmn_megamenu {
    border-top: 0px;
}

body .ets_prmn_megamenu::before {

}

.cz-hero-double__overlay {
    background: linear-gradient(180deg, rgba(48, 62, 78, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.block-reassurance span.material-symbols-outlined {
    color: #CDA67B;
    font-size: 32px;
}

.ab-collections__cat-title {
    color: rgba(255, 255, 255, 0.85);
}

.cz-hero-double {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.skeepers-content,
.skeepers-reviewer-wide.skp-display-publisher,
.rating__details-text {
    font-family: "Inter", sans-serif !important;
}

.skeepers_carousel_container .rating__details, .skeepers_carousel_container .rating__details a, .skeepers_carousel_container .rating__value, .skeepers_carousel_container .rating__details-link {
    font-family: "Inter", sans-serif !important;
}

div[data-id-prettyblocks="5414"] {
    background: var(--Beige, #FAF8F5);
}

div[data-id-prettyblocks="5414"] h2 {
    margin-bottom: 0rem;
    color: #2D3BB1;
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    vertical-align: middle;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

div[data-id-prettyblocks="5412"] {
    background: var(--Beige, #FAF8F5);
}

.skp-carousel-container nav[role="navigation"] {
    padding-bottom: 20px;
    padding-top: 20px;
}

.ab-expertise__read-more svg {
    color: #fff;
    fill: #fff;
}

.ab-expertise__read-more:hover svg,
.ab-expertise__read-more:hover {
    /*color: #824820;*/
    /*fill: #824820;*/
}

.block-contact.col-md-3.links.wrapper p.h4.block-contact-title {
    color: #fff;
}

#footer .widget-title svg {
    display: none;
}

.breadcrumb-light .breadcrumb-item > a {
    color: #373737;
    text-decoration: underline;
    font-size: 12px;
}

.breadcrumb-light .breadcrumb-item span.material-icons {
    color: #373737;
    font-size: 15px;
    line-height: 20px;
    margin-right: 2px;
}

nav[aria-label="breadcrumb"] {
    margin-bottom: 15px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.page-title h1.category_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #303E4E;
    padding-bottom: 40px;
    padding-top: 15px;
}


.category-description-main {
    display: inline-block;
    width: 100%;
    margin-bottom: 70px;
}

.category-description-main .category-description-main-left {
    float: left;
    width: 30%;
    margin-bottom: 64px;
}

.category-description-main .category-description-main-left picture img {
    border-radius: 8px;
}

.category-description-main .category-description-main-right {
    float: left;
    width: 70%;
    padding-left: 40px;
}

.category-main-subcategories {
    background: var(--Bleu, #303E4E);
    margin: 0px -100px;
    padding: 0px 100px;
    /*margin-top: 64px;*/
}

.category-main-subcategories .subcategories {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    padding-bottom: 64px;
    margin-bottom: 64px;
}

.category-main-subcategories .subcategories > a {
    background: var(--Beige, #FAF8F5);
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 8px;
    opacity: 1;
    border-width: 0;
    padding: 0;
    display: block;
    align-items: center;
}

.category-main-subcategories .subcategories > a img {
    border-radius: 8px 8px 0 0;
}

.category-main-subcategories .subcategories > a span {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.category-main-subcategories h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    color: #FFF;
    padding-top: 60px;
    line-height: 40px;
    letter-spacing: 0%;
    vertical-align: middle;
    padding-bottom: 16px;
}

.top-categories-list-wrapper .subcategory-block {

}

.top-categories-list-wrapper .subcategory-block h2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}

.top-categories-list-wrapper .subcategory-block h2 span.category-name {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.top-categories-list-wrapper .subcategory-block h2 .category-link-right {
    border: 1px solid var(--Bleu, #303E4E);
    float: right;
    color: #303E4E;
    border-radius: 8px;
    opacity: 1;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    border-width: 1px;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.bottom-article button.ab-promo-products__btn {
    width: 177px;
    font-size: 0.82rem;
    padding: 0.45rem 0.5rem;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 8px;
    height: 40px;
    text-align: left;
    background: var(--Bleu, #303E4E) !important;
}

.category-seo-bottom__content,
.category-seo-bottom__content ul,
.category-seo-bottom__content p {
    font-size: 14px !important;
}

.category-seo-bottom__content h2 {
    font-size: 20px !important;
    font-weight: bold !important;
}

.category-id-184 .category-seo-bottom__content > ul:nth-of-type(1) {
    padding-left: 54%;
    padding-bottom: 10px;
}

.category-id-184 .category-seo-bottom__content > h2:nth-of-type(2) {
    padding-top: 52px;
}

.category-seo-bottom {
    margin: 0 -97px;
    background: #FAF8F5;
    padding: 1px 0;
    overflow: hidden;
    padding-bottom: 64px;
}

.category-seo-bottom::after {
    content: "";
    display: block;
    clear: both;
}

.category-seo-bottom__content .image-style-align-right {
    margin-left: 1%;
    margin-right: 0;
}

div[data-prettyblocks-zone="displayHome"] {
    margin-bottom: 64px;
}

#js-product-list {
    margin-bottom: 64px;
}

#product .category_title {
    display: none;
}

#product #content-wrapper .product-container > .row > .col-lg-6 {
    padding: 0px;
}

#product #content-wrapper .product-container {
    padding: 0px !important;
}

.mainSwiper img {
    border-radius: 12px;
}

.product-description-short.js-desc-short.hidden_content {
    overflow: hidden;
    max-height: 63px;
}

.show_hidden_content {
    text-align: center;
}

.product-variants-item .custom-control.custom-radio {
    cursor: pointer;
    padding-left: 0;
    float: left;
    opacity: 1;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 8px;
    border-width: 2px;
    background: var(--Beige, #FAF8F5);
    border: 1px solid var(--Line, #D9D9D9);
    margin-right: 8px;
    margin-bottom: 8px;
    line-height: 37px;
}

.product-variants-item.form-group {
    display: inline-block;
    width: 100%;
}

/*.product-description-short.js-desc-short*/

.product-variants-item .custom-control.custom-radio .custom-control-label:before,
.product-variants-item .custom-control.custom-radio .custom-control-label:after {
    display: none;
}

.product-variants {
    border-top: 1px solid #D9D9D9;
    padding-top: 32px;
    margin-top: 15px;
}

.product-add-to-cart {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 32px;
}

.product-additional-info {

}

.product-additional-info div[data-id-prettyblocks="5203"] .material-symbols-outlined {
    color: #824820;
    font-size: 24px;
}

.stock_info .stock {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0%;
}

.stock_info .stock span {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    margin-right: 8px;
    display: inline-block;
}

.stock_info .stock.in span {
    background: #60B80E;
}

.stock_info .stock.out span {
    background: #B93939;
}

.stock_info .stock.near span {
    background: #D97706;
}

.product-variants-item .custom-control.custom-radio:has(input:checked) {
    border: 1px solid var(--Line, #373737);
    border-radius: 8px;
}

.product-variants-item .custom-control.custom-radio .custom-control-label {
    cursor: pointer;
    font-size: 16px;
}

.product-variants-item .custom-control.custom-radio:hover {
    border: 1px solid #373737;
}

#product .product-add-to-cart .add-to-cart {
    background: #303E4E !important;
    border-radius: 8px;
    width: 209px;
    height: 56px;
}

#product .product-add-to-cart .add-to-cart span {
    float: right;
    font-size: 20px;
}

#main .product-tabs.mt-4 {
    background: #FAF8F5;
    margin: 0 -100px !important;
    padding: 32px 100px;
    padding-bottom: 64px;
    margin-bottom: 64px !important;
}

#skeepers_product_widget.tab-pane {
    display: none;
}

#skeepers_product_widget.tab-pane.active {
    display: block;
}

.skeepers_product__reviews script {
    display: none !important;
}

#skeepers_product_widget .widget__wrapper {
    background: #FAF8F5 !important;
}


.custom-option-color {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
    margin-left: -0.75rem;
    background-position: top left;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    border-radius: 2px !important;
    border: 1px solid #D9D9D9;
    display: inline-block;
    margin-bottom: 5px;
}

.custom-option-color:hover {
    border: 1px solid #373737;
}

.custom-control-input:checked + .custom-option-label .custom-option-color {
    border: 1px solid #373737;
    box-sizing: border-box;
}

.custom-option-label {
    position: relative;
    min-width: 2rem;
    height: 2rem;
    margin-bottom: 0;
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border: 1px solid #e3e9ef;
    /* border-radius: 0.1875rem !important; */
    color: #4b566b;
    font-size: 0.75rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.75rem;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 2px !important;
    border: 0;
    display: inline-block;
    margin-bottom: 5px;
}

.ets_baw_display_banner.displaycartgridbodybefore1, .ets_baw_display_banner {
    margin-bottom: 0;
}

.ets_baw_display_banner {
    text-align: center;
    background: transparent;
    padding: 0;
    line-height: 0;
}

#product .text__rating .rate-total {
    text-decoration: underline;
}

#product .review__header:hover {
    text-decoration: none;
}

#product .review__header .stars__item {
    /*background:linear-gradient(to right, rgba(44,55,184,1) 0%, rgba(44,55,184,1) 100%, rgba(44,55,184,0.3) 100%, rgba(44,55,184,0.3) 100%) !important;*/
}

.skeepers_product__stars .review__header:hover .stars__rating {
    text-decoration: none !important;
}

#product .show-more-description {
    color: #373737;
    text-decoration: underline;
    white-space: nowrap;
}

.nav-tabs .nav-link {
    position: relative;
    border: 0;
    color: #303E4E;
    font-size: 20px;
    font-weight: 700;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #824820;
    background-color: transparent;
    border-color: #2A3F5F;
}

.nav-tabs .nav-link::before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0.75rem;
    width: calc(100% - (0.75rem * 2));
    height: 4px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    background-color: transparent;
    content: "";
}

.nav-tabs .nav-link.active::before {
    background-color: #824820;
}

#product .product-description.font-size-md {
    font-size: 14px !important;
}

.header-nav.topbar.topbar-dark.header-bg {
    position: relative;
}

/*#checkout .blockreassurance_product,*/
/*#cart .blockreassurance_product {*/
/*    display:block !important;*/
/*}*/

@media (max-width: 768px) {
    .category-description-main {
        margin-bottom: 40px;
    }
    .category-seo-bottom {
        margin: 0;
    }

    .category-seo-bottom .container {
        padding: 20px;
        padding-top: 40px;
    }

    /*.ets_baw_display_banner {*/
    /*    display:none;*/
    /*}*/
    .category-main-subcategories {
        margin-top: 0px;
    }

    .cz-hero-double__content {
        padding: 4rem 30px;
        color: #fff;
    }

    div[data-id-prettyblocks="5128"] {
        margin: 0 -15px;
    }

    .top-categories-list-wrapper .subcategory-block h2 .category-link-right {
        float: left;
        margin-top: 11px;
    }

    .product-miniature .card-body.bottom-article {

    }

    .ab-promo-products__btn .material-symbols-outlined {
        display: none;
    }

    div[data-id-prettyblocks="5414"] h2 {
        padding: 40px;
    }

    .ab-promo-products__btn span {
        float: none;
        display: inline-block;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .top-categories-list-wrapper .subcategory-block h2 span.category-name {
        display: block;
    }

    .category-id-184 .category-seo-bottom {
        margin: 0 -23px;
        padding: 20px;
        padding-top: 40px;
    }

    .category-id-184 .category-seo-bottom__content > ul:nth-of-type(1) {
        padding-left: 3%;
        padding-bottom: 10px;
    }

    .category-id-184 .category-seo-bottom__content > h2:nth-of-type(2) {
        padding-top: 20px;
    }

    body .ab-promo-products__btn {
        width: 100% !important;
    }

    .category-description-main {
        padding-bottom: 40px;
    }

    .category-description-main .category-description-main-right,
    .category-description-main .category-description-main-left {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 16px;
    }

    .category-main-subcategories .subcategories {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        padding-bottom: 64px;
        margin-bottom: 40px;
    }

    .category-main-subcategories .subcategories > a {
        padding: 0px;
    }

    #footer .widget-title svg {
        display: block;
    }

    #header .navbar.navbar-expand-lg.navbar-light {
        padding-top: 20px !important;
    }

    .ets_prmn_megamenu {
        border-top: 0px solid #eee;
    }

    div#search_widget {
        padding-top: 15px;
        padding-bottom: 24px;
        margin: 25px;
    }

    .cz-hero-double {
        margin-top: 23px;
        margin-bottom: 40px;
    }

    .block-reassurance .media span.material-symbols-outlined,
    .block-reassurance .media .media-body {
        float: left;
        max-width: inherit !important;
    }

    .block-reassurance .media .media-body {
        text-align: left;
        width: 60%;
    }

    .block-reassurance span.material-symbols-outlined {
        width: 40%;
        text-align: right;
        padding-right: 16px;
    }

    #main #content .block-reassurance .media {
        display: inline-block !important;
        margin-bottom: 20px;
        width: 100%;
    }

    #main #content .block-reassurance {
        padding-top: 40px !important;
        padding-bottom: 15px !important;
    }

    #main #content .block-reassurance .row > .col-sm-12.col-md-3.mb-2 {
        max-width: 100% !important;
    }

    .ab-collections {
        padding: 40px 0;
    }

    div[data-id-prettyblocks="5412"] .skeepers_carousel_container .rating__value,
    div[data-id-prettyblocks="5412"] .skeepers_carousel_container .skp-carousel-container {
        width: 100%;
        max-width: inherit;
    }

    div[data-id-prettyblocks="5412"] .skeepers_carousel_container .rating__value {
        margin-bottom: 24px;
    }

    div[data-id-prettyblocks="5412"] .skeepers_carousel_container {
        display: block;
        margin-bottom: 40px;
    }

    .ab-promo-products__see-all {
        position: relative;
        top: inherit;
        display: inline-block;
        margin-bottom: 10px;
    }

    .ab-expertise .ab-expertise__card {
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 24px;
        margin-bottom: 9px;
    }

    .ab-expertise .ab-expertise__card:last-child {
        border-bottom: 0px solid #D9D9D9;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .ab-expertise {
        padding-bottom: 0px;
    }

    .ab-collections .ab-collections__grid {
        display: block;
        width: 100%;
    }

    .ab-collections__card {
        width: 100%;
        margin-bottom: 8px;
        border-radius: 12px;
    }

    span.ab-collections__cat-desc {
        display: block;
    }

    .ab-about__title {
        font-size: 24px;
        line-height: 36px;
    }

    .ab-about {
        padding: 2rem 15px;
    }

    .ab-promo-products__name {
        display: block;
    }

    div[data-id-prettyblocks="5989"] {
        margin: 0px -15px;
    }

    span.prmn_arrow {
        display: inline;
    }

    #footer .widget.widget-links {
        border-bottom: 1px solid #D9D9D9;
    }

    #footer .widget.widget-links.customeraccountlinks {
        border-bottom: 0px solid;
    }

    #footer .widget.widget-links .widget-title svg {
        color: #fff;
        fill: #fff;
    }

    #footer .widget.widget-links .widget-title.open svg {
        transform: rotate(180deg);
    }

    .widget-title.h3.text-light:after {
        display: none;
    }

    #footer .row > .col-md-8 {
        padding: 0;
    }

    div[data-id-prettyblocks="5414"] {
        background: var(--Beige, #FAF8F5);
        margin: 0 -15px;
    }

    div[data-id-prettyblocks="5412"] {
        background: var(--Beige, #FAF8F5);
        margin: 0 -15px;
    }

    .widget.widget-links .widget-list {
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .bottom-article button.ab-promo-products__btn {
        width: 177px;
        font-size: 0.82rem;
        padding: 0.45rem 0;
        padding-left: 0;
        padding-right: 0;
        border-radius: 8px;
        height: 40px;
        text-align: left;
        background: var(--Bleu, #303E4E) !important;
    }
}

@media (max-width: 767px) {
    .ets_transition_mobile_floating .prmn_menus_ul .close_menu {
        display: block !important;
    }

    #menu-mobile .prmn_menus_ul.active {
        width: 100% !important;
        max-width: 100%;
        padding: 0 16px;
    }

    #menu-mobile .close_menu {
        background: #FFF;
        color: #2A3F5F;
        padding-right: 0;
    }

    #menu-mobile .close_menu .prmn_menus_back .icon-bar {
        color: #2A3F5F;
    }

    #menu-mobile .close_menu img {
        max-width: 150px;
    }

    #menu-mobile .close_menu span {
        position: absolute;
        right: 0;
        top: 19px;
        font-size: 16px;
    }

    #menu-mobile .prmn_has_sub.open_c > a,
    #menu-mobile .prmn_menus_li,
    #menu-mobile .prmn_tab_li_content {
        background: #FFF !important;
    }

    #menu-mobile .ets_prmn_megamenu .prmn_menus_li a {
        font-size: 18px;
        color: #2A3F5F !important;
        font-weight: 600 !important;
        /*display: block;*/
        /*width: auto;*/
    }

    #menu-mobile .prmn_menus_li a {
        padding: 0 15px;
        width: 100%;
        z-index: 90;
        padding-left: 0;
    }

    #menu-mobile .prmn_menus_li {
        line-height: 70px;
    }

    #menu-mobile .prmn_arrow {
        display: none;
    }

    #menu-mobile .prmn_tab_toggle_title {
        float: left;
        padding: 0;
        position: relative;
        font-weight: 600;
    }

    #menu-mobile .prmn_tabs_li .prmn_columns_contents_ul {
        padding: 0;
    }

    #menu-mobile .prmn_tabs_li:last-child {
        border-bottom: 0px solid #ddd;
    }

    #menu-mobile .ets_prmn_megamenu .prmn_columns_ul {
        box-shadow: none;
    }

    #menu-mobile li.prmn_tabs_li.prmn_tabs_has_content {
        line-height: 70px !important;
    }

    #menu-mobile .ets_prmn_block.prmn_block_type_image {
        display: block;
    }

    .prmn_tab_name.material-symbols-outlined.toggle_arrow {

    }

    #menu-mobile .prmn_blocks_li {
        float: left;
        padding: 0;
        width: 100%;
    }

    #menu-mobile .prmn_tab_name .material-symbols-outlined.toggle_arrow {
        transform: rotate(0deg) !important;
        font-size: 13px;
        padding-left: 60px;
        color: #373737;
        right: 4px;
        width: 30px;
        position: absolute;
        line-height: 71px;
        height: auto;
    }

    #menu-mobile .arrow .material-symbols-outlined {
        width: 14px;
        font-size: 13px;
        color: #373737;
    }

    #menu-mobile .arrow {
        line-height: inherit;
        width: 54px;
        height: auto;
        padding-left: 10px;
    }

    #menu-mobile .prmn_menu_content_title {
        padding: 0;
        font-weight: 600;
    }

    #menu-mobile .prmn_columns_ul.prmn_columns_ul_tab {
        top: 50px !important;
        position: absolute;
        right: 0;
        padding: 0 17px !important;
        height: 900px;
        background: #fff !important;
        z-index: 30000;
    }

    #menu-mobile .prmn_columns_ul.prmn_columns_ul_tab .go-back-menu a {
        font-family: Inter;
        font-weight: 600 !important;
        font-size: 32px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #824820 !important;
        margin: 24px 0;
        line-height: 87px;
    }

    #menu-mobile .prmn_columns_ul.prmn_columns_ul_tab .go-back-menu .back-to-menu {
        font-size: 13px;
        display: block;
    }

    #menu-mobile .prmn_columns_ul.prmn_columns_ul_tab .go-back-menu .back-to-menu span {
        font-size: 13px;
    }

    #menu-mobile .ets_prmn_block.prmn_block_type_image {
        display: none;
    }

    #menu-mobile .prmn_block_type_category .h4 {
        display: none;
    }

    #menu-mobile .ets_prmn_block_content ul li:not(.item_has_img) {
        clear: both;
        max-width: 100%;
        position: relative;
        display: block;
        width: 100%;
        border-bottom: 1px solid #DDDDDD;
        padding-left: 20px;
    }

    /*#menu-mobile .prmn_menus_li.prmn_menus_li_tab:nth-child(1) {*/
    /*    border-top: 1px solid transparent !important;*/
    /*}*/
    #menu-mobile .prmn_menus_ul > li:nth-child(2) {
        border-top: 1px solid transparent !important;
    }

    #menu-mobile .ets_prmn_block_content ul.ets_prmn_categories > li:last-child {
        border-bottom: 0px solid #DDDDDD;
    }
}

[data-id-prettyblocks="6113"] {

}

[data-id-prettyblocks="6113"] h1 {
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
}

#index .ab-collections {
    padding: 4rem 0;
    padding-top: 2rem;
}

.topbar {
    padding: 0;
}

[data-id-prettyblocks="5203"] .block-reassurance .col-sm-12.col-md-3.mb-2 {
    float: left;
}

[data-id-prettyblocks="5203"] .block-reassurance .col-sm-12.col-md-3.mb-2 .media.align-items-center {
    display: block;
    text-align: center;
}

[data-id-prettyblocks="5203"] .block-reassurance .row {
    display: inline-block !important;
    width: 100%;
}

#footer .block-newsletter.widget.pb-2.mb-4 {
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
}

#footer .socials {
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
}

#footer .socials a {
    padding-right: 24px;
}

#product .product-reassurance {
    background: #303E4E;
    margin: 0 -100px !important;
    padding: 32px 100px;
    padding-bottom: 32px;
    margin-top: 32px !important;
}

#product .product-reassurance > div {
    float: left;
    text-align: center;
}

#product .product-reassurance span {
    color: #CDA67B;
    width: 32px;
    height: 32px;
}

#product .product-reassurance p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
}

#payment-confirmation .btn.btn-primary {
    text-align:center;
}
