@import 'assets/css/reset.css';
@import 'assets/css/normalize.css';

/* #d4a88c */
/* # 7870cc */

html {
    height: 100%;
}

html.admin-bar {
    height: calc(100% - 32px);
    margin-top: 32px!important;
}

body {
	font-family: 'Raleway', "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 14px;
}

body.flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

body.flex > main {
    /* flex: 1; */
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

* {
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    outline: none!important;
}

a {
	color: #111;
    text-decoration: none;
}

ins {
    text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 0!important;
}

.mih-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
    border-bottom: 1px solid rgba(0,0,0,0.075);
    box-shadow: 0 0 7px rgba(0,0,0,0.06);
    padding: 0 30px;
    position: relative;
    z-index: 10;
}

.home .mih-header {
    border: 0;
    box-shadow: none;
}

@media screen and (max-width: 815px){
    .mih-header {
        flex-wrap: wrap;
        padding: 0;
        justify-content: center;
        z-index: 100000;
    }
    .admin-bar body {
        padding-top: 48px;
    }
}

.mih-header__nav {
	flex: 1;
}

@media screen and (max-width: 815px){
    .mih-header__nav {
        order: 1;
        text-align: center;
        padding: 15px;

        display: none;
    }
}

.woocommerce-orders .woocommerce,
.woocommerce-account .woocommerce {
	flex-wrap: wrap;
}

.woocommerce .mih-header__nav ul,
.woocommerce .mih-header__cart ul,
.woocommerce-cart .mih-header__cart ul,
.woocommerce-account .mih-header__cart ul,
.woocommerce-checkout .mih-header__cart ul {
	display: block
}

.woocommerce-account main > article > header, 
.woocommerce-cart main > article > header, 
.woocommerce-checkout main > article > header, 
.mih-header__nav ul,
.mih-header__cart ul {
	display: none
}

.mih-header__nav li {
	display: inline-block;
}

.mih-header__nav li a {
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.3px;
}

.mih-header__logo img {
	display: block;
    height: 80px;
    margin: auto;
}
@media screen and (max-width: 815px){
    .mih-header__logo {
        order: 0;
        flex-basis: 100%;
        margin: auto;
        text-align: center;
    }
    .mih-header__logo a {
        display: inline-block;
        position: relative;
        z-index: 1;
    }
}

.mih-header__cart {
	flex: 1;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.site-header-cart li {
    display: inline-block;
    border-left: 1px solid rgba(0,0,0,0.1);
}
.site-header-cart li:first-child {
    border-left: 0;
}


@media screen and (max-width: 815px){
    .mih-header__cart {
        order: 1;
        position: absolute;
        right: 10px;
        top: 30px;
        left: 0;
    }

    .site-header-cart li {
        border-left: 0;
    }

    .site-header-cart {
        width: 100%;
        display: flex!important;
        justify-content: space-between;
    }
}

.site-header-cart li a {
    display: block;
    padding: 0 20px;
}


.paymentCards {
    background: #FFF;
    text-align: center;
    padding: 22px;
    border-top: 1px solid rgba(0,0,0,0.035);
}

.paymentCards__item {
    margin: 5px 15px;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 815px){
    .paymentCards__item {
        margin: 5px;
    }
}

.paymentCards__item img {
    height: 25px;
    display: block;
}

.home .mih-footer__container {
    display: none;
}

.mih-footer__container {
    background: #111;
    color: #fff;
    padding: 40px; 
}

.mih-footer__container #footer {
    max-width: 1024px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.mih-footer__container ul {
    padding: 0 40px;
}

.mih-footer__container ul.copyright {
    flex: 1;
}

.mih-footer__container ul.copyright li a {
    font-weight: 800;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 1.3px;
}

.mih-footer__container li {
    line-height: 2;
    font-size: 12px;
    text-transform: uppercase;
}

.mih-footer__container li a {
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    font-weight: 600;   
    letter-spacing: 1px;
}

.mih-footer__container .mih-footer__menuFAQ li a:hover,
.mih-footer__container .mih-footer__menuLegales li a:hover {
    background: #FFF;
    color:#111;
}

@media screen and (max-width: 968px){
    .mih-footer__container ul {
        padding: 0 20px;
    }
}

@media screen and (max-width: 815px){
    .mih-footer__container {
        padding: 20px 30px;
    }
    .mih-footer__container #footer {
        display: block;
    }
    .mih-footer__container ul {
        padding: 10px 0;
    }
}


main > article {
    margin: 0 auto;
}

/* main > article > header {
	display: none;
} */

.site-main {
	max-width: 1024px;
    margin: auto;
    padding: 0 10px
}

article.page {
    padding: 40px;
    line-height: 1.8;
}

.entry-content {
    max-width: 1024px;
    margin: auto;
}

.tax-product_cat .woocommerce .woocommerce-breadcrumb {
	display: none;
}

.woocommerce .woocommerce-breadcrumb {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,0.25);
    text-align: center;
    font-weight: 600;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: #000
}

.archive .woocommerce-products-header h1 {
    color: #111;
    font-size: 30px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 200;
    text-align: center;
    margin: 40px auto;
    line-height: 1.4;
}

@media screen and (max-width: 815px){
    .woocommerce .woocommerce-breadcrumb {
        top: 20px;
        right: 0;
    }
    .archive .woocommerce-products-header h1 {
        font-size: 26px;
    }
}

.mih-cart__count {
    position: relative;
}

.mih-cart__count .fas {
    font-size: 24px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.mih-cart__count span {
    min-width: 20px;
    height: 20px;
    display: block;
    background: #d4a88c!important;
    color: #FFF;
    font-family: Arial;
    border-radius: 100px;
    font-size: 10px;
    padding: 0;
    line-height: 21px;
    text-align: center;
    font-weight: bold;
    padding-left: 1px;
    position: absolute;
    bottom: -15px;
    right: 15px;
    padding: 0 7px;
}

/*******************************
    BOUTIQUE
********************************/

.archive #primary {
    background: #FFF;
    padding-bottom: 30px;
    flex: 1;
    position: relative;
}
.archive ul.products {
	display: flex;
	flex-flow: row wrap;
}
.archive ul.products .woocommerce-loop-product__title {
    font-size: 18px!important;
    font-weight: normal!important;
    padding-bottom: 0!important;
    padding-top: 15px!important;
}

.archive .columns-2 .product {
	flex-basis: 50%;
}
.archive .columns-3 .product {
    flex-basis: 33.3%!important;
    width: 33.3%!important;
    overflow: hidden;
    padding: 5px!important;
}

@media screen and (max-width: 815px){
    .archive .columns-3 .product {
        flex-basis: 100%!important;
        width: 100%!important;
        margin-bottom: 30px!important;
        flex: 1;
    }
}


.archive .columns-3 .product a img {
    max-height: 100%!important;
    margin: 0!important;
    width: 100%!important;
	transition: opacity 200ms ease;
}

