/*
**shop
*/
input[disabled] {
	opacity: .4;
	cursor: not-allowed;
}

/* sort panel */
.shop-sorting {
	line-height: 1;
	margin-top: -10px;
}

.shop-sorting label {
	padding-right: 10px;
}

.storefront-sorting .selectize-input {
	min-height: 60px;
	padding: 12px 60px 12px 30px;
	border-bottom: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
	.storefront-sorting .selectize-input {
		min-width: 345px;
	}
}

@media (min-width: 992px) {
	.storefront-sorting .selectize-input {
		min-width: 295px;
	}
}

@media (min-width: 1200px) {
	.storefront-sorting .selectize-input {
		min-width: 365px;
	}
}

.storefront-sorting .selectize-control.single .selectize-input:after {
	right: 25px;
}

.woocommerce-ordering {
	min-width: 250px;
}

.woocommerce-result-count {
	line-height: 40px;
	margin-bottom: 0;
}

#toggle_shop_view:before,
#toggle_shop_view:after {
	font-family: 'FontAwesome';
	display: inline-block;
	color: #666666;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 28px;
	border-radius: 1px;
	transition: all 0.2s ease-in-out 0s;
}

#toggle_shop_view:before {
	content: "\f009";
	margin-right: 5px;
	color: #e44a7a;
}

#toggle_shop_view:after {
	content: "\f0c9";
}

#toggle_shop_view.grid-view:before {
	color: #666666;
}

#toggle_shop_view.grid-view:after {
	color: #e44a7a;
}

#sort_view {
	color: #363636;
	display: inline-block;
	padding: 12px 16px 13px;
	font-size: 14px;
	background-color: #ffffff;
}

.columns-1 .product {
	width: 100%;
	margin-right: 0;
	float: none;
}

@media (min-width: 500px) {
	.columns-2 .product,
  .columns-4 .product,
  .columns-3 .product {
		width: 50%;
		float: left;
	}
}

@media (min-width: 768px) {
	.columns-4 .product,
  .columns-3 .product {
		width: 33.33333333%;
		float: left;
	}
}

@media (min-width: 992px) {
	.columns-3 .product {
		width: 33.33333333%;
		float: left;
	}

	.columns-4 .product {
		width: 25%;
		float: left;
	}

	.col-md-8 .columns-3 .product {
		width: 50%;
		float: left;
	}

	.col-md-8 .columns-4 .product {
		width: 50%;
		float: left;
	}

	.columns-2 .product {
		width: 50%;
		float: left;
	}

	.columns-2 .product:nth-child(2n + 1) {
		clear: both;
	}
}

@media (min-width: 1200px) {
	.col-md-8 .columns-3 .product {
		width: 33.33333333%;
	}

	.col-md-8 .columns-4 .product {
		width: 25%;
	}
}

.product .images,
.product .thumbnails a,
.product .item-media {
	display: block;
}

