/*
Theme Name: Dogma Socks

WooCommerce styles override
*/

/* Breadcrumbs */
.woocommerce-breadcrumb, .woocommerce-breadcrumb a, .woocommerce-breadcrumb span {
	color: #171717;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	font-size: .9em;
}
 .woocommerce-breadcrumb a:hover {
 	text-decoration: underline;
 }
.woocommerce-breadcrumb {
	font-weight: bold;
}

/* Number scroller */
.quantity {
	color: #fff;
	    display: flex;
	        font-size: 1.3em;
}
.quantity button {
	font-weight: bold;
	font-size: inherit;
	padding: 10px;
}

.quantity button:active, .quantity button:focus {
	background: #171717;
	color: #fff;
}
.quantity input {
	background: #171717;
	color: #fff;
	border: none;
	margin: 0;
	border-radius: 0;
	text-align: center;
	max-width: 35px;
}
.quantity input:focus {
	color: #FFF;
}
.quantity {
  display: inline-flex;
  justify-content: stretch;
}

.quantity input {
  vertical-align: middle;
  -moz-appearance: textfield;
  box-sizing: content-box;
  margin: 0;
  text-align: center;
  font-weight: bold;
}

.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Add to cart */

.product form.cart {

}
.single_add_to_cart_button {
    flex-grow: 2;
    margin-left: 5px;
    font-size: 1.3em;
    font-weight: bold;
}
.woocommerce-variation-add-to-cart {
	display: flex;
}
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

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

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

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

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

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

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

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th, table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td:before {
		display: none;
	}
}

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

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
	    line-height: normal;
}

ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {
	ul.products li.product {
		width: 30.7966666667%;
		float: left;
		margin-right: 3.8%;
	}
	ul.products li.product.first {
		clear: both;
	}
	ul.products li.product.last {
		margin-right: 0;
	}
	.columns-1 ul.products li.product {
		float: none;
		width: 100%;
	}
	.columns-2 ul.products li.product {
		width: 48.1%;
	}
	.columns-3 ul.products li.product {
		width: 30.7966666667%;
	}
	.columns-4 ul.products li.product {
		width: 22.15%;
	}
	.columns-5 ul.products li.product {
		width: 16.96%;
	}
	.columns-6 ul.products li.product {
		width: 13.4933333333%;
	}
}

/**
 * Single Product
 */
 p.price {

 }
 .price {
 	font-size: 32px;
 	font-size: 2em;
    font-weight: 600;
 }
/* variations */

.variations {}

.variations select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 10px 25px 10px 5px;
    display: flex;
    position: relative;
    width: 100%;
    font-style: italic;
    font-weight: bold;
    border-radius: 0;
    font-size: 1.3em;
    font-family: 'supermolot';
}
.variations .attached {
	font-size: 1em;
}
.variations option::first-child {
    text-transform: uppercase;
}
/* IE11 hide native button  */
select::-ms-expand {
display: none;
}
.variations .value:before {
    content: '';
    background: url(img/chevron-down-solid.svg);
    width: 1em;
    height: 1em;
    color: inherit;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0em 0.4em;
    right: 0px;
}

.variations .value {
    position: relative;
    display: flex;
    align-items: center;
}
.variations tbody {
    display: flex;
}
.variations tbody tr{
	border-right: solid 1px #d3d3d3;
	margin-right: 1em;
	padding-right: 1em;
}
.variations tbody tr:last-child {
	border: none;
		margin-right: 0em;
		padding-right: 0em;

}
/**/


/* woo-product-icons */

