.quiety-products-container {
	padding: 120px 0;

	@media(max-width: 991px) {
		padding: 80px 0 50px;
	}
}


.woocommerce-products-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;

	.woocommerce-result-count {
		margin-bottom: 0;
		color: #4f5158;
		font-size: 14px;
	}
}

.single-product {
	.quiety-products-container {
		padding: 180px 0 100px;

		@media(max-width: 991px) {
			padding: 100px 0 50px;
		}
	}
}

.quiety-products-container {
	padding: 120px 0 100px;

	@media(max-width: 991px) {
		padding: 80px 0 50px;
	}

	.woocommerce-products-header {
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;

		@media(max-width: 380px) {
			display: block;
		}

		.woocommerce-notices-wrapper {
			position: absolute;
		}
	}
}

.ultraland-product-result-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 30px;
	align-items: center;

	p {
		margin: 0;
	}

	.woocommerce-notices-wrapper {
		width: 100%;
	}
}

.ultraland-orderby-wrapper {
	display: flex;
	align-items: center;

	.product-layout {
		margin: 0;
		padding: 0;
		list-style: none;
		margin-right: 30px;

		li {
			display: inline-block;
			color: #777777;
			font-size: 20px;
			cursor: pointer;
			transition: all 0.3s ease-in-out;

			&:not(:last-child) {
				margin-right: 15px;
			}

			&.active {
				color: $color__theme;
			}
		}
	}

	select {
		font-size: 14px;
		background-color: #f6f6f7;
		border: 0;
		height: 40px;
		color: #4f5158;
		margin-bottom: 0;

		@media(max-width: 380px) {
			margin-top: 10px;
		}
	}
}

.products {
	.featured {
		padding-top: 0;
	}

	.product {


	}
}


.quiety-product-item {
	overflow: hidden;
	margin-bottom: 52px;
	position: relative;
	text-align: center;
	background-color: #fff;

	@media(max-width: 576px) and (min-width: 481px) {
		max-width: 255px;
		margin: 0 auto;
	}

	.woo_product_image {
		.picture {
			position: relative;
			overflow: hidden;
			border-radius: 6px;

			@media(max-width: 480px) {
				img {
					width: 100%;
				}
			}

			.woo_post-link {
				display: block;
			}

			&:hover {
				.woo_post-link {
					&:after {
						opacity: 1;
					}
				}

				.add_to_cart_button, .button, .added_to_cart {
					visibility: visible;
					opacity: 1;
					z-index: 2;
				}
			}
		}

		img {
			transition: all .4s;
			transform: scale(1);
			backface-visibility: hidden;
			margin: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;

			&:nth-child(2) {
				position: absolute;
				opacity: 0;
				transition: all 0.4s;
				filter: blur(0);
				top: 0;
				left: 0;
				right: auto;
				//transform: translate(-100%, 0);
				height: 100%;
				width: 100%;
				object-fit: cover;
			}
		}

		&:hover {
			.woo_button {
				opacity: 1;
				visibility: visible;
				transform: translateX(0);
			}

			.picture:not(.no_effects) {
				img {

					//transform: translate(100%, 0);
					opacity: 0;
					visibility: hidden;
					//z-index: -1;

					&:nth-child(2) {
						opacity: 1;
						transform: translate(0, 0);
						visibility: visible;
					}
				}
			}
		}
	}

	.quiety-product-image {
		position: relative;

		&:before {
			position: absolute;
			content: '';
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			background: rgba($color__theme, 0.7);
			transition: all 0.3s ease-in-out;
			opacity: 0;
		}

		&:hover {
			&:before {
				opacity: 1;
			}

			.add_to_cart_button, .button, .added_to_cart {
				opacity: 1;
				visibility: visible;
			}
		}
	}

	.woo_post-link {
		display: block;
		position: relative;

		&:after {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			right: 0;
			background-color: rgba(12, 22, 54, 0.2);
			z-index: 1;
			opacity: 0;
			transition: all 0.3s ease-in-out;
		}
	}

	.woo_button {
		position: absolute;
		z-index: 2;
		top: 15px;
		right: 15px;
		width: max-content;
		transition: transform .65s cubic-bezier(.23,1,.32,1),opacity .65s cubic-bezier(.23,1,.32,1),-webkit-transform .65s cubic-bezier(.23,1,.32,1);
		opacity: 0;
		visibility: hidden;
		transform: translateX(10px);

		.added_to_cart {
			display: none;
		}

		> div, > a {
			display: block;
			width: 36px;
			height: 36px;
			border: 1px solid #fff;
			background: #fff;
			color: $color__theme;
			line-height: 36px;
			font-size: 16px;
			padding: 0;
			transition: all 0.3s ease-in-out;
			border-radius:50%;
			text-align: center;
			margin-bottom: 10px;

			i {
				margin-right: 0;
			}

			.fa-spinner {
				display: none !important;
			}

			&:hover, &.added {
				background: $color__theme;
				border-color: $color__theme;
				color: #fff;

			}
		}

		> div a {
			display: block;

			i {
				color: $color__theme;
			}

			&:hover {
				i {
					color: #fff;
				}
			}
		}
	}

	.onsale {
		display: inline-block;
		border-radius: 4px;
		margin: 0 !important;
		top: 10px !important;
		left: 10px !important;
		font-size: 14px;
		line-height: 1;
		padding: 6px 10px;
		background-color: $color__theme;
		position: absolute;
		color: #fff;
		text-align: center;
		z-index: 22;
	}

	.quiety-product-info {
		padding-top: 19px;


		.star-rating {
			margin: 0 auto;
		}

		.quiety-product-list-title {
			font-size: 16px;
			font-weight: 600;
			margin-bottom: 0;
			color: $color__heading;
		}

		.price {
			display: inline-flex;
			color: #0c1636;
			font-size: 14px;
			font-weight: 600;
			flex-direction: row-reverse;
			line-height: 1;

			del {
				font-size: 14px;
				font-weight: 400;
				color: #4f5158;
				text-decoration: line-through;
				margin-left: 10px;
			}

			ins {
				background: transparent;
				color: #0c1636;
			}
		}

		.product-description, .ultraland-product-category {
			display: none;
		}
	}

	&.style_two {
		background: #FFFFFF;
		box-shadow: 0 15px 55px rgba(136, 136, 136, 0.1);
		border-radius: 5px;
		margin-bottom: 30px;

		.woo_product_image {
			.picture {
				border-radius: 0;
			}

			.woo_post-link {
				img {
					height: 240px;
				}
			}
		}

		.quiety-product-info {
			padding: 20px 25px;
		}

		.quiety-product-list-title {
			margin-bottom: 7px;
		}

		.woocommerce-Price-amount {
			color: #666;
			font-size: 16px;
		}

		.woo_button > div, .woo_button > a {
			border-radius: 2px;
		}
	}
}

