@charset "UTF-8";
@charset "UTF-8";

@font-face {
    font-family: "utah-beach";
    src: url("fonts/utah-beach.eot");
    src: url("fonts/utah-beach.eot?#iefix") format("embedded-opentype"),
    url("fonts/utah-beach.woff") format("woff"),
    url("fonts/utah-beach.ttf") format("truetype"),
    url("fonts/utah-beach.svg#utah-beach") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "utah-beach" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="utahbeach-"]:before,
[class*=" utahbeach-"]:before {
    font-family: "utah-beach" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.utahbeach-person:before {
    content: "\62";
}

.utahbeach-shopping-cart-1:before {
    content: "\63";
}

.utahbeach-checkmark:before {
    content: "\64";
}

.utahbeach-cog:before {
    content: "\65";
}

.utahbeach-angle-down:before {
    content: "\61";
}

.utahbeach-angle-left:before {
    content: "\66";
}

.utahbeach-angle-right:before {
    content: "\67";
}

.utahbeach-angle-up:before {
    content: "\68";
}

table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    float: left;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: center;
}

table.shop_table_responsive tr td.product-remove:before {
    display: none;
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

@media screen and (min-width: 768px) {
    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    table.shop_table_responsive tr th, table.shop_table_responsive tr td {
        text-align: left;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }

    table.shop_table_responsive tr td:before {
        display: none;
    }
}

/**
 * Products
 */
/**
 * Products
 */
ul.products {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.products li.product {
    list-style: none;
    position: relative;
    max-width: 528px;
    margin: 0 auto 20px;
    background: #fff;
}

ul.products li.product .woocommerce-loop-product__title {
}

ul.products li.product img {
    display: block;
    margin: 0 auto 1.618em;
}

ul.products li.product {

}

ul.products li.product .price {
    display: block;
    color: #43454b;
    font-weight: 400;
    margin: 5px 0
}

ul.products li.product .price span {
    font-size: 14px;
}

ul.products li.product a {
    text-decoration: none;
}

ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
}

ul.products.columns-4 li.product,
.cross-sells ul.products li.product {
    width: 22.15%;
    float: left;
    margin-right: 3.8%;
}
.cross-sells ul.products li.product.first,
ul.products.columns-4 li.product.first {
    clear:none !important;
}
.cross-sells ul.products li.product.last,
ul.products.columns-4 li.product.last {
    margin-right:  3.8%;
}
ul.products.columns-4 li.product:nth-child(4n),
.cross-sells ul.products li.product:nth-child(4n) {
    margin-right: 0;
}

ul.products li.product .woocommerce-LoopProduct-link {
    min-height: 290px;
    background: #efefef;
    padding: 10px;
    display:block;
}

ul.products li.product .button,
ul.products li.product .added_to_cart,
ul.products li.product .add_to_cart_button.button {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
}

ul.products li.product.last {
    margin-right: 0;
}

.columns-2 ul.products li.product,
.columns-3 ul.products li.product,
.columns-4 ul.products li.product,
.columns-5 ul.products li.product,
.columns-6 ul.products li.product {
    width: 48.1%;
    clear: none;
    margin-right: 1.9%;
}

ul.products li.product.first {
    clear: both !important;
}

.columns-1 ul.products li.product {
    float: none;
    width: 100%;
}

.columns-2 ul.products li.product {
    width: 48.1%;
}

.columns-3 ul.products li.product {
    width: 30.6%;
    margin-right: 3.3%;
}

.columns-4 ul.products li.product {
    width: 22.15%;
}

.columns-5 ul.products li.product {
    width: 16.96%;
}

.columns-6 ul.products li.product {
    width: 13.4933333333%;
}

.columns-3 ul.products li.product.last {
    margin-right: 0;
}

/**
 * Single product
 */
/**
 * Single Product
 */

.single-product div.product .woocommerce-product-gallery {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    display: none;
    z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    /*content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;*/
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    margin: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.7966666667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery .slick-prev,
.single-product div.product .woocommerce-product-gallery .slick-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 15px auto 0;
}

.single-product div.product .woocommerce-product-gallery .slick-prev:before,
.single-product div.product .woocommerce-product-gallery .slick-next:before {
    font-family: "artmeta";
    content: "\65";
    line-height: 1;
    opacity: 1;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.single-product div.product .woocommerce-product-gallery .slick-disabled {
    cursor: default;
}

.single-product div.product .woocommerce-product-gallery .slick-disabled::before {
    opacity: 0.2;
}

.single-product div.product .woocommerce-product-gallery .slick-next:before {
    content: "\64";
}

.single-product .woocommerce-product-gallery__image:hover {
    cursor: pointer;
}

.single-product .single_add_to_cart_button,
.single-product .quantity {
    margin: 0 0 20px 0;
    display: inline-block;
}

.single-product div.product .product_meta {
    font-size: .875em;
    padding-top: 1em;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.single-product div.product .product_meta .posted_in, .single-product div.product .product_meta .sku_wrapper, .single-product div.product .product_meta .tagged_as {
    display: block;
}

.stock.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #e2401c;
}

.single-product div.product .woocommerce-tabs {
    clear: both;
}

/**
 * Checkout
 */
/**
 * Checkout
 */
@media screen and (min-width: 768px) {
    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }

    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }

    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
    content: "";
    display: table;
    table-layout: fixed;
    text-align: left;
}

