.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.3333333333%
}

.offset-2 {
	margin-left: 16.6666666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.3333333333%
}

.offset-5 {
	margin-left: 41.6666666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.3333333333%
}

.offset-8 {
	margin-left: 66.6666666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.3333333333%
}

.offset-11 {
	margin-left: 91.6666666667%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.3333333333%
	}

	.offset-md-2 {
		margin-left: 16.6666666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.3333333333%
	}

	.offset-md-5 {
		margin-left: 41.6666666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.3333333333%
	}

	.offset-md-8 {
		margin-left: 66.6666666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.3333333333%
	}

	.offset-md-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.3333333333%
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%
	}
}

@font-face {
	font-family: "Block-Shop";
	src: url("fonts/icomoon/fonts/Block-Shop.woff2?jc2rch") format("woff2"), url("fonts/icomoon/fonts/Block-Shop.ttf?jc2rch") format("truetype"), url("fonts/icomoon/fonts/Block-Shop.woff?jc2rch") format("woff"), url("fonts/icomoon/fonts/Block-Shop.svg?jc2rch#Block-Shop") format("svg");
	font-weight: normal;
	font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
	font-family: "Block-Shop" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-grid-veiw-1:before {
	content: "\e900"
}

.icon-grid-view-2:before {
	content: "\e901"
}

.icon-download:before {
	content: "\e903"
}

.icon-filter:before {
	content: "\e904"
}

.icon-left-arrow:before {
	content: "\e905"
}

.icon-my-account-logout-24x24:before {
	content: "\e906"
}

.icon-right-arrow:before {
	content: "\e907"
}

.icon-scroll-to-top:before {
	content: "\e908"
}

.icon-sort-by-arrow-dark:before {
	content: "\e909"
}

.icon-x-times-8x8-dark:before {
	content: "\e90a"
}

.icon-uniE90B:before {
	content: "\e90b"
}

.icon-uniE90C:before {
	content: "\e90c"
}

.icon-uniE90D:before {
	content: "\e90d"
}

.icon-enlarge:before {
	content: "\e90e"
}

.icon-play-16x16-dark:before {
	content: "\e90f"
}

.icon-play-16x16-hover:before {
	content: "\e910"
}

.icon-quick-view-16x16-dark-hover:before {
	content: "\e911"
}

.icon-quick-view-16x16-dark:before {
	content: "\e912"
}

.icon-wishlist-16x16-dark-hover:before {
	content: "\e913"
}

.icon-wishlist-16x16-dark:before {
	content: "\e914"
}

.icon-external-16x16-dark:before {
	content: "\e915"
}

.icon-more-16x16-dark:before {
	content: "\e916"
}

.icon-share-16x16-dark-alt:before {
	content: "\e917"
}

.icon-info-24x24:before {
	content: "\e918"
}

.icon-success-24x24:before {
	content: "\e919"
}

.icon-warning-24x24:before {
	content: "\e91a"
}

.icon-selector-arrow-dark:before {
	content: "\e91b"
}

.icon-cart-20x20:before {
	content: "\e920"
}

.icon-close-20x20:before {
	content: "\e921"
}

.icon-login-20x20:before {
	content: "\e922"
}

.icon-menu-20x20:before {
	content: "\e923"
}

.icon-search-20x20:before {
	content: "\e924"
}

.icon-comment:before {
	content: "\e925"
}

.icon-minus-icon-dark:before {
	content: "\e926"
}

.icon-plus-icon-dark:before {
	content: "\e927"
}

.icon-Group:before {
	content: "\e902"
}

.icon-star:before {
	content: "\e928"
}

.icon-star-full:before {
	content: "\e929"
}

.icon-social-facebook-circled:before {
	content: "\e91c"
}

.icon-social-google-maps:before {
	content: "\e91d"
}

.icon-social-apple-app-store:before {
	content: "\e91e"
}

.icon-social-google-play:before {
	content: "\e91f"
}

.icon-social-behance:before {
	content: "\e92a"
}

.icon-social-foursquare:before {
	content: "\e92b"
}

.icon-social-github:before {
	content: "\e92c"
}

.icon-social-help-center:before {
	content: "\e92d"
}

.icon-social-line:before {
	content: "\e92e"
}

.icon-social-reddit:before {
	content: "\e92f"
}

.icon-social-tumblr:before {
	content: "\e930"
}

.icon-social-viber:before {
	content: "\e931"
}

.icon-social-vkcom:before {
	content: "\e932"
}

.icon-social-weibo:before {
	content: "\e933"
}

.icon-social-whatsapp:before {
	content: "\e934"
}

.icon-social-wordpress:before {
	content: "\e935"
}

.icon-social-yelp:before {
	content: "\e936"
}

.icon-social-linkedin:before {
	content: "\e937"
}

.icon-social-medium:before {
	content: "\e938"
}

.icon-social-google-plus-circled:before {
	content: "\e939"
}

.icon-social-pinterest:before {
	content: "\e93a"
}

.icon-social-facebook-messenger:before {
	content: "\e93b"
}

.icon-social-twitter:before {
	content: "\e93c"
}

.icon-social-instagram:before {
	content: "\e93d"
}

.icon-social-youtube-play-button-logo:before {
	content: "\e93e"
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before {
	content: "";
	content: none
}

q:after,
q:before {
	content: "";
	content: none
}

a {
	text-decoration: none;
	color: inherit
}

img {
	max-width: 100%;
	height: auto
}

.is-hidden {
	opacity: 0
}

.is-visible {
	opacity: 1
}

@-webkit-keyframes fadeAnimate {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeAnimate {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes wishListIn {
	0% {
		opacity: 0;
		content: "\e914"
	}

	0.1% {
		content: "\e913";
		opacity: 0
	}

	to {
		content: "\e913";
		opacity: 1
	}
}

@keyframes wishListIn {
	0% {
		opacity: 0;
		content: "\e914"
	}

	0.1% {
		content: "\e913";
		opacity: 0
	}

	to {
		content: "\e913";
		opacity: 1
	}
}

@-webkit-keyframes wishListOut {
	0% {
		content: "\e913";
		opacity: 0
	}

	0.1% {
		content: "\e914";
		opacity: 0
	}

	to {
		content: "\e914";
		opacity: 1
	}
}

@keyframes wishListOut {
	0% {
		content: "\e913";
		opacity: 0
	}

	0.1% {
		content: "\e914";
		opacity: 0
	}

	to {
		content: "\e914";
		opacity: 1
	}
}

@-webkit-keyframes quikViewIn {
	0% {
		opacity: 0;
		content: "\e912"
	}

	0.1% {
		content: "\e911";
		opacity: 0
	}

	to {
		content: "\e911";
		opacity: 1
	}
}

@keyframes quikViewIn {
	0% {
		opacity: 0;
		content: "\e912"
	}

	0.1% {
		content: "\e911";
		opacity: 0
	}

	to {
		content: "\e911";
		opacity: 1
	}
}

@-webkit-keyframes quikViewOut {
	0% {
		content: "\e911";
		opacity: 0
	}

	0.1% {
		content: "\e912";
		opacity: 0
	}

	to {
		content: "\e912";
		opacity: 1
	}
}

@keyframes quikViewOut {
	0% {
		content: "\e911";
		opacity: 0
	}

	0.1% {
		content: "\e912";
		opacity: 0
	}

	to {
		content: "\e912";
		opacity: 1
	}
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0
	}
}

@keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0
	}
}

@-webkit-keyframes filterOpen {
	0% {
		opacity: 0;
		content: "\e904"
	}

	0.1% {
		content: "\e921";
		opacity: 0
	}

	to {
		content: "\e921";
		opacity: 1
	}
}

@keyframes filterOpen {
	0% {
		opacity: 0;
		content: "\e904"
	}

	0.1% {
		content: "\e921";
		opacity: 0
	}

	to {
		content: "\e921";
		opacity: 1
	}
}

@-webkit-keyframes filterClose {
	0% {
		content: "\e921";
		opacity: 0
	}

	0.1% {
		content: "\e904";
		opacity: 0
	}

	to {
		content: "\e904";
		opacity: 1
	}
}

@keyframes filterClose {
	0% {
		content: "\e921";
		opacity: 0
	}

	0.1% {
		content: "\e904";
		opacity: 0
	}

	to {
		content: "\e904";
		opacity: 1
	}
}

@-webkit-keyframes arrowDown {
	0% {
		opacity: 0;
		content: "\e909"
	}

	0.1% {
		content: "\e908";
		opacity: 0
	}

	to {
		content: "\e908";
		opacity: 1
	}
}

@keyframes arrowDown {
	0% {
		opacity: 0;
		content: "\e909"
	}

	0.1% {
		content: "\e908";
		opacity: 0
	}

	to {
		content: "\e908";
		opacity: 1
	}
}

@-webkit-keyframes arrowUp {
	0% {
		content: "\e908";
		opacity: 0
	}

	0.1% {
		content: "\e909";
		opacity: 0
	}

	to {
		content: "\e909";
		opacity: 1
	}
}

@keyframes arrowUp {
	0% {
		content: "\e908";
		opacity: 0
	}

	0.1% {
		content: "\e909";
		opacity: 0
	}

	to {
		content: "\e909";
		opacity: 1
	}
}

button,
input,
textarea {
	border-radius: 0
}

button,
form,
input,
select,
textarea {
	font-family: inherit
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.wp-caption {
	color: inherit
}

.wp-caption-text {
	color: inherit
}

.gallery-caption {
	color: inherit
}

.bypostauthor {
	color: inherit
}

.heading-0,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
	line-height: 1.4;
	display: block
}

.heading-0 {
	font-size: 47.78px
}

/*
.heading-1,
h1 {
	font-size: 1.45rem;
	font-weight: normal
}

@media (min-width:768px) {

	.heading-1,
	h1 {
		font-size: 2rem
	}
}
*/
.heading-2,
h2 {
	font-size: 1.275rem;
	font-weight: normal
}

@media (min-width:768px) {

	.heading-2,
	h2 {
		font-size: 1.65rem
	}
}

.heading-3,
h3 {
	font-size: 1.15rem
}

@media (min-width:768px) {

	.heading-3,
	h3 {
		font-size: 1.375rem
	}
}

.heading-4,
h4 {
	font-size: 1rem;
	font-weight: normal
}

@media (min-width:768px) {

	.heading-4,
	h4 {
		font-size: 1.15rem
	}
}

.heading-5,
h5 {
	font-size: 0.9rem;
	font-weight: normal
}

@media (min-width:768px) {

	.heading-5,
	h5 {
		font-size: 0.95rem
	}
}

.heading-6,
h6 {
	font-size: 16px
}

.small-heading-0,
.small-heading-1,
.small-heading-2,
.small-heading-3,
.small-heading-4,
.small-heading-5,
.small-heading-6 {
	line-height: 1.4;
	display: block
}

.small-heading-6 {
	font-size: 16px
}

.small-heading-5 {
	font-size: 0.9rem
}

.small-heading-4 {
	font-size: 1rem
}

.small-heading-3 {
	font-size: 1.15rem
}

.small-heading-2 {
	font-size: 1.275rem
}

.small-heading-1 {
	font-size: 1.45rem
}

.small-heading-0 {
	font-size: 1.625rem
}

.text-center {
	text-align: center
}

.hidden {
	display: none
}

.black-btn,
.button.update-review,
::-webkit-file-upload-button,
button[type=reset],
button[type=submit],
input[type=reset],
input[type=submit] {
	font-size: 0.9rem;
	background-color: #000;
	text-align: center;
	line-height: 2.25rem;
	padding: 0 20px;
	display: block;
	color: #fff;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	font-weight: normal
}

.black-btn:hover,
.button.update-review:hover,
::-webkit-file-upload-button:hover,
button[type=reset]:hover,
button[type=submit]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	opacity: 0.8
}

.border-btn {
	font-size: 0.9rem;
	display: block;
	padding: 5px 0;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	position: relative;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	background-color: transparent
}

.border-btn:hover {
	background-size: 0 100%
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 35px;
	max-width: 100%
}

.alignright {
	float: right;
	display: inline;
	margin-left: 35px;
	max-width: 100%
}

.aligncenter {
	display: block;
	margin: 0 auto 16px auto;
	max-width: 100%
}

.alignnone {
	float: none;
	max-width: 100%
}

@media screen and (min-width:1100px) {
	.alignwide {
		width: 1100px;
		margin-left: calc(-550px + 50%);
		margin-right: calc(-550px + 50%);
		max-width: 100vw
	}
}

.alignfull {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%)
}

.alignfull.wp-block-woocommerce-handpicked-products {
	padding: 0 115px
}

body.page .entry-content>p:last-child:after,
body.single-post .entry-content>p:last-child:after {
	content: "";
	clear: both;
	display: block
}

@media (max-width:767.98px) {

	.aligncenter,
	.alignnone,
	.alignwide {
		float: none;
		max-width: 100%;
		display: block;
		margin-right: 0;
		margin-left: 0
	}
}

@media (max-width:767.98px) {

	.alignleft,
	.alignright {
		width: 50%
	}
}

ol,
p,
ul {
	font-size: 1rem
}

.icon-close-20x20:not(.toggle-effect) {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: inline-block;
	cursor: pointer
}

.icon-close-20x20:not(.toggle-effect):hover {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.select2-container {
	min-height: 45px
}

.select2-container .select2-results__options {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
}

.select2-container .select2-results__options[aria-expanded=true] {
	opacity: 1
}

.select2-selection.select2-selection--single {
	padding: 0;
	outline: none;
	font-size: 16px;
	border: none;
	-webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD;
	box-shadow: inset 0 -1px 0 0 #DDDDDD;
	padding: 10px 0;
	border-radius: 0;
	overflow: hidden;
	height: auto;
	color: #888888;
	height: 45px;
	display: block;
	position: relative;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: transparent
}

.select2-selection.select2-selection--single:hover {
	-webkit-box-shadow: inset 0 -1px 0 0 transparent;
	box-shadow: inset 0 -1px 0 0 transparent;
	background-size: 100% 100%
}

.select2-selection.select2-selection--single .select2-selection__rendered {
	padding: 0
}

.select2-selection.select2-selection--single .select2-selection__arrow {
	top: 12px;
	-webkit-animation: arrowUp 1s linear;
	animation: arrowUp 1s linear
}

.select2-selection.select2-selection--single .select2-selection__arrow b {
	display: none
}

.select2-selection.select2-selection--single .select2-selection__arrow:before {
	content: "\e909";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #000
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	-webkit-animation: arrowDown 1s linear;
	animation: arrowDown 1s linear
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
	content: "\e908"
}

.select2-selection.select2-selection--multiple {
	padding: 0 !important;
	outline: none;
	font-size: 16px;
	border: none;
	-webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD;
	box-shadow: inset 0 -1px 0 0 #DDDDDD;
	padding: 10px 0;
	border-radius: 0;
	overflow: hidden;
	height: auto;
	color: #888888;
	min-height: 45px;
	display: block;
	position: relative;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: transparent
}

.select2-selection.select2-selection--multiple .select2-selection__rendered {
	padding: 0
}

.select2-selection.select2-selection--multiple .select2-search--inline {
	display: inline-block;
	margin: 7px 5px 0 0 !important;
	width: auto !important
}

.select2-selection.select2-selection--multiple .select2-selection__choice {
	font-size: 14px;
	border: 1px solid #DDDDDD;
	border-radius: 0;
	background-color: #fff;
	color: #000;
	padding: 4px 12px;
	margin: 5px 10px 5px 0 !important;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	width: auto !important
}

.select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	font-size: 0
}

.select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before {
	content: "\e921";
	font-family: "Block-Shop";
	font-size: 8px;
	margin-right: 8px;
	color: #000;
	display: inline-block;
	top: -1px;
	position: relative;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none
}

.select2-selection.select2-selection--multiple .select2-selection__choice:hover {
	border: 1px solid #000
}

.select2-selection.select2-selection--multiple:hover {
	-webkit-box-shadow: inset 0 -1px 0 0 transparent;
	box-shadow: inset 0 -1px 0 0 transparent;
	background-size: 100% 100%
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--multiple {
	border: 0;
	-webkit-box-shadow: inset 0 -1px 0 0 transparent;
	box-shadow: inset 0 -1px 0 0 transparent;
	background-size: 100% 100%
}

body .select2-container--open .select2-dropdown--below {
	border: none;
	border-radius: 0
}

body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
	background-color: rgba(0, 0, 0, 0.1);
	color: #000
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: rgba(0, 0, 0, 0.1);
	color: #000
}

body .select2-container--open .select2-dropdown--above {
	border: none
}

body .select2-results__option {
	font-size: 16px;
	outline: none;
	cursor: pointer;
	padding: 6px 16px
}

body .select2-dropdown {
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2)
}

body .select2-search--dropdown {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	position: relative
}

body .select2-search--dropdown:after {
	content: "\e924";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	font-size: 16px;
	color: #000;
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
	border: none;
	margin: 0;
	background: #fff;
	padding: 0px 40px 0px 15px;
	-webkit-box-shadow: none;
	box-shadow: none
}

body .select2-container--default .select2-search--dropdown .select2-search__field:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

body .select2-selection__clear {
	display: none
}

input,
select {
	display: inline-block;
	width: auto;
	border: none;
	color: #888888;
	font-size: 16px;
	line-height: 25px;
	outline: none;
	padding: 10px 0;
	margin-bottom: 16px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	background-color: transparent
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #888888
}

input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder,
input::placeholder,
select:-moz-placeholder,
select:-ms-input-placeholder,
select::-moz-placeholder,
select::-webkit-input-placeholder,
select::placeholder {
	color: #888888
}

input:focus,
input:hover,
select:focus,
select:hover {
	-webkit-box-shadow: inset 0 -1px 0 0 transparent;
	box-shadow: inset 0 -1px 0 0 transparent;
	background-size: 100% 100%
}

input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

input:focus::-moz-placeholder,
select:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

input:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder {
	opacity: 0;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

input:focus::placeholder,
select:focus::placeholder {
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

input:focus:-moz-placeholder,
select:focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

input:focus::-moz-placeholder,
select:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

textarea {
	display: block;
	width: auto;
	min-height: 180px;
	max-height: 300px;
	min-width: 100%;
	max-width: 100%;
	outline: none;
	font-size: 16px;
	padding: 0;
	color: #888888;
	border: none;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD;
	box-shadow: inset 0 -1px 0 0 #DDDDDD;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	background-color: transparent
}

textarea::-webkit-input-placeholder {
	color: #888888
}

textarea::-moz-placeholder {
	color: #888888
}

textarea:-ms-input-placeholder {
	color: #888888
}

textarea::-ms-input-placeholder {
	color: #888888
}

textarea::placeholder {
	color: #888888
}

textarea::-webkit-input-placeholder {
	color: #888888
}

textarea:-moz-placeholder {
	color: #888888
}

textarea::-moz-placeholder {
	color: #888888
}

textarea:-ms-input-placeholder {
	color: #888888
}

textarea:focus,
textarea:hover {
	-webkit-box-shadow: inset 0 -1px 0 0 transparent;
	box-shadow: inset 0 -1px 0 0 transparent;
	color: #000;
	background-size: 100% 100%
}

textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

textarea:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

textarea:focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

textarea:focus::-ms-input-placeholder {
	opacity: 0;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

textarea:focus::placeholder {
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

textarea:focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

textarea:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

textarea:focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

fieldset {
	border: none
}

label {
	display: inline-block
}

code {
	background-color: rgba(0, 0, 0, 0.03);
	padding: 10px
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-bottom: 1px solid;
	cursor: pointer
}

select:not([multiple]) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAkUlEQVRIie3PMQrCUBRE0aMoBASXY2UjNuJi7AT7kMrepbiEFK7CJYhgb/MDNgn/SVKIuTDNY5jLY6RnipRspkHBISWbWVAwD/bDH4QZBaPgxwUXVBkbVeqGBUesce7olNjg9I3ghT1WLZISW+zwbBuZdAgaFrjihke6FTnjEZaocU+p061XGskg45+Swcb/lDesfhLpnPjiLQAAAABJRU5ErkJggg==");
	background-size: 24px !important;
	background-position: right 5px top 50%;
	background-repeat: no-repeat
}

select[multiple] {
	background-image: none
}

.single-wrapper .col {
	max-width: 850px;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
	-ms-flex-preferred-size: inherit;
	flex-basis: inherit
}

body .widget {
	font-size: 16px;
	margin-bottom: 32px
}

@media (min-width:1200px) {
	body .widget {
		margin: 0
	}
}

body .widget ol,
body .widget ul {
	margin: 0 0 16px 0
}

body .textwidget a {
	display: inline;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

body .textwidget a:hover {
	background-size: 0 100%
}

body .single-content {
	padding-bottom: 87px
}

body .single-content>:not(.woocommerce) a {
	display: inline;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

body .single-content>:not(.woocommerce) a:hover {
	background-size: 0 100%
}

body .single-content>:not(.woocommerce) .gbt_18_expanding_grid_item a {
	background-image: none
}

body .single-content>:not(.woocommerce) div.product a,
body .single-content>:not(.woocommerce) ul.products a {
	background-image: none
}

body .single-content>:not(.woocommerce) div.product .gbt_18_slide_text a,
body .single-content>:not(.woocommerce) div.product .gbt_18_slide_title a,
body .single-content>:not(.woocommerce) ul.products .gbt_18_slide_text a,
body .single-content>:not(.woocommerce) ul.products .gbt_18_slide_title a {
	display: inline;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

body .single-content>:not(.woocommerce) div.product .gbt_18_slide_text a:hover,
body .single-content>:not(.woocommerce) div.product .gbt_18_slide_title a:hover,
body .single-content>:not(.woocommerce) ul.products .gbt_18_slide_text a:hover,
body .single-content>:not(.woocommerce) ul.products .gbt_18_slide_title a:hover {
	background-size: 0 100%
}

body.woocommerce.woocommerce-account .single-content .woocommerce a {
	display: inline;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

body.woocommerce.woocommerce-account .single-content .woocommerce a:hover {
	background-size: 0 100%
}

body.woocommerce .woocommerce-tabs a:not(.add_to_wishlist):not([class*=star-]) {
	display: inline;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

body.woocommerce .woocommerce-tabs a:not(.add_to_wishlist):not([class*=star-]):hover {
	background-size: 0 100%
}

body.woocommerce .summary {
	font-size: 0.9rem
}

body.woocommerce .summary a {
	display: inline;
	line-height: 1.23;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out
}

body.woocommerce .summary .woocommerce-product-details__short-description a {
	display: inline;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

body.woocommerce .summary .woocommerce-product-details__short-description a:hover {
	background-size: 0 100%
}

body pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

body .responsive-embed {
	margin-bottom: 1rem
}

body .responsive-embed.vimeo,
body .responsive-embed.youtube {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 56.25%;
	overflow: hidden
}

body .responsive-embed.vimeo embed,
body .responsive-embed.vimeo iframe,
body .responsive-embed.vimeo object,
body .responsive-embed.vimeo video,
body .responsive-embed.youtube embed,
body .responsive-embed.youtube iframe,
body .responsive-embed.youtube object,
body .responsive-embed.youtube video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

body .responsive-embed .fb_iframe_widget_fluid span {
	width: 100% !important
}

body figcaption {
	display: block;
	margin-top: 0.5em;
	color: #6c7781;
	text-align: center;
	font-size: 13px
}

body iframe {
	max-width: 100%;
	margin: 0 auto !important
}

body hr {
	border-bottom: 1px solid #DDDDDD;
	border-top: none;
	border-left: none;
	border-right: none
}

body address,
body dl,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body hr,
body pre,
body table {
	margin-bottom: 32px
}

body ol {
	list-style-position: inside;
	padding: 0;
	list-style-type: decimal;
	width: 100%;
	margin-bottom: 32px
}

body ul {
	list-style-position: inside;
	list-style-type: disc;
	padding: 0;
	margin-bottom: 32px
}

body ol ul,
body ul ul {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 32px;
	margin: 0
}

body ol ol,
body ul ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 32px;
	margin: 0
}

body ol ol ul,
body ol ul ul,
body ul ol ul,
body ul ul ul {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 32px;
	margin: 0
}

body code {
	font-size: 0.9rem
}

body table {
	text-align: left;
	border-collapse: collapse;
	table-layout: auto;
	width: 100%;
	font-size: 0.9rem;
	word-break: normal
}

body table thead {
	color: #888888
}

body table tr td,
body table tr th {
	padding: 16px 16px 16px 0;
	font-weight: normal
}

body dl {
	font-size: 1rem
}

body dl dd {
	margin-left: 32px
}

body>.wp-caption {
	max-width: 1070px !important;
	display: table;
	width: auto !important
}

body>.wp-caption figcaption {
	display: block;
	color: #888888;
	padding: 16px 0 32px
}

@media (min-width:992px) {
	body>.wp-caption.alignleft {
		margin-right: 35px;
		margin-left: 125px
	}
}

@media (min-width:992px) {
	body>.wp-caption.alignright {
		margin-left: 35px;
		margin-right: 125px
	}
}

body blockquote {
	text-align: center;
	margin-bottom: 64px;
	max-width: 100%
}

body blockquote:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 102px;
	height: 2px;
	background-color: #000;
	margin-bottom: 32px
}

body blockquote p {
	max-width: 100%;
	font-size: 1.15rem;
	line-height: 2.1rem
}

@media (min-width:1200px) {
	body blockquote p {
		font-size: 1.375rem
	}
}

body blockquote cite {
	font-size: 0.9rem;
	color: #888888
}

body .zoid-outlet {
	z-index: 1
}

.single-header .post-info {
	font-size: 16px;
	display: table;
	margin: 0 auto;
	text-align: center;
	padding-top: 35px
}

@media (min-width:1200px) {
	.single-header .post-info {
		text-align: left;
		padding-top: 0
	}
}

.single-header .post-info .post-author {
	position: relative
}

.single-header .post-info .post-author:after {
	content: "/";
	color: #DDDDDD;
	padding-left: 5px;
	padding-right: 10px
}

.single-header .post-info .gray-text {
	color: #888888;
	display: inline-block
}

.single-header .post-info .post-category a {
	display: inline;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	background-color: transparent
}

.single-header .post-info .post-category a:hover {
	background-size: 100% 100%
}

.single-header .post-info .post-category a:after {
	content: ",";
	display: inline-block
}

.single-header .post-info .post-category a:last-child:after {
	display: none
}

.single-header .single-title {
	max-width: 820px;
	margin: 0 auto;
	text-align: center
}

.single-header .single-title h1 {
	font-size: 1.625rem;
	line-height: 2.25rem
}

@media (min-width:1200px) {
	.single-header .single-title h1 {
		padding: 16px 0 16px 0;
		font-size: 2.4rem;
		line-height: inherit;
		margin: 0
	}
}

.single-header .single-feature-img {
	margin: 0 0;
	padding: 0px 0 31px 0;
	text-align: center
}

.single-header .single-feature-img img {
	display: table;
	margin: 0 auto
}

@media (min-width:768px) {
	.single-header .single-feature-img {
		margin: 0;
		padding: 20px 0 48px 0
	}
}

.woocommerce-page .single-header .single-title {
	max-width: 1100px
}

.woocommerce-page .single-header .single-title h1 {
	max-width: 1100px;
	margin: 0
}

.products {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	max-width: initial
}

@media (min-width:1200px) {
	.products {
		margin: 0 -24px
	}
}

.products.columns-1>li {
	width: 100%
}

.products.columns-2>li {
	width: 50%
}

.products.columns-3>li {
	width: 50%
}

@media (min-width:768px) {
	.products.columns-3>li {
		width: 33.3333333333%
	}
}

@media (min-width:768px) and (-ms-high-contrast:active),
(min-width:768px) and (-ms-high-contrast:none) {
	.products.columns-3>li {
		width: 33.33%
	}
}

.products.columns-4>li {
	width: 50%
}

@media (min-width:768px) {
	.products.columns-4>li {
		width: 33.3333333333%
	}
}

@media (min-width:768px) and (-ms-high-contrast:active),
(min-width:768px) and (-ms-high-contrast:none) {
	.products.columns-4>li {
		width: 33.33%
	}
}

@media (min-width:992px) {
	.products.columns-4>li {
		width: 25%
	}
}

.products.columns-5>li {
	width: 50%
}

@media (min-width:768px) {
	.products.columns-5>li {
		width: 33.3333333333%
	}
}

@media (min-width:768px) and (-ms-high-contrast:active),
(min-width:768px) and (-ms-high-contrast:none) {
	.products.columns-5>li {
		width: 33.33%
	}
}

@media (min-width:992px) {
	.products.columns-5>li {
		width: 25%
	}
}

@media (min-width:1200px) {
	.products.columns-5>li {
		width: 20%
	}
}

.products.columns-6>li {
	width: 50%
}

@media (min-width:768px) {
	.products.columns-6>li {
		width: 33.3333333333%
	}
}

@media (min-width:768px) and (-ms-high-contrast:active),
(min-width:768px) and (-ms-high-contrast:none) {
	.products.columns-6>li {
		width: 33.33%
	}
}

@media (min-width:992px) {
	.products.columns-6>li {
		width: 25%
	}
}

@media (min-width:1200px) {
	.products.columns-6>li {
		width: 16.6666666667%
	}
}

.products li {
	padding: 0 15px;
	margin-bottom: 18px
}

@media (min-width:1200px) {
	.products li {
		padding: 0 24px;
		margin-bottom: 10px
	}
}

.products li.product {
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	will-change: opacity, transform
}

.products li.product.animated {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

.products li .shop-product-box {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

@media (min-width:1200px) {
	.products li .shop-product-box:hover .overlay-icons {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}

	.products li .shop-product-box:hover .product-info .add_to_cart_button,
	.products li .shop-product-box:hover .product-info .added_to_cart,
	.products li .shop-product-box:hover .product-info .product_type_external,
	.products li .shop-product-box:hover .product-info .product_type_grouped,
	.products li .shop-product-box:hover .product-info .product_type_simple {
		opacity: 1
	}
}

.products li .shop-product-box .ft_image {
	background: #F9F9F9;
	border: 1px solid;
	border-color: #eaeaea;
	margin: 0 auto 16px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.products li .shop-product-box .ft_image.with_second_image img:last-child {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: opacity 0.2s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	transition: opacity 0.2s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	transition: opacity 0.2s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	transition: opacity 0.2s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	width: 100%
}

.products li .shop-product-box .ft_image.with_second_image:hover img:first-child {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease
}

.products li .shop-product-box .ft_image.with_second_image:hover img:last-child {
	opacity: 1;
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

.products li .shop-product-box .ft_image a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	min-height: 150px
}

.products li .shop-product-box .ft_image img {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease
}

.products li .shop-product-box .product_badges {
	-webkit-transform: rotateZ(-90deg) translateX(-100%);
	transform: rotateZ(-90deg) translateX(-100%);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
	z-index: 1
}

@media (min-width:992px) {
	.products li .shop-product-box .product_badges {
		top: 15px;
		left: 15px
	}
}

.products li .shop-product-box .product_badges span {
	display: table;
	float: left
}

.products li .shop-product-box .product_badges span.onsale {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 9px;
	margin-left: 10px;
	letter-spacing: 1px
}

@media (min-width:992px) {
	.products li .shop-product-box .product_badges span.onsale {
		font-size: 11px
	}
}

.products li .shop-product-box .product_badges span.out-of-stock {
	text-transform: uppercase;
	color: #888888;
	font-weight: bold;
	font-size: 10px;
	padding: 3px 9px;
	letter-spacing: 1px
}

@media (min-width:992px) {
	.products li .shop-product-box .product_badges span.out-of-stock {
		font-size: 11px
	}
}

.products li .shop-product-box .product_badges .onsale+.out-of-stock {
	margin-right: 7px
}

@media (min-width:992px) {
	.products li .shop-product-box .product_badges .onsale+.out-of-stock {
		margin-right: 10px
	}
}

.products li .shop-product-box .product-info {
	font-size: 16px;
	padding-bottom: 30px;
	line-height: 18px
}

@media (min-width:992px) {
	.products li .shop-product-box .product-info {
		line-height: 24px
	}
}

.products li .shop-product-box .product-info h2 {
	font-size: 15px;
	display: inline;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 18px;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	margin: 10px auto 0
}

@media (min-width:1200px) {
	.products li .shop-product-box .product-info h2 {
		line-height: 25px;
		font-size: 16px
	}
}

.products li .shop-product-box .product-info .price {
	font-size: 15px;
	line-height: 18px;
	display: block;
	padding: 5px 0 3px 0
}

@media (min-width:1200px) {
	.products li .shop-product-box .product-info .price {
		line-height: 25px;
		font-size: 16px;
		padding: 2px 0 0 0
	}
}

.products li .shop-product-box .product-info .price del {
	color: #888888
}

.products li .shop-product-box .product-info .price ins {
	text-decoration: none
}

.products li .shop-product-box .product-info .add_to_cart_button,
.products li .shop-product-box .product-info .added_to_cart,
.products li .shop-product-box .product-info .product_type_external,
.products li .shop-product-box .product-info .product_type_grouped,
.products li .shop-product-box .product-info .product_type_simple {
	display: block;
	margin: 0 auto;
	line-height: 18px;
	font-size: 15px;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	color: inherit;
	padding: 0;
	background-color: inherit;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

@media (min-width:1200px) {

	.products li .shop-product-box .product-info .add_to_cart_button,
	.products li .shop-product-box .product-info .added_to_cart,
	.products li .shop-product-box .product-info .product_type_external,
	.products li .shop-product-box .product-info .product_type_grouped,
	.products li .shop-product-box .product-info .product_type_simple {
		opacity: 0;
		font-size: 16px;
		line-height: 25px
	}

	.products li .shop-product-box .product-info .add_to_cart_button:hover,
	.products li .shop-product-box .product-info .added_to_cart:hover,
	.products li .shop-product-box .product-info .product_type_external:hover,
	.products li .shop-product-box .product-info .product_type_grouped:hover,
	.products li .shop-product-box .product-info .product_type_simple:hover {
		background-size: 0 100%
	}
}

.products li .shop-product-box .product-info .add_to_cart_button.loading {
	border: 2px solid #000;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-animation: loader 2s infinite ease;
	animation: loader 2s infinite ease;
	display: inline-block;
	position: absolute;
	font-size: 0;
	width: 18px;
	height: 18px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 5px auto 0 auto;
	left: 0;
	right: 0;
	background: none
}

.products li .shop-product-box .product-info .add_to_cart_button.loading:after {
	position: absolute;
	width: 18px;
	height: 17px;
	left: 0;
	background-color: #000;
	content: "";
	-webkit-animation: loader-inner 2s infinite ease-in;
	animation: loader-inner 2s infinite ease-in
}

.products li .shop-product-box .product-info .add_to_cart_button.added {
	display: none
}

.products li .shop-product-box .overlay-icons {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px
}

@media (min-width:992px) {
	.products li .shop-product-box .overlay-icons {
		padding: 5px 15px
	}
}

@media (min-width:1200px) {
	.products li .shop-product-box .overlay-icons {
		padding: 15px 10px
	}
}

.products li .shop-product-box .overlay-icons a.quick-view {
	display: none
}

@media (min-width:1200px) {
	.products li .shop-product-box .overlay-icons a.quick-view {
		display: block;
		right: -1px
	}
}

.products li .shop-product-box .overlay-icons a .tooltip {
	display: none
}

.products li .shop-product-box .overlay-icons a.add-to-wishlist:after {
	content: "\e914";
	font-family: "Block-Shop";
	color: #000;
	display: inline-block;
	position: relative;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 13px;
	vertical-align: middle
}

.products li .shop-product-box .overlay-icons a.add-to-wishlist.add_to_wishlist:after {
	-webkit-animation: wishListOut 0.2s ease-in-out;
	animation: wishListOut 0.2s ease-in-out
}

.products li .shop-product-box .overlay-icons a.add-to-wishlist.add_to_wishlist:hover:after {
	content: "\e913";
	-webkit-animation: wishListIn 0.2s ease-in-out;
	animation: wishListIn 0.2s ease-in-out
}

.products li .shop-product-box .overlay-icons a.add-to-wishlist.added:after,
.products li .shop-product-box .overlay-icons a.add-to-wishlist.clicked:after {
	content: "\e913"
}

@media (min-width:1200px) {
	.products li .shop-product-box .overlay-icons {
		padding: 10px 20px;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out
	}

	.products li .shop-product-box .overlay-icons a {
		text-align: right;
		margin-bottom: 10px;
		position: relative;
		display: block;
		width: 30px
	}

	.products li .shop-product-box .overlay-icons a:hover .tooltip {
		opacity: 1;
		visibility: visible
	}

	.products li .shop-product-box .overlay-icons a .tooltip {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		position: absolute;
		right: 100%;
		top: 1px;
		display: inline-block;
		font-size: 15px;
		padding: 0px 10px;
		background-color: #fff;
		vertical-align: middle;
		right: 32px;
		line-height: 32px;
		white-space: nowrap;
		-webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1)
	}

	.products li .shop-product-box .overlay-icons a .tooltip:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px;
		border-color: transparent transparent transparent;
		border-left-color: #fff;
		left: 100%;
		top: 11px
	}

	.products li .shop-product-box .overlay-icons a.add-to-wishlist {
		margin-bottom: 10px
	}

	.products li .shop-product-box .overlay-icons a.add-to-wishlist:after {
		font-size: 17px
	}

	.products li .shop-product-box .overlay-icons a.quick-view:hover:after {
		content: "\e911";
		-webkit-animation: quikViewIn 0.2s ease-in-out;
		animation: quikViewIn 0.2s ease-in-out
	}

	.products li .shop-product-box .overlay-icons a.quick-view:after {
		content: "\e912";
		font-family: "Block-Shop";
		font-size: 8px;
		color: #000;
		display: inline-block;
		position: relative;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		font-size: 13px;
		vertical-align: middle;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		-webkit-animation: quikViewOut 0.2s ease-in-out;
		animation: quikViewOut 0.2s ease-in-out
	}
}

.gallery {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.gallery .gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin-bottom: 38px;
	width: 100%
}

@media (min-width:768px) {
	.gallery .gallery-item {
		padding: 0 48px 0 0
	}
}

.gallery .gallery-item a {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none
}

.gallery .gallery-item a img {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%
}

.gallery .gallery-item a img:hover {
	opacity: 0.5
}

.gallery .gallery-item .gallery-caption {
	color: #888888;
	font-size: 14px;
	line-height: 18px;
	margin-top: 23px
}

.gallery-columns-1 .gallery-item {
	max-width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-3 .gallery-item {
	max-width: 50%
}

@media (min-width:576px) {
	.gallery-columns-3 .gallery-item {
		max-width: 25%
	}
}

@media (min-width:768px) {
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%
	}
}

.gallery-columns-4 .gallery-item {
	max-width: 50%
}

@media (min-width:576px) {
	.gallery-columns-4 .gallery-item {
		max-width: 25%
	}
}

.gallery-columns-5 .gallery-item {
	max-width: 50%;
	padding: 0
}

@media (min-width:576px) {
	.gallery-columns-5 .gallery-item {
		max-width: 25%
	}
}

@media (min-width:768px) {
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
		padding: 0 24px 0 0;
		margin-bottom: 24px
	}
}

.gallery-columns-5 .gallery-caption {
	display: none
}

.gallery-columns-6 .gallery-item {
	max-width: 50%;
	padding: 0
}

@media (min-width:576px) {
	.gallery-columns-6 .gallery-item {
		max-width: 25%
	}
}

@media (min-width:768px) {
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
		padding: 0 24px 0 0;
		margin-bottom: 24px
	}
}

.gallery-columns-6 .gallery-caption {
	display: none
}

.gallery-columns-7 .gallery-item {
	max-width: 50%;
	padding: 0
}

@media (min-width:576px) {
	.gallery-columns-7 .gallery-item {
		max-width: 25%
	}
}

@media (min-width:768px) {
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
		padding: 0 24px 0 0;
		margin-bottom: 24px
	}
}

.gallery-columns-7 .gallery-caption {
	display: none
}

.gallery-columns-8 .gallery-item {
	max-width: 50%;
	padding: 0
}

@media (min-width:576px) {
	.gallery-columns-8 .gallery-item {
		max-width: 25%
	}
}

@media (min-width:768px) {
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
		padding: 0 24px 0 0;
		margin-bottom: 24px
	}
}

.gallery-columns-8 .gallery-caption {
	display: none
}

.gallery-columns-9 .gallery-item {
	max-width: 50%;
	padding: 0
}

@media (min-width:576px) {
	.gallery-columns-9 .gallery-item {
		max-width: 25%
	}
}

@media (min-width:768px) {
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
		padding: 0 24px 0 0;
		margin-bottom: 24px
	}
}

.gallery-columns-9 .gallery-caption {
	display: none
}

#id-0680a5fcd2484a918fbc14464e764fa9 {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important
}

.star-rating,
.wc-block-review-list-item__rating>.wc-block-review-list-item__rating__stars {
	margin: 0 auto;
	display: table;
	position: relative;
	word-break: break-all
}

.star-rating:before,
.wc-block-review-list-item__rating>.wc-block-review-list-item__rating__stars:before {
	content: "\e929\e929\e929\e929\e929";
	display: block;
	font-size: 16px;
	color: #888888;
	font-family: "Block-Shop"
}

.star-rating>span,
.wc-block-review-list-item__rating>.wc-block-review-list-item__rating__stars>span {
	font-size: 0;
	overflow: hidden;
	display: inline;
	position: absolute;
	left: 0;
	z-index: 1;
	height: 25px;
	top: 0;
	text-align: left
}

.star-rating>span:before,
.wc-block-review-list-item__rating>.wc-block-review-list-item__rating__stars>span:before {
	content: "\e929\e929\e929\e929\e929";
	display: block;
	font-size: 16px;
	width: 87.27px;
	color: #000;
	font-family: "Block-Shop"
}

.load-more {
	margin-bottom: 40px;
	height: 36px;
	font-size: 0.9rem;
	display: table;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	position: relative;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.load-more:hover {
	background-size: 0 100%
}

.load-more.disabled:not(.loading) {
	display: none
}

.load-more .loader {
	display: none;
	position: absolute;
	left: calc(50% - 17px);
	top: calc(50% - 17px);
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-animation: loader 2s infinite ease;
	animation: loader 2s infinite ease
}

.load-more .loader:after {
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #000;
	content: "";
	-webkit-animation: loader-inner 2s infinite ease-in;
	animation: loader-inner 2s infinite ease-in
}

@-webkit-keyframes loader-inner {
	0% {
		height: 0%
	}

	25% {
		height: 0%
	}

	50% {
		height: 100%
	}

	75% {
		height: 100%
	}

	to {
		height: 0%
	}
}

@keyframes loader-inner {
	0% {
		height: 0%
	}

	25% {
		height: 0%
	}

	50% {
		height: 100%
	}

	75% {
		height: 100%
	}

	to {
		height: 0%
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	25% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	75% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	25% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	75% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.load-more.loading .loader {
	display: block
}

.load-more.loading .load-text {
	display: none
}

@media (min-width:992px) {
	.load-more {
		margin-top: 80px;
		margin-bottom: 80px;
		font-size: 1.075rem
	}
}

#customer_login {
	max-width: 408px;
	margin: 0 auto
}

#customer_login .u-column1,
#customer_login .u-column2 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100%;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%
}

#customer_login .u-column1.active,
#customer_login .u-column2.active {
	opacity: 1;
	visibility: visible;
	-webkit-animation: fadeAnimate 0.2s ease-in-out;
	animation: fadeAnimate 0.2s ease-in-out;
	position: relative
}

.woocommerce-form-login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.woocommerce-form-login>p {
	width: 100%
}

.woocommerce-form-login>p:nth-child(3) {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	position: relative
}

.woocommerce-form-login>p:nth-child(4) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.woocommerce-form-login>p.woocommerce-LostPassword {
	display: inline-block;
	width: auto;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin: 6px 0 27px auto
}

.woocommerce-form-login>p.woocommerce-LostPassword a {
	background-size: 100% 100%;
	font-size: 15px;
	color: #888888;
	padding: 5px 0
}

.woocommerce-form-login>p.woocommerce-LostPassword a:hover {
	background-size: 0 100%
}

.woocommerce-form-login>p .woocommerce-form__label-for-checkbox {
	display: block;
	position: absolute;
	top: -54px
}

.woocommerce-form-login>p .woocommerce-form__label-for-checkbox input {
	-webkit-appearance: checkbox;
	top: -2px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 0;
	margin: 0
}

.woocommerce-form-login>p .woocommerce-form__label-for-checkbox input:checked~span:before {
	background-color: #000;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff
}

.woocommerce-form-login>p .woocommerce-form__label-for-checkbox span {
	position: relative;
	padding-left: 24px;
	font-size: 16px;
	line-height: 25px;
	cursor: pointer
}

.woocommerce-form-login>p .woocommerce-form__label-for-checkbox span:hover:before {
	background-color: #000;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff
}

.woocommerce-form-login>p .woocommerce-form__label-for-checkbox span:before {
	content: "";
	border: 1px solid #000;
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 0
}

.woocommerce-form-register .woocommerce-form-row+p {
	font-size: 13px;
	margin: -10px 0 20px 0
}

.woocommerce-ResetPassword,
.woocommerce-form-login,
.woocommerce-form-register {
	max-width: 408px;
	margin: 0 auto
}

.woocommerce-ResetPassword>p,
.woocommerce-form-login>p,
.woocommerce-form-register>p {
	margin-bottom: 0
}

.woocommerce-ResetPassword label,
.woocommerce-form-login label,
.woocommerce-form-register label {
	display: none
}

.woocommerce-ResetPassword input,
.woocommerce-form-login input,
.woocommerce-form-register input {
	width: 100%;
	margin-bottom: 16px
}

.woocommerce-ResetPassword .woocommerce-Button,
.woocommerce-ResetPassword .woocommerce-button,
.woocommerce-form-login .woocommerce-Button,
.woocommerce-form-login .woocommerce-button,
.woocommerce-form-register .woocommerce-Button,
.woocommerce-form-register .woocommerce-button {
	width: 100%;
	line-height: 64px
}

.woocommerce-ResetPassword a,
.woocommerce-form-login a,
.woocommerce-form-register a {
	display: inline;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(136, 136, 136) 1px, rgb(136, 136, 136) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.woocommerce-ResetPassword a:focus,
.woocommerce-ResetPassword a:hover,
.woocommerce-form-login a:focus,
.woocommerce-form-login a:hover,
.woocommerce-form-register a:focus,
.woocommerce-form-register a:hover {
	background-size: 100% 100%
}

.woocommerce-ResetPassword .woocommerce-privacy-policy-text p,
.woocommerce-form-login .woocommerce-privacy-policy-text p,
.woocommerce-form-register .woocommerce-privacy-policy-text p {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 32px
}

.woocommerce-ResetPassword .woocommerce-privacy-policy-text p a,
.woocommerce-form-login .woocommerce-privacy-policy-text p a,
.woocommerce-form-register .woocommerce-privacy-policy-text p a {
	position: relative;
	background-size: 100% 100%
}

.woocommerce-ResetPassword .woocommerce-privacy-policy-text p a:hover,
.woocommerce-form-login .woocommerce-privacy-policy-text p a:hover,
.woocommerce-form-register .woocommerce-privacy-policy-text p a:hover {
	background-size: 0 100%
}

.offcanvas .account-wrapper h2 {
	position: absolute;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	height: auto;
	text-transform: uppercase;
	font-size: 13px;
	left: -40px;
	width: 120px;
	text-align: right;
	margin-top: 120px;
	text-transform: uppercase
}

.toggle-login {
	display: none
}

.woocommerce-ResetPassword {
	margin-top: 80px
}

.woocommerce-ResetPassword>p {
	margin-top: 32px
}

.single-content #customer_login .col-1 h2,
.single-content #customer_login .col-2 h2 {
	position: relative;
	-webkit-transform: none;
	transform: none;
	height: auto;
	text-transform: initial;
	font-size: 2rem;
	left: auto;
	width: auto;
	text-align: left;
	margin-top: 80px
}

body.woocommerce-account:not(.logged-in) .woocommerce h2 {
	max-width: 408px;
	margin: 0 auto;
	position: relative;
	-webkit-transform: none;
	transform: none;
	height: auto;
	text-transform: initial;
	font-size: 2rem;
	left: auto;
	width: auto;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 32px
}

.track_order>p {
	text-align: center;
	max-width: 720px
}

.track_order .form-row {
	width: 378px;
	margin: 0 auto
}

.track_order .form-row label {
	display: none
}

.track_order .form-row input.input-text[type=text] {
	width: 378px;
	display: table;
	margin: 0 auto 16px auto
}

.track_order .form-row button {
	width: 378px;
	margin: 0 auto;
	text-align: center;
	line-height: 65px;
	font-size: 18px
}

dl.variation {
	color: #888888;
	display: inline-block;
	width: auto;
	text-align: right;
	margin: 0
}

@media (min-width:768px) {
	dl.variation {
		width: auto;
		display: block;
		text-align: left
	}
}

dl.variation dt {
	float: left;
	padding-right: 5px;
	font-size: 13px;
	clear: both
}

@media (min-width:768px) {
	dl.variation dt {
		clear: none
	}
}

dl.variation dd {
	float: left;
	margin-left: 0
}

@media (min-width:768px) {
	dl.variation dd {
		float: none
	}
}

dl.variation dd p {
	font-size: 13px;
	margin: 0
}

.woocommerce-terms-and-conditions-wrapper a {
	color: #000;
	display: inline-block;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	background-color: transparent
}

.woocommerce-terms-and-conditions-wrapper a:hover {
	background-size: 0 100%
}

body .pswp__img--placeholder--blank {
	background: transparent
}

body .pswp.pswp--open {
	z-index: 9999
}

body .pswp__bg {
	background-color: #fff
}

@media (max-width:991.98px) {
	body .pswp__top-bar button {
		margin-top: 0
	}
}

body .pswp__scroll-wrap {
	background-color: rgba(255, 255, 255, 0)
}

@media (max-width:991.98px) {
	body .pswp__scroll-wrap {
		background-color: white
	}
}

body.admin-bar .pswp__top-bar {
	top: 32px
}

body .pswp__caption,
body .pswp__top-bar {
	background-color: rgba(255, 255, 255, 0)
}

@media (max-width:991.98px) {

	body .pswp__caption,
	body .pswp__top-bar {
		background-color: white
	}
}

body .pswp__ui--fit .pswp__caption,
body .pswp__ui--fit .pswp__top-bar {
	background-color: rgba(255, 255, 255, 0)
}

@media (max-width:991.98px) {

	body .pswp__ui--fit .pswp__caption,
	body .pswp__ui--fit .pswp__top-bar {
		background-color: white
	}
}

body button.pswp__button {
	background: none !important
}

body .pswp__button--arrow--left:before {
	content: "\e905";
	font-size: 15px;
	left: 20px;
	background-position: 0;
	background-color: transparent
}

body .pswp__button--arrow--right:before {
	content: "\e907";
	font-size: 15px;
	right: 20px;
	background-position: 0;
	background-color: transparent
}

body .pswp__counter {
	font-size: 1.15rem;
	left: 24px;
	top: 10px;
	padding: 0
}

@media (max-width:991.98px) {
	body .pswp__counter {
		top: 0
	}
}

body .pswp__button--close {
	margin-right: 15px;
	margin-top: 10px
}

@media (max-width:991.98px) {
	body .pswp__button--close {
		margin-top: 0
	}
}

body .pswp__button--close:hover {
	margin-right: 15px
}

body .pswp__button--close:before {
	content: "\e921";
	font-size: 0.9rem
}

body .pswp__button--zoom {
	margin-top: 10px
}

body .pswp__button--zoom:before {
	content: "\e924";
	font-size: 0.9rem
}

body .pswp__button--fs {
	margin-top: 10px;
	display: none !important
}

@media (min-width:1200px) {
	body .pswp__button--fs {
		display: block
	}

	body .pswp__button--fs:before {
		content: "\e90e";
		font-size: 0.9rem
	}
}

body .pswp__button--arrow--left,
body .pswp__button--arrow--right,
body .pswp__button--close,
body .pswp__button--fs,
body .pswp__button--zoom {
	display: inline-block;
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	background: none;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
}

body .pswp__button--arrow--left:before,
body .pswp__button--arrow--right:before,
body .pswp__button--close:before,
body .pswp__button--fs:before,
body .pswp__button--zoom:before {
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
}

body .pswp__button--arrow--left:hover:before,
body .pswp__button--arrow--right:hover:before,
body .pswp__button--close:hover:before,
body .pswp__button--fs:hover:before,
body .pswp__button--zoom:hover:before {
	opacity: 0.5
}

body .pswp__caption__center {
	text-align: center;
	display: none
}

.product .sale-badge-box {
	display: none
}

.product.outofstock .sale-badge-box,
.product.sale .sale-badge-box {
	display: block
}

.sale-badge-box {
	z-index: 1;
	position: absolute;
	left: 0
}

@media (min-width:768px) {
	.sale-badge-box {
		position: relative
	}
}

.sale-badge-box .rotate-this {
	-webkit-transform: rotateZ(-90deg) translateX(-100%);
	transform: rotateZ(-90deg) translateX(-100%);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	min-width: 250px;
	position: absolute;
	top: 15px;
	left: 15px
}

.sale-badge-box .onsale {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 9px;
	display: inline-block;
	position: relative;
	float: right;
	letter-spacing: 1px
}

@media (min-width:992px) {
	.sale-badge-box .onsale {
		font-size: 11px
	}
}

.sale-badge-box .out-of-stock {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 9px;
	display: inline-block;
	position: relative;
	margin-left: 15px;
	float: right;
	letter-spacing: 1px
}

@media (min-width:992px) {
	.sale-badge-box .out-of-stock {
		font-size: 11px
	}
}

.woocommerce-error {
	font-size: 14px;
	color: #000;
	padding: 25px 70px 25px 50px;
	position: relative;
	margin: 0 0 32px 0;
	max-width: 100%;
	list-style-type: none
}

@media (min-width:992px) {
	.woocommerce-error {
		font-size: 18px;
		padding: 25px 80px 25px 60px
	}
}

@media (min-width:1200px) {
	.woocommerce-error {
		margin: 0 0 64px 0
	}
}

.woocommerce-error:before {
	content: "\e91a";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 16px;
	top: 24px;
	left: 15px;
	position: absolute;
	font-size: 1.075rem;
	margin-left: 1px
}

@media (min-width:1200px) {
	.woocommerce-error:before {
		top: 8px;
		left: 20px
	}
}

.woocommerce-error strong {
	font-weight: normal
}

.woocommerce-info {
	font-size: 14px;
	color: #000;
	padding: 25px 70px 25px 50px;
	position: relative;
	margin: 0 0 32px 0;
	max-width: 100% !important
}

@media (min-width:992px) {
	.woocommerce-info {
		font-size: 18px;
		padding: 25px 80px 25px 60px
	}
}

@media (min-width:1200px) {
	.woocommerce-info {
		margin: 0 0 64px 0
	}
}

.woocommerce-info a {
	margin-right: 10px
}

.woocommerce-info:before {
	content: "\e918";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 16px;
	margin-left: 1px;
	top: 24px;
	left: 15px;
	position: absolute;
	font-size: 1.075rem
}

@media (min-width:1200px) {
	.woocommerce-info:before {
		top: 8px;
		left: 20px
	}
}

.woocommerce-message {
	font-size: 14px;
	color: #000;
	padding: 25px 70px 25px 50px;
	position: relative;
	margin: 0 0 32px 0;
	max-width: 100%
}

@media (min-width:992px) {
	.woocommerce-message {
		font-size: 18px;
		padding: 25px 80px 25px 60px
	}
}

@media (min-width:1200px) {
	.woocommerce-message {
		margin: 0 0 64px 0
	}
}

.woocommerce-message:before {
	content: "\e919";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 16px;
	margin-left: 1px;
	top: 24px;
	left: 15px;
	position: absolute;
	font-size: 1.075rem
}

@media (min-width:992px) {
	.woocommerce-message:before {
		top: 8px;
		left: 20px
	}
}

.woocommerce-message a {
	display: inline-block;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	margin-right: 10px
}

.woocommerce-message a:hover {
	background-size: 0 100%
}

.woocommerce-message.wc-block-components-notices__notice .components-notice__dismiss {
	cursor: pointer;
	margin: 0 -52px 0 auto
}

.woocommerce-message.wc-block-components-notices__notice .components-notice__dismiss svg {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.woocommerce-message.wc-block-components-notices__notice .components-notice__dismiss:hover svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

body.page .single-content>:only-child:not(.woocommerce) {
	margin-top: 0;
	margin-bottom: 0
}

body #yith-wcwl-popup-message {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin: 0 !important;
	border-radius: 0;
	border: none;
	padding: 24px 46px;
	z-index: 999999
}

body #yith-wcwl-popup-message #yith-wcwl-message {
	font-size: 18px;
	line-height: 38px
}

body #yith-wcwl-popup-message #yith-wcwl-message:before {
	content: "\e914";
	position: relative;
	font-size: 14px;
	display: inline-block;
	font-family: "Block-Shop";
	font-weight: normal;
	padding-right: 12px
}

@media (max-width:767.98px) {
	#wpadminbar {
		position: fixed
	}
}

.header {
	z-index: 99;
	position: relative
}

@media (min-width:1200px) {
	.header {
		z-index: initial
	}
}

.header .nav .mobile-menu-bar {
	width: 100%;
	background-color: transparent;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:1200px) {
	.header .nav .mobile-menu-bar {
		display: none
	}
}

.header .nav .mobile-menu-bar .mobile-logo {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center
}

.header .nav .mobile-menu-bar .mobile-menu-toggle {
	width: 70px;
	font-size: 14px
}

.header .nav .mobile-menu-bar .mobile-menu-toggle .icon-menu-20x20 {
	font-size: 20px
}

.header .nav .mobile-menu-bar .mobile-menu-toggle span {
	position: relative;
	top: -3px;
	padding-left: 4px
}

.header .nav .mobile-menu-bar .mobile-logo-wrapper {
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 0
}

.header .nav .mobile-menu-bar .mobile-logo-wrapper img {
	width: auto;
	max-height: 60px;
	padding: 10px 0
}

.header .nav .mobile-menu-bar .mobile-icons-box {
	font-size: 1rem;
	width: 70px;
	text-align: right
}

.header .nav .mobile-menu-bar .mobile-icons-box .mobile-search-toggle {
	vertical-align: middle
}

.header .nav .mobile-menu-bar .mobile-icons-box .mobile-cart {
	margin-left: 12px;
	position: relative
}

.header .nav .mobile-menu-bar .mobile-icons-box .mobile-cart .items-count {
	position: absolute;
	font-size: 10px;
	left: 0;
	top: 4px;
	width: 100%;
	text-align: center;
	pointer-events: none
}

.header .nav .menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 20px 60px 20px;
	overflow: auto;
	z-index: 102;
	overflow: hidden auto;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
	transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

@media (max-width:767.98px) {
	.header .nav .menu {
		bottom: auto;
		height: 100vh;
		overflow-y: auto;
		overflow-x: hidden
	}
}

@media (min-width:1200px) {
	.header .nav .menu {
		left: 0;
		padding: 20px 20px 20px 100px;
		right: auto;
		width: 700px;
		z-index: 102;
		-webkit-transition: -webkit-transform 0.2s;
		transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transition: transform 0.2s, -webkit-transform 0.2s;
		-webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
		transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.header .nav .menu.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
	transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s
}

.header .nav .menu.active .menu-header,
.header .nav .menu.active .mobile-menu-footer,
.header .nav .menu.active .mobile-secondary-menu,
.header .nav .menu.active .primary-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

@media (min-width:1200px) {
	.header .nav .menu .scroll-container {
		overflow-y: auto;
		max-height: 100%;
		height: 100vh;
		padding-right: 32px;
		width: 100%;
		position: relative;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		overflow-x: hidden
	}
}

.header .nav .menu .menu-header {
	margin-bottom: 40px;
	text-align: center;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

@media (min-width:1200px) {
	.header .nav .menu .menu-header {
		text-align: right;
		display: none
	}
}

@media (min-width:1200px) {
	.header .nav .menu .menu-header .logo {
		display: none
	}
}

.header .nav .menu .menu-header .close-menu {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 14px
}

@media (min-width:1200px) {
	.header .nav .menu .menu-header .close-menu {
		display: none
	}
}

.header .nav .menu .primary-menu {
	color: #000000;
	font-size: 23px;
	line-height: 31px;
	list-style-type: none;
	margin-bottom: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

@media (min-width:1200px) {
	.header .nav .menu .primary-menu {
		font-size: 33px;
		margin-top: 170px;
		position: relative;
		width: calc(100% + 50px);
		height: 100%;
		max-height: calc(100vh - 257px);
		overflow-y: scroll
	}
}

.header .nav .menu .primary-menu li {
	position: relative
}

.header .nav .menu .primary-menu li .plus-minus {
	display: none
}

.header .nav .menu .primary-menu li a {
	max-width: 100%
}

.header .nav .menu .primary-menu>li {
	margin-bottom: 16px;
	position: relative
}

.header .nav .menu .primary-menu>li a {
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	display: inline;
	line-height: 1.6;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.header .nav .menu .primary-menu>li a:hover {
	background-size: 100% 100%
}

@media (min-width:1200px) {
	.header .nav .menu .primary-menu>li {
		width: 40%;
		position: static
	}
}

.header .nav .menu .primary-menu>li.menu-item-has-children.active .plus-minus:after {
	display: none
}

.header .nav .menu .primary-menu>li.menu-item-has-children .plus-minus {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: auto;
	position: relative;
	float: right;
	position: absolute;
	right: 0;
	top: 13px
}

@media (min-width:1200px) {
	.header .nav .menu .primary-menu>li.menu-item-has-children .plus-minus {
		display: none
	}
}

.header .nav .menu .primary-menu>li.menu-item-has-children .plus-minus:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 15px;
	height: 1px;
	background-color: #000;
	top: 7px
}

@media (min-width:1200px) {
	.header .nav .menu .primary-menu>li.menu-item-has-children .plus-minus:before {
		display: none
	}
}

.header .nav .menu .primary-menu>li.menu-item-has-children .plus-minus:after {
	content: "";
	display: block;
	position: absolute;
	right: 7px;
	top: 0;
	width: 1px;
	height: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000
}

@media (min-width:1200px) {
	.header .nav .menu .primary-menu>li.menu-item-has-children .plus-minus:after {
		display: none
	}
}

.header .nav .menu .primary-menu>li>a {
	display: inline;
	z-index: 2;
	position: relative
}

.header .nav .menu .primary-menu>li>.sub-menu {
	background-color: rgba(0, 0, 0, 0.03);
	padding: 15px 20px;
	margin-left: -20px;
	margin-right: -20px;
	display: none;
	list-style-type: none;
	max-width: none
}

@media (min-width:1200px) {
	.header .nav .menu .primary-menu>li>.sub-menu {
		top: 0;
		left: 50%;
		width: 45%;
		position: absolute;
		background: none;
		padding: 0;
		background-color: none;
		margin-left: -40px
	}
}

.header .nav .menu .primary-menu>li>.sub-menu>li {
	color: #000000;
	font-size: 0.9rem;
	line-height: 1.4rem;
	margin-bottom: 10px
}

.header .nav .menu .primary-menu>li>.sub-menu>li:last-child {
	margin-bottom: 0
}

.header .nav .menu .primary-menu>li>.sub-menu>li .plus-minus {
	display: none
}

.header .nav .menu .primary-menu>li>.sub-menu>li>ul {
	padding: 15px 0px 5px;
	list-style: none
}

.header .nav .menu .primary-menu>li>.sub-menu>li>ul li {
	color: #888888;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px
}

@media (min-width:1200px) {
	.header .nav .menu .primary-menu>li>.sub-menu>li>ul li a {
		background-image: linear-gradient(to top, rgb(136, 136, 136) 1px, rgb(136, 136, 136) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px)
	}
}

.header .nav .menu .primary-menu>li>.sub-menu>li>ul li a sup {
	display: inline-block;
	margin-top: -4px;
	margin-left: 3px
}

.header .nav .menu .primary-menu>li>.sub-menu>li>ul li .plus-minus {
	display: none
}

.header .nav .menu .mobile-secondary-menu {
	color: #000000;
	font-size: 16px;
	line-height: 25px;
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px;
	border-top: 1px solid #DDDDDD;
	margin-top: 6px;
	list-style-type: none;
	max-width: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.header .nav .menu .mobile-secondary-menu li {
	margin-bottom: 6px
}

@media (min-width:1200px) {
	.header .nav .menu .mobile-secondary-menu {
		display: none
	}
}

.header .nav .mobile-menu-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: transparent;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 999;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
	transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

@media (min-width:1200px) {
	.header .nav .mobile-menu-footer {
		display: none
	}
}

.header .nav .mobile-menu-footer>* {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.header .nav .mobile-menu-footer .mobile-social-icons a {
	margin-left: 25px;
	font-size: 20px
}

.header .nav .mobile-menu-footer .mobile-my-account {
	font-size: 16px
}

.header .nav .menu.active+.mobile-menu-footer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
	transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s
}

.header .nav .menu.active+.mobile-menu-footer>* {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

.header .nav .vertical-menu {
	display: none
}

@media (min-width:1200px) {
	.header .nav .vertical-menu {
		display: block
	}

	.header .nav .vertical-menu .left-menu-bar {
		position: fixed;
		bottom: 0;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-transform: translateY(100%) rotate(-90deg);
		transform: translateY(100%) rotate(-90deg);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100vh;
		padding: 0 40px 0px 40px;
		height: 100px;
		left: 0;
		z-index: 103
	}

	.header .nav .vertical-menu .left-menu-bar .toggle-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		cursor: pointer
	}
}

@media (min-width:1200px) and (min-width:1200px) {
	.header .nav .vertical-menu .left-menu-bar .toggle-menu {
		justify-self: flex-end;
		margin-left: auto;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out
	}

	.header .nav .vertical-menu .left-menu-bar .toggle-menu:hover {
		opacity: 0.5
	}
}

@media (min-width:1200px) {
	.header .nav .vertical-menu .left-menu-bar .toggle-menu span {
		padding-right: 10px;
		font-size: 16px
	}

	.header .nav .vertical-menu .left-menu-bar .toggle-menu .icon-menu-20x20 {
		font-size: 20px;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		right: 0;
		cursor: pointer
	}

	.header .nav .vertical-menu .left-menu-bar .toggle-menu .icon-close-20x20 {
		font-size: 20px;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		right: 0;
		cursor: pointer
	}

	.header .nav .vertical-menu .left-menu-bar .toggle-menu .icon-close-20x20+.icon-pulsating-ring {
		opacity: 0
	}

	.header .nav .vertical-menu .left-menu-bar .toggle-menu .icon-pulsating-ring {
		position: absolute;
		opacity: 1;
		top: 14px;
		right: -4px;
		left: auto;
		width: 14px;
		height: 14px;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out
	}

	.header .nav .vertical-menu .left-menu-bar .toggle-menu .pulse-circle {
		background-color: #F0D68D;
		border-radius: 50%;
		width: 14px;
		height: 14px;
		position: relative
	}

	.header .nav .vertical-menu .left-menu-bar .toggle-menu .pulse-ring {
		-webkit-animation: pulsate 1s ease-out;
		animation: pulsate 1s ease-out;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		border-width: 2px;
		border-style: solid;
		border-color: #F0D68D;
		border-radius: 30px;
		height: 24px;
		width: 24px;
		opacity: 0;
		position: absolute;
		top: -5px;
		right: -5px;
		left: auto
	}

	.header .nav .vertical-menu .left-menu-bar .secondary-menu {
		display: initial;
		font-size: 16px;
		margin: 0;
		max-width: 80%
	}

	.header .nav .vertical-menu .left-menu-bar .secondary-menu li {
		display: inline-block;
		padding-right: 20px
	}

	.header .nav .vertical-menu .left-menu-bar .secondary-menu li a {
		position: relative;
		background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
		background-repeat: no-repeat;
		background-position: 0 100%;
		background-size: 0 100%;
		-webkit-transition: background-size 0.2s ease-in-out;
		transition: background-size 0.2s ease-in-out;
		background-color: transparent
	}

	.header .nav .vertical-menu .left-menu-bar .secondary-menu li a:hover {
		background-size: 100% 100%
	}

	.header .nav .vertical-menu .top-bar {
		height: 150px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header .nav .vertical-menu .top-bar .custom-logo-link .custom-logo {
		display: block;
		min-width: 20px;
		width: auto
	}

	.header .nav .vertical-menu .right-menu-bar {
		position: fixed;
		bottom: 0;
		-webkit-transform-origin: top right;
		transform-origin: top right;
		-webkit-transform: translateY(100%) rotate(90deg);
		transform: translateY(100%) rotate(90deg);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100vh;
		font-size: 20px;
		padding: 0 40px 0 40px;
		height: 100px;
		right: 0;
		z-index: 1
	}

	.header .nav .vertical-menu .right-menu-bar .menu-icons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header .nav .vertical-menu .right-menu-bar .menu-icons a,
	.header .nav .vertical-menu .right-menu-bar .menu-icons>span {
		display: inline-block;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		margin-right: 25px;
		cursor: pointer
	}
}

@media (min-width:1200px) and (min-width:1200px) {

	.header .nav .vertical-menu .right-menu-bar .menu-icons a,
	.header .nav .vertical-menu .right-menu-bar .menu-icons>span {
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out
	}

	.header .nav .vertical-menu .right-menu-bar .menu-icons a:hover,
	.header .nav .vertical-menu .right-menu-bar .menu-icons>span:hover {
		opacity: 0.5
	}
}

@media (min-width:1200px) {

	.header .nav .vertical-menu .right-menu-bar .menu-icons a i,
	.header .nav .vertical-menu .right-menu-bar .menu-icons>span i {
		display: block
	}

	.header .nav .vertical-menu .right-menu-bar .menu-icons .show-cart .items-count {
		position: absolute;
		font-size: 10px;
		left: 0;
		top: 5px;
		width: 100%;
		text-align: center;
		pointer-events: none
	}

	.header .nav .vertical-menu .right-menu-bar .menu-icons .wishlist-link i {
		font-size: 18px
	}

	.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom a,
	.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom>span {
		display: inline-block;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		margin-left: 25px;
		cursor: pointer
	}
}

@media (min-width:1200px) and (min-width:1200px) {

	.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom a,
	.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom>span {
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out
	}

	.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom a:hover,
	.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom>span:hover {
		opacity: 0.5
	}
}

@media (min-width:1200px) {

	.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom a i,
	.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom>span i {
		display: block
	}

	.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom .scroll-top {
		opacity: 0;
		visibility: hidden
	}

	.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom .scroll-top.visible {
		visibility: visible;
		opacity: 1
	}

	.header .nav .vertical-menu .right-menu-bar .menu-icons-bottom .scroll-top.visible:hover {
		opacity: 0.5
	}
}

.header .search-box {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 0px 20px 20px;
	overflow: auto;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
	transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
	z-index: 2
}

@media (min-width:1200px) {
	.header .search-box {
		width: 650px;
		left: auto;
		z-index: 2;
		padding: 100px 120px
	}
}

.header .search-box.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
	transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1)
}

.header .search-box.active .canvas-wrapper {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

@media (min-width:1200px) {
	.header .search-box.active .canvas-wrapper {
		min-width: 410px
	}
}

.header .search-box .close-search {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 14px
}

@media (min-width:1200px) {
	.header .search-box .close-search {
		right: 45px;
		top: 45px
	}
}

.header .search-box .canvas-wrapper {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.header .search-box .search-header {
	margin-bottom: 40px;
	text-align: center;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:1200px) {
	.header .search-box .search-header {
		height: 0;
		margin: 0
	}
}

@media (min-width:1200px) {
	.header .search-box .search-header .logo {
		display: none
	}
}

.header .search-box .search-wrapper .search-form {
	margin-bottom: 32px;
	position: relative;
	z-index: 1
}

.header .search-box .search-wrapper .search-form label {
	float: left;
	border: none;
	background-size: 0 100%;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%
}

.header .search-box .search-wrapper .search-form label .search-field {
	font-size: 1.375rem;
	line-height: 1.9rem;
	border: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	outline: none;
	width: 100%;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px 40px 10px 0;
	background-size: 0;
	overflow: hidden;
	-webkit-appearance: none
}

.header .search-box .search-wrapper .search-form label .search-field:hover {
	background-size: 0
}

.header .search-box .search-wrapper .search-form label .search-field::-webkit-search-cancel-button,
.header .search-box .search-wrapper .search-form label .search-field::-webkit-search-decoration,
.header .search-box .search-wrapper .search-form label .search-field::-webkit-search-results-button,
.header .search-box .search-wrapper .search-form label .search-field::-webkit-search-results-decoration {
	display: none
}

.header .search-box .search-wrapper .search-form label .submit-form {
	border: none;
	background: none;
	padding: 0;
	font-size: 17.14px;
	outline: none;
	cursor: pointer;
	color: #000;
	position: relative;
	overflow: visible
}

.header .search-box .search-wrapper .search-form label .submit-form.loading:before {
	content: "";
	background: #000;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	position: absolute;
	left: -35px;
	top: 19px;
	-webkit-animation: pulsate 1s ease-out;
	animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0
}

.header .search-box .search-wrapper .search-form label:active,
.header .search-box .search-wrapper .search-form label:focus,
.header .search-box .search-wrapper .search-form label:hover {
	background-size: 100% 100%
}

.header .search-box .search-wrapper .search-results {
	position: relative;
	padding-top: 100px
}

.header .search-box .search-wrapper .search-results .vertical-title {
	display: none
}

@media (min-width:1200px) {
	.header .search-box .search-wrapper .search-results .vertical-title {
		display: block;
		position: absolute;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		height: auto;
		text-transform: uppercase;
		font-size: 13px;
		left: -40px;
		width: 120px;
		text-align: right;
		margin-top: 120px
	}
}

.header .search-box .search-wrapper .search-results .view-all {
	font-size: 18px;
	line-height: 8px;
	margin-top: 40px;
	display: table;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.header .search-box .search-wrapper .search-results .view-all:hover {
	background-size: 0% 100%
}

.header .search-box .search-wrapper .search-results .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	width: 100%
}

.header .search-box .search-wrapper .search-results .item .product-feature-img {
	display: inline-block;
	margin-right: 16px
}

.header .search-box .search-wrapper .search-results .item .product-feature-img img {
	width: 96px;
	height: 96px;
	min-width: 96px;
	display: block;
	min-height: 96px;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-object-fit: cover;
	object-fit: cover
}

.header .search-box .search-wrapper .search-results .item .product-feature-img img:hover {
	opacity: 0.5
}

.header .search-box .search-wrapper .search-results .item .product-info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.header .search-box .search-wrapper .search-results .item .product-info .small-heading-6 a {
	display: inline;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	background-color: transparent
}

.header .search-box .search-wrapper .search-results .item .product-info .small-heading-6 a:hover {
	background-size: 100% 100%
}

.header .search-box .no-woocommerce-search .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 32px;
	position: relative
}

.header .search-box .no-woocommerce-search .search-form:before {
	font-size: 17.14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	position: absolute;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	font-family: "Block-Shop";
	content: "\e924"
}

.header .search-box .no-woocommerce-search .search-form .screen-reader-text {
	display: none
}

.header .search-box .no-woocommerce-search .search-form .search-submit {
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 0;
	background: none;
	padding: 0;
	width: 30px;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0
}

.header .shopping-cart {
	display: none
}

.header .shopping-cart .widgettitle {
	display: none
}

@media (min-width:1200px) {
	.header .shopping-cart {
		display: block;
		width: 650px;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: #fff;
		padding: 120px 100px 60px 100px;
		overflow: auto;
		z-index: 101;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		-webkit-transition: -webkit-transform 0.2s;
		transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transition: transform 0.2s, -webkit-transform 0.2s;
		-webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
		transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1)
	}

	.header .shopping-cart.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 0.2s;
		transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transition: transform 0.2s, -webkit-transform 0.2s;
		-webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
		transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1)
	}

	.header .shopping-cart.active .canvas-wrapper {
		opacity: 1;
		visibility: visible;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s
	}

	.header .shopping-cart .canvas-wrapper {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out
	}

	.header .shopping-cart .woocommerce-mini-cart__empty-message {
		font-size: 1.65rem;
		line-height: 2.3rem;
		text-align: center;
		max-width: 265px;
		margin: 0 auto
	}

	.header .shopping-cart .close-cart {
		position: absolute;
		right: 45px;
		top: 45px;
		font-size: 14px;
		display: inline-block
	}

	.header .shopping-cart .vertical-title {
		position: absolute;
		bottom: 0;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-transform: rotate(-90deg) translate(-100%, 0);
		transform: rotate(-90deg) translate(-100%, 0);
		left: 80px;
		bottom: auto;
		font-size: 13px;
		text-align: right;
		text-transform: uppercase
	}

	.header .shopping-cart .cart_list {
		margin-bottom: 200px;
		height: 100%;
		position: relative;
		max-height: calc(100vh - 420px);
		overflow-y: auto;
		list-style-type: none
	}

	.header .shopping-cart .cart_list .mini_cart_item {
		padding: 0 20px 0 132px
	}

	.header .shopping-cart .cart_list .mini_cart_item:hover .remove_from_cart_button {
		opacity: 1;
		visibility: visible
	}

	.header .shopping-cart .cart_list .mini_cart_item .blockUI {
		background-color: #fff !important
	}

	.header .shopping-cart .cart_list .mini_cart_item .remove_from_cart_button {
		font-size: 0;
		height: auto;
		position: absolute;
		right: 10px;
		top: 3px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out
	}

	.header .shopping-cart .cart_list .mini_cart_item .remove_from_cart_button:before {
		content: "\e921";
		font-family: "Block-Shop";
		font-size: 10px;
		color: #000;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		cursor: pointer;
		display: inline-block;
		color: #888888
	}

	.header .shopping-cart .cart_list .mini_cart_item .remove_from_cart_button:hover:before {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		color: #000
	}

	.header .shopping-cart .cart_list .mini_cart_item .quantity {
		font-size: 16px;
		margin-top: 10px;
		display: block
	}

	.header .shopping-cart .cart_list .mini_cart_item .variation {
		display: block;
		width: 100%;
		margin: 0
	}

	.header .shopping-cart .woocommerce-mini-cart__total {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		margin-bottom: 16px;
		position: absolute;
		left: 120px;
		right: 100px;
		bottom: 205px
	}

	.header .shopping-cart .woocommerce-mini-cart__total>strong {
		color: #888888;
		font-size: 15px;
		font-weight: normal
	}

	.header .shopping-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
		color: #000;
		font-size: 1.375rem
	}

	.header .shopping-cart .woocommerce-mini-cart__buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: absolute;
		left: 120px;
		right: 100px;
		bottom: 53px
	}

	.header .shopping-cart .woocommerce-mini-cart__buttons.wcppec-cart-widget-spb {
		bottom: 0
	}

	.header .shopping-cart .woocommerce-mini-cart__buttons a:first-child {
		font-size: 0.9rem;
		padding: inherit;
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-top: 24px;
		margin-bottom: 18px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		position: relative;
		line-height: 1.23;
		background-color: inherit;
		color: inherit;
		background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
		background-repeat: no-repeat;
		background-position: 0 100%;
		background-size: 100% 100%;
		-webkit-transition: background-size 0.2s ease-in-out;
		transition: background-size 0.2s ease-in-out
	}

	.header .shopping-cart .woocommerce-mini-cart__buttons a:first-child:hover {
		background-size: 0 100%
	}

	.header .shopping-cart .woocommerce-mini-cart__buttons a:last-child {
		font-size: 0.9rem;
		background-color: #000;
		width: 100%;
		text-align: center;
		padding: 18px 0;
		display: block;
		color: #fff;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out
	}

	.header .shopping-cart .woocommerce-mini-cart__buttons a:last-child:hover {
		opacity: 0.8
	}
}

.header .account-cont {
	display: none
}

@media (min-width:1200px) {
	.header .account-cont {
		display: block;
		width: 650px;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: #fff;
		padding: 120px 100px 60px 100px;
		overflow: auto;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		-webkit-transition: -webkit-transform 0.2s;
		transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transition: transform 0.2s, -webkit-transform 0.2s;
		-webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
		transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1)
	}

	.header .account-cont.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 0.2s;
		transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transition: transform 0.2s, -webkit-transform 0.2s;
		-webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1);
		transition-timing-function: cubic-bezier(0.2, 0, 0.26, 1)
	}

	.header .account-cont.active .canvas-wrapper {
		opacity: 1;
		visibility: visible;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s
	}

	.header .account-cont .canvas-wrapper {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out
	}

	.header .account-cont .close-account {
		position: absolute;
		right: 45px;
		top: 45px;
		font-size: 13.5px
	}

	.header .account-cont .account-wrapper {
		position: relative
	}

	.header .account-cont .account-wrapper .woocommerce-error li {
		padding: 0 15px;
		font-size: 0.9rem
	}
}

.header .offcanvas {
	z-index: 102
}

.header .mobile-logo {
	display: inline-block
}

@media (min-width:1200px) {
	.header .mobile-logo {
		display: none
	}
}

.header .mobile-logo a {
	display: block;
	line-height: 0
}

.header .mobile-logo img {
	width: auto;
	max-height: 60px;
	max-width: 190px
}

@media (max-width:575.98px) {
	.header .mobile-logo img {
		max-width: 110px;
		padding: 10px 0
	}
}

.header .mobile-logo span {
	font-size: 1rem;
	text-transform: uppercase
}

@media (min-width:1200px) {
	.header .logo {
		display: inline-block
	}

	.header .logo img {
		width: 198px
	}

	.header .logo span {
		font-size: 1.4rem;
		text-transform: uppercase
	}
}

.shop-categories {
	margin: 32px auto 32px auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (min-width:1200px) {
	.shop-categories {
		margin: 0 auto 64px auto;
		-webkit-box-ordinal-group: initial;
		-ms-flex-order: initial;
		order: initial;
		width: auto
	}
}

.shop-categories .widgettitle {
	display: none
}

.shop-categories .shop-list {
	margin: 0;
	max-width: 100%
}

@media (min-width:1200px) {
	.shop-categories .shop-list {
		padding: 0
	}
}

.shop-categories .shop-list .cat-item {
	display: inline-block;
	padding: 0 6px;
	position: relative;
	margin: 0 0 10px 0
}

@media (min-width:1200px) {
	.shop-categories .shop-list .cat-item {
		margin: 0 0 16px 0;
		padding: 0 16px
	}

	.shop-categories .shop-list .cat-item:after {
		content: "";
		background-color: #DDDDDD;
		width: 1px;
		height: 30px;
		-webkit-transform: rotate(25deg) translateY(-50%);
		transform: rotate(25deg) translateY(-50%);
		display: inline-block;
		position: absolute;
		right: 3px;
		top: 50%
	}

	.shop-categories .shop-list .cat-item:last-child:after {
		display: none
	}
}

.shop-categories .shop-list .cat-item a {
	font-size: 1rem;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.shop-categories .shop-list .cat-item a:hover {
	background-size: 100% 100%
}

@media (min-width:1200px) {
	.shop-categories .shop-list .cat-item a {
		position: relative;
		font-size: 1.375rem
	}
}

.shop-categories .shop-list .cat-item .count {
	color: #888888;
	vertical-align: top;
	font-size: 14px;
	display: none
}

.shop-categories .shop-list .cat-item.current-cat a {
	background-size: 100% 100%
}

.shop-categories .shop-list .cat-item.current-cat a:hover {
	background-size: 0 100%
}

.shop-categories .shop-list .cat-item.current-cat .count {
	display: inline-block
}

.shop-categories .shop-list .cat-item.current-cat h1 {
	font-size: 0;
	margin-bottom: 0
}

.shop-categories .shop-list+.widget_layered_nav_filters {
	padding-top: 20px
}

@media (min-width:1200px) {
	.shop-categories .shop-list+.widget_layered_nav_filters {
		padding: 0
	}
}

.shop-categories .widget_layered_nav_filters {
	margin-bottom: 0;
	padding: 0;
	width: 100%
}

.shop-categories .widget_layered_nav_filters ul {
	text-align: center
}

@media (min-width:1200px) {
	body.transparent_header header#masthead {
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 101
	}

	body.transparent_header header#masthead .right-menu-bar,
	body.transparent_header header#masthead .top-bar {
		z-index: 2
	}
}

.header .logo {
	text-align: center
}

.header .logo span.tagline {
	display: none
}

@media (min-width:1200px) {
	.header .logo span.tagline {
		display: block;
		font-size: 13px
	}
}

@keyframes pulsate {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1)
	}

	50% {
		opacity: 1
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0
	}
}

.page-footer {
	padding: 0 15px;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0
}

@media (min-width:1200px) {
	.page-footer {
		right: 100px;
		left: 100px;
		padding: 30px 0;
		position: absolute
	}
}

.page-footer .sub-footer {
	text-align: center
}

.page-footer .sub-footer .col-xl-6 {
	padding: 0
}

.page-footer .sub-footer .social-icons {
	font-size: 13px;
	display: block;
	margin-bottom: 20px
}

.page-footer .sub-footer .social-icons i {
	margin: 0 12px
}

.page-footer .sub-footer .copyright {
	color: #888888;
	font-size: 15px
}

.page-footer .sub-footer .footer-links {
	color: #888888;
	margin-top: 30px
}

.page-footer .sub-footer .footer-links li {
	display: block
}

.page-footer .sub-footer .footer-links li a {
	margin: 0 12px;
	display: block;
	font-size: 15px
}

@media (min-width:576px) {
	.page-footer .sub-footer .footer-links li {
		display: inline-block
	}

	.page-footer .sub-footer .footer-links li a {
		position: relative
	}

	.page-footer .sub-footer .footer-links li a:hover {
		border-bottom: 1px solid transparent
	}

	.page-footer .sub-footer .footer-links li a:after {
		content: "";
		width: 0;
		height: 1px;
		background-color: #888888;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		position: absolute;
		bottom: -1px;
		left: 0
	}

	.page-footer .sub-footer .footer-links li a:hover:after {
		width: 100%
	}

	.page-footer .sub-footer .copyright a {
		position: relative;
		display: inline-block
	}

	.page-footer .sub-footer .copyright a:hover {
		border-bottom: 1px solid transparent
	}

	.page-footer .sub-footer .copyright a:after {
		content: "";
		width: 0;
		height: 1px;
		background-color: #888888;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		position: absolute;
		bottom: -1px;
		left: 0
	}

	.page-footer .sub-footer .copyright a:hover:after {
		width: 100%
	}
}

@media (min-width:1200px) {
	.page-footer .sub-footer {
		text-align: left
	}

	.page-footer .sub-footer .footer-menu {
		margin: 0 -12px 0 0
	}

	.page-footer .sub-footer .social-icons {
		display: inline-block;
		margin-bottom: 0
	}

	.page-footer .sub-footer .social-icons i {
		margin-right: 24px;
		margin-left: 0
	}

	.page-footer .sub-footer .footer-links {
		text-align: right;
		padding: 0;
		margin-top: 0
	}

	.page-footer .sub-footer .footer-links a {
		margin-left: 24px;
		margin-right: 0;
		border-bottom: 1px solid transparent;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out
	}

	.page-footer .sub-footer .copyright a {
		border-bottom: 1px solid transparent;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out
	}
}

body.transparent_footer .container-fluid,
body.transparent_footer .single-content {
	padding-bottom: 0
}

body.transparent_footer .page-footer {
	z-index: 2
}

.widgets-section [class*=wp-block-].alignfull,
.woocommerce-widgets-wrapper [class*=wp-block-].alignfull,
body.home [class*=wp-block-].alignfull,
body.page [class*=wp-block-].alignfull,
body.single-post [class*=wp-block-].alignfull {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

@media screen and (min-width:1050px) {

	.widgets-section [class*=wp-block-].alignfull,
	.woocommerce-widgets-wrapper [class*=wp-block-].alignfull,
	body.home [class*=wp-block-].alignfull,
	body.page [class*=wp-block-].alignfull,
	body.single-post [class*=wp-block-].alignfull {
		width: calc(100vw - 200px - 18px);
		margin-left: calc(-50vw + 50% + 100px + 9px);
		margin-right: calc(-50vw + 50% + 100px + 9px)
	}
}

@media screen and (min-width:1050px) {

	.widgets-section.post-template-wp-custom-template-custom-template [class*=wp-block-].alignfull,
	.woocommerce-widgets-wrapper.post-template-wp-custom-template-custom-template [class*=wp-block-].alignfull,
	body.home.post-template-wp-custom-template-custom-template [class*=wp-block-].alignfull,
	body.page.post-template-wp-custom-template-custom-template [class*=wp-block-].alignfull,
	body.single-post.post-template-wp-custom-template-custom-template [class*=wp-block-].alignfull {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%)
	}
}

.widgets-section .wp-block-cover.alignleft,
.widgets-section .wp-block-cover.alignright,
.widgets-section .wp-block-image.alignleft,
.widgets-section .wp-block-image.alignright,
.woocommerce-widgets-wrapper .wp-block-cover.alignleft,
.woocommerce-widgets-wrapper .wp-block-cover.alignright,
.woocommerce-widgets-wrapper .wp-block-image.alignleft,
.woocommerce-widgets-wrapper .wp-block-image.alignright,
body.home .wp-block-cover.alignleft,
body.home .wp-block-cover.alignright,
body.home .wp-block-image.alignleft,
body.home .wp-block-image.alignright,
body.page .wp-block-cover.alignleft,
body.page .wp-block-cover.alignright,
body.page .wp-block-image.alignleft,
body.page .wp-block-image.alignright,
body.single-post .wp-block-cover.alignleft,
body.single-post .wp-block-cover.alignright,
body.single-post .wp-block-image.alignleft,
body.single-post .wp-block-image.alignright {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.widgets-section .wp-block-gallery.alignleft,
.widgets-section .wp-block-gallery.alignright,
.woocommerce-widgets-wrapper .wp-block-gallery.alignleft,
.woocommerce-widgets-wrapper .wp-block-gallery.alignright,
body.home .wp-block-gallery.alignleft,
body.home .wp-block-gallery.alignright,
body.page .wp-block-gallery.alignleft,
body.page .wp-block-gallery.alignright,
body.single-post .wp-block-gallery.alignleft,
body.single-post .wp-block-gallery.alignright {
	margin-top: 1rem;
	margin-bottom: 0.25rem
}

.widgets-section .entry-content>h1,
.widgets-section .entry-content>h2,
.widgets-section .entry-content>h3,
.widgets-section .entry-content>h4,
.widgets-section .entry-content>h5,
.widgets-section .entry-content>h6,
.widgets-section .entry-content>hr,
.woocommerce-widgets-wrapper .entry-content>h1,
.woocommerce-widgets-wrapper .entry-content>h2,
.woocommerce-widgets-wrapper .entry-content>h3,
.woocommerce-widgets-wrapper .entry-content>h4,
.woocommerce-widgets-wrapper .entry-content>h5,
.woocommerce-widgets-wrapper .entry-content>h6,
.woocommerce-widgets-wrapper .entry-content>hr,
body.home .entry-content>h1,
body.home .entry-content>h2,
body.home .entry-content>h3,
body.home .entry-content>h4,
body.home .entry-content>h5,
body.home .entry-content>h6,
body.home .entry-content>hr,
body.page .entry-content>h1,
body.page .entry-content>h2,
body.page .entry-content>h3,
body.page .entry-content>h4,
body.page .entry-content>h5,
body.page .entry-content>h6,
body.page .entry-content>hr,
body.single-post .entry-content>h1,
body.single-post .entry-content>h2,
body.single-post .entry-content>h3,
body.single-post .entry-content>h4,
body.single-post .entry-content>h5,
body.single-post .entry-content>h6,
body.single-post .entry-content>hr {
	margin-top: 2.5rem
}

.widgets-section .entry-content>p,
.woocommerce-widgets-wrapper .entry-content>p,
body.home .entry-content>p,
body.page .entry-content>p,
body.single-post .entry-content>p {
	margin-bottom: 1rem
}

.widgets-section .entry-content>p+:not(p),
.woocommerce-widgets-wrapper .entry-content>p+:not(p),
body.home .entry-content>p+:not(p),
body.page .entry-content>p+:not(p),
body.single-post .entry-content>p+:not(p) {
	margin-top: 2.5rem
}

.widgets-section .entry-content>hr,
.woocommerce-widgets-wrapper .entry-content>hr,
body.home .entry-content>hr,
body.page .entry-content>hr,
body.single-post .entry-content>hr {
	margin-bottom: 2.5rem
}

.widgets-section .entry-content .wp-block-gallery+h1,
.widgets-section .entry-content .wp-block-gallery+h2,
.widgets-section .entry-content .wp-block-gallery+h3,
.widgets-section .entry-content .wp-block-gallery+h4,
.widgets-section .entry-content .wp-block-gallery+h5,
.widgets-section .entry-content .wp-block-gallery+h6,
.widgets-section .entry-content .wp-block-gallery+hr,
.woocommerce-widgets-wrapper .entry-content .wp-block-gallery+h1,
.woocommerce-widgets-wrapper .entry-content .wp-block-gallery+h2,
.woocommerce-widgets-wrapper .entry-content .wp-block-gallery+h3,
.woocommerce-widgets-wrapper .entry-content .wp-block-gallery+h4,
.woocommerce-widgets-wrapper .entry-content .wp-block-gallery+h5,
.woocommerce-widgets-wrapper .entry-content .wp-block-gallery+h6,
.woocommerce-widgets-wrapper .entry-content .wp-block-gallery+hr,
body.home .entry-content .wp-block-gallery+h1,
body.home .entry-content .wp-block-gallery+h2,
body.home .entry-content .wp-block-gallery+h3,
body.home .entry-content .wp-block-gallery+h4,
body.home .entry-content .wp-block-gallery+h5,
body.home .entry-content .wp-block-gallery+h6,
body.home .entry-content .wp-block-gallery+hr,
body.page .entry-content .wp-block-gallery+h1,
body.page .entry-content .wp-block-gallery+h2,
body.page .entry-content .wp-block-gallery+h3,
body.page .entry-content .wp-block-gallery+h4,
body.page .entry-content .wp-block-gallery+h5,
body.page .entry-content .wp-block-gallery+h6,
body.page .entry-content .wp-block-gallery+hr,
body.single-post .entry-content .wp-block-gallery+h1,
body.single-post .entry-content .wp-block-gallery+h2,
body.single-post .entry-content .wp-block-gallery+h3,
body.single-post .entry-content .wp-block-gallery+h4,
body.single-post .entry-content .wp-block-gallery+h5,
body.single-post .entry-content .wp-block-gallery+h6,
body.single-post .entry-content .wp-block-gallery+hr {
	margin-top: 1.75rem
}

.widgets-section .wp-block-cover a,
.widgets-section .wp-block-gallery a,
.widgets-section .wp-block-image figure a,
.woocommerce-widgets-wrapper .wp-block-cover a,
.woocommerce-widgets-wrapper .wp-block-gallery a,
.woocommerce-widgets-wrapper .wp-block-image figure a,
body.home .wp-block-cover a,
body.home .wp-block-gallery a,
body.home .wp-block-image figure a,
body.page .wp-block-cover a,
body.page .wp-block-gallery a,
body.page .wp-block-image figure a,
body.single-post .wp-block-cover a,
body.single-post .wp-block-gallery a,
body.single-post .wp-block-image figure a {
	background-image: unset !important;
	text-decoration: underline
}

.widgets-section .wp-block-cover.alignright,
.widgets-section .wp-block-gallery.alignright,
.widgets-section .wp-block-image figure.alignright,
.woocommerce-widgets-wrapper .wp-block-cover.alignright,
.woocommerce-widgets-wrapper .wp-block-gallery.alignright,
.woocommerce-widgets-wrapper .wp-block-image figure.alignright,
body.home .wp-block-cover.alignright,
body.home .wp-block-gallery.alignright,
body.home .wp-block-image figure.alignright,
body.page .wp-block-cover.alignright,
body.page .wp-block-gallery.alignright,
body.page .wp-block-image figure.alignright,
body.single-post .wp-block-cover.alignright,
body.single-post .wp-block-gallery.alignright,
body.single-post .wp-block-image figure.alignright {
	margin-left: 2rem;
	margin-bottom: 1.5rem
}

.widgets-section .wp-block-cover.alignleft,
.widgets-section .wp-block-gallery.alignleft,
.widgets-section .wp-block-image figure.alignleft,
.woocommerce-widgets-wrapper .wp-block-cover.alignleft,
.woocommerce-widgets-wrapper .wp-block-gallery.alignleft,
.woocommerce-widgets-wrapper .wp-block-image figure.alignleft,
body.home .wp-block-cover.alignleft,
body.home .wp-block-gallery.alignleft,
body.home .wp-block-image figure.alignleft,
body.page .wp-block-cover.alignleft,
body.page .wp-block-gallery.alignleft,
body.page .wp-block-image figure.alignleft,
body.single-post .wp-block-cover.alignleft,
body.single-post .wp-block-gallery.alignleft,
body.single-post .wp-block-image figure.alignleft {
	margin-right: 2rem;
	margin-bottom: 1.5rem
}

@media (max-width:991.98px) {

	.widgets-section .wp-block-cover.alignleft,
	.widgets-section .wp-block-cover.alignright,
	.widgets-section .wp-block-gallery.alignleft,
	.widgets-section .wp-block-gallery.alignright,
	.widgets-section .wp-block-image figure.alignleft,
	.widgets-section .wp-block-image figure.alignright,
	.woocommerce-widgets-wrapper .wp-block-cover.alignleft,
	.woocommerce-widgets-wrapper .wp-block-cover.alignright,
	.woocommerce-widgets-wrapper .wp-block-gallery.alignleft,
	.woocommerce-widgets-wrapper .wp-block-gallery.alignright,
	.woocommerce-widgets-wrapper .wp-block-image figure.alignleft,
	.woocommerce-widgets-wrapper .wp-block-image figure.alignright,
	body.home .wp-block-cover.alignleft,
	body.home .wp-block-cover.alignright,
	body.home .wp-block-gallery.alignleft,
	body.home .wp-block-gallery.alignright,
	body.home .wp-block-image figure.alignleft,
	body.home .wp-block-image figure.alignright,
	body.page .wp-block-cover.alignleft,
	body.page .wp-block-cover.alignright,
	body.page .wp-block-gallery.alignleft,
	body.page .wp-block-gallery.alignright,
	body.page .wp-block-image figure.alignleft,
	body.page .wp-block-image figure.alignright,
	body.single-post .wp-block-cover.alignleft,
	body.single-post .wp-block-cover.alignright,
	body.single-post .wp-block-gallery.alignleft,
	body.single-post .wp-block-gallery.alignright,
	body.single-post .wp-block-image figure.alignleft,
	body.single-post .wp-block-image figure.alignright {
		width: 50%
	}

	.widgets-section .wp-block-cover.alignright,
	.widgets-section .wp-block-gallery.alignright,
	.widgets-section .wp-block-image figure.alignright,
	.woocommerce-widgets-wrapper .wp-block-cover.alignright,
	.woocommerce-widgets-wrapper .wp-block-gallery.alignright,
	.woocommerce-widgets-wrapper .wp-block-image figure.alignright,
	body.home .wp-block-cover.alignright,
	body.home .wp-block-gallery.alignright,
	body.home .wp-block-image figure.alignright,
	body.page .wp-block-cover.alignright,
	body.page .wp-block-gallery.alignright,
	body.page .wp-block-image figure.alignright,
	body.single-post .wp-block-cover.alignright,
	body.single-post .wp-block-gallery.alignright,
	body.single-post .wp-block-image figure.alignright {
		margin-left: 1em
	}

	.widgets-section .wp-block-cover.alignleft,
	.widgets-section .wp-block-gallery.alignleft,
	.widgets-section .wp-block-image figure.alignleft,
	.woocommerce-widgets-wrapper .wp-block-cover.alignleft,
	.woocommerce-widgets-wrapper .wp-block-gallery.alignleft,
	.woocommerce-widgets-wrapper .wp-block-image figure.alignleft,
	body.home .wp-block-cover.alignleft,
	body.home .wp-block-gallery.alignleft,
	body.home .wp-block-image figure.alignleft,
	body.page .wp-block-cover.alignleft,
	body.page .wp-block-gallery.alignleft,
	body.page .wp-block-image figure.alignleft,
	body.single-post .wp-block-cover.alignleft,
	body.single-post .wp-block-gallery.alignleft,
	body.single-post .wp-block-image figure.alignleft {
		margin-right: 1em
	}
}

.widgets-section .wp-block-site-logo,
.woocommerce-widgets-wrapper .wp-block-site-logo,
body.home .wp-block-site-logo,
body.page .wp-block-site-logo,
body.single-post .wp-block-site-logo {
	text-align: center
}

.widgets-section .wp-block-site-logo.aligncenter,
.woocommerce-widgets-wrapper .wp-block-site-logo.aligncenter,
body.home .wp-block-site-logo.aligncenter,
body.page .wp-block-site-logo.aligncenter,
body.single-post .wp-block-site-logo.aligncenter {
	text-align: center
}

.widgets-section .wp-block-site-logo a,
.woocommerce-widgets-wrapper .wp-block-site-logo a,
body.home .wp-block-site-logo a,
body.page .wp-block-site-logo a,
body.single-post .wp-block-site-logo a {
	background-image: none !important
}

.widgets-section .wp-block-query ul li .wp-block-post-featured-image,
.woocommerce-widgets-wrapper .wp-block-query ul li .wp-block-post-featured-image,
body.home .wp-block-query ul li .wp-block-post-featured-image,
body.page .wp-block-query ul li .wp-block-post-featured-image,
body.single-post .wp-block-query ul li .wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0;
	width: 100%
}

.widgets-section .wp-block-query ul li .wp-block-post-featured-image a,
.woocommerce-widgets-wrapper .wp-block-query ul li .wp-block-post-featured-image a,
body.home .wp-block-query ul li .wp-block-post-featured-image a,
body.page .wp-block-query ul li .wp-block-post-featured-image a,
body.single-post .wp-block-query ul li .wp-block-post-featured-image a {
	background-image: none !important;
	display: block
}

.widgets-section .wp-block-file,
.woocommerce-widgets-wrapper .wp-block-file,
body.home .wp-block-file,
body.page .wp-block-file,
body.single-post .wp-block-file {
	position: relative
}

.widgets-section .wp-block-file .wp-block-file__button,
.woocommerce-widgets-wrapper .wp-block-file .wp-block-file__button,
body.home .wp-block-file .wp-block-file__button,
body.page .wp-block-file .wp-block-file__button,
body.single-post .wp-block-file .wp-block-file__button {
	background-image: none;
	padding: 8px 25px;
	margin-bottom: 0;
	float: right
}

.widgets-section .wp-block-image,
.woocommerce-widgets-wrapper .wp-block-image,
body.home .wp-block-image,
body.page .wp-block-image,
body.single-post .wp-block-image {
	margin-bottom: 1.5em;
	position: relative;
	max-width: none
}

.widgets-section .wp-block-image figcaption,
.woocommerce-widgets-wrapper .wp-block-image figcaption,
body.home .wp-block-image figcaption,
body.page .wp-block-image figcaption,
body.single-post .wp-block-image figcaption {
	padding: 0 15px
}

.widgets-section .wp-block-code,
.widgets-section .wp-block-preformatted,
.woocommerce-widgets-wrapper .wp-block-code,
.woocommerce-widgets-wrapper .wp-block-preformatted,
body.home .wp-block-code,
body.home .wp-block-preformatted,
body.page .wp-block-code,
body.page .wp-block-preformatted,
body.single-post .wp-block-code,
body.single-post .wp-block-preformatted {
	font-size: 0.9rem;
	font-family: Menlo, Consolas, monaco, monospace
}

.widgets-section .wp-block-code code,
.widgets-section .wp-block-preformatted code,
.woocommerce-widgets-wrapper .wp-block-code code,
.woocommerce-widgets-wrapper .wp-block-preformatted code,
body.home .wp-block-code code,
body.home .wp-block-preformatted code,
body.page .wp-block-code code,
body.page .wp-block-preformatted code,
body.single-post .wp-block-code code,
body.single-post .wp-block-preformatted code {
	background: transparent
}

.widgets-section .wp-block-column,
.woocommerce-widgets-wrapper .wp-block-column,
body.home .wp-block-column,
body.page .wp-block-column,
body.single-post .wp-block-column {
	margin-bottom: 0
}

@media screen and (max-width:1023px) {

	.widgets-section .wp-block-column,
	.woocommerce-widgets-wrapper .wp-block-column,
	body.home .wp-block-column,
	body.page .wp-block-column,
	body.single-post .wp-block-column {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 0 !important
	}
}

@media screen and (min-width:600px) {

	.widgets-section .wp-block-column:last-child,
	.woocommerce-widgets-wrapper .wp-block-column:last-child,
	body.home .wp-block-column:last-child,
	body.page .wp-block-column:last-child,
	body.single-post .wp-block-column:last-child {
		margin-right: 0
	}
}

@media screen and (max-width:1023px) {

	.widgets-section .wp-block-columns,
	.woocommerce-widgets-wrapper .wp-block-columns,
	body.home .wp-block-columns,
	body.page .wp-block-columns,
	body.single-post .wp-block-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.widgets-section .wp-block-pullquote,
.widgets-section .wp-block-quote,
.woocommerce-widgets-wrapper .wp-block-pullquote,
.woocommerce-widgets-wrapper .wp-block-quote,
body.home .wp-block-pullquote,
body.home .wp-block-quote,
body.page .wp-block-pullquote,
body.page .wp-block-quote,
body.single-post .wp-block-pullquote,
body.single-post .wp-block-quote {
	text-align: left
}

.widgets-section .wp-block-pullquote:before,
.widgets-section .wp-block-quote:before,
.woocommerce-widgets-wrapper .wp-block-pullquote:before,
.woocommerce-widgets-wrapper .wp-block-quote:before,
body.home .wp-block-pullquote:before,
body.home .wp-block-quote:before,
body.page .wp-block-pullquote:before,
body.page .wp-block-quote:before,
body.single-post .wp-block-pullquote:before,
body.single-post .wp-block-quote:before {
	content: none
}

.widgets-section .wp-block-pullquote blockquote,
.widgets-section .wp-block-quote blockquote,
.woocommerce-widgets-wrapper .wp-block-pullquote blockquote,
.woocommerce-widgets-wrapper .wp-block-quote blockquote,
body.home .wp-block-pullquote blockquote,
body.home .wp-block-quote blockquote,
body.page .wp-block-pullquote blockquote,
body.page .wp-block-quote blockquote,
body.single-post .wp-block-pullquote blockquote,
body.single-post .wp-block-quote blockquote {
	margin-bottom: 0
}

.widgets-section .wp-block-pullquote blockquote:before,
.widgets-section .wp-block-quote blockquote:before,
.woocommerce-widgets-wrapper .wp-block-pullquote blockquote:before,
.woocommerce-widgets-wrapper .wp-block-quote blockquote:before,
body.home .wp-block-pullquote blockquote:before,
body.home .wp-block-quote blockquote:before,
body.page .wp-block-pullquote blockquote:before,
body.page .wp-block-quote blockquote:before,
body.single-post .wp-block-pullquote blockquote:before,
body.single-post .wp-block-quote blockquote:before {
	content: none
}

.widgets-section .wp-block-pullquote p,
.widgets-section .wp-block-quote p,
.woocommerce-widgets-wrapper .wp-block-pullquote p,
.woocommerce-widgets-wrapper .wp-block-quote p,
body.home .wp-block-pullquote p,
body.home .wp-block-quote p,
body.page .wp-block-pullquote p,
body.page .wp-block-quote p,
body.single-post .wp-block-pullquote p,
body.single-post .wp-block-quote p {
	font-size: 1.15rem;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
	color: inherit
}

.widgets-section .wp-block-pullquote cite,
.widgets-section .wp-block-quote cite,
.woocommerce-widgets-wrapper .wp-block-pullquote cite,
.woocommerce-widgets-wrapper .wp-block-quote cite,
body.home .wp-block-pullquote cite,
body.home .wp-block-quote cite,
body.page .wp-block-pullquote cite,
body.page .wp-block-quote cite,
body.single-post .wp-block-pullquote cite,
body.single-post .wp-block-quote cite {
	font-size: 1rem;
	text-transform: none;
	color: inherit;
	opacity: 0.5
}

.widgets-section .wp-block-pullquote.is-style-large p,
.widgets-section .wp-block-quote.is-style-large p,
.woocommerce-widgets-wrapper .wp-block-pullquote.is-style-large p,
.woocommerce-widgets-wrapper .wp-block-quote.is-style-large p,
body.home .wp-block-pullquote.is-style-large p,
body.home .wp-block-quote.is-style-large p,
body.page .wp-block-pullquote.is-style-large p,
body.page .wp-block-quote.is-style-large p,
body.single-post .wp-block-pullquote.is-style-large p,
body.single-post .wp-block-quote.is-style-large p {
	font-size: 1.375rem
}

.widgets-section .wp-block-pullquote.alignleft,
.widgets-section .wp-block-quote.alignleft,
.woocommerce-widgets-wrapper .wp-block-pullquote.alignleft,
.woocommerce-widgets-wrapper .wp-block-quote.alignleft,
body.home .wp-block-pullquote.alignleft,
body.home .wp-block-quote.alignleft,
body.page .wp-block-pullquote.alignleft,
body.page .wp-block-quote.alignleft,
body.single-post .wp-block-pullquote.alignleft,
body.single-post .wp-block-quote.alignleft {
	max-width: none
}

.widgets-section .wp-block-pullquote.alignleft blockquote,
.widgets-section .wp-block-quote.alignleft blockquote,
.woocommerce-widgets-wrapper .wp-block-pullquote.alignleft blockquote,
.woocommerce-widgets-wrapper .wp-block-quote.alignleft blockquote,
body.home .wp-block-pullquote.alignleft blockquote,
body.home .wp-block-quote.alignleft blockquote,
body.page .wp-block-pullquote.alignleft blockquote,
body.page .wp-block-quote.alignleft blockquote,
body.single-post .wp-block-pullquote.alignleft blockquote,
body.single-post .wp-block-quote.alignleft blockquote {
	text-align: left
}

.widgets-section .wp-block-pullquote.alignright,
.widgets-section .wp-block-quote.alignright,
.woocommerce-widgets-wrapper .wp-block-pullquote.alignright,
.woocommerce-widgets-wrapper .wp-block-quote.alignright,
body.home .wp-block-pullquote.alignright,
body.home .wp-block-quote.alignright,
body.page .wp-block-pullquote.alignright,
body.page .wp-block-quote.alignright,
body.single-post .wp-block-pullquote.alignright,
body.single-post .wp-block-quote.alignright {
	max-width: none
}

.widgets-section .wp-block-pullquote.alignright blockquote,
.widgets-section .wp-block-quote.alignright blockquote,
.woocommerce-widgets-wrapper .wp-block-pullquote.alignright blockquote,
.woocommerce-widgets-wrapper .wp-block-quote.alignright blockquote,
body.home .wp-block-pullquote.alignright blockquote,
body.home .wp-block-quote.alignright blockquote,
body.page .wp-block-pullquote.alignright blockquote,
body.page .wp-block-quote.alignright blockquote,
body.single-post .wp-block-pullquote.alignright blockquote,
body.single-post .wp-block-quote.alignright blockquote {
	text-align: right
}

.widgets-section .wp-block-buttons .wp-block-button,
.woocommerce-widgets-wrapper .wp-block-buttons .wp-block-button,
body.home .wp-block-buttons .wp-block-button,
body.page .wp-block-buttons .wp-block-button,
body.single-post .wp-block-buttons .wp-block-button {
	margin-top: 0
}

.widgets-section .wp-block-button,
.woocommerce-widgets-wrapper .wp-block-button,
body.home .wp-block-button,
body.page .wp-block-button,
body.single-post .wp-block-button {
	margin-top: 2.5rem;
	text-align: center
}

.widgets-section .wp-block-button.aligncenter,
.woocommerce-widgets-wrapper .wp-block-button.aligncenter,
body.home .wp-block-button.aligncenter,
body.page .wp-block-button.aligncenter,
body.single-post .wp-block-button.aligncenter {
	text-align: center
}

.widgets-section .wp-block-button.alignleft,
.widgets-section .wp-block-button.alignright,
.woocommerce-widgets-wrapper .wp-block-button.alignleft,
.woocommerce-widgets-wrapper .wp-block-button.alignright,
body.home .wp-block-button.alignleft,
body.home .wp-block-button.alignright,
body.page .wp-block-button.alignleft,
body.page .wp-block-button.alignright,
body.single-post .wp-block-button.alignleft,
body.single-post .wp-block-button.alignright {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.widgets-section .wp-block-button .wp-block-button__link,
.woocommerce-widgets-wrapper .wp-block-button .wp-block-button__link,
body.home .wp-block-button .wp-block-button__link,
body.page .wp-block-button .wp-block-button__link,
body.single-post .wp-block-button .wp-block-button__link {
	font-size: 1rem
}

.widgets-section .wp-block-button:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link,
.woocommerce-widgets-wrapper .wp-block-button:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link,
body.home .wp-block-button:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link,
body.page .wp-block-button:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link,
body.single-post .wp-block-button:not(.wc-block-grid__product-add-to-cart) .wp-block-button__link {
	background-image: none;
	display: inline-block;
	margin-bottom: 0;
	line-height: 1.8
}

.widgets-section .wp-block-button.is-style-squared .wp-block-button__link:hover,
.woocommerce-widgets-wrapper .wp-block-button.is-style-squared .wp-block-button__link:hover,
body.home .wp-block-button.is-style-squared .wp-block-button__link:hover,
body.page .wp-block-button.is-style-squared .wp-block-button__link:hover,
body.single-post .wp-block-button.is-style-squared .wp-block-button__link:hover {
	opacity: 0.8
}

.widgets-section .wp-block-button.is-style-outline .wp-block-button__link,
.woocommerce-widgets-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
body.home .wp-block-button.is-style-outline .wp-block-button__link,
body.page .wp-block-button.is-style-outline .wp-block-button__link,
body.single-post .wp-block-button.is-style-outline .wp-block-button__link {
	border: 2px solid currentcolor
}

.widgets-section .wp-block-button.is-style-outline .wp-block-button__link:hover,
.woocommerce-widgets-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover,
body.home .wp-block-button.is-style-outline .wp-block-button__link:hover,
body.page .wp-block-button.is-style-outline .wp-block-button__link:hover,
body.single-post .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-size: 0 100%
}

.widgets-section .wp-block-cover,
.woocommerce-widgets-wrapper .wp-block-cover,
body.home .wp-block-cover,
body.page .wp-block-cover,
body.single-post .wp-block-cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-overflow-style: none;
	padding: 2.5rem 25px;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none
}

@media (min-width:1024px) {

	.widgets-section .wp-block-cover,
	.woocommerce-widgets-wrapper .wp-block-cover,
	body.home .wp-block-cover,
	body.page .wp-block-cover,
	body.single-post .wp-block-cover {
		padding: 2.5rem
	}
}

.widgets-section .wp-block-cover::-webkit-scrollbar,
.woocommerce-widgets-wrapper .wp-block-cover::-webkit-scrollbar,
body.home .wp-block-cover::-webkit-scrollbar,
body.page .wp-block-cover::-webkit-scrollbar,
body.single-post .wp-block-cover::-webkit-scrollbar {
	display: none
}

.widgets-section .wp-block-cover.alignfull,
.widgets-section .wp-block-cover.alignwide,
.woocommerce-widgets-wrapper .wp-block-cover.alignfull,
.woocommerce-widgets-wrapper .wp-block-cover.alignwide,
body.home .wp-block-cover.alignfull,
body.home .wp-block-cover.alignwide,
body.page .wp-block-cover.alignfull,
body.page .wp-block-cover.alignwide,
body.single-post .wp-block-cover.alignfull,
body.single-post .wp-block-cover.alignwide {
	padding: 2.5rem 25px;
	width: auto
}

@media (min-width:1024px) {

	.widgets-section .wp-block-cover.alignfull,
	.widgets-section .wp-block-cover.alignwide,
	.woocommerce-widgets-wrapper .wp-block-cover.alignfull,
	.woocommerce-widgets-wrapper .wp-block-cover.alignwide,
	body.home .wp-block-cover.alignfull,
	body.home .wp-block-cover.alignwide,
	body.page .wp-block-cover.alignfull,
	body.page .wp-block-cover.alignwide,
	body.single-post .wp-block-cover.alignfull,
	body.single-post .wp-block-cover.alignwide {
		padding: 5rem
	}
}

.widgets-section .wp-block-cover.has-parallax,
.woocommerce-widgets-wrapper .wp-block-cover.has-parallax,
body.home .wp-block-cover.has-parallax,
body.page .wp-block-cover.has-parallax,
body.single-post .wp-block-cover.has-parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.widgets-section .wp-block-cover .wp-block-cover__inner-container,
.woocommerce-widgets-wrapper .wp-block-cover .wp-block-cover__inner-container,
body.home .wp-block-cover .wp-block-cover__inner-container,
body.page .wp-block-cover .wp-block-cover__inner-container,
body.single-post .wp-block-cover .wp-block-cover__inner-container {
	max-width: 820px
}

.widgets-section .wp-block-cover .wp-block-cover-text,
.woocommerce-widgets-wrapper .wp-block-cover .wp-block-cover-text,
body.home .wp-block-cover .wp-block-cover-text,
body.page .wp-block-cover .wp-block-cover-text,
body.single-post .wp-block-cover .wp-block-cover-text {
	font-size: 1.375rem;
	line-height: 2;
	color: #FFF;
	margin: 0 10%
}

.widgets-section .wp-block-cover.alignleft p,
.woocommerce-widgets-wrapper .wp-block-cover.alignleft p,
body.home .wp-block-cover.alignleft p,
body.page .wp-block-cover.alignleft p,
body.single-post .wp-block-cover.alignleft p {
	text-align: left
}

.widgets-section .wp-block-cover.alignright p,
.woocommerce-widgets-wrapper .wp-block-cover.alignright p,
body.home .wp-block-cover.alignright p,
body.page .wp-block-cover.alignright p,
body.single-post .wp-block-cover.alignright p {
	text-align: right
}

.widgets-section .wp-block-group .wp-block-group__inner-container>*,
.widgets-section .wp-block-group .wp-block-group__inner-container>[class*=wp-block-],
.woocommerce-widgets-wrapper .wp-block-group .wp-block-group__inner-container>*,
.woocommerce-widgets-wrapper .wp-block-group .wp-block-group__inner-container>[class*=wp-block-],
body.home .wp-block-group .wp-block-group__inner-container>*,
body.home .wp-block-group .wp-block-group__inner-container>[class*=wp-block-],
body.page .wp-block-group .wp-block-group__inner-container>*,
body.page .wp-block-group .wp-block-group__inner-container>[class*=wp-block-],
body.single-post .wp-block-group .wp-block-group__inner-container>*,
body.single-post .wp-block-group .wp-block-group__inner-container>[class*=wp-block-] {
	margin-bottom: 2.5rem
}

.widgets-section .wp-block-group .wp-block-group__inner-container>:not(.alignwide):not(.alignfull),
.widgets-section .wp-block-group .wp-block-group__inner-container>[class*=wp-block-]:not(.alignwide):not(.alignfull),
.woocommerce-widgets-wrapper .wp-block-group .wp-block-group__inner-container>:not(.alignwide):not(.alignfull),
.woocommerce-widgets-wrapper .wp-block-group .wp-block-group__inner-container>[class*=wp-block-]:not(.alignwide):not(.alignfull),
body.home .wp-block-group .wp-block-group__inner-container>:not(.alignwide):not(.alignfull),
body.home .wp-block-group .wp-block-group__inner-container>[class*=wp-block-]:not(.alignwide):not(.alignfull),
body.page .wp-block-group .wp-block-group__inner-container>:not(.alignwide):not(.alignfull),
body.page .wp-block-group .wp-block-group__inner-container>[class*=wp-block-]:not(.alignwide):not(.alignfull),
body.single-post .wp-block-group .wp-block-group__inner-container>:not(.alignwide):not(.alignfull),
body.single-post .wp-block-group .wp-block-group__inner-container>[class*=wp-block-]:not(.alignwide):not(.alignfull) {
	margin-left: auto;
	margin-right: auto;
	max-width: 820px
}

.widgets-section .wp-block-table.is-style-stripes,
.woocommerce-widgets-wrapper .wp-block-table.is-style-stripes,
body.home .wp-block-table.is-style-stripes,
body.page .wp-block-table.is-style-stripes,
body.single-post .wp-block-table.is-style-stripes {
	border-bottom: 0
}

.widgets-section .wp-block-gallery,
.woocommerce-widgets-wrapper .wp-block-gallery,
body.home .wp-block-gallery,
body.page .wp-block-gallery,
body.single-post .wp-block-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.75rem
}

.widgets-section .wp-block-gallery .blocks-gallery-image figcaption,
.widgets-section .wp-block-gallery .blocks-gallery-item figcaption,
.woocommerce-widgets-wrapper .wp-block-gallery .blocks-gallery-image figcaption,
.woocommerce-widgets-wrapper .wp-block-gallery .blocks-gallery-item figcaption,
body.home .wp-block-gallery .blocks-gallery-image figcaption,
body.home .wp-block-gallery .blocks-gallery-item figcaption,
body.page .wp-block-gallery .blocks-gallery-image figcaption,
body.page .wp-block-gallery .blocks-gallery-item figcaption,
body.single-post .wp-block-gallery .blocks-gallery-image figcaption,
body.single-post .wp-block-gallery .blocks-gallery-item figcaption {
	margin-top: 0
}

.widgets-section .wp-block-gallery .blocks-gallery-image,
.woocommerce-widgets-wrapper .wp-block-gallery .blocks-gallery-image,
body.home .wp-block-gallery .blocks-gallery-image,
body.page .wp-block-gallery .blocks-gallery-image,
body.single-post .wp-block-gallery .blocks-gallery-image {
	margin-bottom: 0
}

.widgets-section .wp-block-embed .responsive-embed,
.woocommerce-widgets-wrapper .wp-block-embed .responsive-embed,
body.home .wp-block-embed .responsive-embed,
body.page .wp-block-embed .responsive-embed,
body.single-post .wp-block-embed .responsive-embed {
	padding-bottom: 0;
	position: initial;
	margin-bottom: 0
}

.widgets-section .wp-block-embed twitter-widget,
.woocommerce-widgets-wrapper .wp-block-embed twitter-widget,
body.home .wp-block-embed twitter-widget,
body.page .wp-block-embed twitter-widget,
body.single-post .wp-block-embed twitter-widget {
	margin-left: auto;
	margin-right: auto
}

.widgets-section .wp-block-media-text .wp-block-media-text__content,
.widgets-section .wp-block-media-text .wp-block-media-text__media,
.woocommerce-widgets-wrapper .wp-block-media-text .wp-block-media-text__content,
.woocommerce-widgets-wrapper .wp-block-media-text .wp-block-media-text__media,
body.home .wp-block-media-text .wp-block-media-text__content,
body.home .wp-block-media-text .wp-block-media-text__media,
body.page .wp-block-media-text .wp-block-media-text__content,
body.page .wp-block-media-text .wp-block-media-text__media,
body.single-post .wp-block-media-text .wp-block-media-text__content,
body.single-post .wp-block-media-text .wp-block-media-text__media {
	margin-bottom: 0
}

@media (max-width:600px) {

	.widgets-section .wp-block-media-text .wp-block-media-text__content,
	.woocommerce-widgets-wrapper .wp-block-media-text .wp-block-media-text__content,
	body.home .wp-block-media-text .wp-block-media-text__content,
	body.page .wp-block-media-text .wp-block-media-text__content,
	body.single-post .wp-block-media-text .wp-block-media-text__content {
		margin-top: 24px
	}
}

.widgets-section .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content,
.woocommerce-widgets-wrapper .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content,
body.home .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content,
body.page .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content,
body.single-post .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content {
	padding: 0 108px 0 8%
}

.widgets-section .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content,
.woocommerce-widgets-wrapper .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content,
body.home .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content,
body.page .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content,
body.single-post .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
	padding: 0 8% 0 108px
}

.widgets-section .wc-block-product-categories li,
.widgets-section .wc-block-product-categories li.wp-block-pages-list__item,
.widgets-section .wp-block-archives li,
.widgets-section .wp-block-archives li.wp-block-pages-list__item,
.widgets-section .wp-block-categories li,
.widgets-section .wp-block-categories li.wp-block-pages-list__item,
.widgets-section .wp-block-latest-posts li,
.widgets-section .wp-block-latest-posts li.wp-block-pages-list__item,
.widgets-section ul.wp-block-page-list li,
.widgets-section ul.wp-block-page-list li.wp-block-pages-list__item,
.woocommerce-widgets-wrapper .wc-block-product-categories li,
.woocommerce-widgets-wrapper .wc-block-product-categories li.wp-block-pages-list__item,
.woocommerce-widgets-wrapper .wp-block-archives li,
.woocommerce-widgets-wrapper .wp-block-archives li.wp-block-pages-list__item,
.woocommerce-widgets-wrapper .wp-block-categories li,
.woocommerce-widgets-wrapper .wp-block-categories li.wp-block-pages-list__item,
.woocommerce-widgets-wrapper .wp-block-latest-posts li,
.woocommerce-widgets-wrapper .wp-block-latest-posts li.wp-block-pages-list__item,
.woocommerce-widgets-wrapper ul.wp-block-page-list li,
.woocommerce-widgets-wrapper ul.wp-block-page-list li.wp-block-pages-list__item,
body.home .wc-block-product-categories li,
body.home .wc-block-product-categories li.wp-block-pages-list__item,
body.home .wp-block-archives li,
body.home .wp-block-archives li.wp-block-pages-list__item,
body.home .wp-block-categories li,
body.home .wp-block-categories li.wp-block-pages-list__item,
body.home .wp-block-latest-posts li,
body.home .wp-block-latest-posts li.wp-block-pages-list__item,
body.home ul.wp-block-page-list li,
body.home ul.wp-block-page-list li.wp-block-pages-list__item,
body.page .wc-block-product-categories li,
body.page .wc-block-product-categories li.wp-block-pages-list__item,
body.page .wp-block-archives li,
body.page .wp-block-archives li.wp-block-pages-list__item,
body.page .wp-block-categories li,
body.page .wp-block-categories li.wp-block-pages-list__item,
body.page .wp-block-latest-posts li,
body.page .wp-block-latest-posts li.wp-block-pages-list__item,
body.page ul.wp-block-page-list li,
body.page ul.wp-block-page-list li.wp-block-pages-list__item,
body.single-post .wc-block-product-categories li,
body.single-post .wc-block-product-categories li.wp-block-pages-list__item,
body.single-post .wp-block-archives li,
body.single-post .wp-block-archives li.wp-block-pages-list__item,
body.single-post .wp-block-categories li,
body.single-post .wp-block-categories li.wp-block-pages-list__item,
body.single-post .wp-block-latest-posts li,
body.single-post .wp-block-latest-posts li.wp-block-pages-list__item,
body.single-post ul.wp-block-page-list li,
body.single-post ul.wp-block-page-list li.wp-block-pages-list__item {
	list-style-type: none;
	margin-bottom: 16px
}

.widgets-section .wc-block-product-categories ul.children,
.widgets-section .wc-block-product-categories ul.submenu-container,
.widgets-section .wc-block-product-categories ul.wc-block-product-categories-list,
.widgets-section .wp-block-archives ul.children,
.widgets-section .wp-block-archives ul.submenu-container,
.widgets-section .wp-block-archives ul.wc-block-product-categories-list,
.widgets-section .wp-block-categories ul.children,
.widgets-section .wp-block-categories ul.submenu-container,
.widgets-section .wp-block-categories ul.wc-block-product-categories-list,
.widgets-section .wp-block-latest-posts ul.children,
.widgets-section .wp-block-latest-posts ul.submenu-container,
.widgets-section .wp-block-latest-posts ul.wc-block-product-categories-list,
.widgets-section ul.wp-block-page-list ul.children,
.widgets-section ul.wp-block-page-list ul.submenu-container,
.widgets-section ul.wp-block-page-list ul.wc-block-product-categories-list,
.woocommerce-widgets-wrapper .wc-block-product-categories ul.children,
.woocommerce-widgets-wrapper .wc-block-product-categories ul.submenu-container,
.woocommerce-widgets-wrapper .wc-block-product-categories ul.wc-block-product-categories-list,
.woocommerce-widgets-wrapper .wp-block-archives ul.children,
.woocommerce-widgets-wrapper .wp-block-archives ul.submenu-container,
.woocommerce-widgets-wrapper .wp-block-archives ul.wc-block-product-categories-list,
.woocommerce-widgets-wrapper .wp-block-categories ul.children,
.woocommerce-widgets-wrapper .wp-block-categories ul.submenu-container,
.woocommerce-widgets-wrapper .wp-block-categories ul.wc-block-product-categories-list,
.woocommerce-widgets-wrapper .wp-block-latest-posts ul.children,
.woocommerce-widgets-wrapper .wp-block-latest-posts ul.submenu-container,
.woocommerce-widgets-wrapper .wp-block-latest-posts ul.wc-block-product-categories-list,
.woocommerce-widgets-wrapper ul.wp-block-page-list ul.children,
.woocommerce-widgets-wrapper ul.wp-block-page-list ul.submenu-container,
.woocommerce-widgets-wrapper ul.wp-block-page-list ul.wc-block-product-categories-list,
body.home .wc-block-product-categories ul.children,
body.home .wc-block-product-categories ul.submenu-container,
body.home .wc-block-product-categories ul.wc-block-product-categories-list,
body.home .wp-block-archives ul.children,
body.home .wp-block-archives ul.submenu-container,
body.home .wp-block-archives ul.wc-block-product-categories-list,
body.home .wp-block-categories ul.children,
body.home .wp-block-categories ul.submenu-container,
body.home .wp-block-categories ul.wc-block-product-categories-list,
body.home .wp-block-latest-posts ul.children,
body.home .wp-block-latest-posts ul.submenu-container,
body.home .wp-block-latest-posts ul.wc-block-product-categories-list,
body.home ul.wp-block-page-list ul.children,
body.home ul.wp-block-page-list ul.submenu-container,
body.home ul.wp-block-page-list ul.wc-block-product-categories-list,
body.page .wc-block-product-categories ul.children,
body.page .wc-block-product-categories ul.submenu-container,
body.page .wc-block-product-categories ul.wc-block-product-categories-list,
body.page .wp-block-archives ul.children,
body.page .wp-block-archives ul.submenu-container,
body.page .wp-block-archives ul.wc-block-product-categories-list,
body.page .wp-block-categories ul.children,
body.page .wp-block-categories ul.submenu-container,
body.page .wp-block-categories ul.wc-block-product-categories-list,
body.page .wp-block-latest-posts ul.children,
body.page .wp-block-latest-posts ul.submenu-container,
body.page .wp-block-latest-posts ul.wc-block-product-categories-list,
body.page ul.wp-block-page-list ul.children,
body.page ul.wp-block-page-list ul.submenu-container,
body.page ul.wp-block-page-list ul.wc-block-product-categories-list,
body.single-post .wc-block-product-categories ul.children,
body.single-post .wc-block-product-categories ul.submenu-container,
body.single-post .wc-block-product-categories ul.wc-block-product-categories-list,
body.single-post .wp-block-archives ul.children,
body.single-post .wp-block-archives ul.submenu-container,
body.single-post .wp-block-archives ul.wc-block-product-categories-list,
body.single-post .wp-block-categories ul.children,
body.single-post .wp-block-categories ul.submenu-container,
body.single-post .wp-block-categories ul.wc-block-product-categories-list,
body.single-post .wp-block-latest-posts ul.children,
body.single-post .wp-block-latest-posts ul.submenu-container,
body.single-post .wp-block-latest-posts ul.wc-block-product-categories-list,
body.single-post ul.wp-block-page-list ul.children,
body.single-post ul.wp-block-page-list ul.submenu-container,
body.single-post ul.wp-block-page-list ul.wc-block-product-categories-list {
	margin-top: 16px;
	padding-left: 0;
	margin-left: 16px
}

.widgets-section .wc-block-product-categories .wp-block-latest-posts__post-date,
.widgets-section .wp-block-archives .wp-block-latest-posts__post-date,
.widgets-section .wp-block-categories .wp-block-latest-posts__post-date,
.widgets-section .wp-block-latest-posts .wp-block-latest-posts__post-date,
.widgets-section ul.wp-block-page-list .wp-block-latest-posts__post-date,
.woocommerce-widgets-wrapper .wc-block-product-categories .wp-block-latest-posts__post-date,
.woocommerce-widgets-wrapper .wp-block-archives .wp-block-latest-posts__post-date,
.woocommerce-widgets-wrapper .wp-block-categories .wp-block-latest-posts__post-date,
.woocommerce-widgets-wrapper .wp-block-latest-posts .wp-block-latest-posts__post-date,
.woocommerce-widgets-wrapper ul.wp-block-page-list .wp-block-latest-posts__post-date,
body.home .wc-block-product-categories .wp-block-latest-posts__post-date,
body.home .wp-block-archives .wp-block-latest-posts__post-date,
body.home .wp-block-categories .wp-block-latest-posts__post-date,
body.home .wp-block-latest-posts .wp-block-latest-posts__post-date,
body.home ul.wp-block-page-list .wp-block-latest-posts__post-date,
body.page .wc-block-product-categories .wp-block-latest-posts__post-date,
body.page .wp-block-archives .wp-block-latest-posts__post-date,
body.page .wp-block-categories .wp-block-latest-posts__post-date,
body.page .wp-block-latest-posts .wp-block-latest-posts__post-date,
body.page ul.wp-block-page-list .wp-block-latest-posts__post-date,
body.single-post .wc-block-product-categories .wp-block-latest-posts__post-date,
body.single-post .wp-block-archives .wp-block-latest-posts__post-date,
body.single-post .wp-block-categories .wp-block-latest-posts__post-date,
body.single-post .wp-block-latest-posts .wp-block-latest-posts__post-date,
body.single-post ul.wp-block-page-list .wp-block-latest-posts__post-date {
	margin-bottom: 0
}

.widgets-section .wc-block-product-categories .wp-block-latest-posts__featured-image a,
.widgets-section .wp-block-archives .wp-block-latest-posts__featured-image a,
.widgets-section .wp-block-categories .wp-block-latest-posts__featured-image a,
.widgets-section .wp-block-latest-posts .wp-block-latest-posts__featured-image a,
.widgets-section ul.wp-block-page-list .wp-block-latest-posts__featured-image a,
.woocommerce-widgets-wrapper .wc-block-product-categories .wp-block-latest-posts__featured-image a,
.woocommerce-widgets-wrapper .wp-block-archives .wp-block-latest-posts__featured-image a,
.woocommerce-widgets-wrapper .wp-block-categories .wp-block-latest-posts__featured-image a,
.woocommerce-widgets-wrapper .wp-block-latest-posts .wp-block-latest-posts__featured-image a,
.woocommerce-widgets-wrapper ul.wp-block-page-list .wp-block-latest-posts__featured-image a,
body.home .wc-block-product-categories .wp-block-latest-posts__featured-image a,
body.home .wp-block-archives .wp-block-latest-posts__featured-image a,
body.home .wp-block-categories .wp-block-latest-posts__featured-image a,
body.home .wp-block-latest-posts .wp-block-latest-posts__featured-image a,
body.home ul.wp-block-page-list .wp-block-latest-posts__featured-image a,
body.page .wc-block-product-categories .wp-block-latest-posts__featured-image a,
body.page .wp-block-archives .wp-block-latest-posts__featured-image a,
body.page .wp-block-categories .wp-block-latest-posts__featured-image a,
body.page .wp-block-latest-posts .wp-block-latest-posts__featured-image a,
body.page ul.wp-block-page-list .wp-block-latest-posts__featured-image a,
body.single-post .wc-block-product-categories .wp-block-latest-posts__featured-image a,
body.single-post .wp-block-archives .wp-block-latest-posts__featured-image a,
body.single-post .wp-block-categories .wp-block-latest-posts__featured-image a,
body.single-post .wp-block-latest-posts .wp-block-latest-posts__featured-image a,
body.single-post ul.wp-block-page-list .wp-block-latest-posts__featured-image a {
	background-image: none !important
}

.widgets-section .wc-block-product-categories select,
.widgets-section .wp-block-archives select,
.widgets-section .wp-block-categories select,
.widgets-section .wp-block-latest-posts select,
.widgets-section ul.wp-block-page-list select,
.woocommerce-widgets-wrapper .wc-block-product-categories select,
.woocommerce-widgets-wrapper .wp-block-archives select,
.woocommerce-widgets-wrapper .wp-block-categories select,
.woocommerce-widgets-wrapper .wp-block-latest-posts select,
.woocommerce-widgets-wrapper ul.wp-block-page-list select,
body.home .wc-block-product-categories select,
body.home .wp-block-archives select,
body.home .wp-block-categories select,
body.home .wp-block-latest-posts select,
body.home ul.wp-block-page-list select,
body.page .wc-block-product-categories select,
body.page .wp-block-archives select,
body.page .wp-block-categories select,
body.page .wp-block-latest-posts select,
body.page ul.wp-block-page-list select,
body.single-post .wc-block-product-categories select,
body.single-post .wp-block-archives select,
body.single-post .wp-block-categories select,
body.single-post .wp-block-latest-posts select,
body.single-post ul.wp-block-page-list select {
	background-color: transparent
}

.widgets-section .wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown,
.woocommerce-widgets-wrapper .wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown,
body.home .wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown,
body.page .wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown,
body.single-post .wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown {
	width: 100%
}

.widgets-section .wp-block-video video,
.woocommerce-widgets-wrapper .wp-block-video video,
body.home .wp-block-video video,
body.page .wp-block-video video,
body.single-post .wp-block-video video {
	width: 100%
}

.widgets-section .wp-block-separator,
.woocommerce-widgets-wrapper .wp-block-separator,
body.home .wp-block-separator,
body.page .wp-block-separator,
body.single-post .wp-block-separator {
	margin-top: 24px;
	margin-bottom: 24px;
	clear: both
}

.widgets-section .wc-block-product-search .wc-block-product-search__fields,
.woocommerce-widgets-wrapper .wc-block-product-search .wc-block-product-search__fields,
body.home .wc-block-product-search .wc-block-product-search__fields,
body.page .wc-block-product-search .wc-block-product-search__fields,
body.single-post .wc-block-product-search .wc-block-product-search__fields {
	display: block;
	position: relative
}

.widgets-section .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__field,
.woocommerce-widgets-wrapper .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__field,
body.home .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__field,
body.page .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__field,
body.single-post .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__field {
	margin-bottom: 0;
	padding: 10px 36px 10px 0
}

.widgets-section .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__button,
.woocommerce-widgets-wrapper .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__button,
body.home .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__button,
body.page .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__button,
body.single-post .wc-block-product-search .wc-block-product-search__fields .wc-block-product-search__button {
	background-color: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	bottom: 13px;
	margin: 0;
	position: absolute;
	right: 0
}

.widgets-section .wc-block-all-reviews .wc-block-review-list-item__rating__stars,
.widgets-section .wc-block-reviews-by-category .wc-block-review-list-item__rating__stars,
.widgets-section .wc-block-reviews-by-product .wc-block-review-list-item__rating__stars,
.woocommerce-widgets-wrapper .wc-block-all-reviews .wc-block-review-list-item__rating__stars,
.woocommerce-widgets-wrapper .wc-block-reviews-by-category .wc-block-review-list-item__rating__stars,
.woocommerce-widgets-wrapper .wc-block-reviews-by-product .wc-block-review-list-item__rating__stars,
body.home .wc-block-all-reviews .wc-block-review-list-item__rating__stars,
body.home .wc-block-reviews-by-category .wc-block-review-list-item__rating__stars,
body.home .wc-block-reviews-by-product .wc-block-review-list-item__rating__stars,
body.page .wc-block-all-reviews .wc-block-review-list-item__rating__stars,
body.page .wc-block-reviews-by-category .wc-block-review-list-item__rating__stars,
body.page .wc-block-reviews-by-product .wc-block-review-list-item__rating__stars,
body.single-post .wc-block-all-reviews .wc-block-review-list-item__rating__stars,
body.single-post .wc-block-reviews-by-category .wc-block-review-list-item__rating__stars,
body.single-post .wc-block-reviews-by-product .wc-block-review-list-item__rating__stars {
	top: 2px;
	width: 80px
}

.widgets-section .wc-block-all-reviews .wc-block-review-list-item__published-date,
.widgets-section .wc-block-reviews-by-category .wc-block-review-list-item__published-date,
.widgets-section .wc-block-reviews-by-product .wc-block-review-list-item__published-date,
.woocommerce-widgets-wrapper .wc-block-all-reviews .wc-block-review-list-item__published-date,
.woocommerce-widgets-wrapper .wc-block-reviews-by-category .wc-block-review-list-item__published-date,
.woocommerce-widgets-wrapper .wc-block-reviews-by-product .wc-block-review-list-item__published-date,
body.home .wc-block-all-reviews .wc-block-review-list-item__published-date,
body.home .wc-block-reviews-by-category .wc-block-review-list-item__published-date,
body.home .wc-block-reviews-by-product .wc-block-review-list-item__published-date,
body.page .wc-block-all-reviews .wc-block-review-list-item__published-date,
body.page .wc-block-reviews-by-category .wc-block-review-list-item__published-date,
body.page .wc-block-reviews-by-product .wc-block-review-list-item__published-date,
body.single-post .wc-block-all-reviews .wc-block-review-list-item__published-date,
body.single-post .wc-block-reviews-by-category .wc-block-review-list-item__published-date,
body.single-post .wc-block-reviews-by-product .wc-block-review-list-item__published-date {
	font-size: 16px
}

.widgets-section .wc-block-all-reviews .wc-block-review-list-item__author,
.widgets-section .wc-block-reviews-by-category .wc-block-review-list-item__author,
.woocommerce-widgets-wrapper .wc-block-all-reviews .wc-block-review-list-item__author,
.woocommerce-widgets-wrapper .wc-block-reviews-by-category .wc-block-review-list-item__author,
body.home .wc-block-all-reviews .wc-block-review-list-item__author,
body.home .wc-block-reviews-by-category .wc-block-review-list-item__author,
body.page .wc-block-all-reviews .wc-block-review-list-item__author,
body.page .wc-block-reviews-by-category .wc-block-review-list-item__author,
body.single-post .wc-block-all-reviews .wc-block-review-list-item__author,
body.single-post .wc-block-reviews-by-category .wc-block-review-list-item__author {
	font-size: 16px
}

.widgets-section .wp-block-page-list a,
.woocommerce-widgets-wrapper .wp-block-page-list a,
body.home .wp-block-page-list a,
body.page .wp-block-page-list a,
body.single-post .wp-block-page-list a {
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	display: inline;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

.widgets-section .wp-block-page-list a:hover,
.woocommerce-widgets-wrapper .wp-block-page-list a:hover,
body.home .wp-block-page-list a:hover,
body.page .wp-block-page-list a:hover,
body.single-post .wp-block-page-list a:hover {
	background-size: 0 100%
}

.widgets-section .wp-block-latest-comments.alignwide,
.woocommerce-widgets-wrapper .wp-block-latest-comments.alignwide,
body.home .wp-block-latest-comments.alignwide,
body.page .wp-block-latest-comments.alignwide,
body.single-post .wp-block-latest-comments.alignwide {
	margin-left: calc(-550px + 50%) !important
}

.widgets-section .wp-block-latest-comments a,
.woocommerce-widgets-wrapper .wp-block-latest-comments a,
body.home .wp-block-latest-comments a,
body.page .wp-block-latest-comments a,
body.single-post .wp-block-latest-comments a {
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	display: inline;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

.widgets-section .wp-block-latest-comments a:hover,
.woocommerce-widgets-wrapper .wp-block-latest-comments a:hover,
body.home .wp-block-latest-comments a:hover,
body.page .wp-block-latest-comments a:hover,
body.single-post .wp-block-latest-comments a:hover {
	background-size: 0 100%
}

.widgets-section .wp-block-latest-comments .wp-block-latest-comments__comment-author,
.widgets-section .wp-block-latest-comments .wp-block-latest-comments__comment-link,
.woocommerce-widgets-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment-author,
.woocommerce-widgets-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment-link,
body.home .wp-block-latest-comments .wp-block-latest-comments__comment-author,
body.home .wp-block-latest-comments .wp-block-latest-comments__comment-link,
body.page .wp-block-latest-comments .wp-block-latest-comments__comment-author,
body.page .wp-block-latest-comments .wp-block-latest-comments__comment-link,
body.single-post .wp-block-latest-comments .wp-block-latest-comments__comment-author,
body.single-post .wp-block-latest-comments .wp-block-latest-comments__comment-link {
	font-size: 0.95rem;
	line-height: 1.3rem
}

.widgets-section .wp-block-latest-comments .wp-block-latest-comments__comment-date,
.woocommerce-widgets-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment-date,
body.home .wp-block-latest-comments .wp-block-latest-comments__comment-date,
body.page .wp-block-latest-comments .wp-block-latest-comments__comment-date,
body.single-post .wp-block-latest-comments .wp-block-latest-comments__comment-date {
	color: #888888;
	font-size: 14px;
	line-height: 16px;
	float: right;
	margin: 0 !important;
	top: 3px;
	position: relative
}

.widgets-section .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
.woocommerce-widgets-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
body.home .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
body.page .wp-block-latest-comments .wp-block-latest-comments__comment-meta,
body.single-post .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	margin-bottom: 16px !important
}

.widgets-section .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt *,
.woocommerce-widgets-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt *,
body.home .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt *,
body.page .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt *,
body.single-post .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt * {
	font-size: 0.9rem;
	line-height: 1.4rem
}

.widgets-section .wp-block-latest-comments .wp-block-latest-comments__comment,
.woocommerce-widgets-wrapper .wp-block-latest-comments .wp-block-latest-comments__comment,
body.home .wp-block-latest-comments .wp-block-latest-comments__comment,
body.page .wp-block-latest-comments .wp-block-latest-comments__comment,
body.single-post .wp-block-latest-comments .wp-block-latest-comments__comment {
	margin-bottom: 32px
}

.widgets-section .wp-block-search .wp-block-search__label,
.woocommerce-widgets-wrapper .wp-block-search .wp-block-search__label,
body.home .wp-block-search .wp-block-search__label,
body.page .wp-block-search .wp-block-search__label,
body.single-post .wp-block-search .wp-block-search__label {
	font-weight: normal
}

.widgets-section .wp-block-search .wp-block-search__inside-wrapper,
.woocommerce-widgets-wrapper .wp-block-search .wp-block-search__inside-wrapper,
body.home .wp-block-search .wp-block-search__inside-wrapper,
body.page .wp-block-search .wp-block-search__inside-wrapper,
body.single-post .wp-block-search .wp-block-search__inside-wrapper {
	clear: both;
	position: relative
}

.widgets-section .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
.woocommerce-widgets-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
body.home .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
body.page .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
body.single-post .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
	border: 0
}

.widgets-section .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
.woocommerce-widgets-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
body.home .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
body.page .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
body.single-post .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0
}

.widgets-section .wp-block-calendar td,
.widgets-section .wp-block-calendar th,
.woocommerce-widgets-wrapper .wp-block-calendar td,
.woocommerce-widgets-wrapper .wp-block-calendar th,
body.home .wp-block-calendar td,
body.home .wp-block-calendar th,
body.page .wp-block-calendar td,
body.page .wp-block-calendar th,
body.single-post .wp-block-calendar td,
body.single-post .wp-block-calendar th {
	text-align: center
}

@media (max-width:767.98px) {

	.widgets-section div.wc-block-featured-category,
	.woocommerce-widgets-wrapper div.wc-block-featured-category,
	body.home div.wc-block-featured-category,
	body.page div.wc-block-featured-category,
	body.single-post div.wc-block-featured-category {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.widgets-section .wp-block-social-links .wp-block-social-link,
.woocommerce-widgets-wrapper .wp-block-social-links .wp-block-social-link,
body.home .wp-block-social-links .wp-block-social-link,
body.page .wp-block-social-links .wp-block-social-link,
body.single-post .wp-block-social-links .wp-block-social-link {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.widgets-section .wp-block-social-links .wp-block-social-link a,
.woocommerce-widgets-wrapper .wp-block-social-links .wp-block-social-link a,
body.home .wp-block-social-links .wp-block-social-link a,
body.page .wp-block-social-links .wp-block-social-link a,
body.single-post .wp-block-social-links .wp-block-social-link a {
	background-image: none;
	display: block;
	line-height: 0;
	margin: 0;
	text-decoration: none
}

.wp-block-woocommerce-handpicked-products.is-hidden-title .product-info h2 {
	display: none !important
}

body.page .wc-block-featured-product .wp-block-button {
	margin: 32px 0 0
}

body.page .wc-block-featured-product .wc-block-featured-product__description {
	color: #FFF
}

body.page .wc-block-featured-product .wc-block-featured-product__description a {
	display: inline-block;
	background-image: linear-gradient(to top, rgb(255, 255, 255) 1px, rgb(255, 255, 255) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px)
}

html {
	opacity: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto
}

html.page-loaded {
	opacity: 1;
	margin-top: 0 !important
}

body {
	padding: 0 15px !important;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	font-size: 14px;
	line-height: 1.6;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	overflow-wrap: break-word;
	overflow-x: hidden;
	word-wrap: break-word;
	word-break: break-word;
	line-break: strict;
	-ms-hyphens: none;
	hyphens: none;
	width: 100%;
	min-height: 100%;
	position: relative
}

body:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 2;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

body.overlay:before {
	z-index: 101;
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

body.overlay .left-menu-bar:not(.active),
body.overlay .right-menu-bar,
body.overlay .top-bar {
	pointer-events: none
}

body.loader-pulsate:after {
	content: "";
	background: #000;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-animation: pulsate 1s ease-out;
	animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	opacity: 0;
	margin-left: -30px;
	margin-top: -30px;
	z-index: 102
}
}

body .container-fluid {
	min-height: 100%;
	padding-bottom: 52px
}

@media (min-width:1200px) {
	body .container-fluid {
		padding-bottom: 92px
	}
}

@media (min-width:1200px) {
	body.post-template-wp-custom-template-custom-template {
		padding: 0
	}
}

body.admin-bar {
	padding-top: 46px
}

@media (min-width:783px) {
	body.admin-bar {
		padding-top: 32px
	}
}

body.admin-bar .header .account-cont,
body.admin-bar .header .search-box,
body.admin-bar .header .shopping-cart {
	z-index: 102;
	top: 46px
}

@media (min-width:783px) {

	body.admin-bar .header .account-cont,
	body.admin-bar .header .search-box,
	body.admin-bar .header .shopping-cart {
		top: 32px
	}
}

body.admin-bar .header .nav .menu {
	top: 46px
}

@media (min-width:783px) {
	body.admin-bar .header .nav .menu {
		top: 32px
	}
}

body.admin-bar .header .nav .vertical-menu .left-menu-bar {
	padding: 0 72px 0 40px
}

body.admin-bar .header .nav .vertical-menu .right-menu-bar {
	padding: 0 40px 0 72px
}

body.admin-bar .wp-block-cover-image.fullheight {
	height: calc(100vh - 32px)
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

.archive-padding {
	height: 64px
}

.archive-header .archive-list {
	text-align: center;
	padding-bottom: 64px;
	padding-top: 34px;
	max-width: 100%;
	margin: 0 auto
}

@media (min-width:1200px) {
	.archive-header .archive-list {
		margin: 0 auto 32px auto
	}
}

.archive-header .archive-list .cat-item {
	display: inline-block;
	padding: 0 6px;
	font-size: 1rem;
	position: relative
}

@media (min-width:1200px) {
	.archive-header .archive-list .cat-item {
		padding: 0 16px
	}

	.archive-header .archive-list .cat-item:after {
		content: "";
		background-color: #DDDDDD;
		width: 1px;
		height: 30px;
		-webkit-transform: rotate(25deg) translateY(-50%);
		transform: rotate(25deg) translateY(-50%);
		display: inline-block;
		position: absolute;
		right: 3px;
		top: 50%
	}

	.archive-header .archive-list .cat-item:last-child:after {
		display: none
	}
}

.archive-header .archive-list .cat-item.current-cat .post-count {
	display: inline-block
}

.archive-header .archive-list .cat-item.current-cat a {
	background-size: 100% 100%
}

.archive-header .archive-list .cat-item.current-cat a:hover {
	background-size: 0 100%
}

.archive-header .archive-list .cat-item.current-cat h1 {
	font-size: inherit;
	margin-bottom: 0
}

.archive-header .archive-list .cat-item a {
	display: inline-block;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.archive-header .archive-list .cat-item a:hover {
	background-size: 100% 100%
}

.archive-header .archive-list .cat-item .post-count {
	font-size: 14px;
	color: #888888;
	vertical-align: top;
	display: none
}

@media (min-width:992px) {
	.archive-header .archive-list .cat-item {
		font-size: 1.375rem
	}
}

.articles-section {
	margin: 0 -15px
}

@media (min-width:1200px) {
	.articles-section {
		margin: 0 -25px
	}
}

.articles-section .article-wrapper {
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	will-change: opacity, transform
}

.articles-section .article-wrapper.animated {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

@media (min-width:1200px) {
	.articles-section .articles-masonry-layout {
		padding-bottom: 65px
	}

	.articles-section .articles-masonry-layout .articles-grid-layout {
		padding: 120px 0
	}

	.articles-section .articles-masonry-layout .articles-grid-layout .post-item {
		padding-bottom: 120px
	}

	.articles-section .articles-masonry-layout .ms-item:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.articles-section .articles-masonry-layout .ms-item:nth-child(2) .post-item {
		text-align: center
	}

	.articles-section .articles-masonry-layout .ms-item:nth-child(2) .post-item .post-details .post-title {
		max-width: 720px;
		margin: 0 auto;
		font-size: 47.78px;
		margin-bottom: 30px
	}

	.articles-section .articles-masonry-layout .ms-item:nth-child(2) .post-item .post-details .post-content p {
		max-width: 512px;
		margin: 0 auto
	}
}

.articles-section .post-item {
	margin-bottom: 50px
}

.articles-section .post-item.sticky .post-title a:before {
	content: "\e902";
	margin-right: 10px;
	display: inline-block;
	font-family: "Block-Shop";
	font-size: 0.9rem;
	vertical-align: baseline
}

@media (min-width:992px) {
	.articles-section .post-item {
		margin-bottom: 65px;
		padding: 0 9px
	}
}

.articles-section .post-item .feature-img {
	position: relative;
	margin: 0 0
}

@media (min-width:576px) {
	.articles-section .post-item .feature-img {
		margin: 0
	}
}

@media (min-width:1200px) {
	.articles-section .post-item .feature-img {
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		opacity: 1
	}

	.articles-section .post-item .feature-img:hover {
		opacity: 0.5
	}
}

.articles-section .post-item .feature-img img {
	width: 100%;
	display: block
}

.articles-section .post-item .post-details .post-meta {
	margin-top: 24px
}

.articles-section .post-item .post-details .post-meta>a {
	font-size: 14px;
	color: #888888;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	background-image: linear-gradient(to top, rgb(136, 136, 136) 1px, rgb(136, 136, 136) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	margin-right: 5px
}

.articles-section .post-item .post-details .post-meta>a:hover {
	background-size: 100% 100%
}

.articles-section .post-item .post-details .post-title {
	margin-bottom: 16px;
	font-size: 1.275rem
}

@media (min-width:1200px) {
	.articles-section .post-item .post-details .post-title {
		font-size: 1.65rem;
		margin-bottom: 24px
	}

	.articles-section .post-item .post-details .post-title:hover a {
		background-size: 100% 100%
	}

	.articles-section .post-item .post-details .post-title a {
		display: inline;
		text-decoration: none;
		-webkit-box-decoration-break: slice;
		box-decoration-break: slice;
		background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
		background-repeat: no-repeat;
		background-position: 0 100%;
		background-size: 0% 100%;
		-webkit-transition: background-size 0.2s ease-in-out;
		transition: background-size 0.2s ease-in-out
	}
}

.articles-section .post-item .post-details .post-content p {
	font-size: 15px;
	margin: 0
}

@media (min-width:1200px) {
	.articles-section .post-item .post-details .post-content p {
		font-size: 0.9rem
	}
}

.articles-section .post-item .read-more {
	font-size: 14px;
	display: inline-block;
	position: relative;
	margin-top: 20px;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.articles-section .post-item .read-more:hover {
	background-size: 0 100%
}

.widgets-section {
	background-color: rgba(0, 0, 0, 0.03);
	padding: 60px 0;
	margin-bottom: 60px;
	margin: 0 0 60px;
	position: relative
}

@media (min-width:1200px) {
	.widgets-section {
		padding: 120px 105px 60px 105px;
		margin: 0 -115px 120px -115px;
		z-index: 0
	}
}

.widgets-section .widgets-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.widgets-section .widgets-wrapper .column {
	width: 100%;
	padding: 0 15px
}

@media (min-width:576px) {
	.widgets-section .widgets-wrapper .column {
		width: 50%
	}
}

@media (min-width:992px) {
	.widgets-section .widgets-wrapper .column {
		margin-bottom: 64px;
		width: 33.3333333333%
	}
}

@media (min-width:992px) and (-ms-high-contrast:active),
(min-width:992px) and (-ms-high-contrast:none) {
	.widgets-section .widgets-wrapper .column {
		width: 33.33%
	}
}

.widgets-section .widgets-wrapper .column aside {
	position: relative;
	padding: 0
}

@media (min-width:1200px) {
	.widgets-section .widgets-wrapper .column aside {
		padding: 0 15px 0 50px
	}
}

.widgets-section .widgets-wrapper .column aside .alignfull,
.widgets-section .widgets-wrapper .column aside .alignwide {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

.single-attachment .single-wrapper .entry-post-meta,
.single-post .single-wrapper .entry-post-meta {
	padding: 0 0 25px 0;
	max-width: 820px;
	margin: 0 auto;
	text-align: center
}

@media (min-width:768px) {

	.single-attachment .single-wrapper .entry-post-meta,
	.single-post .single-wrapper .entry-post-meta {
		padding: 0 0 40px 0;
		text-align: center
	}
}

.single-attachment .single-wrapper .entry-post-meta li,
.single-post .single-wrapper .entry-post-meta li {
	display: inline-block
}

.single-attachment .single-wrapper .entry-post-meta li:after,
.single-post .single-wrapper .entry-post-meta li:after {
	content: "/";
	color: #DDDDDD;
	padding: 0 5px;
	font-size: 16px
}

.single-attachment .single-wrapper .entry-post-meta li:last-child:after,
.single-post .single-wrapper .entry-post-meta li:last-child:after {
	display: none
}

.single-attachment .single-wrapper .entry-post-meta .post-date,
.single-post .single-wrapper .entry-post-meta .post-date {
	font-size: 16px
}

.single-attachment .single-wrapper .entry-post-meta .post-date span,
.single-post .single-wrapper .entry-post-meta .post-date span {
	color: #888888;
	font-size: 16px
}

.single-attachment .single-wrapper .entry-post-meta .comments-count,
.single-post .single-wrapper .entry-post-meta .comments-count {
	color: #000;
	font-size: 16px;
	cursor: pointer;
	display: inline;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	background-color: transparent
}

.single-attachment .single-wrapper .entry-post-meta .comments-count:hover,
.single-post .single-wrapper .entry-post-meta .comments-count:hover {
	background-size: 100% 100%
}

.single-attachment .single-wrapper .entry-post-meta .comments-count .comment-sum,
.single-post .single-wrapper .entry-post-meta .comments-count .comment-sum {
	font-size: 16px
}

.single-attachment .single-wrapper .entry-post-meta .comments-count .icon-comment,
.single-post .single-wrapper .entry-post-meta .comments-count .icon-comment {
	position: relative;
	top: 1px;
	margin-right: 5px;
	font-size: 14px
}

@media (min-width:768px) {

	.single-attachment .single-wrapper .entry-post-meta .comments-count,
	.single-post .single-wrapper .entry-post-meta .comments-count {
		font-size: 16px
	}
}

.single-attachment .single-wrapper .entry-post-meta .share-post,
.single-post .single-wrapper .entry-post-meta .share-post {
	color: #000;
	font-size: 16px
}

.single-attachment .single-wrapper .entry-post-meta .share-post .icon-share-16x16-dark-alt,
.single-post .single-wrapper .entry-post-meta .share-post .icon-share-16x16-dark-alt {
	margin-right: 10px;
	font-size: 13px
}

.single-post .single-wrapper .page-links {
	font-size: 1.375rem;
	display: table;
	margin: 0 auto;
	padding-bottom: 95px
}

.single-post .single-wrapper .page-links>a,
.single-post .single-wrapper .page-links>span {
	position: relative;
	padding: 0 16px
}

.single-post .single-wrapper .page-links>a:after,
.single-post .single-wrapper .page-links>span:after {
	content: "";
	background-color: #DDDDDD;
	width: 1px;
	height: 30px;
	-webkit-transform: rotate(15deg) translateY(-50%);
	transform: rotate(15deg) translateY(-50%);
	display: inline-block;
	top: 50%;
	position: absolute;
	right: 3px
}

.single-post .single-wrapper .page-links>a:last-child:after,
.single-post .single-wrapper .page-links>span:last-child:after {
	display: none
}

.single-post .single-wrapper .page-links>a:first-child:after,
.single-post .single-wrapper .page-links>span:first-child:after {
	display: none
}

.single-post .single-wrapper .meta-tags {
	margin-top: 60px;
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 87px;
	font-size: 14px
}

.single-post .single-wrapper .meta-tags a {
	padding: 4px 12px;
	border: 1px solid #DDDDDD;
	margin: 0 2px;
	display: inline-block;
	margin-bottom: 6px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

.single-post .single-wrapper .meta-tags a:hover {
	border: 1px solid #000
}

.related-articles {
	background-color: rgba(0, 0, 0, 0.03);
	padding: 60px 15px;
	position: relative;
	margin: 0 0 80px 0
}

@media (min-width:1200px) {
	.related-articles {
		padding: 120px 105px 60px 150px;
		margin: 0 -115px 80px -115px;
		z-index: 0
	}
}

.related-articles .widget-vertical-title {
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	margin-bottom: 32px
}

@media (min-width:1200px) {
	.related-articles .widget-vertical-title {
		position: absolute;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-transform: rotate(-90deg) translateX(-100%);
		transform: rotate(-90deg) translateX(-100%);
		height: auto;
		left: 110px;
		margin: 0
	}
}

.related-articles .post-item {
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (min-width:576px) {
	.related-articles .post-item {
		display: block;
		margin-bottom: 50px
	}
}

@media (min-width:1200px) {
	.related-articles .post-item {
		margin-bottom: 32px;
		padding: 0 9px
	}
}

.related-articles .post-item .feature-img {
	position: relative;
	margin-right: 16px;
	max-height: 104px
}

@media (min-width:576px) {
	.related-articles .post-item .feature-img {
		margin: 0;
		max-height: 100%
	}
}

@media (min-width:1200px) {
	.related-articles .post-item .feature-img {
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		opacity: 1
	}

	.related-articles .post-item .feature-img:hover {
		opacity: 0.5
	}
}

.related-articles .post-item .feature-img img {
	min-width: 104px;
	max-width: 104px;
	min-height: 104px;
	max-height: 104px;
	width: 104px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover
}

@media (min-width:576px) {
	.related-articles .post-item .feature-img img {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		min-height: 100%;
		max-height: 100%
	}
}

@media (min-width:576px) {
	.related-articles .post-item .post-details .post-meta {
		margin-top: 24px
	}
}

.related-articles .post-item .post-details .post-meta>a {
	font-size: 14px;
	color: #888888;
	display: inline;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(136, 136, 136) 1px, rgb(136, 136, 136) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.related-articles .post-item .post-details .post-meta>a:focus,
.related-articles .post-item .post-details .post-meta>a:hover {
	background-size: 100% 100%
}

.related-articles .post-item .post-details .post-title {
	font-size: 16px
}

@media (min-width:576px) {
	.related-articles .post-item .post-details .post-title {
		font-size: 1rem;
		margin-bottom: 16px
	}
}

@media (min-width:1200px) {
	.related-articles .post-item .post-details .post-title {
		font-size: 1.35rem;
		margin-bottom: 24px;
		line-height: 0
	}

	.related-articles .post-item .post-details .post-title a {
		display: inline;
		text-decoration: none;
		-webkit-box-decoration-break: slice;
		box-decoration-break: slice;
		line-height: 1.23;
		background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
		background-repeat: no-repeat;
		background-position: 0 100%;
		background-size: 0% 100%;
		-webkit-transition: background-size 0.2s ease-in-out;
		transition: background-size 0.2s ease-in-out
	}

	.related-articles .post-item .post-details .post-title a:focus,
	.related-articles .post-item .post-details .post-title a:hover {
		background-size: 100% 100%
	}
}

.related-articles .post-item .post-details .post-content {
	font-size: 15px
}

@media (min-width:1200px) {
	.related-articles .post-item .post-details .post-content {
		font-size: 0.9rem
	}
}

.related-articles .post-item .read-more {
	font-size: 14px;
	border-bottom: 1px solid #000;
	display: inline-block;
	margin-top: 20px
}

.comments-section {
	padding: 0 0 80px 0;
	overflow: hidden
}

@media (min-width:992px) {
	.comments-section {
		margin-bottom: 30px
	}
}

.comments-section .comments {
	overflow: hidden;
	max-width: 820px;
	margin: 0 auto;
	height: auto
}

.comments-section .comments .comments-pagination {
	margin: 32px 0 64px 0
}

.comments-section .comments .comments-pagination h2.screen-reader-text {
	display: none
}

.comments-section .comments .comments-pagination .nav-links ul {
	display: inline-block;
	list-style-type: none
}

.comments-section .comments .comments-pagination .nav-links ul li {
	float: left;
	position: relative;
	padding: 0 10px
}

.comments-section .comments .comments-pagination .nav-links ul li:after {
	content: "";
	background-color: #DDDDDD;
	width: 1px;
	height: 30px;
	-webkit-transform: rotate(15deg) translateY(-50%);
	transform: rotate(15deg) translateY(-50%);
	display: inline-block;
	top: 50%;
	position: absolute;
	right: 3px
}

.comments-section .comments .comments-pagination .nav-links ul li:last-child:after {
	display: none
}

.comments-section .comments .comments-pagination .nav-links ul li>a,
.comments-section .comments .comments-pagination .nav-links ul li>span {
	font-size: 0.9rem;
	line-height: 1.9rem;
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	position: relative
}

.comments-section .comments .comments-pagination .nav-links ul li>a:hover,
.comments-section .comments .comments-pagination .nav-links ul li>span:hover {
	background-size: 100% 100%
}

.comments-section .comments .comments-pagination .nav-links ul li .prev .screen-reader-text {
	display: none
}

.comments-section .comments .comments-pagination .nav-links ul li .prev:before {
	content: "\e905";
	font-family: "Block-Shop";
	font-size: 13px;
	color: #000
}

.comments-section .comments .comments-pagination .nav-links ul li .next .screen-reader-text {
	display: none
}

.comments-section .comments .comments-pagination .nav-links ul li .next:before {
	content: "\e907";
	font-family: "Block-Shop";
	font-size: 13px;
	color: #000
}

.comments-section .comments .comments-pagination .nav-links ul li .current:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.comments-section .comments .heading {
	width: 100%;
	padding-bottom: 30px
}

@media (min-width:768px) {
	.comments-section .comments .heading {
		padding-bottom: 48px
	}
}

.comments-section .comments .heading .post-title {
	color: #000000;
	font-size: 0.9rem;
	line-height: 1.25rem
}

@media (min-width:992px) {
	.comments-section .comments .heading .post-title {
		font-size: 1.15rem;
		padding-top: 16px
	}
}

.comments-section .comments .comments-list .pingback {
	margin-bottom: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.comments-section .comments .comments-list .pingback .comment-body {
	font-size: 0.9rem;
	padding-left: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.comments-section .comments .comments-list .pingback .comment-body>a {
	display: inline;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.comments-section .comments .comments-list .pingback .comment-body>a:focus,
.comments-section .comments .comments-list .pingback .comment-body>a:hover {
	background-size: 100% 100%;
	-webkit-box-shadow: inset 0px -1px 0 0 transparent;
	box-shadow: inset 0px -1px 0 0 transparent
}

.comments-section .comments .comments-list .pingback .comment-body .edit-link {
	color: #888888;
	font-size: 14px;
	line-height: 16px
}

@media (min-width:576px) {
	.comments-section .comments .comments-list .pingback .comment-body .edit-link {
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		position: relative;
		display: inline
	}

	.comments-section .comments .comments-list .pingback .comment-body .edit-link:after {
		content: "";
		width: 0;
		height: 1px;
		background-color: #888888;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		position: absolute;
		bottom: -1px;
		left: 0
	}

	.comments-section .comments .comments-list .pingback .comment-body .edit-link:hover:after {
		width: 100%
	}
}

.comments-section .comments .comments-list .comment {
	display: block;
	overflow: hidden
}

.comments-section .comments .comments-list .comment.bypostauthor .fn:after {
	content: "Author";
	display: inline-block;
	border: 1px solid #DDDDDD;
	color: #000000;
	font-size: 13px;
	padding: 0 5px;
	margin-left: 10px;
	position: relative;
	vertical-align: text-bottom
}

.comments-section .comments .comments-list .comment article {
	margin-bottom: 32px
}

.comments-section .comments .comments-list .comment article .comment-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:576px) {
	.comments-section .comments .comments-list .comment article .comment-meta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.comments-section .comments .comments-list .comment article .comment-meta .comment-author {
	width: 100%;
	padding-left: 68px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (min-width:576px) {
	.comments-section .comments .comments-list .comment article .comment-meta .comment-author {
		display: block;
		padding-left: 0
	}
}

.comments-section .comments .comments-list .comment article .comment-meta .comment-author img {
	border-radius: 50%;
	width: 48px;
	height: 48px;
	overflow: hidden;
	margin-right: 16px;
	min-width: 48px;
	max-width: 48px;
	position: absolute;
	left: 0
}

@media (min-width:576px) {
	.comments-section .comments .comments-list .comment article .comment-meta .comment-author img {
		vertical-align: middle;
		margin-right: 24px;
		position: relative
	}
}

.comments-section .comments .comments-list .comment article .comment-meta .comment-author .fn {
	vertical-align: top;
	color: #000000;
	font-size: 0.95rem;
	line-height: 1.1rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 8px
}

@media (min-width:576px) {
	.comments-section .comments .comments-list .comment article .comment-meta .comment-author .fn {
		position: relative;
		vertical-align: middle;
		margin-bottom: 0
	}

	.comments-section .comments .comments-list .comment article .comment-meta .comment-author .fn a:after {
		content: "";
		width: 0;
		height: 1px;
		background-color: #000;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		position: absolute;
		bottom: -1px;
		left: 0
	}

	.comments-section .comments .comments-list .comment article .comment-meta .comment-author .fn a:hover:after {
		width: 100%
	}
}

.comments-section .comments .comments-list .comment article .comment-meta .comment-author .says {
	display: none
}

.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata {
	display: inline-block;
	width: 100%;
	padding-left: 69px
}

@media (min-width:576px) {
	.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata {
		padding-left: 0;
		text-align: right
	}
}

.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata .edit-link,
.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata>a {
	color: #888888;
	font-size: 14px;
	line-height: 16px;
	display: block
}

@media (min-width:576px) {

	.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata .edit-link,
	.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata>a {
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		position: relative;
		display: inline-block
	}

	.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata .edit-link:after,
	.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata>a:after {
		content: "";
		width: 0;
		height: 1px;
		background-color: #888888;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		position: absolute;
		bottom: -1px;
		left: 0
	}

	.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata .edit-link:hover:after,
	.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata>a:hover:after {
		width: 100%
	}
}

.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata .edit-link {
	margin-top: 10px
}

@media (min-width:576px) {
	.comments-section .comments .comments-list .comment article .comment-meta .comment-metadata .edit-link {
		margin-top: 0;
		margin-left: 20px
	}
}

.comments-section .comments .comments-list .comment article .comment-content {
	margin-top: 15px
}

.comments-section .comments .comments-list .comment article .comment-content pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-size: 17px;
	margin-bottom: 32px
}

.comments-section .comments .comments-list .comment article .comment-content hr {
	border-bottom: 1px solid #DDDDDD;
	border-top: none;
	border-left: none;
	border-right: none
}

.comments-section .comments .comments-list .comment article .comment-content address,
.comments-section .comments .comments-list .comment article .comment-content dl,
.comments-section .comments .comments-list .comment article .comment-content h1,
.comments-section .comments .comments-list .comment article .comment-content h2,
.comments-section .comments .comments-list .comment article .comment-content h3,
.comments-section .comments .comments-list .comment article .comment-content h4,
.comments-section .comments .comments-list .comment article .comment-content h5,
.comments-section .comments .comments-list .comment article .comment-content h6,
.comments-section .comments .comments-list .comment article .comment-content hr,
.comments-section .comments .comments-list .comment article .comment-content pre,
.comments-section .comments .comments-list .comment article .comment-content table {
	max-width: 820px;
	margin: 0 auto 32px auto
}

.comments-section .comments .comments-list .comment article .comment-content>ol {
	max-width: 816px;
	margin: 0 auto 32px auto;
	list-style-position: inside
}

.comments-section .comments .comments-list .comment article .comment-content>ol li ol {
	padding-left: 32px
}

.comments-section .comments .comments-list .comment article .comment-content>ul {
	max-width: 816px;
	margin: 0 auto 32px auto
}

.comments-section .comments .comments-list .comment article .comment-content>ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #000;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 15px
}

.comments-section .comments .comments-list .comment article .comment-content>ul li ul {
	padding-left: 32px
}

.comments-section .comments .comments-list .comment article .comment-content code {
	font-size: 0.9rem
}

.comments-section .comments .comments-list .comment article .comment-content table {
	text-align: left;
	border-collapse: collapse;
	table-layout: auto;
	width: 100%;
	font-size: 0.9rem
}

.comments-section .comments .comments-list .comment article .comment-content table thead {
	color: #888888
}

.comments-section .comments .comments-list .comment article .comment-content table tr td,
.comments-section .comments .comments-list .comment article .comment-content table tr th {
	padding: 16px 0
}

.comments-section .comments .comments-list .comment article .comment-content dl {
	font-size: 1rem
}

.comments-section .comments .comments-list .comment article .comment-content dl dd {
	margin-left: 32px
}

@media (min-width:576px) {
	.comments-section .comments .comments-list .comment article .comment-content {
		padding-left: 77px
	}
}

.comments-section .comments .comments-list .comment article .comment-content p {
	color: #000000;
	margin-bottom: 15px;
	font-size: 0.9rem
}

@media (min-width:576px) {
	.comments-section .comments .comments-list .comment article .reply {
		padding-left: 77px
	}
}

.comments-section .comments .comments-list .comment article .reply a {
	font-size: 14px;
	color: #888888;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.comments-section .comments .comments-list .comment article .reply a:hover {
	border-bottom: 1px solid #888888
}

.comments-section .comments .comments-list .comment .children {
	padding-left: 25px;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 32px
}

@media (min-width:576px) {
	.comments-section .comments .comments-list .comment .children {
		padding-left: 72px;
		border: none;
		margin-bottom: 0
	}
}

.comments-section .comments-form .reply-title {
	color: #000000;
	padding-bottom: 15px;
	font-size: 1.15rem
}

@media (min-width:768px) {
	.comments-section .comments-form .reply-title {
		font-size: 1.65rem
	}
}

.comments-section .comments-form .comment-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 25px
}

@media (min-width:768px) {
	.comments-section .comments-form .comment-form {
		padding-top: 32px
	}
}

.comments-section .comments-form .comment-form .comment-form-author,
.comments-section .comments-form .comment-form .comment-form-email,
.comments-section .comments-form .comment-form .comment-form-url {
	width: 100%
}

@media (min-width:768px) {

	.comments-section .comments-form .comment-form .comment-form-author,
	.comments-section .comments-form .comment-form .comment-form-email,
	.comments-section .comments-form .comment-form .comment-form-url {
		width: 32%
	}
}

.comments-section .comments-form .comment-form .comment-form-author label,
.comments-section .comments-form .comment-form .comment-form-comment label,
.comments-section .comments-form .comment-form .comment-form-email label,
.comments-section .comments-form .comment-form .comment-form-url label {
	display: none
}

.comments-section .comments-form .comment-form .comment-form-author input,
.comments-section .comments-form .comment-form .comment-form-comment input,
.comments-section .comments-form .comment-form .comment-form-email input,
.comments-section .comments-form .comment-form .comment-form-url input {
	display: block;
	width: 100%
}

.comments-section .comments-form .comment-form .comment-form-cookies-consent {
	display: none
}

.comments-section .comments-form .comment-form>p {
	margin-bottom: 10px;
	width: 100%
}

@media (min-width:768px) {
	.comments-section .comments-form .comment-form>p {
		margin-bottom: 32px
	}
}

.comments-section .comments-form .comment-form .comment-notes {
	color: #888888;
	font-size: 0.9rem;
	width: 100%
}

.comments-section .comments-form .comment-form .comment-form-comment {
	width: 100%
}

.comments-section .comments-form .comment-form .form-submit input {
	width: 100%;
	padding: 21px 0;
	line-height: initial
}

.col-woo {
	max-width: 1130px;
	margin: 0 auto;
	width: 100%
}

body.woocommerce .entry-header {
	max-width: 1070px;
	margin: 0 auto
}

body.woocommerce .entry-header .single-title {
	font-size: 1.45rem;
	padding: 64px 0 32px;
	text-align: left;
	margin: 0
}

@media (min-width:992px) {
	body.woocommerce .entry-header .single-title {
		font-size: 2rem;
		padding: 64px 0
	}
}

body.woocommerce .entry-header .single-title .entry-title {
	max-width: 1100px
}

body.woocommerce-cart .entry-header {}

body.woocommerce-cart .entry-header .single-title {
	padding: 30px 0 64px 0
}

body.woocommerce-cart .entry-content {
	width: 100%
}

@media (min-width:992px) {
	body.woocommerce-cart .entry-content {
		max-width: 1100px;
		margin: 0 auto
	}
}

body.woocommerce-cart .entry-content .woocommerce .cart-empty {
	font-size: 47.78px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 32px;
	padding: 50px
}

body.woocommerce-cart .entry-content .woocommerce .return-to-shop {
	text-align: center
}

body.woocommerce-cart .entry-content .woocommerce .return-to-shop a {
	display: inline-block;
	font-size: 1.075rem;
	background-size: 0;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

body.woocommerce-cart .entry-content .woocommerce .return-to-shop a:hover {
	background-size: 0% 100%
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table {
	width: 100%;
	position: relative;
	max-width: 100%
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead {
	display: none
}

@media (min-width:768px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead {
		display: table-header-group;
		text-align: left
	}

	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead tr th {
		font-size: 16px;
		color: #888888;
		padding: 16px 0;
		text-align: left
	}

	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead tr th.product-remove {
		position: absolute;
		left: 0
	}

	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead tr th.product-name {
		position: relative;
		-webkit-transform: translateX(-7em);
		transform: translateX(-7em);
		text-align: left
	}

	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead tr th.product-price {
		width: 12.3%
	}

	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead tr th.product-quantity {
		width: 14%
	}

	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table thead tr th.product-subtotal {
		width: 17.5%;
		text-align: right
	}
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody tr {
	border: none
}

@media (min-width:768px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody tr:hover td.product-remove {
		opacity: 1;
		visibility: visible
	}
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item {
	width: 100%;
	display: block;
	padding: 32px 0;
	margin-top: 20px;
	border-top: 1px solid #DDDDDD
}

@media (min-width:768px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item {
		display: table-row;
		border: none
	}

	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item:first-child td {
		padding: 32px 16px 0 0
	}

	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item:first-child td.product-thumbnail {
		padding: 32px 16px 0 0
	}

	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item:first-child td.product-remove .remove {
		top: 41px
	}
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td {
	width: 100%;
	display: table;
	text-align: right;
	margin-bottom: 16px
}

@media (min-width:768px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td {
		vertical-align: middle;
		width: auto;
		display: table-cell;
		text-align: left;
		margin-bottom: 0;
		padding: 16px 16px 0 0
	}
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-remove {
	position: relative;
	padding: 0;
	z-index: 2
}

@media (min-width:1200px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-remove {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
		width: 1px !important
	}
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-remove .remove {
	font-size: 0;
	display: inline-block
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-remove .remove:before {
	content: "\e921";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 11px;
	color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: block
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-remove .remove:hover:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

@media (min-width:768px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-remove .remove {
		position: absolute;
		top: 25px;
		left: 10px
	}
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-thumbnail {
	text-align: center;
	margin-bottom: 32px;
	vertical-align: baseline
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-thumbnail img {
	width: 160px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline-block;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-thumbnail img:hover {
	opacity: 0.5
}

@media (min-width:768px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-thumbnail {
		width: 112px;
		position: relative;
		text-align: left;
		margin-bottom: 0;
		padding: 16px 16px 0 0
	}

	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-thumbnail a {
		display: block;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out
	}

	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-thumbnail a img {
		width: 96px;
		height: 123px;
		display: block;
		-o-object-fit: cover;
		object-fit: cover
	}
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-name:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: baseline;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-name:before {
		display: none
	}
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-name .backorder_notification {
	font-size: 13px
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-name a {
	font-size: 16px;
	display: inline
}

@media (min-width:768px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-name a {
		font-size: 0.9rem;
		display: inline;
		text-decoration: none;
		-webkit-box-decoration-break: slice;
		box-decoration-break: slice;
		line-height: 1.25rem;
		background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
		background-repeat: no-repeat;
		background-position: 0 100%;
		background-size: 0% 100%;
		-webkit-transition: background-size 0.2s ease-in-out;
		transition: background-size 0.2s ease-in-out
	}

	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-name a:hover {
		background-size: 100% 100%
	}
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-price {
	font-size: 16px
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-price:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-price {
		font-size: 0.9rem
	}

	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-price:before {
		display: none
	}
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-price .subscription-details {
	display: block;
	font-size: 13px;
	line-height: 1.6
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity {
	font-size: 16px;
	color: #888888
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .decrease,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .increase {
	width: 20px;
	display: inline-block;
	text-align: center;
	color: #888888
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .decrease:hover,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .increase:hover {
	color: #000
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity input[type=number] {
	width: 20px;
	border: none;
	text-align: center;
	color: #000;
	-moz-appearance: textfield;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0
}

@media (max-width:767.98px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity input[type=number] {
		margin: 0 0 0 auto
	}
}

@media (min-width:768px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity input[type=number]:not(.custom-qty) {
		width: 70px;
		height: 64px;
		line-height: 25px;
		font-size: 16px
	}
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity input[type=number]:focus,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity input[type=number]:hover {
	border-color: transparent
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity input[type=number].custom-qty {
	background-image: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity input[type=number]::-webkit-inner-spin-button,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity:before {
		display: none
	}
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-quantity .screen-reader-text {
	display: none
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-subtotal {
	text-align: right;
	padding-right: 0;
	font-size: 16px;
	margin-bottom: 0
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-subtotal:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-subtotal {
		font-size: 0.9rem
	}

	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-subtotal:before {
		display: none
	}
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .cart_item td.product-subtotal .subscription-details {
	display: block;
	font-size: 13px;
	line-height: 1.6
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions {
	height: 170px;
	vertical-align: baseline;
	padding: 32px 0 0 0
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions>button[type=submit] {
	width: 100%;
	background: none;
	background: #ddd;
	border: 1px dotted #ddd !important;
	color: #888888;
	height: 64px
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions>button[type=submit]:disabled {
	cursor: not-allowed;
	background: none
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD;
	box-shadow: inset 0 -1px 0 0 #DDDDDD;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon:hover {
	-webkit-box-shadow: inset 0 -1px 0 0 transparent;
	box-shadow: inset 0 -1px 0 0 transparent;
	background-size: 100% 100%
}

@media (min-width:1200px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon {
		width: 470px
	}
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon label {
	display: none
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon input[type=text] {
	line-height: 64px;
	border: none;
	font-size: 16px;
	color: #888888;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	outline: none;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	background: none
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon input[type=text]:focus {
	color: #000
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon input[type=text]:focus~.coupon {
	-webkit-box-shadow: inset 0 -1px 0 0 transparent;
	box-shadow: inset 0 -1px 0 0 transparent;
	background-size: 100% 100%
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .coupon .button {
	height: 59px;
	font-size: 0.9rem;
	display: inline-block;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none;
	background-color: transparent
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .update-cart {
	width: 100%;
	border: 1px solid #DDDDDD;
	border-radius: 1px;
	line-height: 3.2rem;
	font-size: 0.9rem;
	position: relative;
	top: 32px;
	left: 0;
	background-color: #fff
}

@media (min-width:768px) {
	body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form table tbody .actions .update-cart {
		position: absolute
	}
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals table {
	width: 100%;
	text-align: left;
	margin-bottom: 45px;
	max-width: 100%
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells {
	padding: 60px 15px;
	position: relative;
	margin: 0 0 80px 0
}

@media (min-width:1200px) {
	body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells {
		width: 100vw;
		margin-left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 120px 110px 0px 155px;
		z-index: 0
	}
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells>h2 {
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	margin-bottom: 32px
}

@media (min-width:1200px) {
	body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cross-sells>h2 {
		position: absolute;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-transform: rotate(-90deg) translateX(-100%);
		transform: rotate(-90deg) translateX(-100%);
		height: auto;
		left: 110px;
		margin: 0
	}
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals p {
	word-break: break-all
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals>h2 {
	display: none
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals td,
body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals th {
	padding: 0 0 32px 0
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-subtotal {
	font-size: 16px;
	border: none;
	margin: 0
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-subtotal th {
	color: #888888;
	width: 50%;
	vertical-align: baseline
}

@media (min-width:768px) {
	body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-subtotal th {
		width: 50%;
		text-align: left
	}
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-subtotal td {
	text-align: right;
	color: #000000;
	vertical-align: baseline
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-discount {
	border: none
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-discount th {
	font-size: 16px;
	color: #888888;
	padding: 0 0 32px 0;
	width: 50%;
	vertical-align: baseline
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-discount td {
	padding: 0 0 32px 0;
	font-size: 16px
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-discount td .woocommerce-remove-coupon {
	color: #888888;
	position: relative;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 1px, rgba(0, 0, 0, 0.5) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: transparent;
	margin-left: 10px
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .cart-discount td .woocommerce-remove-coupon:hover {
	background-size: 100% 100%
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping {
	border: none
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-destination {
	font-size: 13px;
	color: #888888
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-destination strong {
	font-weight: normal
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method {
	list-style-type: none;
	margin: 0
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method>li {
	font-size: 16px;
	line-height: 32px
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method>li input {
	visibility: hidden;
	opacity: 0;
	position: absolute
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method>li input:checked~label:before {
	content: "";
	display: inline-block;
	position: relative;
	border-radius: 50%;
	border: 2px solid #000;
	background-color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method>li input[type=hidden] {
	color: #e34
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method>li input[type=hidden]~label {
	cursor: auto
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method>li input[type=hidden]~label:before {
	display: none
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method>li label {
	cursor: pointer
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method>li label:before {
	content: "";
	display: none;
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
	border: 1px solid #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method>li label:hover:before {
	border: 2px solid #000;
	background-color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping th {
	color: #888888;
	font-size: 16px;
	vertical-align: baseline;
	text-align: left
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping td {
	text-align: right
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping td * {
	text-align: initial
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-button {
	text-align: right;
	font-size: 16px;
	color: #888888;
	border: none;
	margin: 10px 0;
	display: inline;
	outline: none;
	background-size: 100% 100%;
	background-position: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	background-repeat: no-repeat
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-button:hover {
	background-size: 0 100%
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form {
	padding: 16px 0 0 0
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form .country_select {
	width: 100%
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form .form-row {
	margin-bottom: 20px
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form .form-row .select2-selection.select2-selection--single {
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
	font-size: 13px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form .form-row .select2-selection.select2-selection--single .select2-selection__rendered {
	line-height: 36px
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form .form-row input {
	height: 40px;
	font-size: 13px;
	width: 100%;
	border: 1px solid #DDDDDD;
	padding: 0 10px;
	outline: none;
	color: #888888;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator .shipping-calculator-form p:not(.form-row) .button {
	text-align: center;
	height: 40px;
	width: 100%;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	line-height: 0
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total {
	border: none
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total strong {
	font-weight: normal
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total th {
	color: #888888;
	font-size: 16px;
	vertical-align: middle;
	padding: 0;
	text-align: left
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total td {
	text-align: right;
	font-size: 13px;
	color: #000000;
	line-height: 1.6;
	vertical-align: middle;
	padding: 0
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total td span {
	color: #000000;
	font-size: 1.375rem
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total td strong>span {
	display: block
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .recurring-totals {
	border: 0
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .recurring-totals th {
	padding: 34px 16px 40px 0
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .fee {
	border: none
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .fee strong {
	font-weight: normal
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .fee th {
	color: #888888;
	font-size: 16px;
	vertical-align: middle;
	padding: 0;
	text-align: left
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .fee td {
	font-size: 0.8rem
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	line-height: 3.2rem;
	font-size: 0.9rem;
	text-align: center;
	width: 100%
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	display: block;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
	opacity: 0.8
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .continue-shopping {
	display: table;
	margin: 0 auto;
	font-size: 0.9rem;
	line-height: 1.5rem;
	margin-top: 24px;
	position: relative;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .continue-shopping:hover {
	background-size: 0 100%
}

.section-interested-in {
	padding: 65px 0 0 0;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:1200px) {
	.section-interested-in {
		padding: 100px 0 100px 60px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.section-interested-in .widget-vertical-title {
	left: 20px;
	width: 100%
}

@media (min-width:1200px) {
	.section-interested-in .widget-vertical-title {
		width: auto
	}
}

.section-interested-in .int-wrapper {
	margin-bottom: 48px;
	width: 48%
}

@media (min-width:576px) {
	.section-interested-in .int-wrapper {
		width: 32%
	}
}

@media (min-width:1200px) {
	.section-interested-in .int-wrapper {
		width: 15%;
		margin-bottom: 0
	}
}

.section-interested-in .int-item {
	text-align: center
}

.section-interested-in .int-item .image-box {
	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

.section-interested-in .int-item .image-box:hover {
	opacity: 0.5
}

.section-interested-in .int-item .image-box img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.section-interested-in .int-item .heading-6 {
	margin-top: 16px
}

.section-interested-in .int-item .heading-6 a {
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

.section-interested-in .int-item .heading-6 a:hover {
	border-bottom: 1px solid #000
}

.section-interested-in .int-item .price {
	margin-top: 5px;
	display: inline-block
}

body.woocommerce-checkout #wc-stripe-cc-form {
	padding-top: 14px
}

body.woocommerce-checkout #wc-stripe-cc-form .woocommerce_error {
	padding: 25px 80px 25px 60px;
	margin-bottom: 0
}

body.woocommerce-checkout .entry-header {
	max-width: 1100px;
	margin: 0 auto
}

body.woocommerce-checkout .entry-header .single-title {
	padding: 30px 0 64px 0
}

body.woocommerce-checkout .entry-header .entry-title {
	font-size: 1.5rem
}

@media (min-width:992px) {
	body.woocommerce-checkout .entry-header .entry-title {
		font-size: 2rem
	}
}

body.woocommerce-checkout .entry-content .woocommerce {
	position: relative;
	overflow: auto
}

body.woocommerce-checkout .entry-content .woocommerce-checkout {
	overflow: auto;
	margin-top: 64px
}

body.woocommerce-checkout .entry-content .col-1,
body.woocommerce-checkout .entry-content .col-2 {
	max-width: 100%;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	padding: 0
}

body.woocommerce-checkout .entry-content .col2-set {
	width: auto;
	float: left;
	margin-right: auto
}

body.woocommerce-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-info,
body.woocommerce-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-info {
	font-size: 0.9rem;
	padding: 0 0 0 40px
}

body.woocommerce-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-info a,
body.woocommerce-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-info a {
	margin-right: 0
}

body.woocommerce-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-info:before,
body.woocommerce-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-info:before {
	top: 2px;
	left: 0
}

@media (min-width:1200px) {

	body.woocommerce-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-info:before,
	body.woocommerce-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-info:before {
		top: 6px
	}
}

@media (min-width:992px) {

	body.woocommerce-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-info,
	body.woocommerce-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-info {
		font-size: 1.075rem;
		padding: 0 48px 0 40px
	}
}

body.woocommerce-checkout .entry-content .woocommerce-info {
	width: 100%;
	position: relative;
	margin-bottom: 16px
}

body.woocommerce-checkout .entry-content .woocommerce-info a {
	display: inline;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

body.woocommerce-checkout .entry-content .woocommerce-info a:hover {
	background-size: 0 100%
}

body.woocommerce-checkout .entry-content .woocommerce-info span .icon-info-24x24 {
	font-size: 1.2rem;
	display: inline-block;
	margin-left: 1px;
	position: relative;
	top: 4px;
	margin-right: 10px
}

body.woocommerce-checkout .entry-content .woocommerce-form-login {
	margin: 0;
	padding: 32px 0;
	width: 100%;
	max-width: 100%
}

body.woocommerce-checkout .entry-content .woocommerce-form-login p {
	margin-bottom: 16px;
	font-size: 16px
}

body.woocommerce-checkout .entry-content .woocommerce-form-login p .button {
	line-height: 48px;
	padding: 0 50px;
	font-size: 16px;
	border: none;
	background-color: #000;
	color: #fff;
	margin-right: 20px;
	outline: none;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

body.woocommerce-checkout .entry-content .woocommerce-form-login p .button:hover {
	opacity: 0.8
}

body.woocommerce-checkout .entry-content .woocommerce-form-login p>label {
	display: none
}

body.woocommerce-checkout .entry-content .woocommerce-form-login .lost_password a {
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

body.woocommerce-checkout .entry-content .woocommerce-form-login .lost_password a:hover {
	background-size: 100% 100%
}

body.woocommerce-checkout .entry-content .woocommerce-form-login .clear {
	clear: both
}

body.woocommerce-checkout .entry-content .woocommerce-form-login .woocommerce-button {
	width: auto
}

body.woocommerce-checkout .entry-content .woocommerce-form-login .form-row-first {
	margin-bottom: 16px
}

body.woocommerce-checkout .entry-content .woocommerce-form-login .form-row-first,
body.woocommerce-checkout .entry-content .woocommerce-form-login .form-row-last {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

@media (min-width:992px) {
	body.woocommerce-checkout .entry-content .woocommerce-form-login {
		width: 50%;
		padding: 32px 48px 32px 0
	}

	body.woocommerce-checkout .entry-content .woocommerce-form-login .form-row-first {
		width: 47%;
		margin-right: 3%;
		float: left;
		margin-bottom: 0
	}

	body.woocommerce-checkout .entry-content .woocommerce-form-login .form-row-last {
		width: 47%;
		margin-left: 3%;
		float: left
	}
}

body.woocommerce-checkout .entry-content .checkout_coupon {
	padding: 32px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body.woocommerce-checkout .entry-content .checkout_coupon p {
	margin-bottom: 16px;
	width: 100%;
	font-size: 16px
}

body.woocommerce-checkout .entry-content .checkout_coupon .button {
	line-height: 48px;
	padding: 0 20px;
	font-size: 16px;
	border: none;
	background-color: #000;
	color: #fff;
	outline: none;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

body.woocommerce-checkout .entry-content .checkout_coupon .button:hover {
	opacity: 0.8
}

@media (min-width:992px) {
	body.woocommerce-checkout .entry-content .checkout_coupon {
		width: 50%;
		padding: 32px 48px 32px 0
	}

	body.woocommerce-checkout .entry-content .checkout_coupon .button {
		padding: 0 30px
	}
}

body.woocommerce-checkout .entry-content .form-row input:not([type=checkbox]) {
	width: 100%;
	font-size: 16px;
	margin-bottom: 0
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields>h3 {
	font-size: 1.15rem;
	margin-bottom: 35px
}

@media (min-width:992px) {
	body.woocommerce-checkout .entry-content .woocommerce-billing-fields>h3 {
		font-size: 1.375rem
	}
}

body.woocommerce-checkout .entry-content .woocommerce-account-fields #account_password_field>label {
	display: none
}

body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox>span {
	font-size: 0.9rem
}

body.woocommerce-checkout .entry-content .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__input-checkbox {
	-webkit-appearance: checkbox;
	top: -2px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 0;
	margin: 0
}

body.woocommerce-checkout .entry-content .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__input-checkbox:checked~span:before {
	background-color: #000;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff
}

body.woocommerce-checkout .entry-content .woocommerce-shipping-fields #ship-to-different-address span {
	position: relative;
	padding-left: 26px
}

body.woocommerce-checkout .entry-content .woocommerce-shipping-fields #ship-to-different-address span:before {
	content: "";
	border: 1px solid #000;
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row {
	position: relative
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row>label,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row>label {
	color: #888888;
	clip: unset;
	clip-path: unset;
	cursor: text;
	display: block;
	height: auto;
	top: 8px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	pointer-events: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 100%
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row>label.screen-reader-text .optional,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row>label.screen-reader-text .optional {
	display: none
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]::-webkit-input-placeholder {
	opacity: 0
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]::-moz-placeholder {
	opacity: 0
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]:-ms-input-placeholder {
	opacity: 0
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]::-ms-input-placeholder {
	opacity: 0
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]::placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]::placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]::placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]::placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]::placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]::placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]::placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]::placeholder {
	opacity: 0
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]::-webkit-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]::-webkit-input-placeholder {
	opacity: 0
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]:-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]:-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]:-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]:-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]:-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]:-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]:-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]:-moz-placeholder {
	opacity: 0
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]::-moz-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]::-moz-placeholder {
	opacity: 0
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]:-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]:-ms-input-placeholder {
	opacity: 0
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]::-ms-input-placeholder,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]::-ms-input-placeholder {
	opacity: 0
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]:focus,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]:focus,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]:focus,
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]:focus,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]:focus,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]:focus,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]:focus,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]:focus {
	padding: 35px 0 10px
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]:not(:-moz-placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]:not(:-moz-placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]:not(:-moz-placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]:not(:-moz-placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]:not(:-moz-placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]:not(:-moz-placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]:not(:-moz-placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]:not(:-moz-placeholder-shown) {
	padding: 35px 0 10px
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]:not(:-ms-input-placeholder),
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]:not(:-ms-input-placeholder),
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]:not(:-ms-input-placeholder),
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]:not(:-ms-input-placeholder),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]:not(:-ms-input-placeholder),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]:not(:-ms-input-placeholder),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]:not(:-ms-input-placeholder),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]:not(:-ms-input-placeholder) {
	padding: 35px 0 10px
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=email]:not(:placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=number]:not(:placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=tel]:not(:placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input[type=text]:not(:placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=email]:not(:placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=number]:not(:placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=tel]:not(:placeholder-shown),
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper input[type=text]:not(:placeholder-shown) {
	padding: 35px 0 10px
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .select2,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper .select2 {
	min-height: 70px
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .select2 .select2-selection,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper .select2 .select2-selection {
	min-height: 70px;
	padding: 35px 0 15px
}

body.woocommerce-checkout .entry-content .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .select2 .select2-selection .select2-selection__arrow,
body.woocommerce-checkout .entry-content .woocommerce-shipping-fields .form-row .woocommerce-input-wrapper .select2 .select2-selection .select2-selection__arrow {
	top: 36px
}

body.woocommerce-checkout .entry-content .notes>label {
	display: none
}

body.woocommerce-checkout .entry-content .notes textarea {
	width: 100%;
	min-width: 100%;
	min-height: 176px;
	font-size: 16px;
	outline: none;
	line-height: 30px;
	max-width: 100%
}

body.woocommerce-checkout .entry-content #order_review_heading {
	font-size: 1.375rem;
	margin-bottom: 35px
}

@media (min-width:992px) {
	body.woocommerce-checkout .entry-content #order_review_heading {
		width: 50%;
		padding: 0 0 0 48px;
		position: absolute;
		right: 0;
		margin: 0
	}
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment>h3 {
	font-size: 1.375rem;
	margin-bottom: 32px
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
	margin-top: 16px
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-privacy-policy-text p {
	font-size: 16px
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
	font-size: 16px;
	position: relative;
	padding-left: 26px
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text:before {
	content: "";
	border: 1px solid #000;
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox {
	-webkit-appearance: checkbox;
	top: -2px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 0;
	margin: 0
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
	background-color: rgba(0, 0, 0, 0.03);
	padding: 30px 35px;
	margin-bottom: 16px
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions a,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions address,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions blockquote,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions code,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions dd,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions div,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions dl,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions dt,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h1,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h2,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h3,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h4,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h5,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions h6,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions img,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions li,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions p,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions pre,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions span,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions td,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions th,
body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions tr {
	font-size: 13px;
	line-height: 1.7
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
	list-style-type: none
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li {
	overflow: auto
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li.woocommerce-notice {
	font-size: 0.9rem;
	line-height: 1.6;
	width: 100%
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li>input {
	opacity: 0;
	position: absolute
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li>input:checked~label:before {
	content: "";
	display: inline-block;
	border: 2px solid #000;
	background-color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li>input.input-radio {
	visibility: hidden
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li input[type=checkbox] {
	background-image: none;
	border: 1px solid;
	width: 14px !important
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li>label {
	display: inline;
	font-size: 16px;
	cursor: pointer
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li>label:before {
	content: "";
	display: none;
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
	border: 1px solid #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	top: 1px
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li>label:hover:before {
	border: 2px solid #000;
	background-color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li img {
	display: inline;
	float: right;
	max-width: 40px !important;
	margin: 0
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li .payment_box {
	padding: 16px 0
}

@media (min-width:768px) {
	body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li .payment_box {
		padding: 16px 0 16px 31px
	}
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li .payment_box p {
	color: #888888;
	font-size: 15px;
	margin-bottom: 0
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li .payment_box .wc-payment-form .form-row {
	margin-bottom: 14px
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li.payment_method_authnet .wc-credit-card-form {
	margin: 14px 0
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li.payment_method_authnet .form-row label {
	display: none
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li.payment_method_ppec_paypal img {
	display: none
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li.payment_method_stripe label[for=payment_method_stripe] {
	padding-left: 0 !important;
	display: inline !important
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li.payment_method_stripe label[for=payment_method_stripe] img {
	max-width: 35px !important;
	vertical-align: middle
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li.payment_method_stripe ul {
	list-style-type: none;
	padding-left: 0
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li.payment_method_stripe fieldset label {
	cursor: text
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li.payment_method_stripe fieldset label:before {
	display: none
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li.payment_method_stripe fieldset .wc-stripe-elements-field {
	padding: 10px 0;
	border: none;
	-webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD;
	box-shadow: inset 0 -1px 0 0 #DDDDDD;
	margin: 0 0 16px 0
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li.payment_method_stripe_sepa img.stripe-icon {
	margin-top: 8px !important
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li.payment_method_paypal img {
	max-width: 102px !important
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li.payment_method_paypal .about_paypal {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	margin-left: 5px;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods>li.payment_method_paypal .about_paypal:hover {
	background-size: 0 100%
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order #place_order {
	border: none;
	background-color: #000;
	color: #fff;
	font-size: 0.9rem;
	line-height: 3.2rem;
	width: 100%;
	outline: none;
	cursor: pointer;
	margin-top: 32px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order #place_order:hover {
	opacity: 0.8
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
	width: 100%;
	text-align: left;
	border-collapse: collapse
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead {
	display: none
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item {
	font-size: 16px;
	border: none
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item:last-child {
	border-bottom: 1px solid #DDDDDD
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item:last-child td {
	padding-bottom: 32px
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item td {
	padding: 0 16px 16px 0;
	vertical-align: baseline
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name {
	width: 70%;
	color: #888888
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name strong {
	color: #000;
	font-weight: normal;
	display: inline-block
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-total {
	text-align: right;
	padding-right: 0
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr {
	border: none
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr strong {
	font-weight: normal
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr th {
	text-align: left
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal {
	font-size: 16px
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
	color: #888888;
	padding: 32px 0;
	width: 50%
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
	padding-right: 0;
	text-align: right;
	color: #000000
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-discount {
	font-size: 16px;
	color: #888888
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-discount th {
	padding: 0 0 32px 0
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-discount td {
	padding: 0 0 32px 0;
	color: #000
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-discount .woocommerce-remove-coupon {
	font-size: 16px;
	color: #888888;
	position: relative;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 1px, rgba(0, 0, 0, 0.5) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: transparent;
	margin-left: 10px
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-discount .woocommerce-remove-coupon:hover {
	background-size: 100% 100%
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method {
	list-style-type: none;
	margin: 0
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method>li {
	font-size: 16px;
	line-height: 32px
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method>li input {
	visibility: hidden;
	opacity: 0;
	position: absolute
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method>li input:checked~label:before {
	content: "";
	display: inline-block;
	position: relative;
	border-radius: 50%;
	border: 2px solid #000;
	background-color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method>li input[type=hidden] {
	color: #e34
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method>li input[type=hidden]~label {
	cursor: auto
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method>li input[type=hidden]~label:before {
	display: none
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method>li label {
	cursor: pointer
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method>li label:before {
	content: "";
	display: none;
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
	border: 1px solid #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	top: 2px;
	cursor: pointer
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method>li label:hover:before {
	border: 2px solid #000;
	background-color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping th {
	color: #888888;
	font-size: 16px;
	vertical-align: baseline;
	padding: 0
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping td {
	padding: 0
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-shipping-calculator .shipping-calculator-button {
	font-size: 16px;
	color: #888888;
	margin: 10px 0;
	display: inline;
	outline: none;
	background-size: 100% 100%;
	background-position: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	background-repeat: no-repeat
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-shipping-calculator .shipping-calculator-button:hover {
	background-size: 0 100%
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-shipping-calculator .shipping-calculator-form {
	padding: 16px 0
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-shipping-calculator .shipping-calculator-form .country_select {
	width: 100%
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-shipping-calculator .shipping-calculator-form .form-row input {
	height: 40px;
	font-size: 13px;
	width: 100%;
	border: 1px solid #DDDDDD;
	padding: 0 10px;
	outline: none;
	color: #888888;
	margin-top: 16px
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-shipping-calculator .shipping-calculator-form p:not(.form-row) .button {
	text-align: center;
	height: 40px;
	margin-top: 16px;
	width: 100%;
	outline: none;
	cursor: pointer;
	font-size: 13px;
	border: 1px solid #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping .woocommerce-shipping-calculator .shipping-calculator-form p:not(.form-row) .button:hover {
	background-color: #000;
	color: #fff
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total th {
	color: #888888;
	font-size: 16px;
	vertical-align: middle;
	padding-bottom: 32px;
	padding-top: 22px
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td {
	text-align: right;
	padding-right: 0;
	font-size: 13px;
	color: #000000;
	line-height: 1.6;
	vertical-align: middle
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td span {
	color: #000000;
	font-size: 1.375rem
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td strong>span {
	display: block
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .fee th {
	color: #888888;
	font-size: 16px;
	vertical-align: middle;
	padding-bottom: 32px;
	padding-top: 22px
}

body.woocommerce-checkout .entry-content .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .fee td {
	font-size: 16px;
	padding: 0
}

body.woocommerce-checkout .entry-content #customer_details {
	width: 100%;
	float: none
}

@media (min-width:992px) {
	body.woocommerce-checkout .entry-content #customer_details {
		width: 50%;
		float: left;
		padding-right: 48px
	}
}

body.woocommerce-checkout .entry-content #customer_details .form-row {
	margin-bottom: 16px
}

body.woocommerce-checkout .entry-content #customer_details .form-row .woocommerce-input-wrapper>strong {
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 35px 0 0;
	margin-bottom: -5px
}

body.woocommerce-checkout .entry-content #customer_details .form-row select {
	width: 100%;
	line-height: 20px;
	height: 70px;
	padding: 35px 0 15px;
	font-size: 16px;
	outline: none
}

body.woocommerce-checkout .entry-content #customer_details .woocommerce-additional-fields>h3 {
	display: none
}

body.woocommerce-checkout .entry-content #customer_details .create-account span {
	font-size: 0.9rem
}

@media (min-width:992px) {
	body.woocommerce-checkout .entry-content #order_review {
		width: 50%;
		float: left;
		padding: 91px 0 0 48px
	}
}

body.woocommerce-checkout .entry-content #order_review .opc_order_review table.shop_table .product-remove a {
	background-image: none
}

body.woocommerce-checkout .entry-content #order_review .opc_order_review table.shop_table .product-quantity {
	float: none
}

body.woocommerce-checkout .entry-content #order_review .opc_order_review table.shop_table .product-quantity input[type=number] {
	width: 70px;
	height: 64px;
	text-align: center
}

body.woocommerce-checkout .entry-content #order_review .opc_order_review table.shop_table .product-details {
	min-width: 100%
}

body.woocommerce-checkout .entry-content form.woocommerce-checkout>#woocommerce_checkout_before_order_review {
	width: 50%;
	float: left;
	padding: 91px 0 0 48px
}

body.woocommerce-checkout .entry-content .hmu-hook+#order_review {
	padding-top: 0
}

body.woocommerce-checkout .entry-content #woocommerce_after_checkout_form {
	display: block;
	width: 100%;
	float: left
}

body.woocommerce-checkout abbr.required {
	text-decoration: none
}

body.woocommerce-wishlist .wishlist-title h2 {
	padding: 0;
	margin: 0
}

body.woocommerce-wishlist .single-wrapper .col {
	max-width: 1100px
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table {
	width: 100%;
	position: relative;
	max-width: 100%;
	font-size: 0.9rem
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tr th.product-thumbnail {
	width: 112px
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table thead {
	display: none
}

@media (min-width:768px) {
	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table thead {
		display: table-header-group;
		text-align: left
	}

	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table thead tr th {
		font-size: 16px;
		color: #888888;
		padding: 16px 0;
		border: none
	}

	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table thead tr th.product-remove {
		position: absolute;
		left: 0
	}

	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table thead tr th.product-name {
		position: relative;
		-webkit-transform: translateX(-112px);
		transform: translateX(-112px)
	}

	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table thead tr th.product-price {
		width: 12.3%
	}
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr {
	border: none;
	width: 100%;
	display: block;
	padding: 32px 0;
	border-top: 1px solid #DDDDDD
}

@media (min-width:768px) {
	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr {
		display: table-row;
		border: none
	}

	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr:first-child td {
		padding: 32px 16px 0 0
	}

	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr:first-child td.product-thumbnail {
		padding: 32px 16px 0 0
	}

	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr:first-child td.product-remove .remove {
		top: 31px
	}

	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr:hover td.product-remove {
		opacity: 1;
		visibility: visible
	}
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td {
	width: 100%;
	display: table;
	text-align: right;
	margin-bottom: 10px;
	text-align: center
}

@media (min-width:768px) {
	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td {
		vertical-align: middle;
		margin-bottom: 16px;
		width: auto;
		display: table-cell;
		text-align: left;
		margin-bottom: 0;
		padding: 16px 16px 0 0
	}
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-remove {
	position: relative;
	padding: 0;
	text-align: right;
	z-index: 2
}

@media (min-width:1200px) {
	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-remove {
		z-index: 2;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
		width: 1px !important
	}
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-remove .remove {
	font-size: 0;
	display: inline-block
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-remove .remove:before {
	content: "\e921";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 11px;
	color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: block
}

@media (min-width:768px) {
	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-remove .remove:before {
		padding: 10px
	}
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-remove .remove:hover:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

@media (min-width:768px) {
	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-remove .remove {
		position: absolute;
		top: 15px;
		left: 0px
	}
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-thumbnail {
	text-align: center;
	margin-bottom: 10px;
	vertical-align: baseline
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-thumbnail a {
	max-width: initial
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-thumbnail img {
	width: 160px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline-block;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-thumbnail img:hover {
	opacity: 0.5
}

@media (min-width:768px) {
	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-thumbnail {
		width: 112px;
		position: relative;
		text-align: left;
		margin-bottom: 0;
		padding: 16px 16px 0 0
	}

	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-thumbnail a {
		display: block;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		max-width: 96px
	}

	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-thumbnail a img {
		width: 96px;
		height: 123px;
		display: block;
		-o-object-fit: cover;
		object-fit: cover;
		max-width: 96px
	}
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-name a {
	font-size: 16px;
	display: inline
}

@media (min-width:768px) {
	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-name a {
		font-size: 0.9rem;
		display: inline;
		text-decoration: none;
		-webkit-box-decoration-break: slice;
		box-decoration-break: slice;
		line-height: 1.25rem;
		background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
		background-repeat: no-repeat;
		background-position: 0 100%;
		background-size: 0% 100%;
		-webkit-transition: background-size 0.2s ease-in-out;
		transition: background-size 0.2s ease-in-out
	}

	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-name a:hover {
		background-size: 100% 100%
	}
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-price {
	font-size: 16px
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-price del {
	color: #888888
}

@media (min-width:768px) {
	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-price {
		font-size: 0.9rem
	}

	body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-price:before {
		display: none
	}
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-stock-status span {
	color: #888888
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-add-to-cart a {
	display: inline-block !important;
	padding: 0;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	background-color: transparent;
	line-height: 1.6
}

body.woocommerce-wishlist #yith-wcwl-form .wishlist_table tbody tr td.product-add-to-cart a:hover {
	background-size: 0 100%
}

body.woocommerce-order-received .entry-header {
	max-width: 1100px;
	margin: 0 auto
}

body.woocommerce-order-received .entry-header .entry-title {
	font-size: 1.45rem;
	margin: 32px 0
}

@media (min-width:1200px) {
	body.woocommerce-order-received .entry-header .entry-title {
		font-size: 2rem;
		margin: 0
	}
}

body.woocommerce-order-received .entry-content {
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 60px
}

@media (min-width:1200px) {
	body.woocommerce-order-received .entry-content {
		padding-bottom: 120px
	}
}

body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order {
	font-size: 16px
}

body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order>p.woocommerce-notice {
	font-size: 1.15rem;
	margin-bottom: 32px;
	max-width: 1100px
}

@media (min-width:1200px) {
	body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order>p.woocommerce-notice {
		font-size: 1.375rem
	}
}

body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order .woocommerce-order-overview {
	background-color: rgba(0, 0, 0, 0.03);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 103px;
	padding: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1100px;
	list-style-type: none
}

body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order .woocommerce-order-overview li {
	color: #888888;
	font-size: 16px;
	width: 100%;
	margin-bottom: 20px
}

body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order .woocommerce-order-overview li strong {
	font-size: 0.9rem;
	color: #000;
	display: block;
	font-weight: normal
}

body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order .woocommerce-order-overview li:last-child {
	padding-right: 0
}

@media (min-width:576px) {
	body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order .woocommerce-order-overview li {
		width: 50%
	}
}

@media (min-width:1200px) {
	body.woocommerce-order-received .entry-content .woocommerce .woocommerce-order .woocommerce-order-overview li {
		margin-bottom: 0;
		width: 20%
	}
}

body.woocommerce-shop .shop-content .shop-header-wrapper {
	opacity: 0;
	visibility: hidden
}

body.woocommerce-shop .shop-content .shop-header-wrapper.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (min-width:1200px) {
	body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 64px
	}
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

@media (min-width:1200px) {
	body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter {
		padding-top: 7px;
		width: 300px;
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit
	}
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter {
	font-size: 15px;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:1200px) {
	body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter {
		font-size: 16px
	}

	body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter:hover span:after {
		width: 100%
	}
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter .icon-close-20x20,
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter .icon-filter {
	width: 8px;
	display: inline-block;
	height: 18px
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter .icon-close-20x20:hover,
body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter .icon-filter:hover {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter .icon-filter {
	-webkit-animation: filterOpen 1s linear;
	animation: filterOpen 1s linear
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter .icon-close-20x20 {
	-webkit-animation: filterClose 1s linear;
	animation: filterClose 1s linear
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter span {
	display: inline-block;
	position: relative;
	line-height: initial;
	height: 17px;
	top: -1px
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter span:after {
	content: "";
	width: 0;
	height: 1px;
	background-color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	position: absolute;
	bottom: -5px;
	left: 0
}

@media (min-width:1200px) {
	body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter.active:hover span:after {
		width: 0
	}
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter.active span:after {
	width: 100%
}

@media (min-width:1200px) {
	body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .shop-categories {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		margin: 0
	}
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products {
	text-align: right;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

@media (min-width:1200px) {
	body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products {
		-webkit-box-ordinal-group: inherit;
		-ms-flex-order: inherit;
		order: inherit;
		width: 300px;
		padding-top: 7px
	}
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form {
	display: inline-block;
	text-align: right
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-selection.select2-selection--single {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: right;
	background: none;
	padding: 0;
	height: 8px
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-selection.select2-selection--single .select2-selection__arrow {
	top: 3px
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-container {
	width: auto !important;
	min-width: 226px;
	text-align: left;
	height: 8px
}

@media (min-width:992px) {
	body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-container {
		min-width: 250px
	}
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-container .select2-results__option {
	font-size: 15px
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-container .select2-selection__rendered {
	padding-right: 30px;
	width: auto;
	display: table;
	margin-left: auto;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	font-size: 15px
}

@media (min-width:1200px) {
	body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-container .select2-selection__rendered {
		font-size: 16px
	}
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products form .select2-container .select2-selection__rendered:hover {
	background-size: 100% 100%
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products .shop-display {
	display: inline-block;
	vertical-align: middle
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products .shop-display .shop-display-grid {
	vertical-align: middle;
	display: inline-block;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products .shop-display .shop-display-grid.active {
	color: #888888
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products .shop-display .shop-display-big-grid {
	vertical-align: middle;
	display: inline-block;
	font-size: 16px
}

body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .sort-products .shop-display .shop-display-big-grid.active {
	color: #888888
}

body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter {
	display: none;
	font-size: 16px
}

@media (min-width:1200px) {
	body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter {
		padding-bottom: 20px
	}
}

body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .widget-vertical-title {
	top: 5px;
	left: 24px;
	line-height: 1
}

body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 0 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper.active {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column {
	position: relative;
	width: 100%
}

@media (min-width:576px) {
	body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column {
		width: calc((100% - 60px) / 2);
		margin-right: 60px
	}

	body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column:nth-child(2n+2) {
		margin-right: 0
	}
}

@media (min-width:992px) {
	body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column {
		width: calc((100% - 120px) / 3)
	}

	body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column:nth-child(2n+2) {
		margin-right: 60px
	}

	body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column:nth-child(3n+3) {
		margin-right: 0
	}
}

@media (min-width:1200px) {
	body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column {
		width: calc((100% - 180px) / 4);
		margin: 0 60px 60px 0
	}

	body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column:nth-child(2n+2) {
		margin-right: 60px
	}

	body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column:nth-child(3n+3) {
		margin-right: 60px
	}

	body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper .column:nth-child(4n+4) {
		margin-right: 0
	}
}

@media (min-width:1200px) {
	body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside {
		padding-left: 50px
	}
}

body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside ul li {
	position: relative;
	display: block
}

body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside .alignfull,
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside .alignwide {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

.section-categories {
	margin-bottom: 50px
}

.section-categories .cont-row {
	overflow: hidden
}

.section-categories .cont-row .category-grid-item {
	margin-bottom: 16px;
	position: relative;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	will-change: opacity, transform
}

.section-categories .cont-row .category-grid-item.animated {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

.section-categories .cont-row .category-grid-item .category-img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

.section-categories .cont-row .category-grid-item .category-img:hover {
	opacity: 0.5
}

.section-categories .cont-row .category-grid-item .category-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.section-categories .cont-row .category-grid-item .category-title {
	font-size: 1.15rem;
	color: #000;
	position: absolute;
	bottom: 24px;
	left: 32px;
	margin: 0
}

.section-categories .cont-row .category-grid-item .category-title .count {
	color: #888888;
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	margin-left: 10px
}

@media (min-width:768px) {
	.section-categories {
		margin-bottom: 57px
	}

	.section-categories .cont-row {
		margin: 0 -8px
	}

	.section-categories .cont-row .category-grid-item {
		float: left;
		width: 33.33333333%;
		padding: 0 8px;
		margin-bottom: 16px;
		height: 332px
	}

	.section-categories .cont-row .category-grid-item:first-child {
		width: 66.66666666%;
		height: 540px
	}

	.section-categories .cont-row .category-grid-item:nth-child(2) {
		height: 540px
	}
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.woocommerce-products-header {
	opacity: 0;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-name: fadein;
	animation-name: fadein;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.woocommerce-products-header>:last-child {
	margin-bottom: 60px
}

@media (min-width:992px) {
	.woocommerce-products-header>:last-child {
		margin-bottom: 120px
	}
}

.woocommerce-products-header .image-link {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 60px
}

@media (min-width:992px) {
	.woocommerce-products-header .image-link {
		margin-bottom: 120px
	}
}

.woocommerce-products-header .image-link img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.woocommerce-products-header p {
	font-size: 1rem;
	line-height: 32px;
	color: #000000;
	display: table;
	max-width: 840px;
	margin: 0 auto;
	text-align: center
}

body.woocommerce-account .customer-login .entry-header {
	display: none
}

body.woocommerce-account .customer-login .entry-content {
	max-width: 408px;
	margin: 0 auto;
	min-height: calc(100vh - 254px);
	padding-top: 10%
}

body.woocommerce-account .customer-login .entry-content .woocommerce h2 {
	font-size: 1.45rem;
	margin-bottom: 32px
}

@media (min-width:1200px) {
	body.woocommerce-account .customer-login .entry-content .woocommerce h2 {
		font-size: 2rem
	}
}

body.woocommerce-account .customer-login .entry-content .woocommerce-form-login {
	position: relative
}

body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .woocommerce-form-row {
	display: block
}

body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .woocommerce-form-row label {
	display: none
}

body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .woocommerce-form-row input {
	width: 100%;
	display: block;
	border: none;
	-webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD;
	box-shadow: inset 0 -1px 0 0 #DDDDDD;
	color: #888888;
	font-size: 16px;
	line-height: 25px;
	outline: none;
	padding: 10px 0;
	margin-bottom: 16px
}

body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .login-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px
}

body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .login-footer .checkbox-label {
	font-size: 16px
}

body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .login-footer .checkbox-label input {
	display: none
}

body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .login-footer .checkbox-label span {
	height: 16px;
	width: 16px;
	border: 1px solid #000;
	display: inline-block;
	position: relative;
	top: 2px
}

body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .login-footer .checkbox-label span:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #000000;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: scale(0);
	transform: scale(0);
	visibility: hidden;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .login-footer .checkbox-label .checkbox-pass:checked+span:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible
}

body.woocommerce-account .customer-login .entry-content .woocommerce-form-login .login-footer .lost-pw {
	font-size: 15px;
	color: #888888
}

body.woocommerce-account .customer-login .entry-content .register-form .wrapper {
	margin-bottom: 30px
}

body.woocommerce-account .customer-login .entry-content .register-form .wrapper input {
	width: 100%;
	display: block;
	border: none;
	-webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD;
	box-shadow: inset 0 -1px 0 0 #DDDDDD;
	color: #888888;
	font-size: 16px;
	line-height: 25px;
	outline: none;
	padding: 10px 0;
	margin-bottom: 16px
}

body.woocommerce-account .entry-header {
	display: none
}

body.woocommerce-account .entry-content {
	max-width: 1110px;
	margin: 0 auto
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation {
	margin: 64px 0
}

@media (min-width:992px) {
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation {
		margin-bottom: 88px
	}
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
	width: 100%;
	text-align: center;
	max-width: 100%
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	padding: 0 6px;
	position: relative
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	background-size: 100% 100%
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover {
	background-size: 0 100%
}

@media (min-width:992px) {
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
		padding: 0 16px;
		margin-bottom: 24px
	}

	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:after {
		content: "";
		background-color: #DDDDDD;
		width: 1px;
		height: 30px;
		-webkit-transform: rotate(15deg) translateY(-50%);
		transform: rotate(15deg) translateY(-50%);
		display: inline-block;
		top: 50%;
		right: 0;
		position: absolute
	}

	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:last-child:after {
		display: none
	}
}

@media (min-width:992px) {
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
		font-size: 0;
		line-height: 34px
	}

	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
		content: "\e906";
		font-family: "Block-Shop";
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: 1rem;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out
	}
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
	font-size: 1rem;
	margin-bottom: 12px;
	display: inline-block;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	background-size: 100% 100%
}

@media (min-width:992px) {
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
		margin-bottom: 0;
		font-size: 1.375rem
	}
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers {
	font-size: 0.9rem;
	display: block;
	margin: 0;
	height: auto;
	width: 100%;
	display: block;
	overflow: hidden
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-Button--previous {
	float: left;
	background-size: 0 100%
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-Button--previous:hover {
	background-size: 100% 100%
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-Button--previous:before {
	content: "\e905";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	margin-right: 10px
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-Button--next {
	float: right;
	background-size: 0 100%
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-Button--next:hover {
	background-size: 100% 100%
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination--without-numbers .woocommerce-Button--next:after {
	content: "\e907";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	margin-left: 10px
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content a {
	display: inline;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	line-height: 26px
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content a:hover {
	background-size: 0 100%
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content>p {
	font-size: 0.9rem;
	margin-bottom: 32px;
	max-width: 564px;
	margin-left: auto;
	margin-right: auto
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content>p strong {
	font-weight: normal
}

@media (min-width:992px) {
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content>p {
		font-size: 1.075rem;
		line-height: 1.9rem
	}
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders {
	width: 100%;
	text-align: left;
	max-width: 100%;
	margin: 0 auto 24px auto
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders thead {
	display: none
}

@media (min-width:768px) {
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders thead {
		display: table-header-group
	}

	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders thead tr {
		font-size: 16px
	}

	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders thead tr th {
		padding: 16px 10px 16px 0;
		text-align: left
	}

	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-actions,
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders thead tr th.woocommerce-orders-table__header-order-number {
		width: 17%
	}
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr {
	padding: 20px 0;
	display: block
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:last-child {
	border: none
}

@media (min-width:768px) {
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr {
		display: table-row
	}

	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:last-child {
		border-bottom: 1px solid #DDDDDD
	}
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td {
	font-size: 16px;
	color: #000;
	display: table;
	text-align: right;
	width: 100%;
	margin: 8px 0
}

@media (min-width:768px) {
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td {
		display: table-cell;
		text-align: left;
		width: auto;
		font-size: 0.9rem;
		padding: 24px 10px 24px 0;
		margin: 0
	}
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-total {
	color: #888888
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-total span {
	color: #000
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-actions a {
	margin-left: 10px
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td.woocommerce-orders-table__cell-order-actions a:first-child {
	margin-left: 0
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-number:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-number:before {
		display: none
	}
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-date:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-date:before {
		display: none
	}
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status:before {
		display: none
	}
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-total:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-total:before {
		display: none
	}
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-actions:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-actions:before {
		display: none
	}
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .dashboard-footer {
	display: none
}

@media (min-width:768px) {
	body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .dashboard-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 0.9rem;
		margin-top: 24px
	}
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .dashboard-footer .previous:before {
	content: "\e905";
	font-family: "Block-Shop";
	font-size: 12px;
	vertical-align: middle;
	margin-right: 10px
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .dashboard-footer .next:after {
	content: "\e907";
	font-family: "Block-Shop";
	font-size: 12px;
	vertical-align: middle;
	margin-left: 10px
}

body.woocommerce-account.woocommerce-view-order .entry-content .woocommerce .woocommerce-MyAccount-content>p {
	font-size: 0.9rem;
	max-width: 100%;
	margin-bottom: 64px
}

body.woocommerce-account.woocommerce-view-order .entry-content .woocommerce .woocommerce-MyAccount-content>p mark {
	background: none
}

@media (min-width:768px) {
	body.woocommerce-account.woocommerce-view-order .entry-content .woocommerce .woocommerce-MyAccount-content>p {
		font-size: 1.075rem
	}
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content>p {
	max-width: 100%;
	margin-bottom: 64px;
	font-size: 1.075rem
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content>.woocommerce-Address {
	width: 100%;
	max-width: 100%
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
	overflow: hidden;
	margin: 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
	width: 100%;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%
}

@media (min-width:576px) {
	body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
		margin-bottom: 64px
	}
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {
	font-size: 1.15rem;
	margin-bottom: 32px
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a {
	font-size: 16px;
	margin-bottom: 16px;
	display: inline-block
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
	font-size: 0.9rem;
	font-style: normal
}

@media (min-width:576px) {
	body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%
	}

	body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {
		font-size: 1.375rem
	}
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form h3 {
	max-width: 58px;
	margin: 0 auto 44px auto
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-input-wrapper {
	display: block
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-input-wrapper .select2-container {
	margin-bottom: 16px
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields {
	max-width: 58px;
	margin: 0 auto
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row label {
	display: none
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row input {
	width: 100%;
	display: block
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row select {
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #888888;
	margin-bottom: 16px
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .button {
	width: 100%;
	padding: 8px 0
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper {
	overflow: hidden;
	margin-bottom: 16px
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p {
	margin: 0
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_first_name_field,
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_phone_field,
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#shipping_first_name_field {
	width: 100%
}

@media (min-width:576px) {

	body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_first_name_field,
	body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_phone_field,
	body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#shipping_first_name_field {
		width: 252px;
		float: left
	}
}

body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_email_field,
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_last_name_field,
body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#shipping_last_name_field {
	width: 100%
}

@media (min-width:576px) {

	body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_email_field,
	body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#billing_last_name_field,
	body.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p#shipping_last_name_field {
		width: 252px;
		float: right
	}
}

body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
	max-width: 58px;
	margin: 0 auto
}

body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm em {
	font-style: normal;
	font-size: 13px
}

body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p {
	margin: 0
}

body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row label {
	display: none
}

body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input {
	width: 100%;
	display: block;
	line-height: 25px;
	padding: 10px 0
}

body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input+span {
	display: block;
	margin: -10px 0 6px 0
}

body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row.form-row-first {
	width: 100%
}

@media (min-width:576px) {
	body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row.form-row-first {
		width: 252px;
		float: left
	}
}

body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row.form-row-last {
	width: 100%
}

@media (min-width:576px) {
	body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row.form-row-last {
		width: 252px;
		float: right
	}
}

body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
	margin-top: 64px;
	margin-bottom: 16px;
	border: none
}

body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
	font-size: 1.15rem;
	display: block;
	margin-bottom: 32px
}

@media (min-width:576px) {
	body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
		font-size: 1.375rem
	}
}

body.woocommerce-account.woocommerce-edit-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button {
	width: 100%;
	padding: 8px 0
}

body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods {
	max-width: 1100px
}

body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods thead {
	display: none
}

body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods thead tr th {
	text-align: left
}

@media (min-width:768px) {
	body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods thead {
		display: table-header-group;
		font-size: 16px
	}
}

body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr {
	display: block
}

@media (min-width:768px) {
	body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr {
		display: table-row
	}
}

body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td {
	display: table;
	width: 100%;
	text-align: right;
	margin: 8px 0
}

@media (min-width:768px) {
	body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td {
		display: table-cell;
		width: auto;
		text-align: left;
		margin: 0
	}
}

body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-method:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-method:before {
		display: none
	}
}

body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-expires:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-expires:before {
		display: none
	}
}

body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-actions {
	width: 25%;
	font-size: 0;
	margin-left: auto
}

body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-actions:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-actions:before {
		display: none
	}
}

body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-actions a {
	font-size: 0.9rem;
	margin-left: 10px
}

body.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-paymentMethods tbody tr td.payment-method-actions a:first-child {
	margin-left: 0
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods {
	max-width: 1100px;
	margin: 0 0 24px 0
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods p {
	margin: 0 0 24px 0;
	font-size: 0.9rem
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li.woocommerce-notice {
	font-size: 0.9rem;
	line-height: 1.6;
	width: 100%
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li>input {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
	margin: 0
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li>input:checked~label:before {
	content: "";
	display: inline-block;
	border: 2px solid #000;
	background-color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li>label {
	display: inline;
	font-size: 16px;
	cursor: pointer;
	margin: 0;
	width: 100%
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li>label:before {
	content: "";
	display: none;
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
	border: 1px solid #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	top: 1px
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li>label:hover:before {
	border: 2px solid #000;
	background-color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li img {
	display: inline;
	max-width: 130px;
	margin: 0 15px
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li .payment_box {
	padding: 16px 0
}

@media (min-width:768px) {
	body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li .payment_box {
		padding: 16px 0 16px 31px
	}
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li .payment_box p {
	color: #888888;
	font-size: 15px;
	margin-bottom: 0
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li.payment_method_ppec_paypal img {
	display: none
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li.payment_method_stripe label[for=payment_method_stripe] {
	padding-left: 0 !important
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li.payment_method_stripe ul {
	list-style-type: none;
	padding-left: 0
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li.payment_method_stripe fieldset label {
	cursor: text
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li.payment_method_stripe fieldset label:before {
	display: none
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li.payment_method_stripe fieldset .wc-stripe-elements-field {
	padding: 10px 0;
	border: none;
	-webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD;
	box-shadow: inset 0 -1px 0 0 #DDDDDD;
	margin: 0 0 16px 0
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
	padding-left: 8px
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods .woocommerce-PaymentMethod {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods .input-radio {
	-webkit-appearance: radio;
	position: relative !important;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	top: auto !important
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods .wc-stripe-elements-field {
	padding: 10px 0;
	border: none;
	-webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD;
	box-shadow: inset 0 -1px 0 0 #DDDDDD;
	margin: 0 0 16px 0
}

body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods label[for=payment_method_stripe] {
	margin: 0 0 32px 0 !important;
	padding: 0 !important;
	font-size: 0.9rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review {
	width: 100%;
	float: none;
	padding: 0;
	max-width: 1100px
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review strong {
	font-weight: normal
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review table {
	max-width: 100%
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review table thead {
	font-size: 16px
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review table thead th.product-quantity {
	width: 10%
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review table thead th.product-total {
	width: 25%
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review table tbody td ul {
	list-style-type: none;
	margin: 0
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review table tbody td ul li strong {
	float: left;
	color: #888888;
	font-size: 13px;
	margin-right: 5px
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review table tbody td ul li p {
	color: #888888;
	font-size: 13px;
	margin: 0
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review table tfoot tr:last-child {
	border: none
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review ul {
	max-width: 100%;
	list-style-type: none
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review p {
	color: #888888;
	font-size: 15px;
	max-width: 450px;
	margin: 0 0 16px 0
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods {
	list-style-type: none
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li.woocommerce-notice {
	font-size: 0.9rem;
	line-height: 1.6;
	width: 100%
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li input {
	visibility: hidden;
	opacity: 0;
	position: absolute
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li input:checked~label:before {
	content: "";
	display: inline-block;
	border: 2px solid #000;
	background-color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li label {
	display: inline;
	font-size: 16px;
	cursor: pointer;
	margin: 0
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li label:before {
	content: "";
	display: none;
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
	border: 1px solid #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	top: 1px
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li label:hover:before {
	border: 2px solid #000;
	background-color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li img {
	display: inline;
	max-width: 130px;
	margin: 0 15px
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li .payment_box {
	padding: 16px 0
}

@media (min-width:768px) {
	body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li .payment_box {
		padding: 16px 0 16px 31px
	}
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li .payment_box p {
	color: #888888;
	font-size: 15px;
	margin-bottom: 0
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li.payment_method_ppec_paypal img {
	display: none
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li.payment_method_stripe label[for=payment_method_stripe] {
	padding-left: 0 !important
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li.payment_method_stripe ul {
	list-style-type: none;
	padding-left: 0
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li.payment_method_stripe fieldset label {
	cursor: text
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li.payment_method_stripe fieldset label:before {
	display: none
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li.payment_method_stripe fieldset .wc-stripe-elements-field {
	padding: 10px 0;
	border: none;
	-webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD;
	box-shadow: inset 0 -1px 0 0 #DDDDDD;
	margin: 0 0 16px 0
}

body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods>li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
	padding-left: 8px
}

.woocommerce-Payment .woocommerce-PaymentMethods {
	list-style-type: none
}

.woocommerce-Payment iframe {
	min-height: initial
}

.wc_payment_method iframe {
	min-height: initial
}

div.product {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

div.product.product-type-external .single_add_to_cart_button {
	line-height: 65px !important
}

div.product.product-type-external .single_add_to_cart_button:before {
	content: "\e915";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	left: 25px;
	top: 26px;
	font-size: 13px
}

div.product .summary {
	margin-bottom: 64px;
	width: 100%
}

@media (min-width:992px) {
	div.product .summary {
		width: 384px;
		margin-bottom: 120px
	}
}

@media (min-width:1200px) {
	div.product .summary {
		margin-bottom: 120px
	}
}

div.product .summary p {
	font-size: 0.9rem
}

div.product .summary .product_title {
	font-size: 1.65rem;
	line-height: 35px;
	margin: 0;
	font-size: 1.275rem
}

@media (min-width:992px) {
	div.product .summary .product_title {
		font-size: 1.65rem;
		line-height: 2.25rem
	}
}

div.product .summary .single_variation_wrap {
	width: 100%
}

div.product .summary .variations_form .variations {
	margin: 0 0 16px 0
}

div.product .summary .variations_form .variations tbody {
	display: block
}

div.product .summary .variations_form .variations tbody tr {
	display: block;
	border: none
}

div.product .summary .variations_form .variations tbody tr td {
	padding: 0;
	display: block
}

div.product .summary .variations_form .variations tbody tr td.label {
	font-size: 16px;
	color: #888888
}

div.product .summary .variations_form .variations tbody tr td.label label {
	cursor: default
}

div.product .summary .variations_form .variations tbody tr td.value {
	padding: 0 0 24px 0
}

div.product .summary .variations_form .variations tbody tr td.value .reset_variations {
	margin: 24px 0 0 0;
	display: inline-block;
	font-size: 15px;
	color: #888888;
	background-size: 0 100%;
	line-height: 25px
}

div.product .summary .variations_form .variations tbody tr td.value .reset_variations:hover {
	background-size: 100% 100%
}

div.product .summary .variations_form .variations tbody tr td.value .reset_variations:before {
	content: "\e90a";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 9px;
	margin-right: 5px;
	position: relative;
	top: -1px
}

div.product .summary .variations_form .variations tbody tr:last-child td.value {
	padding: 0
}

div.product .summary .wc-pao-addons-container {
	width: 100%
}

div.product .summary .wc-pao-addons-container .wc-pao-addon-wrap select {
	width: 100%
}

div.product .summary .wc-pao-addons-container .wc-pao-addon-image-swatch {
	padding: 0;
	margin: 0 10px 10px 0;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	background-image: none !important;
	max-width: 65px;
	max-height: 65px
}

div.product .summary .wc-pao-addons-container .product-addon-totals strong {
	font-weight: normal
}

div.product .summary .wc-pao-addons-container .product-addon-totals .wc-pao-col1 {
	max-width: 75%
}

div.product .summary .wc-pao-addons-container .product-addon-totals .wc-pao-subtotal-line p.price {
	text-align: left;
	width: 100%
}

div.product .summary .wc-pao-addons-container .product-addon-totals .wc-pao-subtotal-line p.price .amount {
	float: right
}

div.product .summary .grouped_form table {
	display: block;
	margin: 0 0 14px 0
}

div.product .summary .grouped_form table tr {
	display: block;
	padding-left: 92px;
	position: relative;
	border: none
}

div.product .summary .grouped_form table tr td {
	display: block;
	position: relative;
	padding: 0
}

div.product .summary .grouped_form table tr td:last-child {
	padding: 0 0 24px 0
}

div.product .summary .grouped_form table tr td a {
	background-size: 0 100%
}

div.product .summary .grouped_form table tr td a:hover {
	background-size: 100% 100%
}

div.product .summary .grouped_form table tr td .quantity {
	height: 40px;
	width: 68px;
	position: relative;
	top: 10px
}

div.product .summary .grouped_form table tr td .quantity .increase {
	background: none;
	color: #888888;
	height: 40px;
	text-align: right
}

div.product .summary .grouped_form table tr td .quantity .increase i {
	line-height: 40px
}

div.product .summary .grouped_form table tr td .quantity .decrease {
	background: none;
	color: #888888;
	height: 40px;
	text-align: left
}

div.product .summary .grouped_form table tr td .quantity .decrease i {
	line-height: 40px
}

div.product .summary .grouped_form table tr td .quantity .input-text {
	color: #000
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity {
	position: absolute;
	top: 0;
	left: 0
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_simple {
	font-size: 0;
	width: 68px;
	height: 48px;
	background-color: #F5F5F5;
	display: block;
	background-size: 0;
	position: relative;
	top: 5px
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_simple:hover {
	background-size: 0
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_simple:before {
	content: "\e916";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 4px;
	display: block;
	line-height: 48px;
	text-align: center
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_variable {
	font-size: 0;
	width: 68px;
	height: 48px;
	background-color: #F5F5F5;
	display: block;
	background-size: 0;
	position: relative;
	top: 5px
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_variable:hover {
	background-size: 0
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_variable:before {
	content: "\e916";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 4px;
	display: block;
	line-height: 48px;
	text-align: center
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_external {
	font-size: 0;
	width: 68px;
	height: 48px;
	background-color: #F5F5F5;
	display: block;
	background-size: 0;
	position: relative;
	top: 5px
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_external:hover {
	background-size: 0
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__quantity .product_type_external:before {
	content: "\e915";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 13px;
	display: block;
	line-height: 48px;
	text-align: center
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__label a {
	font-size: 16px
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__price del {
	color: #888888
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__price ins {
	text-decoration: none
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__price .amount {
	font-size: 16px
}

div.product .summary .grouped_form table tr td.woocommerce-grouped-product-list-item__price .stock {
	font-size: 14px;
	background: none;
	line-height: 22px;
	text-align: left;
	padding: 0;
	margin: 0;
	height: auto;
	display: block
}

div.product .summary .woocommerce-product-rating {
	margin-top: 5px
}

div.product .summary .woocommerce-product-rating .star-rating {
	margin: 0;
	display: inline-block
}

div.product .summary .woocommerce-product-rating .woocommerce-review-link {
	font-size: 14px;
	color: #888888;
	line-height: 22px;
	margin-left: 10px;
	background-size: 0 0;
	top: -2px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

div.product .summary .woocommerce-product-rating .woocommerce-review-link:hover {
	backgorund-size: 0 0;
	color: #000
}

div.product .summary .price {
	margin: 32px 0 32px 0;
	font-size: 1.15rem;
	line-height: 1.55rem
}

@media (min-width:992px) {
	div.product .summary .price {
		font-size: 1.375rem;
		line-height: 1.9rem
	}
}

div.product .summary .price del {
	display: inline;
	opacity: 0.25
}

div.product .summary .price ins {
	text-decoration: none;
	display: inline
}

div.product .summary .price ins span {
	color: #000
}

div.product .summary .price .subscription-details {
	font-size: 18px;
	line-height: 1.4;
	margin-top: 10px;
	display: block
}

div.product .summary .cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

div.product .summary .cart .added_to_cart {
	display: none
}

div.product .summary .cart .quantity {
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

div.product .summary .cart .quantity .screen-reader-text {
	display: none
}

div.product .summary .cart .quantity .input-text[type=number] {
	height: 100%;
	text-align: center;
	width: 70px;
	-webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD;
	box-shadow: inset 0 -1px 0 0 #DDDDDD;
	color: #000;
	padding: 0;
	margin: 0 16px 0 0
}

div.product .summary .cart .quantity input[type=number]::-webkit-inner-spin-button,
div.product .summary .cart .quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

div.product .summary .cart .quantity input[type=number] {
	-moz-appearance: textfield;
	background-size: 0% 100%;
	-moz-appearance: textfield
}

div.product .summary .cart .quantity input[type=number]:hover {
	background-size: 100% 100%;
	border-color: transparent
}

div.product .summary .cart .quantity input[type=number]:focus {
	background-size: 100% 100%;
	border-color: transparent
}

div.product .summary .cart #product-addons-total,
div.product .summary .cart .wc-pao-addon {
	width: 100%
}

div.product .summary .stock {
	padding: 19px 0;
	text-align: center;
	width: 100%;
	display: block;
	line-height: 25px;
	font-size: 16px;
	color: #888888;
	background-color: rgba(0, 0, 0, 0.03);
	margin: 0 0 24px 0
}

div.product .summary .woocommerce-product-details__short-description {
	font-size: 0.9rem;
	text-align: left;
	line-height: 1.4rem
}

div.product .summary .product_meta {
	margin-top: 40px
}

div.product .summary .product_meta>span {
	display: block;
	font-size: 14px;
	color: #888888
}

div.product .summary .product_meta a {
	background-size: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

div.product .summary .product_meta a:hover {
	background-size: 0;
	color: #000
}

div.product .summary .out-of-stock {
	margin-top: 32px;
	padding: 0 10px;
	height: 65px;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

div.product .summary .yith-wcwl-add-to-wishlist {
	margin-top: 24px;
	font-size: 16px;
	line-height: 25px
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
	line-height: 25px;
	display: inline-block;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	position: relative;
	margin-left: 25px
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
	content: "\e914";
	position: relative;
	font-size: 14px;
	color: #000;
	display: inline-block;
	font-family: "Block-Shop";
	font-weight: normal;
	padding-left: 1px;
	padding-right: 8px;
	top: 1px;
	left: -25px;
	position: absolute;
	-webkit-animation: wishListOut 0.2s ease-in-out;
	animation: wishListOut 0.2s ease-in-out
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
	background-size: 100% 100%
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before {
	content: "\e913";
	-webkit-animation: wishListIn 0.2s ease-in-out;
	animation: wishListIn 0.2s ease-in-out
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.loading:after {
	content: "";
	background: #000;
	background-color: rgb(0, 0, 0);
	border-radius: 100%;
	height: 20px;
	width: 20px;
	position: absolute;
	right: -35px;
	top: 2px;
	-webkit-animation: pulsate 1s ease-out;
	animation: pulsate 1s ease-out;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.loading+img.ajax-loading {
	display: none !important
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
	display: none
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span {
	display: none
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
	display: inline-block;
	line-height: 25px;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	background-size: 100% 100%;
	background-position: 0 100%;
	background-repeat: no-repeat
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
	background-size: 0 100%
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before {
	content: "\e913";
	position: relative;
	font-size: 14px;
	color: #000;
	display: inline-block;
	font-family: "Block-Shop";
	font-weight: normal;
	padding-left: 1px;
	padding-right: 8px;
	top: 1px
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span {
	display: none
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	display: inline-block;
	line-height: 25px;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	background-size: 100% 100%;
	background-position: 0 100%;
	background-repeat: no-repeat
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
	background-size: 0 100%
}

div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
	content: "\e913";
	position: relative;
	font-size: 14px;
	color: #000;
	display: inline-block;
	font-family: "Block-Shop";
	font-weight: normal;
	padding-left: 1px;
	padding-right: 8px;
	top: 1px
}

div.product .summary .woocommerce-variation-add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

div.product .summary .single_add_to_cart_button {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 64px;
	background-color: #000;
	color: #fff;
	text-align: center;
	line-height: 65px;
	position: relative;
	font-size: 18px;
	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	margin: 0;
	display: block
}

div.product .summary .single_add_to_cart_button span {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s
}

div.product .summary .single_add_to_cart_button:hover {
	opacity: 0.8
}

div.product .summary .single_add_to_cart_button:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background: #888888
}

div.product .summary .single_add_to_cart_button.loading {
	-webkit-transform: scale(0.5) rotateX(180deg);
	transform: scale(0.5) rotateX(180deg);
	font-size: 0
}

div.product .summary .single_add_to_cart_button.loading:before {
	width: 100%;
	-webkit-transition: width 1s cubic-bezier(0.8, 0, 0.26, 1);
	transition: width 1s cubic-bezier(0.8, 0, 0.26, 1);
	-webkit-transition-delay: 0;
	transition-delay: 0
}

div.product .summary .single_add_to_cart_button.loading span {
	opacity: 0
}

div.product .summary .wc-bookings-booking-form {
	border: 0;
	font-size: 16px;
	margin: 0;
	padding: 0;
	width: 100%
}

div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker {
	font-size: 14px;
	padding: 0;
	margin: 0
}

div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-widget-content {
	border: 1px solid #eee;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-widget-content .ui-datepicker-header {
	border-radius: 0
}

div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-next,
div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-prev,
div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-title {
	background-image: none
}

div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-title {
	text-transform: capitalize
}

div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td {
	font-size: 14px;
	opacity: 1
}

div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td a,
div.product .summary .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td span {
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	font-size: 14px;
	line-height: 1.2;
	opacity: 1;
	text-shadow: none;
	width: 100%
}

div.product .summary .wc-bookings-booking-form .wc-bookings-booking-cost {
	border: 0;
	margin: 0 0 1em
}

div.product .summary .wc-bookings-booking-form .block-picker li.block {
	margin: 12px 0
}

div.product .summary .wc-bookings-booking-form .block-picker li.block a {
	background-image: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}

div.product .summary .wc-bookings-booking-form .block-picker,
div.product .summary .wc-bookings-booking-form .form-field {
	font-size: 16px
}

div.product .woocommerce-product-gallery {
	position: relative;
	margin: 0 0 40px 0;
	max-width: 100%;
	width: 100%
}

@media (min-width:768px) {
	div.product .woocommerce-product-gallery {
		max-width: 600px
	}
}

@media (min-width:992px) {
	div.product .woocommerce-product-gallery {
		width: calc(100% - 430px);
		margin: 0 45px 120px 0
	}
}

@media (min-width:1200px) {
	div.product .woocommerce-product-gallery {
		margin: 0 96px 120px 0;
		width: calc(100% - 481px)
	}
}

div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	display: block
}

div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	display: block;
	margin: 0 auto
}

div.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
	position: absolute;
	z-index: 2;
	right: 15px;
	top: 15px;
	overflow: hidden;
	color: transparent;
	font-size: 0;
	text-align: center
}

div.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger:before {
	content: "\e90e";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1rem;
	color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: block;
	width: 21px;
	height: 23px;
	padding-top: 2px
}

div.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger img.emoji {
	display: none !important
}

div.product .woocommerce-product-gallery .flex-control-thumbs {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 0 0
}

@media (min-width:992px) {
	div.product .woocommerce-product-gallery .flex-control-thumbs {
		padding: 16px 0 0 0
	}
}

div.product .woocommerce-product-gallery .flex-control-thumbs li {
	margin: 0 10px 10px 0;
	width: calc(25% - 7.6px)
}

div.product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n+4) {
	margin: 0 0 10px 0
}

@media (min-width:992px) {
	div.product .woocommerce-product-gallery .flex-control-thumbs li {
		margin: 0 16px 16px 0;
		width: calc(25% - 12px)
	}

	div.product .woocommerce-product-gallery .flex-control-thumbs li:nth-child(4n+4) {
		margin: 0 0 16px 0
	}
}

div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

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

div.product .woocommerce-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 32px 0
}

@media (min-width:992px) {
	div.product .woocommerce-tabs {
		max-width: 1080px;
		margin: 0 0 120px 0;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

div.product .woocommerce-tabs .tabs {
	list-style-type: none;
	text-align: center;
	width: 100%;
	margin: 0 0 16px 0;
	max-width: initial
}

@media (min-width:992px) {
	div.product .woocommerce-tabs .tabs {
		max-width: 200px;
		min-width: 200px;
		text-align: left;
		margin-right: 50px
	}
}

div.product .woocommerce-tabs .tabs li {
	margin-bottom: 16px
}

div.product .woocommerce-tabs .tabs li a {
	font-size: 0.9rem;
	color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-size: 0 100%
}

div.product .woocommerce-tabs .tabs li a:hover {
	background-size: 100% 100%
}

div.product .woocommerce-tabs .tabs li.active a {
	background-size: 100% 100%
}

div.product .woocommerce-tabs .tabs li.active a:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

div.product .woocommerce-tabs .woocommerce-Tabs-panel {
	font-size: 0.9rem;
	line-height: 1.4rem;
	width: 100%;
	display: block !important;
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
}

div.product .woocommerce-tabs .woocommerce-Tabs-panel:not(.active) * {
	display: none
}

div.product .woocommerce-tabs .woocommerce-Tabs-panel.active {
	width: 100%;
	height: auto;
	opacity: 1;
	visibility: visible
}

div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
	font-size: 0.9rem;
	line-height: 1.4rem;
	max-width: initial
}

div.product .woocommerce-tabs .shop_attributes tr {
	border: none
}

div.product .woocommerce-tabs .shop_attributes tr th {
	color: #888888;
	padding: 0px 0 13px 0;
	line-height: 35px;
	width: 150px;
	vertical-align: baseline;
	text-align: left
}

div.product .woocommerce-tabs .shop_attributes tr td {
	padding: 5px 0 13px 0;
	padding: 0px 0 13px 0;
	line-height: 35px
}

div.product .woocommerce-tabs .shop_attributes tr td a {
	display: inline-block;
	line-height: 20px;
	background-size: 100% 100%
}

div.product .woocommerce-tabs .shop_attributes tr td a:hover {
	background-size: 0 100%
}

div.product .woocommerce-tabs .shop_attributes tr p {
	margin: 0
}

div.product .woocommerce-tabs #reviews #comments,
div.product .woocommerce-tabs .woocommerce-Reviews #comments {
	margin-bottom: 16px
}

@media (min-width:1200px) {

	div.product .woocommerce-tabs #reviews #comments,
	div.product .woocommerce-tabs .woocommerce-Reviews #comments {
		margin-bottom: 64px
	}
}

div.product .woocommerce-tabs #reviews .contributions-container ol.commentlist li .comment-text,
div.product .woocommerce-tabs .woocommerce-Reviews .contributions-container ol.commentlist li .comment-text {
	margin-left: 0 !important;
	padding-left: 0
}

div.product .woocommerce-tabs #reviews .woocommerce-noreviews,
div.product .woocommerce-tabs .woocommerce-Reviews .woocommerce-noreviews {
	max-width: initial
}

div.product .woocommerce-tabs #reviews #contributions-list-title,
div.product .woocommerce-tabs #reviews .contributions-form-title,
div.product .woocommerce-tabs #reviews .contributions-title,
div.product .woocommerce-tabs #reviews .woocommerce-Reviews-title,
div.product .woocommerce-tabs .woocommerce-Reviews #contributions-list-title,
div.product .woocommerce-tabs .woocommerce-Reviews .contributions-form-title,
div.product .woocommerce-tabs .woocommerce-Reviews .contributions-title,
div.product .woocommerce-tabs .woocommerce-Reviews .woocommerce-Reviews-title {
	font-size: 0.9rem;
	color: #888888;
	line-height: 1.4rem;
	margin: 0 0 16px 0
}

@media (min-width:1200px) {

	div.product .woocommerce-tabs #reviews #contributions-list-title,
	div.product .woocommerce-tabs #reviews .contributions-form-title,
	div.product .woocommerce-tabs #reviews .contributions-title,
	div.product .woocommerce-tabs #reviews .woocommerce-Reviews-title,
	div.product .woocommerce-tabs .woocommerce-Reviews #contributions-list-title,
	div.product .woocommerce-tabs .woocommerce-Reviews .contributions-form-title,
	div.product .woocommerce-tabs .woocommerce-Reviews .contributions-title,
	div.product .woocommerce-tabs .woocommerce-Reviews .woocommerce-Reviews-title {
		margin: 0 0 40px 0
	}
}

div.product .woocommerce-tabs #reviews .commentlist,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist {
	list-style-type: none;
	margin: 0
}

div.product .woocommerce-tabs #reviews .commentlist li,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li {
	margin-bottom: 32px
}

div.product .woocommerce-tabs #reviews .commentlist li .comment_container,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

div.product .woocommerce-tabs #reviews .commentlist li .comment_container>img,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container>img {
	border-radius: 50%;
	display: block;
	max-width: 60px;
	min-width: 60px;
	max-height: 60px
}

div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text {
	padding-left: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text .star-rating,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text .star-rating {
	margin: 0 0 10px 0;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text .meta,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta {
	color: #888888;
	font-size: 14px;
	line-height: 16px;
	margin: 16px 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__author,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
	font-size: 0.95rem;
	line-height: 1.3rem;
	font-weight: normal;
	color: #000
}

div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text .meta span,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta span {
	display: none
}

div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
	float: right
}

div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text .description,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text .description {
	width: 100%
}

div.product .woocommerce-tabs #reviews .commentlist li .comment_container .comment-text .description p,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment_container .comment-text .description p {
	color: #000000;
	margin-bottom: 15px;
	font-size: 0.9rem
}

div.product .woocommerce-tabs #reviews .commentlist .comment-text .avatar,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment-text .avatar {
	border-radius: 50%;
	display: block;
	max-width: 60px;
	min-width: 60px;
	max-height: 60px;
	margin: 0 15px 0 0 !important
}

div.product .woocommerce-tabs #reviews .commentlist .comment-text>:not(.meta):not(.review-title),
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment-text>:not(.meta):not(.review-title) {
	width: 100%
}

div.product .woocommerce-tabs #reviews .commentlist .comment-text iframe,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment-text iframe {
	height: 360px
}

div.product .woocommerce-tabs #reviews .commentlist .comment-text .review-title,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment-text .review-title {
	font-size: 0.9rem;
	padding-top: 15px
}

div.product .woocommerce-tabs #reviews .commentlist .comment-text .review-title .star-rating,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment-text .review-title .star-rating {
	margin-bottom: 0
}

div.product .woocommerce-tabs #reviews .commentlist .comment-text a,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment-text a {
	background-image: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}

div.product .woocommerce-tabs #reviews .commentlist .comment-text .contribution-actions,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment-text .contribution-actions {
	margin: 20px 0
}

div.product .woocommerce-tabs #reviews .commentlist .contribution-karma,
div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .contribution-karma {
	margin: 0
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-reply-title,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-reply-title {
	font-size: 1.15rem;
	line-height: 1.6rem;
	margin: 0 0 16px 0;
	display: block
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form p,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form p {
	margin: 0 0 16px 0;
	max-width: initial
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-notes,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-notes {
	font-size: 0.9rem;
	line-height: 1.4rem;
	color: #888888;
	margin: 0 0 40px 0
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating label[for=rating],
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating label[for=rating] {
	font-size: 16px;
	line-height: 25px;
	color: #888888;
	margin: 0 0 20px 0
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars {
	display: block;
	margin: 0 0 34px 0
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars span,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -8px
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars:hover a:before,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars:hover a:before {
	content: "\e929";
	color: #000
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars a,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
	font-size: 0;
	color: #888888
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars a:before,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars a:before {
	display: inline-block;
	content: "\e929";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-indent: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 1.75rem
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars a:hover~a:before,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars a:hover~a:before {
	content: "\e929"
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars.selected a.active:before,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars.selected a.active:before {
	content: "\e929";
	color: #000
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars.selected a.active~a:before,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars.selected a.active~a:before {
	content: "\e929";
	color: #888888
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-rating .stars.selected a:not(.active):before,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars.selected a:not(.active):before {
	content: "\e929";
	color: #000
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-comment,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-comment {
	margin-bottom: 16px
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-comment>label,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-comment>label {
	display: none
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-author,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-author {
	width: 100%
}

@media (min-width:576px) {

	div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-author,
	div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-author {
		width: 47%;
		float: left
	}
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-author>label,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-author>label {
	display: none
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-author input,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-author input {
	width: 100%
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-email,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-email {
	width: 100%
}

@media (min-width:576px) {

	div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-email,
	div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-email {
		width: 47%;
		float: right
	}
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-email>label,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-email>label {
	display: none
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .comment-form-email input,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .comment-form-email input {
	width: 100%
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .form-submit,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .form-submit {
	margin: 0
}

div.product .woocommerce-tabs #reviews .comment-respond .comment-form .form-submit input,
div.product .woocommerce-tabs .woocommerce-Reviews .comment-respond .comment-form .form-submit input {
	width: 100%;
	font-size: 0.9rem
}

div.product .woocommerce-tabs #reviews .product-rating .product-rating-details,
div.product .woocommerce-tabs #reviews .product-rating .product-rating-summary,
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-details,
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-summary {
	display: block;
	width: 100%;
	text-align: left
}

div.product .woocommerce-tabs #reviews .product-rating .product-rating-details a,
div.product .woocommerce-tabs #reviews .product-rating .product-rating-summary a,
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-details a,
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-summary a {
	background-image: none;
	text-decoration: none !important
}

div.product .woocommerce-tabs #reviews .product-rating .product-rating-details tr,
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-details tr {
	border-bottom: 0
}

div.product .woocommerce-tabs #reviews .product-rating .product-rating-details tr:nth-child(odd),
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-details tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.02)
}

div.product .woocommerce-tabs #reviews .product-rating .product-rating-details tr td,
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-details tr td {
	text-align: center
}

div.product .woocommerce-tabs #reviews .product-rating .product-rating-summary h3,
div.product .woocommerce-tabs .woocommerce-Reviews .product-rating .product-rating-summary h3 {
	font-size: 1.15rem;
	margin-bottom: 10px
}

div.product .woocommerce-tabs #reviews .contribution-type-selector a,
div.product .woocommerce-tabs .woocommerce-Reviews .contribution-type-selector a {
	margin-right: 15px
}

div.product .woocommerce-tabs #reviews .form-contribution,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution {
	margin-left: 0 !important
}

div.product .woocommerce-tabs #reviews .form-contribution label,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution label {
	display: none
}

div.product .woocommerce-tabs #reviews .form-contribution .star-rating-selector fieldset label,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .star-rating-selector fieldset label {
	font-size: 1.1rem;
	float: none;
	margin-right: 5px;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}

div.product .woocommerce-tabs #reviews .form-contribution .star-rating-selector fieldset:not(:checked) label.checkbox:before,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .star-rating-selector fieldset:not(:checked) label.checkbox:before {
	content: "S"
}

div.product .woocommerce-tabs #reviews .form-contribution .star-rating-selector fieldset:not(:checked) input:checked~label.checkbox,
div.product .woocommerce-tabs #reviews .form-contribution .star-rating-selector fieldset:not(:checked) label.checkbox:hover,
div.product .woocommerce-tabs #reviews .form-contribution .star-rating-selector fieldset:not(:checked) label.checkbox:hover~label.checkbox,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .star-rating-selector fieldset:not(:checked) input:checked~label.checkbox,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .star-rating-selector fieldset:not(:checked) label.checkbox:hover,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .star-rating-selector fieldset:not(:checked) label.checkbox:hover~label.checkbox {
	opacity: 1
}

div.product .woocommerce-tabs #reviews .form-contribution #review_rating_field .star-label,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution #review_rating_field .star-label {
	font-size: 0.8rem;
	font-weight: 400;
	position: relative;
	top: 2px
}

div.product .woocommerce-tabs #reviews .form-contribution .attachment-type label:before,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .attachment-type label:before {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}

div.product .woocommerce-tabs #reviews .form-contribution .toggle-attachment-source,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .toggle-attachment-source {
	float: none
}

div.product .woocommerce-tabs #reviews .form-contribution .wc-product-reviews-pro-form-submit-row,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .wc-product-reviews-pro-form-submit-row {
	margin: 0
}

div.product .woocommerce-tabs #reviews .form-contribution .wc-product-reviews-pro-form-submit-row button,
div.product .woocommerce-tabs .woocommerce-Reviews .form-contribution .wc-product-reviews-pro-form-submit-row button {
	width: 100%
}

div.product .woocommerce-tabs #reviews #contributions-list,
div.product .woocommerce-tabs .woocommerce-Reviews #contributions-list {
	margin-top: 20px
}

section.no-results.not-found {
	padding: 0 15px;
	max-width: 820px;
	margin: 0 auto
}

section.no-results.not-found .page-header {
	display: none
}

section.no-results.not-found .page-content {
	padding: 10% 0
}

section.no-results.not-found .page-content>p {
	font-size: 1rem;
	text-align: center;
	margin-bottom: 32px
}

@media (min-width:576px) {
	section.no-results.not-found .page-content>p {
		font-size: 2rem;
		line-height: 2.75rem;
		margin-bottom: 72px
	}
}

section.no-results.not-found .page-content .search-form {
	max-width: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto
}

section.no-results.not-found .page-content .search-form label {
	width: 100%;
	margin-right: 20px
}

section.no-results.not-found .page-content .search-form label input {
	width: 100%
}

section.no-results.not-found .page-content .search-form .search-submit {
	font-size: 0.9rem;
	padding: 0 30px
}

section.no-results.not-found .page-content .search-form .screen-reader-text {
	display: none
}

body.search-no-results .shop-wrapper .woocommerce-info {
	font-size: 1rem;
	text-align: center;
	max-width: 760px;
	margin: 0 auto 32px auto;
	padding: 0
}

body.search-no-results .shop-wrapper .woocommerce-info:before {
	display: none
}

@media (min-width:992px) {
	body.search-no-results .shop-wrapper .woocommerce-info {
		line-height: 2.75rem;
		font-size: 2rem;
		padding: 8% 0 14%
	}
}

.blog-pagination-infinite_scroll .posts-navigation {
	display: none
}

.blog-pagination-infinite_scroll .load-more .load-text {
	display: none
}

.blog-pagination-load_more_button .posts-navigation {
	display: none
}

.blog-pagination-default .posts-navigation .screen-reader-text {
	display: none
}

.blog-pagination-default .posts-navigation .nav-links {
	color: #000000;
	font-size: 17.65px;
	font-weight: 500;
	line-height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 100px auto
}

@media (min-width:576px) {
	.blog-pagination-default .posts-navigation .nav-links {
		font-size: 1.375rem
	}
}

.blog-pagination-default .posts-navigation .nav-links.paginated {
	max-width: 500px;
	margin: 0 auto 100px auto
}

.blog-pagination-default .posts-navigation .nav-links.paginated .nav-previous {
	position: relative
}

.blog-pagination-default .posts-navigation .nav-links.paginated .nav-previous:after {
	content: "";
	background-color: #DDDDDD;
	width: 1px;
	height: 30px;
	-webkit-transform: rotate(15deg) translateY(-50%);
	transform: rotate(15deg) translateY(-50%);
	display: inline-block;
	top: 50%;
	position: absolute;
	right: -19px
}

.blog-pagination-default .posts-navigation .nav-links .nav-previous {
	margin-right: 22px
}

.blog-pagination-default .posts-navigation .nav-links .nav-previous a:before {
	content: "\e905";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 10px;
	margin-right: 10px;
	position: relative;
	top: -1px
}

@media (min-width:576px) {
	.blog-pagination-default .posts-navigation .nav-links .nav-previous a:before {
		margin-right: 18px;
		font-size: 16px
	}
}

.blog-pagination-default .posts-navigation .nav-links .nav-next {
	margin-left: 22px
}

.blog-pagination-default .posts-navigation .nav-links .nav-next a:after {
	content: "\e907";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 10px;
	margin-left: 10px;
	position: relative;
	top: -1px
}

@media (min-width:576px) {
	.blog-pagination-default .posts-navigation .nav-links .nav-next a:after {
		margin-right: 18px;
		font-size: 16px
	}
}

.shop-pagination-load_more_button .woocommerce-pagination {
	display: none
}

.shop-pagination-load_more_button .load-more .load-text {
	display: block
}

.shop-pagination-load_more_button .load-more.loading .load-text {
	display: none
}

.shop-pagination-infinite_scroll .woocommerce-pagination {
	display: none
}

.shop-pagination-infinite_scroll .load-more .load-text {
	display: none
}

.shop-pagination-default .load-more {
	display: none
}

.woocommerce-pagination {
	margin: 32px 0 64px 0;
	text-align: center
}

.woocommerce-pagination .page-numbers {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.woocommerce-pagination .page-numbers li {
	position: relative;
	margin-bottom: 20px
}

.woocommerce-pagination .page-numbers li:after {
	content: "";
	background-color: #DDDDDD;
	width: 1px;
	height: 30px;
	-webkit-transform: rotate(25deg) translateY(-50%);
	transform: rotate(25deg) translateY(-50%);
	display: inline-block;
	top: 50%;
	position: absolute;
	right: 3px
}

.woocommerce-pagination .page-numbers li:last-child:after {
	display: none
}

.woocommerce-pagination .page-numbers li>a,
.woocommerce-pagination .page-numbers li>span {
	font-size: 1.375rem;
	line-height: 38px;
	padding: 0 4px;
	margin: 0 18px;
	text-align: center;
	display: inline-block;
	position: relative;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	height: 38px
}

.woocommerce-pagination .page-numbers li>a:hover,
.woocommerce-pagination .page-numbers li>span:hover {
	background-size: 100% 100%;
	-webkit-box-shadow: 0px -1px 0px transparent inset;
	box-shadow: 0px -1px 0px transparent inset
}

.woocommerce-pagination .page-numbers li .prev {
	font-size: 0;
	margin: 0 1px
}

.woocommerce-pagination .page-numbers li .prev .screen-reader-text {
	display: none
}

.woocommerce-pagination .page-numbers li .prev:before {
	content: "\e905";
	font-family: "Block-Shop";
	font-size: 14px;
	color: #000;
	background-color: #fff
}

.woocommerce-pagination .page-numbers li .prev:after {
	content: " ";
	position: absolute;
	right: -12px;
	top: 0;
	width: 15px;
	height: 100%;
	background: #FFF;
	z-index: 1
}

.woocommerce-pagination .page-numbers li .next {
	font-size: 0;
	margin: 0 1px;
	background-color: transparent
}

.woocommerce-pagination .page-numbers li .next .screen-reader-text {
	display: none
}

.woocommerce-pagination .page-numbers li .next:before {
	content: "\e907";
	font-family: "Block-Shop";
	font-size: 14px;
	color: #000
}

.woocommerce-pagination .page-numbers li .next:after {
	content: " ";
	position: absolute;
	left: -11px;
	top: 0;
	width: 10px;
	height: 100%;
	background: #FFF;
	z-index: 1
}

.woocommerce-pagination .page-numbers li .current:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.order-info {
	max-width: 1100px
}

.woocommerce-order-details .woocommerce-order-details__title {
	font-size: 1.375rem;
	margin-bottom: 32px;
	margin-top: 65px;
	max-width: 1100px
}

@media (min-width:1200px) {
	.woocommerce-order-details .woocommerce-order-details__title {
		font-size: 1.375rem
	}
}

.woocommerce-order-details table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	max-width: 1100px
}

.woocommerce-order-details table strong {
	font-weight: normal;
	display: inline-block
}

.woocommerce-order-details table thead tr th {
	padding: 10px 0;
	color: #888888;
	font-size: 16px
}

@media (min-width:1200px) {
	.woocommerce-order-details table thead tr th {
		padding: 16px 0;
		width: 75%;
		font-size: 16px;
		text-align: left
	}
}

.woocommerce-order-details table tbody tr {
	border: none
}

.woocommerce-order-details table tbody tr td {
	padding: 10px 16px 10px 0;
	font-size: 0.9rem;
	vertical-align: baseline
}

@media (min-width:1200px) {
	.woocommerce-order-details table tbody tr td {
		padding: 0 0 8px 0
	}
}

.woocommerce-order-details table tbody tr td ul {
	list-style-type: none;
	margin: 0
}

.woocommerce-order-details table tbody tr td ul li strong {
	float: left;
	color: #888888;
	font-size: 13px;
	margin-right: 5px
}

.woocommerce-order-details table tbody tr td ul li p {
	color: #888888;
	font-size: 13px;
	margin: 0
}

.woocommerce-order-details table tbody tr td a {
	background-size: 0 100% !important
}

.woocommerce-order-details table tbody tr td a:hover {
	background-size: 100% 100% !important
}

.woocommerce-order-details table tbody tr:first-child td {
	padding: 32px 16px 10px 0
}

.woocommerce-order-details table tbody tr:last-child td {
	padding: 0 16px 32px 0
}

.woocommerce-order-details table tbody tr:only-child td {
	padding: 32px 16px 32px 0
}

.woocommerce-order-details table tfoot {
	border-top: 1px solid #DDDDDD
}

.woocommerce-order-details table tfoot tr {
	border: none
}

.woocommerce-order-details table tfoot tr th {
	padding-top: 10px;
	font-size: 16px;
	color: #888888;
	vertical-align: baseline;
	width: 54%
}

@media (min-width:1200px) {
	.woocommerce-order-details table tfoot tr th {
		padding: 0 0 0 52%;
		text-align: left
	}
}

.woocommerce-order-details table tfoot tr td {
	font-size: 16px;
	padding: 0 0 10px 0;
	vertical-align: baseline
}

@media (min-width:768px) {
	.woocommerce-order-details table tfoot tr td {
		font-size: 0.9rem
	}
}

.woocommerce-order-details table tfoot tr td small {
	font-size: 16px
}

@media (min-width:768px) {
	.woocommerce-order-details table tfoot tr td small {
		font-size: 0.9rem
	}
}

.woocommerce-order-details table tfoot tr:first-child td {
	padding-top: 32px
}

.woocommerce-order-details table tfoot tr:first-child th {
	padding-top: 32px
}

body .entry-content .woocommerce .woocommerce-customer-details {
	margin-top: 66px
}

body .entry-content .woocommerce .woocommerce-customer-details .woocommerce-column__title {
	font-size: 1.375rem;
	max-width: 100%;
	margin: 0 0 32px 0
}

body .entry-content .woocommerce .woocommerce-customer-details .addresses {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100% !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

body .entry-content .woocommerce .woocommerce-customer-details .addresses .woocommerce-column--1 {
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%;
	padding: 0
}

@media (min-width:576px) {
	body .entry-content .woocommerce .woocommerce-customer-details .addresses .woocommerce-column--1 {
		-webkit-box-flex: 54%;
		-ms-flex: 54%;
		flex: 54%;
		max-width: 54%
	}
}

@media (min-width:1200px) {
	body .entry-content .woocommerce .woocommerce-customer-details .addresses .woocommerce-column--1 {
		-webkit-box-flex: 52%;
		-ms-flex: 52%;
		flex: 52%;
		max-width: 52%
	}
}

body .entry-content .woocommerce .woocommerce-customer-details .addresses .woocommerce-column--2 {
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%;
	padding: 0
}

@media (min-width:576px) {
	body .entry-content .woocommerce .woocommerce-customer-details .addresses .woocommerce-column--2 {
		-webkit-box-flex: 46%;
		-ms-flex: 46%;
		flex: 46%;
		max-width: 46%
	}
}

@media (min-width:1200px) {
	body .entry-content .woocommerce .woocommerce-customer-details .addresses .woocommerce-column--2 {
		-webkit-box-flex: 48%;
		-ms-flex: 48%;
		flex: 48%;
		max-width: 48%
	}
}

body .entry-content .woocommerce .woocommerce-customer-details address {
	font-size: 0.9rem;
	line-height: 1.4rem;
	font-style: normal;
	max-width: 100%
}

body .entry-content .woocommerce .woocommerce-customer-details address p {
	font-size: 0.9rem;
	line-height: 1.4rem;
	font-style: normal;
	margin: 0
}

.woocommerce-order-downloads .woocommerce-order-downloads__title {
	max-width: 1100px;
	font-size: 1.375rem;
	margin-bottom: 32px;
	margin-top: 65px
}

.woocommerce-order-downloads table {
	max-width: 1100px
}

.woocommerce-order-downloads table thead {
	display: none
}

@media (min-width:768px) {
	.woocommerce-order-downloads table thead {
		display: table-header-group;
		font-size: 16px;
		color: #888888
	}

	.woocommerce-order-downloads table thead tr th {
		padding: 16px 0;
		text-align: left
	}

	.woocommerce-order-downloads table thead tr th.download-product {
		width: 36%
	}

	.woocommerce-order-downloads table thead tr th.download-remaining {
		width: 30%
	}

	.woocommerce-order-downloads table thead tr th.download-expires {
		width: 20%
	}

	.woocommerce-order-downloads table thead tr th.download-file {
		font-size: 0
	}
}

.woocommerce-order-downloads table tbody {
	font-size: 0.9rem;
	color: #000
}

.woocommerce-order-downloads table tbody tr {
	display: block;
	padding: 24px 0
}

@media (min-width:768px) {
	.woocommerce-order-downloads table tbody tr {
		display: table-row;
		padding: 0
	}
}

.woocommerce-order-downloads table tbody tr td {
	padding: 24px 0;
	display: table;
	width: 100%;
	text-align: right
}

@media (min-width:768px) {
	.woocommerce-order-downloads table tbody tr td {
		display: table-cell;
		width: auto;
		text-align: left;
		padding: 24px 24px 24px 0
	}
}

.woocommerce-order-downloads table tbody tr td.download-file {
	text-align: right
}

@media (min-width:768px) {
	.woocommerce-order-downloads table tbody tr td.download-file {
		text-align: left
	}

	.woocommerce-order-downloads table tbody tr td.download-file a {
		margin-left: 25px
	}
}

.woocommerce-order-downloads table tbody tr td.download-file:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	.woocommerce-order-downloads table tbody tr td.download-file:before {
		display: none
	}
}

.woocommerce-order-downloads table tbody tr td.download-file a {
	position: relative
}

.woocommerce-order-downloads table tbody tr td.download-file a:before {
	content: "\e903";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	left: -25px;
	top: 3px
}

.woocommerce-order-downloads table tbody tr td.download-product a {
	background-size: 0 100% !important
}

.woocommerce-order-downloads table tbody tr td.download-product a:hover {
	background-size: 100% 100% !important
}

.woocommerce-order-downloads table tbody tr td.download-product:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: baseline;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	.woocommerce-order-downloads table tbody tr td.download-product:before {
		display: none
	}
}

.woocommerce-order-downloads table tbody tr td.download-remaining:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	.woocommerce-order-downloads table tbody tr td.download-remaining:before {
		display: none
	}
}

.woocommerce-order-downloads table tbody tr td.download-expires:before {
	content: attr(data-title);
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	text-align: left
}

@media (min-width:768px) {
	.woocommerce-order-downloads table tbody tr td.download-expires:before {
		display: none
	}
}

.order-again {
	display: inline-block;
	max-width: 1100px;
	font-size: 0.9rem
}

.order-again a {
	display: inline-block;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	background-color: transparent
}

.order-again a:hover {
	background-size: 0 100%
}

.order-again:before {
	content: "\e905";
	display: inline-block;
	margin-right: 10px;
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	top: 1px;
	position: relative;
	font-size: 15px
}

.woocommerce-store-notice {
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	margin: 0;
	font-size: 14px;
	padding: 25px 70px 25px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	z-index: 9999
}

@media (min-width:992px) {
	.woocommerce-store-notice {
		position: fixed;
		left: 96px;
		top: calc(100vh - 40px);
		min-height: 78px;
		width: 840px;
		-webkit-transition: color 0.2s, -webkit-transform 0.2s;
		transition: color 0.2s, -webkit-transform 0.2s;
		transition: transform 0.2s, color 0.2s;
		transition: transform 0.2s, color 0.2s, -webkit-transform 0.2s;
		-webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
		transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		font-size: 18px;
		padding: 25px 80px 25px 40px
	}
}

.woocommerce-store-notice.hidden {
	-webkit-transform: translate3d(calc(-100% - 96px), -100%, 0);
	transform: translate3d(calc(-100% - 96px), -100%, 0);
	color: transparent
}

.woocommerce-store-notice a.blockshop-store-notice__dismiss-link {
	font-size: 0;
	position: absolute;
	right: 30px;
	height: 15px;
	width: 15px;
	top: 30px
}

.woocommerce-store-notice a.blockshop-store-notice__dismiss-link:before {
	content: "\e921";
	font-family: "Block-Shop";
	font-size: 15px;
	line-height: 15px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	display: inline-block
}

.woocommerce-store-notice a.blockshop-store-notice__dismiss-link:hover:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

#woocommerce_before_cart_totals.hmu-hook {
	margin-top: 85px
}

body.single-attachment .entry-header .post-info {
	display: none
}

body.single-attachment .entry-content .attachment {
	text-align: center
}

body.single-attachment .entry-content .attachment a {
	background: none;
	-webkit-transition: none;
	transition: none
}

.widget-title {
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	margin-bottom: 32px
}

@media (min-width:1200px) {
	.widget-title {
		position: absolute;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-transform: rotate(-90deg) translateX(-100%);
		transform: rotate(-90deg) translateX(-100%);
		height: auto;
		left: 0;
		margin: 0;
		text-align: right;
		max-width: 300px
	}
}

.article-widget {
	position: relative;
	margin-bottom: 60px
}

@media (min-width:768px) {
	.article-widget {
		margin: 0
	}
}

.article-widget .article-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px
}

.article-widget .article-list li .article-img {
	width: 120px;
	height: 120px;
	margin-right: 16px;
	opacity: 1;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

.article-widget .article-list li .article-img:hover {
	opacity: 0.5
}

.article-widget .article-list li .article-img a {
	display: block
}

.article-widget .article-list li .article-img a img {
	display: block;
	height: 120px;
	width: 120px;
	min-width: 120px;
	-o-object-fit: cover;
	object-fit: cover
}

.article-widget .article-list li .article-details {
	width: 100%
}

.article-widget .article-list li .article-details .article-post-date {
	color: #888888;
	font-size: 14px;
	display: block
}

.article-widget .article-list li .article-details .article-author {
	color: #888888;
	font-size: 14px;
	display: block
}

.article-widget .article-list li .article-details .article-title {
	font-size: 16px;
	display: block
}

@media (min-width:1200px) {
	.article-widget .article-list li .article-details .article-title {
		font-size: 0.9rem
	}
}

@media (min-width:576px) {
	.article-widget {
		padding: 0 40px
	}
}

.widget_recent_entries>ul:not(.wp-block-latest-posts) li {
	margin-bottom: 16px;
	display: block;
	line-height: 0;
	font-size: 16px
}

.widget_recent_entries>ul:not(.wp-block-latest-posts) li a {
	display: inline;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.widget_recent_entries>ul:not(.wp-block-latest-posts) li a:focus,
.widget_recent_entries>ul:not(.wp-block-latest-posts) li a:hover {
	background-size: 100% 100%
}

.widget_recent_entries>ul:not(.wp-block-latest-posts) li span {
	display: block;
	color: #888888;
	font-size: 14px;
	line-height: 22px
}

.widget_recent_comments ul .recentcomments {
	margin-bottom: 16px;
	display: block;
	font-size: 16px;
	line-height: 0
}

.widget_recent_comments ul .recentcomments .comment-author-link {
	display: block;
	color: #888888;
	font-size: 14px;
	line-height: 22px
}

.widget_recent_comments ul .recentcomments a {
	display: inline;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.widget_recent_comments ul .recentcomments a:focus,
.widget_recent_comments ul .recentcomments a:hover {
	background-size: 100% 100%
}

.textwidget {
	position: relative
}

.textwidget p {
	font-size: 16px;
	margin-bottom: 16px
}

.textwidget p:last-child {
	margin: 0
}

.textwidget p:last-child:after {
	clear: both;
	content: " ";
	display: block
}

.widget_rss ul li {
	font-size: 0.9rem;
	line-height: 0;
	margin-bottom: 16px
}

.widget_rss ul li .rsswidget {
	margin-bottom: 4px;
	display: inline;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.widget_rss ul li .rsswidget:focus,
.widget_rss ul li .rsswidget:hover {
	background-size: 100% 100%
}

.widget_rss ul li .rss-date {
	display: block;
	color: #888888;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 4px
}

.widget_rss ul li .rssSummary {
	font-size: 15px;
	line-height: 24px
}

.widget_tag_cloud .tagcloud a {
	font-size: 14px !important;
	line-height: 17px;
	padding: 8px 12px;
	border: 1px solid #DDDDDD;
	margin-bottom: 8px;
	display: inline-block;
	margin-right: 4px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

.widget_tag_cloud .tagcloud a:hover {
	border: 1px solid #000
}

.widget_meta ul {
	list-style-type: none
}

.widget_meta ul li {
	font-size: 16px;
	line-height: 0;
	margin-bottom: 12px
}

.widget_meta ul li a {
	display: inline;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.widget_meta ul li a:focus,
.widget_meta ul li a:hover {
	background-size: 100% 100%
}

.widget_categories>ul:not(.wp-block-categories) {
	list-style-type: none
}

.widget_categories>ul:not(.wp-block-categories) .cat-item {
	color: #888888;
	display: block;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 12px;
	line-height: 0
}

.widget_categories>ul:not(.wp-block-categories) .cat-item a {
	color: #000000;
	display: inline;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.widget_categories>ul:not(.wp-block-categories) .cat-item a:focus,
.widget_categories>ul:not(.wp-block-categories) .cat-item a:hover {
	background-size: 100% 100%
}

.widget_categories>ul:not(.wp-block-categories) .cat-item .children {
	padding-left: 15px;
	padding-top: 10px
}

.widget_pages ul li {
	color: #888888;
	display: block;
	font-size: 16px;
	line-height: 0;
	margin-bottom: 12px
}

.widget_pages ul li a {
	color: #000000;
	display: inline;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.widget_pages ul li a:focus,
.widget_pages ul li a:hover {
	background-size: 100% 100%
}

.widget_pages ul li .children {
	padding-left: 15px;
	padding-top: 10px
}

.widget_archive>ul:not(.wp-block-archives) li {
	color: #888888;
	display: block;
	font-size: 16px;
	line-height: 0;
	margin-bottom: 12px
}

.widget_archive>ul:not(.wp-block-archives) li a {
	color: #000000;
	display: inline;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.widget_archive>ul:not(.wp-block-archives) li a:focus,
.widget_archive>ul:not(.wp-block-archives) li a:hover {
	background-size: 100% 100%
}

.widget_nav_menu ul {
	list-style-type: none
}

.widget_nav_menu ul li {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 0
}

.widget_nav_menu ul li a {
	display: inline;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.widget_nav_menu ul li a:focus,
.widget_nav_menu ul li a:hover {
	background-size: 100% 100%
}

.widget_nav_menu ul li ul {
	padding-left: 16px;
	padding-top: 10px
}

.widget_calendar .calendar_wrap table {
	width: 100%;
	text-align: left
}

.widget_calendar .calendar_wrap table tr {
	border: none
}

.widget_calendar .calendar_wrap table>caption {
	text-align: left;
	line-height: 24px;
	margin-bottom: 16px
}

.widget_calendar .calendar_wrap table thead {
	font-size: 15px;
	color: #000
}

.widget_calendar .calendar_wrap table thead th {
	padding: 8px 0
}

.widget_calendar .calendar_wrap table tbody {
	font-size: 16px;
	color: #888888
}

.widget_calendar .calendar_wrap table tbody #today {
	color: #000
}

.widget_calendar .calendar_wrap table tbody td {
	padding: 8px 0
}

.widget_calendar .calendar_wrap table tbody td a {
	border-bottom: 1px solid rgba(119, 119, 119, 0.75);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

.widget_calendar .calendar_wrap table tbody td a:hover {
	border-bottom: 1px solid #000;
	color: #000
}

.widget_calendar .calendar_wrap table tfoot #next {
	text-align: right;
	padding-right: 24px
}

.widget_search .screen-reader-text {
	display: none
}

.widget_search .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.widget_search .search-form label {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.widget_search .search-form label .search-field {
	width: 100%;
	-webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD;
	box-shadow: inset 0 -1px 0 0 #DDDDDD;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	background-color: transparent
}

.widget_search .search-form label .search-field:focus,
.widget_search .search-form label .search-field:hover {
	-webkit-box-shadow: inset 0 -1px 0 0 transparent;
	box-shadow: inset 0 -1px 0 0 transparent;
	background-size: 100% 100%
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	line-height: 25px;
	margin-bottom: 4px
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:before {
	border: 2px solid #000
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:after {
	opacity: 1;
	top: 5px
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:hover:after {
	background: transparent
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:hover:before {
	color: #000
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
	font-size: 16px;
	position: relative
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before {
	content: "\e921";
	display: inline-block;
	position: relative;
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	margin-right: 12px;
	top: -3px;
	font-family: "Block-Shop";
	font-size: 8px;
	line-height: 12px;
	text-align: center;
	color: transparent
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before {
	border: 2px solid #000
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:after {
	opacity: 1;
	top: 5px
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 3px;
	position: absolute;
	left: 5px;
	top: 6px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
	font-size: 16px;
	color: #888888
}

.widget_product_categories .product-categories {
	list-style-type: none
}

.widget_product_categories .product-categories .cat-item {
	line-height: 25px;
	margin-bottom: 4px
}

.widget_product_categories .product-categories .cat-item a {
	font-size: 16px;
	display: inline;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 25px;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.widget_product_categories .product-categories .cat-item a:hover {
	background-size: 100% 100%
}

.widget_product_categories .product-categories .cat-item .children {
	padding-left: 20px;
	list-style-type: none;
	margin: 0
}

.widget_product_categories .product-categories .cat-item .children li:first-child {
	margin-top: 4px
}

.widget_product_categories .product-categories .cat-item .count {
	font-size: 16px;
	color: #888888
}

.widget_product_search .woocommerce-product-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: inset 0 -1px 0 0 #DDDDDD;
	box-shadow: inset 0 -1px 0 0 #DDDDDD;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%
}

.widget_product_search .woocommerce-product-search:focus,
.widget_product_search .woocommerce-product-search:hover {
	-webkit-box-shadow: inset 0 -1px 0 0 transparent;
	box-shadow: inset 0 -1px 0 0 transparent;
	background-size: 100% 100%
}

.widget_product_search .woocommerce-product-search .screen-reader-text {
	display: none
}

.widget_product_search .woocommerce-product-search .search-field {
	margin-right: 10px;
	margin-bottom: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none
}

.widget_product_search .woocommerce-product-search button[type=submit] {
	background: none;
	font-size: 0;
	padding: 0;
	width: 21px
}

.widget_product_search .woocommerce-product-search button[type=submit]:before {
	content: "\e924";
	font-family: "Block-Shop";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1rem;
	color: #000;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
	border: 2px solid #000
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:after {
	opacity: 1;
	top: 5px
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:hover:after {
	background: transparent
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:hover:before {
	color: #000
}

.widget_rating_filter .wc-layered-nav-rating a {
	color: #888888;
	font-size: 16px;
	position: relative
}

.widget_rating_filter .wc-layered-nav-rating a:before {
	content: "\e921";
	display: inline-block;
	position: relative;
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	margin-right: 12px;
	top: -3px;
	font-family: "Block-Shop";
	font-size: 8px;
	line-height: 12px;
	text-align: center;
	color: transparent
}

.widget_rating_filter .wc-layered-nav-rating a:hover:before {
	border: 2px solid #000
}

.widget_rating_filter .wc-layered-nav-rating a:hover:after {
	opacity: 1;
	top: 5px
}

.widget_rating_filter .wc-layered-nav-rating a:after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 3px;
	display: block;
	position: absolute;
	left: 5px;
	top: 6px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
	display: inline-block
}

.widget_price_filter .price_slider_wrapper {
	position: relative;
	margin: 0 5px
}

.widget_price_filter .price_slider_wrapper .price_slider {
	background-color: rgba(0, 0, 0, 0.03);
	height: 2px
}

.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
	background-color: #000;
	height: 2px;
	position: absolute
}

.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
	width: 16px;
	height: 16px;
	top: -8px;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid #000;
	display: block;
	position: absolute;
	outline: none;
	cursor: pointer;
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px)
}

@media (min-width:1200px) {
	.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
		width: 10px;
		height: 10px;
		top: -4px
	}
}

.widget_price_filter .price_slider_wrapper .price_slider_amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	background: none;
	color: #000;
	display: inline;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 -5px
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
	background-size: 0 100%;
	opacity: 1
}

.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
	margin: 25px 0 8px -5px
}

.widget_products,
.widget_recent_reviews,
.widget_recently_viewed_products,
.widget_top_rated_products {
	position: relative
}

@media (min-width:992px) {

	.widget_products,
	.widget_recent_reviews,
	.widget_recently_viewed_products,
	.widget_top_rated_products {
		padding: 0 40px
	}
}

.widget_products .product_list_widget,
.widget_recent_reviews .product_list_widget,
.widget_recently_viewed_products .product_list_widget,
.widget_top_rated_products .product_list_widget {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative
}

.widget_products .product_list_widget li,
.widget_recent_reviews .product_list_widget li,
.widget_recently_viewed_products .product_list_widget li,
.widget_top_rated_products .product_list_widget li {
	margin-bottom: 16px;
	min-height: 96px;
	padding-left: 112px;
	position: relative
}

.widget_products .product_list_widget li a,
.widget_recent_reviews .product_list_widget li a,
.widget_recently_viewed_products .product_list_widget li a,
.widget_top_rated_products .product_list_widget li a {
	display: block;
	width: 100%;
	line-height: 0
}

.widget_products .product_list_widget li a:hover .product-title,
.widget_recent_reviews .product_list_widget li a:hover .product-title,
.widget_recently_viewed_products .product_list_widget li a:hover .product-title,
.widget_top_rated_products .product_list_widget li a:hover .product-title {
	background-size: 100% 100%
}

.widget_products .product_list_widget li a img,
.widget_recent_reviews .product_list_widget li a img,
.widget_recently_viewed_products .product_list_widget li a img,
.widget_top_rated_products .product_list_widget li a img {
	display: block;
	height: 96px;
	width: 96px;
	min-width: 96px;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
}

.widget_products .product_list_widget li a img:hover,
.widget_recent_reviews .product_list_widget li a img:hover,
.widget_recently_viewed_products .product_list_widget li a img:hover,
.widget_top_rated_products .product_list_widget li a img:hover {
	opacity: 0.5
}

.widget_products .product_list_widget li a .product-title,
.widget_recent_reviews .product_list_widget li a .product-title,
.widget_recently_viewed_products .product_list_widget li a .product-title,
.widget_top_rated_products .product_list_widget li a .product-title {
	display: inline;
	font-size: 16px;
	line-height: 25px;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	line-height: 25px;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.widget_products .product_list_widget li .woocommerce-Price-amount,
.widget_recent_reviews .product_list_widget li .woocommerce-Price-amount,
.widget_recently_viewed_products .product_list_widget li .woocommerce-Price-amount,
.widget_top_rated_products .product_list_widget li .woocommerce-Price-amount {
	font-size: 16px
}

.widget_products .product_list_widget li .star-rating,
.widget_recent_reviews .product_list_widget li .star-rating,
.widget_recently_viewed_products .product_list_widget li .star-rating,
.widget_top_rated_products .product_list_widget li .star-rating {
	margin: 0;
	display: table
}

.widget_products .product_list_widget li del,
.widget_recent_reviews .product_list_widget li del,
.widget_recently_viewed_products .product_list_widget li del,
.widget_top_rated_products .product_list_widget li del {
	color: #888888
}

.widget_products .product_list_widget li ins,
.widget_recent_reviews .product_list_widget li ins,
.widget_recently_viewed_products .product_list_widget li ins,
.widget_top_rated_products .product_list_widget li ins {
	text-decoration: none
}

.widget_recent_reviews .product_list_widget li,
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside.widget_recent_reviews .product_list_widget li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.widget_recent_reviews .product_list_widget li .reviewer,
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside.widget_recent_reviews .product_list_widget li .reviewer {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-size: 14px
}

.widget_recent_reviews .product_list_widget li .star-rating,
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside.widget_recent_reviews .product_list_widget li .star-rating {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.widget_recent_reviews .product_list_widget li a,
body.woocommerce-shop .shop-content .shop-header-wrapper .expanded-filter .woocommerce-widgets-wrapper aside.widget_recent_reviews .product_list_widget li a {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.widget_shopping_cart_content .cart_list {
	margin-bottom: 40px;
	height: 100%;
	position: relative;
	overflow-y: auto;
	list-style-type: none
}

.widget_shopping_cart_content .cart_list .mini_cart_item {
	padding: 0 20px 0 112px;
	margin-bottom: 16px;
	width: 100%;
	min-height: 96px;
	position: relative
}

.widget_shopping_cart_content .cart_list .mini_cart_item:hover .remove_from_cart_button {
	opacity: 1;
	visibility: visible
}

.widget_shopping_cart_content .cart_list .mini_cart_item .blockUI {
	background-color: #fff !important
}

.widget_shopping_cart_content .cart_list .mini_cart_item .remove_from_cart_button {
	font-size: 0;
	height: auto;
	position: absolute;
	right: 10px;
	top: 3px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	z-index: 2
}

.widget_shopping_cart_content .cart_list .mini_cart_item .remove_from_cart_button:before {
	content: "\e921";
	font-family: "Block-Shop";
	font-size: 10px;
	color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	display: inline-block;
	color: #888888
}

.widget_shopping_cart_content .cart_list .mini_cart_item .remove_from_cart_button:hover:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #000
}

.widget_shopping_cart_content .cart_list .mini_cart_item a:nth-child(2) {
	position: relative;
	font-size: 16px;
	width: 100%;
	left: 0;
	right: 0;
	display: inline;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	background-color: transparent
}

.widget_shopping_cart_content .cart_list .mini_cart_item a:nth-child(2):hover {
	background-size: 100% 100%
}

.widget_shopping_cart_content .cart_list .mini_cart_item a:nth-child(2):hover img {
	opacity: 0.5
}

.widget_shopping_cart_content .cart_list .mini_cart_item a:nth-child(2) img {
	width: 96px;
	height: 96px;
	min-width: 96px;
	display: inline-block;
	min-height: 96px;
	vertical-align: top;
	position: absolute;
	left: -112px;
	top: -3px;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-object-fit: cover;
	object-fit: cover
}

.widget_shopping_cart_content .cart_list .mini_cart_item a:nth-child(2) img:hover {
	opacity: 0.5
}

.widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
	font-size: 16px;
	display: block
}

.widget_shopping_cart_content .cart_list .mini_cart_item .variation {
	display: block;
	width: 100%
}

.widget_shopping_cart_content .woocommerce-mini-cart__total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 16px
}

.widget_shopping_cart_content .woocommerce-mini-cart__total>strong {
	color: #888888;
	font-size: 15px
}

.widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
	color: #000;
	font-size: 1.375rem
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:first-child {
	font-size: 0.9rem;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-bottom: 18px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	line-height: 1.23;
	background-image: linear-gradient(to top, rgb(0, 0, 0) 1px, rgb(0, 0, 0) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:first-child:hover {
	background-size: 0 100%
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:last-child {
	font-size: 0.9rem;
	background-color: #000;
	width: 100%;
	text-align: center;
	padding: 18px 0;
	display: block;
	color: #fff;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:last-child:hover {
	opacity: 0.8
}

.filter-price .price-slider-wrapper {
	position: relative
}

.filter-price .price-slider-wrapper .price_slider {
	height: 2px;
	background-color: #000;
	position: relative
}

.filter-price .price-slider-wrapper .price_slider .ui-slider-handle {
	height: 14px;
	width: 14px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
	outline: none;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: -6px
}

.widget_media_gallery .gallery .gallery-item {
	margin-bottom: 10px
}

@media (min-width:768px) {
	.widget_media_gallery .gallery .gallery-item {
		padding: 0 10px 0 0
	}
}

.widget_media_gallery .gallery .gallery-item .gallery-caption {
	display: none
}

section.up-sells {
	position: relative;
	width: 100%;
	display: block
}

@media (min-width:1200px) {
	section.up-sells {
		width: calc(100vw - 200px - 18px);
		margin-left: calc(-50vw + 50% + 100px + 9px);
		margin-right: calc(-50vw + 50% + 100px + 9px);
		padding-left: 60px
	}
}

section.up-sells>h2 {
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	margin-bottom: 32px;
	margin: 0 0 32px
}

@media (min-width:1200px) {
	section.up-sells>h2 {
		position: absolute;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-transform: rotate(-90deg) translateX(-100%);
		transform: rotate(-90deg) translateX(-100%);
		height: auto;
		left: 0;
		margin: 0
	}
}

section.related.products {
	position: relative;
	width: 100%;
	display: block
}

@media (min-width:1200px) {
	section.related.products {
		width: calc(100vw - 200px - 18px);
		margin-left: calc(-50vw + 50% + 100px + 9px);
		margin-right: calc(-50vw + 50% + 100px + 9px);
		padding-left: 60px
	}
}

section.related.products>h2 {
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	margin-bottom: 32px;
	margin: 0 0 32px
}

@media (min-width:1200px) {
	section.related.products>h2 {
		position: absolute;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-transform: rotate(-90deg) translateX(-100%);
		transform: rotate(-90deg) translateX(-100%);
		height: auto;
		left: 0;
		margin: 0
	}
}

.widget_layered_nav_filters ul {
	text-align: left
}

.widget_layered_nav_filters ul li {
	display: inline-block !important;
	width: auto !important
}

.widget_layered_nav_filters ul li a {
	font-size: 14px;
	border: 1px solid #DDDDDD;
	background-color: #fff;
	color: #000;
	padding: 4px 12px;
	margin: 4px;
	display: inline-block;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

.widget_layered_nav_filters ul li a:before {
	content: "\e921";
	font-family: "Block-Shop";
	font-size: 8px;
	margin-right: 8px;
	color: #000;
	display: inline-block;
	top: -1px;
	position: relative;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none
}

.widget_layered_nav_filters ul li a:hover {
	border: 1px solid #000
}

.widget_product_tag_cloud .tagcloud a {
	font-size: 14px !important;
	line-height: 17px;
	padding: 8px 12px;
	border: 1px solid #DDDDDD;
	margin-bottom: 8px;
	display: inline-block;
	margin-right: 4px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

.widget_product_tag_cloud .tagcloud a:hover {
	border: 1px solid #000
}

.widget label {
	width: 100%
}

.widget .select2-container {
	min-width: 100%;
	max-width: 300px
}

.widget .woocommerce-widget-layered-nav-dropdown__submit {
	margin-top: 20px
}

body .gbt_18_pagination {
	left: 14px;
	z-index: 9999
}

@media (max-width:1199.98px) {
	body .gbt_18_pagination {
		display: none
	}
}

body.overlay .gbt_18_pagination {
	z-index: 1
}

body .wp-block-getbowtied-vertical-slider.gbt_18_default_slider.alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	width: 100vw;
	z-index: 0
}

body .wp-block-getbowtied-vertical-slider.gbt_18_default_slider .gbt_18_content .gbt_18_content_wrapper .gbt_18_slide_content .gbt_18_slide_content_item .gbt_18_slide_content_wrapper {
	padding-right: 0
}

body .wp-block-getbowtied-vertical-slider.gbt_18_default_slider .gbt_18_content .gbt_18_content_wrapper .gbt_18_slide_content .gbt_18_slide_content_item .gbt_18_slide_link {
	right: 9px
}

@media (min-width:992px) {
	body .wp-block-getbowtied-vertical-slider.gbt_18_default_slider .gbt_18_content .gbt_18_content_wrapper .gbt_18_slide_content .gbt_18_slide_content_item .gbt_18_slide_link {
		display: none
	}
}

body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book {
	display: block;
	overflow: hidden
}

body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book.alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	width: 100vw;
	z-index: 0
}

body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book .gbt_18_look_book_item {
	width: 100%
}

body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_hero_section_content .gbt_18_hero_title {
	font-size: 1.625rem;
	font-weight: normal
}

@media (min-width:768px) {
	body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_hero_section_content .gbt_18_hero_title {
		font-size: 2.4rem
	}
}

body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book .gbt_18_look_book_item .gbt_18_hero_section_content .gbt_18_hero_subtitle {
	font-size: smaller;
	margin-top: 1.5rem;
	text-transform: initial
}

@media (max-width:991.98px) {
	body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book .gbt_18_look_product_box {
		padding: 30px 24px
	}
}

body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book .gbt_18_look_product_box .add_to_cart_button,
body .wp-block-getbowtied-lookbook-shop-by-outfit.gbt_18_snap_look_book .gbt_18_look_product_box a.button {
	display: inline
}

body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper.alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	width: 100vw;
	z-index: 0
}

body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper.alignfull h2 {
	font-size: 2.8em;
	line-height: 1.2em
}

body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper.alignwide h2 {
	font-size: 2em;
	line-height: 1.2em
}

body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper>p:last-child {
	display: none
}

body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .gbt_18_description a {
	background-image: linear-gradient(to top, currentColor 1px, currentColor 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px)
}

body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .added_to_cart.wc-forward {
	display: table;
	font-size: 18px;
	line-height: 1.23
}

body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .gbt_18_product_price del {
	opacity: 0.25
}

body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .gbt_18_product_price ins {
	text-decoration: none
}

body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .add_to_cart_button.ajax_add_to_cart.blockshop_add_to_cart {
	background-image: linear-gradient(to top, currentColor 1px, currentColor 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	color: currentcolor
}

body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .add_to_cart_button.ajax_add_to_cart.blockshop_add_to_cart.loading {
	border: 2px solid #000;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-animation: loader 2s infinite ease;
	animation: loader 2s infinite ease;
	display: block;
	font-size: 0;
	width: 18px;
	height: 19px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	outline: none;
	margin-left: 36px
}

body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .add_to_cart_button.ajax_add_to_cart.blockshop_add_to_cart.loading:after {
	position: absolute;
	width: 18px;
	height: 17px;
	left: 0;
	background-color: #000;
	content: "";
	-webkit-animation: loader-inner 2s infinite ease-in;
	animation: loader-inner 2s infinite ease-in
}

body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook_content .add_to_cart_button.ajax_add_to_cart.blockshop_add_to_cart.added {
	display: none
}

body .wp-block-getbowtied-carousel * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body .wp-block-getbowtied-carousel .swiper-container-horizontal>.swiper-pagination-bullets {
	margin-top: 10px
}

label {
	display: inline-block;
	cursor: pointer;
	font-size: 0.8rem;
	float: left;
	clear: both
}

.woocommerce label {
	float: none
}

label+input {
	clear: both
}

label+textarea {
	margin-bottom: 16px;
	padding: 10px 0
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not(.custom-qty) {
	display: block;
	width: 100%;
	font-size: 16px
}

label input[type=checkbox],
label input[type=radio] {
	margin: 0px 7px 0 0px;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

input[type=checkbox],
label input[type=checkbox] {
	background-image: none;
	border: 1px solid #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	width: 14px;
	height: 14px;
	margin-bottom: 0;
	-webkit-appearance: none;
	-webkit-transition: none;
	transition: none
}

input[type=checkbox]:hover,
label input[type=checkbox]:hover {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #000;
	cursor: pointer
}

input[type=checkbox]:checked,
label input[type=checkbox]:checked {
	background-color: #000;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
	-webkit-transition: none;
	transition: none
}

input[type=radio],
label input[type=radio] {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #000;
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	padding: 0;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-appearance: none
}

input[type=radio]:checked,
input[type=radio]:hover,
label input[type=radio]:checked,
label input[type=radio]:hover {
	border: 2px solid #000;
	background-color: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff
}

input[type=range] {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer
}

textarea {
	margin-bottom: 16px
}

select {
	width: 100%;
	margin-bottom: 16px;
	padding: 10px 0
}

.gbt_18_bs_posts_grid.alignfull {
	padding: 0 105px
}

.gbt_18_bs_posts_grid.alignfull.columns-1 .gbt_18_bs_posts_grid_item {
	padding: 0 30px
}

@media (min-width:640px) {
	.gbt_18_bs_posts_grid.alignfull.columns-2 .gbt_18_bs_posts_grid_item:nth-child(odd) {
		padding-left: 30px
	}

	.gbt_18_bs_posts_grid.alignfull.columns-2 .gbt_18_bs_posts_grid_item:nth-child(2n) {
		padding-right: 30px
	}
}

@media (max-width:639px) {
	.gbt_18_bs_posts_grid.alignfull.columns-2 .gbt_18_bs_posts_grid_item {
		padding: 0 30px
	}
}

@media (min-width:640px) {
	.gbt_18_bs_posts_grid.alignfull.columns-3 {
		padding: 0 20px
	}
}

@media (max-width:639px) {
	.gbt_18_bs_posts_grid.alignfull.columns-3 .gbt_18_bs_posts_grid_item {
		padding: 0 30px
	}
}

@media (min-width:640px) {
	.gbt_18_bs_posts_grid.alignfull.columns-4 {
		padding: 0 20px
	}
}

@media (max-width:639px) {
	.gbt_18_bs_posts_grid.alignfull.columns-4 .gbt_18_bs_posts_grid_item {
		padding: 0 30px
	}
}

@media (min-width:641px) and (max-width:1023px) {
	.gbt_18_bs_posts_grid.alignwide {
		margin-left: 0;
		margin-right: 0
	}
}

@media (min-width:641px) {
	.gbt_18_bs_posts_grid:not(.alignwide):not(.alignfull) {
		margin-left: 0;
		margin-right: 0
	}
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper {
	position: relative;
	overflow: hidden
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-1 .gbt_18_bs_posts_grid_item {
	width: 100%
}

@media (max-width:639px) {
	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-1 .gbt_18_bs_posts_grid_item {
		padding: 0 0
	}
}

@media (min-width:640px) {
	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-2 .gbt_18_bs_posts_grid_item {
		width: 50%;
		float: left
	}

	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-2 .gbt_18_bs_posts_grid_item:nth-child(odd) {
		clear: both
	}
}

@media (max-width:639px) {
	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-2 .gbt_18_bs_posts_grid_item {
		width: 100%;
		float: left
	}
}

@media (min-width:1024px) {
	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-3 .gbt_18_bs_posts_grid_item {
		width: 33.333333%;
		float: left
	}

	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-3 .gbt_18_bs_posts_grid_item:nth-child(3n+1) {
		clear: both
	}
}

@media (min-width:640px) and (max-width:1023px) {
	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-3 .gbt_18_bs_posts_grid_item {
		width: 50%;
		float: left
	}

	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-3 .gbt_18_bs_posts_grid_item:nth-child(odd) {
		clear: both
	}
}

@media (max-width:639px) {
	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-3 .gbt_18_bs_posts_grid_item {
		width: 100%;
		float: left
	}
}

@media (min-width:1240px) {
	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-4 .gbt_18_bs_posts_grid_item {
		width: 25%;
		float: left
	}

	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-4 .gbt_18_bs_posts_grid_item:nth-child(4n+1) {
		clear: both
	}
}

@media (min-width:1024px) and (max-width:1239px) {
	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-4 .gbt_18_bs_posts_grid_item {
		width: 33.333333%;
		float: left
	}

	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-4 .gbt_18_bs_posts_grid_item:nth-child(3n+1) {
		clear: both
	}
}

@media (min-width:640px) and (max-width:1023px) {
	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-4 .gbt_18_bs_posts_grid_item {
		width: 50%;
		float: left
	}

	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-4 .gbt_18_bs_posts_grid_item:nth-child(odd) {
		clear: both
	}
}

@media (max-width:639px) {
	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper.columns-4 .gbt_18_bs_posts_grid_item {
		width: 100%;
		float: left
	}
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_item {
	padding: 0 24px;
	margin-bottom: 2rem
}

@media (max-width:639px) {
	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_item {
		padding: 0 0
	}
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_posts_categories a {
	font-size: 14px;
	color: #888888;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	background-image: linear-gradient(to top, #888888 1px, #888888 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out;
	margin-right: 5px;
	line-height: 1.6
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_posts_categories a:hover {
	background-size: 100% 100%
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_title_link {
	background-size: 0 100%
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_title_link:hover {
	background-size: 100% 100%
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_post_excerpt p {
	font-size: 0.9rem;
	margin-bottom: 0
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_read_more a {
	font-size: 14px;
	display: inline-block;
	position: relative;
	margin-top: 20px;
	line-height: 1.6
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_item_link {
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	background-image: none
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_item_link img {
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_item_link:hover img {
	opacity: 0.5
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_title {
	display: block;
	text-align: left;
	margin: 0 0 15px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_title:hover {
	opacity: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_item.gallery {
	margin: 0 !important
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_img_overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: rgba(255, 255, 255, 0.6)
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_img_container:hover .gbt_18_bs_posts_grid_img_overlay {
	opacity: 0.6
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_img_container {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	margin-bottom: 35px;
	-webkit-mabs-image: -webkit-radial-gradient(white, black)
}

@media (min-width:640px) and (max-width:1023px) {
	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_img_container {
		margin-bottom: 25px
	}
}

@media (max-width:639px) {
	.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_img_container {
		margin-bottom: 20px
	}
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_img_container:hover .gbt_18_bs_posts_grid_img {
	background-position-x: 0px
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_img {
	display: block;
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	background-position-x: -50px;
	background-position-y: center;
	background-size: cover;
	width: calc(100% + 50px);
	max-width: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.gbt_18_bs_posts_grid .gbt_18_bs_posts_grid_wrapper .gbt_18_bs_posts_grid_noimg {
	background: #f5f5f5;
	height: 100%;
	width: 100%;
	display: block
}

.gbt_18_bs_posts_grid.cover-landscape .gbt_18_post_image,
.gbt_18_bs_posts_grid.cover-portrait .gbt_18_post_image,
.gbt_18_bs_posts_grid.cover-square .gbt_18_post_image {
	width: 100%;
	height: 0;
	position: relative
}

.gbt_18_bs_posts_grid.cover-landscape .gbt_18_post_image a,
.gbt_18_bs_posts_grid.cover-portrait .gbt_18_post_image a,
.gbt_18_bs_posts_grid.cover-square .gbt_18_post_image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.gbt_18_bs_posts_grid.cover-landscape .gbt_18_post_image a img,
.gbt_18_bs_posts_grid.cover-portrait .gbt_18_post_image a img,
.gbt_18_bs_posts_grid.cover-square .gbt_18_post_image a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.gbt_18_bs_posts_grid.cover-landscape .gbt_18_post_image {
	padding-bottom: 56.25%
}

.gbt_18_bs_posts_grid.cover-square .gbt_18_post_image {
	padding-bottom: 100%
}

.gbt_18_bs_posts_grid.cover-portrait .gbt_18_post_image {
	padding-bottom: 133%
}

@media (min-width:768px) {
	.wc-block-grid.has-2-columns .wc-block-grid__products .wc-block-grid__product {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%
	}

	.wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%
	}

	.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%
	}

	.wc-block-grid.has-5-columns .wc-block-grid__products .wc-block-grid__product {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%
	}

	.wc-block-grid.has-6-columns .wc-block-grid__products .wc-block-grid__product {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%
	}

	.wc-block-grid.has-7-columns .wc-block-grid__products .wc-block-grid__product {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%
	}

	.wc-block-grid.has-8-columns .wc-block-grid__products .wc-block-grid__product {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%
	}
}

@media (min-width:992px) {
	.wc-block-grid.has-2-columns .wc-block-grid__products .wc-block-grid__product {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 calc(50%);
		flex: 1 0 calc(50%);
		max-width: 50%
	}

	.wc-block-grid.has-3-columns .wc-block-grid__products .wc-block-grid__product {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 calc(33.3333333333%);
		flex: 1 0 calc(33.3333333333%);
		max-width: 33.3333333333%
	}

	.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 calc(25%);
		flex: 1 0 calc(25%);
		max-width: 25%
	}

	.wc-block-grid.has-5-columns .wc-block-grid__products .wc-block-grid__product {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 calc(20%);
		flex: 1 0 calc(20%);
		max-width: 20%
	}

	.wc-block-grid.has-6-columns .wc-block-grid__products .wc-block-grid__product {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 calc(16.6666666667%);
		flex: 1 0 calc(16.6666666667%);
		max-width: 16.6666666667%
	}

	.wc-block-grid.has-7-columns .wc-block-grid__products .wc-block-grid__product {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 calc(14.2857142857%);
		flex: 1 0 calc(14.2857142857%);
		max-width: 14.2857142857%
	}

	.wc-block-grid.has-8-columns .wc-block-grid__products .wc-block-grid__product {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 calc(12.5%);
		flex: 1 0 calc(12.5%);
		max-width: 12.5%
	}
}

.wc-block-grid .wc-block-grid__products {
	margin: 0 0 24px
}

@media (min-width:1200px) {
	.wc-block-grid .wc-block-grid__products {
		margin: 0 -24px 24px
	}
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
	margin-bottom: 40px;
	padding: 0 15px !important;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	max-width: 100%
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
	background: none;
	display: inline-block
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 0
}

@media only screen and (min-width:1200px) {

	.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
	.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
		line-height: 25px;
		font-size: 16px
	}
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__regular,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__value {
	font-size: 15px;
	line-height: 18px;
	display: block;
	padding: 5px 0 3px;
	margin-bottom: 0
}

@media only screen and (min-width:1200px) {

	.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price,
	.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__regular,
	.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__value {
		line-height: 25px;
		font-size: 16px;
		padding: 2px 0 0
	}
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price del,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__regular del,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__value del {
	display: inline-block;
	color: #888888
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__regular ins,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__value ins {
	display: inline-block;
	text-decoration: none
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__regular {
	margin-right: 5px
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price__value {
	display: inline-block;
	font-weight: normal;
	letter-spacing: 0
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image a {
	background-image: none
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale {
	left: 10px !important;
	right: auto
}

@media only screen and (min-width:992px) {
	.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale {
		left: 15px !important
	}
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
	border: 0;
	border-radius: 0;
	-webkit-transform: rotateZ(-90deg) translateX(-100%);
	transform: rotateZ(-90deg) translateX(-100%);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	position: absolute;
	top: 10px;
	right: auto;
	left: 10px !important;
	line-height: 1.6;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 9px;
	margin: 0;
	letter-spacing: 1px
}

@media only screen and (min-width:992px) {
	.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
		top: 15px;
		left: 15px !important;
		font-size: 11px
	}
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart {
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart button.wp-block-button__link {
	background-image: linear-gradient(to top, black 1px, black 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out, opacity 0.2s ease-in-out
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link {
	background-color: transparent;
	color: #000;
	border-radius: 0;
	padding: 0;
	display: inline;
	margin: 0 auto;
	line-height: 18px;
	font-size: 15px;
	text-decoration: none;
	-webkit-box-decoration-break: slice;
	box-decoration-break: slice;
	-webkit-transition: background-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out, opacity 0.2s ease-in-out
}

@media only screen and (min-width:1200px) {
	.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link {
		opacity: 0;
		font-size: 16px;
		line-height: 25px
	}

	.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
		background-size: 0 100%
	}
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.loading {
	border: 2px solid #000;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-animation: loader 2s infinite ease;
	animation: loader 2s infinite ease;
	display: inline-block;
	position: absolute;
	font-size: 0;
	width: 18px;
	height: 18px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 5px auto 0;
	left: 0;
	right: 0;
	background: none
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.loading:after {
	position: absolute;
	width: 18px;
	height: 17px;
	left: 0;
	background-color: #000;
	content: "";
	-webkit-animation: loader-inner 2s infinite ease-in;
	animation: loader-inner 2s infinite ease-in
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.added {
	display: none
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart {
	font-size: 16px;
	line-height: 25px
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
	margin-bottom: 0
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating__stars {
	position: relative;
	margin: 0 auto;
	display: table;
	position: relative;
	word-break: break-all;
	width: 80px;
	line-height: 24px;
	height: 24px
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating:before,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating__stars:before {
	content: "\e929\e929\e929\e929\e929";
	display: block;
	font-size: 16px;
	color: #888888;
	font-family: "Block-Shop"
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating>span,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating__stars>span {
	font-size: 0;
	overflow: hidden;
	display: inline;
	position: absolute;
	left: 0;
	z-index: 1;
	height: 25px;
	top: 0;
	text-align: left
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating>span:before,
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating__stars>span:before {
	content: "\e929\e929\e929\e929\e929";
	display: block;
	font-size: 16px;
	width: 87.27px;
	color: #000;
	font-family: "Block-Shop"
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product:hover .wc-block-grid__product-add-to-cart .wp-block-button__link {
	opacity: 1
}

.wc-block-grid .wc-block-grid__no-products button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: linear-gradient(to top, black 1px, black 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	background-color: transparent;
	border: none;
	font-size: 0.9rem;
	padding: 0;
	outline: 0;
	cursor: pointer;
	position: relative;
	line-height: 1.23;
	-webkit-transition: background-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out, opacity 0.2s ease-in-out
}

.wc-block-grid .wc-block-grid__no-products button:hover {
	background-size: 0 100%
}

.wc-block-grid .wc-block-pagination .wc-block-pagination-page {
	background-image: linear-gradient(to top, black 1px, black 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	cursor: pointer;
	font-size: 1.375rem;
	line-height: 38px;
	margin: 0 18px;
	padding: 0 4px;
	outline: 0;
	text-align: center;
	display: inline-block;
	height: 38px;
	position: relative;
	min-width: 0;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.wc-block-grid .wc-block-pagination .wc-block-pagination-page:hover {
	background-size: 100% 100%;
	-webkit-box-shadow: 0px -1px 0px transparent inset;
	box-shadow: 0px -1px 0px transparent inset
}

.wc-block-grid .wc-block-pagination .wc-block-pagination-page:after {
	content: "";
	background-color: #DDDDDD;
	width: 1px;
	height: 30px;
	-webkit-transform: rotate(25deg) translateY(-50%);
	transform: rotate(25deg) translateY(-50%);
	display: inline-block;
	top: 50%;
	position: absolute;
	right: -18px
}

.wc-block-grid .wc-block-pagination .wc-block-pagination-page:last-child:after {
	content: none
}

.wc-block-grid .wc-block-pagination .wc-block-pagination-page.wc-block-pagination-page--active {
	font-weight: normal
}

.wc-block-grid .wc-block-pagination .wc-block-pagination-page.wc-block-pagination-page--active:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-name,
.wc-block-active-filters .wc-block-components-chip,
.wc-block-active-filters .wc-block-components-dropdown-selector__selected-chip,
.wc-block-components-dropdown-selector .wc-block-active-filters__list-item-name,
.wc-block-components-dropdown-selector .wc-block-components-chip,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip {
	font-size: 0.8rem;
	line-height: 1.6
}

.wc-block-active-filters .wc-block-active-filters__list-item-name .wc-block-active-filters__list-item-remove,
.wc-block-active-filters .wc-block-active-filters__list-item-name .wc-block-components-chip__remove,
.wc-block-active-filters .wc-block-components-chip .wc-block-active-filters__list-item-remove,
.wc-block-active-filters .wc-block-components-chip .wc-block-components-chip__remove,
.wc-block-active-filters .wc-block-components-dropdown-selector__selected-chip .wc-block-active-filters__list-item-remove,
.wc-block-active-filters .wc-block-components-dropdown-selector__selected-chip .wc-block-components-chip__remove,
.wc-block-components-dropdown-selector .wc-block-active-filters__list-item-name .wc-block-active-filters__list-item-remove,
.wc-block-components-dropdown-selector .wc-block-active-filters__list-item-name .wc-block-components-chip__remove,
.wc-block-components-dropdown-selector .wc-block-components-chip .wc-block-active-filters__list-item-remove,
.wc-block-components-dropdown-selector .wc-block-components-chip .wc-block-components-chip__remove,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip .wc-block-active-filters__list-item-remove,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip .wc-block-components-chip__remove {
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}

.wc-block-active-filters .wc-block-active-filters__list-item-name .wc-block-active-filters__list-item-remove:hover,
.wc-block-active-filters .wc-block-active-filters__list-item-name .wc-block-components-chip__remove:hover,
.wc-block-active-filters .wc-block-components-chip .wc-block-active-filters__list-item-remove:hover,
.wc-block-active-filters .wc-block-components-chip .wc-block-components-chip__remove:hover,
.wc-block-active-filters .wc-block-components-dropdown-selector__selected-chip .wc-block-active-filters__list-item-remove:hover,
.wc-block-active-filters .wc-block-components-dropdown-selector__selected-chip .wc-block-components-chip__remove:hover,
.wc-block-components-dropdown-selector .wc-block-active-filters__list-item-name .wc-block-active-filters__list-item-remove:hover,
.wc-block-components-dropdown-selector .wc-block-active-filters__list-item-name .wc-block-components-chip__remove:hover,
.wc-block-components-dropdown-selector .wc-block-components-chip .wc-block-active-filters__list-item-remove:hover,
.wc-block-components-dropdown-selector .wc-block-components-chip .wc-block-components-chip__remove:hover,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip .wc-block-active-filters__list-item-remove:hover,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip .wc-block-components-chip__remove:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.wc-block-active-filters .wc-block-active-filters__list-item-name:hover .wc-block-active-filters__list-item-remove,
.wc-block-active-filters .wc-block-active-filters__list-item-name:hover .wc-block-components-chip__remove,
.wc-block-active-filters .wc-block-components-chip:hover .wc-block-active-filters__list-item-remove,
.wc-block-active-filters .wc-block-components-chip:hover .wc-block-components-chip__remove,
.wc-block-active-filters .wc-block-components-dropdown-selector__selected-chip:hover .wc-block-active-filters__list-item-remove,
.wc-block-active-filters .wc-block-components-dropdown-selector__selected-chip:hover .wc-block-components-chip__remove,
.wc-block-components-dropdown-selector .wc-block-active-filters__list-item-name:hover .wc-block-active-filters__list-item-remove,
.wc-block-components-dropdown-selector .wc-block-active-filters__list-item-name:hover .wc-block-components-chip__remove,
.wc-block-components-dropdown-selector .wc-block-components-chip:hover .wc-block-active-filters__list-item-remove,
.wc-block-components-dropdown-selector .wc-block-components-chip:hover .wc-block-components-chip__remove,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip:hover .wc-block-active-filters__list-item-remove,
.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip:hover .wc-block-components-chip__remove {
	fill: inherit
}

.wp-block-woocommerce-active-filters,
.wp-block-woocommerce-attribute-filter,
.wp-block-woocommerce-price-filter {
	padding: 0;
	position: relative;
	margin-bottom: 32px !important
}

.wp-block-woocommerce-active-filters h3,
.wp-block-woocommerce-attribute-filter h3,
.wp-block-woocommerce-price-filter h3 {
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	margin-bottom: 1rem
}

.wp-block-woocommerce-active-filters ul li.wc-block-active-filters-list-item {
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #DDDDDD;
	background-color: transparent;
	color: #000;
	padding: 4px 12px 4px 30px;
	margin: 4px;
	display: inline-block;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out
}

.wp-block-woocommerce-active-filters ul li.wc-block-active-filters-list-item .wc-block-active-filters-list-item__type {
	display: none
}

.wp-block-woocommerce-active-filters ul li.wc-block-active-filters-list-item .wc-block-active-filters-list-item__name {
	font-weight: normal
}

.wp-block-woocommerce-active-filters ul li.wc-block-active-filters-list-item button {
	cursor: pointer;
	outline: 0;
	left: 0;
	right: auto;
	width: 20px
}

.wp-block-woocommerce-active-filters ul li.wc-block-active-filters-list-item button:before {
	background: none;
	content: "\e921";
	font-family: "Block-Shop";
	font-size: 8px;
	margin-right: 8px;
	color: #000;
	display: inline-block;
	top: 0;
	right: -5px;
	position: relative;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none
}

.wp-block-woocommerce-active-filters .wc-block-active-filters__clear-all {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: linear-gradient(to top, black 1px, black 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	border: none;
	font-size: 0.9rem;
	padding: 0;
	margin-top: 15px;
	outline: 0;
	cursor: pointer;
	text-decoration: none;
	float: none;
	position: relative;
	line-height: 1.23;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

.wp-block-woocommerce-active-filters .wc-block-active-filters__clear-all:hover {
	background-image: linear-gradient(to top, black 1px, black 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 1px);
	background-size: 0 100%
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper {
	background: transparent;
	margin-top: 0;
	height: 2px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input,
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
	height: 2px
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-webkit-slider-thumb {
	background-image: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid;
	display: block;
	outline: none;
	cursor: pointer
}

@media (min-width:1200px) {
	.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-webkit-slider-thumb {
		width: 10px;
		height: 10px
	}
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-moz-range-thumb {
	background-image: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid;
	display: block;
	outline: none;
	cursor: pointer
}

@media (min-width:1200px) {
	.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-moz-range-thumb {
		width: 10px;
		height: 10px
	}
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-ms-thumb {
	background-image: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid;
	display: block;
	position: relative;
	outline: none;
	cursor: pointer
}

@media (min-width:1200px) {
	.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-ms-thumb {
		width: 10px;
		height: 10px
	}
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input:focus::-webkit-slider-thumb {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid;
	-webkit-filter: none;
	filter: none
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input:focus::-moz-range-thumb {
	box-shadow: none;
	border: 2px solid;
	filter: none
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input:focus::-ms-thumb {
	box-shadow: none;
	border: 2px solid;
	filter: none
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid;
	-webkit-filter: none;
	filter: none
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input:hover::-moz-range-thumb {
	box-shadow: none;
	border: 2px solid;
	filter: none;
	-moz-transition: none;
	transition: none
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input:hover::-ms-thumb {
	box-shadow: none;
	border: 2px solid;
	filter: none
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-webkit-slider-thumb {
	position: relative;
	top: 1px
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-moz-range-thumb {
	position: relative;
	top: 1px
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-ms-thumb {
	position: relative;
	top: 1px
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-webkit-slider-thumb {
	position: relative;
	top: -1px
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-moz-range-thumb {
	position: relative;
	top: -1px
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-ms-thumb {
	position: relative;
	top: -1px
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount {
	border-radius: 0
}

.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter-dropdown .wc-block-dropdown-selector__input-wrapper {
	border: 0;
	display: block;
	padding: 0
}

.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter-dropdown .wc-block-dropdown-selector__input {
	display: block
}

.wp-block-woocommerce-attribute-filter ul li {
	text-decoration: none !important
}

.wp-block-woocommerce-attribute-filter ul li input[type=checkbox] {
	margin-right: 12px;
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px
}

.wp-block-woocommerce-attribute-filter ul li input[type=checkbox]:after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 3px;
	position: absolute;
	left: 4px;
	top: 4.2px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
}

.wp-block-woocommerce-attribute-filter ul li input[type=checkbox]:hover {
	border: 2px solid #000
}

.wp-block-woocommerce-attribute-filter ul li input[type=checkbox]:hover:after {
	left: 3px;
	top: 3.2px;
	opacity: 1
}

.wp-block-woocommerce-attribute-filter ul li label {
	display: inline;
	float: none;
	text-decoration: none
}

.wp-block-woocommerce-attribute-filter ul li .wc-block-attribute-filter-list-count {
	margin-left: 5px
}

div.wp-block-woocommerce-cart .wc-block-cart-item__image a {
	background: none !important
}

div.wp-block-woocommerce-cart .wc-block-cart-item__quantity {
	position: relative
}

div.wp-block-woocommerce-cart .wc-block-cart-item__remove-link {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 200px
}

div.wp-block-woocommerce-cart a.components-button {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	background-image: none !important;
	-webkit-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important
}

div.wp-block-woocommerce-cart a.components-button:hover {
	opacity: 0.9
}

div.wp-block-woocommerce-cart a.components-button span {
	font-size: 0.9rem;
	font-weight: normal
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items thead th {
	font-size: 16px;
	color: #888888;
	padding: 16px 0;
	text-transform: capitalize
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items td {
	padding-top: 32px;
	padding-bottom: 32px
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items td:after {
	content: none
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__image img {
	image-rendering: -webkit-optimize-contrast
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product {
	padding-left: 16px
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name {
	margin-bottom: 16px
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__prices {
	margin-bottom: 8px
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__prices del {
	opacity: 0.25
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__prices ins {
	text-decoration: none
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata {
	margin-bottom: 8px;
	max-width: 50%
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata p {
	font-size: 13px
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata .wc-block-components-product-details {
	margin: 8px 0
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata .wc-block-components-product-details li {
	line-height: 1;
	margin: 0 0 2px 0
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata .wc-block-components-product-details span {
	font-size: 13px
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	border: 0;
	border-radius: 0;
	font-size: 16px;
	margin-bottom: 8px;
	padding: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
	outline: 0;
	padding: 15px 0 15px 0;
	line-height: 1
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input:focus,
div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input:hover {
	border: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector:hover {
	-webkit-box-shadow: inset 0 -1px 0 0 transparent;
	box-shadow: inset 0 -1px 0 0 transparent;
	background-size: 100% 100%
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-quantity-selector:after {
	border: none
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__remove-link {
	font-size: 13px;
	text-decoration: none;
	outline: 0;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	-webkit-transition: background-size 0.2s ease-in-out;
	transition: background-size 0.2s ease-in-out
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__remove-link:hover {
	background-size: 0 100%
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-components-product-badge {
	border: 0;
	border-radius: 0;
	margin-bottom: 16px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 9px;
	margin-top: 0;
	display: inline-block;
	position: relative;
	letter-spacing: 1px
}

@media (min-width:992px) {
	div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-components-product-badge {
		font-size: 11px
	}
}

div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__total .wc-block-components-product-price {
	margin-bottom: 16px
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__label {
	font-size: 16px;
	font-weight: normal;
	color: #888888;
	padding: 16px 0;
	text-transform: capitalize;
	text-align: left
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title:after,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button:after,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__label:after {
	opacity: 1
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item {
	padding: 0;
	margin: 0
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__value {
	font-size: 16px;
	font-weight: normal;
	padding: 16px 0
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon {
	padding: 0;
	margin: 0
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button {
	outline: 0;
	margin: 0
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__content {
	padding: 0 0 16px 0
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-totals-coupon__button {
	background-color: transparent;
	font-size: 18px;
	font-weight: normal;
	height: auto;
	min-height: 0;
	opacity: 1;
	position: absolute;
	left: auto;
	right: 0;
	top: 15px;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-totals-coupon__button:focus,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-totals-coupon__button:hover {
	background-color: transparent;
	opacity: 0.8
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-text-input.is-active+.wc-block-components-totals-coupon__button {
	top: 32px
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__label,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__value {
	padding-bottom: 8px
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__description {
	font-size: 13px;
	padding-bottom: 16px
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__description .wc-block-components-totals-shipping__change-address-button {
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 100%;
	cursor: pointer;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__description .wc-block-components-totals-shipping__change-address-button:active,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__description .wc-block-components-totals-shipping__change-address-button:focus,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__description .wc-block-components-totals-shipping__change-address-button:hover {
	opacity: 1
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-item__description .wc-block-components-totals-shipping__change-address-button:hover {
	background-size: 0 100%
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-shipping-calculator {
	padding: 0 0 16px 0
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-shipping-calculator .wc-block-components-state-input,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-shipping-calculator .wc-block-components-text-input {
	margin-top: 16px
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-shipping-calculator .wc-block-components-shipping-calculator-address__button {
	font-size: 18px;
	font-weight: normal
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-shipping-calculator .wc-block-components-text-input:not(.is-active) .components-custom-select-control__label,
div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-shipping-calculator .wc-block-components-text-input:not(.is-active) label {
	font-size: 16px
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package {
	outline: 0;
	padding: 0
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
	outline: 0;
	padding: 16px 0
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package-title {
	color: #888888;
	font-size: 16px;
	font-weight: normal;
	margin: 0
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control {
	overflow: hidden;
	padding-bottom: 16px
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option {
	padding: 0 0 0 32px;
	margin: 0 0 4px 0
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout {
	font-size: 16px;
	position: relative;
	top: 1px
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__fieldset .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout>div {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 1.375rem
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__payment-options {
	padding: 16px 0
}

div.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__payment-options .wc-block-components-button__text {
	font-size: 18px;
	font-weight: normal !important
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step__title:before {
	width: auto
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step__description {
	font-size: 13px
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step__container {
	margin-bottom: 16px
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-checkout-step__content {
	padding-bottom: 16px
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .components-custom-select-control__button,
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-text-input input {
	-webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
	border: 0;
	border-radius: 0;
	font-size: 16px;
	outline: 0
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .components-custom-select-control__label,
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form label {
	font-size: 16px
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-validation-error {
	position: relative
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-validation-error p {
	font-size: 13px;
	margin-top: 8px;
	text-indent: 16px
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .components-custom-select-control__menu li {
	font-size: 16px
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-shipping-rates-control__package {
	outline: 0;
	padding: 0
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control {
	overflow: hidden;
	padding-bottom: 0
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option {
	padding: 0 0 0 32px;
	margin: 0 0 4px 0
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option:after {
	content: none
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout {
	font-size: 16px
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout span {
	padding-right: 8px
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-option {
	border: 0;
	overflow: hidden
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-option:after {
	content: none
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control__option {
	border: 0;
	padding: 4px 0 4px 32px
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control__label-group>span {
	font-size: 16px;
	font-weight: normal
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control-accordion-content {
	display: block;
	clear: both;
	font-size: 16px;
	padding: 8px 0 16px 32px;
	max-width: 60%
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control__input {
	left: 0;
	height: 16px;
	min-height: 16px;
	width: 16px;
	min-width: 16px
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-components-radio-control__input:before {
	height: 8px;
	min-height: 8px;
	width: 8px;
	min-width: 8px
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-checkout__add-note .wc-block-components-textarea {
	border: 0;
	border-radius: 0;
	font-size: 16px;
	padding: 16px 0
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-form .wc-block-checkout__add-note:after {
	border-width: 0
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions,
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions_row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 0
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions:after,
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions_row:after {
	content: none
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button,
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
	font-size: 16px;
	padding: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button svg,
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button svg {
	display: none
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions .wc-block-components-checkout-place-order-button,
div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	border: 0;
	font-size: 18px;
	font-weight: normal;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	margin-bottom: 32px
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-policies {
	margin: 16px 24px 16px 11px
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-policies .wc-block-components-checkout-policies__item {
	padding: 0
}

div.wp-block-woocommerce-checkout .wc-block-components-main .wc-block-components-checkout-policies .wc-block-components-checkout-policies__item a {
	font-size: 16px;
	padding: 0
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel {
	padding: 0
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel__button {
	font-size: 16px;
	font-weight: normal;
	color: #888888;
	outline: 0;
	padding: 16px 0;
	margin: 0;
	text-transform: capitalize;
	text-align: left
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-name {
	margin-bottom: 4px
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-badge {
	border: 0;
	margin-bottom: 16px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 9px;
	margin-top: 0;
	display: inline-block;
	position: relative;
	letter-spacing: 1px
}

@media (min-width:992px) {
	div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-badge {
		font-size: 11px
	}
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-price {
	font-size: 16px;
	margin-bottom: 8px
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-price del {
	opacity: 0.25
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-price ins {
	text-decoration: none
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata {
	margin-bottom: 8px
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata p {
	font-size: 13px
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata .wc-block-components-product-details {
	margin: 8px 0
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata .wc-block-components-product-details li {
	line-height: 1;
	margin: 0 0 2px 0
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata .wc-block-components-product-details span {
	font-size: 13px
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity {
	font-size: 13px
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price span {
	font-size: 16px;
	font-weight: normal
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item {
	padding: 0;
	margin: 0
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__label {
	font-size: 16px;
	font-weight: normal;
	color: #888888;
	padding: 16px 0;
	text-transform: capitalize;
	text-align: left
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__label:after {
	opacity: 1
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__description span {
	display: block;
	font-size: 13px;
	margin-bottom: 16px
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__value {
	font-size: 16px;
	font-weight: normal;
	padding: 16px 0
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 1.375rem
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon {
	padding: 0;
	margin: 0
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button {
	outline: 0;
	margin: 0
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__content {
	padding: 0 0 16px 0
}

div.wp-block-woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-totals-coupon__button {
	font-size: 16px;
	font-weight: normal;
	margin-left: 16px
}

div.wc-block-components-text-input input[type=email],
div.wc-block-components-text-input input[type=tel],
div.wc-block-components-text-input input[type=text],
div.wc-block-components-text-input input[type=url] {
	background-color: transparent !important;
	border: 0;
	border-radius: 0;
	font-size: 16px;
	height: 100%;
	outline: 0;
	padding: 16px 0;
	display: none
}

div.wc-block-components-text-input input[type=email]:focus,
div.wc-block-components-text-input input[type=email]:hover,
div.wc-block-components-text-input input[type=tel]:focus,
div.wc-block-components-text-input input[type=tel]:hover,
div.wc-block-components-text-input input[type=text]:focus,
div.wc-block-components-text-input input[type=text]:hover,
div.wc-block-components-text-input input[type=url]:focus,
div.wc-block-components-text-input input[type=url]:hover {
	background-color: transparent
}

div.wc-block-components-text-input.is-active input[type=email],
div.wc-block-components-text-input.is-active input[type=tel],
div.wc-block-components-text-input.is-active input[type=text],
div.wc-block-components-text-input.is-active input[type=url] {
	padding: 35px 0 10px
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
	background: transparent
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
	background: transparent;
	border: none;
	-webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3)
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
	border: none
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
	-webkit-transform: translateY(4px) translateX(-1px) scale(0.75);
	transform: translateY(4px) translateX(-1px) scale(0.75);
	font-size: 16px
}

.wc-block-components-form .wc-block-components-select,
.wc-block-components-select {
	height: auto;
	line-height: 1.15
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__button,
.wc-block-components-select .components-custom-select-control__button {
	line-height: 1.15
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__button:hover,
.wc-block-components-select .components-custom-select-control__button:hover {
	line-height: 1.15
}

.wc-block-components-form .wc-block-components-select.is-active label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-select.is-active label,
.wc-block-components-text-input.is-active label {
	-webkit-transform: translateY(4px) translateX(-1px) scale(0.75);
	transform: translateY(4px) translateX(-1px) scale(0.75);
	font-size: 16px
}

.wc-block-components-select .components-custom-select-control .components-custom-select-control__button {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0 100%;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	font-size: 16px;
	height: 100%;
	outline: 0;
	padding: 35px 0 10px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.wc-block-components-select .components-custom-select-control .components-custom-select-control__button:focus,
.wc-block-components-select .components-custom-select-control .components-custom-select-control__button:hover {
	background-color: transparent;
	-webkit-box-shadow: inset 0 -1px 0 0 transparent;
	box-shadow: inset 0 -1px 0 0 transparent;
	background-size: 100% 100%
}

.wc-block-components-select .components-custom-select-control .components-custom-select-control__button.is-active {
	padding: 35px 0 10px
}

.wc-block-components-select .components-custom-select-control label,
div.wc-block-components-text-input label {
	color: #888888;
	font-size: 16px;
	margin: 0
}

.wc-block-components-validation-error {
	position: relative
}

.wc-block-components-validation-error p {
	font-size: 13px;
	margin-top: 8px
}

.wc-block-components-button:not(.is-link):disabled {
	opacity: 0.5
}

ul.components-custom-select-control__menu li.components-custom-select-control__item {
	font-size: 16px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
	background: transparent;
	border-width: 1px;
	height: 12px;
	min-height: 12px;
	width: 12px;
	min-width: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked,
.wc-block-components-radio-control .wc-block-components-radio-control__input:hover {
	border-width: 2px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:before {
	background-color: transparent;
	content: "";
	height: 4px;
	min-height: 4px;
	width: 4px;
	min-width: 4px;
	top: 3px;
	left: 3px;
	right: 3px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before,
.wc-block-components-radio-control .wc-block-components-radio-control__input:hover:before {
	height: 4px;
	min-height: 4px;
	width: 4px;
	min-width: 4px;
	top: 2px;
	left: 2px;
	right: 2px;
	-webkit-transform: none;
	transform: none
}

.wp-block-woocommerce-all-reviews .wc-block-components-sort-select__select,
.wp-block-woocommerce-reviews-by-category .wc-block-components-sort-select__select,
.wp-block-woocommerce-reviews-by-product .wc-block-components-sort-select__select {
	width: 100%
}

.wp-block-woocommerce-all-reviews .wc-block-components-review-list-item__rating,
.wp-block-woocommerce-reviews-by-category .wc-block-components-review-list-item__rating,
.wp-block-woocommerce-reviews-by-product .wc-block-components-review-list-item__rating {
	position: relative;
	top: 2px
}

.wp-block-woocommerce-all-reviews .wp-block-button.wc-block-load-more .wp-block-button__link,
.wp-block-woocommerce-reviews-by-category .wp-block-button.wc-block-load-more .wp-block-button__link,
.wp-block-woocommerce-reviews-by-product .wp-block-button.wc-block-load-more .wp-block-button__link {
	border: 0;
	border-radius: 0;
	font-size: 0.9rem;
	line-height: 1.6;
	padding: 18px
}

.wc-block-product-categories.is-dropdown select {
	margin-bottom: 0
}

.wc-block-product-categories.is-dropdown .wc-block-product-categories__button {
	background: none;
	border: 0;
	margin-left: 10px
}

.pickup-location-calendar>div {
	position: relative
}

.pickup-location-calendar>div>input {
	visibility: visible !important;
	opacity: 1 !important;
	position: static !important
}

.pickup-location-calendar button.ui-datepicker-trigger {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer
}