/*
Theme Name: pizza

WooCommerce styles override
*/
/**
 * 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.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
 */
header.woocommerce-products-header {
	width: 100%;
	clear: both;
	margin-bottom: 1em;
}

.woocommerce-result-count,
form.woocommerce-ordering {
	margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
	.woocommerce-result-count,
	form.woocommerce-ordering {
		width: 50%;
		float: left;
	}
}

.woocommerce-result-count {
	margin: 0;
	line-height: 2;
}

form.woocommerce-ordering {
	padding-top: 0.5em;
	padding-right: 1em;
}

@media screen and (min-width: 769px) {
	form.woocommerce-ordering {
		padding-top: 0;
		text-align: right;
	}
}

form.woocommerce-ordering select {
	padding: 0.5em;
}

ul.products {
	margin: 2em 0;
	display: flex;
	flex-wrap: wrap;
	clear: both;
	width: 100%;
	padding: 2em 0;
}

@media screen and (min-width: 640px) {
	ul.products {
		margin-left: -0.5em;
		margin-right: -0.5em;
	}
}

ul.products li.product {
	list-style: none;
	position: relative;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1em;
	padding-bottom: 2em;
	background-color: #1c1e20;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}

@media screen and (min-width: 640px) {
	ul.products li.product {
		width: calc(50% - 1em);
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
}

@media screen and (min-width: 1200px) {
	ul.products li.product {
		width: calc(33.33% - 1em);
	}
}

ul.products li.product .woocommerce-LoopProduct-link {
	display: block;
}

ul.products li.product img {
	display: block;
	width: 100%;
}

ul.products li.product h2.woocommerce-loop-product__title {
	padding: 1em 0.5em 0.5em;
	margin: 0;
	font-size: 26px;
}

ul.products li.product .price {
	font-weight: 600;
	display: block;
	margin-bottom: 1em;
}

ul.products li.product .variable-items-wrapper .variable-item {
	color: #000;
}

ul.products li.product form.cart {
	padding: 2em 1em 0;
}

ul.products li.product label,
ul.products li.product .woo-selected-variation-item-name {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 2px;
}

ul.products li.product .variations {
	padding-top: 0.5em;
	border-top: 1px solid #eee;
}

ul.products li.product .variations td li.variable-item.selected {
	background-color: #ff9901;
	color: #000;
}

ul.products li.product .variable-items-wrapper {
	justify-content: center;
}

ul.products li.product .woocommerce-variation-price {
	margin-bottom: 5px;
}

ul.products li.product .woocommerce-variation-add-to-cart {
	max-width: 230px;
}

.variable-item {
	color: #000;
	margin: 5px;
}

.variable-item:hover {
	background-color: #454545 !important;
	color: #fff !important;
}

.variable-item .variable-item-span {
	padding: 10px !important;
	height: auto !important;
	display: block;
	line-height: 1;
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: 700;
}

.product-quantity-cart-wrapper {
	clear: both;
}

.product-quantity-cart-wrapper::after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (min-width: 640px) and (max-width: 1199px) {
	.product-quantity-cart-wrapper .quantity {
		width: 100%;
		margin-bottom: 0.5em;
	}
	.single .product-quantity-cart-wrapper .quantity {
		width: auto;
	}
	.product-quantity-cart-wrapper .quantity input {
		width: 100%;
		border-radius: 3px;
	}
	.product-quantity-cart-wrapper .quantity + button {
		width: 100%;
		max-width: none;
		border-radius: 3px;
	}
	.single .product-quantity-cart-wrapper .quantity + button {
		width: auto;
	}
}

.product-quantity-cart-wrapper .quantity input {
	max-width: 80px;
	line-height: 2;
	border-top-right-radius: 0;
	text-align: center;
	border-bottom-right-radius: 0;
	display: none;
}

.woocommerce-variation-add-to-cart {
	display: flex;
	margin-top: 1em;
}

.woocommerce-variation-add-to-cart::after {
	content: "";
	display: table;
	clear: both;
}

.archive .woocommerce-variation-add-to-cart {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 640px) and (max-width: 1199px) {
	.woocommerce-variation-add-to-cart .quantity {
		width: 100%;
	}
}

.archive nav.woocommerce-breadcrumb,
.ct-product-cat-list nav.woocommerce-breadcrumb {
	padding-bottom: 1em;
}

.archive .woocommerce ul.products,
.ct-product-cat-list .woocommerce ul.products {
	margin-top: 0;
	margin-bottom: 0;
}

.archive ul.products li.product-category,
.ct-product-cat-list ul.products li.product-category {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	width: auto;
	margin-left: 0.3em;
	margin-right: 0.3em;
}

.archive ul.products li.product-category:hover,
.ct-product-cat-list ul.products li.product-category:hover {
	background-color: #000;
}

.archive ul.products li.product-category a,
.ct-product-cat-list ul.products li.product-category a {
	display: block;
	padding: 0.5em 0.7em;
	width: 100%;
}

.archive ul.products li.product-category h2,
.ct-product-cat-list ul.products li.product-category h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: var(--font-para);
	margin-bottom: 0;
	line-height: 1;
	margin-bottom: 0;
	font-size: 11px;
	letter-spacing: 2px;
}

.archive .woocommerce-ordering + ul.products,
.ct-product-cat-list .woocommerce-ordering + ul.products {
	border-top: 1px solid white;
	padding-top: 1.5em;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.archive .woocommerce-ordering + ul.products,
	.ct-product-cat-list .woocommerce-ordering + ul.products {
		width: 50%;
		float: left;
		padding-right: 2em;
	}
}

@media screen and (min-width: 1168px) {
	.archive .woocommerce-ordering + ul.products,
	.ct-product-cat-list .woocommerce-ordering + ul.products {
		width: 66.67%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.archive .woocommerce-ordering + ul.products li.product,
	.ct-product-cat-list .woocommerce-ordering + ul.products li.product {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 1200px) {
	.archive .woocommerce-ordering + ul.products li.product,
	.ct-product-cat-list .woocommerce-ordering + ul.products li.product {
		width: calc(50% - 1em);
	}
}

@media screen and (min-width: 1400px) {
	.archive .woocommerce-ordering + ul.products li.product,
	.ct-product-cat-list .woocommerce-ordering + ul.products li.product {
		width: calc(33.33% - 1em);
	}
}

.archive .woocommerce-ordering + ul.products li.product h2.woocommerce-loop-product__title,
.ct-product-cat-list .woocommerce-ordering + ul.products li.product h2.woocommerce-loop-product__title {
	padding: 1em 1.5em;
}

.archive .woocommerce-ordering + ul.products li.product h2.woocommerce-loop-product__title:hover,
.ct-product-cat-list .woocommerce-ordering + ul.products li.product h2.woocommerce-loop-product__title:hover {
	color: #ff9901;
}

.archive .woocommerce-ordering + ul.products li.product .woocommerce-variation-add-to-cart,
.ct-product-cat-list .woocommerce-ordering + ul.products li.product .woocommerce-variation-add-to-cart {
	max-width: none;
	justify-content: center;
}

.archive .woocommerce-ordering + ul.products li.product .woocommerce-variation-add-to-cart .product-quantity-cart-wrapper,
.ct-product-cat-list .woocommerce-ordering + ul.products li.product .woocommerce-variation-add-to-cart .product-quantity-cart-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.archive .woocommerce-ordering + ul.products li.product .woocommerce-variation-add-to-cart .button,
.ct-product-cat-list .woocommerce-ordering + ul.products li.product .woocommerce-variation-add-to-cart .button {
	margin-top: 0;
}

@media screen and (min-width: 640px) and (max-width: 1199px) {
	.archive .woocommerce-ordering + ul.products li.product .woocommerce-variation-add-to-cart .button,
	.ct-product-cat-list .woocommerce-ordering + ul.products li.product .woocommerce-variation-add-to-cart .button {
		border-radius: 3px;
		border: 1px solid #fff;
	}
}

.archive .woocommerce-ordering + ul.products + .woocommerce-pagination,
.ct-product-cat-list .woocommerce-ordering + ul.products + .woocommerce-pagination {
	position: absolute;
	bottom: 1.5em;
	left: 0;
}

@media screen and (min-width: 768px) {
	.archive .woocommerce-ordering + ul.products + .woocommerce-pagination,
	.ct-product-cat-list .woocommerce-ordering + ul.products + .woocommerce-pagination {
		width: 50%;
	}
}

@media screen and (min-width: 992px) {
	.archive .woocommerce-ordering + ul.products + .woocommerce-pagination,
	.ct-product-cat-list .woocommerce-ordering + ul.products + .woocommerce-pagination {
		width: 66.67%;
	}
}

.ct-product-cat-list ul.products li.product-category {
	padding-bottom: 0;
}

.archive .woocommerce ul.products {
	padding-bottom: 0;
}

.woocommerce-pagination ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-pagination ul.page-numbers li .page-numbers {
	padding: 10px;
	display: inline-block;
	line-height: 1;
	min-width: 36px;
	height: 36px;
	text-align: center;
	background: #454545;
	margin: 0 5px;
	transition: all 0.25s ease-in-out;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
	background-color: #000;
	color: #ff9901;
}

span.woo-selected-variation-item-name {
	color: #ff9901;
}

.reset_variations {
	color: #fee715;
}

.cart dl.variation dd {
	margin-left: 0;
}

.cart dl.variation dd p {
	font-size: 16px;
}

.cart dl.variation dd span.pewc-price {
	display: none;
}

.wc_cart_page_display {
	border-top: 1px solid white;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.wc_cart_page_display {
		width: 50%;
		float: left;
		margin-top: 2em;
		padding-top: 1.5em;
	}
}

@media screen and (min-width: 1168px) {
	.wc_cart_page_display {
		width: 33.33%;
	}
}

@media screen and (min-width: 769px) and (max-width: 1800px) {
	.wc_cart_page_display .woocommerce-cart-form {
		overflow-x: scroll;
		margin-bottom: 2em;
	}
	.wc_cart_page_display .woocommerce-cart-form::-webkit-scrollbar {
		width: 2px;
		height: 4px;
	}
	.wc_cart_page_display .woocommerce-cart-form::-webkit-scrollbar-track {
		background: #5d5d5d;
	}
	.wc_cart_page_display .woocommerce-cart-form::-webkit-scrollbar-thumb {
		background: #f90;
	}
	.wc_cart_page_display .woocommerce-cart-form::-webkit-scrollbar-thumb:hover {
		background: #555;
	}
}

.wc_cart_page_display .woocommerce-cart-form .cart input {
	line-height: 1.2;
}

.wc_cart_page_display .woocommerce-cart-form .cart th {
	font-size: 12px;
}

.wc_cart_page_display .woocommerce-cart-form .cart td.product-thumbnail {
	min-width: 100px;
	max-width: 120px;
	padding-left: 0.2em;
}

.wc_cart_page_display .woocommerce-cart-form .cart td.product-name a, .wc_cart_page_display .woocommerce-cart-form .cart td.product-price {
	font-size: 14px;
}

.wc_cart_page_display .woocommerce-cart-form .cart .variation dd p {
	font-size: 12px;
}

.wc_cart_page_display .woocommerce-cart-form .actions .coupon {
	width: 100%;
	float: none;
	flex-wrap: wrap;
}

@media screen and (min-width: 1300px) {
	.wc_cart_page_display .woocommerce-cart-form .actions .coupon {
		justify-content: flex-end;
	}
}

@media screen and (min-width: 768px) {
	.wc_cart_page_display .woocommerce-cart-form .actions .coupon label {
		width: 100%;
		margin-bottom: 0.5em;
	}
}

@media screen and (min-width: 1300px) {
	.wc_cart_page_display .woocommerce-cart-form .actions .coupon label {
		width: auto;
	}
}

.wc_cart_page_display .woocommerce-cart-form .actions .coupon #coupon_code {
	max-width: 150px;
}

.wc_cart_page_display .woocommerce-cart-form .actions .coupon #coupon_code + .button {
	min-width: 160px;
}

.wc_cart_page_display .woocommerce-cart-form .actions .coupon + button {
	margin-top: 1em;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
	.wc_cart_page_display .woocommerce-cart-form .actions .coupon + button {
		float: left;
	}
}

.wc_cart_page_display .cart-collaterals {
	width: 100%;
	margin-left: 0;
}

.woocommerce-result-count,
.woocommerce-ordering,
.wc_cart_page_display .return-to-shop,
.pewc-product-extra-groups-wrap .pewc-field-label,
.pewc-total-field-wrapper p:not(:last-child) {
	display: none;
}

.archive .pewc-product-extra-groups-wrap {
	margin-right: 0;
}

.woocommerce-Price-currencySymbol {
	margin-right: 4px;
}

.archive
.woocommerce-ordering
+ ul.products
li.product
.woocommerce-variation-add-to-cart
.product-quantity-cart-wrapper {
	justify-content: center;
}

@media screen and (min-width: 480px) {
	.archive .pewc-product-extra-groups-wrap {
		margin-left: 0;
	}
}

@media screen and (min-width: 1200px) {
	.archive .pewc-product-extra-groups-wrap .pewc-group-wrap {
		width: 100%;
		padding-right: 0;
	}
	.wfc_cart_basket {
		display: none;
	}
}

/**
 * Single product
 */
.single-product .ct-product-cat-list ul.products {
	padding-top: 0;
}

.single-product div.product {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-radius: 5px;
	overflow: hidden;
}

.single-product div.product::after {
	content: "";
	display: table;
	clear: both;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.single-product div.product .woocommerce-product-gallery {
		width: 33.33%;
		background-color: #1c1e20;
		border-bottom-left-radius: 5px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
}

@media screen and (min-width: 992px) {
	.single-product div.product .woocommerce-product-gallery {
		width: 25%;
	}
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	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 {
	margin: 0;
	padding: 0;
}

.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: 0.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.79667%;
}

.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: 22.15%;
}

.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;
}

