/* Fonts
   ========================================================================== */

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


/* Global
   ========================================================================== */

/**
 * Typography
 */

.price {
	font-weight: 400;
}

.price del {
	color: #687481;
}

.price ins {
	color: #dc3545;
	text-decoration: none;
}

p.stock {
	font-size: 14px;
	color: #687481;
	margin: 0;
	font-weight: 600;
}

p.stock::before, 
p.delivery-time-info::before,
p.units-info::before,
p.product-units::before {
    display: inline-block;
    content: "\f05a";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-style: normal;
    content: "\f05a";
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

p.stock.in-stock {
	color: #28a745;
}

p.stock.out-of-stock {
	color: #dc3545;
}

p.stock.in-stock::before {
	content: "\f058";
}

p.stock.out-of-stock::before {
	content: "\f05e";
}

p.delivery-time-info::before {
	content: "\f48b";
}

p.units-info::before,
p.product-units::before {
	content: "\f871";
}

a.remove {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 0;
    text-decoration: none;
}

a.remove::after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f057";
    font-size: 16px;
    line-height: 30px;
}

.pwk-wc-footer-legal p.footer-info {
    text-align: inherit;
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.wc-gzd-additional-info {
	font-size: 12px;
	margin: 0;
}

/**
 * Layout
 */

.col2-set,
.u-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col2-set > .col-1,
.col2-set > .col-2 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 992px) {

	.col2-set > .col-1,
	.col2-set > .col-2 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

}


/**
 * Forms
 */

.woocommerce .form-row {
	display: block;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
	margin-right: 0;
	margin-left: 0;
}

.input-text:focus,
.input-text.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128,128,128,.5);
}

.woocommerce span em {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

.woocommerce .form-group {
	margin-bottom: 20px;
}

.woocommerce .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}


/**
 * Forms - Checkbox Radio
 */

#order_review .legal label {
    display: block !important;
}

.woocommerce-form__label.checkbox,
.woocommerce-form__label-for-checkbox {
    display: block;
    padding: 14px 15px 14px 40px;
    margin: 0;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.15);
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
}

.woocommerce-form__label.checkbox input[type=checkbox],
.woocommerce-form__label-for-checkbox input[type=checkbox],
.wc_payment_methods input[type=radio],
.woocommerce-shipping-methods input[type=radio] {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.woocommerce-form__label.checkbox span::before,
.woocommerce-form__label-for-checkbox span::before,
.wc_payment_methods label::before,
.woocommerce-shipping-methods label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f0c8";
    margin-right: 6px;
    color: #00b7fc;
    text-align: center;
    font-size: 16px;
    width: 24px;
    margin-left: -30px;
}

.woocommerce-form__label.checkbox input[type=checkbox]:checked + span::before,
.woocommerce-form__label-for-checkbox input[type=checkbox]:checked + span::before,
.wc_payment_methods input[type=radio]:checked + label::before,
.woocommerce-shipping-methods input[type=radio]:checked + label::before {
    font-weight: 900;
    content: "\f14a";
}

.wc_payment_methods label::before,
.woocommerce-shipping-methods label::before {
    content: "\f111";
}

.wc_payment_methods input[type=radio]:checked + label::before,
.woocommerce-shipping-methods input[type=radio]:checked + label::before {
    content: "\f058";
}


/* Buttons
   ========================================================================== */

.button,
button,
input[type="submit"] {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 9px 20px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    text-decoration: none;
}

.button.focus, 
.button:focus,
button.focus, 
button:focus,
input[type="submit"].focus, 
input[type="submit"]:focus {
    outline: 0;
}

.button.disabled, 
.button:disabled, 
button.disabled, 
button:disabled, 
input[type=button].disabled, 
input[type=button]:disabled, 
input[type=reset].disabled, 
input[type=reset]:disabled, 
input[type=submit].disabled, 
input[type=submit]:disabled {
    opacity: .5!important;
    cursor: not-allowed;
}

/* 
 * Button Primary
 */

.button.checkout:hover,
.button.checkout:focus,
.button.alt:hover,
.button.alt:focus {
    text-decoration: none;
}


/* Tables
   ========================================================================== */

