    /*   
Theme Name: MMDWC
Author: MATTIEU MOREAU DOMECQ WEB CONCEPTION
Author URI: http://www.mattieumoreaudomecq.com
*/


/* 
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

@font-face {
    font-family: 'CorporateS-Demi';
    src: url('_/fonts/CorporateS-Demi.eot?#iefix') format('embedded-opentype'), url('_/fonts/CorporateS-Demi.otf') format('opentype'), url('_/fonts/CorporateS-Demi.woff') format('woff'), url('_/fonts/CorporateS-Demi.ttf') format('truetype'), url('_/fonts/CorporateS-Demi.svg#CorporateS-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CorporateS-DemiItalic';
    src: url('_/fonts/CorporateS-DemiItalic.eot?#iefix') format('embedded-opentype'), url('_/fonts/CorporateS-DemiItalic.otf') format('opentype'), url('_/fonts/CorporateS-DemiItalic.woff') format('woff'), url('_/fonts/CorporateS-DemiItalic.ttf') format('truetype'), url('_/fonts/CorporateS-DemiItalic.svg#CorporateS-DemiItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CorporateSExpertBQ-Bold';
    src: url('_/fonts/CorporateSExpertBQ-Bold.eot?#iefix') format('embedded-opentype'), url('_/fonts/CorporateSExpertBQ-Bold.woff') format('woff'), url('_/fonts/CorporateSExpertBQ-Bold.ttf') format('truetype'), url('_/fonts/CorporateSExpertBQ-Bold.svg#CorporateSExpertBQ-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*-------------------------------------------------------------------------------*/


/* CSS
    -------------------------------------------------------------------------------*/

html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    background-color: white;
    color: RGB(91, 221, 69);
    font-family: 'CorporateS-Demi';
    font-size: 14.5px;
    letter-spacing: 1.2px;
    line-height: 44px;
    font-weight: normal;
    -webkit-transition: opacity 0s ease-in-out;
    -moz-transition: opacity 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
}

body.loading {
    opacity: 0;
}

.page-template-page_CATALOGUE,
.page-template-page_CATALOGUE header,
.page-template-page_CATALOGUE #header_overlay,
.page-template-page_CATALOGUE footer {
    background-color: #9063cd;
    color: white;
}

a,
a:active,
a:visited,
a:hover,
a:focus {
    color: RGB(91, 221, 69);
    text-decoration: none;
}

.page-template-page_CATALOGUE a,
.page-template-page_CATALOGUE a:active,
.page-template-page_CATALOGUE a:visited,
.page-template-page_CATALOGUE a:hover {
    color: white;
    text-decoration: none;
}

header,
#header_overlay {
    padding: 22px 0px 0px 0px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 101;
    line-height: 44px;
    left: 0px;
    background-color: white;
}

body.open,
body.overlay_open {
    overflow: hidden;
}

* {
    -webkit-overflow-scrolling: touch;
}

.page-template-page_CATALOGUE * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline: none!important;
    box-shadow: none!important;
    border-color: transparent;
    !important;
    text-decoration: none!important;
}

 :focus {
    outline: none;
}

 ::-moz-focus-inner {
    border: 0;
}

button,
input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    font-weight: normal;
}

#wrapper {
    width: 100%;
    height: 100%;
    padding-top: 109px;
}

.page-template-page_CATALOGUE #wrapper {
    padding-top: 132px;
}

label {
    font-weight: 400!important
}

article {
    margin-bottom: 44px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.container-fluid {
    padding-right: 22px;
    padding-left: 22px;
}

.row {
    margin-right: -22px;
    margin-left: -22px;
}

[class*="col-"] {
    padding-left: 22px;
    padding-right: 22px;
}


/* HOME */


/* HOME */

.page-template-page_HOME header,
.page-template-page_HOME footer {
    display: none;
}

#video_home {
    position: fixed;
    height: 50vh;
    width: 50vw;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#video_home iframe {
    width: 100%;
    height: 100%;
}