.single-product div.product .summary {
	background-color: #1c1e20;
	width: 100%;
	padding: 2em 1.5em;
}

@media screen and (min-width: 769px) {
	.single-product div.product .summary {
		width: 66.67%;
		float: left;
		display: block;
		overflow: hidden;
		margin-top: 0;
	}
}

@media screen and (min-width: 992px) {
	.single-product div.product .summary {
		width: 75%;
		padding: 3em 4em;
	}
}

.single-product div.product .summary .woocommerce-product-details__short-description {
	margin-bottom: 2em;
}

.single-product div.product table.variations {
	margin-bottom: 0;
}

.single-product div.product table.variations tr {
	display: flex;
	padding-bottom: 1.5em;
	align-items: center;
}

.single-product div.product table.variations th.label {
	display: flex;
	align-items: center;
	text-align: left;
	padding-right: 1em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
}

.single-product div.product table.variations th.label label {
	display: block;
}

.single-product div.product table.variations td {
	position: relative;
}

.single-product div.product table.variations td li.variable-item.selected {
	background-color: #ff9901;
	color: #000;
}

.single-product div.product table.variations td li.variable-item.selected .variable-item-span {
	color: #000;
}

.single-product div.product table.variations td .reset_variations {
	position: absolute;
	bottom: -25px;
}

