/*
 *	WooCommerce
 */
#add_payment_method #payment,
.woocommerce-checkout #payment,
html .woocommerce #respond input#submit,
html .woocommerce a.button,
html .woocommerce button.button,
html .woocommerce input.button {
	border-radius:0;
    -webkit-appearance:none;
    appearance:none;
    -webkit-border-radius:0;
    border-radius:0;
}
html .woocommerce #respond input#submit:hover,
html .woocommerce a.button:hover,
html .woocommerce button.button:hover,
html .woocommerce input.button:hover {
    color: #fff;
    background-color: #00acc6;
    -webkit-appearance:none;
    appearance:none;
    -webkit-border-radius:0;
    border-radius:0;
}
.woocommerce .button,
.woocommerce input[type="text"],
.woocommerce input[type="button"],
.woocommerce input[type="email"],
.woocommerce input[type="phone"],
.woocommerce select,
.woocommerce textarea{
    -webkit-appearance:none;
    appearance:none;
    -webkit-border-radius:0;
    border-radius:0;
}
.woocommerce ul#shipping_method li:before{
	content:none;
}
.woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{
	display:none;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form.checkout_giftcard {
	display:block!important;
}
.checkout_giftcard {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.woocommerce form.checkout_giftcard .form-row-first,
.woocommerce form.checkout_giftcard .form-row-last,
.woocommerce-page form.checkout_giftcard .form-row-first,
.woocommerce-page form.checkout_giftcard .form-row-last,
.woocommerce-page form.checkout_giftcard .button {
	width: 100%;
}
.woocommerce-checkout .woocommerce-info,
.coupon-description {
    display:none;
}

.woocommerce form.checkout_coupon .form-row,
.woocommerce form.checkout_coupon .form-row .button{
	width:100%;
    -webkit-appearance:none;
    appearance:none;
    -webkit-border-radius:0;
    border-radius:0;
}
/* 	WooCommerce
 	-- Single product page */

.woocommerce.single-product #content div.product div.images,
.woocommerce.single-product div.product div.images,
.woocommerce-page.single-product #content div.product div.images,
.woocommerce-page.single-product div.product div.images {
    float: none;
    width: 100%;
}
.woocommerce.single-product #content div.product div.summary,
.woocommerce.single-product div.product div.summary,
.woocommerce-page.single-product #content div.product div.summary,
.woocommerce-page.single-product div.product div.summary {
    float: none;
    width: 100%;
}
/* 	WooCommerce
 	-- Single product page
 	--- Title / Price etc */
#breadcrumbs {
	display: none;
}
.woocommerce div.product .product_title,
.woocommerce div.product p.price, .woocommerce div.product span.price {
	text-align: center;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #444444;
    font-weight: 600;
}
.woocommerce ul.products li.product .price {
    color: #00acc6;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 0;
    line-height: 1em;
}

.woocommerce span.onsale {
    display: none;
}
.woocommerce-price-suffix {
	display: none;
}

/* 	WooCommerce
 	-- Single product page
 	--- Tabbed Content */
.woocommerce div.product .woocommerce-custom-tabs ul.custom-tabs {
	margin: 0;
	padding: 0;
}
.woocommerce div.product .woocommerce-custom-tabs ul.custom-tabs > li {
    border: none;
    background-color: #fff;
    position: relative;
    z-index: 0;
    list-style: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    max-height: 50px;
    transition: max-height 0.15s ease-out;
}
.woocommerce div.product .woocommerce-custom-tabs ul.custom-tabs > li > a,
.woocommerce div.product .woocommerce-custom-tabs ul.custom-tabs > li.active > a {
    display: block;
    position: relative;
    text-transform: uppercase;
    padding: .7em 1em;
    margin-bottom: 0;
    font-weight: 700;
    text-decoration: none;
    border-top: 1px solid #000;
}
.woocommerce div.product .woocommerce-custom-tabs ul.custom-tabs > li > a
	border-bottom: 1px solid transparent;
}
.woocommerce div.product .woocommerce-custom-tabs ul.custom-tabs > li > a {
    border-bottom: 1px solid transparent;
}
.woocommerce div.product .woocommerce-custom-tabs ul.custom-tabs > li.active > a {
	border-bottom: 1px solid #000;
}
.woocommerce div.product .woocommerce-custom-tabs ul.custom-tabs > li:last-of-type > a {
    border-bottom: 1px solid #000;
}
.woocommerce div.product .woocommerce-custom-tabs ul.custom-tabs > li > a:after,
.woocommerce div.product .woocommerce-custom-tabs ul.custom-tabs > li.active > a:after {
    content: '';
    display: block;
    position: absolute;
    right: 3em;
    width: .5em;
    height: .5em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 1em;
    bottom:auto;
}
.woocommerce div.product .woocommerce-custom-tabs ul.custom-tabs > li.active > a:after {
	top:auto;
    bottom: 1em;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.woocommerce div.product .woocommerce-custom-tabs ul.custom-tabs > li > a:hover {

}
/*    -- Tabs Active */

.woocommerce div.product .woocommerce-custom-tabs ul.custom-tabs > li.active {
    background: #fff;
    z-index: 2;
    max-height: 1500px;
    transition: max-height 0.25s ease-in;
}

.woocommerce div.product .woocommerce-custom-tabs ul.custom-tabs .woocommerce-custom-Tabs-panel h2:first-of-type {
	display:none;
}
/* 	WooCommerce
 	-- Single product page
 	--- Variations */
 .variations {
	display: none;
}
.sizing-wrapper {
    margin:20px 0;
}
.size-button{
	box-sizing:border-box;
	margin-top:20px;
}
.size-attr {
	display: -webkit-box;  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UCBrowser Android */
	display: -moz-box;     /* Firefox 2 - 27 (2009 Spec), UCMini Android */
	display: -ms-flexbox;  /* IE10 (2012 Syntax) */
	display: -webkit-flex; /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
	display: flex;         /* Edge 12+, Firefox 28+, Blink, Safari 9+, Opera Mini 8+ */
    list-style: none;
    margin: 0 20px;
    padding: 0;
    text-align: center;
    flex-basis: 75%;
    justify-content: space-around;
}
.size-attr li{
	display:inline-block;
}
.size-btn {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    border-radius: 20px;
    border: 1px solid #444444;
    background: transparent;
    color: #444444;
    margin: 0 2px;
}
.size-btn:hover,
.size-btn:focus,
.size-btn.selected {
    border-radius: 20px;
    border: 1px solid #00acc6;
    background-color: #00acc6;
    color: #fff;
}
.size-button {
	display: block;
    flex-basis: 25%;
    color: #fff;
    background-color: #444444;
    text-align: center;
	/*line-height: 40px;*/
	line-height:1;
	padding:12px;
}
.size-button:hover,
.size-button:visited:hover,
.size-button:focus {
	color: #fff;
	background-color: #00acc6;
}
.size-button:visited {
	color: #fff;
	background-color: #444444;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce ul.products form.cart div.quantity {
    display:none!important;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #444;
}
.woocommerce div.product form.cart .button,
.woocommerce ul.products form.cart .button {
    float: none;
    width: 100%;
    border-radius: 0;
    background-color: #444;
    margin-top: 0;
}
/*.woocommerce ul.products form.cart .button {
    margin-top: 107%;
}*/
.woocommerce ul.products li.product .add_to_cart_button {
	display:block;
    border-radius: 0;
    background-color: #444;
    text-align:center;
	
}
.woocommerce ul.products .woocommerce-variation-add-to-cart.variations_button {
    /*position: absolute;*/
    width: 100%;
    top: 0;
}
.woocommerce ul.products .woocommerce-variation-add-to-cart .single_add_to_cart_button{
	
	position:absolute;
	top:0;
	left: 0;
	margin-top: 109% !important;
}
/*
.woocommerce.archive ul.products li.product .price del,
.woocommerce ul.products li.product .price del {
    position: absolute;
    left: 50%;
    
}
.products del span.woocommerce-Price-amount.amount {
    position: relative;
    left: -50%;
}
.woocommerce.archive ul.products li.product .price ins,
 .woocommerce ul.products li.product .price ins {
    padding: 2em 0 0;
    display: inline-block;
}
*/
.woocommerce ul.products li.product .price del {
    display: inline-block;
}
.woocommerce ins {
    text-decoration: none;
}
.woocommerce ul.products .woocommerce-variation-add-to-cart-disabled button.disabled {
    display:none;
}
.woocommerce ul.products form.cart {
    margin-bottom: 0;
}
.woocommerce div.product form.cart .button:hover {
    background-color: #00acc6;
}
.product_meta {
	display:none;
}
.social-div {
    margin: 20px -.5em;
    text-align: center;
}
.social-div a.social-media-icon-color {
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    background: #383838;
    border-radius: 7px;
}


.woocommerce ul.products{
	text-align:center;
}
.woocommerce ul.products > h2 {
    padding: 20px 0;
    color: #fff;
    position:relative;
}
.woocommerce ul.products > h2:before {
	content: "";
	position:absolute;
	width: calc(100% + 1040px);
    margin-left: calc(-520px);
    top:0;
    bottom:0;
    background: #00acc6;
    z-index: -1;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page[class*=columns-] ul.products li.product,
.woocommerce[class*=columns-] ul.products li.product {
    margin: 0 1% 0;
}

.woocommerce ul.products .size-button {
	display: none;
}
.woocommerce ul.products .size-attr {
    flex-basis: 100%;
    margin:0;
}
.woocommerce ul.products .sizing-wrapper {
    max-width: 100%;
    margin: 0 0 .3em;
}
.woocommerce-loop-product__title {
	display: table;        /* IE < 10, Opera *Presto* Desktop (Now dead) */
	display: -webkit-box;  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UCBrowser Android */
	display: -moz-box;     /* Firefox 2 - 27 (2009 Spec), UCMini Android */
	display: -ms-flexbox;  /* IE10 (2012 Syntax) */
	display: -webkit-flex; /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
	display: flex;         /* Edge 12+, Firefox 28+, Blink, Safari 9+, Opera Mini 8+ */
    text-align: center;
    color: #444444;
    min-height: 4em;
    align-items: center;
    justify-content: center;
}
.woocommerce ul.products li.product .price {
    text-align: center;
    display: inline-block;
}
p.afterpay-payment-info {
    display: block;
    margin: 0;
    font-weight: 600;
    line-height: 1.1em;
    text-align: center;
}
.single-product .afterpay-payment-info img{
	cursor:pointer;
}

.woocommerce ul.products {
    margin: 0;
}
.variations_form{
	display:block;
}
.woocommerce-variation-availability {
	display: none;
}
/* Related Products */
.related.products .products li:nth-of-type(n+3) {
	display: none;
}
/* 	WooCommerce
 	-- Wishlist Button */

.alg-wc-wl-thumb-btn-abs {
	position: absolute;
    top: -5px!important;
    right: -5px!important;
    left: auto!important;
    z-index: 1;
    bottom: auto;
    display:block;
}
.alg-wc-wl-thumb-btn-abs div i {
	padding:5px;
}
.alg-wc-wl-btn.remove i.fa,
.alg-wc-wl-btn.remove i.fa:first-child {
    color: #04c3dc;
}
/* 	WooCommerce
 	-- Wishlist Page */
.entry-content ul li.alg-wc-wl-social-li {
    padding-left: 0;
    text-indent: 0;
}
.alg-wc-wl-view-table .sizing-wrapper .size-attr li {
    padding: 0 5px 5px;
    text-indent: 0;
}
.entry-content ul li.alg-wc-wl-social-li::before,
.entry-content .alg-wc-wl-view-table ul.size-attr li::before,
.alg-wc-wl-view-table .quantity,
.alg-wc-wl-view-table .size-button {
	display: none;
}
.alg-wc-wl-view-table .sizing-wrapper {
    max-width: none;
    width: 100%;
}

.alg-wc-wl-view-table .single_add_to_cart_button {
	padding-top:10px;
	padding-bottom:10px;
	border:none;
}
.alg-wc-wl-view-table .single_add_to_cart_button.disabled{
	cursor: not-allowed;
	opacity:0.5;
}

.add-to-cart-btn .alg-wc-wl-view-table .sizing-wrapper {
    width: 100%;
}
.add-to-cart-btn .alg-wc-wl-view-table .size-attr {
    flex-basis: 100%;
}
.alg-wc-wl-view-table {
	border-collapse: collapse;
	border: 1px solid rgba(0,0,0,.1);
}
.alg-wc-wl-view-table th {
	font-weight: 700;
    padding: 9px 12px;
}
.alg-wc-wl-view-table td {
    border-top: 1px solid rgba(0,0,0,.1);
}
.alg-wc-wl-view-table td, .alg-wc-wl-view-table tr, .alg-wc-wl-view-table th {
    text-align: left !important;
    text-transform: uppercase;
}
.alg-wc-wl-view-table .product-thumbnail img {
    max-width: 100px;
}
.alg-wc-wl-view-table th.product-thumbnail {
	font-size: 0;
}
.alg-wc-wl-view-table.shop_table_responsive tr td:before {
    display: none;
}
@media (max-width: 768px) {
	.alg-wc-wl-view-table.shop_table_responsive tr {
	    display: block;
	    width: 50%;
	    float: left;
	    border-bottom: 1px solid #eee;
	    border-right: 1px solid #eee;
	    box-sizing: border-box;
	    padding: 5px;
	}
	.alg-wc-wl-view-table.shop_table_responsive tr:nth-child(2n) td {
	    border-right:none;
        background-color: transparent;
	}
	.alg-wc-wl-view-table td {
	    border: none;
	    padding: 0;
	}
	.alg-wc-wl-view-table.shop_table_responsive tr td {
	    text-align: center !important;
	}
	.alg-wc-wl-view-table.shop_table_responsive .size-attr {
	    margin: 0 auto;
	}
	.woocommerce table.shop_table_responsive tr.cart_item, .woocommerce-page table.shop_table_responsive tr.cart_item {
	    text-transform: uppercase;
	    font-weight: 700;
	    border-bottom: 1px solid #eee;
	    box-sizing: border-box;
	}
	.woocommerce table.shop_table_responsive tr.cart_item:after, .woocommerce-page table.shop_table_responsive tr.cart_item:after {
		content:'';
		clear:both;
		display:block;
	}
	.woocommerce-cart-form td.product-remove {
	    width: 100%;
    	border-top: none!important;
    	box-sizing: border-box;
	}
	.woocommerce-cart-form td.product-thumbnail {
	    float: left;
	    width: 50%;
	    box-sizing: border-box;
    	border-top: none!important;
	}
	.woocommerce-cart-form td.product-name {
	    float: right;
	    width: 50%;
	    box-sizing: border-box;
    	border-top: none!important;
	}
	.woocommerce-cart-form td.product-price, .woocommerce-cart-form td.product-quantity, .woocommerce-cart-form td.product-subtotal {
	    float: left;
	    width: 33.3%;
	    box-sizing: border-box;
    	border-top: none!important;
	}
	.woocommerce-cart-form td.product-price {
	    clear: left;
	}
	.woocommerce-cart-form .woocommerce table.shop_table td {
	    border-top: none;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	    background-color: transparent;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	    text-align: center!important;
	}
	
}
/* 	WooCommerce
 	-- Cart */
.woocommerce-checkout {
	clear: left;
}
#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 {
    line-height: 1.7em;
}
#add_payment_method table.cart input.input-text,
.woocommerce-cart table.cart input.input-text,
.woocommerce-checkout table.cart input.input-text {
    line-height: 1.7em;
}
.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;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: #fff;
    background-color: #00acc6;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #00acc6;
/*    opacity: .9;*/ /* used to disable buttons */
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #00acc6;
    color: #fff;
/*    opacity: 1;*/
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    padding: 8px;
}
a.button.product_type_simple {
    padding: 1.3em 2em 1.3em 2em;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}