.archive .columns-3 .product a:hover img {
	opacity: 0.8;
}

.archive .columns-4 .product {
	flex-basis: 25%;
}

@media screen and (max-width: 815px){
    .archive .product {
        flex-basis: 100%!important;
    }
}

.archive .mih-productFromArchive {
    margin: 10px;
    height: 100%;
}
.archive ul.products li.product .star-rating {
    display: none;
}
.archive .mih-productFromArchive > a.woocommerce-LoopProduct-link {
    padding: 30px;
    background: rgba(0,0,0,0.03);
    transition: background 100ms ease;
    position: relative;
    height: 100%;
}
.archive .mih-productFromArchive > a.woocommerce-LoopProduct-link:hover {
    background: rgba(0,0,0,0.05);
}
.archive ul.products li.product .mih-productFromArchive .woocommerce-loop-product__title {
    font-weight: bold;
    font-size: 18px;
    padding: 0;
}

.post-type-archive-product .woocommerce-breadcrumb {
    display: none;
}

.woocommerce ul.products li.product .price,
.post-type-archive-product .product .price,
.archive ul.products li.product .mih-productFromArchive .price,
.archive ul.products li.product .mih-productFromArchive .price .price-from {
    font-size: 16px!important;
}
.archive ul.products li.product .mih-productFromArchive .price .price-from {
    color: #d4a88c!important;
    display: inline-block;
}
.col--register,
.archive ul.products li.product .mih-productFromArchive .price .price-from__title,
.term-extensions-de-cils .products .button {
    display: none;
}

.archive .product {
    float: none!important;
    margin: 0px!important;
    width: auto!important;
    padding: 0px!important;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.woocommerce .product a img {
	width: auto!important;
	height: auto!important;
    max-height: 80%!important;
    display: block!important;
    margin: auto!important;
    max-width: inherit!important;
}
.post-type-archive-product .product a img {
    max-width: 100%!important;
}
.post-type-archive-product .product.product-type-simple {
	text-align: center;
}
.post-type-archive-product .product a {
	display: block;
}
.post-type-archive-product .product .star-rating {
	margin: auto;
    margin: 5px auto!important;
    display: none;
}

.post-type-archive-product li.product .woocommerce-loop-category__title, 
.post-type-archive-product  li.product .woocommerce-loop-product__title, 
.post-type-archive-product  li.product h3 {
	padding: 0;
	margin: 0px auto!important;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.woocommerce .product .button {
	margin: 0!important;
	flex: 0;
}
.woocommerce ul.products li.product a.button {
    display: none!important
}
.woocommerce ul.products li.product .added_to_cart.wc-forward {
    display: none!important;
}
.woocommerce .mih-product__thumbnail {
    display: flex;
    height: 320px;
}
.woocommerce .mih-product__description {
    padding: 15px 20px;
}
.woocommerce .product .price {
    margin: 0px auto!important;
    color: #d4a88c!important
}

.cart-subtotal .woocommerce-Price-amount,
.order-total .woocommerce-Price-amount {
	font-size: 18px!important;
}

.woocommerce-Price-amount.amount,
.woocommerce .product .price,
.woocommerce .quantity .qty,
.count {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
}

.woocommerce .quantity .qty {
    height: 42px!important;
    width: 60px!important;
    padding-left: 10px!important;
    border-color: rgba(0,0,0,0.05);
}
.woocommerce .quantity .plus, 
.woocommerce .quantity .minus, 
.woocommerce-page .quantity .plus, 
.woocommerce-page .quantity .minus {
    height: 21px;
    color: #FFF;
    border: 1px solid #111;
    background-color: #111;
}
.woocommerce .quantity .plus:hover, 
.woocommerce .quantity .minus:hover, 
.woocommerce-page .quantity .plus:hover, 
.woocommerce-page .quantity .minus:hover {
    border-color: #000;
    background-color: #000;
}
.woocommerce .quantity .minus, 
.woocommerce-page .quantity .minus {
    border-top-color: rgba(255,255,255,0.1);
}

.woocommerce div.product form.cart .variations {
    margin: 50px 0 30px!important;
}

@media screen and (max-width: 815px){
    .woocommerce div.product form.cart .variations {
        margin-top: 20px!important;
    }
}

.woocommerce div.product form.cart div.quantity {
    margin: 0;
}



/*******************************
    SIDEBAR CART 
********************************/

.woocommerce .cart-collaterals tbody tr td {
    text-align: right;
    font-size: 12px;
}
.woocommerce .cart-collaterals tbody tr.order-total th,
.woocommerce .cart-collaterals tbody tr.order-total td {
    font-size: 18px!important;
    font-weight: bold!important;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

.woocommerce-no-js .button.checkout-button {
    background: #00aa5b!important;
    border-color:#00aa5b!important;
	padding: 15px!important;
    font-size: 14px!important;
}

.woocommerce-no-js .button.checkout-button:hover {
    background-color: #006e3b!important;
    border-color:#006e3b!important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    display: block;
    width: 100%;
}

.woocommerce-no-js #respond input#submit.alt, 
.woocommerce-no-js a.button.alt, 
.woocommerce-no-js button.button.alt, 
.woocommerce-no-js input.button.alt {
    border-color: #111;
    background: #111;
}

.woocommerce-no-js #respond input#submit.alt:hover, 
.woocommerce-no-js a.button.alt:hover, 
.woocommerce-no-js button.button.alt:hover, 
.woocommerce-no-js input.button.alt:hover {
    border-color: #000;
    background: #000;
}

strong.product-quantity {
    font-family: Arial;
    font-size: 10px;
    position: relative;
    top: -1px;
    left: -3px;
    background: #FFF;
    padding: 2px 5px;
    border-radius: 3px;
    white-space: nowrap;
}





/*******************************
    VALIDATION 
********************************/
/* 
.woocommerce-billing-fields h3 {
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 25px;
} */

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
    float: none;
    width: auto;
    margin: 30px;
    text-align: left;
}

@media screen and (max-width:815px) {
    .woocommerce .col2-set .col-1, 
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, 
    .woocommerce-page .col2-set .col-2 {
        margin: 0px;
    }
}

.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
    padding: 3px;
}

.woocommerce-checkout #order_review_heading {
	display: none;
}

.woocommerce form .form-row {
    margin: 0;
    padding: 3px;
}

.woocommerce .woocommerce-additional-fields .form-row {
    padding: 0px;
}

@media screen and (max-width:815px) {
    .woocommerce form .form-row { 
        float: none;
        display: block!important;
        width: 100%!important;
    }
}

.woocommerce #review_form #respond p {
    margin-bottom: 15px;
}
.woocommerce form .form-row label,
.comment-form label {
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.3px;
    font-weight: 800;
    margin-top: 30px;
    color: #111;
    margin-bottom: 5px;
}