.related-products {
	.products .product .quiety-product-item {
		margin-bottom: 0;

		@media(max-width: 767px) {
			margin-bottom: 30px;
		}
	}
}

.animation.animated {
	transition: transform .65s, opacity .25s cubic-bezier(.25, .46, .45, .94);
	transform: none;
	opacity: 1;
	animation-name: fadeIn;
}

.animation {
	will-change: opacity, transform;
	opacity: 0;
	animation: none;
	transition: all 0.3s ease-in-out;
}

.animated {
	animation-duration: .5s;
	animation-fill-mode: both;
}

.single_product {
	.single-product-wrapper {
		display: flex;
		flex-wrap: wrap;

		.onsale {
			position: absolute;
		}
	}

	.woocommerce-product-gallery, .entry-summary {
		@media(min-width: 768px) {
			width: 50%;
		}
	}

	.woocommerce-product-gallery {
		padding-right: 30px;
	}

	.woocommerce-product-details__short-description {
		margin-bottom: 30px;
	}
}

.related {
	.products {
		position: relative;

		.slider-control {
			top: 29%;
			z-index: 1;
			height: auto;

			.product-button-prev, .product-button-next {
				border: 1px solid #fff;
				height: 65px;
				width: 65px;
				line-height: 57px;
				text-align: center;
				position: absolute;
				display: inline-block;
				border-radius: 50%;
				transition: 0.3s;
				z-index: 99;
				box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
				background-color: #fff;
				outline: none;
				cursor: pointer;

				svg {
					width: 20px;
				}

				&:hover {
					background-color: $color__theme;

					svg {
						path {
							fill: #fff;
						}
					}
				}
			}

			.product-button-prev {
				left: -13%;
			}

			.product-button-next {
				right: -13%;
			}
		}

		.quiety-product-item {
			position: relative;
			margin-bottom: 0;

		}
	}
}