abbr[title], acronym[title] {
    text-decoration: none;
}
.woocommerce-checkout-review-order ul li:before,
.woocommerce-NoticeGroup ul li:before {
	background-color: transparent;
}
.entry-content ul.woocommerce-error, .entry-content ul.woocommerce-info, .entry-content ul.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
}
.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display:none;
}
#add_payment_method table.cart .product-thumbnail a, .woocommerce-cart table.cart .product-thumbnail a, .woocommerce-checkout table.cart .product-thumbnail a {
    max-width: 100px;
    display:block;
    margin: 0 auto;
}
#add_payment_method table.cart .product-thumbnail img, .woocommerce-cart table.cart .product-thumbnail img, .woocommerce-checkout table.cart .product-thumbnail img {
    width: 100%;
}
/* Checkout re-order and layout */
#billing_email_field {
	width: 100%;
}
/* 	WooCommerce
 	-- Product List */
.tax-product_cat .page-title {
	display: none;
}
.woocommerce-result-count {
	display: none;
}
.filter-by-wrapper {
	display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}
h3.filter-by-heading {
    margin: 0;
    padding: 10px;
    background: #383838;
    color: #fff;
    font-weight: 600;
    font-size: 0.9em;
    cursor:pointer;
}
h3.filter-by-heading:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 10px;
    height: 10px;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.filter-by-wrapper.open h3.filter-by-heading:after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 20px;
}
.filter-by-wrapper h3.widget-title {
	position: relative;
    margin: 1px 0;
    padding: 10px;
    background: #ebebeb;
    color: #383838;
    font-weight: 600;
    font-size: 0.9em;
    cursor:pointer;
}
.filter-by-wrapper h3.widget-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border-left: 1px solid #383838;
    border-bottom: 1px solid #383838;
    width: 10px;
    height: 10px;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.filter-by-wrapper .widget_layered_nav.open h3.widget-title:after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 20px;
}

