.woocommerce a.button.add-to-cart{
	position: absolute;
    color: #fff;
    background-color: #222;
    font-size: 100%;
    border-radius: 0px;
}

span.onsale,
.woocommerce span.onsale {
background-color: #808080;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 14px;
    display: inline-block;
    position: absolute;
    color: #fff;
    z-index: 50;
    top: 0;
    right: 1px;
    min-height: 10px;
    left: inherit;
    border-radius: 0px;
    margin-right: 14px;
    line-height: 30px;
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
}
.owl-item .onsale {
    margin-right: 0px;
}
span.onsale.soldout,
.woocommerce span.onsale.soldout {
	background-color: #808080;
}
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: inherit;
    margin:  inherit;
    line-height: inherit;
    cursor: pointer;
    position: inherit;
    text-decoration: inherit;
    overflow: inherit;
    overflow-x: inherit;
    overflow-y: inherit;
    padding:inherit;
    font-weight: inherit;
    border-radius: inherit;
    left: inherit;
    color: inherit;
    background-color: inherit;
    border: inherit;
    white-space: inherit;
    display: inheritk;
    background-image: inherit;
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
    text-shadow: inherit;
}

.left-sidebar .shop-products-cont { float: right; }

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
    padding: 5px 18px;
    margin: 6px 0 0 0;
    font-size: 12px;
    top: 0;
    padding: 10px 26px;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-radius: 50px;
    letter-spacing: 1px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
    font-size: 15px
}

.woocommerce ul.cart_list li img { display: none; }
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    border-bottom: 0px;
    padding: 0 0 15px 30px;
    list-style: none;
}
.woocommerce .widget_shopping_cart .cart_list li img {
    display: none;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #e6e6e6;
    display: block;
    margin: 5px 0;
    color: #888;
    padding: 10px 0px;
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    font-weight: normal;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    float: none;
    width: auto;
}

body.woocommerce div.product form.cart .button {
        background-color: transparent;
        border: 2px solid #666;
        font-size: 13px;
         padding: 10px 26px;

}
body.woocommerce div.product form.cart .button:hover {
    color:#fff;
}
.woocommerce div.product form.cart .button {
    float: none;
    clear: both;
    display: block;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-top: 15px;
}


/* ---------------------------------- */
/* Shop
------------------------------------- */

/* Shop Item */
.shop-item img {
    border: 1px solid #e0e0e0;
    border-bottom: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 180ms ease-in-out;
    -moz-transition: all 180ms ease-in-out;
    -o-transition: all 180ms ease-in-out;
    -ms-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px 2px 0 0;
    height: auto;
}

.shop-item {
    width: 99.9%;
    display: inline-block;
}

.simple-slider.shop {
    background-color: #fff;
}

.simple-slider.shop ul li img {
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
    border-radius: 3px;
}
.simple-slider.shop img { width: 100%; }

.shop-item .item-description h5 {
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    margin: 3px 0 4px 0;
    display: block;
    -webkit-transition: all 180ms ease-in-out;
    -moz-transition: all 180ms ease-in-out;
    -o-transition: all 180ms ease-in-out;
    -ms-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
    color: #333;
}

.shop-item .item-description a:hover h5 {
    color: #666;
}

.shop-item .add-to-cart {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -46px;
    transform: translate(0,100%);
    right:0px;
    background-color: #222;
    height: 46px;
    width: 46px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    transition: 0.2s ease-in-out;
    z-index: 9;
}

.shop-item figure {
    position: relative;
}

.shop-item .add-to-cart i {
    position: relative;
    top: 12px;

    font-size: 20px;
}

.shop-item:hover .add-to-cart {
    opacity: 1;
    visibility: visible;
    transform: translate(0,0);
}

.shop-item .add-to-cart:hover {
    background-color: #666
}

.shop-item .item-description span { 
    color: #888;
    font-size: 16px;
    font-weight: 500;
    
    margin: 10px 0 15px 0;
}

.shop-item .item-description ins span {
        background-color: #fcf8e3;
    padding: .2em;
}

.shop-item {
    margin: 0 0 30px 0;
    display: block;
    background-color: #fff;
}

.shop-item .item-description {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
    border-radius: 0 0 2px 2px;
    border-top: none;
    padding: 30px;
    position: relative;
    z-index: 11;
    display: block;
}

