/*
  Theme Name: Hazel
  Author: TreeWorks
  Author URI: http://treethemes.net
  
  WOO COMMERCE CSS
*/

.clear {
    clear: both;
}

.mail-news .clear {
    clear: none;
}

.nobr {
    white-space: nowrap;
}

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

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

p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: .5em 0;
    text-align: center;
    background: #ad74a2;
    background: -webkit-gradient(linear, left top, left bottom, from(#ad74a2), to(#96588a));
    background: -webkit-linear-gradient(#ad74a2, #96588a);
    background: -moz-linear-gradient(center top, #ad74a2 0, #96588a 100%);
    background: -moz-gradient(center top, #ad74a2 0, #96588a 100%);
    border: 1px solid #96588a;
    color: #fff;
    z-index: 99998;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .2);
}

.admin-bar p.demo_store {
    top: 28px;
}

.wc-forward a:after,
.wc-forward:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    content: "\e029";
    font-size: .75em;
}

.wc-backward a:before,
.wc-backward:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e02f";
    font-size: .75em;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
    padding: 1em 1em 1em 4.5em !important;
    margin: 0 0 3em !important;
    position: relative;
    background: #f2f2f2;
    color: #5e5e5e;
    list-style: none !important;
    width: auto;
}

.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:after,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:after,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:after,
.woocommerce-page .woocommerce-message:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-message:after,
.woocommerce-page .woocommerce-error:after,
.woocommerce-page .woocommerce-info:after,
.woocommerce-page .woocommerce-message:after {
    clear: both;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
    content: "";
    height: 2.5em;
    width: 2.5em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: sans-serif;
    font-size: 22px;
    line-height: .6;
    text-align: center;
    color: #fff;
    padding-top: 1em;
}

.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 {
    float: right;
    position: relative;
    top: -8px;
}

.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li,
.woocommerce-page .woocommerce-error li,
.woocommerce-page .woocommerce-info li,
.woocommerce-page .woocommerce-message li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
    border: none;
    background: #f2f2f2;
    color: #333;
    padding: 15px 0px 15px 70px !important;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
    background-color: #000;
    content: "\2713";
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
    border: none;
    background: #1f1f1f;
    color: #fff;
    padding: 15px 0px 15px 70px !important;
}

.upsells.products {
    display: none;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
    background-color: #000;
    content: "i";
    font-family: Times, Georgia, serif;
    font-style: italic;
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
    border: none;
    background: #d65359;
    color: #fff;
    padding: 15px 0px 5px 70px !important;
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
    background-color: #b81c23;
    content: "\00d7";
    font-weight: 700;
}

.woocommerce small.note,
.woocommerce-page small.note {
    display: block;
    color: #777;
    font-size: 11px;
    line-height: 21px;
    margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777;
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before,
.woocommerce-page .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
    clear: both;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
    color: #777;
}

.woocommerce #content div.product,
.woocommerce div.product,
.woocommerce-page #content div.product,
.woocommerce-page div.product {
    margin-bottom: 0;
    position: relative;
    width: 98%;
}

.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
}

.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
    font-size: 1.25em;
}

.woocommerce #content div.product p.price ins,
.woocommerce #content div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-page #content div.product p.price ins,
.woocommerce-page #content div.product span.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce-page div.product span.price ins {
    background: inherit;
}

.woocommerce #content div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page #content div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
    font-size: .67em;
    color: rgba(145, 145, 145, .5);
}

.woocommerce #content div.product p.stock,
.woocommerce div.product p.stock,
.woocommerce-page #content div.product p.stock,
.woocommerce-page div.product p.stock {
    font-size: .92em;
}

.woocommerce #content div.product .stock,
.woocommerce div.product .stock,
.woocommerce-page #content div.product .stock,
.woocommerce-page div.product .stock {
    color: #85ad74;
}

.woocommerce #content div.product .out-of-stock,
.woocommerce div.product .out-of-stock,
.woocommerce-page #content div.product .out-of-stock,
.woocommerce-page div.product .out-of-stock {
    color: red;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    margin-bottom: 2em;
}

.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
}

.woocommerce #content div.product div.images div.thumbnails,
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails {
    padding-top: 1em;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    margin-bottom: 2em;
}

.woocommerce #content div.product div.social,
.woocommerce div.product div.social,
.woocommerce-page #content div.product div.social,
.woocommerce-page div.product div.social {
    text-align: right;
    margin: 0 0 1em;
}

.woocommerce #content div.product div.social span,
.woocommerce div.product div.social span,
.woocommerce-page #content div.product div.social span,
.woocommerce-page div.product div.social span {
    margin: 0 0 0 2px;
}

.woocommerce #content div.product div.social span span,
.woocommerce div.product div.social span span,
.woocommerce-page #content div.product div.social span span,
.woocommerce-page div.product div.social span span {
    margin: 0;
}

.woocommerce #content div.product div.social span .stButton .chicklets,
.woocommerce div.product div.social span .stButton .chicklets,
.woocommerce-page #content div.product div.social span .stButton .chicklets,
.woocommerce-page div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0;
}

.woocommerce #content div.product div.social iframe,
.woocommerce div.product div.social iframe,
.woocommerce-page #content div.product div.social iframe,
.woocommerce-page div.product div.social iframe {
    float: left;
    margin-top: 3px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: 1px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: #f7f6f7;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: .3em 1.5em;
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #5e5e5e;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    text-decoration: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #777;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #fff;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #fff;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid #e0dadf;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
    /* -webkit-border-bottom-right-radius:4px; */
    -moz-border-bottom-right-radius: 4px;
    /* border-bottom-right-radius:4px; */
    /* border-width:0 1px 1px 0; */
    /* box-shadow:2px 2px 0 #e0dadf
 */
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
    visibility: hidden;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    visibility: hidden;
}

.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    top: 0;
    border: 1px solid #ededed;
    padding: 20px;
}

.woocommerce #content div.product p.cart,
.woocommerce div.product p.cart,
.woocommerce-page #content div.product p.cart,
.woocommerce-page div.product p.cart {
    margin-bottom: 2em;
}

.woocommerce #content div.product p.cart:after,
.woocommerce #content div.product p.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before,
.woocommerce-page #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:before,
.woocommerce-page div.product p.cart:after,
.woocommerce-page div.product p.cart:before {
    content: " ";
    display: table;
}

.woocommerce #content div.product p.cart:after,
.woocommerce div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after,
.woocommerce-page div.product p.cart:after {
    clear: both;
}

.woocommerce #content div.product form.cart,
.woocommerce div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce-page div.product form.cart {
    margin-bottom: 2em;
}

.woocommerce #content div.product form.cart:after,
.woocommerce #content div.product form.cart:before,
.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before,
.woocommerce-page #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:before,
.woocommerce-page div.product form.cart:after,
.woocommerce-page div.product form.cart:before {
    content: " ";
    display: table;
}