.ultraland-products-single-wrapper {

	.woocommerce-product-gallery {
		position: relative;

		.woocommerce-product-gallery__trigger {
			position: absolute;
			top: 20px;
			right: 20px;
			z-index: 22;
		}
	}

	.star-rating {
		float: none !important;
		width: 5.6em !important;
	}

	.price {
		font-size: 24px;
		font-weight: 600;
		color: $color__heading;
		margin-bottom: 30px;
	}

	.woocommerce-product-details__short-description {
		margin-bottom: 30px;
	}

	.cart {
		margin-bottom: 20px;

		.quantity {
			width: 80px;
			margin-right: 20px;
			display: inline-block;

			input {
				margin: 0 !important;
			}
		}
	}
}


.woocommerce-cart-form {
	.cart-collaterals {
		max-width: 40%;
		margin-left: auto;
	}
}

.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse {
	display: block !important;
}


/* Price Filter */
.widget_price_filter {
	.price_slider {
		margin-bottom: 1.5em;
	}

	.price_slider_amount {
		text-align: right;
		line-height: 2.4em;

		.button {
			float: left;
			padding: 6px 39px;
			border-radius: 6px;
		}
	}

	.ui-slider {
		position: relative;
		text-align: left;
	}

	.ui-slider .ui-slider-handle {
		position: absolute;
		z-index: 2;
		width: 1em;
		height: 1em;
		cursor: ew-resize;
		outline: none;
		background: $color__theme;
		box-sizing: border-box;
		margin-top: -.4em;
		opacity: 1;
		border-radius: 50%;

		&:last-child {
			margin-left: -1em;
		}

		&:hover,
		&.ui-state-active {
			box-shadow: 0 0 0 .25em rgba(#000, 0.1);
		}
	}

	.ui-slider .ui-slider-range {
		position: absolute;
		z-index: 1;
		display: block;
		border: 0;
		background: $color__theme;
	}

	.price_slider_wrapper .ui-widget-content {
		background: #dbe2e9;
		border-radius: 3px;
	}

	.ui-slider-horizontal {
		height: 5px;
	}

	.ui-slider-horizontal .ui-slider-range {
		height: 100%;
	}
}

.wc-block-components-price-slider__controls {
	.wc-block-components-price-slider__amount {
		&.wc-block-components-price-slider__amount--min, &.wc-block-components-price-slider__amount--max {
			width: 80px !important;
			background: transparent !important;
			border: 0 !important;
		}
	}
}


.woocommerce-product-search {
	display: flex;
	background: #f3f4f9;
	border: 1px solid #f3f4f9;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;

	input {
		margin-bottom: 0 !important;
		border: 0 !important;
		background: transparent;
	}

	button {
		border: 0;
		background: transparent;
		padding: 0;
		padding-right: 20px;
		color: #7d7d7d;
	}

	&:focus, &:hover {
		border-color: rgba(255, 112, 112, 0.5) !important;
		outline: 0;
	}
}


.product_list_widget {
	margin: 0;
	padding: 0;
	list-style: none;

	li {
		display: flex;
		margin-bottom: 30px !important;
		flex-wrap: wrap;
		align-items: center;

		a {
			padding-left: 0 !important;

			&:before {
				display: none;
			}
		}

		> a {
			width: 60px;
			height: 60px;
			margin-right: 20px;


			img {
				width: 100%;
				height: 100%;
				object-fit: cover;
				border-radius: 4px;
			}
		}

		.product-info {
			flex: 2;

			.woocommerce-Price-amount, ins, del {
				font-weight: 400;
				color: #4f5158;
				font-size: 14px;
				line-height: 1;
			}
		}

		.product-title {
			font-size: 14px;
			font-weight: 600;
			line-height: 24px;
			margin-bottom: 0;
			padding-bottom: 0;

			&:after {
				display: none;
			}

			a {
				color: $color__heading;

				&:hover {
					color: $color__theme;
				}
			}
		}
	}
}


.woocommerce-widget-layered-nav-list {
	li {
		display: flex;

		.count {
			display: inline;
			margin-left: 5px;
		}
	}
}


.wc-block-price-filter__range-input-wrapper {
	input:not([type=checkbox]):not([type=submit]) {
		border: 0;
		padding: 0;
	}

	input:not([type=checkbox]):not([type=submit]):focus, textarea:focus {
		border: 0 !important;
	}


}

input.wc-block-components-price-slider__amount {
	padding: 0 !important;
	margin: 0;
	width: auto;
	background-color: transparent !important;
	height: max-content;
	border-radius: 0 !important;
}

.wc-block-components-price-slider__range-input-progress {
	//--track-background: $color__theme;
	--range-color: #2a5cff;
}


.wc-block-components-price-slider__range-input-wrapper,
.wc-block-components-price-slider__range-input-progress {
	height: 3px;
	box-shadow: none;
}

.wc-block-price-filter__controls {
	input {
		margin-bottom: 0 !important;
	}
}

.wc-block-components-price-slider__controls {
	display: block;
}


wc-block-components-price-slider__range-input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 0;
	display: block;
	position: relative;
	pointer-events: none;
	outline: none !important;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 30px !important;
	background: red;
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
	cursor: default;
	height: 1px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
	background-color: transparent;
	background-position: 0 0;
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	vertical-align: top;
	cursor: pointer;
	z-index: 20;
	pointer-events: auto;
	background-image: none;
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: -6px 0 0;
	background-color: $color__theme;
	border-radius: 30px;
	box-shadow: 0px 4px 10px 0px rgba(0, 14, 58, 0.2);
	border: 2px solid #fff;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
	background-position-y: -23px;
	transform: scale(1.1);
}