.comment-notes {
    font-size: 10px;
}

@media screen and (max-width:815px) {
    .woocommerce form .form-row-first label {
        margin-top: 15px
    }
}

.woocommerce form .form-row span > em {
    font-size: 10px
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.comment-form input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    line-height: normal;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.3);
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce-input-wrapper,
.comment-form input {
	text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1.3px;
    font-size: 13px;
}

.woocommerce textarea#order_comments {
	min-height: 120px;
}

.woocommerce-cart .cart-collaterals, 
.woocommerce-page .cart-collaterals,
.woocommerce-checkout .woocommerce-checkout-review-order {
    flex: 0 0 370px;
    width: 370px;
    top: 0;
    right: 0;
    background: #F4F4FA;
    bottom: 0;
    padding: 30px;
    position: relative;
}

@media screen and (max-width:815px) {
    .woocommerce-cart .cart-collaterals, 
    .woocommerce-page .cart-collaterals,
    .woocommerce-checkout .woocommerce-checkout-review-order  {
        width: 100%;
        padding: 20px;
    }
    .woocommerce .cart-collaterals .cart_totals, 
    .woocommerce-page .cart-collaterals .cart_totals {
        max-width: 370px;
        margin: 0 0 0 auto;
    }
}

@media screen and (max-width:768px) {
    .woocommerce .cart-collaterals .cart_totals, 
    .woocommerce-page .cart-collaterals .cart_totals {
        max-width: 440px;
        margin: auto;
    }
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	font-size: 14px;
}


.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 10px;
    font-size: 10px;
}

.woocommerce-page article.page {
    min-height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    flex: 1;
}

.woocommerce-page article.page .entry-content {
    max-width: 100%;
    margin: 0;
    flex: 1;
}

.woocommerce-billing-fields h3,
.woocommerce-page .woocommerce-cart-form .entry-title {
    font-weight: bold;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    position: relative;
    color: #111;
    font-size: 18px;
}
.woocommerce-billing-fields h3:after,
.woocommerce-page .woocommerce-cart-form .entry-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    height: 1px;
    background: rgba(0,0,0,0.1);
    top: -1px;
    bottom: 0;
    margin: auto;
}
.woocommerce-billing-fields h3 > span,
.woocommerce-page .woocommerce-cart-form .entry-title > span {
    display: inline-block;
    background: white;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}
.woocommerce-page .woocommerce-cart-form .entry-title {
    margin-top: 30px;
}

@media screen and (max-width:815px) {
    .woocommerce-page .woocommerce-cart-form .entry-title {
        margin: 0 0 20px;
    }
    .woocommerce-billing-fields h3,
    .woocommerce-page .woocommerce-cart-form .entry-title {
        font-size: 16px;
        display: block;
        padding: 10px 0;
        text-align: center;
    }
    .woocommerce-billing-fields h3 > span,
    .woocommerce-page .woocommerce-cart-form .entry-title > span {
        padding: 0 10px;
    }
}

.woocommerce-cart .woocommerce-cart-form {
    width: 100%;
}
.woocommerce .col2-set, 
.woocommerce-page .col2-set {
    width: auto;
    flex: 1;  
    margin: 0;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce .col2-set, 
.woocommerce-page .col2-set {
    margin: 0px auto;
    padding: 0 30px;
}

@media screen and (max-width:815px) {
    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce .col2-set, 
    .woocommerce-page .col2-set {
        margin: 20px auto;
        padding: 0 15px;
        text-align: center;
    }
}

dl.variation {
    font-size: 12px;
    font-weight: bold;
}

.woocommerce .col2-set, 
.woocommerce-page .col2-set {
    max-width: 600px;
}

.woocommerce form #billing_city_field, 
.woocommerce form #billing_postcode_field, 
.woocommerce form #shipping_city_field, 
.woocommerce form #shipping_postcode_field {
    display: inline-block;
}

.woocommerce form #billing_city_field,
.woocommerce form #shipping_city_field {
    width: 65%;
}

.woocommerce form #billing_postcode_field,
.woocommerce form #shipping_postcode_field {
    width: 35%;
}


.woocommerce form #billing_state_field,
.woocommerce form #billing_company_field,
.woocommerce form #shipping_state_field,
.woocommerce form #shipping_company_field {
    display: none!important;
}

.woocommerce form #billing_city_field label,
.woocommerce form #billing_state_field label,
.woocommerce form #billing_postcode_field label,
.woocommerce form #shipping_city_field label,
.woocommerce form #shipping_state_field label,
.woocommerce form #shipping_postcode_field label {
    display: none;
}


.woocommerce form #billing_email_field,
.woocommerce form #billing_phone_field,
.woocommerce form #shipping_email_field, 
.woocommerce form #shipping_phone_field {
    display: inline-block;
}


.woocommerce form #billing_email_field,
.woocommerce form #shipping_email_field {
    width: 60%;
}

.woocommerce form #billing_phone_field,
.woocommerce form #shipping_phone_field {
    width: 40%;
}

.woocommerce-shipping-fields {
    border: 1px solid rgba(0,0,0,0.3);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.3px;
}

.shipping_address {
    display: block;
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 0 30px 30px
}

#ship-to-different-address {
    float: none!important;
}

#ship-to-different-address label {
    padding: 30px;
    cursor: pointer;
    display: block;
}

#ship-to-different-address label input {
    position: relative;
    top: 2px;
}
#ship-to-different-address label span {
    margin-left: 10px;
}

@media screen and (max-width: 768px){
    #ship-to-different-address label {
        padding: 15px;
    }
    .shipping_address {
        padding: 0 15px 15px;
    }
}

.woocommerce form .form-row label.checkbox, 
.woocommerce-page form .form-row label.checkbox {
    display: inline-block;
    padding-bottom: 30px;
    cursor: pointer;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #ff4757
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #ff4757;
}



/*******************************
    CART 
********************************/


.woocommerce-cart .woocommerce {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;    
    align-content: flex-start;
}

.woocommerce-cart .woocommerce {
	flex-wrap: nowrap;
}

.woocommerce-cart.woocommerce-page .woocommerce {
    flex-direction: row;
}
@media screen and (max-width:1024px) {
    .woocommerce-cart.woocommerce-page .woocommerce {
        display: block;
    }
    .woocommerce-cart .cart-collaterals, 
    .woocommerce-page .cart-collaterals,
    .woocommerce-checkout .woocommerce-checkout-review-order {
        width: 100%;
    }
    .woocommerce .cart-collaterals .cart_totals, 
    .woocommerce-page .cart-collaterals .cart_totals {
        max-width: 370px;
        margin: auto;
    }
}

.woocommerce-message, 
.woocommerce-Message {
    background: #2ed573;
    border: 0;
    color: #FFF; 
    padding: 15px 75px;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
}
.woocommerce-MyAccount-content .woocommerce-info .button {
    display: none;
}

