/*
Theme Name: SCIMED - SHOP
Theme URI: https://shop.scimed.be/
Author: Dario Lopes - Kingsize
Author URI: https://ksize.be/
Description: SCIMED : le site internet de formation au crochetage et de vente de matériel au kinésithérapeutes et au corps médical. (Développé par Kingsize)
Version: 2016
*/

@font-face {
    font-family: 'bold';
    src: url('fonts/Raleway-Bold.eot');
    src: url('fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Raleway-Bold.woff2') format('woff2'), url('fonts/Raleway-Bold.woff') format('woff'), url('fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'extra';
    src: url('fonts/Raleway-ExtraBold.eot');
    src: url('fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/Raleway-ExtraBold.woff2') format('woff2'), url('fonts/Raleway-ExtraBold.woff') format('woff'), url('fonts/Raleway-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'regular';
    src: url('fonts/Raleway-Regular.eot');
    src: url('fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Raleway-Regular.woff2') format('woff2'), url('fonts/Raleway-Regular.woff') format('woff'), url('fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'medium';
    src: url('fonts/Raleway-Medium.eot');
    src: url('fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Raleway-Medium.woff2') format('woff2'), url('fonts/Raleway-Medium.woff') format('woff'), url('fonts/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

span.dario-debug {
    position: relative;
    display: block;
    color: green;
    font-family: 'extra';
    text-align: center;
}
/*==================================================
=                  GENERAL STUFFS                  =
==================================================*/

body {
    overflow-x: hidden;
}

body.modal-open {
    padding-right: 0 !important;
}

a {
    outline: none !important;
    text-decoration: none !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li {
    list-style: none;
}

* {
    outline: none !important;
}

.appear {
    opacity: 0;
    -webkit-transition: opacity .4s ease-out, -webkit-transform .6s ease-out !important;
    transition: opacity .4s ease-out, -webkit-transform .6s ease-out !important;
    transition: transform .6s ease-out, opacity .4s ease-out !important;
    transition: transform .6s ease-out, opacity .4s ease-out, -webkit-transform .6s ease-out !important;
}

.appear.from-left {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
}

.appear.from-right {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
}

.appear.from-bottom {
    -webkit-transform: translate3d(0, 140px, 0);
    transform: translate3d(0, 140px, 0);
}

.appear.css3Anim {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transition: opacity .4s ease-out, -webkit-transform .6s ease-out !important;
    transition: opacity .4s ease-out, -webkit-transform .6s ease-out !important;
    transition: transform .6s ease-out, opacity .4s ease-out !important;
    transition: transform .6s ease-out, opacity .4s ease-out, -webkit-transform .6s ease-out !important;
}

div#details .add_to_cart_button,
.btn {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    background: #36A9E1 center/19px no-repeat;
    border-radius: 50%;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.btn.more {
    background-image: url(img/plus-icn.png);
}

.btn.shop {
    background-image: url(img/shop-bag-icn.png);
}

.btn.video {
    background-image: url(img/play-icn.png);
    background-size: 12px;
}

.btn.add-basket {
    background-image: url(img/basket-white.png);
    background-size: 25px;
}

div#details .add_to_cart_button:hover,
.shop-btn:hover .btn,
.scimed-product a:hover .btn {
    background-color: #1d71b8;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}


/*==================================================
=                     HEADER                       =
==================================================*/

#banner {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;

    
}

#cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF url(img/cover.jpg) center/cover no-repeat;
    z-index: -1;
}

div#logo-and-language {
    width: 100%;
    height: 128px;
}

#scimed-logo {
    float: left;
}

#scimed-logo img {
    float: left;
    width: 75px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#scimed-logo span {
    display: none;
    float: left;
    max-width: 160px;
    padding: 35px 0px 0px 35px;
    font-family: 'bold';
    font-size: 30px;
    line-height: 1;
    color: white;
}

#scimed-logo a:hover img {
    -webkit-transform: translateY(3px) scale(1.05);
    -ms-transform: translateY(3px) scale(1.05);
    transform: translateY(3px) scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .4);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#scimed-logo a:hover span {
    opacity: .9;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

h1 {
    font-family: 'extra';
    color: #FFF;
    text-align: center;
    max-width: 700px;
    margin: 45px auto;
}

h1.top-title {
    padding-top: 44px;
}

.languages {
    float: left;
}


/********* WPML *********/

#lang_sel_list ul {
    position: relative;
    border-top: none !important;
    margin: 20px 65px 20px 20px !important;
}

#mobile-nav #lang_sel_list ul {
    margin: 20px !important;
}