.wc-block-components-price-slider__range-input::-webkit-slider-progress {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
	border: 0;
}

.wc-block-components-price-slider__range-input::-moz-range-track {
	cursor: default;
	height: 1px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
	background-color: transparent;
	background-position: 0 0;
	width: 28px;
	height: 23px;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	cursor: pointer;
	z-index: 20;
	pointer-events: auto;
	background-image: none;
	-moz-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
	background-position-y: -23px;
	transform: scale(1.1);
}

.wc-block-components-price-slider__range-input::-ms-thumb {
	background-color: transparent;
	background-position: 0 0;
	width: 28px;
	height: 23px;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	cursor: pointer;
	z-index: 20;
	pointer-events: auto;
	background-image: none;
	-ms-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
	background-position-y: -23px;
	transform: scale(1.1);
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
	background-position-y: -23px;
	transform: scale(1.1);
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
	background-position-y: -23px;
	transform: scale(1.1);
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
	background-position-y: -23px;
	transform: scale(1.1);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
	z-index: 21;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
	margin-left: -2px;
	background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
	background-position-x: left;
	transform: translate(-2px, 4px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
	background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
	z-index: 20;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
	background-position-x: right;
	margin-left: 2px;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
	background-position-x: right;
	transform: translate(2px, 4px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
	background-position-x: right;
}


/* Single product Style */

.entry-summary {
	.quantity {
		width: 110px;
		display: inline-block;
		position: relative;
		background-color: transparent;
		border: 2px solid #e3e5ee;
		border-radius: 6px;

		input {
			border: 0 !important;
		}

		input::-webkit-outer-spin-button,
		input::-webkit-inner-spin-button {
			-webkit-appearance: none;
			margin: 0;
		}
	}

	.product_title {
		margin-bottom: 10px !important;
	}

	.woocommerce-Price-amount {
		font-size: 24px;
		color: $color__theme;
		font-weight: 600;
	}

	del {
		.woocommerce-Price-amount {
			color: #76787d;
		}
	}
}


.quantity {
	width: 110px;
	display: inline-block;
	position: relative;
	background-color: transparent;
	border: 2px solid #e3e5ee;
	border-radius: 6px;

	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

	.qty {
		padding: 0 7px 0 12px;
		margin: 0 !important;
		border-radius: 0;
		height: 40px;
		background-color: transparent !important;
		text-align: center;
		border: 0 !important;


		&:focus {
			border-color: transparent;
		}
	}

	.minus-button {
		height: 100%;
		width: 30px;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 40px;
		text-align: center;
		cursor: pointer;

		&:before {
			content: "\e996";
			font-family: 'feather' !important;
		}
	}

	.plus-button {
		height: 100%;
		width: 30px;
		position: absolute;
		right: 0;
		top: 0;
		line-height: 40px;
		text-align: center;
		cursor: pointer;

		&:before {
			content: "\e9b1";
			font-family: 'feather' !important;
		}
	}
}

.quiety-single-wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;

	.woocommerce-product-gallery__wrapper {
		margin: 0;
	}

	.onsale {
		position: absolute;
		left: 10px;
		top: 10px;
		background-color: $color__theme;
		padding: 6px 10px;
		color: #fff;
		display: inline-block;
		border-radius: 4px;
		font-size: 14px;
		line-height: 1;
	}

	.quantity {
		margin-right: 10px;
	}

	.price {
		font-size: 20px;
		font-weight: 500;
		color: $color__heading;

		del {
			color: #76787d;
			font-size: 16px;
		}
	}

	.woocommerce-product-gallery__image img {
		border-radius: 6px;
	}

	.entry-summary {
		padding-top: 40px;
	}

	.product_title {
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 3px;
		color: #0c1636;

		@media(max-width: 767px) {
			font-size: 22px;
		}
	}

	.yith-wcwl-add-to-wishlist {
		display: inline-block;
	}

	.yith-wcwl-add-to-wishlist {
		margin-top: 15px;
		margin-left: 5px;

		a {
			line-height: 18px;
			font-size: 15px;
			font-weight: 500;
			transition: all 0.3s ease-in-out;
			border-radius: 6px;

			i {
				margin-right: 0;
			}
		}

	}
}

.comment-form-rating {
	margin-bottom: 15px;
}

.single_add_to_cart_button {
	font-size: 15px;
	color: #fff;
	background: $color__theme;
	border: 2px solid $color__theme;
	border-radius: 6px;
	padding: 6px 33px;
	line-height: 1;
	height: 44px;
	font-weight: 500;
}

.flex-control-thumbs {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;

	li {
		display: inline-block;
		width: 70px;
		height: 74px;
		margin-right: 10px;

		img {
			border-radius: 6px;
			border: 2px solid transparent;
			transition: all 0.3s ease-in-out;
			cursor: pointer;

			&.flex-active {
				border-color: $color__theme;
			}
		}
	}
}

.product_meta {
	margin-top: 25px;
	padding-top: 30px;
	border-top: 1px solid #eff1f6;

	> span {
		display: block;
	}
}

/* Breadcrumb */
.woocommerce-breadcrumb {
	margin-bottom: 40px;
}


/* Tabs */
.wc-tabs-wrapper {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	margin-top: 100px;
	padding: 100px 0;

	@media(max-width: 991px) {
		padding: 80px 0 80px;
	}
}

.tabs.wc-tabs {
	margin-bottom: 36px;
	list-style: none;
	padding: 0;
	text-align: center;

	li {
		display: inline-block;
		margin-right: 20px;

		a {
			color: $color__heading;
			padding: 0 0 8px;
			display: inline-block;
			position: relative;
			transition: all 0.3s ease-in-out;

			&:after {
				content: '';
				position: absolute;
				left: 0;
				bottom: -1px;
				height: 2px;
				background-color: $color__theme;
				transition: all 0.3s ease-in-out;
			}
		}

		&.active {
			a {
				color: $color__theme;

				&:after {
					width: 100%;
				}
			}
		}
	}
}

.woocommerce-Tabs-panel {
	h2 {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 25px;
	}

	#comments {
		margin-top: 0;
	}
}

