.woocommerce .clear {
    clear: both;
}
.woocommerce .nobr {
    white-space: nowrap;
}
.woocommerce mark {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: inherit;
}
.woocommerce abbr {
    border: medium none;
}
.woocommerce .col2-set:after {
    clear: both;
    content: "";
    display: block;
}
.woocommerce .col2-set .col-1 {
    float: left;
    width: 48%;
}
.woocommerce .col2-set .col-2 {
    float: right;
    width: 48%;
}
.woocommerce-demo-store {
    margin-top: 50px;
}
p.demo_store {
    background-color: #CC2200;
    color: #FFFFFF;
    font-size: 15px;
    left: 0;
    line-height: 22px;
    padding: 14px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999;
}
.admin-bar p.demo_store {
    top: 28px;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
    line-height: 24px;
    list-style-type: none !important;
    margin: 0 0 30px !important;
    overflow: hidden;
    padding: 18px 15px 18px 58px;
    position: relative;
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
    color: inherit;
    font-family: FontAwesome;
    font-size: 20px;
    height: 32px;
    left: 15px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 32px;
}
.woocommerce .woocommerce-message a, .woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a {
    border-bottom: 1px dotted;
    color: inherit;
}
.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 0;
    color: inherit;
    display: inline;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 18px !important;
}
.no-touch .woocommerce .woocommerce-message a:hover, .no-touch .woocommerce .woocommerce-error a:hover, .no-touch .woocommerce .woocommerce-info a:hover, .no-touch .woocommerce .woocommerce-message .button:hover, .no-touch .woocommerce .woocommerce-error .button:hover, .no-touch .woocommerce .woocommerce-info .button:hover {
    border-bottom: 1px solid !important;
    color: #333333;
}
.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
    line-height: 22px;
    list-style: none outside none !important;
    margin: 0 !important;
    padding: 2px 0 !important;
}
.woocommerce-message {
    background-color: #C1F5A6;
    color: #588542;
}
.woocommerce-message:before {
    content: "";
}
.woocommerce-info {
    background-color: #CCEEFF;
    color: #3A648E;
}
.woocommerce-info:before {
    content: "";
}
.woocommerce-error {
    background-color: #FFD9D9;
    color: #A24141;
}
.woocommerce-error:before {
    content: "";
}
.woocommerce .button {
    background-color: #E8E8E8;
    border: medium none !important;
    border-radius: 4px;
    color: #666666;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 10px 36px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.25s ease-out 0s, background-color 0.25s ease-out 0s;
    vertical-align: top;
    white-space: nowrap;
}
.woocommerce .button:active {
    top: 1px;
}
.no-touch .woocommerce .button:hover {
    background-color: #666666;
    color: #FFFFFF;
}
.woocommerce .button.alt, .woocommerce .button.checkout {
    background-color: #D13A7A;
    color: #FFFFFF !important;
}
.no-touch .woocommerce input[type="submit"]:hover, .no-touch .woocommerce .button.alt:hover, .no-touch .woocommerce .button.checkout:hover {
    background-color: #666666;
}
.woocommerce .products .product .button, .no-touch .woocommerce .products .product .button.loading:hover {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 2px #D13A7A inset;
    color: #D13A7A;
}
.no-touch .woocommerce .products .product .button:hover {
    background-color: #D13A7A;
    color: #FFFFFF;
}
.woocommerce .button.loading:before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.75);
    background-image: url("../img/ajax-loader.gif");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px !important;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.woocommerce .quantity {
    overflow: visible;
    padding: 2px 0;
    position: relative;
    width: 114px;
}
.woocommerce .quantity:after {
    clear: both;
    content: "";
    display: block;
}
.woocommerce .quantity input.qty {
    border: medium none;
    border-radius: 0;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 36px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 36px;
    z-index: 1;
}
.woocommerce .quantity input.qty:focus {
    box-shadow: 0 0 0 2px #D13A7A;
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus {
    background-color: #F2F2F2;
    background-image: none !important;
    border: medium none;
    box-shadow: none;
    color: #666666;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 24px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: background-color 0.25s ease-out 0s;
    width: 36px;
}
.no-touch .woocommerce .quantity .plus:hover, .no-touch .woocommerce .quantity .minus:hover {
    background-color: #E8E8E8;
}
.woocommerce .quantity .plus {
    border-radius: 0 5px 5px 0;
}
.woocommerce .quantity .minus {
    border-radius: 5px 0 0 5px;
}
.woocommerce form .form-row {
    margin: 0 0 16px;
    position: relative;
}
.woocommerce form .form-row:after {
    clear: both;
    content: "";
    display: block;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last {
    float: left;
    width: 48%;
}
.woocommerce form .form-row-last {
    float: right;
}
.woocommerce form .form-row-wide {
    clear: both;
}
.woocommerce form .form-row label {
    display: block;
    margin-bottom: 4px;
}
.woocommerce form .form-row label.hidden {
    visibility: hidden;
}
.woocommerce form .form-row select {
    cursor: pointer;
    width: 100%;
}
.woocommerce form .form-row .required {
    border: medium none;
    color: #FF0000;
    font-weight: bold;
}
.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
.woocommerce form .form-row label.checkbox {
    display: inline;
}
.woocommerce form .form-row .lost_password {
    margin: 0 10px;
    white-space: nowrap;
}
.woocommerce form .form-row.validate-required:before {
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 34px;
    width: 32px;
    z-index: 3;
}
.woocommerce form #billing_country_field.form-row.validate-required:before, .woocommerce form #shipping_country_field.form-row.validate-required:before {
    display: none;
}
.woocommerce form .form-row.validate-required.woocommerce-validated:before {
    color: #5FCC29;
    content: "";
}
.woocommerce form .form-row.validate-required.woocommerce-invalid:before {
    color: #FF0000;
    content: "";
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-single, .woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select {
    box-shadow: 0 0 0 1px #FF0000;
}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
    border: 2px solid #E8E8E8;
    margin: 30px 0;
    overflow: hidden;
    padding: 30px 30px 10px;
    text-align: left;
}
.woocommerce form.login .form-row, .woocommerce form.checkout_coupon .form-row, .woocommerce form.register .form-row {
    margin-bottom: 20px;
}
.woocommerce-checkout .form-row .chzn-container-single .chzn-search input {
    box-shadow: none !important;
}
.woocommerce-checkout .form-row .chzn-container-single .chzn-single:hover {
    border-bottom-color: #AAAAAA !important;
}
.woocommerce .woocommerce-breadcrumb {
    color: #999999;
    display: none;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #D13A7A;
}
.no-touch .woocommerce .woocommerce-breadcrumb a:hover {
    border-bottom: 1px solid;
    color: #666666;
}
.woocommerce .star-rating {
    float: right;
    font-family: FontAwesome;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    position: relative;
    width: 74px;
}
.woocommerce .star-rating:before {
    color: #999999;
    content: "";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}
.woocommerce .star-rating span {
    float: left;
    height: 16px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.woocommerce .star-rating span:before {
    color: #D13A7A;
    content: "";
}
.woocommerce small.note {
    color: #999999;
    font-size: 11px;
    line-height: 21px;
    margin-top: 10px;
}
.woocommerce h1.page-title {
    float: left;
    margin: 0 20px 0 0;
}
.woocommerce .page-description {
    clear: both;
    padding: 20px 0;
}
.woocommerce .woocommerce-result-count {
    color: #999999;
    float: left;
    margin: 20px 20px 15px 0;
}
.woocommerce .woocommerce-ordering {
    float: right;
    margin: 0 0 20px;
}
.woocommerce .onsale {
    background-color: #D13A7A;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}
.woocommerce ul.products {
    clear: both;
    font-size: 0;
    list-style: none outside none !important;
    margin: 0 0 25px;
}
.woocommerce .products:after {
    clear: both;
    content: "";
    display: block;
}
.woocommerce .products .product {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0;
    padding: 25px;
    position: relative;
    transition: box-shadow 0.25s ease-out 0s;
    vertical-align: top;
    width: 25%;
}
.woocommerce .l-canvas.col_contside .products .product, .woocommerce .l-canvas.col_sidecont .products .product, .l-canvas.col_contside .woocommerce .products .product, .l-canvas.col_sidecont .woocommerce .products .product {
    width: 33.3333%;
}
.no-touch .woocommerce .products .product:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
}
.woocommerce .products .product .onsale {
    left: auto;
    right: 10px;
    top: 10px;
}
.woocommerce .products .product img {
    display: block;
}
.woocommerce .products .product h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 14px 0 6px;
}
.woocommerce .products .product.product-category h3 {
    padding-bottom: 0;
}
.woocommerce .products .product .star-rating {
    float: none;
    margin: 4px 0 8px;
}
.woocommerce .products .product .price {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 12px;
}
.woocommerce .products .product .price del {
    color: #999999;
    font-size: 0.8em;
    font-weight: normal;
}
.woocommerce .products .product .price ins {
    text-decoration: none;
}
.woocommerce .products .product .price .from {
    font-size: 0.8em;
    margin: 0;
    text-transform: uppercase;
}
.woocommerce .products .product .button {
    float: left;
    font-size: 13px;
    margin-right: 10px;
    padding: 8px 26px;
}
.woocommerce a.added_to_cart {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
    white-space: nowrap;
}
.woocommerce .woocommerce-pagination {
    clear: both;
}
.woocommerce .woocommerce-pagination ul {
    list-style: none outside none;
    margin: 0;
    text-align: center;
}
.woocommerce .woocommerce-pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.woocommerce .woocommerce-pagination ul li a, .woocommerce .woocommerce-pagination ul li span {
    border: medium none !important;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #E8E8E8 inset;
    color: inherit;
    display: block;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    margin: 0 1px;
    text-align: center;
    width: 50px;
}
.no-touch .woocommerce .woocommerce-pagination ul li a:hover, .woocommerce .woocommerce-pagination ul li span.current {
    background-color: #D13A7A;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
    color: #FFFFFF;
}
.woocommerce div.product {
    position: relative;
}
.woocommerce div.product .onsale {
    left: 38%;
    margin-left: -50px;
    top: -10px;
}
.woocommerce div.product .summary {
    float: right;
    margin-bottom: 30px;
    width: 58%;
}
.woocommerce div.product .images {
    float: left;
    margin-bottom: 40px;
    width: 38%;
}
.woocommerce div.product .images img {
    display: block;
}
.woocommerce div.product .images .thumbnails {
    overflow: hidden;
}
.woocommerce div.product .images .thumbnails a {
    float: left;
    position: relative;
    width: 25%;
}
.woocommerce div.product .images .thumbnails a:after {
    bottom: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0) inset;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: box-shadow 0.25s ease-out 0s;
    z-index: 3;
}
.no-touch .woocommerce div.product .images .thumbnails a:hover:after {
    box-shadow: 0 0 0 8px #FFFFFF inset;
}
.woocommerce div.product .product_title {
    padding: 0;
}
.woocommerce .woocommerce-product-rating {
    margin: -10px 0 20px;
}
.woocommerce .woocommerce-product-rating .star-rating {
    float: left;
    margin: 5px 8px 0 0;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
    font-size: 13px;
    line-height: 18px;
}
.no-touch .woocommerce .woocommerce-product-rating .woocommerce-review-link:hover {
    border-bottom: 1px solid;
}
.woocommerce div.product .price {
    font-family: 'Noto Sans';
    font-size: 32px;
}
.woocommerce div.product .price ins {
    text-decoration: none;
}
.woocommerce div.product .price del {
    color: #999999;
    font-size: 0.75em;
}
.woocommerce-page div.product .price .from {
    font-size: 0.75em;
}
.woocommerce div.product .stock {
    color: #5FCC29;
    font-size: 1em;
    font-weight: bold;
}
.woocommerce div.product .out-of-stock {
    color: #FF0000;
}
.woocommerce div.product .cart {
    margin-bottom: 24px;
    overflow: hidden;
}
.woocommerce div.product .cart table {
    margin: 0;
    width: 100%;
}
.woocommerce div.product .cart .quantity {
    float: left;
    margin-right: 10px;
}
.woocommerce div.product .cart .button {
    font-size: 13px;
    margin-top: 2px;
    padding: 8px 26px;
}
.woocommerce div.product .cart.variations_form {
    border: 2px solid #E8E8E8;
    padding: 10px 20px;
}
.woocommerce div.product .cart table.variations td {
    border: medium none;
    padding: 10px 0;
    text-align: left;
    vertical-align: middle;
}
.woocommerce div.product .cart table.variations td.label {
    font-weight: bold;
    padding-right: 20px;
    width: 120px;
}
.woocommerce div.product .cart table.variations select {
    width: 100%;
}
.woocommerce div.product .cart .reset_variations {
    display: none !important;
}
.woocommerce div.product .cart .single_variation_wrap {
    overflow: hidden;
    padding: 5px 0 5px 120px;
}
.woocommerce div.product .cart .single_variation_wrap .price, .woocommerce div.product .cart .single_variation_wrap .stock {
    float: left;
    height: 42px;
    line-height: 42px;
    margin: 0 20px 0 0;
}
.woocommerce div.product .cart .single_variation_wrap .price, .woocommerce div.product .cart .single_variation_wrap .stock, .woocommerce div.product .cart .single_variation_wrap .quantity {
    margin-bottom: 5px;
    margin-top: 5px;
}
.woocommerce div.product .cart .single_variation_wrap .button {
    margin-bottom: 7px;
    margin-top: 7px;
}
.woocommerce div.product .cart table.group_table {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px;
}
.woocommerce div.product .cart table.group_table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E8E8E8 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    padding: 10px 0;
    text-align: left;
    vertical-align: middle;
}
.woocommerce div.product .cart table.group_table td:first-child {
    width: 134px;
}
.woocommerce div.product .cart table.group_table td.label {
    font-size: 18px;
}
.no-touch .woocommerce div.product .cart table.group_table td.label a:hover {
    border-bottom: 1px solid;
}
.woocommerce div.product .cart table.group_table td.price {
    color: inherit;
    font-size: 24px;
    text-align: right;
}
.woocommerce div.product .cart table.group_table td.price p.stock {
    font-size: 14px;
    margin: 0;
}
.woocommerce div.product .product_meta {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}
.woocommerce div.product .product_meta > span {
    padding-right: 5px;
}
.woocommerce div.product .product_meta > span:first-child {
    padding-left: 0;
}
.no-touch .woocommerce div.product .product_meta a:hover {
    border-bottom: 1px solid;
}
.woocommerce div.product .social {
    margin: 0 0 5px;
}
.woocommerce div.product .social iframe {
    float: left;
    margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs {
    float: right;
    margin-bottom: 30px;
    padding-bottom: 1px;
    width: 100%;
}
.woocommerce .col_sidecont div.product .woocommerce-tabs, .woocommerce .col_contside div.product .woocommerce-tabs {
    clear: both;
    float: none;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs .tabs {
    background-color: #F2F2F2;
    list-style: none outside none !important;
    margin: 0 0 25px;
    overflow: hidden;
}
.woocommerce div.product .woocommerce-tabs .tabs li {
    border-top: 2px solid rgba(0, 0, 0, 0);
    float: left;
    margin: 0;
    padding: 0;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}
.woocommerce div.product .woocommerce-tabs .tabs li a {
    border: medium none !important;
    color: inherit !important;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
}
.no-touch .woocommerce div.product .woocommerce-tabs .tabs li:hover {
    background-color: rgba(0, 0, 0, 0.024);
    color: #444444;
}
.woocommerce div.product .woocommerce-tabs .tabs li.active {
    background-color: #FFFFFF;
    border-color: #D13A7A;
    color: #D13A7A;
}
.no-touch .woocommerce div.product .woocommerce-tabs .tabs li.active:hover {
    background-color: #FFFFFF;
    color: #D13A7A;
}
.woocommerce div.product .woocommerce-tabs .panel > h2 {
    display: none;
    font-size: 22px;
    line-height: 32px;
}
.woocommerce table.shop_attributes {
    border: medium none;
    width: 100%;
}
.woocommerce table.shop_attributes th {
    border-bottom: medium none;
    border-top: 1px solid #E8E8E8;
    font-weight: bold;
    padding: 15px;
    width: 150px;
}
.woocommerce table.shop_attributes td {
    border-bottom: medium none;
    border-top: 1px solid #E8E8E8;
    padding: 0;
}
.woocommerce table.shop_attributes tr:first-child th, .woocommerce table.shop_attributes tr:first-child td {
    border: medium none;
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 15px 0;
}
.woocommerce #reviews #comments .star-rating {
    margin-top: 8px;
}
.woocommerce #reviews #comments h2 {
    clear: none;
    font-size: 22px;
    line-height: 32px;
    padding-right: 100px;
    padding-top: 0;
}
.woocommerce #reviews #comments .commentlist {
    border-bottom: 1px solid #E8E8E8;
    list-style: none outside none !important;
    margin: 0 0 -1px;
}
.woocommerce #reviews #comments .commentlist li {
    border-top: 1px solid #E8E8E8;
    margin: 0 0 25px;
    padding: 25px 0 0;
    position: relative;
}
.woocommerce #reviews #comments .commentlist .meta {
    color: #999999;
}
.woocommerce #reviews #comments .commentlist img.avatar {
    border-radius: 50%;
    float: left;
    height: auto;
    left: 0;
    position: absolute;
    top: 25px;
    width: 50px;
}
.woocommerce #reviews #comments .commentlist .comment-text {
    margin-left: 70px;
}
.woocommerce #reviews #comments .commentlist .comment-text .star-rating {
    margin: 5px 0 0 5px;
}
.woocommerce #reviews #comments .commentlist .comment-text p {
    margin-bottom: 12px;
}
.woocommerce #reviews #comments .commentlist .comment-text .meta {
    font-size: 13px;
    line-height: 18px;
}
.woocommerce #reviews #comments .commentlist .comment-text .meta strong {
    font-weight: normal;
}
.woocommerce #reviews #comments .commentlist .comment-text .meta em {
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}
.woocommerce #reviews #comments .woocommerce-pagination {
    margin: 15px 0;
}
.woocommerce #reviews #comments .woocommerce-pagination ul li a, .woocommerce #reviews #comments .woocommerce-pagination ul li span {
    height: 40px;
    line-height: 40px;
    margin: 0 1px;
    width: 40px;
}
.woocommerce #reviews #comments .add_review {
    display: none;
}
.woocommerce .comment-respond {
    border: 2px solid #E8E8E8;
    padding: 22px 30px 26px;
}
.woocommerce .comment-respond .form-submit {
    margin: 0;
}
.woocommerce .comment-form-author, .woocommerce .comment-form-email, .woocommerce .comment-form-rating {
    margin: 0 0 15px;
}
.woocommerce .comment-form-rating label {
    display: block;
    margin-bottom: 5px;
}
.woocommerce .comment-form-rating .stars {
    display: block;
    margin: 0;
}
.woocommerce .stars span {
    display: block;
    height: 20px;
    position: relative;
    width: 100px;
}
.woocommerce .stars span:after {
    background-color: #FFFFFF;
    color: #999999;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 21px;
    height: 24px;
    left: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}