.site-header-cart .nav-cart-trigger {
    text-decoration: none;
    color: #333;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
}

.site-header-cart li:first-child .icon {
    font-size: 31px;
    height: 28px;
    padding-top: 7px;
}

.site-header-cart li:first-child .icon .shopping-cart-items-count {
    font-weight: 600;
    position: absolute;
    right: 2px;
    top: 1px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 13px;
    display: block;
    border-radius: 50%;
    text-align: center;
    background-color: #f54e24;
    color: #fff;
}

.site-header-cart .cart-contents {
    text-decoration: none;
    padding: 10px 0;
    display: block;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.site-header-cart .product_list_widget li.woocommerce-mini-cart-item {
    display: inline-block;
    position: relative;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 20px;
    margin: 0;
    padding-left: 0;
}

.site-header-cart .product_list_widget li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.site-header-cart .product_list_widget li.woocommerce-mini-cart-item a {
    margin: 5px 0;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    text-decoration: none;
}

.site-header-cart .product_list_widget li.woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
    float: left;
    width: 80px;
    margin-left: 0;
    margin-right: 20px;
    height: auto;
}

.site-header-cart .widget_shopping_cart, .site-header .product_list_widget li .quantity {
    color: #9aa0a7;
}

.widget_shopping_cart p.total {
    padding-top: 20px;
    margin-bottom: 16px;
    border-top: 1px solid #ddd;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.widget_shopping_cart p.buttons {
    margin: 0;
}

.widget_shopping_cart .buttons > a {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 10px 0 8px;
    font-weight: 600;
    width: 48%;
    float: left;
    text-transform: uppercase;
}

.widget_shopping_cart .buttons > a:first-child {
    background-color: #E9AA00;
    border-color: #E9AA00;
    color: #FFFFFF;
}

.widget_shopping_cart .buttons a.checkout {
    float: right;
    background-color: #333;
    border-color: #333;
}

.site-header .widget_shopping_cart li, .site-header .widget_shopping_cart p.buttons, .site-header .widget_shopping_cart p.total {
    padding-left: 1.41575em;
    padding-right: 1.41575em;
}

/**
 * Star rating
 */
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: 'star';
    font-weight: 400;
}

.products .product .star-rating {
    text-align: center;
    margin: 0 auto;
}

.comment-form-rating {
    width: 100%;
    padding: 15px 15px 0;
}

.comment-form-rating .custom-select {
    display: none;
}

.star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #ffb924;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: .25;
}

p.stars a:hover ~ a:before {
    content: "\53";
    color: #404040;
    opacity: .25;
}

p.stars:hover a:before {
    content: "\53";
    color: #ffb924;
    opacity: 1;
}

p.stars.selected a.active:before {
    content: "\53";
    color: #ffb924;
    opacity: 1;
}

p.stars.selected a.active ~ a:before {
    content: "\53";
    color: #404040;
    opacity: .25;
}

p.stars.selected a:not(.active):before {
    content: "\53";
    color: #ffb924;
    opacity: 1;
}

/*----*/
.woocommerce .comment-form-rating .stars {
    margin-bottom: 30px
}

.woocommerce p.stars {
    display: inline-block;
    position: relative;
    font-size: 1.5em
}

.woocommerce p.stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 5px;
    text-indent: -9999px;
    position: relative;
    border-bottom: 0 !important;
    outline: 0
}

.woocommerce p.stars a:first-child {
    margin-left: 0
}

.woocommerce p.stars a:last-child {
    border-right: 0
}

.woocommerce p.stars:hover a:after {
    color: #1e1e20
}

.woocommerce p.stars a:hover ~ a:after {

    color: #999
}

.woocommerce p.stars.selected a:after {
    color: #1e1e20
}

.woocommerce p.stars.selected a.active ~ a:after {

    color: #999
}

.woocommerce #reviews .comment-form > p.comment-form-comment {
    width: 100%;
}

.comment-form input:not([type="submit"]), .comment-form textarea {
    width: 100%;
    margin-bottom: 30px;
    padding: 14px 14px;
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e5e5;
}

.woocommerce .comment-form input[type="submit"] {
    background-color: #242424;
    border: 0;
    color: #fff;
    width: auto;
    padding: 16px 32px;
}

.woocommerce-product-rating {
    margin: 0 0 20px 0;
}

.woocommerce #comments img {
    float: left;
    margin-right: 20px;
    width: auto
}

.woocommerce #comments ol {
    padding-top: 0px;
    padding-left: 0
}

.woocommerce #comments li {
    list-style: none
}

.woocommerce .commentlist .comment_container {
    position: relative;
    padding: 40px 0 10px;
    border-bottom: 1px solid;
    border-color: #ddd
}