.single-product div.product .price {
	font-weight: 600;
	font-size: 22px;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
	width: 100%;
	border-radius: 5px;
	padding-bottom: 3em;
	margin-top: 3em;
	margin-bottom: 2em;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
	display: flex;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs > li {
	letter-spacing: 1px;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs > li a {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #1c1e20;
	padding: 1em 2em;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs > li:last-child a {
	border-right: none;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs > li.active a {
	background-color: #454545;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
	background: #1c1e20;
	padding: 2em 3em 3em;
	margin: 0;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes .woocommerce-product-attributes-item {
	margin-bottom: 0.5em;
	display: block;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes .woocommerce-product-attributes-item:last-child {
	margin-bottom: 0;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-product-attributes .woocommerce-product-attributes-item__label {
	text-transform: uppercase;
	text-align: left;
	width: 80px;
	letter-spacing: 2px;
}

.product_meta {
	margin-top: 1.5em;
	display: none;
}

.product_meta > span {
	display: block;
	padding-bottom: 5px;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

.related {
	width: 100%;
	padding-top: 3em;
	border-top: 1px solid #eee;
}

.related ul.products {
	margin-top: 0;
	padding-top: 1em;
}

.related ul.products table.variations {
	padding-top: 1.5em;
}

.related ul.products table.variations tr {
	align-items: flex-start;
}

.related ul.products table.variations tr td.label {
	display: flex;
	margin-top: 5px;
}

.related ul.products table.variations .reset_variations {
	left: 50%;
	transform: translateX(-50%);
}

.related ul.products li.product .woocommerce-variation-price {
	margin-top: 1em;
}

.woocommerce-message {
	padding: 0.5em 1em;
	margin-bottom: 1em;
}

.woocommerce-message a {
	color: #ff9901;
}

.woocommerce-message a:hover {
	color: #000;
}

.woocommerce-message a.button {
	padding: 5px;
	font-weight: 700;
	background: no-repeat;
	padding: 0;
	text-transform: none;
	font-size: 16px;
}

@media screen and (min-width: 1200px) {
	.pewc-product-extra-groups-wrap {
		margin-right: 2em;
	}
}

.pewc-product-extra-groups-wrap .pewc-group-wrap {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px dashed #fff;
}

@media screen and (min-width: 480px) {
	.pewc-product-extra-groups-wrap .pewc-group-wrap {
		float: left;
		padding-top: 2em;
		margin-top: 2em;
		padding-right: 1em;
	}
}

@media screen and (min-width: 480px) and (max-width: 1199px) {
	.pewc-product-extra-groups-wrap .pewc-group-wrap {
		width: 50%;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	.pewc-product-extra-groups-wrap .pewc-group-wrap:nth-of-type(2n + 1) {
		clear: left;
	}
	.pewc-product-extra-groups-wrap .pewc-group-wrap:nth-of-type(-n + 2) {
		padding-top: 0;
		margin-top: 0;
		border-top: none;
	}
}

@media screen and (min-width: 1200px) {
	.pewc-product-extra-groups-wrap .pewc-group-wrap {
		width: 33.33%;
		padding-right: 2em;
	}
	.pewc-product-extra-groups-wrap .pewc-group-wrap:nth-of-type(3n + 1) {
		clear: left;
	}
	.pewc-product-extra-groups-wrap .pewc-group-wrap:nth-of-type(-n + 3) {
		padding-top: 0;
		margin-top: 0;
		border-top: none;
	}
}

@media screen and (max-width: 479px) {
	.pewc-product-extra-groups-wrap .pewc-group-wrap:first-child {
		padding-top: 0;
		margin-top: 0;
		border-top: none;
	}
}

.pewc-product-extra-groups-wrap .pewc-group-wrap .pewc-group-heading-wrapper {
	background: #313334;
	padding: 0.5em 1em;
}

.pewc-product-extra-groups-wrap .pewc-group-wrap .pewc-group-heading-wrapper h3 {
	margin: 0;
}

.pewc-product-extra-groups-wrap .pewc-group-wrap ul {
	padding-left: 0;
	margin-bottom: 0;
}

.pewc-product-extra-groups-wrap .pewc-group-wrap ul li:last-child {
	margin-bottom: 0;
}

.pewc-product-extra-groups-wrap .pewc-group-wrap ul ul {
	padding-left: 0.8em;
	padding-right: 0.8em;
}

.pewc-product-extra-groups-wrap .pewc-group-content-wrapper {
	height: 270px;
	overflow-y: scroll;
	padding: 1em;
	background: #5d5d5d;
	border-bottom: 1.5em solid #5d5d5d;
}

.pewc-product-extra-groups-wrap .pewc-group-content-wrapper::-webkit-scrollbar {
	width: 5px;
}

.pewc-product-extra-groups-wrap .pewc-group-content-wrapper::-webkit-scrollbar-track {
	background: #5d5d5d;
}

.pewc-product-extra-groups-wrap .pewc-group-content-wrapper::-webkit-scrollbar-thumb {
	background: #f90;
}

.pewc-product-extra-groups-wrap .pewc-group-content-wrapper::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.pewc-total-field-wrapper {
	clear: both;
	padding-top: 2em;
	padding-bottom: 0;
	margin-top: 1em;
}

.pewc-total-field-wrapper p {
	margin-bottom: 0.5em;
}

.pewc-total-field-wrapper p .pewc-total-field {
	float: none;
	padding-left: 5px;
}

.ct-product-cat-list {
	width: 100%;
}

.single .ct-product-cat-list {
	padding-bottom: 1em;
}

.ct-product-cat-list .woocommerce {
	padding-bottom: 0;
	margin-bottom: 0;
}

.ct-product-cat-list ul.products {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
}

/**
 * Checkout
 */
.woocommerce-checkout::after {
	content: "";
	display: table;
	clear: both;
}

.woocommerce-checkout .checkout_coupon::after {
	content: "";
	display: table;
	clear: both;
}

.woocommerce-checkout .checkout_coupon p {
	margin-bottom: 0.5em;
}

.woocommerce-checkout .checkout_coupon .form-row {
	float: left;
}

.woocommerce-checkout .checkout_coupon .form-row.form-row-first input {
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.woocommerce-checkout .checkout_coupon .form-row.form-row-last .button {
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #1c1e20;
}

.woocommerce-checkout .entry-header {
	text-align: center;
}

.woocommerce-checkout .woocommerce-NoticeGroup ul {
	margin: 0 0 2em;
	padding: 1em 1.5em;
}

.woocommerce-checkout .woocommerce {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-checkout label {
	display: inline-block;
	padding-bottom: 0.5em;
}

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout .selection .select2-selection {
	line-height: 2;
	padding: 5px 15px;
	height: 45px;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="url"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="search"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="range"],
.woocommerce-checkout input[type="date"],
.woocommerce-checkout input[type="month"],
.woocommerce-checkout input[type="week"],
.woocommerce-checkout input[type="time"],
.woocommerce-checkout input[type="datetime"],
.woocommerce-checkout input[type="datetime-local"],
.woocommerce-checkout input[type="color"],
.woocommerce-checkout textarea {
	width: 100%;
}

.woocommerce-checkout input[type="checkbox"] {
	height: auto;
	margin-right: 5px;
}

.woocommerce-checkout .selection .select2-selection > span {
	line-height: 2;
	height: 45px;
}

.woocommerce-checkout .button {
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	height: 45px;
	line-height: 2;
	padding: 5px 15px;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

.woocommerce-checkout .button:hover {
	background-color: #1c1e20;
}

.woocommerce-checkout h2,
.woocommerce-checkout h3 {
	font-size: 36px;
	margin-bottom: 0.5em;
	line-height: 1;
}

.woocommerce-checkout .checkout {
	padding-top: 1.5em;
}

.woocommerce-checkout #customer_details {
	padding-bottom: 2.5em;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 640px) {
	.woocommerce-checkout #customer_details .col-1,
	.woocommerce-checkout #customer_details .col-2 {
		width: 50%;
	}
}

@media screen and (min-width: 992px) {
	.woocommerce-checkout #customer_details .col-1 {
		width: 60%;
	}
}

@media screen and (min-width: 992px) {
	.woocommerce-checkout #customer_details .col-2 {
		width: 40%;
	}
}

.woocommerce-checkout .woocommerce-billing-fields {
	margin-bottom: 2em;
	padding-bottom: 2em;
}

@media screen and (min-width: 640px) {
	.woocommerce-checkout .woocommerce-billing-fields {
		margin-bottom: 0;
		padding-bottom: 0.5em;
	}
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .shipping_address {
	background-color: #1c1e20;
	padding: 2em;
	border-bottom: 1px solid #eee;
}

@media screen and (min-width: 640px) {
	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	.woocommerce-checkout .shipping_address {
		border-bottom: none;
	}
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper h5,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper h6,
.woocommerce-checkout .shipping_address h5,
.woocommerce-checkout .shipping_address h6 {
	font-size: 17px;
	font-family: var(--font-para);
	font-weight: 400;
}

.woocommerce-checkout .woocommerce-additional-fields {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
	.woocommerce-checkout .woocommerce-additional-fields {
		margin-left: -0.5em;
		margin-right: -0.5em;
	}
}

.woocommerce-checkout .woocommerce-additional-fields h2,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h4 {
	width: 100%;
	margin-left: 7px;
	margin-right: 7px;
}

.woocommerce-checkout .woocommerce-additional-fields > p {
	margin: 0 0 1em;
	padding: 1em;
	width: 100%;
	background-color: #1c1e20;
}

.woocommerce-checkout .woocommerce-additional-fields > p .optional {
	display: none;
}

.woocommerce-checkout #checkout_asap_preorder_field {
	display: flex;
	align-items: center;
	width: 100%;
}

.woocommerce-checkout #checkout_asap_preorder_field .woocommerce-input-wrapper {
	display: flex;
	align-items: center;
}

.woocommerce-checkout #checkout_asap_preorder_field .woocommerce-input-wrapper input {
	height: auto;
}

.woocommerce-checkout #checkout_asap_preorder_field .woocommerce-input-wrapper label {
	padding: 0 1em 0 0.5em;
}

.woocommerce-checkout #checkout_asap_preorder_field + .error_delivery_message {
	background-color: #ff9901;
	color: #fff;
	padding: 0.8em 1em 0.7em 3em;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 1.2em center;
	background-image: url("./images/checkout.png");
	line-height: 1.2;
}

.woocommerce-checkout #checkout_delivery_time_field {
	width: 100%;
}

.woocommerce-checkout #checkout_delivery_time_field label {
	display: block;
}

.woocommerce-checkout #checkout_delivery_time_field select {
	width: 100%;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	padding-left: 7px;
	padding-right: 7px;
	width: 100%;
	background-color: #1c1e20;
	padding: 1em;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper textarea {
	padding: 1em;
}

.woocommerce-checkout #order_review_heading {
	margin-top: 1em;
}

@media screen and (max-width: 479px) {
	.woocommerce-checkout #order_review {
		overflow-x: scroll;
	}
}

.woocommerce-checkout #order_review table {
	border-collapse: collapse;
}