#infos_home {
    position: absolute;
    bottom: -40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'CorporateSExpertBQ-Bold';
    font-size: 14.5px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 22px;
    width: 100%;
    color: white;
}

#infos_home a,
#infos_home a:active,
#infos_home a:visited,
#infos_home a:hover {
    color: white;
}

#header_overlay {
    background-color: transparent;
    z-index: -1;
    position: fixed;
}

#logo,
#logo_overlay {
    width: auto !important;
    height: 44px;
    display: block;
    margin-bottom: 21px;
    max-width: none;
    position: fixed;
    top: 22px;
    left: 22px;
    z-index: 10000;
}

#logo_overlay {
    position: fixed;
    top: 22px;
    left: 22px;
    cursor: pointer;
}

.controls_overlay {
    display: block !important;
    font-size: 22px;
    cursor: pointer;
}

.arrow_overlay {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 10000;
    cursor: pointer;
}

.close_overlay {
    position: fixed;
    top: 22px;
    right: 22px;
}

#next {
    right: 22px;
}

#prev {
    left: 22px;
}

#menu {
    position: relative;
    top: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 22px;
}

#menu li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

#menu li:last-child {
    margin-right: 0px;
}

.cart-customlocation span {
    font-size: 10px;
    font-family: 'CorporateSExpertBQ-Bold';
    position: relative;
    bottom: 5px;
    line-height: 10px;
}

.intitule {}

#titre_site,
#titre_site_overlay {
    font-family: arial;
    letter-spacing: 8px;
}

#titre_site_2,
#titre_site_overlay_2 {
    font-family: arial;
    letter-spacing: 8px;
}

.border_bottom {
    border-bottom: 2px solid;
}

.vignette {
    height: auto;
    width: 100%;
    margin-top: 5px;
    cursor: pointer;
}

.vignette:hover {
    filter: none!important;
}

.release {
    border-bottom: 2px solid;
}

.top {
    cursor: pointer;
    height: 44px;
}

.release:not(.open) .top:hover {
    font-family: 'CorporateS-DemiItalic';
}

.bottom {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content {
    display: none;
    position: relative;
    line-height: 22px;
}


/* PLAYER */

#pause_btn {
    display: none;
}

.player_container {
    display: inline-block;
    cursor: pointer;
}

#play_btn {
    display: block;
}

#play_btn,
#pause_btn {
    width: 12px;
    height: 12px;
    background: #9063cd;
    position: relative;
    margin-top: 0px;
}

#play_btn:before {
    width: 0;
    height: 0;
    border-left: 10px solid rgb(255, 255, 255);
    border-right: 0px solid #9063cd;
    border-top: 6px solid #9063cd;
    border-bottom: 6px solid #9063cd;
    position: absolute;
    content: "";
    top: 1px;
    left: 0px;
}

#pause_btn:before {
    width: 3px;
    height: 11px;
    background: rgb(255, 255, 255);
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
}

#pause_btn:after {
    width: 3px;
    height: 11px;
    background: rgb(255, 255, 255);
    position: absolute;
    content: "";
    top: 2px;
    right: 3px;
}

.back {
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 0px;
}

.close_content {
    width: 14px;
    height: 16px;
    position: relative;
    display: inline-block;
    margin-left: 2px;
    display: none;
}

.close_content span::after {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.close_content span::after,
.close_content span::before {
    display: block;
    width: 100%;
    height: 2px;
    background: rgb(255, 255, 255);
    backface-visibility: hidden;
    position: absolute;
    content: "";
}

.close_content span::before {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}


/* OVERLAY IMAGES */

#overlay_images {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 101;
    background: rgb(144, 99, 205);
    display: none;
    opacity: 1;
}

#overlay_images #ajax_content {
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
}

#overlay_images.opacity #ajax_content {
    opacity: 1
}

.slideshow {
    position: relative;
    height: calc(100vh - 120px);
    top: 60px;
    text-align: center;
}

.slideshow img {
    max-height: 100%;
    max-width: 100%;
}


/* EUROZONE */

#content_page_ajax img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
}

#content_page_ajax .lg-type-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