#lang_sel_list li {
    width: 22px;
    margin: 0 12px !important;
    position: relative;
}

li.icl-fr {
    width: 21px !important;
}

#lang_sel_list li:not(:last-child):after {
    content: '-';
    display: inline-block;
    opacity: .5;
    color: white;
    position: absolute;
    top: 0;
    right: -15px;
}

#lang_sel_list a {
    width: 100%;
    overflow: hidden;
    font-family: 'medium';
    font-size: 14px;
    color: #FFF !important;
    text-transform: uppercase;
    background: transparent !important;
    padding-left: 3px;
    letter-spacing: 0.04em;
}

#lang_sel_list ul:hover a {
    opacity: .5;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

#lang_sel_list ul a:hover {
    opacity: 1;
}

#lang_sel_list a,
#lang_sel_list a:visited {
    opacity: .5;
}

#lang_sel_list li.wpml-ls-current-language a,
#lang_sel_list li.wpml-ls-current-language a:visited {
    opacity: 1;
}


/***********************/

#scimed-lg-and-basket {
    float: right;
}

#scimed-lg-and-basket a.cart-contents {
    position: fixed;
    margin-left: 177px;
    color: white;
    z-index: 100;
    font-family: 'extra';
    display: block;
    width: 45px;
    height: 60px;
    background: #FFF url(img/basket.png) center/100% no-repeat;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.33);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#scimed-lg-and-basket a.cart-contents:hover {
    height: 70px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#scimed-lg-and-basket a.cart-contents span {
    position: absolute;
    right: -12px;
    top: 5px;
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding-left: 9px;
    padding-top: 1px;
    background-color: #36a9e1;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-animation: scaling .4s ease;
    animation: scaling .4s ease;
}

@-webkit-keyframes scaling {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaling {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*==================================================
=                        NAV                       =
==================================================*/

#scimed-nav {
    position: relative;
    margin: auto;
    z-index: 10;
}

#scimed-nav .scimed-nav-wrapper {}

#scimed-nav ul[id^=menu-scimed] {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
    max-width: 960px;
}

#scimed-nav ul[id^=menu-scimed] li:not(#magic-line) {
    display: inline-block;
}

#scimed-nav ul[id^=menu-scimed] li a {
    font-family: 'regular';
    color: #FFF;
    font-size: 14px;
    display: block;
    float: left;
    padding: 0px 20px 12px 20px;
    text-decoration: none;
}

#scimed-nav ul[id^=menu-scimed] li a:hover {
    color: white;
}

#magic-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: #fff;
}


/*==================================================
=                    MOBILE NAV                    =
==================================================*/

.open #scimed-logo img {
    position: fixed;
    width: 40px;
    z-index: 10002;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
}

#mobile-nav {
    position: fixed;
    z-index: 10000;
    text-align: center;
    background: rgba(54, 169, 225, 0.5);
    padding: 8px;
    min-height: 480px;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#mobile-nav.open {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#mobile-nav #scimed-nav {
    position: absolute;
    height: 325px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.mobile-nav-wrapper {
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}

#mobile-nav #scimed-nav ul[id^=menu-scimed] li {
    width: 100%;
    height: 65px;
    float: left;
    text-align: center;
}

#mobile-nav.small-height #scimed-nav ul[id^=menu-scimed] li {
    height: 30px;
}

#mobile-nav.small-height #scimed-nav {
    height: 150px;
}

#mobile-nav.small-height {
    min-height: auto;
}

#mobile-nav #scimed-nav ul[id^=menu-scimed] li a {
    font-family: 'extra';
    width: 100%;
    height: 100%;
    color: #36A9E1;
    font-size: 20px;
    display: block;
    float: none;
    padding: 18px 20px 11px 20px;
    text-decoration: none;
    opacity: 0;
    -webkit-transform: translate3d(70px, 0, 0);
    transform: translate3d(70px, 0, 0);
}