.products {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.products:before, .products:after {
	content: '';
	clear: both;
	display: block;
}

.upsells .products,
.related .products {
	margin-left: 0;
	margin-right: 0;
}

.products-carousel.owl-carousel .owl-stage-outer {
	width: calc(100% + 10px);
	padding: 5px;
	margin: -5px;
}

li.product {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.owl-carousel li.product {
	margin-bottom: 0;
}

.product .item-media > a img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

.product .item-media:hover > a img:nth-child(2) {
	opacity: 1;
}

.product .product_buttons {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding: 10px;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.2s ease-in-out 0s;
}

.product .product_buttons .add_to_wishlist,
.product .product_buttons .p-view {
	font-size: 16px;
}

.product .product_buttons > a {
	display: inline-block;
	min-width: 40px;
	line-height: 40px;
}

@media (min-width: 400px) {
	.product .product_buttons {
		bottom: 40px;
		left: 40px;
		right: 40px;
	}
}

@media (min-width: 1200px) {
	.product .product_buttons {
		opacity: 0;
		transform: translateY(20px);
	}

	.product .product_buttons > a {
		margin: 0 8px;
	}
}

@media (min-width: 500px) and (max-width: 1199px) {
	.related-products .product .product_buttons,
  .columns-3 .product .product_buttons,
  .columns-4 .product .product_buttons {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
}

.product .item-media:hover .product_buttons {
	transform: translateY(0);
	opacity: 1;
}

.product .entry-title {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 12px;
}

.product .row {
	position: relative;
}

.product > [class*="col-"] {
	position: static;
}

.product > [class*="col-"].images a {
	display: block;
	position: relative;
}

.product .woocommerce-loop-product__title {
	font-size: 30px;
	margin-bottom: 0.3rem;
}

@media (min-width: 992px) {
	.product .woocommerce-loop-product__title {
		font-size: 40px;
	}
}

.product .price {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1em;
	color: #363636;
}

.product .vertical-item.content-padding .item-content {
	padding: 25px 20px 30px;
}

@media (min-width: 400px) {
	.product .vertical-item.content-padding .item-content {
		padding: 35px 40px 40px;
	}
}

@media (min-width: 1200px) {
	.product .vertical-item.big-padding .item-content {
		padding: 55px 60px 60px;
	}
}

.product .product-media {
	position: relative;
}

.product .images {
	position: relative;
}

@media (min-width: 1200px) {
	.columns-1 .product .content-padding .item-content,
  .columns-2 .product .content-padding .item-content {
		padding: 55px 60px 60px;
	}
}

.related,
.upsells {
	margin-top: 80px;
	padding-right: 15px;
	padding-left: 15px;
}

.related > h2:first-child,
.upsells > h2:first-child {
	font-size: 30px;
	text-align: center;
	margin: 0 0 30px;
}

@media (min-width: 992px) {
	.related > h2:first-child,
  .upsells > h2:first-child {
		font-size: 40px;
	}
}

.related .products {
	margin-top: 55px;
}

.upsells + .related {
	margin-top: 30px;
}

.price del {
	color: #666666;
	margin-right: 10px;
}

.price ins {
	text-decoration: none;
}

.woocommerce-loop-product__link + .price {
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
}

.widget .price {
	line-height: 1;
	font-size: 12px;
	font-weight: 800;
	color: #363636;
}

.woocommerce-loop-product__link:hover, .woocommerce-loop-product__link:active, .woocommerce-loop-product__link:focus {
	color: #e44a7a;
}

/* single-product */
.woocommerce-product-gallery {
	position: relative;
	padding: 5px;
	margin: -5px;
}

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

.woocommerce-product-gallery__wrapper a {
	display: block;
	position: relative;
	overflow: hidden;
}

.thumbnails-wrap {
	margin-top: 9px;
}

.summary h1 {
	margin-bottom: 0.2rem;
	margin-top: 0;
	font-size: 30px;
}

@media (min-width: 992px) {
	.summary h1 {
		font-size: 40px;
	}
}

.summary .product-rating,
.summary .woocommerce-product-rating {
	margin-bottom: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.summary .price {
	position: static;
	display: block;
	color: #e44a7a;
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 500;
}

.summary .price del {
	color: #666666;
}

.summary .woocommerce-variation-price .price {
	padding-top: 0;
}

.summary .short-description {
	margin-top: 20px;
}

.summary .stock {
	margin-bottom: 0;
}

.summary .email-to {
	margin-bottom: 10px;
}

.summary .product-option-name {
	display: inline-block;
	margin: 10px 0;
}

.summary .theme_button {
	margin-top: 0;
}

.summary .theme_button.wc-variation-selection-needed {
	opacity: .4;
	cursor: not-allowed;
}

.summary .posted_in .small_button {
	margin-left: 5px;
	padding-left: 6px;
	padding-right: 6px;
}

.summary .product_meta {
	padding-bottom: 15px;
}

.summary .product_meta > * {
	font-weight: 500;
}

.summary .product_meta > * > * {
	font-weight: 300;
}

.summary .product_meta > span {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #e5e5e5;
}

.summary .product_meta > span:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.summary .product_meta > span.sku_wrapper {
	display: block;
}

@media (min-width: 1600px) {
	.summary .product_meta > span {
		padding-top: 22px;
		padding-bottom: 22px;
	}
}

.summary .product_meta a {
	margin: 0 0 0 6px;
}

.summary [itemprop="description"] {
	margin: 30px 0;
}

.summary ul.list1 li {
	padding-left: 0;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 0;
}

.summary ul.list1 li span:first-child {
	min-width: 100px;
}

.summary ul.list1 li:before {
	display: none;
}

.summary form.cart {
	margin-top: 25px;
}

.summary .reset_variations {
	display: inline-block !important;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-top: 20px;
}

.summary .reset_variations:before {
	font-family: 'rt-icons-2';
	content: "\e117";
	font-size: 14px;
	position: relative;
	top: 1px;
}

.summary label {
	margin: 0;
}

.summary select {
	border-bottom: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	height: 60px;
	padding: 12px 60px 12px 30px;
}

.summary .product_meta {
	margin-top: 30px;
}

.quantity {
	position: relative;
	display: inline-block;
}

.quantity [type="button"] {
	position: absolute;
	right: 20px;
	top: 12px;
	line-height: 1;
	color: transparent;
	border: none;
	width: 22px;
	height: 10px;
	background-color: transparent;
	z-index: 1;
}

.quantity [type="button"] + i {
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 16px;
	width: 22px;
	text-align: center;
	line-height: 10px;
	color: #e44a7a;
	display: inline-block;
}

.quantity [type="button"]:hover + i {
	color: #363636;
}

.quantity [type="button"].minus {
	top: auto;
	bottom: 12px;
}

.quantity [type="button"].minus + i {
	top: auto;
	bottom: 12px;
}

@media (min-width: 1200px) {
	.quantity [type="button"] {
		top: 23px;
	}

	.quantity [type="button"] + i {
		top: 23px;
	}

	.quantity [type="button"].minus {
		top: auto;
		bottom: 23px;
	}

	.quantity [type="button"].minus + i {
		top: auto;
		bottom: 23px;
	}
}

.quantity [type="number"] {
	padding-right: 40px;
	padding-left: 25px;
	max-width: 95px;
	min-width: 70px;
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.summary .quantity {
	margin-right: 6px;
	margin-bottom: 10px;
}

.woocommerce-grouped-product-list-item__quantity .quantity {
	margin: 0;
}

.variations td {
	display: block;
	border: 0;
	padding: 3px 0;
}

.variations td.value {
	margin-bottom: 20px;
}

.product_meta_bottom {
	margin: 0 0 20px;
}

.owl-carousel.products {
	margin-bottom: 0;
}

.owl-carousel.thumbnails-wrap {
	margin: 10px 0 0;
}

.owl-carousel.thumbnails-wrap .owl-dots {
	margin: 10px 0 5px;
}

.owl-carousel.thumbnails-wrap .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-width: 1px;
}

.product-icons .teaser [class*="_bg_color"] {
	padding: 10px;
}

.product + .nav-tabs,
.woocommerce-tabs {
	margin-top: 50px;
}

/*shop comments*/
.woocommerce-Reviews .woocommerce-Reviews-title:first-child,
.woocommerce-Reviews .comment-reply-title {
	font-size: 30px;
	font-weight: 700;
	color: #363636;
	margin-bottom: 0.9em;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #e5e5e5;
}

.commentlist li {
	position: relative;
	padding-top: 25px;
	border-top: 1px solid #e5e5e5;
}

.commentlist li img {
	display: block;
	float: left;
	overflow: hidden;
	width: 80px;
}

@media (min-width: 1200px) {
	.commentlist li img {
		width: 100px;
	}
}

@media (min-width: 1200px) {
	.commentlist {
		padding: 0 0 30px;
	}

	.commentlist li {
		padding-top: 40px;
	}
}

.commentlist .comment-text {
	overflow: hidden;
	position: relative;
	padding: 0 0 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.commentlist .comment-text .meta {
	-ms-flex-order: 1;
	order: 1;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5px;
	margin-bottom: 10px;
}

.commentlist .comment-text .star-rating {
	-ms-flex-order: 2;
	order: 2;
}

.commentlist .comment-text .description {
	-ms-flex-order: 3;
	order: 3;
}

@media (min-width: 1200px) {
	.commentlist .comment-text {
		padding: 0 0 0 30px;
	}
}

.commentlist .comment-text .description {
	margin-top: 10px;
}

@media (max-width: 499px) {
	.commentlist .comment-text {
		padding: 20px 0 20px 0;
		clear: both;
	}
}

.woocommerce-tabs .tab-content h2 {
	font-size: 30px;
}

.woocommerce-tabs .tab-content .comment-respond {
	margin: 60px 0 0;
}

.woocommerce-tabs .tab-content .comment-respond h3 {
	font-size: 30px;
}

.woocommerce-tabs .tab-content .comment-respond h4 {
	margin-bottom: 0;
	font-size: 28px;
}

/*comment respond form*/
#review_form textarea,
#review_form [type*='text'],
#review_form [type*='email'] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	#review_form .comment-form-author {
		float: left;
		width: 50%;
		padding-right: 10px;
	}

	#review_form .comment-form-email {
		float: left;
		width: 50%;
		padding-left: 10px;
	}

	#review_form .form-submit {
		clear: both;
		padding-top: 30px;
		margin-bottom: 0;
	}
}

.comment-form-rating label[for] {
	display: block;
}

/* cart */
.shop_table ul {
	list-style: none;
	padding: 0;
}

.shop-adds {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}

.shop-adds .fa {
	padding: 0 10px;
}

.shop-adds.teaser {
	margin-bottom: 0;
}

.shop-adds.teaser [class*="_bg_color"] {
	padding: 12px;
}

table.cart {
	margin-top: 0;
	margin-bottom: 30px;
}

table.cart img {
	max-width: 100px;
}

table.cart h4 {
	font-size: 16px;
	margin-bottom: 4px;
}

table.cart td, table.cart th {
	vertical-align: middle;
	padding: 18px 20px;
}

table.cart .coupon {
	display: inline-block;
}

table.cart a {
	color: #363636;
}

table.cart td.product-name {
	font-size: 18px;
}

table.cart .product-remove {
	text-align: center;
}

table.cart .attachment-shop_thumbnail {
	min-width: 100px;
}

table.cart .product-info {
	min-width: 200px;
}

.coupon {
	margin-bottom: 4px;
}

.coupon label {
	margin-right: 10px;
}

.coupon .button {
	padding: 26px 35px;
	vertical-align: top;
}

.coupon + .button {
	padding: 26px 35px;
	vertical-align: top;
	border-color: #e44a7a;
}

.coupon + .button:hover {
	color: #e44a7a;
	background-color: #fff;
}

form.cart .theme_button {
	margin: 0;
}

form.cart .single_add_to_cart_button {
	vertical-align: top;
}

@media (min-width: 1600px) {
	form.cart .single_add_to_cart_button {
		padding: 21px 30px;
	}
}

.cart_totals h4:first-child {
	margin: 60px 0 30px;
}

.cart_totals table {
	margin: 0 0 50px;
}

.cart_totals table th,
.cart_totals table td {
	padding: 20px 20px;
}

.cart_totals table th {
	width: 140px;
}

/* chekcout */
.shop-info {
	margin-bottom: 15px;
}

#createaccount {
	margin-top: 0;
}