.woocommerce-checkout #order_review .shop_table .product-name {
	text-align: left;
}

.woocommerce-checkout #order_review .shop_table .product-total {
	text-align: right;
}

.woocommerce-checkout #order_review .shop_table thead th {
	background-color: #1c1e20;
	padding: 1em 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.woocommerce-checkout #order_review .shop_table tbody tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.woocommerce-checkout #order_review .shop_table tbody tr td {
	padding: 1em 1.5em;
	background-color: #454545;
}

.woocommerce-checkout #order_review .shop_table tfoot {
	background: #5d5d5d;
}

.woocommerce-checkout #order_review .shop_table tfoot tr {
	text-align: right;
}

.woocommerce-checkout #order_review .shop_table tfoot tr th,
.woocommerce-checkout #order_review .shop_table tfoot tr td {
	padding: 10px 1.5em 10px 1em;
	font-size: 18px;
}

.woocommerce-checkout #order_review .shop_table tfoot tr.cart-subtotal th,
.woocommerce-checkout #order_review .shop_table tfoot tr.cart-subtotal td {
	padding-top: 1em;
}

.woocommerce-checkout #order_review .shop_table tfoot tr.cart-subtotal td {
	width: 15%;
}

.woocommerce-checkout #order_review .shop_table tfoot tr.order-total th,
.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td {
	padding-bottom: 1em;
	font-size: 22px;
}