.woocommerce-product-attributes {
	border-color: #dedfe3;

	tbody > tr {
		border-top-color: #dedfe3;
	}

	td:last-child {
		border-right-color: #dedfe3;
	}

	p {
		margin-bottom: 0;
	}

}

.comment-form-rating {
	label {
		margin-right: 10px;
	}


}

.woocommerce-Reviews {

	.comment-respond {
		.comment-reply-title {
			display: block;
			margin-bottom: 5px;
			color: $color__heading;
			font-weight: 600;
		}
	}

	input:not([type=checkbox]):not([type=submit]), textarea {
		background-color: #fff;
		border: 2px solid #fff;

		&:focus {
			border-color: $color__theme;
			background-color: #fff;
		}
	}

	.comment-form .comment-form-author, .comment-form .comment-form-email {
		width: 100%;
		padding: 0;
		position: relative;
		z-index: 22;
	}


	.comment-form .comment-form-cookies-consent label:not(:empty) {
		padding-left: 20px;
	}

	.comment-form textarea {
		height: 120px;
		border-color: transparent !important;
		background-color: #f4f5f7;
	}

	.commentlist {
		margin-bottom: 76px;
		padding: 0;
		list-style: none;

		li {
			.thiscommentbody {
				.commentava {
					float: left;
				}
			}
		}

		.comment_container {
			display: flex;
			flex-wrap: wrap;
			background-color: #fff;
			padding: 30px 30px 20px;
			margin-bottom: 20px;
			border-radius: 6px;

			img {
				max-width: 50px;
				flex: 1;
				height: max-content;
				margin-right: 20px;
				border-radius: 50%;
			}

			.comment-text {
				flex: 2;
			}
		}

		.meta {
			font-size: 14px;
			margin-bottom: 2px;
		}
	}
}