.woocommerce-message a, 
.woocommerce-Message a {
    display: inline-block;
    padding: 0 3px;
}

.woocommerce-message::before,
.woocommerce-Message::before {
    display: none;
}

.woocommerce-message > span, 
.woocommerce-Message > span {
    flex: 1;
}


ul.woocommerce-error {
    margin: 0;
    background: #ff4757;
    color: #FFF;
    border: 0;
    padding: 0!important;
}

.woocommerce-error::before {
    display: none;
}
.woocommerce-NoticeGroup {
    width: 100%;
}
ul.woocommerce-error li {
    display: flex;
    line-height: 21.3px;
    align-items: center;
    padding: 20px!important;
    border-top: 1px solid rgba(0,0,0,0.05);
}

ul.woocommerce-error li strong {
    display: inline-block; 
    padding: 0 3px;
}

ul.woocommerce-error li a.button.wc-forward {
    display: none;
    flex: 0 0 150px;
    text-align: center;
}

.woocommerce-message a.button.wc-forward,
.woocommerce-error a.button.wc-forward {
    margin-right: 15px;
}


.mih-cartEmpty {
    flex-basis: 100%;
    text-align: center;
    padding: 140px;
}

.mih-cartEmpty p {
    margin: 5px 0;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 1.3px;
}

.woocommerce table.shop_table { 
    border: 0;
    position: relative;
}
.woocommerce table.shop_table tbody tr:first-child td {
	border-top: 0
}

#add_payment_method table.cart .product-thumbnail, 
.woocommerce-cart table.cart .product-thumbnail, 
.woocommerce-checkout table.cart .product-thumbnail {
    width: 130px;
    padding-right: 30px;
}

@media screen and (max-width: 768px){
    .woocommerce #content table.cart .product-thumbnail, 
    .woocommerce table.cart .product-thumbnail, 
    .woocommerce-page #content table.cart .product-thumbnail, 
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
        margin: auto;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        font-size: 0;
    }
    .woocommerce table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item, 
    .woocommerce-page table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item {
        margin-bottom: 30px;
        padding: 10px;
        background: #F7F7F7;
        border: 6px solid #FFF;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
    .woocommerce table.shop_table td {
        border: 0;
    }
}

.woocommerce-cart-form__cart-item td {
	padding: 20px 10px 20px 0px!important 
}

#add_payment_method table.cart .product-thumbnail a, 
.woocommerce-cart table.cart .product-thumbnail a, 
.woocommerce-checkout table.cart .product-thumbnail a{
    display: block;
    box-shadow: 0 0 20px rgba(0,0,0,0.025);
    padding: 10px;
    height: 100px;
    background: #FFF;
}

.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    height: 100%;
    margin: auto;
    display: block;
    width: auto!important;
}

.woocommerce table.shop_table thead th {
    font-weight: bold!important;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-size: 12px;
    padding: 0;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 20px 0px;
    font-size: 14px;
    font-weight: normal!important;
}
.woocommerce .cart-collaterals table.shop_table td,
.woocommerce .cart-collaterals table.shop_table th.product-total,
.woocommerce-checkout-review-order-table tbody td.product-total,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table th.product-total {
    text-align: right;
    font-size: 12px!important;
}

.woocommerce-checkout-review-order-table th.product-total {
    text-align: right;
}

.woocommerce .cart-collaterals table.shop_table tbody td.product-name {
    text-align: left;
    font-size: 14px;
}

.woocommerce div.product .out-of-stock {
    color: #ff4757;
}

.cookie-bar-top-bar .mih-header {
    position: relative;
    z-index: 1;
}
.cookie-bar-top-bar.admin-bar body {
    padding-top: 0;
}

@media screen and (max-width:815px) {
    .woocommerce table.shop_table td,
    .woocommerce table.shop_table th {
		padding: 8px 0!important;
    	background: transparent!important;
    	border-color: rgba(0,0,0,0.05)!important;
    }
    .woocommerce-checkout-review-order > * {
        max-width: 560px;
        margin: auto!important;
    }
}

@media screen and (max-width:815px) {
    .woocommerce-cart .mih-header__nav {
        display: none;
    }
}

.cart_totals h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
}

.checkout.woocommerce-checkout,
.woocommerce-cart .entry-content .woocommerce .mainFlex {
    display: flex;
    position: relative;
    flex: 1;
}

.checkout.woocommerce-checkout {
    flex-wrap: wrap;
}