.woocommerce #content div.product form.cart:after,
.woocommerce div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after,
.woocommerce-page div.product form.cart:after {
    clear: both;
}

.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
    float: left;
    margin: 6px 15px 0 0;
    border-right: 1px solid #ededed;
}

.woocommerce #content div.product form.cart table,
.woocommerce div.product form.cart table,
.woocommerce-page #content div.product form.cart table,
.woocommerce-page div.product form.cart table {
    border-width: 0 0 1px;
}

.woocommerce #content div.product form.cart table td,
.woocommerce div.product form.cart table td,
.woocommerce-page #content div.product form.cart table td,
.woocommerce-page div.product form.cart table td {
    padding-left: 0;
}

.woocommerce #content div.product form.cart table div.quantity,
.woocommerce div.product form.cart table div.quantity,
.woocommerce-page #content div.product form.cart table div.quantity,
.woocommerce-page div.product form.cart table div.quantity {
    float: none;
    margin: 0;
}

.woocommerce #content div.product form.cart table small.stock,
.woocommerce div.product form.cart table small.stock,
.woocommerce-page #content div.product form.cart table small.stock,
.woocommerce-page div.product form.cart table small.stock {
    display: block;
    float: none;
}

.woocommerce #content div.product form.cart .variations,
.woocommerce div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations {
    margin-bottom: 1em;
}

.woocommerce #content div.product form.cart .variations label,
.woocommerce div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label {
    font-weight: 700;
}

.woocommerce #content div.product form.cart .variations select,
.woocommerce div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
    width: 100%;
    float: left !important;
    vertical-align: top;
    left: 0;
    position: relative;
    top: 0;
    text-transform: uppercase;
    background: #FAFAFA url(../images/sprite.png) no-repeat -120px -351px;
    float: right;
    width: 100%;
    -webkit-appearance: none;
    padding: 14px 16px;
    color: #666;
    outline: none;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 20px;
}

.woocommerce #content div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page #content div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label {
    padding-right: 1em;
}

.woocommerce #content div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
    vertical-align: top;
}

.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
    vertical-align: middle;
    float: left;
}

.woocommerce #content div.product form.cart .group_table td.label,
.woocommerce div.product form.cart .group_table td.label,
.woocommerce-page #content div.product form.cart .group_table td.label,
.woocommerce-page div.product form.cart .group_table td.label {
    padding-right: 1em;
    padding-left: 1em;
}

.woocommerce #content div.product form.cart .group_table td,
.woocommerce div.product form.cart .group_table td,
.woocommerce-page #content div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
    padding: 7px;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 26px;
    top: 6px;
    left: 6px;
    margin: 0;
    -webkit-border-radius: 20px;
    border-radius: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    z-index: 9;
}

.woocommerce .products ul,
.woocommerce ul.products,
.woocommerce-page .products ul,
.woocommerce-page ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page .products ul:after,
.woocommerce-page .products ul:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
    content: " ";
    display: table;
}

.woocommerce .products ul:after,
.woocommerce ul.products:after,
.woocommerce-page .products ul:after,
.woocommerce-page ul.products:after {
    clear: both;
}

.woocommerce .products ul li,
.woocommerce ul.products li,
.woocommerce-page .products ul li,
.woocommerce-page ul.products li {
    list-style: none;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -10px -10px 0 0;
    padding: 0;
    line-height: 40px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #101010 !important;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    padding: .7em 0 0;
    margin: 0;
    font-size: 1em;
    letter-spacing: normal !important;
    width: 100%;
    float: left;
    margin-bottom: 8px !important;
    text-align: center;
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
    text-decoration: none;
    color: #424242;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 8px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    border: none;
}

.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
    border: none;
}

.woocommerce ul.products li.product strong,
.woocommerce-page ul.products li.product strong {
    display: block;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    float: none;
    width: 100%;
    text-align: center;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
    font-size: .67em;
    color: rgba(145, 145, 145, .5);
    margin: -2px 0 0;
}

.woocommerce ul.products li.product.has-post-thumbnail .price del {
    font-size: 1em;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
    background: 0 0;
}

.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(145, 145, 145, .5);
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count {
    margin: 20px 5px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
    vertical-align: top;
}

.woocommerce #content nav.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
    text-align: center;
    margin: 40px 0 60px;
}

.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #e0dadf;
    border-right: 0;
    margin: 1px;
}

.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
    border-right: 1px solid #e0dadf;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 1em;
    font-size: 1em;
    font-weight: 400;
    padding: 1em;
    min-width: 3.5em;
    display: block;
    outline: none !important;
    min-height: 1em;
}

.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
    background: #f7f6f7;
    color: #998896;
    outline: none !important;
}

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
    font-size: 100%;
    margin: 0;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    overflow: visible;
    padding: 11px 14px;
    text-decoration: none;
    font-weight: 700;
    -webkit-border-radius: 0;
    border-radius: 0;
    left: auto;
    color: #5e5e5e;
    background: #f7f6f7;
    white-space: nowrap;
    display: inline-block;
    margin-top: 5px;
    outline: none !important;
    float: left;
    margin-right: 10px;
    margin-left: 0;
    font-size: 11px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.woocommerce #content input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page #content input.button.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading {
    display: none;
}

.woocommerce #content input.button.loading:before,
.woocommerce #respond input#submit.loading:before,
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce-page #content input.button.loading:before,
.woocommerce-page #respond input#submit.loading:before,
.woocommerce-page a.button.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce-page input.button.loading:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/ajx_loading.gif) center no-repeat rgba(255, 255, 255, .65) !important;
}

.woocommerce #content input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page #content input.button.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before {
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: -8px;
    right: 0;
    text-indent: 0;
    font-family: WooCommerce;
    content: "\e017";
    color: #f2f2f2;
    font-size: 14px;
    visibility: visible;
}

.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
    opacity: .9;
}

/*
.woocommerce #content input.button:active,.woocommerce #respond input#submit:active,.woocommerce a.button:active,.woocommerce button.button:active,.woocommerce input.button:active,.woocommerce-page #content input.button:active,.woocommerce-page #respond input#submit:active,.woocommerce-page a.button:active,.woocommerce-page button.button:active,.woocommerce-page input.button:active {
    top: 1px;
}
*/

.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
    /* font-weight: 700 !important; */
}

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {}

.woocommerce #content input.button.disabled,
.woocommerce #content input.button:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce-page #content input.button.disabled,
.woocommerce-page #content input.button:disabled,
.woocommerce-page #respond input#submit.disabled,
.woocommerce-page #respond input#submit:disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page a.button:disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page button.button:disabled,
.woocommerce-page input.button.disabled,
.woocommerce-page input.button:disabled {
    color: #aaa;
    border: 1px solid #e0dadf;
    background: #f7f6f7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    cursor: not-allowed;
}