.woocommerce-checkout #order_review .shop_table tfoot tr.order-total td {
	padding-right: 1.2em;
}

.woocommerce-checkout #payment {
	margin-top: 3em;
	padding-top: 2em;
	border-top: 1px solid #eee;
}

.woocommerce-checkout #payment ul {
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
}

.woocommerce-checkout #payment ul li {
	padding-bottom: 2em;
	margin-bottom: 1em;
	border-bottom: 1px solid #eee;
}

.woocommerce-checkout #payment ul li label {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
}

.woocommerce-checkout #payment .place-order {
	margin-bottom: 3em;
}

.woocommerce-checkout #payment .place-order::after {
	content: "";
	display: table;
	clear: both;
}

.woocommerce-checkout #payment .place-order .button {
	margin-top: 1em;
	float: right;
	background: #f90;
	color: #fff;
}

.woocommerce-checkout #payment .place-order .button:hover {
	background-color: #2b2b2b;
}

#billing_cutting_pizza_field {
	padding-top: 1.5em;
	border-top: 1px solid #fff;
	margin-top: 2.5em;
}

@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%;
	}
}

#ship-to-different-address {
	font-size: 22px;
	font-family: var(--font-para);
	font-weight: 400;
}

#ship-to-different-address label {
	cursor: pointer;
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	#ship-to-different-address label {
		font-size: 18px;
	}
}