@media screen and (max-width:815px) {
    .checkout.woocommerce-checkout,
    .woocommerce-cart .entry-content .woocommerce .mainFlex {
        display: block;
    }
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-message {
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    z-index: 1;
    margin: 0;
    text-align: center;
    padding: 25px;
    border: 0;
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-message:before {
    display: none;
}


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

.woocommerce--cartEmpty {
    flex: 1
}

.cart-empty, .return-to-shop, .woocommerce-notices-wrapper {
    width: 100%;
    text-align: center;
}
.cart-empty {
    margin: 80px 0 10px!important;
    font-size: 20px;
}
.return-to-shop {
    margin: 10px 0 80px;
}

.woocommerce-cart-form .entry-title {
    font-size: 2em;
    margin: 0 0 40px;
}

.woocommerce-cart-form table.shop_table {
    margin-top: 30px;
}
@media screen and (max-width:815px) {
    .woocommerce-cart-form table.shop_table {
        margin-top: 0px;
    }
}
@media screen and (max-width:768px) {
    .woocommerce-cart-form table.shop_table {
        margin-top: 0px;
        max-width: 450px;
        margin: auto;
    }
}
.woocommerce-cart .woocommerce-cart-form {
    max-width: 800px;
}

.woocommerce a.remove {
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #111!important;
    text-decoration: none;
    font-weight: 100;
    border: 0;
    margin: auto;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 23px;
    font-size: 34px;
}
.woocommerce a.remove:hover {
    background: #ff4757
}

@media screen and (max-width:768px) {
    .woocommerce a.remove {
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 0;
        width: auto;
        height: auto;
        padding: 6px;
    }
}

.woocommerce .cart_totals.calculated_shipping table.shop_table tbody tr td {
    text-align: right;
}
.woocommerce-shipping-destination {
	display: none;
}

.woocommerce form.checkout_coupon, 
.woocommerce-form-coupon-toggle {
    display: none;
}

.coupon {
    font-size: 0;
}

#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: none;
    display: inline-block;
    vertical-align: top;
    padding: 13px;
    width: 150px;
    font-size: 14px;
    margin: 0;
}

.coupon button.button {
    margin-left: -2px;
}

.woocommerce-cart-form__contents .coupon {
    display: none
}

.woocommerce-no-js #respond input#submit, 
.woocommerce-no-js a.button, 
.woocommerce-no-js button.button, 
.woocommerce-no-js input.button,
.woocommerce-no-js #respond input#submit.disabled, 
.woocommerce-no-js #respond input#submit:disabled, 
.woocommerce-no-js #respond input#submit:disabled[disabled], 
.woocommerce-no-js a.button.disabled, 
.woocommerce-no-js a.button:disabled, 
.woocommerce-no-js a.button:disabled[disabled], 
.woocommerce-no-js button.button.disabled, 
.woocommerce-no-js button.button:disabled, 
.woocommerce-no-js button.button:disabled[disabled], 
.woocommerce-no-js input.button.disabled, 
.woocommerce-no-js input.button:disabled, 
.woocommerce-no-js input.button:disabled[disabled] {
    padding: 14px;
    font-size: 12px;
    background: transparent;
    border: 1px solid #111;
    border-radius: 0;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}


.woocommerce-no-js #respond input#submit.disabled, 
.woocommerce-no-js #respond input#submit:disabled, 
.woocommerce-no-js #respond input#submit:disabled[disabled], 
.woocommerce-no-js a.button.disabled, 
.woocommerce-no-js a.button:disabled, 
.woocommerce-no-js a.button:disabled[disabled], 
.woocommerce-no-js button.button.disabled, 
.woocommerce-no-js button.button:disabled, 
.woocommerce-no-js button.button:disabled[disabled], 
.woocommerce-no-js input.button.disabled, 
.woocommerce-no-js input.button:disabled, 
.woocommerce-no-js input.button:disabled[disabled] {
    color: #AAA;
    border-color: #AAA;
    pointer-events: none;
}

.woocommerce-no-js #respond input#submit, 
.woocommerce-no-js a.button, 
.woocommerce-no-js button.button, 
.woocommerce-no-js input.button  {
    background: #111;
    color: #FFF;
}

.woocommerce-no-js #respond input#submit:hover, 
.woocommerce-no-js a.button:hover, 
.woocommerce-no-js button.button:hover, 
.woocommerce-no-js input.button:hover  {
    background: #000;
    border-color: #000;
    color: #FFF;
}











.woocommerce a.added_to_cart {
    display: none;
}

.single-product main p.stock {
    padding: 10px 0;
    font-weight: bold;
}
.single-product main .product {
    margin: 0;
    flex: 1;
}

.single-product .wpis-slider-for .slick-slide {
    /* height: 600px; */
    padding: 0;
    display: flex;
}

.single-product .wpis-slider-for img {
    /* width: auto!important;
    height: auto!important; */
    width: 100%!important;
    height: 100%!important;
    max-width: 100%!important;
    max-height: 100%!important;
    margin: 0 auto!important;
} 

@media screen and (max-width: 815px){
    .single-product .wpis-slider-for .slick-slide { 
        height: 100%;
    }
    .single-product .wpis-slider-for img {
        width: auto!important;
        height: auto!important;
    } 
}


.single-product .wpis-slider-nav .slick-slide {
    padding: 0px;
    border: 1px solid rgba(0,0,0,0.05);
    margin: 16px 8px;
}

.single-product .wpis-slider-nav .slick-slide:first-child:last-child {
    display: none;
}

.slick-prev:before, .slick-next:before {
    font-size: 40px;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-prev, .slick-next, 
.slick-prev:hover, .slick-next:hover {
    width: 50px;
    height: 50px;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 80px;
    opacity: 1;
    color: #000;
    cursor: pointer;
}

@media screen and (max-width: 815px){
    .slick-next {
        right: 0px;
    }
    .slick-prev {
        left: 0px;
    }
}














.product__container {
    display: flex;
}

@media screen and (max-width: 815px){
    .product__container {
        display: block;
    }
}

.product__container .product__images,
.product__container .product__description {
    width: 50%!important;
    padding: 50px 80px;
    display: flex;
    justify-content: center;
}

.product__container .product__images {
    justify-content: flex-end;
    padding: 0; 
}

.product__container .product__description {
    justify-content: flex-start;
    border-left: 1px solid rgba(0,0,0,0.05);
}

@media screen and (max-width: 815px){
    .product__container .product__images,
    .product__container .product__description {
        width: 100%!important;
        padding: 30px;
        display: block;
    }
    .product__container .product__images {
        padding: 0px;
    }
    .product__container .product__description {
        border:0;
        border-top: 1px solid rgba(0,0,0,0.05);
    }
}

.woocommerce .product__container .product__images div.images,
.woocommerce .product__container .product__description div.summary.entry-summary {
    width: 100%;
    max-width: 600px;
    float: none;
    margin-bottom: 0;
}

.woocommerce .product__container .product__images div.images {
    max-width: 100%;
}

@media screen and (max-width: 815px){
    .woocommerce .product__container .product__images div.images,
    .woocommerce .product__container .product__description div.summary.entry-summary {
        margin: 0 auto;
    }
}

.woocommerce span.onsale {
    display: none;
}

.woocommerce div.product .product_title {
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.related.products {
    background: yellow;
    padding: 50px;
}

.woocommerce div.product .woocommerce-product-rating {
    display: none;
}
.product-type-variable .woocommerce-variation-price .price {
    display: block;
}

.product-type-variable form.cart .variations td {
    padding: 15px 0;
    border-top: 1px solid rgba(0,0,0,0.05)!important;
    border-bottom: 1px solid rgba(0,0,0,0.05)!important;
}

.sku_wrapper, span.posted_in {
    display: none;
}

.single-product.woocommerce div.product .product_title {
    font-weight: normal;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}


@media screen and (max-width: 815px){
    .product-type-variable form.cart .variations {
        margin: 0 ;
        max-width: 250px;
    }
    .product-type-variable form.cart .variations table,
    .product-type-variable form.cart .variations tr,
    .product-type-variable form.cart .variations td {
        display: block;
        padding: 0;
        border: 0!important;
    }

    .product-type-variable form.cart .variations tr {
        margin-top: 15px!important;
    }
    .single-product.woocommerce div.product .product_title {
        font-size: 26px;
    }
}

.single-product.woocommerce div.product p.price, 
.single-product.woocommerce div.product span.price {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin: 0!important;
}

.single-product.woocommerce div.product .price .price-from {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

.woocommerce div.product form.cart {
    margin: 50px 0 0;
}

.woocommerce div.product form.variations_form {
    margin: 0;
}



.product__tabs {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 40px;
}

.product__tabs .woocommerce-tabs.wc-tabs-wrapper {
    max-width: 815px;
    margin: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid transparent;
    background-color: transparent!important;
    margin: 0 -3px;
    text-transform: uppercase;
    font-size: 13px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 25px!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom-color: #FFF;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: rgba(0,0,0,0.1);
}

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #CCC;
    border-color: #CCC;
    color: #fff;
}

.woocommerce-variation-add-to-cart-disabled {
    pointer-events: none;
}


.woocommerce-variation-add-to-cart-disabled .quantity.buttons_added {
    opacity: 0.15;
}

.mih-product__addCart {
    display: flex;
}

.mih-product__quantity,
.mih-product__addCartButton {
    overflow: hidden;
}

.mih-product__quantity {
    margin-right: 15px;
}

.mih-product__addCartButton {
    flex: 1
}

.woocommerce div.product form.cart div.quantity.buttons_added {
    margin-right: 10px; 
}
.woocommerce div.product form.cart .button {
    float: none;
    display: block;
    /* width: 100%; */
}

.woocommerce-variation-availability .in-stock {
    display: none;
}



.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

.woocommerce nav.woocommerce-pagination ul li {
    float: none;
    background: white;
    display: block!important;
    flex: 1;
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 15px;
}
/* .woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, */
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000;
    color: #FFF;
    font-weight: bold;
}



@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    40%,
    43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
  
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
  }
  
  @keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
    40%,
    43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
  
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    }
  
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
  }
  
  .post-type-archive .bounce, 
  .single-product .bounce  {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    animation: bounce 750ms 1;
  }
  