#ship-to-different-address label {
	display: inline-block;
}

#ship-to-different-address label + input {
	margin: 0 12px;
}

.checkout [class*='col-'], .shop-register [class*='col-'] {
	margin-bottom: 0;
}

.woocommerce form input[type="radio"] {
	margin-right: 6px;
}

.woocommerce form input[type="checkbox"] {
	margin-right: 6px;
	position: relative;
}

.woocommerce form p:last-child {
	margin-bottom: 10px;
}

.form-row {
	margin: 0 0 15px;
}

.form-row:before, .form-row:after {
	content: '';
	display: block;
	clear: both;
}

.form-row .checkbox {
	margin: -5px 0 0;
}

.form-row .lost_password {
	margin: 15px 0 -15px;
}

.form-row label {
	display: block;
	margin-top: 10px;
}

.form-row [type="email"],
.form-row [type="number"],
.form-row [type="password"],
.form-row [type="text"],
.form-row [type="tel"],
.form-row select,
.form-row textarea {
	display: block;
	width: 100%;
}

.woocommerce form.login h2,
.woocommerce form.register h2 {
	text-align: center;
}

.woocommerce form.login label,
.woocommerce form.login input,
.woocommerce form.register label,
.woocommerce form.register input {
	float: none;
	text-align: left;
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
}