p.stars {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

p.stars a:before {
	display: block;
	font-family: 'FontAwesome', sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .3em;
	color: #666;
	content: "\f006";
	transition: all .3s ease;
}

p.stars a {
	display: inline-block;
}

p.stars a:hover ~ a:before, p.stars.selected:not(:hover) a.active ~ a:before {
	color: #666;

}

p.stars:hover a:before, p.stars.selected:not(:hover) a:before {
	color: #ffbc53;
	content: "\f005";
}

p.stars a:before {
	display: block;
	font-family: 'FontAwesome', sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .3em;
	color: #666;
	content: "\f005";
	transition: all .3s ease;
}


/* Related product */
.related-products {
	padding: 115px 0 0;

	@media(max-width: 480px) {
		padding-top: 70px;
	}

	@media(max-width: 480px) {
		.row {
			margin: 0 !important;
		}
	}

	.section-heading {
		margin-bottom: 50px;
	}
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
	margin-left: 15px;
	margin-top: 10px;
}


/* Cart Form */

.woocommerce-cart-form__cart-item {
	.product-thumbnail {
		a {
			display: inline-block;
			font-size: 14px;
			font-weight: 600;
			color: $color__heading;

			&:hover {
				color: $color__theme;
			}
		}

		.attachment-woocommerce_thumbnail {
			width: 60px;
			margin-right: 20px;
			border-radius: 4px;
		}
	}
}

.woocommerce-Price-amount {
	font-size: 14px;
	color: $color__heading;
	font-weight: 600;
}

.woocommerce-cart-form {
	.coupon {
		display: flex;
		background-color: #f1f2f3;
		width: max-content;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;

		.input-text {
			margin: 0;
			background-color: transparent !important;
			max-width: 220px;

			&:focus {
				border-color: transparent;
			}
		}

		button {
			background-color: #0c1636;
			border: 0;
			padding: 10px 25px;
			border-top-right-radius: 6px;
			border-bottom-right-radius: 6px;
			font-size: 15px;
			min-width: 150px;
		}
	}

	table {
		border: 0;

		thead {
			background: transparent;

			th {
				color: #76787d;
				font-size: 14px;
				font-weight: 500;
				padding: 10px 0;
			}
		}

		td {
			padding: 20px 0;

			&:last-child {
				border-right: 0;
			}
		}

		.product-remove {
			text-align: right;
		}
	}

	.tt__btn {
		padding: 14px 30px;
		border-radius: 6px;
	}
}

.cart-collaterals {
	padding: 35px 40px 50px;
	background-color: #f6f6f7;
	border-radius: 6px;

	h2 {
		font-size: 20px;
	}

	.shop_table {
		border: 0;
		margin-bottom: 17px;

		th {
			padding: 16px 0;
			font-size: 14px;
		}

		tbody > tr {
			border-top: 1px solid #e1e1e4;
		}

		td:last-child {
			border-right: 0;
			text-align: right;
			padding: 0;
		}

		.woocommerce-Price-amount {
			color: #76787d;
			font-weight: 500;
		}

		.order-total {
			.woocommerce-Price-amount {
				color: $color__theme;
			}
		}
	}

	.checkout-button {
		padding: 9px 25px;
		display: block;
		background-color: $color__theme;
		color: #fff;
		border-radius: 6px;
		text-align: center;
	}
}

/* Checkout Page */

.woocommerce-form-coupon-toggle {
	margin-bottom: 46px;
}

.woocommerce-NoticeGroup-checkout {
	width: 100%;

	.woocommerce-error {
		padding-left: 15px;
		list-style: none;
	}
}


.woocommerce-billing-fields {
	> h3 {
		font-size: 20px;
		font-weight: 600;
		color: $color__heading;
	}
}

.woocommerce-billing-fields__field-wrapper {
	.form-row {
		display: block;
		margin-bottom: 24px;
	}

	input:not([type=checkbox]):not([type=submit]), textarea.input-text {
		margin: 0;
		background-color: #f1f2f3 !important;
		font-size: 14px;
	}

	input:not([type=checkbox]):not([type=submit]) {
		height: 50px;

		&::placeholder {
			color: #83858c;
		}
	}

	textarea.input-text {
		background-color: #f1f2f3 !important;
	}

	.form-row-first {
		width: 50%;
		padding-right: 15px;
		float: left;
	}

	.form-row-last {
		padding-left: 15px;
		width: 50%;
		float: right;
	}
}

.woocommerce-additional-fields {
	margin-top: 26px;

	textarea.input-text {
		background-color: #f1f2f3 !important;
		font-size: 14px;
	}

	> h3 {
		font-size: 20px;
		font-weight: 600;
		color: $color__heading;
	}
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-radius: 6px;
	height: 50px;
	padding: 10px;
}

.form-row {
	&.notes {
		display: block;
	}
}

.woocommerce-input-wrapper {
	select {
		border: 0;
	}
}

.select2-container--default .select2-selection--single {
	background-color: #f1f2f3;
	border: 0;
	border-radius: 6px;
	height: 50px;
	padding: 10px;

	.select2-selection__arrow {
		height: 50px;
	}
}

.tt_checkout-wrapper {
	padding: 30px;
	background-color: #f6f6f7;

	h3 {
		font-size: 20px;
		font-weight: 500;
		color: $color__heading;
	}

	.woocommerce-checkout-review-order-table {
		border: 0;

		.product-total, .product-name {
			padding: 12px 0;
		}

		.product-total {
			text-align: right;
		}

		tbody > tr {
			border-top-color: #e1e1e4;
		}

		td:last-child {
			border-right: 0;
		}

		tfoot {
			th {
				padding: 10px 0;
				font-weight: 400;
				color: #0c1636;
			}

			td {
				text-align: right;
				padding: 10px 0;
			}

			th, td {
				border-top: 1px solid #e1e1e4;
			}
		}
	}

	#place_order {
		background-color: $color__theme;
		border: 2px solid $color__theme;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		padding: 10px 20px;
		display: block;
		width: 100%;
		border-radius: 6px;
	}
}