.lame {
    padding: 60px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.05);
}
.lame__title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.lame__content {
    margin: auto;
    display: block;
    max-width: 800px;
}
.lame--inverse {
    background: rgba(0,0,0,0.025);
}
@media screen and (max-width: 815px){
    .lame {
        padding: 30px;
    }
    .lame__title {
        font-size: 20px;
        line-height: 1.4;
    }
}

.woocommerce table.shop_attributes {
    margin: 0!important;
    width: 100%;
    background: #FFF;
    border: 10px solid #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.woocommerce table.shop_attributes tr:nth-child(even) td, 
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #FFF;
}

@media screen and (max-width: 815px){
    
    .woocommerce table.shop_attributes, 
    .woocommerce table.shop_attributes tbody,
    .woocommerce table.shop_attributes tr,
    .woocommerce table.shop_attributes td,
    .woocommerce table.shop_attributes th {
       display: block;
       width: 100%;
       border: 0;
       text-align: left;
    }
    .woocommerce table.shop_attributes td,
    .woocommerce table.shop_attributes th  {
        border: 0;
        padding: 0px;
    }
    .woocommerce table.shop_attributes tr {
        border-top: 1px solid rgba(0,0,0,0.025);
        padding: 10px;
    }
    .woocommerce table.shop_attributes tr:first-child {
        border: 0;
    }
    .woocommerce table.shop_attributes td p {
        padding: 0;
        margin-top: 5px;
    }

}


.lame--avis {
    background: #F1F1F1;
}
.woocommerce-Reviews {
    max-width: 600px;
    margin: auto;
}
.woocommerce #reviews #comments h2, 
.woocommerce #reviews .woocommerce-noreviews,
.comment-reply-title {
    display: none;
}
.single-product.woocommerce #reviews #comments ol.commentlist li.comment {
    text-align: left;
}
.single-product.woocommerce #reviews #comments ol.commentlist li.comment,
.single-product.woocommerce #review_form #respond {
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.1);
    background: white;
    padding: 30px;
}
.single-product.woocommerce #reviews #comments ol.commentlist li.comment .comment_container {
    position: relative;
}
.single-product.woocommerce #reviews #comments ol.commentlist li.comment .comment-text {
    margin: 0;
    border: 0;
    padding: 0;
}
.single-product.woocommerce  #reviews #comments ol.commentlist li img.avatar {
    left: 0;
    width: 40px;
    border-radius: 100px;
    border: 0;
    padding: 0;
    height: 40px;
    position: absolute;
}
.single-product.woocommerce #reviews #comment {
    height: 120px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 10px;
    resize: none;
}
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 20px;
    text-align: left;
}
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    padding-left: 0;
    margin-bottom: 0px;
    font-size: 14px;
	position: relative;
	top: -3px;
    text-transform: uppercase;
    color: #111;
}
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    font-size: 14px;
    line-height: 2;
}
.woocommerce-review__author {
	margin-right: 3px;
}
.woocommerce-review__verified,
.woocommerce-review__dash,
.woocommerce-review__published-date {
	font-size: 10px;
	text-transform: none;
}
.woocommerce .star-rating {
    color: #d4a88c;
}
.woocommerce .star-rating::before {
    color: #d4a88c;
    opacity: 0.4;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p:first-child:last-child {
    margin: 0;
}
.woocommerce #review_form #respond {
    margin: auto;
    text-align: left;
}
#review_form_wrapper {
    margin-top: 20px;
}
.comment-form-rating label,
.comment-form-comment label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.3px;
}

.woocommerce-order {
    max-width: 780px;
    margin: 40px auto;
    border: 10px solid #FFF;
    padding: 30px;
    background: #F4F4F4;
    box-shadow: 0 0 10px rgba(0,0,0,0.1)
}

@media screen and (max-width: 780px){
    .woocommerce-order {
        margin: 40px 15px;
    }
}

.woocommerce-notice.woocommerce-notice--success {
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
}


.woocommerce-order-details .woocommerce-order-details__title {
	font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
}

.woocommerce ul.order_details li {
    float: left;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border: 0!important;
    padding-right: 2em;
    padding-left: 0;
    list-style-type: none;
    width: 30%!important;
    margin: 5px;
}

@media screen and (max-width: 815px){
    .woocommerce ul.order_details li {
        display: block!important;
        width: 100%!important;
    }
}

.woocommerce-order-details__title {
    text-align: center;
    font-size: 24px;
}

.woocommerce-account .woocommerce {
    display: flex;
    min-height: 100%;
    flex-direction: row;
    overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
    float: none;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
    box-sizing: border-box;
    left: 0;
}

@media screen and (max-width: 815px){
    .woocommerce-account .woocommerce {
        display: block;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        text-align: center;
    }
}

.woocommerce-account li.woocommerce-MyAccount-navigation-link {
    border-top: 1px solid rgba(0,0,0,0.05);
}
.woocommerce-account li.woocommerce-MyAccount-navigation-link a {
    padding: 20px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    background: #FFF;
}
.woocommerce-account li.woocommerce-MyAccount-navigation-link a:hover {
    background: #111;
    color: #FFF;
}

.woocommerce-account .woocommerce-MyAccount-content {
    background: #F1F1F1;
    padding: 40px;
    width: 70%;
    float: none; 
    text-align: center;
}

@media screen and (max-width: 815px){
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%!important;
	}
}