.woocommerce form.login label,
.woocommerce form.register label {
	width: auto;
	padding-right: 0;
	text-align: center;
}

.woocommerce form.login [type="submit"],
.woocommerce form.register [type="submit"] {
	display: block;
	text-align: center;
	min-width: 200px;
	margin: 30px auto 10px;
}

@media (min-width: 1600px) {
	.woocommerce form.login [type="submit"],
  .woocommerce form.register [type="submit"] {
		min-width: 270px;
	}
}

.woocommerce form.login .lost_password,
.woocommerce form.register .lost_password {
	text-align: center;
	margin-bottom: 0;
}

.woocommerce-account .woocommerce > h2 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 992px) {
	.col2-set {
		width: 70%;
		float: left;
		padding-right: 50px;
	}

	.col2-set.addresses {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 -15px;
	}

	.col2-set.addresses:before, .col2-set.addresses:after {
		display: block;
		content: '';
		clear: both;
	}

	.col2-set.addresses .col-1,
  .col2-set.addresses .col-2 {
		float: left;
		width: 50%;
		padding: 0 15px;
	}

	#order_review_heading {
		margin-top: 30px;
	}
}

/* shop single*/
.cart-button {
	margin: 50px 0 55px;
}

.share-title {
	font-size: 20px;
	margin: 56px 0 18px;
}