.woo-product-icons {
    margin: 2em 0;
    padding: 0;
        display: flex;
    flex-direction: row;
    justify-content: space-evenly;
        align-items: center;
}
.woo-product-icons li {
	list-style: none;
	text-align: center;
	width: 24%;
	    margin: 1em 0;
}
.woo-product-icons .woo-product-icons-title {
	    font-size: 1.3em;
    font-family: 'supermolot';
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
        margin-bottom: .5em;
}
.woo-product-icons .woo-product-icons-value {
	    font-size: 1em;
    font-family: 'supermolot';
    font-style: italic;
    font-weight: 600;
}
.woo-product-icons img {
	width: auto;
	max-height: 100px;
}
.woo-product-icons .woo-product-icons-separator {
	border: solid 1px #d3d3d3;
	width: 1px;
	height: 100px;
}
.woo-product-icons-separator:last-child {
	display: none;
}

.single-product div.product {

}

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

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

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

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    content: "";
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    flex-direction: row;
    flex-flow: wrap;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

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

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

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

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

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

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

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

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

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

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 19%;
    padding: 1em 0;
}

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

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

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

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

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

.stock:empty:before {
	display: none;
}

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

.stock.out-of-stock {
	color: #e2401c;
}
/* Intro wrapp */
.woo_intro-wrapper {
	display: flex;
}
.woo_before-summary {
    width: 50%;
    padding-right: 2em;
        margin: 1.5em 0 0;
}
.woo_intro-wrapper .summary {
    width: 50%;
        margin: 1.5em 0 0;
}
.woocommerce-product-gallery__trigger {
    z-index: 0;
}
.woocommerce-product-gallery__wrapper {
	margin: 0;
}

/**
 * Checkout
 */
/**
 * Checkout
 */
 .checkout .input-text {
    width: 100%;
}
.checkout th {
    text-align: left;
}
.checkout ul, .shipping ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.checkout li, .shipping li {
    margin: 0;
    padding: 0;
}

.checkout dl.variation, .cart_item dl.variation {
    margin: 0;
    padding: 0;
}
.checkout dd.variation-Size, .cart_item dd.variation-Size {
    margin: 0;
    padding: 0;
}
.checkout dd.variation-Size p, .cart_item dd.variation-Size p {
    padding: 0;
    margin: 0;
}

.checkout .product-thumbnail, .cart_item .product-thumbnail {
	max-width: 110px;
	padding-right: 1em;
}
li.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
    padding: 1em;
}


@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

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

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#tab-title-description {
	order: 1;
}
#tab-title-technology {
	order: 2;
}
#tab-title-additional_information {
	order: 3;
}
#tab-title-reviews {
	order: 4;
}

.woocommerce-tabs ul.tabs li {
	display: inline-block;
	position: relative;
	    top: -45px;
    margin-top: 10px;
}