.woocommerce-customer-details .woocommerce-column__title {
	margin-top: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content form {
    max-width: 550px;
    text-align: left;
    background: #FFF;
    padding: 30px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.woocommerce-account .woocommerce-MyAccount-content form > h3 {
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1.3px; 
}
.woocommerce-account .woocommerce-Address {
    max-width: 550px;
    text-align: left;
    background: #FFF;
    padding: 40px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.woocommerce-account .woocommerce-Address {
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.1);
    background: white;
    font-size: 14px;
    padding: 30px!important;
}

.woocommerce-account .addresses .title h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.woocommerce-account .addresses .title .edit {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    top: 1px;
    color: rgba(0,0,0,0.3);
}

.woocommerce-address-fields__submit {
    padding: 3px;
    text-align: right;
    margin-top: 30px;
}

.woocommerce-address-fields button[type=submit]{
    margin: 30px 3px 3px;
}

.woocommerce-EditAccountForm fieldset {
    border: 1px solid rgba(0,0,0,0.3);
    padding: 0 30px 30px;
    margin: 30px 0;
}

.woocommerce-EditAccountForm legend {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.3px;
    color: rgba(0,0,0,0.3);
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

form.checkout_coupon.woocommerce-form-coupon p {
    display: block;
    float: none;
    padding: 0;
    text-align: center;
    width: auto;
    max-width: 450px;
	line-height: 1.6;
    margin: auto;
}

form.checkout_coupon.woocommerce-form-coupon p.form-row {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 815px){

	form.checkout_coupon.woocommerce-form-coupon p.form-row {
		margin: 5px;
	}
	form.checkout_coupon.woocommerce-form-coupon > p:first-child {
    	text-align: left;
    	margin: 5px;
   		padding-bottom: 10px;
	}


	form.checkout_coupon.woocommerce-form-coupon .button {
		width: 100%!important;
	}
}

form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
    width: 140px;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first input {
    padding: 13px 12px 12px;
}

.woocommerce #customer_login form .form-row:first-child label {
    margin-top: 10px;
}

.woocommerce #customer_login .woocommerce-privacy-policy-text {
    margin: 10px 3px;
    font-size: 12px;
}

.mih-loginForm_button {
    margin-top: 15px;
}

.comment-form-rating .stars {
    margin: 3px 0;
    font-size: 20px;
    line-height: 1;
}

.comment-form-rating .stars a {
    margin: 0 1px;
}

.product-cats {
    text-align: center;
}

.product-cats > li {
    display: inline-block;
    margin: 0 15px;
}

.woocommerce img, .woocommerce-page img {
    display: block;
}

.mih-shop {
    position: relative;
}

.mih-shop:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    opacity: 1;
    z-index: 1;
    background-size: 110px;
    background-color: #d0d0d8;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%23ffffff' fill-opacity='0.2'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.mih-shop .product-cats > li {
    display: inline-block;
    margin: 15px;
    max-width: 200px;
    vertical-align: top;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 3px 30px rgba(0,0,0,0.1);
    font-size: 12px;
    background: #FFF;
    padding-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 2;
}

.mih-shop .product-cats > li:hover a {
    letter-spacing: 2.4px;
}


.mih-shop .product-cats > li a {
    display: block;
    padding-bottom: 8px;
    transition: letter-spacing 100ms ease;
}

.mih-shop__intro {
    max-width: 1024px;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    padding: 40px;
    position: relative;
    z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.mih-shop__title {
    font-size: 45px;
    font-weight: bold;
    display: inline-block;
    /*margin-bottom: 25px;*/
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.2;
    padding: 3px 11px;
    text-shadow: 0 2px 120px rgba(0,0,0,0.3);   
}

@media screen and (max-width: 815px){
    .mih-shop__title {
        font-size: 30px
    }
    .mih-shop .product-cats > li {
        max-width: 300px;
    }
}


.mih-shop__title small {
    display: block;
    font-size: 30%;
}

.features {
    background: #FFF;
}

.feature {
    display: flex;
    align-items: center;
    margin-left: 0;
}

.features > .feature:nth-child(even) {
    flex-direction: row-reverse;
}

.feature__text-wrapper,
.feature__media-wrapper {
    width: 50%;
}

.feature__media {
    display: block;
    max-width: 100%;
    width: 100%;;
}

.feature__text {
    margin: auto;
    width: 75%;
}

.feature__text h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.feature__text h2 strong {
    font-weight: bold;
}

.feature__text h2 b {
    color: #d4a88c;
}

.feature__description {
    font-size: 16px;
}

.feature__button,
.feature__description {
    margin-top: 30px;
}

.feature__button {
    margin-top: 30px;
}

@media screen and (max-width: 815px){
    .feature {
        display: block;
    }
    .feature__text-wrapper,
    .feature__media-wrapper {
        width: 100%;
    }
    .feature__text {
        padding: 40px; 
    }
}

@media screen and (max-width: 615px){
    .feature__text {
        width: 100%;
    }
    .feature__text h2 {
        font-size: 28px;
    }
    .feature__description {
        font-size: 14px;
    }
    .feature__button,
    .feature__description {
        margin-top: 15px;
    }
}


.univers {
    display: flex;;
    flex: 1;
}
.univers__item {
    width: 50%;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
	cursor: default;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: transparent 0px solid;
    /* transition: 750ms 400ms ease width; */
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1) all;
}
.univers__item:hover {
    transition: 350ms 230ms cubic-bezier(0.215, 0.61, 0.355, 1) all;
}
.univers__item--shop {
    background: #d4a88c!important;
    color: #FFF;
}
.univers__item--booking {
    background: #171717!important;
    color: #FFF;
}

.status {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.status--off {
    background: red;
}

.status--on {
    background: #50C878;
}

.univers__media {
    display: block;
    min-height: auto;
    min-width: auto;
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    opacity: 0.08;
    max-width: 120%;
}
.univers__button button {
	cursor: pointer
}
.univers__title {
    font-size: 34px;
    letter-spacing: 4px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
@media screen and (max-width: 815px){
    .univers {
        flex-direction: column
    }
    .univers__item {
        width: 100%;
        flex: 1;
    }
    .univers__title {
        font-size: 30px;
    }
}

.mih-reassurance {
    text-align: center;
    border-top: 0;
    background: rgba(0,0,0,0.025);
    max-width: 1024px;
    margin: 40px auto;
    border-radius: 100px;
    padding: 0 30px;
}
.mih-reassurance__item {
    display: inline-block;
    padding: 20px;
    border-left: 1px solid rgba(0,0,0,0.025);
    text-align: left;
    position: relative;
    padding-left: 60px;
}
.mih-reassurance__item:first-child {
    border: 0;
}
.mih-reassurance h3 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.mih-reassurance p {
    font-size: 11px;
}
.mih-reassurance__item span {
    font-size: 20px;
    position: absolute;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 33px;
    margin-left: -40px
}

@media screen and (max-width: 815px){ 
    .mih-reassurance {
        border: 0;
        border-radius: 0;
        margin: 40px auto 0;
        padding: 0;
        width: 100%;
    }
    .mih-reassurance__item {
        width: 290px;
        text-align: left;
        padding: 15px;
        border-left: 0;
        border-top: 1px solid rgba(0,0,0,0.025)!important;
        padding-left: 60px;
    }
}

.productGuarantee {
    margin-top: 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 200;
}

.productGuarantee i {
    font-size: 140%;
    vertical-align: middle;
    margin-right: 5px;
}

.type-page h1 {
    font-size: 44px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    margin-bottom: 30px;
    padding: 20px 0;
    line-height: 1.4;
    letter-spacing: 1px;
}
.type-page h2 {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 100px;
}
.type-page h2:first-child, 
.type-page h3:first-child, 
.type-page h4:first-child {
    margin-top: 0;
}
.type-page h3 {
    margin: 35px 0 5px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
    transition: border-left 100ms ease, padding-left 100ms ease;
}
.type-page h4 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.4;
}
.type-page p {
    margin: 5px 0;
}

.js-target {
    border-left: 13px solid #D4A88B;
    padding-left: 15px!important;
}

@media screen and (max-width: 815px){ 
    .type-page h1 {
        font-size: 28px;
    }
    .type-page h2 {
        font-size: 20px;
    }
    .type-page h3 {
        font-size: 18px;
    }
    .type-page h4 {
        font-size: 14px;
    }
}

.error404 main {
    text-align: center;
    padding: 30px;
    line-height: 1.4;
}



.banner {
    text-align: center;
    padding: 14px 120px;
    background-color: crimson;
    color: #FFF;
    margin: 5px;
    font-size: 13px;
}

.banner__title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1;
	margin: 5px 0;
}