/* shop */
.shop-item .item-content {
	padding: 30px 40px;
}

.shop-item .item-price {
	margin: 9px 0 16px;
	font-size: 30px;
	line-height: 1;
	font-weight: 800;
}

.shop-item .item-price span {
	font-size: 40px;
}

.shop-item .cart-button {
	margin: 50px 0 28px;
}

.related-products {
	margin-top: 55px;
}

.related-products > h2 {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.related-products > h2 {
		font-size: 40px;
	}
}

.related-products .product .woocommerce-loop-product__title {
	font-size: 30px;
}

.related-products .owl-theme .owl-nav {
	opacity: 1;
}

@media (min-width: 500px) {
	.related-products .owl-theme .owl-nav {
		left: auto;
		width: 90px;
		top: -35px;
	}

	.related-products .owl-theme .owl-nav > div {
		width: 40px;
		height: 40px;
	}

	.related-products .owl-theme .owl-nav > div:after {
		line-height: 40px;
	}
}

@media (min-width: 768px) {
	.related-products .owl-theme .owl-nav {
		top: -25px;
	}
}

.related-item .item-content {
	padding: 14px 25px;
}

.related-item h4 {
	font-size: 20px;
	line-height: 24px;
}

.related-item .cart-button {
	margin: 14px 0 14px;
}

.select2-container .select2-choice {
	border: none;
	padding: 10px 20px;
	border-radius: 0;
}

.select2-drop-active {
	border-color: #e5e5e5;
}

.shop-checkout-payment {
	margin-top: 40px;
}

.shop-checkout-payment .radio {
	margin: 2px 0;
}

.shop-checkout-payment ul {
	list-style: none;
	padding: 0;
}

.shop-checkout-payment li {
	padding: 11px 0 6px;
	border-bottom: 1px solid #e5e5e5;
}

.shop-checkout-payment li:first-child {
	border-top: 1px solid #e5e5e5;
}

.shop-checkout-payment p {
	margin: 0;
}

.shop-checkout-payment img {
	display: none;
}

.shop-checkout-payment [type="submit"] {
	margin-top: 20px;
}

/*messages*/
.wc-forward {
	float: right;
}

.row > .alert {
	margin-left: 15px;
	margin-right: 15px;
}