.woocommerce #content input.button.disabled:active,
.woocommerce #content input.button:disabled:active,
.woocommerce #respond input#submit.disabled:active,
.woocommerce #respond input#submit:disabled:active,
.woocommerce a.button.disabled:active,
.woocommerce a.button:disabled:active,
.woocommerce button.button.disabled:active,
.woocommerce button.button:disabled:active,
.woocommerce input.button.disabled:active,
.woocommerce input.button:disabled:active,
.woocommerce-page #content input.button.disabled:active,
.woocommerce-page #content input.button:disabled:active,
.woocommerce-page #respond input#submit.disabled:active,
.woocommerce-page #respond input#submit:disabled:active,
.woocommerce-page a.button.disabled:active,
.woocommerce-page a.button:disabled:active,
.woocommerce-page button.button.disabled:active,
.woocommerce-page button.button:disabled:active,
.woocommerce-page input.button.disabled:active,
.woocommerce-page input.button:disabled:active {
    top: 0;
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart .button,
.woocommerce-page .cart input.button {
    float: none;
}

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
    padding-top: 13px;
    white-space: nowrap;
    display: inline-block;
    margin-left: 28px;
}

.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    left: 85px;
    top: 35px;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
    width: 60px;
    height: 38px;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 1px solid #ededed;
    border-right: 0;
    font-weight: 700;
}

.woocommerce #content .quantity input[type=number],
.woocommerce #content .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce .quantity noindex:-o-prefocus,
.woocommerce-page #content .quantity input[type=number],
.woocommerce-page #content .quantity noindex:-o-prefocus,
.woocommerce-page .quantity input[type=number],
.woocommerce-page .quantity noindex:-o-prefocus {
    padding-right: 1.2em;
}

.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    vertical-align: text-top;
    width: 30px;
    height: 19px;
    overflow: visible;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    line-height: 13px;
    font-size: 14px;
    color: #FFF;
    border: none;
    background: #494949;
    text-shadow: none;
    outline: none !important;
}

.woocommerce #content .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover {
    background: #383838;
    outline: none !important;
}

.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .plus {
    top: 0;
    right: 0;
    border-bottom: 0;
    outline: none !important;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus {
    bottom: 0;
    right: 0;
    outline: none !important;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.woocommerce #reviews h2 small,
.woocommerce-page #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0 0;
}

.woocommerce #reviews h2 small a,
.woocommerce-page #reviews h2 small a {
    text-decoration: none;
    color: #777;
}

.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
    margin: 0;
}

.woocommerce #reviews #respond,
.woocommerce-page #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
}

.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
    height: 75px;
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before,
.woocommerce-page #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:before {
    content: " ";
    display: table;
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
    clear: both;
}

.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
    clear: none;
}

.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}

.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before,
.woocommerce-page #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:before {
    content: " ";
    display: table;
}

.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
    clear: both;
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: 0;
    border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta,
.woocommerce-page #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #f7f6f7;
    border: 1px solid #f0eef0;
    margin: 0;
    line-height: 1;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #f0eef0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 1em 1em 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:before {
    content: " ";
    display: table;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
    clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em;
}

.woocommerce #reviews #comments ol.commentlist ul.children,
.woocommerce-page #reviews #comments ol.commentlist ul.children {
    list-style: none;
    margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating,
.woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist #respond,
.woocommerce-page #reviews #comments ol.commentlist #respond {
    border: 1px solid #f0eef0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments .commentlist>li:before,
.woocommerce-page #reviews #comments .commentlist>li:before {
    content: "";
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1.2em;
    line-height: 1.2em;
    font-size: .8em;
    width: 5.4em;
    font-family: star;
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

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

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
    line-height: 2em;
    display: block;
}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
    display: block;
    margin: 0 0 1.2em;
    float: none;
    position: relative;
    top: 14px;
    left: 0;
    float: right;
    display: none;
}

.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}

.woocommerce #review_form #respond,
.woocommerce-page #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: 0 0;
    border: 0;
}

.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before,
.woocommerce-page #review_form #respond:after,
.woocommerce-page #review_form #respond:before {
    content: " ";
    display: table;
}

.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
    clear: both;
}

.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p {
    margin: 0 0 10px;
}

.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
    left: auto;
}

.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.woocommerce p.stars,
.woocommerce-page p.stars {
    position: relative;
    font-size: 1em;
}

.woocommerce p.stars a,
.woocommerce-page p.stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
}

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

.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-1,
.woocommerce-page p.stars a.star-2,
.woocommerce-page p.stars a.star-3,
.woocommerce-page p.stars a.star-4,
.woocommerce-page p.stars a.star-5 {
    border-right: 1px solid #ccc;
}

.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-1:after,
.woocommerce-page p.stars a.star-2:after,
.woocommerce-page p.stars a.star-3:after,
.woocommerce-page p.stars a.star-4:after,
.woocommerce-page p.stars a.star-5:after {
    font-family: WooCommerce;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
    width: 2em;
}

.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after {
    content: "\e021";
}

.woocommerce p.stars a.star-1.active:after,
.woocommerce p.stars a.star-1:hover:after,
.woocommerce-page p.stars a.star-1.active:after,
.woocommerce-page p.stars a.star-1:hover:after {
    content: "\e020";
}

.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
    width: 3em;
}

.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after {
    content: "\e021\e021";
}

.woocommerce p.stars a.star-2.active:after,
.woocommerce p.stars a.star-2:hover:after,
.woocommerce-page p.stars a.star-2.active:after,
.woocommerce-page p.stars a.star-2:hover:after {
    content: "\e020\e020";
}

.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
    width: 4em;
}

.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after {
    content: "\e021\e021\e021";
}

.woocommerce p.stars a.star-3.active:after,
.woocommerce p.stars a.star-3:hover:after,
.woocommerce-page p.stars a.star-3.active:after,
.woocommerce-page p.stars a.star-3:hover:after {
    content: "\e020\e020\e020";
}

.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
    width: 5em;
}

.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after {
    content: "\e021\e021\e021\e021";
}

.woocommerce p.stars a.star-4.active:after,
.woocommerce p.stars a.star-4:hover:after,
.woocommerce-page p.stars a.star-4.active:after,
.woocommerce-page p.stars a.star-4:hover:after {
    content: "\e020\e020\e020\e020";
}

.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
    width: 6em;
    border: 0;
}

.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
    content: "\e021\e021\e021\e021\e021";
}

.woocommerce p.stars a.star-5.active:after,
.woocommerce p.stars a.star-5:hover:after,
.woocommerce-page p.stars a.star-5.active:after,
.woocommerce-page p.stars a.star-5:hover:after {
    content: "\e020\e020\e020\e020\e020";
}