#content_page_ajax .lg-type-embed iframe,
#content_page_ajax .lg-type-embed object,
#content_page_ajax .lg-type-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lg-placeholder {
    padding-bottom: 0px!important;
}

.lg-row {
    margin-bottom: 0px!important;
}

#overlay_page {
    position: fixed;
    top: 0;
    z-index: 101;
    height: 100vh !important;
    width: 100%;
    padding: 60px 60px;
    background-color: rgb(144, 99, 205);
    display: none;
    opacity: 1;
    overflow-y: auto;
}

.woocommerce #overlay_page,
.woocommerce-page #overlay_page,
.page-template-default #overlay_page,
.page-template-page_GRIDDER #overlay_page {
    background-color: white;
    color: rgb(91, 221, 69);
}

.woocommerce #overlay_page p {
    color: rgb(91, 221, 69);
}

#content_page_ajax {
    max-width: 1000px;
    margin: 0 auto;
    opacity: 1;
}

#content_page_ajax.opacity {
    opacity: 1;
}

#overlay_page p {
    color: white;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 40px;
}

#overlay_page p:first-child {
    font-size: 57px;
    line-height: 60px;
    margin-bottom: 40px;
    margin-top: -44px;
}

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: white;
    z-index: 100;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

footer .copyright {
    border-top: 2px solid;
    text-transform: initial;
    font-family: "CorporateS-Demi";
    font-size: 14.5px;
    font-weight: 400;
}


/* SHOP */

.image_container img {
    -webkit-transition: opacity 0s ease-in-out;
    -moz-transition: opacity 0s ease-in-out;
    -o-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
}

.bloc_produit a:hover .image_foreground {
    opacity: 0
}

.image_foreground.hovered {
    opacity: 1!important;
}

.bloc_produit .image_container {
    position: relative;
}

.bloc_produit .image_background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#menu_apparel {
    list-style: none;
    text-transform: uppercase;
    line-height: 24px;
    position: fixed;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    /*! font-size: 20px; */
    /*! line-height: 26px; */
}

.archives_lookbook li {
    font-size: 12px;
    line-height: 18px;
    list-style: none;
}

.woocommerce .product_slideshow {
    position: relative;
    height: calc(100vh - 278px);
    text-align: center;
    width: 100%;
    margin-bottom: 22px;
}

.woocommerce .product_slideshow .slide {
    height: 100%;
    width: 100%;
    position: relative;
}

.woocommerce .product_slideshow img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    cursor: zoom-in;
    height: auto;
    width: auto;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.controls_slide {
    display: block;
    z-index: 10000;
}

.arrow_slide {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.close_slide {
    position: absolute;
    top: 22px;
    right: 22px;
}

.next_slide {
    right: 22px;
}

.prev_slide {
    left: 22px;
}

.woocommerce .product_slideshow.full_screen {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    z-index: 1000;
    width: 100vw;
    height: 100vh;
}

.woocommerce .product_slideshow.full_screen .controls_slide {
    display: block!important;
    font-size: 22px;
    cursor: pointer;
}

.woocommerce .product_slideshow.full_screen .slide {
    padding: 60px;
}

.woocommerce-page .pager_slideshow {
    text-align: center;
    height: 80px;
}

.woocommerce-page .pager_slideshow img.cycle-pager-active {
    opacity: 1;
    cursor: initial;
}

.woocommerce-page .pager_slideshow img {
    height: 100% !important;
    display: inline-block;
    opacity: 0.5;
    cursor: pointer;
    width: auto;
    max-width: none;
}

.entry {
    margin-bottom: 44px;
}

.bloc_produit {
    position: relative;
    margin: 22px 0px;
}

.woocommerce-page img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.bloc_produit:hover .legende {
    display: block;
}

.legende {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
}

.legende div {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: 'CorporateSExpertBQ-Bold';
}

.woocommerce-page h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0px;
    font-family: 'CorporateSExpertBQ-Bold';
    text-transform: uppercase;
}

.woocommerce-page p {
    line-height: 22px;
}

