Your IP : 216.73.216.95


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/woocommerce/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/woocommerce/_widgets.scss

.woocommerce {
	.page-sidebar {
		.product_list_widget {
			li {
				+ li {
					margin-top: 20px;
				}
			}

			.product-item {
				@extend %clearfix;
				display: flex;
				align-items: center;
			}

			.product-title {
				margin: 0;
			}

			.thumbnail {
				line-height: 0;
				flex-shrink: 0;

				a {
					&:after {
						display: none;
					}
				}
			}
		}
	}

	.widget_shopping_cart {
		.cart_list li {
			padding-left: 0;
		}
	}
}

.widget_price_filter {
	border-bottom: 2px solid #f3f3f3;
	padding-bottom: 24px;

	.price_slider {
		margin-bottom: 25px;
	}

	.price_slider_wrapper {
		.ui-widget-content {
			height: 4px;
			border-radius: 5px;
			background-color: #ededed;

			&:before {
				content: '';
				position: absolute;
				top: 0;
				left: -.5em;
				right: -.5em;
				bottom: 0;
				background: inherit;
				border-radius: inherit;
			}
		}
	}

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

	.ui-slider {
		position: relative;
		text-align: left;
		margin-left: .5em;
		margin-right: .5em;

		.ui-slider-range {
			position: absolute;
			z-index: 1;
			font-size: .7em;
			display: block;
			border: 0;
			border-radius: 1em;
			background: currentColor;
		}

		.ui-slider-handle {
			position: absolute;
			z-index: 2;
			border-radius: 1em;
			cursor: ew-resize;
			outline: 0;
			margin-left: -.5em;
			top: -7px;
			width: 18px;
			height: 18px;
			background: currentColor;
			box-shadow: 0 2px 11px rgba(0, 0, 0, .13);
		}
	}

	.price_slider_amount {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		align-items: center;
		line-height: inherit;

		.button {
			padding: 0 33px !important;
			height: 40px;
			line-height: 38px !important;
		}

		.price_label {
			flex-grow: 1;
			font-weight: 500;
			color: #8c89a2;
		}
	}
}

.product_list_widget {
	margin: 0;
	padding: 0;

	li {
		@extend %clearfix;
		display: block;
		margin: 0;

		+ li {
			padding-top: 20px;
			border-top: 1px solid #f3f3f3;
		}

		&:last-child {
			margin-bottom: 0;
		}

		img {
			float: left;
			margin-right: 20px;
			margin-left: 0;
			width: 100px;
		}

		.product-title {
			display: block;
			margin-top: 12px;
			font-size: 15px;
			font-weight: 700;
			line-height: 1.34;

			a {
				display: inline-block;
				color: inherit;
				font-weight: inherit;
			}
		}

		.star-rating {
			margin: 10px 0 10px;
			font-size: 12px;
		}

		.price {
			display: block;
			font-size: 14px;
			margin: 7px 0 0;
		}
	}
}

.widget {
	.product_list_widget {
		border-bottom: 2px solid #f3f3f3;
		padding-bottom: 20px;
	}
}

.woocommerce-widget-layered-nav-list {
	margin: 0;
	padding: 0;
	list-style-type: none;

	li {
		position: relative;
	}
}

.woocommerce {
	.widget_rating_filter {
		ul {
			margin: 0;
			padding: 0;
			border: 0;
			list-style: none outside;

			li {
				padding: 0 0 1px;
				list-style: none;

				a {
					padding: 1px 0;
				}

				&.chosen {
					a {
						&:before {
							@extend %FontAwesomeSolid;
							content: '\f057';
							color: #a00;
							margin-right: .618em;
						}
					}
				}
			}

			li::after,
			li::before {
				content: ' ';
				display: table;
			}

			::after {
				clear: both;
			}

			.star-rating {
				float: none;
				display: inline-block;
			}
		}
	}
}