.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%;
}

.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5em;
}

.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5em;
}

.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}

.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt th {
    background: rgba(0, 0, 0, .025);
}

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

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
    font-weight: 700;
    line-height: 18px;
    padding: 9px 12px;
    color: #f2f2f2;
    background: #101010;
    border: 1px solid #212121;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    padding: 20px;
    vertical-align: middle;
    border: none;
}

.woocommerce table.shop_table td small,
.woocommerce-page table.shop_table td small {
    font-weight: 400;
}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
    font-size: .85em;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th,
.woocommerce-page table.my_account_orders td,
.woocommerce-page table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle;
}

.woocommerce table.my_account_orders .button,
.woocommerce-page table.my_account_orders .button {
    white-space: nowrap;
}

.woocommerce table.my_account_orders .order-actions,
.woocommerce-page table.my_account_orders .order-actions {
    text-align: right;
}

.woocommerce table.my_account_orders .order-actions .button,
.woocommerce-page table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em;
}

.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
    margin: .25em 0;
}

.woocommerce td.product-name dl.variation:after,
.woocommerce td.product-name dl.variation:before,
.woocommerce-page td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:before {
    content: " ";
    display: table;
}

.woocommerce td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:after {
    clear: both;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
    padding: 0 0 .25em;
}

.woocommerce td.product-name dl.variation dd p:last-child,
.woocommerce-page td.product-name dl.variation dd p:last-child {
    margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification,
.woocommerce-page td.product-name p.backorder_notification {
    font-size: .83em;
}

.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
    min-width: 80px;
}

.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
    min-width: 32px;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    width: 32px;
}

.woocommerce #content table.cart td,
.woocommerce #content table.cart th,
.woocommerce table.cart td,
.woocommerce table.cart th,
.woocommerce-page #content table.cart td,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart td,
.woocommerce-page table.cart th {
    vertical-align: middle;
}

.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: .9em;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #303030;
    text-decoration: none;
    font-weight: 700;
}

.woocommerce #content table.cart a.remove:hover,
.woocommerce table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
    background-color: #e46b6b;
    color: #fff;
}

.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .1);
    border: 1px solid #e0dadf;
    padding: 6px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1em;
    width: 110px;
}

.woocommerce #content table.cart input,
.woocommerce table.cart input,
.woocommerce-page #content table.cart input,
.woocommerce-page table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1em;
}

.woocommerce.widget_shopping_cart ul.product_list_widget {
    padding: 0 18px 18px;
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
    background: #FAFAFA;
    border: 1px solid #ededed;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    content: "\e02e";
}

.woocommerce .cart-collaterals .cart_totals p,
.woocommerce-page .cart-collaterals .cart_totals p {
    margin: 0;
}

.woocommerce .cart-collaterals .cart_totals p small,
.woocommerce-page .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em;
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
    border-collapse: separate;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 6px;
    padding: 0;
}

.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0;
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 14px;
    width: 40%;
    border-right: none;
    border-top: 1px solid #212121 !important;
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 10px;
    border-top: 1px solid #ededed !important;
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th {
    vertical-align: top;
}

.woocommerce .cart-collaterals .cart_totals table small,
.woocommerce-page .cart-collaterals .cart_totals table small {
    display: block;
    color: #777;
}

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

.woocommerce .cart-collaterals .cart_totals .discount td,
.woocommerce-page .cart-collaterals .cart_totals .discount td {
    color: #85ad74;
}

.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #f7f6f7;
}

.woocommerce .cart-collaterals .cart_totals a.button.alt,
.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
    display: inline-block;
}

.woocommerce .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-page .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0;
}

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

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,
.woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    line-height: 2em;
}

.woocommerce form .form-row label.hidden,
.woocommerce-page form .form-row label.hidden {
    visibility: hidden;
}

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

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    cursor: pointer;
    margin: 0;
}

.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0;
}

.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1em;
    padding: 10px;
    border: 1px solid #d8d8d8;
}

.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
    height: 4em;
    line-height: 1.5em;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
    border-color: #fb7f88;
}

.woocommerce form .form-row ::-webkit-input-placeholder,
.woocommerce-page form .form-row ::-webkit-input-placeholder {
    line-height: normal;
}

.woocommerce form .form-row :-moz-placeholder,
.woocommerce-page form .form-row :-moz-placeholder {
    line-height: normal;
}

.woocommerce form .form-row :-ms-input-placeholder,
.woocommerce-page form .form-row :-ms-input-placeholder {
    line-height: normal;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
    border: 1px solid #e0dadf;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.woocommerce ul#shipping_method,
.woocommerce-page ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none;
}

.woocommerce ul#shipping_method .amount,
.woocommerce-page ul#shipping_method .amount {
    font-weight: 700;
}

.woocommerce p.woocommerce-shipping-contents,
.woocommerce-page p.woocommerce-shipping-contents {
    margin: 0;
}

.woocommerce .checkout .col-2 h3#ship-to-different-address,
.woocommerce-page .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none;
}

.woocommerce .checkout .col-2 .form-row-first,
.woocommerce .checkout .col-2 .notes,
.woocommerce-page .checkout .col-2 .form-row-first,
.woocommerce-page .checkout .col-2 .notes {
    clear: left;
}

.woocommerce .checkout .create-account small,
.woocommerce-page .checkout .create-account small {
    font-size: 11px;
    color: #777;
    line-height: 13px;
    font-weight: 400;
}

.woocommerce .checkout div.shipping-address,
.woocommerce-page .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%;
}

.woocommerce .checkout .shipping_address,
.woocommerce-page .checkout .shipping_address {
    clear: both;
}

.woocommerce #payment,
.woocommerce-page #payment {
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
    text-align: left;
    padding: 2.7em 2.8em;
    border-bottom: 1px solid #ededed;
    margin: 0;
    list-style: none;
}

.woocommerce #payment ul.payment_methods:after,
.woocommerce #payment ul.payment_methods:before,
.woocommerce-page #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:before {
    content: " ";
    display: table;
}

.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
    clear: both;
}

.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
    line-height: 2em;
    text-align: left;
    margin: 0;
    font-weight: 400;
    list-style: none;
}

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

input[type=radio] {
    background: url(../images/check_radio_sheet.png) no-repeat -43px 3px;
    border: none;
    width: 16px !important;
    height: 16px !important;
}

input[type=radio]:checked {
    background: url(../images/check_radio_sheet.png) no-repeat -61px 3px;
    border: none;
    width: 16px !important;
    height: 16px !important;
}

input:hover,
input:focus,
input:active {
    outline: none !important;
}

.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {}

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

.woocommerce #payment ul.payment_methods li img+img,
.woocommerce-page #payment ul.payment_methods li img+img {
    margin-left: 2px;
}