.woocommerce-page .description {
    margin-bottom: 22px;
    margin-top: 22px;
}

.woocommerce-page .price {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 22px;
}

.reset_variations {
    display: none;
}

.woocommerce-variation-availability p {
    font-family: "CorporateS-Demi";
    font-size: 14.5px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 22px;
    margin-bottom: 16px;
}

.variations tr {
    display: block;
}

.variations .label {
    display: block;
    padding: 0px;
    color: rgb(91, 221, 69);
    text-align: left;
    white-space: normal;
    border-radius: 0px;
    font-family: "CorporateS-Demi";
    font-size: 14.5px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 22px;
}

.variations .label label {
    font-weight: normal;
}

.button,
button {
    background-color: rgb(255, 255, 255)!important;
    border-radius: 0px!important;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    -o-appearance: none!important;
    font-weight: normal!important;
    font-size: 14.5px !important;
    line-height: 14.5px !important;
    padding: 10px!important;
    color: rgb(91, 221, 69)!important;
    border: 2px solid rgb(91, 221, 69)!important;
    font-family: 'CorporateSExpertBQ-Bold';
    text-transform: uppercase;
    opacity: 1!important;
}

.single_add_to_cart_button {
    width: 175px!important;
}

.button:hover,
button:hover,
a.button:hover {
    background-color: rgb(91, 221, 69) !important;
    text-decoration: none;
    background-image: none;
    color: white !important;
}

select,
#customer_details .select2-hidden-accessible {
    background-color: rgb(91, 221, 69)!important;
    border-radius: 0px!important;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    -o-appearance: none!important;
    font-weight: normal!important;
    font-size: 22px!important;
    line-height: 22px !important;
    padding: 7px 10px!important;
    color: white!important;
    border: 2px solid!important;
    width: 50px!important;
    margin-bottom: 22px!important;
    /*! text-align: center; */
    font-family: 'CorporateSExpertBQ-Bold';
    text-transform: uppercase;
}

.woocommerce-notices-wrapper {
    margin-bottom: 0px!important;
}

.content_single_produit .woocommerce-notices-wrapper .button {
    display: none!important;
}

.content_single_produit .woocommerce-notices-wrapper .woocommerce-message,
.content_single_produit .woocommerce-notices-wrapper .woocommerce-error {
    line-height: 22px!important;
    margin-bottom: 22px !important;
}

.content_single_produit .woocommerce-notices-wrapper .button {
    display: block;
    float: none !important;
    width: 175px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.cart-empty {
    margin-bottom: 22px!important;
}

.woocommerce-cart-form {
    margin-top: 22px!important;
}

.woocommerce-page .woocommerce-message::before {
    content: '\e015';
    color: rgb(91, 221, 69);
}

.woocommerce-page .woocommerce-error::before,
.woocommerce-page .woocommerce-info::before,
.woocommerce-page .woocommerce-message::before {
    content: '\e028';
    display: inline-block;
    vertical-align: middle;
    display: none;
}

.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
    padding: 0px;
    margin: 0px;
    position: relative;
    background-color: rgb(254, 254, 254);
    color: rgb(91, 221, 69);
    border-top: none;
    border-top-color: currentcolor;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-page .woocommerce-error {
    color: rgb(170, 0, 0);
}

.woocommerce .product-remove a.remove {
    color: rgb(170, 0, 0) !important;
    font-weight: normal;
}

.woocommerce .product-remove a.remove:hover {
    color: rgb(170, 0, 0) !important;
    font-weight: normal;
    background: transparent!important;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    outline: 0;
    font-weight: normal !important;
    font-size: 14.5px !important;
    line-height: 14.5px !important;
    padding: 10px !important;
    color: rgb(91, 221, 69) !important;
    border: 2px solid rgb(91, 221, 69) !important;
    width: auto;
    margin-right: 10px;
    position: relative;
    top: 2Px;
    margin-right: 10px !important;
}

.coupon ::placeholder {
    font-size: 14.5px !important;
    line-height: 14.5px !important;
    color: rgb(91, 221, 69);
    font-family: "CorporateS-Demi";
    border-radius: Opx!important;
}

#customer_details ::placeholder {
    font-size: 14.5px!important;
    font-weight: 400!important;
    letter-spacing: 1.2px;
    color: rgb(91, 221, 69);
    font-family: "CorporateS-Demi";
}