.woocommerce .commentlist .comment_container .comment-avatar {
    position: absolute;
    left: 0;
    display: none;
}

.woocommerce #comments .comment-text .meta {
    margin-bottom: 3px
}

.woocommerce #comments .comment-text .meta time {
    font-size: 13px;
    color: #999
}

.woocommerce #reviews .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 30px
}

.woocommerce #reviews .comment-form > p {
    margin-bottom: 0;
    width: 50%;
    padding: 0 15px
}

.woocommerce #reviews .comment-form > p.comment-form-comment {
    width: 100%
}

/*----*/

/**
 * Tabs
 */

.woocommerce .wc-tabs {
    padding-left: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    clear: both;
}

.woocommerce-tabs ul.tabs li {
    padding: 0 16px;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid;
    border-color: transparent;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
    color: #17120d;
}

.woocommerce .wc-tabs li:not(.active) a {
    color: #777777;
}

.woocommerce-tabs .panel > h2:first-of-type {
    margin-bottom: 1em;
    font-size: 14px;
}

.woocommerce-tabs .panel {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    margin: 0 0 20px;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: #0f834d;
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3D9CD2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.required {
    color: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    content: "";
    /* display: table; */
    /* table-layout: fixed; */
    background-color: #0f834d;
    clear: both;
    padding: 15px 20px;
    color: #fff;
    border-radius: 4px;
    margin: 0 0 20px 0;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: rgba(0, 0, 0, 0.1);
    color: #444;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    margin: 0 10px;
}

.woocommerce-error {
    background-color: #e2401c;
}

.woocommerce-error li {
    list-style: none outside;
    line-height: 25px;
}

/* messages */

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: '';
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, p.no-comments {

}

.woocommerce-error, .woocommerce-info, .woocommerce-message, p.no-comments {
    background-color: #666;
    border-radius: 2px;
    color: #fff;
    border-top: 0;
    border-left: .6180469716em solid rgba(0, 0, 0, .15);
    padding: 15px;
    margin: 0 0 20px;
    line-height: 27px;
}

.woocommerce-message {
    background-color: #666 !important;
    color: #ffffff !important;
}

.woocommerce-info {
    background-color: #eee !important;
    color: #434343 !important;
    text-align: center;
}

.woocommerce-error {
    background-color: #e2401c !important;
    color: #ffffff !important;
    padding-left: 15px;
}

.woocommerce-message a {
    color: #fff !important;
    font-weight: bold;
}

.woocommerce-info a {
    color: #434343 !important;
    font-weight: bold;
}

.woocommerce-info a.button {
    color: #fff !important;
}

.content-text .woocommerce-error {
    margin: 0;
    padding-left: 20px !important;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #efb410;
    z-index: 9999;
    text-align: center;
    color: #333;
}

.demo_store a {
    color: #333;
}

.comment-respond {
    margin-top: 20px;
}

.comment-reply-title {
    font-size: 14px;
    color: #17120d;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce .comment-form label {
    display: block;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
    display: none;
}

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

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #333 !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    opacity: 0.5;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.woocommerce a.remove:hover {
    opacity: 1;
}