.shop_table,
.shop_attributes {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.15);
	border-left: 1px solid rgba(0,0,0,0.15);
	border-right: 1px solid rgba(0,0,0,0.15);
}

.shop_table th,
.shop_table td,
.shop_attributes th,
.shop_attributes td {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding: 10px 20px;
    vertical-align: top;
}

.shop_table thead th,
.shop_attributes thead th {
    vertical-align: bottom;
}

.shop_attributes p {
    margin: 0;
}


/* 
 * Table Responsive 
 */

.shop_table.shop_table_responsive {
	border: none;
}

.shop_table.shop_table_responsive,
.shop_table.shop_table_responsive thead,
.shop_table.shop_table_responsive tbody,
.shop_table.shop_table_responsive tfoot,
.shop_table.shop_table_responsive tr,
.shop_table.shop_table_responsive th,
.shop_table.shop_table_responsive td {
	display: block;
	width: 100%;
}

.shop_table.shop_table_responsive thead,
.shop_table.shop_table_responsive tr th {
	display: none;
}

.shop_table.shop_table_responsive td {
	text-align: right;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	padding: 10px 0;
}

.shop_table.shop_table_responsive td:last-child {
    border: none;
}

.shop_table.shop_table_responsive td::before {
    content: attr(data-title);
    float: left;
    font-weight: 600;
    margin-right: 20px;
}

.shop_table.shop_table_responsive td::after {
    content: "";
    display: block;
    clear: both;
}

.shop_table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions::before {
    content: none;
    display: none;
}

.shop_table.shop_table_responsive td .button {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 14px;
    padding: 5px 10px;
}


/* 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;
}

p.stars {
    margin: 0;
}

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';
    text-indent: 0;
    opacity: .25;
}

p.stars a:hover~a::before {
    content: '\53';
    opacity: .25;
}

p.stars:hover a::before {
    content: '\53';
    opacity: 1;
}

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

p.stars.selected a.active~a::before {
    content: '\53';
    opacity: .25;
}

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


/* Messages
   ========================================================================== */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    position: relative;
    padding: 15px 15px 15px 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    list-style: none;
}