#order_comments ::placeholder {
    padding: 10px;
}

.woocommerce-page .woocommerce table.shop_table {
    border: 2px solid rgb(91, 221, 69);
    margin: 0 -1px 34px 0 !important;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 2px solid !important;
    padding: 15px !important;
    margin: 0px !important;
    text-align: left;
    border-radius: 0px !important;
    margin-bottom: 15px !important;
}

.woocommerce form.checkout_coupon p {
    margin-bottom: 10px!important;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0!important;
}

.woocommerce-page .woocommerce table.shop_table td {
    border-top: 2px solid rgb(91, 221, 69);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

.woocommerce table.shop_table th {
    font-weight: 400;
    padding: 0px 12px;
    line-height: 44px;
}

.woocommerce-page .woocommerce table.shop_table td {
    border-top: 2px solid rgb(91, 221, 69);
    padding: 0px 12px;
    vertical-align: middle;
    line-height: 44px !important;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    height: 64px;
}

.woocommerce .quantity .qty {
    height: 30px;
    border: 2px solid rgb(91, 221, 69);
}

.product-thumbnail {
    position: relative;
}

.product-thumbnail img {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.woocommerce-page #add_payment_method .cart-collaterals .cart_totals table td,
.woocommerce-page #add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-page .woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-page .woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-page .woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-page .woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    font-weight: normal;
    line-height: 44px;
    padding: 0px 12px;
}

.woocommerce-page #add_payment_method .cart-collaterals .cart_totals table td,
.woocommerce-page #add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-page .woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-page .woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-page .woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-page .woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: middle;
    border-left: 0;
    border-right: 0;
    line-height: 44px!important;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 2px solid rgb(91, 221, 69)!important;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0!important
}

.woocommerce-page .woocommerce table.shop_table tbody th,
.woocommerce-page .woocommerce table.shop_table tfoot td,
.woocommerce-page .woocommerce table.shop_table tfoot th {
    font-weight: normal;
}

.woocommerce-page .woocommerce table.shop_table th {
    font-weight: 400;
    padding: 0px 12px;
    line-height: 44px!important;
}

.cart_totals h2 {
    display: none;
}

.cart_totals {
    font-size: 22px;
}

strong {
    font-weight: normal!important;
}

#customer_details [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

.cart-subtotal td,
.cart-subtotal th,
.cart_totals th,
.cart_totals td,
.order-total th,
.order-total td {
    /*text-align: center!important;*/
    text-transform: uppercase!important;
    font-size: 22px;
    /*font-family: 'CorporateSExpertBQ-Bold';*/
}

.woocommerce .shipping td,
.woocommerce .shipping th {
    font-size: 14.5px;
    line-height: 14.5px;
}

.woocommerce .shipping #shipping_method {
    padding-top: 12px!important;
}

.woocommerce .shipping .shipping-calculator-form {
    margin-bottom: 44px!important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 44px!important;
    border: 2px solid;
    padding: 0px 4px;
}

.woocommerce form .form-row {
    padding: 0px!important;
    margin: 0 0 6px;
}

.woocommerce form .form-row label {
    line-height: 44px!important;
    font-weight: normal;
}

h3 {
    font-size: 22px;
}

#customer_details {
    margin-bottom: 22px;
}

#order_review {
    margin-top: 22px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 2px solid rgb(91, 221, 69)!important;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 2px solid rgb(91, 221, 69)!important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: white!important;
    border-radius: 0px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 0px!important;
    border-bottom: none!important;
    margin: 0;
    list-style: none outside;
}

.wc_payment_method img {
    width: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(91, 221, 69) !important;
    line-height: 44px !important;
}