.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
    padding: 1em;
    border-top: 1px solid #fff;
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
    position: relative;
    width: 96%;
    padding: 1em 2%;
    margin: .8em 0 1.4em;
    font-size: .92em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.5em;
    background: #FFF;
    color: #5e5e5e;
}

.woocommerce #payment div.payment_box input.input-text,
.woocommerce #payment div.payment_box textarea,
.woocommerce-page #payment div.payment_box input.input-text,
.woocommerce-page #payment div.payment_box textarea {
    border-color: #c8bfc6 #d4cdd2 #d4cdd2;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .4);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, .4);
}

.woocommerce #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-page #payment div.payment_box ::-webkit-input-placeholder {
    color: #c8bfc6;
}

.woocommerce #payment div.payment_box :-moz-placeholder,
.woocommerce-page #payment div.payment_box :-moz-placeholder {
    color: #c8bfc6;
}

.woocommerce #payment div.payment_box :-ms-input-placeholder,
.woocommerce-page #payment div.payment_box :-ms-input-placeholder {
    color: #c8bfc6;
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right;
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../images/icons/credit-cards/visa.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../images/icons/credit-cards/mastercard.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../images/icons/credit-cards/laser.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../images/icons/credit-cards/diners.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../images/icons/credit-cards/maestro.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../images/icons/credit-cards/jcb.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../images/icons/credit-cards/amex.png);
}

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../images/icons/credit-cards/discover.png);
}

.woocommerce #payment div.payment_box span.help,
.woocommerce-page #payment div.payment_box span.help {
    font-size: 11px;
    color: #777;
    line-height: 13px;
    font-weight: 400;
}

.woocommerce #payment div.payment_box .form-row,
.woocommerce-page #payment div.payment_box .form-row {
    margin: 0 0 1em;
}

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

.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
    content: "";
    display: block;
    border: 14px solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -1px;
    left: 0;
    margin: -1.7em 0 0 2em;
}

.payment_method_paypal a {
    margin-left: 30px;
}

.woocommerce .order_details,
.woocommerce-page .order_details {
    margin: 0 0 1.5em;
    list-style: none;
}

.woocommerce .order_details:after,
.woocommerce .order_details:before,
.woocommerce-page .order_details:after,
.woocommerce-page .order_details:before {
    content: " ";
    display: table;
}

.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
    clear: both;
}

.woocommerce .order_details li,
.woocommerce-page .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1em;
    border-right: 1px dashed #e0dadf;
    padding-right: 2em;
}

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

.woocommerce .order_details li:last-of-type,
.woocommerce-page .order_details li:last-of-type {
    border: none;
}

.woocommerce .addresses .title:after,
.woocommerce .addresses .title:before,
.woocommerce-page .addresses .title:after,
.woocommerce-page .addresses .title:before {
    content: " ";
    display: table;
}

.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after {
    clear: both;
}

.woocommerce .addresses .title h3,
.woocommerce-page .addresses .title h3 {
    float: left;
}

.woocommerce .addresses .title .edit,
.woocommerce-page .addresses .title .edit {
    float: right;
}

.woocommerce ol.commentlist.notes li.note p.meta,
.woocommerce-page ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0;
}

.woocommerce ol.commentlist.notes li.note .description p:last-child,
.woocommerce-page ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0;
}

.woocommerce ul.digital-downloads,
.woocommerce-page ul.digital-downloads {
    margin-left: 0;
    padding-left: 0;
}

.woocommerce ul.digital-downloads li,
.woocommerce-page ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.woocommerce ul.digital-downloads li:before,
.woocommerce-page ul.digital-downloads li:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e00a";
}

.woocommerce ul.digital-downloads li .count,
.woocommerce-page ul.digital-downloads li .count {
    float: right;
}

.woocommerce .widget_layered_nav ul,
.woocommerce-page .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none;
}

.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_layered_nav ul li:before,
.woocommerce-page .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:before {
    content: " ";
    display: table;
}

.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
    clear: both;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li span {
    padding: 1px 0;
    float: left;
}

.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
    padding: 0 6px;
    text-decoration: none;
    border: 1px solid #ad74a2;
    background: #ad74a2;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5) #888;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5) #888;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e013";
}

.woocommerce .widget_layered_nav ul small.count,
.woocommerce-page .widget_layered_nav ul small.count {
    float: right;
    margin-left: 6px;
    font-size: 1em;
    padding: 1px 0;
    color: #777;
}

.woocommerce .widget_layered_nav_filters ul,
.woocommerce-page .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a {
    padding: 0 6px;
    text-decoration: none;
    border: 1px solid #ad74a2;
    background: #ad74a2;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5) #888;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5) #888;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e013";
}

.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: .8751em;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
    font-size: 1em;
    float: left;
}

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

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    top: -3px;
    margin-left: -1px;
    background-color: #333;
}

.widget_price_filter .price_label {
    font-size: 1.2em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #ededed;
    height: 8px;
    width: 95%;
    margin: 15px 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0;
}

.single-product .twentythirteen p.stars {
    clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px;
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important;
}

#ship-to-different-address .checkbox {
    padding-left: 0;
}

h3#order_review_heading {
    margin-top: 40px !important;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .woocommerce #content input.button.loading:before,
    .woocommerce #respond input#submit.loading:before,
    .woocommerce a.button.loading:before,
    .woocommerce button.button.loading:before,
    .woocommerce input.button.loading:before,
    .woocommerce-page #content input.button.loading:before,
    .woocommerce-page #respond input#submit.loading:before,
    .woocommerce-page a.button.loading:before,
    .woocommerce-page button.button.loading:before,
    .woocommerce-page input.button.loading:before {
        background-image: url(../images/ajax-loader@2x.gif);
        background-size: 16px 16px;
    }
}

.woocommerce h2 {
    font-size: 1.5em;
    letter-spacing: normal;
    font-weight: 500;
    margin-bottom: 15px;
}

ul.product_list_widget {
    padding: 0;
    margin: 0;
}

.widget_products ul.product_list_widget {
    margin-top: 20px;
    display: inline-block;
}

ul.product_list_widget li {
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-bottom: 25px !important;
}

ul.product_list_widget li:first-child {
    padding-top: 0;
}

ul.product_list_widget li a {
    padding: 20px 0 3px 60px !important;
    line-height: 1.4em !important;
}

ul.product_list_widget li:first-child a {
    padding-top: 0 !important;
}

.woocommerce-page ul.product_list_widget li:first-child a img {
    top: 0 !important;
}

.product-type-simple {
    margin-top: 0;
}

p.myaccount_address {
    margin-bottom: 40px;
    line-height: 0;
}

/* SHOPING BAG*/

.hazel_dynamic_shopping_bag {
    position: relative;
    display: inline-block;
    width: auto;
}