.filter-by-wrapper .widget_layered_nav .woocommerce-widget-layered-nav-list {
    overflow: hidden;
    max-height: 0;
    background: #fff;
    transition: max-height 0.15s ease-out;
}
.filter-by-wrapper .widget_layered_nav.open .woocommerce-widget-layered-nav-list {
    max-height: 1000px;
    background: #fff;
    transition: max-height 0.15s ease-out;
}
.woocommerce .filter-by-wrapper  .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 5px 20px;
}

.woocommerce .filter-by-wrapper  .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before {
	content: '';
	margin-right: 10px;
	width:10px;
	height:10px;
	border: 1px solid #383838;
	background: transparent;
	display: inline-block;
}
.woocommerce .filter-by-wrapper  .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before {
	content: '';
	background: #383838;
}
.filter-by-wrapper .filter-attributes {
    max-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
    transition: max-height 0.15s ease-out;
}
.filter-by-wrapper.open .filter-attributes {
	max-height: 1000px;
	background: #fff;
	transition: max-height 0.15s ease-out;
}
.woocommerce .woocommerce-ordering {
    margin: 0;
    position:relative;
}
form.woocommerce-ordering:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #383838;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 10px;
    height: 10px;
    -webkit-pointer-events: none;
    pointer-events: none;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