@media (min-width: 1200px) {
	.row > .alert {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce-message .wc-forward,
  .woocommerce-info .wc-forward,
  .woocommerce-error .wc-forward {
		display: block;
		float: none;
	}
}

/*my account*/
.woocommerce-MyAccount-navigation {
	margin-bottom: 40px;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
}

.woocommerce-MyAccount-navigation li {
	display: inline-block;
	margin-right: 20px;
}

.woocommerce-MyAccount-navigation .is-active a {
	border-color: #e44a7a;
}

.woocommerce-MyAccount-navigation .is-active a:after {
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	opacity: 1;
}

.woocommerce-MyAccount-content h2 {
	margin: 40px 0;
}

.woocommerce-Message {
	background: #ffffff;
	padding: 30px;
}

.woocommerce-Message .woocommerce-Button {
	float: right;
}

.order-actions {
	text-align: center;
}

.customer_details {
	margin-bottom: 60px;
}

.addresses address {
	margin-bottom: 0;
}

/* shop widgets */
/* cart widget */
.widget_shopping_cart h4 {
	margin-top: 0;
	margin-right: 35px;
	font-size: 16px;
}

.widget_shopping_cart .star-rating {
	display: block;
	margin: 5px 0 10px;
}

.widget_shopping_cart .media-body {
	position: relative;
}

.widget_shopping_cart .product-quantity {
	font-size: 14px;
	font-weight: 800;
	display: block;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	color: #363636;
}

.widget_shopping_cart .remove {
	font-size: 0;
	line-height: 1;
	color: #363636;
}

.widget_shopping_cart .remove:before {
	font-family: 'Qtyler';
	font-size: 16px;
	line-height: 1em;
	content: "\e901";
}

.widget_shopping_cart .remove:hover {
	color: #e44a7a;
}

.widget_shopping_cart li a + a {
	font-weight: 400;
}

.widget_shopping_cart li a + a img {
	margin-top: -20px;
}

.widget_shopping_cart .wc-forward {
	float: none;
}

.widget_shopping_cart .wc-forward:first-child {
	margin-right: 10px;
}

.widget_shopping_cart .total {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 20px 0 8px;
	padding-top: 7px;
	border-top: 1px solid #e5e5e5;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.widget_shopping_cart .total .price {
	font-size: 16px;
}

aside .widget_shopping_cart .total .price {
	font-size: 14px;
}

.widget_shopping_cart .quantity {
	display: block;
	font-weight: 400;
}

.widget_shopping_cart .quantity .woocommerce-Price-amount {
	color: #e44a7a;
	display: inline;
}

.widget_shopping_cart .buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -10px;
}