.hazel_little_shopping_bag_wrapper {
    position: relative;
    top: 0;
    right: 0;
    z-index: 50;
    display: inline-block;
    width: auto;
    /* height: 39px; */
    background: transparent !important;
    line-height: 1;
    z-index: 9999;
}

.hazel_little_shopping_bag {
    cursor: pointer;
    position: relative;
    display: block;
}

.hazel_little_shopping_bag .title {
    position: relative;
    float: left;
}

.hazel_little_shopping_bag .title a {
    background: url(../img/shopping-bag.png) no-repeat center center;
    text-indent: -9999px;
    width: 40px;
    height: 36px;
    position: absolute;
    top: 4px;
}

.hazel_little_shopping_bag .title a {
    color: #000;
}

.hazel_little_shopping_bag .title i {
    font-size: 24px !important;
    float: right;
    margin: 1px 6px 3px 1px;
    top: 1px;
    position: relative;
}

.hazel_little_shopping_bag .overview {
    position: relative;
    top: -7px;
    right: -4px;
}

.hazel_little_shopping_bag .overview .amount {
    right: 14px;
    position: relative;
    font-family: Helvetica, Neue, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    float: right;
    top: 8px;
    letter-spacing: 1px;
}

.headerstyle-style4 .hazel_little_shopping_bag .overview .amount {
    font-size: 13px;
    top: 11px;
}

.headerstyle-style4 .hazel_little_shopping_bag .title i {
    font-size: 15px;
    top: 13px;
}

.hazel_little_shopping_bag .overview span.minicart_items {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-family: Arial, Sans-serif;
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    right: 11px;
    top: 4px;
    text-align: center;
    opacity: 1;
    background: #101010 !important;
}

.nav-container .hazel_minicart li a:hover {
    text-decoration: none;
}

/* minicart */

.hazel_minicart_wrapper {
    min-width: 270px;
    position: absolute;
    right: -10px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    float: right;
    padding-top: 10px;
    margin-top: 45px;
}

.hazel_little_shopping_bag_wrapper:hover .hazel_minicart_wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 10px 25px 0 rgba(68, 68, 68, 0.15);
    box-shadow: 0px 10px 25px 0 rgba(68, 68, 68, 0.15);
}

.hazel_minicart {
    width: 100%;
    padding: 15px 20px 10px;
    background: #fff;
    position: relative;
    float: right;
    text-align: left;
    display: block;
    border-top: none !important;
    top: 0;
    margin-top: -10px;
    top: -10px;
}

.info_above_menu .hazel_minicart {
    border: 1px solid #ededed;
}

.hazel_minicart ul {
    margin: 0;
    padding: 0;
}

.info_above_menu .hazel_minicart {
    top: 0;
}

ul.cart_list li,
.woocommerce ul.cart_list li {
    padding: 5px 0 0 !important;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

ul.cart_list li:last-child,
.woocommerce ul.cart_list li:last-child {
    border-bottom: 0;
}

.cart_list_img_wrapper {
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

ul.cart_list li img,
.woocommerce ul.cart_list li img {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    float: left !important;
    display: block;
    margin: 0;
    width: 60px !important;
    height: auto;
}

ul.cart_list li a img,
ul.cart_list li a,
ul.cart_list ins,
.woocommerce ul.cart_list ins {
    text-decoration: none;
    padding-top: 0;
    color: #f2f2f2;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 12px;
    line-height: 1em;
}

ul.cart_list del,
ul.cart_list del span,
ul.cart_list span.from,
.woocommerce ul.cart_list del,
.woocommerce ul.cart_list del span,
.woocommerce ul.cart_list span.from {
    color: #8d8d8d !important;
}

ul.cart_list span.amount,
.woocommerce ul.cart_list span.amount {
    font-size: 13px;
    font-weight: 900;
    padding-bottom: 3px;
    opacity: 2;
    font-family: Helvetica Neue, Arial, sans-serif;
}

.cart_list_product_title,
.woocommerce .cart_list_product_title {
    width: 66%;
    float: left;
    position: relative;
}

.cart_list_product_title a:hover {
    text-decoration: underline;
    color: #fff;
}

.cart_list_product_img {
    float: left;
    width: 75px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}

.cart_list_product_price {
    margin: 0;
    padding-left: 70px;
}

.cart_list_product_quantity {
    display: inline-block;
    padding-top: 12px;
    text-transform: uppercase;
    font-size: 11px;
    color: #8d8d8d;
}

ul.cart_list .remove {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 35px;
    height: 35px;
    background: none;
    background-position: -200px 0;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}

.minicart_total_checkout {
    padding: 8px 0 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    /* color: #C2C3C3; */
    float: left;
    font-family: Helvetica Neue, Arial, sans-serif;
    border-bottom: 1px solid #3C3C3C;
    margin-bottom: 15px;
    line-height: 26px;
    width: 100%;
}

.minicart_total_checkout span {
    font-size: 14px !important;
    float: right;
}

ul.cart_list .empty,
.woocommerce ul.cart_list .empty {
    margin-top: 0;
    padding: 0;
    font-size: 12px;
    padding: 0 !important;
}

ul.cart_list .empty:before {
    content: "";
    width: 40px;
    height: 54px;
    background: none;
    background-position: -500px -300px;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}

ul.cart_list li.empty {
    text-align: center;
}

.hazel_little_shopping_bag_wrapper_mobiles {
    display: none;
}

/* WOO MINICART */

.hazel_minicart_cart_but {
    background: #303030 !important;
    margin: 0 !important;
    padding: 7px 0 !important;
    position: relative !important;
    float: left;
    width: 48.5%;
    color: #fff !important;
    font-size: 11px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-transition: linear .2s;
    -moz-transition: linear .2s;
    -ms-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.hazel_minicart_checkout_but {
    background: #303030 !important;
    margin: 0 0 0 15px !important;
    padding: 7px 0 !important;
    position: relative !important;
    float: left;
    width: 48.5%;
    color: #fff !important;
    font-size: 11px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-transition: linear .2s;
    -moz-transition: linear .2s;
    -ms-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.woocommerce-page a.button.wc-forward,
.woocommerce-page a.button.wc-forward.checkout,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart .button,
.woocommerce-page .cart input.button,
.woocommerce .cart-collaterals .cart_totals a.button.alt,
.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
    -webkit-transition: linear .2s;
    -moz-transition: linear .2s;
    -ms-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.nav-container .cart_list_product_title ul.cart_list li a {
    color: #545454 !important;
    padding: 0;
    line-height: 1em !important;
    font-size: 13px;
}

.nav-container .hazel_minicart_wrapper .cart_list_product_img {
    width: 50px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 0;
}

.nav-container .hazel_minicart_wrapper ul.cart_list li a img {
    width: 50px !important;
    margin-right: 15px;
    top: 14px;
    left: 0;
    border: 2px solid #fff;
}

.nav-container .hazel_minicart_wrapper .cart_list_product_title {
    margin: 1px 0;
    position: relative;
    float: left;
}

.nav-container .hazel_minicart_wrapper ul.cart_list li:last-child {
    margin-bottom: 15px;
}

.navbar-default .hazel_minicart_wrapper ul.cart_list li {
    margin: 0;
    list-style: none;
    padding: 10px 0 !important;
}

.navbar-default .hazel_minicart_wrapper ul.cart_list li.empty {
    padding: 0 !important;
    margin: 0;
    list-style: none;
}

.nav-container .hazel_minicart_wrapper ul.cart_list li.empty {
    padding: 0 !important;
}

.hazel_minicart_wrapper ul.cart_list .remove {
    position: absolute;
    width: 35px;
    height: 35px;
    background: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    left: 2%;
    top: 1%;
}

.hazel_minicart_wrapper .cart_list_product_quantity {
    top: 54px;
    font-size: 9px;
    left: 1px;
    background-color: #fff;
    width: 25px;
    line-height: 12px;
    height: 20px;
    padding: 4px;
    letter-spacing: 0;
    text-align: center;
    overflow: initial;
    position: absolute;
    left: -70px;
    top: 29px;
    font-family: Arial;
    color: #333;
}

.cart_table_item .product-remove {
    width: 8%;
    border-left: none !important;
    padding-left: 20px !important;
}

/* MENU - WOOCOMMERCE */

.menu-woocommerce-menu-container .sf-menu li li a {
    padding: 6px 35px 6px 12px !important;
}

.woocommerce-menu {
    float: right;
    margin-top: 11px;
    margin-right: 0;
}

.woocommerce-menu #menulava_top>li {
    padding-left: 15px;
}

.woocommerce-menu #menulava_top>li>a {
    color: #CCC;
    padding-bottom: 15px;
}

.woocommerce-menu #menulava_top>li>ul {
    margin-top: -50px;
    left: 10px;
}

.woocommerce nav.woocommerce-pagination,
.woocommerce #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination {
    margin: 20px 0 40px;
}