.banner__text {
    line-height: 1;
    margin: 5px 0;
}
.banner__text p {
	display: inline-block;
}

@media screen and (max-width: 815px){
    .banner {
        padding: 14px;
    }
    
    .banner__title {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 1;
        margin: 0;
    }
    
    .banner__text {
        margin-top: 5px;
        line-height: 1.4;
        font-size: 9px;
    }
}







.video-container {
	padding: 30px;
    background: #444;
    display: block;
	background: #FAFAFA;
	border-radius: 10px;
}

.video-container__content {
	border: 10px solid #FFF;
    height: 495px;
    display: block;
    width: 500px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}


.video-container__content iframe {
	background: white!important;
    max-width: 500px!important;
    border-radius: 0!important;
    border: 0!important;
    box-shadow: none!important;
    display: block!important;
    margin: 0px 0px 12px!important;
    min-width: 326px!important;
    padding: 0px!important;
    position: relative!important;
    top: -55px!important;
    width: 100%!important;
}


@media screen and (max-width: 767px){
    .video-container {
        padding: 0px!important;
    }
    .video-container__content {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    max-width: 140px!important;
}

.woocommerce table.my_account_orders .button {
    white-space: normal!important;
    margin: 3px!important;
    display: block!important;
    text-align: center;
    
}
@media screen and (max-width: 767px){
    .woocommerce table.my_account_orders .button {
        margin: 3px 0!important;
    }

    .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
        max-width: 100%!important;
    }

     table.woocommerce-MyAccount-orders tr {
        display: block;
        background: #FFF;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 4px;
    }
}


.shop_table_responsive tfoot {
    position: absolute;
    bottom: 10px;
}

.shop_table_responsive tfoot td {
    border: 0!important;
}

.shop_table_responsive tfoot a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.3px; 
}
@media screen and (max-width: 767px){
    .shop_table_responsive tfoot {
        position: static;
    }
    .woocommerce-page .shop_table_responsive tfoot tr td {
        text-align: center!important;
    }
    
    .shop_table_responsive tfoot tr td:before {
        display: none!important;
    }
    
    .shop_table_responsive tfoot a {
        display: block;
        margin-top: 10px;
    }
}

.woocommerce-checkout.woocommerce-no-js .woocommerce-form-login {
    display: none!important;
}

.woocommerce-no-js #customer_login  {
    max-width: 460px;
}

.woocommerce-no-js #customer_login .woocommerce-form-login {
    text-align: left;
    border: 0;
    box-shadow: none;
}

.woocommerce-no-js #customer_login [name=login] {
    margin-top: 20px;
    display: block;
    width: 100%;
}
#customer_login h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    padding: 10px;
    letter-spacing: 3px;
}
.woocommerce-no-js #customer_login .woocommerce-form__label {
    display: block;
    text-align: center;
}
.woocommerce-no-js #customer_login .lost_password {
    display: block;
    text-align: center;
}

#catapult-cookie-bar {
    border-radius: 20px!important;
    padding: 20px 40px!important;
    text-align: center!important;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15)!important;
    background: #FFF!important;
    color: #000!important;
    max-width: 240px!important;
    width: 100%!important;
    font-size: 11px!important;
} 
 
#catapult-cookie-bar h3 {
    display: none!important;
}

.cookie-bar-block #catapult-cookie-bar span {
    margin: 0;
}

#catapult-cookie-bar a {
    color: #000!important;
    display: block;
}
#catapult-cookie-bar a:hover {
    text-decoration: underline;
}


.cookie-bar-block #catapult-cookie-bar .ctcc-right-side {
    margin: 10px 0 0!important;
}

button#catapultCookie {
    margin: 0;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

button#catapultCookie:hover {
    color: #d4a88c!important;
}

label[for=payment_method_stripe] {
    display: inline-block;
    vertical-align: top;	
}


.amelia-app-booking .am-confirmation-booking-cost .el-row:first-of-type .el-col.el-col-8 p {
	visibility: hidden;
	position: relative;
}

.amelia-app-booking .am-confirmation-booking-cost .el-row:first-of-type .el-col.el-col-8 p:after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	content: "Acompte:";
}

article.type-page {
	width: 100%
}
.amelia-app-booking {
    max-width: 800px;
    width: 100%;
	margin: auto;
}

.page-id-365 .mih-header__nav ul,
.page-id-453 .mih-header__nav ul {
	display: block;
}

.am-service-price,
.page-id-365 .mih-header__cart .site-header-cart,
.page-id-453 .mih-header__cart .site-header-cart,
.am-service-info, 
.am-category-service-info span,
.am-category-service-color, 
.am-category-headline h3,
.am-service-providers h3,
.variations_form .single_variation_wrap .woocommerce-variation-price {
	display: none!important;
}
.amelia-app-booking #am-step-booking .am-select-date .am-calendar-picker div, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-calendar-picker div {
	font-weight: bold!important;
}

.amelia-app-booking #am-step-booking .am-select-date .am-appointment-times .el-radio-button .el-radio-button__inner, .amelia-app-booking .am-step-booking-catalog .am-select-date .am-appointment-times .el-radio-button .el-radio-button__inner {
	opacity: 1!important;
	font-weight: bold!important;
	border: 1px solid #FFF!important;
}

.am-select-date .el-button {
	border: 1px solid #FFF!important;
}

.wp-block-columns.has-2-columns.booking .wp-block-column:first-of-type {
	flex-basis: 100%;
}