input.input-text.qty.text {
    width: 100%;
    max-width: 45px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

input.input-text.qty.text::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="button"].plus,
input[type="button"].minus {
    border: none;
    color: #444;
    height: 29px;
    width: 29px;
    text-align: center;
    line-height: 29px;
    padding: 0;
    font-size: 18px;
    background: #efefef;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.single-product input[type="button"].plus,
.single-product input[type="button"].minus {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0;
    text-align: right;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 18px;
    padding: 10px 20px;
    background: #E9AA00;
    border-color: #E9AA00;
    color: #fff;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    cursor: not-allowed;
    opacity: .5;
}

/**
 * Header cart
 */
.site-header-cart .widget_shopping_cart {
    width: 317px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999999;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    padding: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: normal;
}

.site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

p.woocommerce-mini-cart__empty-message {
    text-align: center;
    color: #333;
}

.widget_shopping_cart p.buttons a, .widget_shopping_cart p.total a {
    display: block;
    margin: 0 0 5px 0;
}

.product_list_widget li > a {
    display: block;
}

.site-header-cart .product_list_widget li.woocommerce-mini-cart-item a.remove {
    font-size: 23px;
    color: #f54e24 !important;
    position: absolute;
    right: 0;
    top: 17px;
}

.site-header-cart .product_list_widget li.woocommerce-mini-cart-item:first-child a.remove {
    top: -3px;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid;
    border-color: #1e1e20;
    border-radius: 50%;
    cursor: ew-resize;
    outline: none;
    box-sizing: border-box;
    margin-top: -11px;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #17120d;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}

.widget_price_filter .ui-slider-horizontal {
    height: 2px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}

/**
Liste produits
 */

ul.products li.product {
    list-style: none;
    margin-left: 0;
    margin-bottom: 4.235801032em;
    text-align: center;
    position: relative;
}

ul.products li.product:hover {

}

/*
ul.products li.product:hover .alt-box-img img {
	opacity: .6;
	transform: translate(-50%,-50%) scale(1.1);
	-webkit-transform: translate(-50%,-50%) scale(1.1);
}

ul.products li.product .alt-box-img {
	background: #000000;
	overflow: hidden;
	position: relative;
}
.up-sells.products ul.products li.product,
.related.products ul.products li.product,
.tooltipster-base ul.products li.product {
	height:auto;
}

.up-sells.products ul.products li.product .alt-box-img,
.related.products ul.products li.product .alt-box-img {
	height:160px;
}

ul.products li.product .alt-box-img {
	height: 210px;
	background: #000000;
	overflow: hidden;
	position: relative;
}

.tooltipster-base .events-nb-2 ul.products li.product .alt-box-img {
	display:none;
}

ul.products li.product .alt-box-img img {
	-webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	display: block;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	max-width: 120%;
	min-height: 100%;
}*/

ul.products li.product .ajax_add_to_cart,
ul.products li.product .added_to_cart.wc-forward,
ul.products li.product .add_to_cart_button {

}

ul.products li.product .add_to_cart_button.added {
    display: none;
}

ul.products li.product.product_cat-tables-repas .add_to_cart_button {
    display: none;
}

ul.products li.product .alt-box-content {
    padding: 20px;
    height: 150px;
    position: relative;
}

ul.products li.product .woocommerce-loop-product__title {
    color: #0f1722;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

span.onsale {
    background: #17120d;
    color: #fff;
    border-radius: 24px;
    display: inline-block;
    padding: 3px 10px;
}

.alt-outofstock {
    position: absolute;
    top: 2px;
    right: -86px;
    color: white;
    line-height: 64px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    min-width: 167px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.alt-outofstock:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 0;
    border-bottom: 57px solid #17120d;
}

.alt-outofstock-available:before {
    border-bottom: 57px solid #2e2e2e;
}

.alt-outofstock span {
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
}

ul.products li.product .onsale {
    position: absolute;
    top: 175px;
    z-index: 3;
    right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.single-product .product .onsale {
    margin: 0 0 20px 0;
}

.alt-woocommerce-list-cat {
    list-style: none outside;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.alt-woocommerce-list-cat li {
    display: inline-block;
}

.alt-woocommerce-list-cat li:last-child {
    margin-bottom: 40px;
}

.alt-woocommerce-list-cat li a {
    color: #1c252f;
    padding: 3px 10px;
    display: inline-block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.alt-woocommerce-list-cat li.active a {
    background: #17120d;
    color: #fff;
    border-radius: 24px;
}

.alt-woocommerce-list-cat li.active a:hover {
    color: #fff;
}

.alt-woocommerce-list-cat li a:hover {
    color: #17120d;
}

/* fiche produit */

.ribbon {
    background: #98795a;
    color: #fff;
    width: 300px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    height: 68px;
    z-index: 2;
    margin-bottom: 20px;
    font-size: 16px;
}

.main-product .price {
    color: #8a7664;
    font-size: 20px;
    font-weight: 600;
}

.woocommerce-price-suffix {
    font-size: 50%;
}

.woocommerce-Tabs-panel--description,
.woocommerce-product-details__short-description {
    line-height: 1.5
}

@media screen and (min-width: 768px) {

    .ribbon {
        margin-bottom: -34px;
    }
}

.ribbon:before {
    content: '';
    border: 34px solid #98795a;
    border-left-color: transparent;
    border-left-width: 21px;
    position: absolute;
    top: 0;
    left: -24px;
    z-index: 1;
}

.ribbon:after {
    content: '';
    border: 34px solid #98795a;
    border-right-color: transparent;
    border-right-width: 12px;
    position: absolute;
    top: 0;
    right: -24px;
}

.ribbon span {
    display: block;
}

.ribbon span.event_datetime_date {
    font-weight: bold;
}

.single-product div.product .woocommerce-product-gallery {
    margin: 0 0 20px 0;
}

.single-product .woocommerce-product-gallery__wrapper {
    margin: 0;
    padding: 0;
}

.woocommerce_single_product_summary {
    border-radius: 4px;
    padding: 15px 20px;
    color: #fff;
    margin-bottom: 50px;
}

.woocommerce_single_product_summary .qty-line,
.woocommerce_single_product_summary .price,
.woocommerce_single_product_summary .stock {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: right;
    height: 46px;
    line-height: 46px;
}

.woocommerce_single_product_summary .qty-line {
    border-bottom: 0;
}

.woocommerce_single_product_summary .altlabel {
    float: left;
    text-align: left;
}

.woocommerce_single_product_summary .altvalue {
    font-weight: bold;
}

.woocommerce_single_product_summary .altvalueadd {
    font-weight: normal;
}

.woocommerce_single_product_summary .quantity .input-text.qty {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce_single_product_summary .stock.out-of-stock .altlabel {
    display: none;
}

.woocommerce_single_product_summary .stock.out-of-stock .altvalue {
    color: #e74c3c;
}

.entry-summary {
    margin-bottom: 20px;
    text-align: left;
}

.up-sells.products,
.related.products {
    margin: 40px 0 20px;
}

.up-sells.products > h2,
.related.products > h2 {
    text-align: center;
    position: relative;
    font-size: 14px;
    margin-bottom: 40px;
}

.up-sells.products > h2::after,
.related.products > h2::after {
    width: 30px;
    height: 2px;
    background-color: #ecaf0a;
    content: "";
    position: absolute;
    left: calc(50% - 15px);
    top: 34px;
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(20deg);
    }
    80% {
        -webkit-transform: rotate(-20deg);
    }
    100% {
        -webkit-transform: rotate(20deg);
    }
}

@keyframes wiggle {
    0% {
        transform: rotate(20deg);
    }
    80% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(20deg);
    }
}

.woocommerce-product-gallery-container {
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 20px 0;
    position: relative;
}

.woocommerce-product-gallery-slick {

}

.woocommerce-product-gallery-slick .slick-dots {
    bottom: 20px;
}

.woocommerce-product-gallery-slick .slick-dots li button:before {
    width: 16px;
    height: 16px;
    font-size: 16px;
    padding: 0;
    color: #fff;
    opacity: 0.5;
}

.woocommerce-product-gallery-slick .slick-dots li.slick-active button:before {
    opacity: 1;
}

.single-product-cols {
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-product .entry-summary .woocommerce-Price-amount {
    font-size: 16px;
    color: #888;
}

/*
PAGE PANIER
*/

.woocommerce-checkout #breadcrumbs,
.woocommerce-cart #breadcrumbs {
    display: none;
}

.woocommerce table.shop_table {
    border: 0;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce table.shop_table th {
    border: 0;
    background-color: #f8f8f8;
    text-transform: uppercase;
    vertical-align: top;
    font-weight: 700;
}

.woocommerce table.shop_table td {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    vertical-align: middle;
    background-color: #fdfdfd;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 0.8em;
    font-size: 13px;
}

.woocommerce table.shop_table td .quantity-label {
    display: none;
}

.woocommerce .woocommerce-checkout-payment {
    background-color: #fdfdfd;
}

.woocommerce table.shop_table td .datas-cart {
    margin-bottom: 0
}

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

/*
.woocommerce table.woocommerce-checkout-review-order-table tfoot { display: block; width: calc(100% + 100px);}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr { display: block; }
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr td { display: block; }
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr th { display: block; }

.woocommerce table.woocommerce-checkout-review-order-table tfoot .order-total,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
	text-align: right;
}*/

.woocommerce table.shop_table td h2 {
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 5px;
}

.woocommerce table.shop_table td .item-caracteristiques-link {
    margin: 0;
}

.woocommerce .woocommerce-checkout {
    text-align: left;
}

.woocommerce-form__label-for-checkbox {
    margin-left: 20px;
    cursor: pointer;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox {
    margin-left: 0px;
}

.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce h3 {
    color: #17120d;
    font-size: 14px;
    text-transform: uppercase;
}

.woocommerce-order-details__title::after,
.woocommerce-column__title::after {
    content: '';
    height: 2px;
    width: 37px;
    background: #cdcdcd;
    display: block;
    margin: 15px 0 20px;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 64px;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: auto;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 64px;
}

/* commande compte */

abbr[data-original-title], abbr[title] {
    cursor: default;
    border-bottom: 0;
    outline: none;
    border: 0;
    text-decoration: none;
}

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

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1;
}

.woocommerce .select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 41px;
    padding-top: 7px;
    padding-left: 2px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 7px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
}

.woocommerce form .form-row label {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #444;
}

/* login */
.woocommerce-checkout .checkout_coupon {
    max-width: 400px;
    width: 100%;
}

.woocommerce-checkout .checkout_coupon {
    margin: 0 auto 20px;
}

.woocommerce-checkout form.woocommerce-form.woocommerce-form-login.login {
    margin: 0 auto;
}

form.woocommerce-form.woocommerce-form-login.login .woocommerce-form__label {
    margin: 20px 0;
}

#order_comments_field textarea {
    height: 100px;
}

.woocommerce-additional-fields {
    clear: both;
    margin: 30px 0 50px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    margin: 0 0 20px 0;
    overflow: hidden;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    border-radius: 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-align: left;
    padding: 0.5em 1em 0;
    margin: 0;
    list-style: none;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px;
}

#add_payment_method #payment ul.payment_methods li:last-child, .woocommerce-cart #payment ul.payment_methods li:last-child, .woocommerce-checkout #payment ul.payment_methods li:last-child {
    border-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods li input[type='radio'] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}

#add_payment_method #payment ul.payment_methods li label, .woocommerce-cart #payment ul.payment_methods li label, .woocommerce-checkout #payment ul.payment_methods li label {
    font-weight: bold;
    cursor: pointer;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: 14px;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: '';
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
}

.about_paypal {
    display: none;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
    max-width: 150px;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 1em;
}

.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline;
}

/*.woocommerce form .form-row .input-checkbox {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 15px 0 -10px;
	text-align: center;
	vertical-align: middle;
}*/

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce-page #payment #toggle-modal-type-bois {
    float: none;
    display: block;
    clear: both;
    font-size: 20px;
    padding: 15px;
    width: 100%;
}