.woocommerce-tabs ul.tabs li a {
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

.woo-tabs {
    background: #eaeaea;
        margin-top: 4em;
}

.wc-tabs li {
    background: url(img/tab.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 5px;
}
.wc-tabs .active-tab {
    background: url(img/tab-active.svg);
     background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.wc-tabs .active-tab a {
	color: #171717;
}

.wc-tabs li a {
    padding: 6px 0px;
    display: block;
    min-width: 200px;
    color: #fff;
    text-decoration: none;
    font-family: 'supermolot';
    font-style: italic;
    font-weight: 600;
    font-size: 1.2em;
}

.additional_information_tab {
	display: none!important;
}
.commentlist {
	padding: 0;
	margin: 1em 0;
}
.woocommerce-Tabs-panel {
margin: 0;
}
.woocommerce-Tabs-panel h2:first-child {
display: none;
}
#review_form_wrapper {
    padding-top: 1em;
    border-top: 1px solid #d3d3d3;
}
.commentlist img.avatar {
float: left;
    margin-right: 1em;
    border: none;
    border-radius: 200px;
    box-shadow: 0px 0px 2px 0px;
}
.comment-text .meta {
	margin-bottom: 1em;
}
.comment-reply-title {
	    font-family: 'supermolot';
    font-style: italic;
    font-weight: bold;
    color: #171717;
	font-size: 1.3em;
}
.current-tab {display: block!important;}

/* RELATED PRODUCTS */
.woo-related .home-new-arrival {
    clip-path: none;
    -webkit-clip-path: none;
    background: url(img/arrival-bkg.jpg);
    z-index: 1;
    position: relative;
    margin-top: 0;
    background-color: #fff;
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 2rem 0;
    transition: all ease .5s;
}
.woo-related .home-new-arrival .price {
	color: #171717;
	font-size: 1.2em;
}

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

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

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

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

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

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

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

.required {
	color: red;
}

/**
 * Notices
 */
 .woocommerce-notices-wrapper {
    text-align: center;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
content: "";
        display: inline-block;
    background-color: #181818;
    clear: both;
    padding: 1em;
    margin: 1em;
    color: #fff;
    border-radius: 10px;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
font-weight: bold;
	color: #fff;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #181818;
}

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

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #181818;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

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

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
	    display: flex;
    flex-direction: column;
}
.price_slider_amount {
    display: flex;
    flex-direction: column;
}
.widget_price_filter .price_slider_amount .button {
	float: left;
	    order: 2;
}

.widget_price_filter .price_label {
    order: 1;
    	text-align: center;
    	position: relative;
    	    margin: .5em 0;

}
.price_label .from {
    width: 50%;
    position: absolute;
    left: 0;
    background: #181818;
    color: #fff;
    border-right: .25em solid #fff;
}
.price_label .to {
    width: 50%;
    position: absolute;
    right: 0;
    background: #181818;
    color: #fff;
        border-left: .25em solid #fff;

}

.widget_price_filter .ui-slider {
	position: relative;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #181818;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
	    border-radius: 50px;
}

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

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

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

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #d3d3d3;
}

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

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}
.widget_shopping_cart_content p {
	margin-bottom: .5em;
}

/* remove filter*/
.widget_layered_nav_filters {
		max-width: 155px;
}

.widget_layered_nav_filters .chosen {
		display: inline-block;
}
.woocommerce-widget-layered-nav .chosen a {
	position: relative;
}
.widget_layered_nav_filters .chosen a {
	color: #fff;
	background: #181818;
	border-radius: 20px;
	padding: 2px 16px 2px 6px;
	margin: 2px 2px;
	display: inherit;
	position: relative;
	border: solid 2px #181818;
	font-size: 14px;
	font-size: .9em;
}
.woocommerce-widget-layered-nav .chosen a:after, .widget_layered_nav_filters .chosen a:after {
	content: 'x';
	position: absolute;
	right: 5px;
}
.woocommerce-widget-layered-nav .chosen a:after {
	content: 'x';
	position: absolute;
	right: -25px;
	border: solid 0px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 4px;
	background: #181818;
	color: #fff;
}

.widget_layered_nav_filters .chosen a:hover {
	text-decoration: none;
	color: #181818;
	background: #fff;

}

#menu-shop-sidebar {
	display: block;
}

#menu-shop-sidebar a {
	border: 1px solid #171717;
	border-radius: 0px;
	background: #171717;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	padding: 10px 10px;
	transition: all ease .5s;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#menu-shop-sidebar a:hover {
border: 1px solid #171717;
	background: #fff;
	color: #171717;
}



/* Archieve */
.woo-arch-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
        margin-bottom: 3em;
}
.woo-arch-content {
    flex-grow: 2;
    padding-left: 1em;
        padding-top: 1em;
}
.woo-side {
    padding-right: 2em;
    	min-width: 190px;
}
.woo-slide-toggle {display: none;}
.woo-arch-content {}

.woo-side h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 1em 0em 0em 0em;
}
.woo-side h2:after {
    content: '';
    background: url(img/chevron-down-solid.svg);
    width: 1em;
    height: 1em;
    color: inherit;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
        margin: 0.2em 0.4em;
}