.widget_shopping_cart .buttons .theme_button {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons {
	margin-top: -10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
	margin-bottom: 0;
	margin-top: 10px;
	padding: 21px 20px;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover, .widget_shopping_cart .woocommerce-mini-cart__buttons .button:focus, .widget_shopping_cart .woocommerce-mini-cart__buttons .button:active {
	color: #363636;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
	border-color: #e44a7a;
}

.widget_shopping_cart .media-body {
	padding-right: 20px;
	white-space: normal;
}

.widget_shopping_cart .media-body p {
	line-height: 1em;
	margin-bottom: 6px;
}

aside .widget_shopping_cart .media-body p {
	font-size: 16px;
}

.widget .woocommerce-Price-amount {
	font-weight: 400;
}

.woocommerce-mini-cart__total strong {
	font-weight: 500;
	color: #363636;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount.amount {
	font-size: 16px;
	color: #e44a7a;
}

/* price filter */
.widget_price_filter input[readonly] {
	padding-right: 3px;
	padding-left: 3px;
	max-width: 80px;
	margin-bottom: 4px;
	display: inline-block;
}

.widget_price_filter .ui-slider-range {
	background: #e44a7a;
}

.widget_price_filter .ui-slider-horizontal {
	margin-bottom: 16px;
}

.widget_price_filter label[for] {
	display: inline-block;
	padding-right: 4px;
}

.widget_price_filter .price_label {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #363636;
}

.widget_price_filter .form-group {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.widget_price_filter .price_slider_amount {
	position: relative;
	padding-bottom: 70px;
}

.widget_price_filter input[type="text"] + .theme_button {
	padding: 21px 30px;
	width: auto;
	height: auto;
	line-height: 1em;
	border-radius: 0;
	top: 50px;
	left: 0;
	right: 0;
	margin: 0;
	color: #363636;
}

.widget_price_filter .price_slider {
	margin-right: 5px;
	margin-left: 5px;
}

/*! jQuery UI - v1.11.1 - 2014-10-03
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-slider {
	position: relative;
	text-align: left;
	background-color: #e5e5e5;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
	background-color: #e44a7a;
}

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

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit;
}

.ui-slider-horizontal {
	height: 4px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -5px;
	margin-left: -7px;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0px;
	bottom: 0px;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* color layered nav */
.widget_layered_nav .color-filters li {
	display: inline-block;
	margin: 0 29px 14px 0;
}

.widget_layered_nav .color-filters a {
	display: inline-block;
	width: 23px;
	height: 23px;
	font-size: 0;
	background-color: #ccc;
	color: transparent;
	position: relative;
}

.widget_layered_nav .color-filters a:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid rgba(102, 102, 102, 0.2);
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
}

.widget_layered_nav .color-filters span {
	position: relative;
	top: 2px;
	left: 5px;
}

/* widget_products */
.widget_products .product_list_widget > li {
	padding-top: 25px;
}

.widget_products .product_list_widget > li img {
	margin-top: -25px;
}

.widget_products img {
	max-width: 80px;
}

.widget_products .media h3 {
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	margin: 3px 0 10px;
}

.widget_products .price {
	position: static;
	background-color: transparent;
	padding: 0;
	line-height: 1;
}

/*widget_top_rated_products*/
.widget .product-title {
	margin-top: 20px;
	margin-bottom: 5px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.widget .star-rating {
	display: block;
}

.widget .quantity,
.widget .woocommerce-Price-amount {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1em;
}

/*widget_top_rated_products*/
.widget_top_rated_products p {
	font-size: 16px;
	margin-bottom: 0;
}

.widget_top_rated_products .star-rating {
	margin-top: 5px;
	margin-bottom: 5px;
}

.widget_top_rated_products .product_list_widget .product-title {
	margin: 0;
}

/*widget_recent_reviews*/
.widget_recent_reviews li {
	padding-top: 12px;
}

.widget_recent_reviews a {
	font-weight: 400;
}

.widget_recent_reviews a img {
	margin-top: -13px;
}

.widget_recent_reviews .star-rating {
	margin-top: 8px;
}

.widget_recently_viewed_products .product_list_widget > li {
	padding-top: 25px;
}

.widget_recently_viewed_products .product_list_widget > li img {
	margin-top: -25px;
}

.product_list_widget .media-left {
	padding-right: 15px;
}

.product_list_widget li {
	margin-bottom: 20px;
}

.product_list_widget li:before, .product_list_widget li:after {
	content: '';
	display: block;
	clear: both;
}

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

.product_list_widget li a + a,
.product_list_widget li .product-title {
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1em;
	font-size: 20px;
}

.product_list_widget img {
	max-width: 70px;
}

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

.product_list_widget .remove:hover {
	transition: all 0.05s linear 0s;
}

/*widget_rating_filter*/
.widget_rating_filter li {
	text-align: right;
	clear: both;
}

.widget_rating_filter li a {
	display: block;
	padding-left: 0;
}

.widget_rating_filter li a:before {
	display: none;
}

.widget_rating_filter .star-rating {
	margin: 11px 0;
	float: left;
}

.widget_rating_filter .count {
	font-weight: 600;
	color: #e44a7a;
}

@media (max-width: 991px) {
	table.cart {
		display: block;
		overflow-x: auto;
	}
}

@media (min-width: 992px) {
	#order_review_heading,
  #order_review {
		float: left;
	}

	#order_review_heading > table,
  #order_review > table {
		margin-top: 0;
	}
}

.cart-button i {
	position: relative;
}

.cart-button i:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: -3px;
	right: -2px;
	border: 2px solid #fff;
	background-color: #e44a7a;
	border-radius: 50%;
}

.cart-button i.empty:after {
	display: none;
}

.cart-button .total-price {
	color: #e44a7a;
	padding-left: 5px;
}

.uws-products.carousel-col-3 {
	margin: 0;
}

.products.owl-carousel {
	margin: 0;
}

.products.owl-carousel li.product {
	width: 100%;
}