/* validation commande */

.woocommerce-order-received .entry-header {
    display: none;
}

.woocommerce-thankyou-order-received {
    font-size: 22px;
    margin: 0 0 20px !important;
    font-weight: 100;
    line-height: 1.2;
    text-align: center;
}

.woocommerce ul.order_details {
    margin: 40px 0;
    list-style: none;
    font-size: 14px;
    padding: 0;
}

.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
    content: ' ';
    display: table
}

.woocommerce ul.order_details::after {
    clear: both
}

.woocommerce ul.order_details li {
}

.woocommerce ul.order_details li strong {
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce-customer-details {
    margin: 40px 0 80px;
    list-style: none;
    font-size: 14px;
    padding: 0;
}

.woocommerce table.shop_table td .event_datetime {
    display: block;
    font-size: 12px;
}

/* mon compte */

.woocommerce-account .entry-content {
    text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 20px;
    background-color: #AE9B68;
    margin: 0 -30px 30px;
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none outside;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    text-align: center;
    display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a {
    color: #EBE6D9;
    padding: 3px 10px;
    display: inline-block;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul a:active {
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::after {
    display: inline-block;
    content: '';
    background-image: url(images/submenu_presse_arrow.png);
    width: 22px;
    height: 10px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 11px);
}

.woocommerce-account .woocommerce-MyAccount-content legend {
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    margin: 40px 0 20px;
    padding: 20px 0 0 0;
    font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-content {

}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin-right: 0;
}

/* shop sidebar */

.btn-shopsidebar {
    margin: 20px 15px;
}

.shop-sidebar {
    background: #fff;
    padding: 20px 30px 0;
    text-align: left;
    margin: 0 15px 30px;
}

.shop-sidebar .widget {
    padding: 15px 0;
    margin: 0 0 15px 0;
}

.shop-sidebar .widget:last-child {
    border-bottom: 0;
    margin: 0;
}

.shop-sidebar .widget a {
    text-decoration: none;
}

.shop-sidebar .widget a.tag-cloud-link {
    font-size: 11px !important;
    color: #888;
    margin: 0 0 5px 0;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 3px 8px;
    border-radius: 20px;
}

.shop-sidebar .widget a.tag-cloud-link:hover {
    color: #666;
    border-color: #666;
}

.shop-sidebar .widget .product-categories {
    margin: 0;
    padding: 0;
    list-style: none outside;
}

.shop-sidebar .widget .product-categories li {
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.shop-sidebar .widget .product-categories li:last-child {
    border: 0;
}

.shop-sidebar .widget .product-categories li a {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    transition:200ms;
    -webkit-transition:200ms;
}

.shop-sidebar .widget .product-categories li a:hover {
    color:#888;
}

.shop-sidebar .widget .product-categories li.current-cat a {
    font-weight: bold;
}

.shop-sidebar .widget .product-categories li ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none outside;
}

.shop-sidebar .widget .product-categories li ul li {
    border-bottom: 0;
    padding: 0;
}

.shop-sidebar .widget .product-categories li ul li a {
    padding: 0;
    font-size:12px;
}

    /* shop listing */

.shop-content-listing {
    margin: 0 15px 30px;
}

/* page produit */

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    padding: 0;
    margin: 0;
    text-align: center;
}

.single-product div.product .woocommerce-product-gallery .slick-dots {
    position: relative;
    bottom: auto;
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
    overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .slick-dots li {
    float: none;
    margin: 0 5px;
}

.single-product .product .single_add_to_cart_button.button {
    font-size: 14px;
    padding: 13px 20px 12px;
    background-color: #E9AA00;
    color: #ffffff;
    border: 2px solid #E9AA00;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;

}

.woocommerce .product .add_to_cart_button.button {
    background-color: #E9AA00;
    border-color: #E9AA00;
    color: #FFFFFF;
}

.product-cart-container {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0
}

#btn-configure,
.product-cart-container > .quantity {
    margin-bottom: 15px;
}

#btn-configure, #btn-echantillon,
.product-cart-container .single_add_to_cart_button {
    width: 100%;
}

.btn.btn-outline {
    background: transparent;
    border: 2px solid #8a7664;
    color: #8a7664;
    font-weight: 600;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:hover:focus {
    background: #8a7664;
    border: 2px solid #8a7664;
    color: #fff;
}

/* product tabs */

.woocommerce .wc-tabs {
    margin-bottom: 40px;
}

.woocommerce .wc-tabs.wc-tabs-nb-1,
.woocommerce .wc-tabs.wc-tabs-nb-0 {
    display: none;
}

.prod_tabs_infos_techniques-item {
    margin-left: 0;
    border-radius: 2px;
    border-top: 0;
    border-left: .6180469716em solid rgba(0, 0, 0, .15);
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 14px;
    background-color: #fff !important;
    color: #434343 !important;
    display: block;
}

.prod_tabs_infos_techniques-item i {
    margin-right: 10px;
}

.edit-product-link {
    font-size: 13px;
    font-family: 'Roboto', arial, tahoma, sans-serif;
    letter-spacing: 0;
    text-transform: none;
}

.edit-product-link a {
    font-weight: normal;
}

/* shipping_method */

#shipping_method {
    margin: 0;
    padding: 0;
    clear: both;
}

#shipping_method li {
    list-style: none outside;
    margin-right: 10px;
}

#shipping_method li input[type=radio] {
    display: inline-block;
    margin: 0 10px 0 0;
}

#shipping_method label {
    width: calc(100% - 60px);
    vertical-align: top;
    text-align: left;
}