.woo-side .t-toggled:after {
	    content: '';
    background: url(img/chevron-up-solid.svg);
    width: 1em;
    height: 1em;
    color: inherit;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
        margin: 0.2em 0.4em;
}
.widget_price_filter h2:after {
	content: '';
	background: none!important;
}
.widget_price_filter h2 {
	margin: 1em 0em 1em 0em;

}
.woo-side ul {
    margin: 0;
    padding: 0;
        list-style: none;
        display: none;
}
.woo-side .current-cat, .woocommerce-widget-layered-nav-list__item--chosen {
    font-weight: bold;
}
.woo-side .count {
    display: none;
}
.woo-side ul a {
	text-decoration: none;
	color: inherit;
}
.woo-side ul a:hover {
	text-decoration: underline;
}
.woocommerce-ordering {
    text-align: right;
    margin-bottom: 1em;
}

.orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 10px 25px 10px 5px;
    position: relative;
    font-style: italic;
    border-radius: 0;
    font-family: 'supermolot';
    color: #181818;
    font-style: italic;
    border-radius: 0;
    font-family: 'supermolot';
    color: #181818;
border-bottom: 1px solid #000;
  background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.5EM 1EM;
    background-position: right center;
    background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
}
.woocommerce-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    clear: both;
}
.woocommerce-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    	flex-wrap: wrap;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
    border: solid 2px #181818;
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .2em;
        font-weight: bold;
    font-size: 1.1em;
    	transition: all ease .5s;
}
.woocommerce-pagination ul li a:hover {
	background: #181818;
	color: #fff;
}

.woocommerce-pagination ul li a {
	color: #181818;
	text-decoration: none;
}

.woocommerce-pagination ul li .current {
	background: #181818;
	color: #fff;
}
.woocommerce-pagination ul li .next, .woocommerce-pagination ul li .prev {
	border: none;
	font-size: 1.5em;
}

.woocommerce-result-count {display: none;}

.archive .add_to_cart_button, a.button.product_type_variable, .outofstock a.button {
display: none!important;
}

.product a {
	text-decoration: none;
	color: #181818;
}
ul.products li.product .woocommerce-loop-product__title {
    text-decoration: none;
    font-size: 1.3em;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 0;
        margin: .5em 0 0 0;
}

	.archive .price {
    font-size: 1.8em;
    font-weight: 600;

}
.new-product {
	display: none;
}
.products .featured .new-product {
    position: absolute;
    top: .5em;
    left: .5em;
    background: #181818;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    font-weight: 600;
}

/* out of stock */
.product-out-of-stock {display: none;}
.product.outofstock .product-out-of-stock {
	display: block;
    position: absolute;
    top: 0;
    background: #F44336;
    padding: .5em;
    color: #fff;
    font-style: italic;
    font-weight: 600;
}


/* color icons */
.woo-color-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: solid 2px #fff;
}
.woo-color-icon-border {
    border-radius: 50%;
    border: solid 2px #181818;
    margin: 0 .2em .2em 0;
}
.woo-color-icon-container {
    display: flex;
    flex-wrap: wrap;
        margin-top: .2em;
        flex-direction: row-reverse;
        justify-content: flex-end;
}

/* HEADER CART */
.header-cart-container {
	position: fixed;
	top: 56px;
	right: 0;
}
.site-header-cart {
	list-style: none;
}
.site-header-cart li {
    padding: 0;
    margin: 0;
    position: relative;
}
.cart-contents {
color: #fff;
    padding: .5em 1em;
}
.cart-contents a, .cart-contents:visited {
	color: #fff;
}
.cart-contents:hover {
	color: #fff;
}
.cart-contents .amount:after {
	content: ' - ';
}
ul .cart-infos {
    display: inline-block;
    padding: .5em 1em;
    background: #181818;
    color: #fff;
}
ul.woocommerce-mini-cart {
    list-style: none;
}
.widget_shopping_cart {
    background: #fff;
    color: #181818;
}
.widget_shopping_cart a {
	text-decoration: none;
	color: #181818!important;
}
.widget_shopping_cart .quantity {
	    color: #181818;
    font-size: inherit;
    display: block;
    clear: both;
    font-weight: 600;
}
.widget_shopping_cart .woocommerce-Price-amount.amount {
    font-weight: normal;

}
/*
 * The row (.mini_cart_item a) is display:flex, so the image was a shrinkable
 * flex item -- a long product name squeezed it to a few pixels wide while
 * height:50px held, which is why the thumbnail looked stretched. Fixing the box
 * and disabling shrink keeps it square; object-fit crops instead of distorting.
 * Also matched on plain img so the WooCommerce placeholder behaves the same.
 */