.woocommerce .wc-gzd-edit-data-notice {
    display: block;
    padding: 15px;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    list-style: none;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-noreviews .button,
p.no-comments .button {
    float: right;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: 20px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.woocommerce-error .button:hover,
.woocommerce-error .button:focus,
.woocommerce-info .button:hover,
.woocommerce-info .button:focus,
.woocommerce-message .button:hover,
.woocommerce-message .button:focus,
.woocommerce-noreviews .button:hover,
.woocommerce-noreviews .button:focus,
p.no-comments .button:hover,
p.no-comments .button:focus {
	text-decoration: none;
}

.woocommerce-error li:last-child {
    margin-bottom: 0;
}


/* Progress
   ========================================================================== */

.woocommerce-progress {
    padding-top: 15px;
}

.woocommerce-progress .progress {
    height: 6px;
    border-radius: 3px;
}

.woocommerce-progress .progress-breadcrumb {
	margin-top: -23px;
}

.woocommerce-progress .progress-marker {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}


/* Widgets
   ========================================================================== */
 
/**
 * Product list
 */
 
.product_list_widget {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product_list_widget > li {
	position: relative;
	display: block;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.product_list_widget > li::after {
	content:"";
	display: block;
	clear: both;
}

.product_list_widget > li .product-title {
	display: block;
	margin-bottom: 10px;
}

.product_list_widget > li a.remove {
	position: absolute;
	top: 0;
	right: 0;
}

.product_list_widget > li > a img.attachment-woocommerce_thumbnail,
.product_list_widget > li > a img.woocommerce-placeholder {
    float: right;
    width: 100px;
    height: auto;
    margin-left: 15px;
}

.product_list_widget .wc-gzd-cart-info,
.product_list_widget .wc-gzd-cart-info.delivery-time-info,
.product_list_widget .wc-gzd-additional-info {
	font-size: 12px !important;
	line-height: 1.4 !important;
	margin: 5px 0 0 !important;
	font-weight: 400;
}

.product_list_widget .variation,
.product_list_widget .quantity {
	position: relative;
	display: block;
	margin: 10px 0 0;
}

.product_list_widget .variation,
.product_list_widget .quantity,
.product_list_widget .woocommerce-Price-amount {
	font-size: 14px;
}

.product_list_widget dl,
.product_list_widget dt,
.product_list_widget dd,
.product_list_widget dl p {
	margin: 0;
}

.product_list_widget dl dt,
.product_list_widget dl dd {
	display: inline-block;
	margin-right: 5px;
}

.product_list_widget .unit-price-cart {
    display: inline-block;
}

.widget_shopping_cart_content > p.total {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 12px;
}

/**
 * Mini cart
 */

.widget_shopping_cart_content > p.total.woocommerce-mini-cart__total {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.widget_shopping_cart_content .product_list_widget {
	margin-bottom: 30px;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    margin-top: 30px;
    margin-bottom: 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
    display: block;
    margin-top: 10px;
}

.woocommerce-product-search button {
	display: block;
	width: 100%;
	margin-top: 10px;
}

a > .cart-contents {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	height: 16px;
	padding: 0 4px;
	border-radius: 8px;
	min-width: 16px;
	margin-right: -8px;
}


/**
 * Product categories
 */
 
.widget_product_categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_product_categories ul ul {
	margin: 10px 0 0 20px;
}

.widget_product_categories ul li a:hover,
.widget_product_categories ul li a:focus {
	text-decoration: none;
}


/**
 * Layered Navigation List
 */

.widget_layered_nav ul.woocommerce-widget-layered-nav-list {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}

.widget_layered_nav ul.woocommerce-widget-layered-nav-list li {
	margin-bottom: 0;
}

.widget_layered_nav ul.woocommerce-widget-layered-nav-list li a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 25px;
}

.widget_layered_nav ul.woocommerce-widget-layered-nav-list li a::before {
	font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 14px;
    content: "\f0c8";
	width: 25px;
	text-align: left;
	margin-left: -25px;
	float: left;
}

.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen a::before {
	font-weight: 900;
    content: "\f14a";
}

.widget.woocommerce li .count {
    float: right;
    display: none;
}


/**
 * Layered Navigation Filter
 */

.widget_layered_nav_filters ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.widget_layered_nav_filters ul li {
	position: relative;
	display: inline-block;
	font-size: 0;
	line-height: 20px;
	margin-right: 5px; 
	margin-bottom: 5px;
}

.widget_layered_nav_filters ul li a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 15px;
	border: 1px solid rgba(0,0,0,0.15);
}

.widget_layered_nav_filters ul li a::after {
	font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f00d";
    font-size: 14px;
    margin-left: 10px;
}

.widget_layered_nav ul.woocommerce-widget-layered-nav-list li a:hover,
.widget_layered_nav_filters ul li a:hover {
	text-decoration: none;
}


/**
 * Layered Navigation Slider
 */

.widget_price_filter .price_slider {
    margin-bottom: 20px;
}

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

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

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    background: rgba(0,0,0,.1);
    border: 0;
}

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

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    top: auto;
    z-index: 2;
    width: 1em;
    height: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    box-sizing: border-box;
    margin-top: -.25em;
    margin-left: auto;
    opacity: 1;
    border: 0;
}

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

.widget_price_filter .price_slider_amount {
    text-align: right;
}

.widget_price_filter .price_slider_amount button {
	float: left;
}

.widget_price_filter .price_slider_amount .price_label {
	padding: 10px 0;
	font-size: 14px;
	line-height: 20px;
}


/**
 * Widget toggle collapse
 */

.pwk-sidebar-shop .pwk-widget-collapse .widget-content {
	display: none;
}

.pwk-sidebar-shop .pwk-widget-collapse.active .widget-content {
	display: block;
}

.pwk-sidebar-shop .pwk-widget-collapse .widget-title {
	position: relative;
	cursor: pointer;
}

.pwk-sidebar-shop .pwk-widget-collapse .widget-title::after {
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
    font-weight: 900;
    content: "\f107";
    font-size: 16px;
    margin-left: 10px;
    float: right;
}

.pwk-sidebar-shop .pwk-widget-collapse.active .widget-title {
    opacity: 0.5;
}

.pwk-sidebar-shop .pwk-widget-collapse.active .widget-title::after {
    content: "\f106";
}

.pwk-sidebar-shop .pwk-widget-collapse .widget-title:focus, 
.pwk-sidebar-shop .pwk-widget-collapse .widget-title:hover {
    opacity: 1;
}


/* Pugins
   ========================================================================== */

/**
 * WP Forms
 */

.wp-block-button__link {
	font-weight: 600;
    border-radius: 4px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 9px 20px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    vertical-align: middle;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
	text-decoration: none;
}

.wp-block-button__link.focus, 
.wp-block-button__link:focus {
    outline: 0;
}


/* Products
   ========================================================================== */

/**
 * Lists
 */

ul.products {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    margin-right: -15px;
    margin-left: -15px;
    list-style-type: none;
}

ul.products li {
	position: relative;
	display: block;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}

@media (min-width: 576px) {

	ul.products.columns-2 li,
	ul.products.columns-3 li,
	ul.products.columns-4 li,
	ul.products.columns-5 li,
	ul.products.columns-6 li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

}

@media (min-width: 768px) {

	ul.products.columns-4 li {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	ul.products.columns-5 li {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	ul.products.columns-6 li {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

}

@media (min-width: 992px) {

	ul.products.columns-2 li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	ul.products.columns-3 li {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	ul.products.columns-4 li {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	ul.products.columns-5 li {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	ul.products.columns-6 li {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

}

.swiper-container > ul.products {
	-ms-flex-wrap: inherit;
    flex-wrap: inherit;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container > ul.products li {
	padding: 0;
	margin-bottom: 0;
	flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    transition-property: transform;
}

.swiper-container > ul.products.columns-2 li,
.swiper-container > ul.products.columns-3 li,
.swiper-container > ul.products.columns-4 li,
.swiper-container > ul.products.columns-5 li,
.swiper-container > ul.products.columns-6 li {
	-ms-flex: inherit;
	flex: inherit;
	flex-shrink: 0;
	max-width: 100%;
}


ul.products li a.woocommerce-loop-product__link,
ul.products li.product-category > a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
}

ul.products li > a img,
ul.products li a.woocommerce-loop-product__link img {
	width: 100%;
	height: auto;
	margin: 0;
	z-index: 0;
}

ul.products li span.onsale {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

ul.products li .woocommerce-loop-product__title,
ul.products li .woocommerce-loop-category__title {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}

ul.products li .woocommerce-loop-product__title .count,
ul.products li .woocommerce-loop-category__title .count {
	display: none;
}

ul.products li .price {
	display: block;
	width: 100%;
	margin: 5px 0 0;
}

ul.products li .wc-gzd-additional-info,
ul.products li p.wc-gzd-additional-info {
	font-size: 12px;
	margin: 0;
	line-height: 16px;
}

ul.products li > .wc-gzd-additional-info:first-of-type,
ul.products li > p.wc-gzd-additional-info:first-of-type {
	margin-top: 10px;
}


ul.products li .pwk-wc-gzd-additional {
	margin: 0;
}

ul.products li .star-rating {
	margin-top: 10px;
}

ul.products li > a.add_to_cart_button {
	margin-top: 20px;
}


/**
 * Tags
 */

.onsale {
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	padding: 3px 5px;
}


/**
 * Ordering, Sorting
 */

.pwk-archive-ordering {
	margin-bottom: 10px;
}

.pwk-archive-ordering .woocommerce-result-count {
	text-align: left;
	font-size: 14px;
}

.pwk-archive-ordering .woocommerce-ordering {
    width: auto;
    margin-left: auto;
}

.pwk-archive-ordering .woocommerce-ordering, 
.pwk-archive-ordering .woocommerce-result-count {
    margin-bottom: 20px;
}

@media (min-width: 992px) {

	.pwk-archive-ordering .woocommerce-ordering {
		display: inline-block;
	}
	
	.pwk-archive-ordering .woocommerce-result-count {
		float: left;
	}

}


/**
 * Pagination
 */

.woocommerce-pagination {
	text-align: center;
}

.woocommerce-pagination ul.page-numbers {
    display: inline-block;
    font-size: 0;
    margin: 0 auto;
    padding: 0;
    border-radius: 4px;
    list-style: none;
}

.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers li:last-child {
    border-right: none;
}

.woocommerce-pagination ul.page-numbers li a, 
.woocommerce-pagination ul.page-numbers li span {
    display: block;
    padding: 9px 5px;
    font-size: 14px;
    line-height: 20px;
    min-width: 40px;
}


/* Single product
   ========================================================================== */

/**
 * Gallery
 */

.pwk-product-header-image {
	position: relative;
}

.pwk-product-header-image span.onsale {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

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

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    display: block;
    height: 40px;
    width: 40px;
    z-index: 1;
    text-align: center;
    font-size: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    vertical-align: 0;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f00e";
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    text-decoration: none;
}

.woocommerce-product-gallery figure {
	margin-bottom: 0;
}

.woocommerce-product-gallery img {
	width: 100%;
	height: auto;
}

.woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 1;
    padding: 0;
    transition: opacity .2s;
    border-bottom: 1px solid transparent;
}

.woocommerce-product-gallery .flex-control-thumbs li:hover img, 
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: .5;
}


/**
 * Summary
 */

.single-product .summary .woocommerce-product-rating {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.single-product .woocommerce-product-rating .star-rating,
.single-product .woocommerce-product-rating .woocommerce-review-link {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.single-product .product .summary p.wc-gzd-additional-info {
	font-size: 12px;
	margin: 0;
}

.single-product .product .summary p.price {
	font-size: 24px;
	margin: 0;
}

.single-product .product .summary p.price.wc-gzd-additional-info {
	font-size: 12px;
}

.single-product .product .summary .pwk-product-meta-price .legal-price-info {
	margin-top: 10px;
}

.single-product .product form.cart .quantity {
    width: 80px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.quantity .qty {
	padding-left: 0;
	padding-right: 5px;
    text-align: center;
}

.single-product .product .product_meta {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.15);
    font-size: 14px;
}

.single-product .product .product_meta .sku_wrapper,
.single-product .product .product_meta .posted_in {
	display: block;
	margin-top: 5px;
}

.single-product .product .pwk-product-meta .pwk-product-meta-woocommerce_single_product_meta_additional p {
	margin-bottom: 5px;
}


/**
 * Variations
 */

table.variations {
    margin: 20px 0;
    border-collapse: separate;
    border-spacing: 0 10px;
}

table.variations td, 
table.variations th {
    padding: 0;
    border: none;
    vertical-align: middle;
}

table.variations td label, 
table.variations th label {
    margin-bottom: 0;
}

table.variations td.label {
    width: 30%;
}

.single_variation_wrap .woocommerce-variation-description,
.single_variation_wrap .woocommerce-variation-availability {
	margin-bottom: 30px;
}


/**
 * Tabs
 */

.woocommerce-tabs {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce-tabs .tabs, 
.woocommerce-tabs .panel {
    position: relative;
    list-style: none;
    width: 100%;
    min-height: 1px;
    margin: 0;
    padding: 0;
}

.woocommerce-tabs .tabs {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 30px;
    padding: 0 0 10px;
    list-style: none;
}

.woocommerce-tabs .tabs li {
    display: inline-block;
    font-size: 1rem;
    margin: 0 20px 10px 0;
}

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

.woocommerce-tabs .tabs li a:hover,
.woocommerce-tabs .tabs li a:focus {
	opacity: 1;
    text-decoration: none;
}

.woocommerce-tabs .tabs li.active a {
    opacity: 0.5;
}

@media (min-width: 992px) {

	.woocommerce-tabs .tabs {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		margin-right: auto;
		border-bottom: none;
	}
	
	.woocommerce-tabs .tabs li {
		display: block;
		margin: 0 0 10px;
	}
	
	.woocommerce-tabs .tabs li.active > a::after {
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
		content: "\f0da";
		margin-left: 10px;
		line-height: 1;
	}
	
	.woocommerce-tabs .panel {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
    }

}


/**
 * Reviews
 */

.woocommerce-Reviews .commentlist {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.woocommerce-Reviews .commentlist .star-rating {
	float: right;
}

.woocommerce-Reviews .commentlist li {
	position: relative;
	display: block;
	width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin: 20px 0;
    padding-bottom: 1px;
}

.woocommerce-Reviews .commentlist li:last-child {
    border-bottom: none;
}

.comment-respond .comment-reply-title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
}

.comment-respond .comment-form-rating {
	margin: 20px 0;
}

#review_form_wrapper {
	border: 1px solid rgba(0,0,0,0.15);
	padding: 30px 30px 10px;
	margin: 30px 0;
}


/**
 * Related
 */

.pwk-product-related section.products {
	padding-bottom: 20px;
}

.pwk-product-related section.products:not(:first-child) {
	border-top: 1px solid rgba(0,0,0,0.15);
	padding-top: 60px;
}

.pwk-product-related section.products > h2 {
	margin-bottom: 30px;
}


/* Cart
   ========================================================================== */

/*
 * Table
 */

.shop_table.shop_table_responsive.cart tr.cart_item {
	position: relative;
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 10px 20px;
}

.shop_table.shop_table_responsive.cart tbody .product-remove {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border-left: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 1;
    border-bottom: 0;
}

.shop_table.shop_table_responsive.cart tbody .product-thumbnail {
    width: 110px;
    float: right;
    border-bottom: 0;
}

.shop_table.shop_table_responsive.cart tbody .product-name::before,
.shop_table.shop_table_responsive.cart tbody .product-thumbnail::before,
.shop_table.shop_table_responsive.cart tbody td.actions::before {
    display: none;
}

.shop_table.shop_table_responsive.cart .product-name {
    text-align: left;
}

.shop_table.shop_table_responsive.cart .product-name > a {
	display: block;
    margin-bottom: 20px;
}

.cart_item .wc-gzd-cart-info {
	font-size: 12px !important;
	line-height: 1.4 !important;
	margin: 5px 0 0 !important;
	font-weight: 400;
}

.cart_item .variation {
    font-size: 14px;
}

.cart_item dl.variation {
    margin-top: 10px;
    margin-bottom: 0;
}

.cart_item dl dt, 
.cart_item dl dd {
    display: inline-block;
    margin-right: 5px;
}

.cart_item dl.variation p {
    margin-bottom: 0;
}

.shop_table.shop_table_responsive.cart .product-quantity .qty {
    width: 80px;
    margin-left: auto;
}

.shop_table.shop_table_responsive.cart td.actions {
	padding: 0;
}

.shop_table.shop_table_responsive.cart td.actions .coupon {
	border: 1px solid rgba(0,0,0,0.15);
	padding: 20px;
	margin-bottom: 20px;
}

.shop_table.shop_table_responsive.cart td.actions .coupon > label {
	display: none;
}

.shop_table.shop_table_responsive.cart td.actions button {
	padding-top: 9px;
	padding-bottom: 9px;
	display: block;
	width: 100%;
	margin-left: 0;
}

@media (min-width: 992px) {

	.shop_table.shop_table_responsive.cart {
		display: table;
		border-collapse: separate;
		border-spacing: 0 10px;
	}
	
	.shop_table.shop_table_responsive.cart thead {
		display: table-header-group;
		width: 100%;
	}
	
	.shop_table.shop_table_responsive.cart thead th {
		font-size: 14px;
		font-weight: 400;
	}
	
	.shop_table.shop_table_responsive.cart tbody {
		display: table-row-group;
		width: 100%;
	}

	.shop_table.shop_table_responsive.cart tr {
		display: table-row;
	}
	
	.shop_table.shop_table_responsive.cart tr.cart_item {
		position: relative;
		margin-bottom: 0;
		border-radius: 0;
		padding: 0;
	}

	.shop_table.shop_table_responsive.cart th,
	.shop_table.shop_table_responsive.cart td {
		display: table-cell;
		padding: 0;
		width: auto;
		text-align: left;
		border-bottom: 0;
	}
	
	.shop_table.shop_table_responsive.cart thead th {
		padding: 0 20px 0 0;
		vertical-align: bottom;
	}
	
	.shop_table.shop_table_responsive.cart tbody td {
		padding: 15px 20px 15px 0;
		vertical-align: middle;
	}
	
	.shop_table.shop_table_responsive.cart td::before {
		content: "";
		float: none;
		display: none;
	}
	
	.shop_table.shop_table_responsive.cart tbody .product-remove {
	    position: relative;
	    top: auto;
	    right: auto;
	    width: auto;
	    line-height: 1;
	    height: auto;
	    vertical-align: top;
	    border-radius: 4px 0 0 4px;
	}
	
	.shop_table.shop_table_responsive.cart thead .product-remove {
	    background: transparent;
	    width: 30px;
	}
	
	.shop_table.shop_table_responsive.cart tbody .product-thumbnail {
		width: 150px;
		float: none;
		border-bottom: 0;
	}
	
	.shop_table.shop_table_responsive.cart td.product-thumbnail a {
		position: relative;
		display: block;
	}
	
	.shop_table.shop_table_responsive.cart td.product-thumbnail a img {
		width: 100%;
		max-width: 100px;
		height: auto;
	}
	
	.shop_table.shop_table_responsive.cart td::after {
		content: none;
		display: none;
	}
	
	.shop_table.shop_table_responsive.cart .product-quantity .qty {
		width: 80px;
		margin: 0;
	}
	
	
	.shop_table.shop_table_responsive.cart .product-price {
		width: 160px;
		padding-right: 0;
		padding-left: 20px;
	}
	
	.shop_table.shop_table_responsive.cart .product-quantity {
		text-align: left;
		width: 120px;
		padding-right: 0;
	}
	
	.shop_table.shop_table_responsive.cart .product-subtotal {
		width: 160px;
		text-align: right;
		border-radius: 0 4px 4px 0;
	}
	
	.shop_table.shop_table_responsive.cart td.actions {
		padding-top: 20px;
		text-align: right;
	}
	
	.shop_table.shop_table_responsive.cart td.actions::after {
		content:"";
		display: block;
		clear: both;
	}
	
	.shop_table.shop_table_responsive.cart td.actions .coupon {
		float: left;
		width: auto;
		margin-bottom: 0;
		padding: 0;
		border: none;
	}
	
	.shop_table.shop_table_responsive.cart td.actions .coupon input[type="text"] {
		width: 240px;
		display: inline-block;
		vertical-align: top;
	}
	
	.shop_table.shop_table_responsive.cart td.actions button {
		display: inline-block;
		width: auto;
		margin: 0;
		vertical-align: top;
	}

}


/*
 * Collaterals
 */

.woocommerce-cart .cart-collaterals {
	margin-top: 60px;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive {
    display: table;
    width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive tbody {
    display: table-row-group;
    width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr {
    display: table-row;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr th,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr td {
    display: table-cell;
    width: 50%;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	text-align: left;
	padding: 10px 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr:last-child th,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr:last-child td {
	border-bottom: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr th {
    padding-right: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr td::before {
    content: "";
    float: none;
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin-top: 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
    display: block;
    width: 100%;
}


.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .cart_totals .shipping-calculator-form {
	margin-top: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form p {
	margin-bottom: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form .button {
	margin-left: 0;
	width: 100%;
	display: block;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .select2-container .selection {
	display: none;
}


@media (min-width: 992px) {
	
	.woocommerce-cart .cart-collaterals .cart_totals {
		width: 50%;
		margin-left: auto;
		padding-left: 15px;
	}
	
}


/* Checkout
   ========================================================================== */

form.checkout.woocommerce-checkout {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-account-fields {
	margin-bottom: 60px;
}

.woocommerce-checkout .woocommerce-additional-fields .wc-gzd-edit-data-notice,
.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
	margin-bottom: 30px;
}

#customer_login .woocommerce-form-login,
#customer_login .woocommerce-form-register {
	margin-bottom: 60px 
}

#customer_login .woocommerce-form-login {
	padding: 30px;
}

@media (min-width: 992px) {
	
	#customer_login .u-column2 {
		padding-left: 60px 
	}	
	
}

.wc_payment_methods {
    margin: 0 0 60px;
    padding: 0;
    border: 1px solid rgba(0,0,0,0.15);
    border-top: none;
    list-style: none;
}

.wc_payment_methods li {
    margin: 0;
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.15);
}

.wc_payment_methods label {
    display: block;
    padding: 15px 15px 15px 40px;
    margin: 0;
    cursor: pointer;
}

.wc_payment_methods li .payment_box {
    padding: 15px 15px 0;
}

.woocommerce-shipping-methods {
    margin: 0;
    padding: 0;
    border-top: none;
    list-style: none;
}

.woocommerce-shipping-methods li {
    margin: 0 0 10px;
    padding: 0;
}

.woocommerce-shipping-methods li:last-child {
    margin: 0;
}

.woocommerce-shipping-methods li label {
    margin: 0;
    padding: 0 0 0 40px;
    cursor: pointer;
}
.woocommerce-shipping-methods label::before {
    margin-left: -40px;
}

.woocommerce #order_review .legal {
    text-align: left;
    padding: 0;
    margin: 0 0 20px;
    float: none;
}

.woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
    margin-bottom: 20px;
}

.woocommerce-checkout #customer_details.col2-set {
	display: block;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    margin-right: 0;
    margin-left: 0;
    position: relative;
}

.woocommerce-checkout #customer_details.col2-set > .col-1, 
.woocommerce-checkout #customer_details.col2-set > .col-2 {
    position: relative;
    padding-right: 0;
    padding-left: 0px;
    -ms-flex: inherit;
    flex: inherit;
    max-width: 100%;
    width: 100%;
    display: block;
    position: relative;
}

#order_review .woocommerce-checkout-review-order-table td,
#order_review .woocommerce-checkout-review-order-table th {
	padding: 15px;
	width: 50%;
	vertical-align: top;
}

#order_review .woocommerce-checkout-review-order-table {
	margin-top: 60px;
}

.woocommerce-checkout .wc-gzd-product-name-left,
.woocommerce-checkout .wc-gzd-product-name-right {
    float: none;
    width: 100%;
    display: block;
    max-width: 100%;
}

.woocommerce-checkout .wc-gzd-product-name-left img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	max-width: 100px;
}

.wc-gzd-order-submit > .form-row {
    margin-top: 30px;
    text-align: center;
}

.wc-gzd-order-submit .button {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.woocommerce-checkout .woocommerce-form-register, 
.woocommerce-checkout .woocommerce-form-login, 
.woocommerce-checkout .woocommerce-form-coupon {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 20px;
    max-width: 730px;
}


/* My account
   ========================================================================== */

.woocommerce-MyAccount-navigation {
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul {
	display: block;
	margin: 0;
	padding: 0 0 10px;
}

.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    font-size: 1rem;
    margin: 0 20px 10px 0;
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li.active a,
.woocommerce-MyAccount-navigation ul li.is-active a {
	opacity: 0.5;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
	text-decoration: none;
	opacity: 1;
}

.woocommerce-account .woocommerce-Address a {
	margin-bottom: 20px;
	display: block;
}

.woocommerce-account .woocommerce-Address a::before {
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f044";
    margin-right: 10px;
}

@media (min-width: 992px) {

	.woocommerce-MyAccount-navigation {
		border-bottom: none;
	}
	
	.woocommerce-MyAccount-navigation ul li {
		display: block;
		margin: 0 0 10px;
	}
	
	.woocommerce-MyAccount-navigation ul li.is-active > a::after {
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
		content: "\f0da";
		margin-left: 10px;
		line-height: 1;
	}
	
}


/*
 * Orders
 */

.shop_table.shop_table_responsive tr.order,
.shop_table.shop_table_responsive tr.shipment {
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 10px 20px;
}

.woocommerce-view-order .woocommerce-order-details,
.woocommerce-view-shipment .woocommerce-shipment-details {
	margin-top: 30px;
}

.woocommerce-view-order .woocommerce-customer-details,
.woocommerce-view-order .woocommerce-shipments-list__title,
.woocommerce-view-order .woocommerce-gzdp-invoice,
.woocommerce-view-shipment .woocommerce-shipment-address-details {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(0,0,0,0.15);
}

.woocommerce-view-order .woocommerce-order-details table.order_details {
	margin-bottom: 30px;
}