#ship-to-different-address-checkbox {
    margin-top: 0;
}

.woocommerce-shipping-calculator {
    margin: 20px 0 0;
}

.woocommerce-shipping-calculator p {
    margin: 0;
}

.woocommerce form.woocommerce-shipping-calculator .form-row {
    padding: 0;
    margin: 10px 0;
}

/* customer_login */

#customer_login h2 {
    font-size: 14px;
    letter-spacing: 1px;
}

#customer_login form {
    background: #f8f8f8;
    padding: 20px;
}

form.woocommerce-form-login {
    max-width: 400px;
    width: 100%;
}

form.woocommerce-ResetPassword {
    max-width: 320px;
}

.return-to-shop,
.cart-empty {
    margin: 30px 0;
    text-align: center;
}

/* checkout */

.woocommerce-account-fields {
    clear: both;
}

#confirmation_acces_field {
    border: 1px dashed #888;
    padding: 10px 30px 10px 10px;
}

/* button compte client */
.shipping-calculator-button,
.woocommerce-product-search button,
.demo_store a.woocommerce-store-notice__dismiss-link,
.added_to_cart.wc-forward,
.woocommerce .button,
.woocommerce-Button.button,
.woocommerce-button.button {
    border: 1px solid #17120d;
    background: #17120d;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    transition: 300ms;
    -webkit-transition: 300ms;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
}