.woocommerce .stars span a {
    border: medium none !important;
    display: block;
    height: 0;
    left: 0;
    overflow: hidden;
    padding-top: 24px;
    position: absolute;
    top: 0;
    width: 20px;
}
.woocommerce .stars span a:after {
    background-color: #FFFFFF;
    color: #D13A7A;
    content: "";
    display: none;
    font-family: FontAwesome;
    font-size: 21px;
    height: 24px;
    left: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}
.no-touch .woocommerce .stars span a:hover:after, .woocommerce .stars span a.active:after {
    display: block;
}
.woocommerce .stars span a.star-1 {
    width: 20px;
    z-index: 10;
}
.woocommerce .stars span a.star-2 {
    width: 40px;
    z-index: 9;
}
.woocommerce .stars span a.star-3 {
    width: 60px;
    z-index: 8;
}
.woocommerce .stars span a.star-4 {
    width: 80px;
    z-index: 7;
}
.woocommerce .stars span a.star-5 {
    width: 100px;
    z-index: 6;
}
.woocommerce .comment-form-comment {
    margin: 0 0 15px;
}
.woocommerce .comment-form-comment label {
    display: block;
    margin: 0 0 5px;
}
.woocommerce .related, .woocommerce .upsells, .woocommerce .cross-sells {
    border-top: 1px solid #E8E8E8;
    clear: both;
    padding-top: 25px;
}
.woocommerce .related > h2, .woocommerce .upsells > h2, .woocommerce .cross-sells > h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}
.woocommerce table.shop_table {
    border: medium none;
    margin: 0;
    text-align: left;
    width: 100%;
}
.woocommerce table.shop_table thead th {
    border: medium none;
    line-height: 18px;
    padding: 0 12px 10px;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table tfoot th {
    border-bottom: medium none;
    border-top: 1px solid #E8E8E8;
    font-size: 16px;
    padding: 10px 12px;
    vertical-align: middle;
}
.woocommerce table.shop_table .product-remove {
    padding-left: 0;
    width: 44px;
}
.woocommerce table.shop_table .product-remove a.remove {
    border-radius: 50%;
    color: #999999;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    width: 30px;
}
.no-touch .woocommerce table.shop_table .product-remove a.remove:hover {
    background-color: #D13A7A;
    color: #FFFFFF;
}
.woocommerce table.shop_table .product-thumbnail {
    width: 104px;
}
.woocommerce table.shop_table .product-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 60px;
}
.no-touch .woocommerce table.shop_table .product-name a:hover {
    border-bottom: 1px solid;
}
.woocommerce table.shop_table .product-name .variation {
    font-size: 12px;
    overflow: hidden;
}
.woocommerce table.shop_table .product-name .variation dt {
    float: left;
    margin-right: 3px;
}
.woocommerce table.shop_table .product-name .variation dd {
    float: left;
    margin-right: 12px;
}
.woocommerce table.shop_table .product-name .variation p {
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    margin: 0;
}
.woocommerce table.shop_table .product-name p.backorder_notification {
    font-size: 12px;
}
.woocommerce table.shop_table .product-price {
    text-align: right;
}
.woocommerce table.shop_table .product-quantity {
    text-align: center;
}
.woocommerce table.shop_table .product-quantity .quantity {
    margin: 0 auto;
}
.woocommerce table.shop_table .product-subtotal {
    font-weight: bold;
    padding-right: 0;
    text-align: right;
}
.woocommerce table.shop_table .actions {
    padding: 15px 0;
    text-align: right;
}
.woocommerce table.shop_table .actions .coupon {
    float: left;
    margin: 2px 10px 10px 0;
}
.woocommerce table.shop_table .actions .coupon label {
    display: none;
}
.woocommerce table.shop_table .actions .coupon .input-text {
    background-color: #F2F2F2;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0), 0 1px 0 rgba(0, 0, 0, 0.08) inset;
    color: #444444;
    float: left;
    font-size: 15px;
    height: 38px;
    margin: 0 10px 0 0;
    padding: 5px 8px;
    transition: box-shadow 0.25s ease-out 0s;
    width: 150px;
}
.woocommerce table.shop_table .actions .coupon .input-text:focus {
    box-shadow: 0 0 0 2px #D13A7A;
}
.woocommerce table.shop_table .actions .coupon .button {
    font-size: 13px;
    height: 38px;
    padding: 8px 26px;
}
.woocommerce table.shop_table .actions > .button {
    margin: 0 0 10px;
}
.woocommerce table.shop_table .actions > .button.alt {
    margin: 0 0 0 10px;
}
.woocommerce .cart-collaterals {
    margin-bottom: 20px;
}
.woocommerce .cart-collaterals:after {
    clear: both;
    content: "";
    display: block;
}
.woocommerce .cart-collaterals h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
}
.woocommerce .cart-collaterals .related, .woocommerce .cart-collaterals .cross-sells {
    display: none;
}
.woocommerce .cart-collaterals .cart_totals {
    float: right;
    text-align: right;
    width: 48%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
    display: none;
}
.woocommerce .cart-collaterals .cart_totals p {
    margin: 0;
}
.woocommerce .cart-collaterals .cart_totals small {
    color: #999999;
    font-size: 12px;
}
.woocommerce .cart-collaterals .cart_totals table {
    margin: 0;
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals td, .woocommerce .cart-collaterals .cart_totals th {
  border-bottom: medium none;
  border-top: 1px solid #E8E8E8;
  font-size: 14px;
  line-height: 19px;
  text-transform: none;
  width: 50%;
} 
.woocommerce .cart-collaterals .cart_totals table th {
  text-align: left;
  padding: 5px 12px 2px 10px;
  background: inherit;
  color: inherit;
}

.woocommerce .cart-collaterals .cart_totals tr:first-child th, .woocommerce .cart-collaterals .cart_totals tr:first-child td {
    border-top: 0 none;
}
.woocommerce .cart-collaterals .cart_totals th {
    padding: 10px 10px 10px 0;
}
.woocommerce .cart-collaterals .cart_totals td {
    padding: 10px 0 10px 10px;
}
.woocommerce .cart-collaterals .cart_totals tr.total {
    color: #D13A7A;
}
.woocommerce .cart-collaterals .cart_totals table small {
    display: block;
}
.woocommerce .cart-collaterals .cart_totals table select {
    width: 100%;
}
.woocommerce .cart-collaterals .shipping_calculator {
    float: left;
    width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator .button {
    display: block;
    width: 100%;
}
.woocommerce .checkout .col-2 h3 {
    clear: none;
    float: left;
    padding: 0;
}
.woocommerce .checkout #shiptobilling {
    float: right;
    line-height: 1.62em;
    margin: 6px 0 0;
}
.woocommerce .checkout #shiptobilling label {
    cursor: pointer;
    font-size: 12px;
}
.woocommerce .checkout .col-2 .notes, .woocommerce .checkout .shipping_address {
    clear: both;
    width: 100%;
}
.woocommerce .checkout #order_review {
    border: 2px solid #E8E8E8;
    padding: 30px;
}
.woocommerce .checkout table.shop_table {
    border-bottom: 1px solid #E8E8E8;
}
.woocommerce .checkout table.shop_table td {
    font-size: inherit;
}
.woocommerce .checkout table.shop_table .product-total {
    text-align: right;
}
.woocommerce .checkout table.shop_table tfoot th {
    font-size: inherit;
    font-weight: bold;
}
.woocommerce .checkout table.shop_table tfoot td {
    font-weight: bold;
    text-align: right;
}
.woocommerce .checkout table.shop_table .total {
    color: #D13A7A;
    font-size: 18px;
}
.woocommerce ul#shipping_method {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.woocommerce ul#shipping_method li {
    margin: 0;
    padding: 2px 0;
}
.woocommerce ul#shipping_method li input {
    margin-right: 5px;
}
.woocommerce #payment {
}
.woocommerce #payment ul.payment_methods {
    list-style: none outside none;
    margin: 0;
    padding: 10px 10px 20px;
}
.woocommerce #payment ul.payment_methods:after {
    clear: both;
    content: "";
    display: block;
}
.woocommerce #payment ul.payment_methods li {
    font-size: 1.2em;
    line-height: 2.2em;
    margin: 0;
    padding: 0;
}
.woocommerce #payment ul.payment_methods li input {
    margin-right: 6px;
}
.woocommerce #payment ul.payment_methods li img {
    margin-left: 8px;
    vertical-align: middle;
}
.woocommerce #payment .form-row {
    margin: 0;
    padding: 10px;
}
.woocommerce #payment #place_order {
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 12px 42px;
}
.woocommerce #payment .terms {
    padding: 0 10px;
    text-align: right;
}
.woocommerce #payment .payment_box {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    padding: 20px;
    position: relative;
}
.woocommerce #payment .payment_box:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 10px solid #F2F2F2;
    border-image: none;
    border-left-color: rgba(0, 0, 0, 0) !important;
    border-right-color: rgba(0, 0, 0, 0) !important;
    border-style: solid;
    border-top-color: rgba(0, 0, 0, 0) !important;
    border-width: 10px;
    content: "";
    display: block;
    left: 20px;
    position: absolute;
    top: -20px;
}
.woocommerce #payment .payment_box p:last-child {
    margin-bottom: 0;
}
.woocommerce #payment .payment_box #cc-expire-month {
    float: left;
    width: 48%;
}
.woocommerce #payment .payment_box #cc-expire-year {
    float: right;
    width: 48%;
}
.woocommerce #payment .payment_box span.help {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}
.woocommerce #payment .payment_box .form-row select {
    float: left;
    margin-right: 3.8%;
    width: 48%;
}
p.order-info {
    font-size: 1.2em;
}
p.order-info mark {
    font-weight: bold;
}
.woocommerce ul.order_details {
    list-style: none outside none !important;
    margin: 0 0 30px;
}
.woocommerce ul.order_details:after {
    clear: both;
    content: "";
    display: block;
}
.woocommerce ul.order_details li {
    border-right: 1px solid #E8E8E8;
    float: left;
    margin-right: 2em;
    padding-right: 2em;
    text-transform: uppercase;
}
.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.2em;
    line-height: 1.5em;
    text-transform: none;
}
.woocommerce ul.order_details li:last-of-type {
    border: medium none;
}
.woocommerce table.shop_table.order_details {
    border-bottom: 1px solid #E8E8E8;
    margin: 0 0 30px;
}
.woocommerce table.shop_table.order_details td, .woocommerce table.shop_table.order_details tfoot th {
    font-size: inherit;
}
.woocommerce table.shop_table.order_details tfoot td {
    font-weight: bold;
}
.woocommerce dl.customer_details {
    margin: 0 0 30px;
    overflow: hidden;
}
.woocommerce dl.customer_details dt {
    float: left;
    margin-right: 10px;
}
.woocommerce dl.customer_details dd {
    float: left;
    font-weight: bold;
    margin-right: 30px;
}
.woocommerce .addresses .title:after {
    clear: both;
    content: "";
    display: block;
}
.woocommerce .addresses .title h3 {
    float: left;
}
.woocommerce .addresses .title .edit {
    float: left;
    margin: 9px 0 0 20px;
}
.no-touch .woocommerce .addresses .title .edit:hover {
    border-bottom: 1px solid;
}
.woocommerce table.shop_table.my_account_orders {
    border-bottom: 1px solid #E8E8E8;
}
.woocommerce table.shop_table.my_account_orders .order-actions {
    text-align: right;
}
.woocommerce table.shop_table.my_account_orders .order-actions .button {
    font-size: 13px;
    margin: 5px;
    padding: 8px 26px;
}
.no-touch .woocommerce table.shop_table.my_account_orders a:hover {
    border-bottom: 1px solid;
}
.woocommerce.widget ul.product_list_widget {
    list-style: none outside none !important;
    margin: 0;
    padding: 0;
}
.woocommerce.widget ul.product_list_widget li {
    border-bottom: 1px solid #E8E8E8;
    line-height: 20px;
    margin: 0;
    min-height: 80px;
    padding: 10px 0 10px 70px;
    position: relative;
}
.woocommerce.widget ul.product_list_widget li.empty {
    border: medium none;
    min-height: 0;
    padding: 0;
}
.woocommerce.widget ul.product_list_widget li:after {
    clear: both;
    content: "";
    display: block;
}
.woocommerce.widget ul.product_list_widget li a {
    border: medium none !important;
    display: block;
    margin-bottom: 4px;
}
.woocommerce.widget ul.product_list_widget li img {
    left: 0;
    position: absolute;
    top: 10px;
    width: 60px;
}
.woocommerce.widget ul.product_list_widget li .variation {
    display: block;
    font-size: 12px;
    margin: 0 0 2px;
    overflow: hidden;
    text-align: left;
}
.woocommerce.widget ul.product_list_widget li .variation dt {
    clear: left;
    float: left;
    margin-right: 3px;
}
.woocommerce.widget ul.product_list_widget li .variation p {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
.woocommerce.widget ul.product_list_widget li .star-rating {
    float: none;
    margin: 5px 0 2px;
}
.woocommerce.widget.widget_shopping_cart p.total {
    font-size: 18px;
    margin: 0;
    padding: 12px 0 16px;
}
.woocommerce.widget.widget_shopping_cart p.total .amount {
    color: #D13A7A;
    font-weight: bold;
}
.woocommerce.widget.widget_shopping_cart p.buttons {
    overflow: hidden;
}
.woocommerce.widget.widget_shopping_cart p.buttons .button {
    float: left;
    font-size: 13px;
    padding: 8px 22px;
}
.no-touch .woocommerce.widget.widget_shopping_cart p.buttons .button:hover {
    color: #FFFFFF;
}
.woocommerce.widget.widget_shopping_cart p.buttons .checkout {
    margin-left: 10px;
}
.w-cart-dropdown .woocommerce.widget.widget_shopping_cart {
    margin: 0 0 15px;
}
.w-cart-dropdown .woocommerce.widget.widget_shopping_cart .widgettitle {
    display: none;
}
.w-cart-dropdown .woocommerce.widget.widget_shopping_cart p.total {
    font-size: 16px;
}
.w-cart-dropdown .woocommerce.widget.widget_shopping_cart p.buttons a {
    display: block;
    float: none;
    margin: 0 0 5px;
}
.woocommerce.widget.widget_product_search label {
    display: none;
}
.woocommerce.widget.widget_product_search input[type="text"] {
    margin-bottom: 5px;
}
.woocommerce.widget.widget_product_tag_cloud .tagcloud a {
    color: #999999;
}
.no-touch .woocommerce.widget.widget_product_tag_cloud .tagcloud a:hover {
    border-bottom: 1px solid;
    color: #666666;
}
.woocommerce.widget.widget_product_categories ul li {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 18px;
    position: relative;
}
.woocommerce.widget.widget_product_categories .children {
    margin: 8px 0 -8px;
}
.woocommerce.widget.widget_product_categories ul li:before {
    color: #999999;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    left: 2px;
    position: absolute;
    top: 8px;
}
.woocommerce.widget_price_filter .ui-slider {
    background-color: #E8E8E8;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset;
    height: 6px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #D13A7A;
    border-radius: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #FFFFFF;
    border: 3px solid #E8E8E8;
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    margin-left: -1px;
    position: absolute;
    top: -9px;
    width: 24px;
    z-index: 2;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -23px;
}
.woocommerce.widget_price_filter .price_slider_amount {
    line-height: 20px;
    text-align: right;
}
.woocommerce.widget_price_filter .price_slider_amount .button {
    float: left;
    font-size: 13px;
    margin-right: 10px;
    padding: 8px 22px;
}
.woocommerce.widget_price_filter .price_slider_amount .price_label {
    padding-top: 8px;
}
.woocommerce.widget_price_filter .price_slider_amount .price_label span {
    font-weight: bold;
}
.woocommerce.widget.widget_layered_nav ul {
    border-bottom: 1px solid #E8E8E8;
}
.woocommerce.widget.widget_layered_nav ul li {
    border-top: 1px solid #E8E8E8;
    line-height: 38px;
    padding: 0 10px;
    position: relative;
}
.woocommerce.widget_layered_nav ul li:after {
    clear: both;
    content: "";
    display: block;
}
.woocommerce.widget_layered_nav ul li.chosen {
    background-color: #D13A7A;
    border-color: #D13A7A;
    color: #FFFFFF;
    padding-left: 30px;
}
.woocommerce.widget_layered_nav ul li.chosen:before {
    color: #FFFFFF;
    content: "";
    display: block;
    font-family: FontAwesome;
    height: 38px;
    left: 0;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 32px;
}
.woocommerce.widget_layered_nav ul li.chosen a, .woocommerce.widget_layered_nav ul li.chosen span {
    color: #FFFFFF;
}
.woocommerce.widget_layered_nav ul small.count {
    float: right;
    font-size: 100%;
    margin-left: 10px;
}
.woocommerce.widget.widget_layered_nav_filters ul {
    overflow: hidden;
}
.woocommerce.widget.widget_layered_nav_filters ul li {
    float: left;
    margin: 0 3px 3px 0;
}
.woocommerce.widget_layered_nav_filters ul li a {
    background-color: #D13A7A;
    border: medium none !important;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    line-height: 30px;
    padding: 0 10px 0 30px;
    position: relative;
}
.no-touch .woocommerce.widget_layered_nav_filters ul li a:hover {
    background-color: #666666;
}
.woocommerce.widget_layered_nav_filters ul li a:before {
    content: "";
    display: block;
    font-family: FontAwesome;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 32px;
}
@media only screen and (max-width: 1023px) {
.woocommerce .woocommerce-result-count {
    margin-top: 12px;
}
.woocommerce ul.products {
    margin: 0 0 20px;
}
.woocommerce .products .product {
    padding: 20px;
    width: 33.3333%;
}
.woocommerce div.product .summary {
    margin-bottom: 20px;
    width: 56%;
}
.woocommerce div.product .price {
    font-size: 28px;
}
.woocommerce div.product .cart table.variations td.label {
    width: auto;
}
.woocommerce div.product .cart .single_variation_wrap {
    padding-left: 0;
}
.woocommerce div.product .cart table.group_table td.label {
    font-size: 16px;
    line-height: 20px;
}
.woocommerce div.product .cart table.group_table td.price {
    font-size: 20px;
    line-height: 20px;
}
.woocommerce div.product .woocommerce-tabs {
    clear: both;
    float: none;
    margin-bottom: -1px;
    padding-bottom: 0;
    width: 100%;
}
.woocommerce table.shop_table .product-thumbnail {
    width: 84px;
}
.woocommerce .cart-collaterals .cart_totals td, .woocommerce .cart-collaterals .cart_totals th {
    font-size: 16px;
    line-height: inherit;
}
.woocommerce table.shop_table.my_account_orders td {
    font-size: inherit;
}
.woocommerce .addresses .title .edit {
    margin-top: 7px;
}
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
    padding: 20px 20px 0;
}
}
@media only screen and (max-width: 767px) {
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce form .form-row-first, .woocommerce form .form-row-last {
    float: none;
    width: 100%;
}
.woocommerce form.login .form-row-first, .woocommerce form.checkout_coupon .form-row-first, .woocommerce form.register .form-row-first, .woocommerce .col2-set .col-1 {
    margin-bottom: 10px;
}
.woocommerce .quantity input.qty {
    font-size: inherit;
}
.woocommerce .woocommerce-ordering {
    float: left;
}
.woocommerce .products .product, .woocommerce .l-canvas.col_contside .products .product, .woocommerce .l-canvas.col_sidecont .products .product, .l-canvas.col_contside .woocommerce .products .product, .l-canvas.col_sidecont .woocommerce .products .product {
    width: 50%;
}
.woocommerce div.product .onsale {
    left: auto;
    margin: 0;
    right: 10%;
}
.woocommerce div.product .images {
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    width: 100%;
}
.woocommerce div.product .summary {
    float: none;
    margin-bottom: 30px;
    width: 100%;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table tfoot th {
    font-size: inherit;
}
.woocommerce table.shop_table .product-remove {
    padding-right: 0;
    width: 30px;
}
.woocommerce table.shop_table .product-thumbnail {
    display: none;
}
.woocommerce table.shop_table .product-quantity {
    padding-right: 0;
    width: 126px;
}
.woocommerce table.shop_table .actions .coupon {
    margin-top: 0;
}
.woocommerce table.shop_table .actions > .button {
    float: left;
    font-size: 13px;
    height: 38px;
    margin-right: 10px;
    padding: 8px 26px;
}
.woocommerce table.shop_table .actions > .button.alt {
    margin-left: 0;
}
.woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.woocommerce .cart-collaterals .shipping_calculator {
    float: none;
    padding-top: 20px;
    width: 100%;
}
.woocommerce ul.order_details li {
    border: medium none;
    margin: 0 15px 15px 0;
    padding-right: 10px;
}
.woocommerce table.shop_table.my_account_orders {
    display: block;
}
.woocommerce table.shop_table.my_account_orders thead th {
    display: none;
}
.woocommerce table.shop_table.my_account_orders tbody, .woocommerce table.shop_table.my_account_orders tr, .woocommerce table.shop_table.my_account_orders td {
    display: block;
}
.woocommerce table.shop_table.my_account_orders td {
    border-top-width: 0;
    padding: 0 12px;
}
.woocommerce table.shop_table.my_account_orders td.order-number {
    border-top-width: 1px;
    padding-top: 12px;
}
.woocommerce table.shop_table.my_account_orders td.order-actions {
    padding: 5px 7px 12px;
    text-align: left;
}
.woocommerce .addresses .title .edit {
    margin-top: 5px;
}
}
@media only screen and (max-width: 599px) {
.woocommerce .woocommerce-result-count {
    margin-top: 9px;
}
.woocommerce div.product .price {
    font-size: 24px;
}
.woocommerce div.product .onsale {
    right: -10px;
}
.woocommerce .comment-respond {
    padding: 20px;
}
.woocommerce .related > h2, .woocommerce .upsells > h2, .woocommerce .cross-sells > h2 {
    margin-bottom: 0;
}
.woocommerce table.shop_table thead th {
    display: none;
}
.woocommerce table.shop_table tbody tr:first-child td {
    border-width: 0;
    padding-top: 0;
}
.woocommerce .checkout #order_review {
    padding: 20px;
}
}
@media only screen and (max-width: 479px) {
.woocommerce .woocommerce-ordering {
    float: none;
    margin: 0;
}
.woocommerce .products .product, .woocommerce .l-canvas.col_contside .products .product, .woocommerce .l-canvas.col_sidecont .products .product, .l-canvas.col_contside .woocommerce .products .product, .l-canvas.col_sidecont .woocommerce .products .product {
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs .tabs li {
    float: none;
}
.woocommerce table.shop_table {
    display: block;
}
.woocommerce table.shop_table tbody, .woocommerce table.shop_table tfoot, .woocommerce table.shop_table tr, .woocommerce table.shop_table td, .woocommerce table.shop_table tfoot th {
    display: block;
}
.woocommerce table.shop_table .product-remove {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.woocommerce table.shop_table .product-name {
    padding: 10px 40px 4px 12px;
}
.woocommerce table.shop_table .product-price {
    border: medium none;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
}
.woocommerce table.shop_table .product-quantity {
    border: medium none;
    padding: 4px 12px !important;
    text-align: left;
}
.woocommerce table.shop_table .product-quantity .quantity {
    margin: 0;
}
.woocommerce table.shop_table .product-subtotal {
    border: medium none;
    padding: 0 12px 12px;
    text-align: left;
}
.woocommerce table.shop_table .actions .coupon {
    float: none;
    margin-right: 0;
}
.woocommerce table.shop_table .actions .coupon .input-text {
    float: none;
    margin: 0 0 10px;
    width: 100%;
}
.woocommerce table.shop_table .actions .coupon .button {
    display: block;
    width: 100%;
}
.woocommerce table.shop_table .actions > .button {
    display: block;
    float: none;
    margin-right: 0;
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals td, .woocommerce .cart-collaterals .cart_totals th {
    font-size: inherit;
}
.woocommerce .checkout #shiptobilling {
    float: none;
}
.woocommerce .checkout #order_review {
    border: medium none;
    padding: 0;
}
.woocommerce .checkout table.shop_table tfoot td, .woocommerce .checkout table.shop_table .product-total {
    border: medium none !important;
    padding-top: 0 !important;
    text-align: left;
}
.woocommerce .checkout table.shop_table tbody tr:first-child td {
    border-top-width: 1px;
    padding-top: 10px;
}
.woocommerce table.shop_table.order_details tfoot td, .woocommerce table.shop_table.order_details .product-total {
    border: medium none !important;
    padding-top: 0 !important;
    text-align: left;
}
.woocommerce table.shop_table.order_details tbody tr:first-child td {
    border-top-width: 1px;
    padding-top: 10px;
}
.woocommerce dl.customer_details dt {
    clear: left;
    margin-bottom: 5px;
}