.select2-container--default .select2-selection--single {
    border: 2px solid rgb(91, 221, 69) !important;
    border-radius: 0px !important;
}

.select2-container .select2-selection--single {
    height: 44px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgb(91, 221, 69) transparent transparent transparent!important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid rgb(91, 221, 69)!important
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    font-size: 14.5px !important;
    border-radius: 0px !important;
    line-height: 44px !important;
    color: rgb(255, 255, 255) !important;
}

.place-order {
    margin-top: 22px !important;
}


/* BUTTON */

.variations_form .variations .label {
    display: none;
}

.woo-variation-swatches .variable-items-wrapper {
    margin-bottom: 22px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:hover {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    color: white!important;
    background-color: rgb(91, 221, 69)!important;
    border-color: rgb(91, 221, 69) !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    color: white!important;
    background-color: rgb(91, 221, 69)!important;
    border-color: rgb(91, 221, 69) !important;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
    border-radius: 0px!important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid !important;
    font-size: 22px!important;
    font-family: 'CorporateSExpertBQ-Bold'!important;
    font-weight: normal!important;
    padding: 0px !important;
    margin: 0px !important;
    width: 50px !important;
    height: auto !important;
    margin-right: 12.5px !important;
    text-align: center;
    transition: unset!important;
    border-radius: 0px !important;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item {
    -webkit-transition: all 0s ease!important;
    transition: all 0s ease!important;
}

.button-variable-item span {
    font-size: 14.5px !important;
    line-height: 14.5px !important;
    padding: 10px !important;
}

.variable-items-wrapper [data-wvstooltip]::before,
.variable-items-wrapper [data-wvstooltip]::after {
    display: none!important;
}

.reset_variations {
    display: none!important;
}


/* GRIDDER */

.lg-grid p {
    font-family: "CorporateS-Demi"!important;
    font-size: 14.5px!important;
    line-height: 14.5px!important;
    font-weight: 400!important;
    letter-spacing: 1.2px!important;
    margin-bottom: 14.5px;
}

.mobile {
    display: none;
}


/* MODAL */

.modal {
    z-index: 10600;
}

.page-template-page_CATALOGUE .modal-content {
    border: 2px solid;
}

.open_modal {
    cursor: pointer
}

.modal-dialog {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    width: 40vw;
    margin: 0 auto;
    max-width: 600px;
}

.modal-dialog .close_overlay {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 100000;
}

.modal-body {
    position: relative;
    padding: 45px 45px 17px 45px;
    font-family: "CorporateS-Demi";
    font-size: 14.5px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 22px;
    /*border: 2px solid white;*/
}

.modal-body p {
    margin-bottom: 22px;
}

.modal-body p strong {
    text-transform: uppercase;
}

.modal-body a {
    color: white;
}

.modal-body a:hover {
    color: white;
    font-family: 'CorporateS-DemiItalic';
}

.modal-content {
    background-color: black;
    border-radius: 0px;
    box-shadow: none;
    color: white;
    margin: 45px 0px 23px 0px;
}

.modal-header {
    padding: 0px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0 !important;
    z-index: 1000;
}

.close {
    float: right;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: white;
    text-shadow: none;
    filter: none;
    opacity: 1;
    text-transform: uppercase;
    font-family: 'AvenirLTPro-Roman';
    letter-spacing: 0.2px!important;
}

.close:hover,
.close:focus {
    color: white!important;
    text-decoration: none;
    cursor: pointer;
    filter: none!important;
    opacity: 1!important;
}

.modal-backdrop.in {
    filter: 0;
    opacity: 0;
}


/* SIZE GUIGE */

.green .modal-content {
    background-color: white;
    border-radius: 0px;
    box-shadow: none;
    color: rgb(91, 221, 69);
    margin: 45px 0px 23px 0px;
    border: 2px solid;
}

.green .modal-body a {
    color: rgb(91, 221, 69);
}

.green .modal-body a:hover {
    color: rgb(91, 221, 69);
    font-family: 'CorporateS-DemiItalic';
}

.open_size {
    list-style: none;
    text-transform: uppercase;
    border-bottom: 2px solid;
    display: inline-block;
    line-height: 22px;
}

.modal-dialog .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 45px;
}

.modal-dialog .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid rgb(255, 255, 255);
}