.widget_shopping_cart .attachment-woocommerce_thumbnail,
.widget_shopping_cart .mini_cart_item img {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    min-width: 50px;
    object-fit: cover;
    margin-right: .6em;
    padding-right: 0;
}
.widget_shopping_cart .variation {
    display: none;
}
/*
 * Remove button. The x is WooCommerce's own &times; glyph -- it was there before
 * but line-height resolved to 31px inside a 20px circle, so it sat off-centre
 * and read as a plain dot. Explicit line-height and a slightly larger circle
 * make it legible as an x.
 */
.widget_shopping_cart a.remove.remove_from_cart_button, .product-remove a {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    color: #fff !important;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    text-decoration: none;
    transition: background ease .3s;
}
.widget_shopping_cart a.remove.remove_from_cart_button:hover, .product-remove a:hover {
    background: #c0392b;
}
.product-remove {
	position: relative;
}
.widget.woocommerce.widget_shopping_cart {
    padding: .5em;
}
li.woocommerce-mini-cart-item.mini_cart_item {
    padding: .5em 0;
        border-bottom: solid 1px #d3d3d3;
    margin-bottom: .5em;
}

.mini_cart_item a {
    font-weight: 600;
    clear: both;
    display: flex;
    align-items: center;
    width: 100%;
}
.woocommerce-mini-cart__buttons a {
padding: .5em;
        margin: 0 0.5em 0 0;
    border: solid 1px #181818;
    font-size: .9em;
    transition: all ease .5s;
    background: #fff;
    display: inline-block;
}
.woocommerce-mini-cart__buttons a:hover {
	background: #181818;
	color: #fff!important;
}
/* CHECKOUT */
#customer_details .col-1, #customer_details .col-2 {
	width: 49%;
}
#customer_details {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

/* BUTTON */
.wc-proceed-to-checkout {
    padding: 2em 0;
}

/* RESPONSIVE */

@media screen and (max-width: 782px) {
	#customer_details .col-1, #customer_details .col-2 {
	width: 100%;
}
#customer_details {
       flex-direction: column;
}
.woo-product-icons {
    flex-wrap: wrap;
}
.woo-product-icons li {
    width: 49%;
}
.woo-product-icons .woo-product-icons-separator:nth-child(4) {
	display: none;
}
.woo_intro-wrapper {
    display: flex;
    flex-direction: column;
}
.woo_before-summary {
    width: 100%;
    padding-right: 0em;
    margin: 1.5em 0 0;
}
.woo_intro-wrapper .summary {
    width: 100%;
    margin: 1.5em 0 0;
}
	/* Woo filter  */
.woo-slide-toggle:after {

}

.woo-slide-toggle {
position: absolute;
    left: 0;
    top: 3em;
    background: #181818;
    padding: .5em 1em;
    display: flex;
    z-index: 10;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.woo-slide-toggle:after {
    content: '';
    background: url(img/chevron-right-solid.svg);
    width: 1em;
    height: 1em;
    color: inherit;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 0 1em;
    display: inline-flex;
}
.s-toggled:after {
    content: '';
    background: url(img/chevron-left-solid.svg);
    width: 1em;
    height: 1em;
    color: inherit;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 0 1em;
    display: inline-flex;
}
.woo-side {
    position: absolute;
    z-index: 9;
    background: #fff;
    left: -100%;
        top: 3em;
    transition: all ease .5s;
    box-shadow: 0px 0px 5px #00000040;
    padding: 2em;
}
.woo-side-active {
	    left: 0;

}

}
@media screen and (max-width: 420px) {
.woo-product-icons li {
    width: 99%;
}
}