form.woocommerce-ordering:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #383838;
    width: 43px;
    height: 43px;
    -webkit-pointer-events: none;
    pointer-events: none;
}
.woocommerce .woocommerce-ordering {
	width: 100%;
	margin-bottom: 5px;
}
.woocommerce .woocommerce-ordering select {
    margin: 0;
    padding: 10px;
    text-align: center;
    background: #383838;
    color: #fff;
    font-weight: 600;
    font-size: 0.9em;
	border: none;
    cursor:pointer;
    font-family: "Raleway", sans-serif;
    height: 43px;
    width: 100%;
    text-transform: uppercase;
    -webkit-appearance:none;
    appearance:none;
    -webkit-border-radius:0;
    border-radius:0;
}
.woocommerce .woocommerce-ordering option {
    padding: 5px;
    background: #fff;
    color: #383838;
}
.clear-filters-container {
	display: inline-block;
	width: 100%;
	position: relatice;
	margin-bottom: 5px;
}
#woo-clear-filters {
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 0;
	padding:10px;
	background: #383838;
	color: #fff;
	font-weight: 600;
	font-size: 0.9em;
	cursor: pointer;
}
.lmp_load_more_button .lmp_button {
    color: #fff!important;
    padding-top: 17px;
    padding-bottom: 17px;
    height: auto;
    margin-top: 0;
    background-color: #383838!important;
    font-size: 16px!important;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
.lmp_load_more_button .lmp_button:hover {
    background-color: #383838!important;
    color: #fff!important;
}
.lmp_products_loading .fa{
	width:auto;
	height:auto;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	animation: none !important;
}
.lmp_products_loading .fa:before{
	content: "\f021";
}
.woocommerce-message{
	position:relative;
	padding-bottom:3em;
}
.woocommerce-message .button{
	display:block;
	float:none !important;
	width:90%;
	position:absolute !important;
	bottom:0.5em;
	left:5% !important;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.woocommerce ul.products li.product a img {
    width: 70%;
    margin: 0 auto .25em;
}
/*
 *  My Account
 */
.entry-content ul li.woocommerce-MyAccount-navigation-link {
    padding-left: 0;
    text-indent: 0;
}
.entry-content ul li.woocommerce-MyAccount-navigation-link:before {
    display:none;
}
.entry-content ul li.woocommerce-MyAccount-navigation-link a{
	color: #434247 !important;
    background: #EBEBEB;
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 12px 0.5em 12px 1.5em;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.entry-content ul li.woocommerce-MyAccount-navigation-link a:hover{
    background-color: #e2e2e2;
}

.woocommerce-store-notice, p.demo_store{
    top:auto !important;
    bottom:0;
    position:fixed;
}

.nostock{
	opacity:0.3;
	cursor:not-allowed !important;
	color: #444444 !important;
	border-color: #444444 !important;
	background: transparent !important;
}

.single-product .product_cat-gift-vouchers .variations{
	display:block;
}
.single-product .product_cat-gift-vouchers .variations_form input[type="text"],
.single-product .product_cat-gift-vouchers .variations_form input[type="email"],
.single-product .product_cat-gift-vouchers .variations_form textarea,
.single-product .product_cat-gift-vouchers .variations select{
	width:100%;
	padding:7px;
}
@media screen and (min-width:510px){
	.woocommerce ul.products .woocommerce-variation-add-to-cart.variations_button {
	        top: 0;
	}
}
@media screen and (min-width:799px){
	#breadcrumbs {
		display: block;
		text-transform: uppercase;
	}
	.woocommerce div.product .product_title,
	.woocommerce div.product p.price, .woocommerce div.product span.price {
		text-align: left;
		font-size: 1.4em;
	}
	.woocommerce.single-product #content div.product div.images,
	.woocommerce.single-product div.product div.images,
	.woocommerce-page.single-product #content div.product div.images,
	.woocommerce-page.single-product div.product div.images {
	    float: left;
	    width: 35%;
	}
	.woocommerce.single-product #content div.product div.summary,
	.woocommerce.single-product div.product div.summary,
	.woocommerce-page.single-product #content div.product div.summary,
	.woocommerce-page.single-product div.product div.summary,
	.woocommerce-custom-tabs.wc-custom-tabs-wrapper {
	    float: right;
	    width: 60%;
	}
	section.related.products {
	    clear: both;
	}
	.related.products .products li:nth-of-type(n) {
		display: block;
	}
	.woocommerce ul.products {
	    margin: 0 -.5%;
	}
	html .woocommerce ul.products li.product, html .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
	 	width: 24%;
	    margin: 0 .5% 1%;
	}
	html .woocommerce ul.products li.product:nth-of-type(4n-3),
	html .woocommerce-page ul.products li.product:nth-of-type(4n-3),
	.woocommerce-page[class*=columns-] ul.products li.product:nth-of-type(4n-3),
	.woocommerce[class*=columns-] ul.products li.product:nth-of-type(4n-3) {
		clear:left;
	}
	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	    clear: none;
	}
	.sizing-wrapper {
	    max-width: 75%;
	}
	.social-div {
	    float: right;
	    width: 60%;
	    text-align: left;
	}
	.filter-by-wrapper .filter-attributes {
	    position: absolute;
	    top: 47px;
	}
	.woocommerce .woocommerce-ordering, .filter-by-wrapper {
		float: right;
		width: 300px;
    	margin-left: 10px;
    	margin-bottom: 10px;
	}
	.clear-filters-container {
		width: auto;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	    font-size: .9em;
	    font-weight: 500;
	}
	.products .size-btn {
	    width: 30px;
	    height: 30px;
	}
	p.afterpay-payment-info {
	    text-align: left;
	}
	.products p.afterpay-payment-info {
	    text-align: center;
	}
	.sizing-wrapper {
		display: table;        /* IE < 10, Opera *Presto* Desktop (Now dead) */
		display: -webkit-box;  /* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UCBrowser Android */
		display: -moz-box;     /* Firefox 2 - 27 (2009 Spec), UCMini Android */
		display: -ms-flexbox;  /* IE10 (2012 Syntax) */
		display: -webkit-flex; /* Safari 6.1 - 8, Android < 4.4, BB < 10, Chrome 21 - 28 */
		display: flex;         /* Edge 12+, Firefox 28+, Blink, Safari 9+, Opera Mini 8+ */
	}
	.size-button{
		margin-top:0;
	}
}

@media screen and (max-width:782px){
	.woocommerce ul.products .size-attr{
		display:block !important;
		text-align:center;
		width:100%;
	}
}
@media screen and (max-width:450px){
	.products .size-btn{
	    width: 30px;
	    height: 30px;
	    font-size: 0.75em;
	}
	.alg-wc-wl-view-table .sizing-wrapper .size-attr li {
	    padding: 0 0 5px;
	    text-indent: 0;
	}
	.size-attr {
	    flex-basis: 100%;
	}
	.woocommerce form .form-row{
		width:100%;
	}
}