h1.page-title {
    margin-top: 25px;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    margin: 9px 20px 40px 0;
    float: right;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
    vertical-align: top;
    right: -25px;
    position: relative;
    top: 15px;
    border-radius: 0 0 0 0;
    width: auto;
    text-transform: uppercase;
    border: 1px solid #ededed;
    background: #FAFAFA url(../images/sprite.png) no-repeat -243px -351px;
    float: right;
    width: 100%;
    -webkit-appearance: none;
    box-sizing: none;
    padding: 14px 16px;
    color: #666;
    outline: none;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 11px;
}

.woocommerce .woocommerce-ordering select:before,
.woocommerce-page .woocommerce-ordering select:before {
    position: relative;
    top: 3px;
    left: -10px;
    font-size: 15px;
    font-family: 'FontAwesome';
    content: '\f104';
    -webkit-font-smoothing: antialiased;
    color: #6E6D6D;
    line-height: 1;
    float: left;
}

ul.products li.hentry:hover .added_to_cart,
ul.products li.hentry .added_to_cart {
    background: url(../img/woo-sucess.png) no-repeat center center;
    padding: 10px 14px 16px 25px;
    top: 35% !important;
}

ul.products .hentry a.product_type_simple.added {
    display: none;
}

.woocommerce-page a.button.wc-forward {
    padding: 13px 16px;
}

.woocommerce-page a.button.wc-forward.checkout {
    padding: 13px 16px;
    margin-right: 0;
}

.woocommerce-page .sidebar a.button.wc-forward {
    padding: 10px 6px;
}

.woocommerce-page .sidebar a.button.wc-forward.checkout {
    padding: 10px 6px;
    margin-right: 0;
}

.woocommerce-page a.button.wc-forward:hover,
.woocommerce-page a.button.wc-forward.checkout:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-page .widget_price_filter .price_slider_amount .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce-page .cart .button:hover,
.woocommerce-page .cart input.button:hover,
.woocommerce .cart-collaterals .cart_totals a.button.alt:hover,
.woocommerce-page .cart-collaterals .cart_totals a.button.alt:hover {
    background: #101010;
}

.shopsidebar {
    margin-top: 50px;
}

.shopsidebar h1.page-title {
    display: none;
}

.nav-container a.button.hazel_minicart_cart_but {
    padding: 8px 13px !important;
    color: #fff !important;
    width: auto;
    font-size: 11px !important;
    border: 2px solid !important;
    font-weight: 700;
    line-height: 1;
    border: 2px solid transparent !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav-container a.button.hazel_minicart_checkout_but {
    padding: 8px 13px !important;
    color: #fff !important;
    width: auto;
    font-size: 11px !important;
    border: 2px solid !important;
    font-weight: 700;
    line-height: 1;
    border: 2px solid transparent !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nav-container a.button.hazel_minicart_cart_but:hover {
    padding: 8px 13px !important;
    color: #fff !important;
    width: auto;
    font-size: 11px !important;
    border: 2px solid !important;
    font-weight: 700;
    line-height: 1;
}

.nav-container a.button.hazel_minicart_checkout_but:hover {
    padding: 8px 13px !important;
    color: #fff !important;
    width: auto;
    font-size: 11px !important;
    border: 2px solid !important;
    font-weight: 700;
    line-height: 1;
}

.menu-rounded .nav-container a.button.hazel_minicart_cart_but,
.menu-rounded .nav-container a.button.hazel_minicart_checkout_but {
    border-radius: 25px !important;
}

.woocommerce.widget_shopping_cart ul.cart_list li.empty {
    padding-bottom: 0 !important;
    margin: 15px 5px 8px;
    text-align: left;
    font-size: 15px;
}

.info_above_menu .hazel_little_shopping_bag_wrapper {
    margin-left: 20px;
    background: rgba(255, 255, 255, 0.1) !important;
    height: 40px;
}

.info_above_menu ul.cart_list li,
.info_above_menu .woocommerce ul.cart_list li {
    border-bottom: 1px solid #ededed;
}

.info_above_menu ul.cart_list li a,
.info_above_menu .woocommerce ul.cart_list li a {
    color: #444 !important;
    font-weight: 700 !important;
}

.info_above_menu .minicart_total_checkout {
    border-bottom: 1px solid #ededed;
    color: #444;
}

.woocommerce .entry-summary .quantity,
.woocommerce-page .entry-summary .quantity,
.woocommerce .shop_table.cart .quantity,
.woocommerce-page .shop_table.cart .quantity {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    width: auto;
}

.woocommerce .entry-summary .quantity .minus,
.woocommerce-page .entry-summary .quantity .minus,
.woocommerce .entry-summary .quantity .plus,
.woocommerce-page .entry-summary .quantity .plus,
.woocommerce .shop_table.cart .quantity .minus,
.woocommerce-page .shop_table.cart .quantity .minus,
.woocommerce .shop_table.cart .quantity .plus,
.woocommerce-page .shop_table.cart .quantity .plus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 34px;
    position: relative;
}

.woocommerce .entry-summary .quantity input.qty,
.woocommerce-page .entry-summary .quantity input.qty,
.woocommerce .shop_table.cart .quantity input.qty,
.woocommerce-page .shop_table.cart .quantity input.qty {
    height: 33px;
    padding-left: 10px;
    border-right: 1px solid #ededed;
}

.woocommerce .entry-summary .cart {
    margin-top: 20px;
}

.woocommerce div.product .entry-summary p.price {
    margin: 15px 0;
    font-size: 2.5em;
}

.woocommerce-page div.product .woocommerce-tabs {
    padding: 40px 0;
    float: left;
    width: 100%;
}

.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
    width: 71%;
}