#mobile-nav.open #scimed-nav ul[id^=menu-scimed] li a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#mobile-nav.open #scimed-nav ul[id^=menu-scimed] li:first-child a {
    -webkit-transition-delay: .23s;
    transition-delay: .23s;
}

#mobile-nav.open #scimed-nav ul[id^=menu-scimed] li:nth-child(2) a {
    -webkit-transition-delay: .26s;
    transition-delay: .26s;
}

#mobile-nav.open #scimed-nav ul[id^=menu-scimed] li:nth-child(3) a {
    -webkit-transition-delay: .29s;
    transition-delay: .29s;
}

#mobile-nav.open #scimed-nav ul[id^=menu-scimed] li:nth-child(4) a {
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
}

#mobile-nav.open #scimed-nav ul[id^=menu-scimed] li:nth-child(5) a {
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
}

#mobile-nav #scimed-nav ul[id^=menu-scimed]:hover li a {
    opacity: .5;
}

#mobile-nav #scimed-nav ul[id^=menu-scimed] li a:hover {
    opacity: 1;
}

#mobile-nav #scimed-nav ul[id^=menu-scimed]:hover li a,
#mobile-nav #scimed-nav:hover ul[id^=menu-scimed] li a,
#mobile-nav #scimed-nav ul[id^=menu-scimed] li a:hover {
    -webkit-transition: all .2s ease 0s !important;
    transition: all .2s ease 0s !important;
}

#mobile-nav #lang_sel_list {
    position: absolute;
    width: 205px;
    display: block;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
}

#mobile-nav #lang_sel_list a {
    font-size: 20px;
    color: #36A9E1 !important;
}

#mobile-nav #lang_sel_list li:not(:last-child):after {
    color: #36A9E1;
    top: -1px;
}

#mobile-nav #lang_sel_list li {
    width: 32px;
}

#mobile-nav li.icl-fr {
    width: 29px !important;
}

img.basket {
    margin: auto;
    display: block !important;
}

.elements-word {
    display: inline-block !important;
}

#mobile-nav a.cart-contents {
    font-family: 'extra';
    color: #134b86;
    padding-top: 15px;
    font-size: 16px;
    display: block;
    width: 100%;
}

#toggle-button {
    cursor: pointer;
    position: fixed;
    width: 60px;
    height: 60px;
    padding-top: 8px;
    padding-right: 8px;
    z-index: 10001;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#toggle-button span {
    display: block;
    background: #1d71b8;
    width: 80%;
    height: 5px;
    border-radius: 10px;
    margin: 7px auto;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#toggle-button.white span {
    background: white;
}

#toggle-button.open span,
#toggle-button.open.white span {
    background: #1d71b8;
}

#toggle-button:hover span:first-child {
    -webkit-transform: translateY(-2px) scaleX(.9);
    -ms-transform: translateY(-2px) scaleX(.9);
    transform: translateY(-2px) scaleX(.9);
}

#toggle-button:hover span:last-child {
    -webkit-transform: translateY(2px) scaleX(.9);
    -ms-transform: translateY(2px) scaleX(.9);
    transform: translateY(2px) scaleX(.9);
}

#toggle-button.open span:first-child {
    -webkit-transform: translateY(25px) rotate(45deg);
    -ms-transform: translateY(25px) rotate(45deg);
    transform: translateY(25px) rotate(45deg);
}

#toggle-button.open span:nth-child(2) {
    opacity: 0;
}

#toggle-button.open span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#toggle-button.open:hover span:first-child {
    -webkit-transform: translateY(25px) rotate(45deg) scale(.85);
    -ms-transform: translateY(25px) rotate(45deg) scale(.85);
    transform: translateY(25px) rotate(45deg) scale(.85);
}

#toggle-button.open:hover span:last-child {
    -webkit-transform: rotate(-45deg) scale(.85);
    -ms-transform: rotate(-45deg) scale(.85);
    transform: rotate(-45deg) scale(.85);
}


/*==================================================
=    SLIDER (+ SOME MINOR PRODUCT PAGE CONTENT)    =
==================================================*/