.error_delivery_message {
	width: 100%;
	color: #ff9901;
	display: inline-block;
	margin-bottom: 1em;
}

#checkout_delivery_time_field + .error_delivery_message {
	background-color: #ff9901;
	color: #fff;
	padding: 0.8em 1em 0.7em 3em;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 1.2em center;
	text-align: left;
	line-height: 1.2;
	background-image: url("./images/clock.png");
}

.woocommerce-order {
	width: 100%;
}

.woocommerce-order .woocommerce-order-overview {
	padding: 1.5em;
	background: #1c1e20;
	list-style-position: inside;
}

.woocommerce-order .woocommerce-order-overview li:last-child {
	margin-bottom: 0;
}

.woocommerce-order .woocommerce-table--order-details,
.woocommerce-order .shop_table {
	text-align: left;
	background: #1c1e20;
	padding: 0;
	margin-bottom: 3em;
	border-collapse: collapse;
}

.woocommerce-order .woocommerce-table--order-details th,
.woocommerce-order .shop_table th {
	padding: 1em;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.woocommerce-order .woocommerce-table--order-details td,
.woocommerce-order .shop_table td {
	padding: 0.5em 1em;
	background: #454545;
}

.woocommerce-order .woocommerce-table--order-details .order_item td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.woocommerce-order .woocommerce-customer-details {
	margin-bottom: 3em;
}

.woocommerce-order .woocommerce-customer-details address {
	padding: 1.5em;
	background: #1c1e20;
}

.cart-empty {
	width: 100%;
}

/* CHECKOUT PAGE  */
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle {
	width: 100%;
}

.woocommerce-checkout .woocommerce-form-login-toggle + .woocommerce-form-login {
	margin-top: 1em;
	margin-bottom: 1em;
}

#customer_login > .col-2 {
	margin-top: 2rem;
}