.upsells.products,
.related.products {
    float: left;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff !important;
}

.woocommerce-page ul.product_list_widget li img {
    float: right;
    width: 45px;
    margin-right: 10px;
    position: absolute;
    top: 21px;
    left: 0;
}

.woocommerce-page ul.product_list_widget del,
.woocommerce-page ul.product_list_widget .amount {
    padding-left: 60px;
    line-height: 18px;
    font-size: 12px;
}

.woocommerce-page ul.product_list_widget ins .amount,
.woocommerce-page ul.product_list_widget del .amount {
    padding-left: 0;
}

.woocommerce-page ul.product_list_widget ins {
    background-color: #E7E7E7;
    color: #999898;
    text-decoration: none;
    font-size: 14px;
    padding: 2px 6px;
}

.checkout #order_review {
    margin-bottom: 60px;
}

.woocommerce-page.woocommerce-page ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce-page ul.products li.product a.add_to_cart_button {
    display: none;
    position: relative;
    bottom: 0;
    text-align: center;
    margin: -50px 0 0 0;
    left: 0;
    -webkit-animation: Anim-add-to-cart linear .3s;
    -moz-animation: Anim-add-to-cart linear .3s;
    animation: Anim-add-to-cart linear .3s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    bottom: 0;
    background: #101010 !important;
    width: 100%;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

@-webkit-keyframes Anim-add-to-cart {
    0% {
        opacity: 0;
        bottom: 240px;
    }
    100% {
        opacity: 1;
        bottom: 180px;
    }
}

@-moz-keyframes Anim-add-to-cart {
    0% {
        opacity: 0;
        bottom: 240px;
    }
    100% {
        opacity: 1;
        bottom: 180px;
    }
}

@-o-keyframes Anim-add-to-cart {
    0% {
        opacity: 0;
        bottom: 240px;
    }
    100% {
        opacity: 1;
        bottom: 180px;
    }
}

@keyframes Anim-add-to-cart {
    0% {
        opacity: 0;
        bottom: 100px;
    }
    100% {
        opacity: 1;
        bottom: 66px;
    }
}

.woocommerce-page.woocommerce-page ul.products li.product:hover a.add_to_cart_button,
.woocommerce ul.products li.product:hover a.add_to_cart_button,
.woocommerce-page ul.products li.product:hover a.add_to_cart_button {
    display: block;
    bottom: 66px;
}

.woocommerce-page.woocommerce-page ul.products li.product:hover img,
.woocommerce ul.products li.product:hover img {
    opacity: .2;
}

.woocommerce ul.products li.product a.added_to_cart.wc-forward,
.woocommerce-page ul.products li.product a.added_to_cart.wc-forward {
    display: none !important;
}

.variations td,
.variations tbody tr:last-child {
    border: none;
}

.variations td.label {
    display: none;
}

.woocommerce.widget_shopping_cart ul.cart_list li a.remove {
    display: none;
}

.woocommerce.widget_shopping_cart ul.cart_list li a,
.woocommerce.widget_shopping_cart ul.cart_list li a {
    padding: 25px 0 3px 68px !important;
    line-height: 1.4em !important;
    line-height: 1;
    margin-left: 1px;
    border-top: 1px solid #ededed;
    width: 100%;
    display: inline-block;
    font-size: 14px !important;
    position: relative;
}

.woocommerce.widget_shopping_cart ul.cart_list li a img,
.woocommerce.widget_shopping_cart .woocommerce ul.cart_list li a img {
    float: right;
    width: 58px !important;
    margin-right: 10px;
    position: absolute;
    top: 14px;
    left: 0;
    border: 2px solid #fff;
}

.woocommerce.widget_shopping_cart ul.cart_list span.amount,
.woocommerce.widget_shopping_cart ul.cart_list span.amount {
    padding-left: 20px;
    line-height: 1px;
    color: #333;
    left: 44px;
    position: relative;
    top: -42px;
    font-size: 14px;
}

.woocommerce.widget_shopping_cart .quantity {
    top: 47px;
    font-size: 11px;
    left: 1px;
    background-color: #fff;
    width: 29px;
    line-height: 12px;
    height: 20px;
    padding: 4px;
    letter-spacing: -1px;
    text-align: center;
    overflow: initial;
}

.woocommerce.widget_shopping_cart .total {
    font-size: 1em;
    margin: 10px 0;
}

.woocommerce.widget_shopping_cart ul.cart_list li:first-child a,
.woocommerce.widget_shopping_cart ul.product_list_widget li:first-child a {
    border-top: none;
}

.woocommerce.widget_shopping_cart ul.cart_list li,
.woocommerce.widget_shopping_cart ul.product_list_widget li {
    list-style: none;
    border: none;
    padding: 10px 0 0 !important;
}

.woocommerce-checkout .master_container {
    margin-top: 50px;
}

.woocommerce ul.cart_list .minicart_total_checkout span.amount {
    opacity: .9;
}

.menu-rounded .hazel_minicart_wrapper {
    -webkit-box-shadow: 0 0 15px 0 rgba(68, 68, 68, 0.15);
    box-shadow: 0 0 15px 0 rgba(68, 68, 68, 0.15);
    border-radius: 8px;
}

.hazel_minicart_wrapper {
    z-index: 9999999999;
    background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 65%;
    margin-left: 5%;
}

.woocommerce-tabs .woocommerce-Tabs-panel iframe {
    max-width: 100%;
    width: 100%;
    min-height: 425px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    background: #f7f7f7;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #ededed;
    list-style-type: none;
    margin: 0;
    padding: 10px 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    width: 100%;
}

/*  fix for the selects over the page title  */

.woocommerce-page section.page_content {
    overflow: visible !important;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
}

.summary.entry-summary h1 {
    letter-spacing: 2px !important;
}

.woocommerce h2.woocommerce-loop-product__title {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
}