#product-page-content,
#scimed-slider {
    position: relative;
    width: 100%;
    height: 850px;
    margin-top: -60px;
    background: white;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .2);
}

#scimed-slider h2 {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-family: 'medium';
    color: #1d71b8;
    padding: 60px 15px 0px 15px;
}

ul#scimed-products {
    position: relative;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

#scimed-products li {
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: white;
    z-index: 1;
}

#scimed-products li .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.scimed-product-bg {
    position: absolute;
    left: 0;
    height: 280px;
    background: #FFF center/cover no-repeat;
}

.scimed-product h2,
.scimed-product h3 {
    font-family: 'extra';
    margin: 0px auto 30px auto;
    font-size: 40px;
    color: #36A9E1;
}

.scimed-slider-content {
    position: relative;
}

.new-product {
    position: absolute;
    top: 20px;
    right: 45px;
    z-index: 10;
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #36A9E1;
    font-family: 'extra';
    font-size: 15px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding-top: 28px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
}

.scimed-card .new-product {
    top: -20px;
}

.scimed-slider-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

p.excerpt {
    margin: 0;
    margin-bottom: 22px;
    padding: 0;
    font-size: 14px;
    line-height: 2;
    color: #4c4c4c;
}

.scimed-product a.infos {
    padding: 8px 0px;
    font-family: 'extra';
    font-size: 15px;
    float: left;
}

span.to-line {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}


/*====    NAVIGATION    ====*/

#scimed-slider-arrows {
    position: absolute;
    width: 120px;
    height: 60px;
    background: #36A9E1;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#scimed-slider-arrows:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#scimed-slider-arrows span#bar {
    position: absolute;
    width: 3px;
    height: 30px;
    background-color: white;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

#scimed-slider-arrows span#prev,
#scimed-slider-arrows span#next {
    cursor: pointer;
    width: 50%;
    height: 100%;
    float: left;
    background: #36A9E1 center/100% no-repeat;
}

#scimed-slider-arrows span#prev {
    background-image: url(img/slider-arrow-prev.png);
}

#scimed-slider-arrows span#next {
    background-image: url(img/slider-arrow-next.png);
}

#scimed-slider-arrows span#prev:hover,
#scimed-slider-arrows span#next:hover {
    background-color: #1d71b8;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.next-product {
    position: relative;
    margin-top: 10px;
    bottom: 0;
    right: 0;
    font-family: 'medium';
    font-size: 20px;
    color: #36A9E1;
    display: block;
    float: right;
    z-index: 0;
}

.next-product * {
    float: left;
}

.next-product span {
    width: 100%;
}

.next-product img {
    cursor: pointer;
    opacity: .5;
    width: auto;
    max-width: 200px;
    height: 169px;
}

.next-product img:hover {
    opacity: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}


/*====    ANIMATIONS    ====*/

#scimed-products li {}

#scimed-products li.active,
#scimed-products li.leave-anim {
    z-index: 2;
}

#scimed-products li.active.from-right .scimed-product-bg,
#scimed-products li.active.to-right .scimed-product-bg,
#scimed-products li.active.from-left .scimed-product-bg,
#scimed-products li.active.to-left .scimed-product-bg,
#scimed-products li .scimed-product-bg {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#scimed-products li.active .scimed-product-bg {
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#scimed-products li.from-right .illustration img,
#scimed-products li.from-right .to-anim {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
    opacity: 0;
    -webkit-transition: none;
    transition: none;
}

#scimed-products li.to-right.leave-anim .illustration img,
#scimed-products li.to-right.leave-anim .to-anim {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
    opacity: 0;
}

#scimed-products li.from-left .illustration img,
#scimed-products li.from-left .to-anim {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
    opacity: 0;
    -webkit-transition: none;
    transition: none;
}

#scimed-products li.to-left.leave-anim .illustration img,
#scimed-products li.to-left.leave-anim .to-anim {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
    opacity: 0;
}

#scimed-products li .to-anim:nth-child(1) {
    -webkit-transition-delay: .03s;
    transition-delay: .03s;
}

#scimed-products li .to-anim:nth-child(2) {
    -webkit-transition-delay: .06s;
    transition-delay: .06s;
}