#customer_login .woocommerce-form-register {
	padding: 2em;
	background-color: #1c1e20;
	width: 100%;
	max-width: 500px;
}

#customer_login .woocommerce-form-register label {
	display: block;
	padding-bottom: 0.5em;
}

#customer_login .woocommerce-form-register input {
	width: 100%;
}

#customer_login .woocommerce-form-register__submit {
	margin-top: 1em;
}

@media screen and (min-width: 768px) {
	#customer_login {
		display: flex;
		width: 100%;
	}
	#customer_login > [class*="col-"] {
		width: 50%;
		margin-top: 0;
	}
	#customer_login > [class*="col-"] form {
		max-width: none;
	}
	#customer_login > .col-1 {
		padding-right: 1.5rem;
	}
	#customer_login > [class*="col-"] h2 {
		font-size: 24px;
	}
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.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;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.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: #fff;
}

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: #fff;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #fff;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #ff9901;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #ff9901;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #fff;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #ff9901;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * 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: #5d5d5d;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: none;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: none;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
p.woocommerce-noreviews,
.woocommerce-noreviews,
p.no-comments {
	background-color: #5d5d5d;
	padding: 1em;
	display: inline-block;
	margin-bottom: 0.5em;
}

.woocommerce-info a {
	color: #ff9901;
}

.woocommerce-info a:hover {
	color: #fff;
}

.woocommerce-error {
	background-color: #e2401c;
	margin-left: 0;
	list-style-position: inside;
	padding: 10px 15px;
}

.woocommerce-error li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.3em;
	font-size: 16px;
}

.woocommerce-error li:last-child {
	margin-bottom: 0;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #5d5d5d;
	z-index: 9999;
}

.woocommerce-cart .entry-header {
	text-align: center;
}