.modal-dialog .table>thead>tr>th,
.modal-dialog .table>tbody>tr>th,
.modal-dialog .table>tfoot>tr>th,
.modal-dialog .table>thead>tr>td,
.modal-dialog .table>tbody>tr>td,
.modal-dialog .table>tfoot>tr>td {
    padding: 0px;
    line-height: 45px;
    vertical-align: top;
    border-top: 2px solid rgb(255, 255, 255);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border-bottom: 2px solid;
}

.modal-dialog .table th[scope=row] {
    text-align: left;
    width: 50%;
}


/* ORDER RECEIVED */

.woocommerce-order-received #shop_content .woocommerce-notice,
.woocommerce-order-received #shop_content .woocommerce-order-details__title,
.woocommerce-order-received #shop_content h1 {
    margin-bottom: 22px;
    text-transform: uppercase;
}

.woocommerce-order-received #shop_content ul.order_details li {
    float: left;
    margin-right: 0px;
    text-transform: uppercase;
    font-size: inherit;
    line-height: 24px;
    border-right: 0px solid rgb(91, 221, 69);
    padding-right: 48px;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.woocommerce-order-received #shop_content ul.order_details li strong {
    display: block;
    font-size: inherit;
    text-transform: none;
    line-height: 24px;
}

.woocommerce-order-received #shop_content ul.order_details {
    margin: 0;
    margin-bottom: 24px;
    list-style: none;
}

.woocommerce-order-received #shop_content table.shop_table {
    border: 2px solid rgb(91, 221, 69);
    margin: 0px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0px;
    max-width: 50vw;
}

@media(max-width:991px) {
    .page-template-page_CATALOGUE #wrapper {
        padding-top: 80px;
    }
    .top {
        height: auto;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .release {
        border-bottom: 2px solid;
        margin-bottom: 10px;
    }
    .release .text-right {
        text-align: left;
    }
    .vignette {
        height: auto;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        margin-bottom: 10px;
    }
    .row.intitule {
        display: none;
    }
    .content {
        display: block !important;
        position: relative;
        line-height: 22px;
    }
    .mobile {
        display: block;
    }
    header,
    #header_overlay {
        padding: 5px 0px 0px 0px;
    }
    #logo,
    #logo_overlay {
        left: 15px;
        top: 15px;
    }
    #wrapper {
        padding-top: 80px;
    }
    .desktop {
        display: none;
    }
    #menu_apparel {
        position: relative;
        margin-bottom: 10px;
        border-bottom: 2px solid;
        padding-bottom: 8px;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product_slideshow.mobile {
        height: auto;
        margin-top: 0px;
    }
    .woocommerce .product_slideshow.full_screen .slide {
        padding: 45px;
    }
    .modal-dialog {
        width: calc(100% - 25px);
    }
    .modal-body {
        padding: 45px 15px 17px 15px;
    }
    .modal-dialog .close_overlay {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 100000;
        font-size: 20px;
    }
    #overlay_page {
        padding: 60px 0px;
    }
    .lg-desktop-grid .lg-row {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .woocommerce-order-received #shop_content table.shop_table {
        max-width: 100%;
    }
    .woocommerce-order-received #shop_content ul.order_details li {
        margin-bottom: 24px;
        float: none;
    }
    .woocommerce-order-received #shop_content ul.order_details li:last-child {
        margin-bottom: 0px;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: white!important;
        min-height: 110px!important;
        padding: 10px!important;
    }
    .woocommerce-page .pager_slideshow img {
        height: 80% !important;
    }
    #page_ajax .lg-push-0.first-child {
        margin-left: 0%!important;
    }
    #page_ajax .lg-col {
        width: 100%!important;
    }
    .close_overlay {
        position: fixed;
        top: 22px;
        right: 15px;
    }
    footer {
        position: relative;
    }