#scimed-products li .to-anim:nth-child(3) {
    -webkit-transition-delay: .09s;
    transition-delay: .09s;
}

#scimed-products li .to-anim:nth-child(4) {
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
}

#scimed-products li .to-anim:nth-child(5) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

#scimed-products li.active,
#scimed-products li.active img,
#scimed-products li.leave-anim,
#scimed-products li .to-anim,
#scimed-products li.to-left,
#scimed-products li.to-right,
#scimed-products li.to-left img,
#scimed-products li.to-right img {
    -webkit-transition: opacity .2s ease, -webkit-transform .4s ease;
    transition: opacity .2s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .2s ease;
    transition: transform .4s ease, opacity .2s ease, -webkit-transform .4s ease;
}


/*==================================================
=                   HOMEPAGE REST                  =
==================================================*/

section#scimed-intro {
    font-family: 'medium';
    margin-top: 240px;
}

section#scimed-intro .wrapper {
    width: 100%;
}

section#scimed-intro h4,
section#scimed-partenaires h4 {
    font-size: 30px;
    color: #1D71b8;
    padding-bottom: 20px;
}

section#scimed-partenaires h4 {
    font-family: 'medium';
    text-align: center;
    padding: 120px 0px;
}

section#scimed-intro p {
    font-size: 20px;
    line-height: 1.7;
    color: #36A9E1;
}

section#scimed-intro p.appear {
    -webkit-transition-delay: .1s !important;
    transition-delay: .1s !important;
}

img#scimed-logo-intro {
    display: block;
    margin: 60px auto 0px auto;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .2);
}

img#scimed-logo-intro.appear {
    -webkit-transition-delay: .2s !important;
    transition-delay: .2s !important;
}


/*====    PARTNERS    ====*/

section#scimed-partenaires {
    width: 100%;
    margin-top: 240px;
    min-height: 480px;
    background-color: #f2f2f2;
    padding-bottom: 120px;
}

.wrapper-card {
    text-align: center;
    color: #FFF;
}

.scimed-card {
    background-color: #36A9E1;
    margin-bottom: 60px;
    padding-bottom: 30px;
}

.partner-img {
    width: 100%;
    height: 246px;
    background: #FFF center/390px no-repeat;
}

span.partner-title {
    font-family: 'medium';
    font-size: 30px;
    line-height: 1.2;
    margin: 30px auto 0px auto;
    display: block;
}

.partner-details {
    display: block;
    margin: 10px auto;
    padding: 20px 15px 10px 15px;
}

.partner-details p {
    margin: 0 auto;
}

.websites {
    display: table;
    margin: auto;
}

.websites:hover a {
    opacity: .5;
}

.partner-website a {
    font-family: 'bold';
    color: white;
    margin: auto;
    display: block;
    letter-spacing: .02em;
}

.partner-website:hover a {
    opacity: 1 !important;
}

a#terms-of-sales {
    font-family: 'bold';
}


/*==================================================
=                       FOOTER                     =
==================================================*/

#contact {
    position: relative;
    color: white;
    background: -webkit-linear-gradient(315deg, rgba(19, 75, 134, 1) 0%, rgba(54, 169, 225, 1) 100%);
    background: linear-gradient(135deg, rgba(19, 75, 134, 1) 0%, rgba(54, 169, 225, 1) 100%);
    text-align: center;
    min-height: 480px;
    margin-top: 120px;
}

#contact.no-margin-top {
    margin-top: 0;
}

#color-bg.grey {
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

a#footer-logo,
a#footer-logo * {
    display: block;
}

a#footer-logo {
    width: 265px;
    margin: -64px auto 0px auto;
}

a#footer-logo span {
    margin: 30px auto;
    font-family: 'bold';
    font-size: 30px;
    color: white;
}

a#footer-logo img {
    width: 75px;
    margin: auto;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.33);
}

a#scimed-mail {
    font-family: 'bold';
    color: white;
}

#scimed-infos > span {
    display: block;
    margin: 30px auto
}

#mentions {
    width: 100%;
    min-height: 70px;
    padding-bottom: 30px;
}

#mentions a {
    color: white;
    letter-spacing: .02em;
}