.woocommerce-product-search .search-field {
    margin-bottom: 10px;
}

.demo_store a.woocommerce-store-notice__dismiss-link {
    vertical-align: middle;
    margin-left: 10px;
}

.added_to_cart.wc-forward::after {
    font-family: "utah-beach" !important;
    content: "\64";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 6px;
    vertical-align: middle;
}

.woocommerce .product .add_to_cart_button.button.loading::after {
    font-family: "utah-beach" !important;
    content: "\65";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 6px;
    vertical-align: middle;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: inline-block;
}

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

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

.woocommerce .products a.button.loading {
    opacity: 1
}

.added_to_cart.wc-forward:hover,
.woocommerce .button:hover,
.woocommerce-Button.button:hover,
.woocommerce-button.button:hover {
    opacity: 0.8;
    border: 1px solid #17120d;
    cursor: pointer;
    color: #fff;
}

.woocommerce-infos-configuration {
    color: #8a7664;
    margin-top: -20px;
    font-size: 12px;
    font-weight: 500;
}

label.quantity-label {
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

/* shop_attributes */

.shop_attributes p {
    margin: 0;
}

table.shop_attributes tr td,
table.shop_attributes tr th {
    text-align: left !important;
    padding: 1.07em 0.71em;
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #e6e6e6;
}

.shop_attributes {
    width: 100%;
}

table.shop_attributes tr th {
    text-transform: uppercase;
}

.shop_attributes tr td p {
    margin: 0 !important;
}

.woocommerce-tabs .panel > h2 {
    display: none;
}

.woocommerce-orders-table__cell-order-actions .button {
    margin: 3px;
}

.products a.button.added {
    display: none;
}

.single-product div.product .images, .single-product div.product .summary, .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 2.617924em;
    margin-top: 0;
}

.woocommerce-page .shop-content {
    position: relative;
}

.woocommerce-page .shop-content .woocommerce-result-count {
    float: left;
    margin: 10px 0 0;
    color: #888;
}

.woocommerce-page .shop-content .columns-3,
.woocommerce-page .shop-content ul.products {
    clear: both;
}

/* select */

.woocommerce-page .shop-content .woocommerce-ordering {
    float: right;
    position: relative;
    margin: 0 0 30px 0;
}

.woocommerce-page .shop-content .woocommerce-ordering select {
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 600;
    font-size: 12px;
    letter-spacing: normal;
    color: #777;
    margin: 0;
    padding: 10px 20px;
    width: 280px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: 2px solid #e4e4e4;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce-page .shop-content .woocommerce-ordering:after {
    content: '\61';
    font-family: "utah-beach";
    font-size: 11px;
    color: #d1d1d1;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 38px;
    height: 38px;
    line-height: 41px;
    text-align: center;
    border-left: 2px solid #e4e4e4;
}

.woocommerce-product-gallery .flex-control-thumbs {
    margin: 10px -5px 0;
    width: auto;
    list-style: none;
}