.woocommerce ul.product_list_widget li img,
.widget-tabs.shop  .widget-thumb a img { border: 1px solid #e6e6e6; }

/* Product Details */
.product-details .divider { margin-bottom: 15px; }
.product-details h1 { margin-bottom: 12px; font-size: 24px; }
.product-details { padding-left: 10px; }
.woocommerce div.product p.price, .woocommerce div.product span.price,
.product-details .price { font-size: 18px; color: inherit; margin-bottom: 0px;}
.woocommerce-Price-amount.amount {
    text-decoration: none;
    font-weight: normal;
}
ins .woocommerce-Price-amount.amount {
      background-color: #fcf8e3;
       padding: .2em;
}

.product-details .price ins {
    text-decoration: none;
}

/* Some "Fixes"  */
.shop-parallax .info-banner-fw a.button {
    border: none;
    padding: 12px 24px;
    letter-spacing: 1px;
    margin: 0;
}

.shop-carousel .owl-prev { left: -3px; }


/* Quantity
------------------------------------- */
body input.qty {
    text-align: center;
    float: left;
    padding: 0;
    width: 46px;
    height: 44px;
    line-height: 40px;
    border: none;
    border-color: #f2f2f2 ;
    min-height: auto;
    border-radius: 0;
    box-shadow: none;
    background-color: #f2f2f2;
    font-weight: 600;
    color: #333;
}

body input.qty:focus { border: none; color: #333; }

.qtyplus,
.qtyminus,
a.cart-remove {
    background: #f2f2f2;
    color: #333;
    border: none;
    float: left;
    font-family: "FontAwesome";
    cursor: pointer;
    width: 46px;
    height: 44px;
    font-size: 14px;
    outline: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.qtyminus { border-radius: 50px 0px 0px 50px; }
.qtyplus { border-radius: 0 50px 50px 0; }

a.cart-remove {
    background-color: #f2f2f2;
    color: #333;
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

.qtyplus:hover,
.qtyminus:hover {
    background: #666;
    color: #fff;
}

a.cart-remove:hover {
    background: #df2727;
    color: #fff;
}

.qtyplus:before { content: "\f067"; }
.qtyminus:before { content: "\f068"; }
.cart-remove:before { content: "\f00d"; }

.qtyplus:before,
.qtyminus:before {
    position: relative;
    display: block;
    text-align: center;
    line-height: 46px;
    margin-left: 6px;
}

.qtyplus:before { margin: 0 6px 0 0; }

.cart-remove:before {
    position: relative;
    display: block;
    text-align: center;
    line-height: 44px;
}


/* Shopping Cart
------------------------------------- */
.widget_shopping_cart_content,
.widget_shopping_cart_content {
    padding: 26px 28px;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    color: #666;
    margin-bottom: 7px;

    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
    border-radius: 3px;
}

.cart_list {
    
    padding: 0 0 15px 0;    list-style: none;
}

body .widget_shopping_cart_content .button {
    padding: 9px 12px;
    width: 100%;
    text-align: center;
}


.cart_list li {
    margin: 0 0 18px 0;
}

.cart_list li:last-child {
    margin-bottom: 5px;
}

a.cart-item-title {
    color: #333;
    font-weight: 600;
    display: block;
    transition: all 0.2s;
}

a.cart-item-title:hover {
    color: #666;
    display: block;
}

.cart-item-amount {
    color: #888;
    display: block;
    font-size: 14px;
    margin-top: 1px;
}

div.cart-subtotal {
    display: block;
    margin: 16px 0;
    color: #888;
}

.cart-subtotal strong {
    color: #888;
    font-weight: 500;
}

a.item-remove {
    color: #eb4c4c;
    font-size: 14px;
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.empty-cart {
    color: #888;
}

.widget_shopping_cart_content a.button { margin: 2px 0}


/* Shopping Cart
------------------------------------- */
table.cart_totals,
table.shop_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border:none;

    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
    border-radius: 3px;
}
table.cart_totals th,
#add_payment_method table.cart th, 
.woocommerce-cart table.cart th,  
.woocommerce table.shop_table th,
.woocommerce-checkout table.cart th,
.woocommerce-cart table.cart td.actions,  
table.shop_table th {
    border: none;
    background-color: #f6f6f6;
    text-align: left;
    padding: 20px 30px;
    color: #333;
    vertical-align: top;
    font-weight: 600;
}
.woocommerce-cart table.cart td.actions {
    text-align: right;
}
table.cart_totals td,
.woocommerce-checkout table.cart td,
.woocommerce-cart table.cart td, 
#add_payment_method table.cart td,
.woocommerce table.shop_table td,
table.shop_table td {
    padding: 20px 30px;
    border-bottom: #e0e0e0 1px solid;
    border-top: none;
    border-right: none;
    vertical-align: middle;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    min-width: 150px;
    padding: 15px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: #fff;
}

.shop_table .qty-btns { margin-top: 15px; }

table .cart-title a { transition: all 0.2s; }

table .cart-title a:hover { color: #666;
}

table .cart-total {
    color: #333;
    font-weight: 600;
}


table.shop_table td img {
    max-width: 110px;
}

table.shop_table.bottom {
    margin-top: -1px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 3px;
}


table.shop_table.bottom a.button { margin-right: 10px; }
table.shop_table.bottom th { padding: 30px 0; background-color: #fff; }


/* Cart Totals */
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells,
.cart_totals {
    margin: 45px 0 0 0;
}

.cart_totals .shop_table th {
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    width: 40%;
    padding: 18px 28px;
}
.cart_totals .shop_table td {
    border-bottom: 1px solid #f0f0f0;
}

.cart_totals .shop_table tr:last-child th,
.cart_totals .shop_table tr:last-child td {border:0;}


table.shop_table.subtotals td {
    padding: 15px;
    border: none;
    vertical-align: middle;
}

/* Responsive Tables */
.st-key {
    border: none;
    background-color: #f8f8f8;
    text-align: left;
    padding: 10px 20px;
    color: #606060;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    width: 30%;
    border: 1px solid #e2e2e2;
}
.stacktable.small-only {

    border-bottom: 2px solid #e2e2e2;
}
.st-val {
    width: 70%;
    text-align: left;
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    border-left:0;
}

.st-space { height: 25px; }

.stacktable { width: 100%; }

.st-head-row.st-head-row-main { display: block;}

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }


/* Price Range */
#price-range input {
    padding: 0;
    background: 0;
    border: 0;
    box-shadow: none;
    margin: 7px 0 0 6px;
    float: left;
    width: 100px;
    min-height: auto;
}

.woocommerce .widget_price_filter .price_slider_amount button.button,
#price-range .button {
    float: right;
    padding: 5px 18px;
    margin: 6px 0 0 0;
    font-size: 12px;
    background-color: #e8e8e8;
    color: #333;
}

.woocommerce .widget_price_filter .price_slider_amount button.button:hover {
    background-color: #333;
    color: #fff;
}

#price-range label {
    float: left;
    margin-top: 6px;
}

.padding-range {
    padding: 0 8px;
}

#slider-range {
    margin: 0 0 16px 0;
}