a#scimed-mail:hover,
#mentions a:hover {
    opacity: .7;
}

span.scimed-legal-mentions {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

span.scimed-crafted-by-the-best-of-the-best {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

span.scimed-crafted-by-the-best-of-the-best img {
    display: inline-block;
    width: 45px;
    height: 30px;
    margin-left: 15px;
    margin-top: -10px;
}


/*==================================================
=                ALL PRODUCTS PAGES                =
==================================================*/

.product .scimed-card {
    background-color: #FFF;
    min-height: 630px;
}

.the-product-bg {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    min-height: 390px;
    background: #FFF center/cover no-repeat;
}

.the-product-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(135deg, rgba(54, 169, 225, .5) 0%, rgba(54, 169, 225, 0) 100%);
    background: linear-gradient(315deg, rgba(54, 169, 225, .5) 0%, rgba(54, 169, 225, 0) 100%)
}

.the-product-bg a.woocommerce-LoopProduct-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.woocommerce #scimed ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


img.alignleft {
    float: left;
    margin-right: 15px;
}

.shop-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: table;
    width: 210px;
    margin: 0px auto 10px auto;
    -webkit-transition: opacity .3s ease, -webkit-transform .6s ease;
    transition: opacity .3s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .3s ease;
    transition: transform .6s ease, opacity .3s ease, -webkit-transform .6s ease;
}

.shop-btn span {
    float: left;
    margin-top: -38px;
}

.scimed-category {
    margin-bottom: 30px;
}

span.cat-name {
    color: #000000;
}

.product a h3 {
    color: #1D71b8;
    font-family: 'medium';
}

.shop-btn-container {
    opacity: 1;
    position: absolute;
    width: 178px;
    height: 112px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#main .the-product-bg a {
    background: transparent;
    display: table;
    margin: 0;
    padding-left: 60px;
    font-family: 'extra';
    color: #1D71B8;
}

#main .shop-btn:nth-child(2) a {
    margin-top: 10px;
}
#main .shop-btn a.added_to_cart.wc-forward{
    margin: 0;
    padding: 0;
}
.product a.added_to_cart {
    position: absolute;
    margin-left: 60px !important;
    font-family: 'medium';
}

.white-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
}


/*==================================================
=                SINGLE PRODUCT PAGE               =
==================================================*/

#product-page-content {
    height: auto;
    padding: 40px 0px;
    margin-bottom: 60px;
    overflow: hidden;
}

#product-page-content .illustration a {
    width: 100%;
    float: left;
    height: 400px;
    background: #FFF top center/contain no-repeat;
}

.no-padding {
    padding: 0;
}

#gallery {
    float: left;
    width: 100%;
    margin: 60px auto;
    padding: 0;
}

#gallery > div {
    height: 105px;
    margin: 0px 0px 30px 0px;
    padding: 0;
}

#gallery a {
    width: 100%;
    height: 100%;
    background: #FFF center/contain no-repeat;
    float: left;
    margin-left: 15px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* #gallery > div:hover a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
} */

#gallery img {
    display: none;
    opacity: 0;
    background: white;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.ekko-lightbox-container {
    position: relative;
}

a.glyphicon.glyphicon-chevron-left,
a.glyphicon.glyphicon-chevron-right {
    position: absolute;
    width: 20%;
    min-width: 40px;
    height: 100%;
    top: 0;
    background: transparent center/45px no-repeat;
    opacity: .3;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a.glyphicon.glyphicon-chevron-left {
    left: 0;
    background-image: url("img/lightbox-left");
}

a.glyphicon.glyphicon-chevron-right {
    right: 0;
    background-image: url("img/lightbox-right");
}

a.glyphicon.glyphicon-chevron-left:hover {
    background-position: left center;
}

a.glyphicon.glyphicon-chevron-right:hover {
    background-position: right center;
}

a.glyphicon.glyphicon-chevron-left:hover,
a.glyphicon.glyphicon-chevron-right:hover {
    opacity: .8;
}

#details > * {
    margin-top: 5px;
}

#details > span {
    width: 100%;
    float: left;
}

span.stock,
span.out-of-stock,
#details span.stock,
#details span.out-of-stock {
    margin-top: 0px;
    color: #000;
}