.woocommerce-info {
	background-color: #f6f6f7;
	padding: 10px 30px;
	font-size: 16px;
	border-radius: 6px;
	margin-bottom: 20px;
}

.wc_payment_methods {
	padding: 0;
	list-style: none;

	li {
		padding: 0;
	}
}

/* Billing  Address */

.woocommerce-customer-details {
	.woocommerce-columns.woocommerce-columns--2 {
		display: flex;

		.woocommerce-column {
			flex: 0 0 50%;
			max-width: 50%;
			padding: 0 !important;

			.woocommerce-column__title {
				font-size: 20px;
				font-weight: 600;
			}
		}
	}
}


/* wishlist */
.wishlist_table .product-add-to-cart a {
	padding: 7px 20px;
	display: inline-block !important;
	background-color: #2a5cff;
	color: #fff;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 500;

	&:hover {
		background-color: darken($color__theme, 10%);
	}
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
	color: $color__theme;
	font-size: 16px;
	font-weight: 500;
}

.wishlist_table  .product-name > a {
	font-weight: 600;
	color: $color__heading;
	font-size: 16px;

	&:hover {
		color: $color__theme;
	}
}

.wishlist_table .woocommerce-Price-amount {
	font-size: 18px;
}

.products {
	.col-sm-6 {
		@media(max-width: 575px) {
			width: 50%;
			max-width: 50%;
		}

		@media(max-width: 380px) {
			width: 100%;
			max-width: 100%;
		}
	}
}

.woocommerce-message {
	padding: 14px 30px;
	background: #f5f5f5;
	margin-bottom: 20px;
	border-radius: 6px;

	a {
		color: $color__theme;
	}
}

.single_product {
	.widget {
		padding: 0;
		border: 0;

		&:not(:last-child) {
			margin-bottom: 50px;
		}
	}
}