.woocommerce-cart .woocommerce {
	padding-bottom: 2em;
	margin-bottom: 2em;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-cart .woocommerce-cart-form {
	width: 100%;
}

.woocommerce-cart-form .cart input {
	line-height: 2;
	padding: 5px 15px;
}

.woocommerce-cart-form .cart th {
	background-color: #1c1e20;
	padding: 15px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.woocommerce-cart-form .cart .cart_item {
	background-color: #454545;
}

.woocommerce-cart-form .cart .cart_item > td {
	padding: 5px 1.5em;
}

@media screen and (min-width: 768px) {
	.woocommerce-cart-form .cart .cart_item > td {
		padding: 5px;
		text-align: center;
	}
}

.woocommerce-cart-form .cart .cart_item > td.product-subtotal {
	padding-bottom: 1.5em;
}

.woocommerce-cart-form .cart .cart_item:nth-child(even) {
	background-color: #5d5d5d;
}

.woocommerce-cart-form .cart td.product-thumbnail {
	text-align: center;
	padding: 1em;
	width: 200px;
}

@media screen and (min-width: 768px) {
	.woocommerce-cart-form .cart td.product-thumbnail {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
}

.woocommerce-cart-form .cart td.product-name a {
	font-weight: 700;
	font-size: 18px;
}

.woocommerce-cart-form .cart td.product-quantity input {
	text-align: center;
	max-width: 80px;
	padding-right: 0;
}

.woocommerce-cart-form .cart .variation dd p {
	font-size: 16px;
}

.woocommerce-cart-form .actions {
	padding-top: 3em;
	padding-bottom: 2em;
	margin-bottom: 1em;
	border-bottom: 1px solid #eee;
}

.woocommerce-cart-form .actions::after {
	content: "";
	display: table;
	clear: both;
}

.woocommerce-cart-form .actions .coupon {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
	.woocommerce-cart-form .actions .coupon {
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 769px) {
	.woocommerce-cart-form .actions .coupon {
		width: 75%;
		float: left;
		display: flex;
		align-items: center;
	}
}

.woocommerce-cart-form .actions .coupon label {
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 0.5em;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 0.5em;
}

@media screen and (min-width: 480px) {
	.woocommerce-cart-form .actions .coupon label {
		width: auto;
		margin-bottom: 0;
	}
}

.woocommerce-cart-form .actions .coupon input,
.woocommerce-cart-form .actions .coupon .button {
	height: 45px;
}

.woocommerce-cart-form .actions .coupon #coupon_code {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.woocommerce-cart-form .actions .coupon .button {
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 0 !important;
}

.woocommerce-cart-form .actions .coupon + .button {
	margin-top: 1em;
}

@media screen and (min-width: 768px) {
	.woocommerce-cart-form .actions .coupon + .button {
		margin-top: 0;
	}
}

.woocommerce-cart-form .actions .button {
	float: left;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	height: auto;
	line-height: 2;
	padding: 5px 15px;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
	margin-bottom: 0 !important;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 3px;
}

@media screen and (min-width: 480px) {
	.woocommerce-cart-form .actions .button {
		float: right;
	}
}

.woocommerce-cart-form .actions .button:hover {
	background-color: #1c1e20;
}

@media screen and (min-width: 769px) {
	.cart-collaterals {
		width: 40%;
		margin-left: auto;
		text-align: right;
	}
}

.cart-collaterals .cart_totals h2 {
	font-size: 28px;
	background: #454545;
	margin: 0;
	padding: 0.5em;
	font-size: 28px;
}

.cart-collaterals .cart_totals tr th,
.cart-collaterals .cart_totals tr td {
	padding: 1em 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1;
	background-color: #1c1e20;
}

@media screen and (min-width: 769px) {
	.cart-collaterals .cart_totals tr th,
	.cart-collaterals .cart_totals tr td {
		font-size: 18px;
	}
}

@media screen and (min-width: 769px) {
	.cart-collaterals .cart_totals tr td {
		text-align: right;
	}
}

.cart-collaterals .cart_totals .order-total {
	font-size: 25px;
}

.cart-collaterals .cart_totals .order-total td,
.cart-collaterals .cart_totals .order-total th {
	font-size: 22px;
	font-weight: 700;
	border-top: 1px dashed #fff;
}

.wc-proceed-to-checkout {
	margin-top: 2.5em;
}

.my-class {
	background-color: #ff9901;
	color: #fff;
	padding: 0.8em 1em 0.7em 3em;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 1.2em center;
	text-align: left;
	line-height: 1.2;
	width: 100%;
	font-size: 16px;
	border-radius: 3px;
}

.my-class.cart_value_more_minimum {
	background-image: url("./images/clock.png");
}

.my-class.eta-message {
	background-image: url("./images/checkout.png");
}

@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;
	}
}

.comment-form label {
	display: block;
	padding-bottom: 0.5em;
}

.comment-form p.comment-form-author,
.comment-form p.comment-form-email {
	width: 50%;
	float: left;
}

.comment-form p.comment-form-author {
	padding-right: 30px;
}

.comment-form input[type="text"], .comment-form input[type="email"] {
	width: 100%;
	padding: 5px 15px;
	height: 45px;
	line-height: 1;
}

.comment-form .comment-form-cookies-consent {
	clear: both;
}

.comment-form .comment-form-cookies-consent label {
	display: inline-block;
}

.comment-form-rating label {
	padding-bottom: 0.5em;
	display: inline-block;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #fff;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.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: #fff;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/*# sourceMappingURL=woocommerce.css.map */