#details a.added_to_cart {
    position: absolute;
    left: 0;
    bottom: -35px;
}

div#details .add_to_cart_button {
    background-image: url(img/basket-white.png);
    background-size: 25px;
    background-position: 10px 47%;
    width: auto;
    margin-top: 40px;
    border-radius: 30px;
    padding: 15px 15px 0px 40px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

div#details .add_to_cart_button.loading {
    padding-right: 35px;
}

div#details .add_to_cart_button.loading:after {
    right: 13px;
    top: 15px;
}

#details span.sku-reference {
    margin-top: 40px;
}

article .entry-content p {
    line-height: 25px;
}

article.scimed-article-product {
    position: relative;
    clear: left;
}

article.scimed-article-product #grey-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    border: 200px solid white;
}

.scimed-article-product .container-fluid,
.scimed-article-product .container-fluid > div {
    padding: 0;
}

.scimed-article-product .container-fluid:last-child {
    padding-bottom: 0px;
}

.article-content.text {
    margin: 60px auto;
}

.article-content.img a {
    min-height: 328px;
}

.article-content.img a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background: white center/cover no-repeat;
}

.article-content > p:first-child {
    font-size: 30px;
    font-family: 'medium';
    line-height: 1.1;
    color: #1d71b8;
    margin-bottom: 30px;
}

.article-content p {
    width: 65%;
    display: block;
    margin: auto;
}

.article-content img {
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.article-content.img {
    -webkit-transition-delay: .1s !important;
    transition-delay: .1s !important;
}

.article-content.img a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.article-content.img a:hover {
    opacity: .8;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#video span.btn.video {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 18px;
    background-position: 21px center;
}

#video span.btn.video:hover {
    background-color: #36A9E1;
}


/***************EXCLU**************/

#exclu {
    position: relative;
    clear: left;
    display: block;
    margin: 120px auto;
    width: 90%;
    max-width: 900px;
    padding: 15px;
    font-size: 20px;
    color: #36A9E1;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    background: #f2f2f2;
    border: 4px dotted #36A9E1;
    border-radius: 40px;
}

#exclu h3 {
    font-family: 'medium';
    font-size: 30px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    display: table;
    margin: -55px auto 0px auto;
    padding: 15px 45px;
    background-color: #36A9E1;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.4);
}

#exclu p {
    padding: 30px 70px;
    margin: 0;
}

#exclu img {
    position: absolute;
    z-index: 1;
    width: 191px;
    right: -95px;
    top: -45px;
    -webkit-transition-delay: .2s !important;
    transition-delay: .2s !important;
}

/*==================================================
=                   SITE MIGRATION FIX             =
==================================================*/
.wpml-ls-statics-shortcode_actions {
    background-color: transparent!important;
    border: 0!important;
}
button[name=update_cart] {
    float: right!important;
}
.woocommerce-form__label-for-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.woocommerce-form__label-for-checkbox > span {
    padding-left: 20px;
}
/*==================================================
=                   MEDIA QUERIES                  =
==================================================*/

@media (max-width: 479px) {
    h1 {
        font-size: 28px;
    }
    .scimed-slider-content .new-product {
        top: -20px;
    }
    #product-page-content .new-product {
        top: 0px;
    }
    .scimed-slider-content.illustration {
        margin-top: 160px;
    }
    #scimed-slider {
        height: 980px;
        overflow: hidden;
    }
    #scimed-products li {
        padding: 15px;
    }
    #scimed-slider-arrows {
        bottom: 20px;
    }
    .scimed-slider-content img {
        width: auto;
        max-height: 300px;
    }
    article.scimed-article-product #grey-bg {
        border: 80px solid white;
    }
    #exclu {
        width: 90%;
    }
    #exclu p {
        padding: 20px;
        margin: 0;
    }
    #exclu h3 {
        position: relative;
        z-index: 2;
        padding: 10px 5px;
    }
}