#price-range .ui-slider {
    position: relative;
    text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
#price-range .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #666;
    cursor: w-resize;
    background: #666;
    outline: none;
    top: -5px;
    margin-left: -8px;
    box-shadow: inset 0 0 0 4px #fff;
}

#price-range .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
#price-range .ui-widget-content {
    background-color: #e0e0e0;
    padding: 2px 0;
}

#price-range .ui-widget-header {
    background-color: #666;
}


#price-range .ui-slider.ui-state-disabled .ui-slider-handle,
#price-range .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

#price-range .ui-slider-horizontal {
    height: 8px;
    border-radius: 10px;
}

#price-range .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
#price-range .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
#price-range .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.woocommerce-tabs h2:first-child {display: none;}



.woocommerce .woocommerce-message {
    border: 0px;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
        background-color: #f7f7f7;
        color: #666;
        border-top: 0px
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
    width: auto;
    float: left;
    margin-top: -10px;
}
#payment {
    margin-bottom: 50px;
}

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: none;
    margin-left: 15px;
}


.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
        line-height: 26px;
    outline: none;
    color: #333;
    font-size: 14px;
    font-weight: 600;
        display: block;
    cursor: pointer;
    position: relative;
    padding: 0;

    background-color: #fff;
    border: 1px solid #e0e0e0;
    transition: background-color 0.2s, color 0.2s;
    padding: 15px 27px;
    margin: -1px 0 0 0;
    text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #333;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active {

    color: #fff;
}


.woocommerce form.checkout_coupon {
    border: 0px;
    width: 33.33333333%;
    margin-left: 33.33333333%;
}
.woocommerce form.login, .woocommerce form.register {
    border:0px;
    padding: 0px;
    margin: 0px;
}

.my-account label input#rememberme {
    width: auto;
    margin-right: 5px;
    margin-top: 15px;
}

.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    
    min-height: 80px!important;;
}
.woocommerce a.added_to_cart, 
.added_to_cart {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    font-size: 0px;
    top: -58px;
    left: 12px;
    z-index: 9999;
    position: absolute;
    background: #222;
    border-radius: 3px;
    height: 46px;
    padding: 10px 15px;
}.added_to_cart:before {
    content: "\f00c";
    color: #fff;
    padding-top: 5px;
    font-size: 17px;
    line-height: 17px;
    display: block;
}

.woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after {
    display: none;
}


.woocommerce-product-gallery{position:relative;margin-bottom:3em}.woocommerce-product-gallery figure{margin:0}.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce-product-gallery .flex-control-thumbs li{list-style:none;float:right;cursor:pointer}.woocommerce-product-gallery .flex-control-thumbs img{opacity:.5}.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover{opacity:1}.woocommerce-product-gallery img{display:block}.woocommerce-product-gallery--columns-3 .flex-control-thumbs li{width:33.3333%}.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:25%}.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{width:20%}.woocommerce-product-gallery__trigger{position:absolute;top:1em;left:1em;z-index:99}
.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}

.woocommerce div.product div.images .flex-control-nav {
    position: static;
    top: 0px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}