.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
    width: 16.667%;
}

.single-product div.product .summary {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
}

.single-product .product .onsale {
    position: absolute;
    top: 10px;
    z-index: 3;
    right: 10px;
    margin: 0;
}

.lib_params {
    text-align: right;
}

/*.product-cart-container {
    display:inline-block;
    width: auto;
    margin:0 15px 15px 0
}*/

.product-cart-container > .quantity {
    margin-bottom: 15px;
}

#btn-configure, #btn-echantillon {
    width: auto;
    margin: 0 10px 0 0;
}

/* customer_login */

#customer_login {
    overflow: auto;
    margin: 0 -15px;
}

#customer_login .col-1,
#customer_login .col-2 {
    width: 50%;
    padding: 0 15px;
    float: left;
}

.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-message .button {
    float: right;
}

.woocommerce table.shop_table {
    border: 0;
}

.woocommerce table.shop_table a {
    text-decoration: none;
}

#shopsidebarcontent {
    display: block !important;
    width: 230px;
    float: left;
    height: auto !important;
}

.shop-sidebar {
    width: 200px;
    float: left;
    text-align: left;
    margin: 0 30px 0 0;
    padding: 0px;
}

.shop-content-listing {
    width: calc(100% - 230px);
    float: left;
    padding: 0 0 40px 0;
    margin: 0;
}

.woocommerce-checkout .col2-set {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
}

.woocommerce-checkout #order_review, .woocommerce-checkout #order_review_heading {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
}

#order_review, #order_review_heading {
    width: 41.1764705882%;
    float: right;
    margin-right: 0;
    clear: right;
}

.single-product div.product .woocommerce-product-gallery {
    margin: 0 0 40px 0;
    float: left;
    width: 42%;
}

#alt-woocommerce-list-cat {
    display: block;
}

/*	.woocommerce-order-details {
        float:left;
        width: 60%;
        padding:0 15px 0 0;
    }

    .woocommerce-customer-details {
        float:left;
        width: 40%;
        padding:0 0 0 15px;
        margin:0;
    }*/

.woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-MyAccount-content .woocommerce-customer-details {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
}

/* page panier */

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 65%;
    text-align: left;
}

.woocommerce .cross-sells h2,
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 16px;
}

/* mon compte */

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    text-align: right;
}

/* fiche produit */

.woocommerce-tabs .panel {
    margin: 0 10% 20px;
}

.product-cart-container {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0
}

#btn-configure, #btn-echantillon {
    margin: 0 0 15px 0
}

#btn-configure, #btn-echantillon,
.product-cart-container .single_add_to_cart_button {
    width: 100%;
}

.woocommerce-tabs .panel > h2:first-of-type {
    margin-bottom: 30px;
}

/* order detail */

.woocommerce ul.order_details {
    list-style: none
}

.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
    content: ' ';
    display: table
}

.woocommerce ul.order_details::after {
    clear: both
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

/* shop table */

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 1.41575em;
}

.woocommerce table.shop_table td {
    font-size: 14px;
}

.woocommerce-page .content-text .woocommerce-Address {
    margin: 20px 0;
}

.woocommerce-page .content-text .woocommerce-Address .edit {
    margin: 0 0 10px;
    display: inline-block;
}

.woocommerce-page .content-text .woocommerce-Address h3 {
    margin: 0 0 10px;
}

/* navigation */

.woocommerce-pagination,
.alt-articles-navigation {
    text-align: center;
    padding: 10px 0;
}

.woocommerce-pagination ul,
.alt-articles-navigation ul {
    padding: 0;
    margin: 0;
}

.woocommerce-pagination li .page-numbers,
.alt-articles-navigation li a,
.alt-articles-navigation li.disabled {
    color: #333 !important;
    text-decoration: none;
    display: inline-block;
    padding: 8px 15px;
    /* background-color: #1c1c1c; */
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 25px;
}

.woocommerce-pagination li,
.alt-articles-navigation li {
    display: inline-block;
    margin: 5px;
}

.woocommerce-pagination li a:hover,
.alt-articles-navigation li a:hover {
    background-color: #E9AA00;
    color: #fff !important;
}

.woocommerce-pagination li .page-numbers.current,
.alt-articles-navigation li.active a {
    background-color: #E9AA00;
    color: #fff !important;
}



.single-product div.product .summary .cart table {
  position: relative;
  margin:0 0 20px;
  width: 100%;
}

.single-product div.product .summary .cart table,
.single-product div.product .summary .cart table tr,
.single-product div.product .summary .cart table tr td {
  border: 0;
  padding: 0;
}

.single-product div.product .summary .cart table .label {
  width: 100px;
  color: #333;
  text-transform: uppercase;
}

.single-product div.product .summary .cart table .label label {
  font-size: 0.8125em;
}

.single-product div.product .summary .cart table select {
 	padding:5px;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  line-height: inherit;
  width: 100%;
  margin-bottom: 10px;
  height: auto;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product_meta .sku_wrapper {
	display:none !important;
}