@media (min-width: 480px) {
    .scimed-slider-content {
        margin-top: 160px;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    #scimed-nav {
        display: table !important;
    }
    .scimed-product-bg {
        height: 100%;
    }
    section#scimed-intro h4,
    section#scimed-intro p {
        width: 70%;
        float: left;
    }
    img#scimed-logo-intro {
        float: right;
        margin: -100px auto 0px auto;
    }
    .scimed-card {
        min-height: 528px;
    }
    span.scimed-legal-mentions {
        float: left;
        width: auto;
        text-align: left;
        margin-bottom: 0;
    }
    span.scimed-crafted-by-the-best-of-the-best {
        float: right;
        width: auto;
        text-align: left;
    }
    .article-content text {
        min-height: 328px;
    }
    #scimed-logo span {
        display: block;
    }
    .scimed-article-product .container-fluid {
        padding-bottom: 120px;
    }
    .scimed-article-product .container-fluid:nth-child(even) > div.img {
        padding-right: 15px;
    }
    .scimed-article-product .container-fluid:nth-child(odd) > div.img {
        padding-left: 15px;
    }
    .article-content.text {
        margin: 0 auto;
    }
    img.basket,
    .elements-word {
        display: none !important;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .next-product {
        position: absolute;
        margin-top: 0;
        bottom: 30px;
        right: 9%;
    }
    #scimed-slider {
        height: auto;
    }
    ul#scimed-products {
        height: 750px;
    }
    .scimed-slider-content {
        padding: 0;
    }
    .next-product span {
        width: auto;
        padding-top: 110px;
        padding-right: 30px;
    }
    #scimed-slider-arrows {
        left: 175px;
        bottom: 100px;
        right: auto;
    }
    #scimed-slider {
        height: 750px;
    }
    section#scimed-intro {
        padding: 0% 8.333333%;
    }
    .wrapper-card:nth-child(1n+1) {
        /*2 sur 3*/
        -webkit-transition-delay: .05s !important;
        transition-delay: .05s !important;
    }
    .wrapper-card:nth-child(2n+1) {
        /*3 sur 3*/
        -webkit-transition-delay: .1s !important;
        transition-delay: .1s !important;
    }
    .wrapper-card:nth-child(5n+1) {
        /*6 sur 3*/
        -webkit-transition-delay: .15s !important;
        transition-delay: .15s !important;
    }
    .wrapper-card:first-child,
    .wrapper-card:nth-child(3n+1) {
        /*1 sur 3*/
        -webkit-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
    .shop-btn-container {
        opacity: 0;
    }
    .shop-btn {
        -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px);
    }
    .the-product-bg:hover .shop-btn-container {
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }
    .the-product-bg:hover .shop-btn-container .shop-btn {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity .3s ease, -webkit-transform .6s ease;
        transition: opacity .3s ease, -webkit-transform .6s ease;
        transition: transform .6s ease, opacity .3s ease;
        transition: transform .6s ease, opacity .3s ease, -webkit-transform .6s ease;
    }
    .the-product-bg:hover .shop-btn-container .shop-btn:nth-child(2) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }
    .the-product-bg:hover .white-bg {
        opacity: 1;
        -webkit-transition: opacity .6s ease;
        transition: opacity .6s ease;
    }
    #gallery {
        padding: 0 8.333333%;
    }
    #gallery a:hover:before {
        background: transparent;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .scimed-product-bg {
        max-width: 350px;
    }
    #scimed-slider-arrows {
        left: 290px;
        bottom: 60px;
        right: auto;
    }
    div#details {
        margin-left: 15px;
    }
    #details span.sku-reference {
        margin-top: 0;
    }
}


/* columns for product gallery */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.postid-32 #to-video,.postid-32 #details, .postid-248 #details, .postid-247 #details {
display:none;
}
a.book {
display: inline-block!important;
    width: 45px!important;
    height: 45px!important;
    margin-right: 15px!important;
    background: #36A9E1 center/19px no-repeat!important;
    border-radius: 50%!important;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)!important;
    -webkit-transition: all .2s ease!important;
    transition: all .2s ease!important;
background-image: url(img/basket-white.png)!important;
    background-size: 25px!important;
    background-position: 10px 47%!important;
    width: auto!important;
    margin-top: 40px!important;
    border-radius: 30px!important;
    padding: 15px 15px 0px 40px!important;
    -webkit-transition: all .2s ease!important;
    transition: all .2s ease!important;
}