/* - Shop */
/* - Product Header */
.woocommerce .woocommerce-products-header .top-box {
	margin-bottom: 4px;
	margin-top: 4px;
	display: inline-block;
}
.woocommerce .woocommerce-products-header .top-box > span {
	color: #000;
	font-size: 13px;
	vertical-align: middle;
	margin-right: 1rem;
	font-weight: 700;
}
.out-of-stock-label {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: #000;
	left: 10px;
	text-align: center;
	color: #fff;
}
.woocommerce .woocommerce-products-header .top-box > a {
	border: 1px solid #e5e5e7;
	border-radius: 3px;
	color: #798795;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 2px;
}
.woocommerce .woocommerce-products-header .top-box > a.active,
.woocommerce .woocommerce-products-header .top-box > a:hover {
	color: #000;
}
.woocommerce .woocommerce-products-header .top-box > a > i {
	font-size: 11px;
	line-height: 2.5;
}
.woocommerce .woocommerce-products-header .top-box > select {
	background: transparent url("../images/shop-dropdown.png") no-repeat right .5rem center/8px 5px;
	border: 1px solid #e5e5e7;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 700;
	height: 30px;
	padding: 1px 6px;
	color: #666;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	vertical-align: middle;
	padding-right: 20px;
	line-height: 2.2;
}
.woocommerce .top-bar .pagination .nav-links {
	margin-left: auto;
	margin-right: auto;
}
.woocommerce .top-bar .pagination .nav-links .page-numbers {
	border: 1px solid #e5e5e7;
	background-color: transparent;
	border-radius: 3px;
	color: #798795;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.2;
	margin: 4px 4px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
	width: 28px;
	height: 28px;
}
.woocommerce .top-bar .pagination .nav-links .page-numbers:hover, 
.woocommerce .top-bar .pagination .nav-links .page-numbers.current {
	border-color: transparent;
    background-color: #32355d;
	background-image: none;
	color: #fff;
}

/* - Product Box */
.shop-grid .products {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}
.shop-grid .products .product {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.shop-grid .products .product > a {
	display: inline-block;
	position: relative;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > .imageoverlay {
	position: relative;
	display: inline-block;
	margin-bottom: 1.6rem;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > .imageoverlay::before {
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
}
.shop-grid .products .product:hover > a.woocommerce-LoopProduct-link > .imageoverlay::before {
	opacity: 1;
}
.shop-grid .products .product > a .discount,
.shop-grid .products .product > a .sale,
.shop-grid .products .product > a .new {
	background-color: #ff4880;
	color: #fff;
	font-size: 13px;
	left: 5px;
	position: absolute;
	top: 13px;
	width: 50px;
	height: 30px;
	text-align: center;
	line-height: 2.45;
}
.shop-grid .products .product > a .discount::before,
.shop-grid .products .product > a .sale::before,
.shop-grid .products .product > a .new::before {
	border-bottom: 8px solid #ff4880;
	border-left: 16px solid transparent;
	content: "";
	position: absolute;
	top: -8px;
	right: 5px;
}
.shop-grid .products .product > a .sale {
	background-color: #32355d;
}
.shop-grid .products .product > a .sale::before {
	border-bottom: 8px solid #32355d;
}
.shop-grid .products .product > a .new {
	background-color: #000;
}
.shop-grid .products .product > a .new::before {
	border-bottom: 8px solid #000;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > .imageoverlay::before,
.shop-grid .products .product > a.woocommerce-LoopProduct-link > h6,
.shop-grid .products .product > a.woocommerce-LoopProduct-link > span.price,
.shop-grid .products .add_to_cart_button {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > .woocommerce-loop-product__title {
	color: #000;
	font-family: 'Fredoka One', cursive;
	font-size: 14px;
	margin-bottom: 12px;
	padding-right: 20px;
}
.shop-grid .products .product:hover > a.woocommerce-LoopProduct-link > .woocommerce-loop-product__title {
	color: #ff4880;
}
.shop-grid .products .product .star-rating {
	float: left;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > .star-rating i {
	color: #d0d0d0;
	font-size: 13px;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > .star-rating i.act {
	color: #ffa800;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > span.price {
	color: #798795;
	font-size: 13px;
	display: block;
	float: right;
}
.boxed-view .shop-grid .products .product > a.woocommerce-LoopProduct-link > span.price {
	width: 100%;
}
.shop-grid .products .product > a.woocommerce-LoopProduct-link > span.price ins {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}
.shop-grid .products .btn-block {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	display: flex;
	width: auto;
}
.shop-grid .products .product:hover .btn-block {
	opacity: 1;
	visibility: visible;
}
.shop-grid .products .btn-block a {
	background-color: #ff4880;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 0.564rem 0.875rem 0.5rem;
	text-transform: uppercase;
	margin-left: 5px;
    align-items: center;
	display: flex;
}
.shop-grid .products .add_to_cart_button > a > i {
	font-size: 1rem;	
	border-left: 1px solid rgba(0,0,0,0.15);
	padding-left: 5px;
	margin-left: 10px;
	line-height: 1.2;
}
.shop-grid .products .btn-block a:hover {
	background-color: #fff;
	color: #798795;
}
.shop-grid .products .product > .add_to_wishlist {
	position: absolute;
	left: 0;
	z-index: 1;
}
.shop-grid .products .product > .add_to_wishlist > a {
	color: #d0d0d0;
	font-size: 13px;	
}
.shop-grid .products .product .add_to_wishlist > a:hover {
	color: #ff4880;
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Product Header */
	.woocommerce .woocommerce-products-header .top-box {
		margin-right: 1.7rem;
	}
	
	/* - Product Box */
	/* - Column 4 */
	.shop-grid .products.columns-4 .product {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.shop-grid .products.columns-4 .product:nth-child(n+5) {
		margin-top: 3.125rem;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	/* - Product Header */
	.woocommerce .top-bar .woocommerce-products-header {
		float: left;
	}
	.woocommerce .top-bar .pagination {
		float: right;
		width: auto;
		padding: 0;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Product Header */
	.woocommerce .woocommerce-products-header .top-box {
		margin-right: 1rem;
	}
}
/* - min to max: 768 to 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Product Box */
	/* - Column 4 */
	.shop-grid .products.columns-4 .product {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.shop-grid .products.columns-4 .product:nth-child(n+4) {
		margin-top: 3.125rem;
	}
}
/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Product Header */
	.woocommerce .woocommerce-products-header {
		text-align: center;
	}
	
	/* - Product Box */
	/* - Column 4 */
	.shop-grid .products.columns-4 .product {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.shop-grid .products.columns-4 .product:nth-child(n+3) {
		margin-top: 2rem;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Product Header */
	.woocommerce .woocommerce-products-header .top-box {
		margin-right: 0.5rem;
	}
	.woocommerce .woocommerce-products-header .top-box > span {
		margin-right: 0.2rem;
	}
}
/* - max-width: 479 */
@media (max-width: 479px) {
	/* - Product Box */
	/* - Column 4 */
	.shop-grid .products.columns-4 .product {
		flex: 0 0 100%;
		display: block;
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
	.shop-grid .products.columns-4 .product:nth-child(n+2) {
		margin-top: 2rem;
	}
}

/* - Shop */
.add-block a {
	background-color: #737f9a;
	padding: 50px;
	display: inline-block;
	width: 100%;
}
.theme-shop .shop-category ul {
	padding: 0;
}
.theme-shop .shop-category ul li {
	display: inline-block;
}
.theme-shop .shop-category ul li a {
	display: inline-block;
	font-size: 14px;
    color: black;
    margin-right: 20px;
    border: 2px solid var(--theme-color);
    padding: 8px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 20px;
}
.theme-shop .shop-category ul li a.active {
	background-color: var(--theme-color);
}
.theme-shop .shop-box {
	position: relative;
}
.woocommerce-product-details__short-description strong {
	font-weight: normal;
}
.woocommerce .theme-shop div.product.main-box {
	margin-bottom: 30px;
}
.theme-product-categories .product-title a:hover {
	color: var(--theme-color-red);
}
.theme-shop .shop-box > .woocommerce-LoopProduct-link {
	display: block;
	margin-bottom: 10px;
}

.shop-box .shop-cover {
	align-items: center;
	display: flex;
}
.shop-box .shop-cover > a {
	border: 1px solid #ccc;
	min-height: 300px;
	padding: 20px;
	margin-bottom: 30px;
	max-height: 300px;
	border-radius: 15px;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	align-content: center;
	background-color: #fff;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
}
.br20 img {
	border-radius: 10px;
}
.theme-shop .shop-box a > h2 {
	margin-top: 20px;
    font-size: 27px;
    font-family: var(--title-font-family);
}
.woocommerce .theme-shop .shop-box a > span {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.woocommerce .theme-shop .shop-box a > span > sup {
	font-size: 10px;
}
.theme-shop .shop-box .star-rating {
	color: #000;
	font-size: 14px;
}
.theme-shop .shop-box a > ul {
	list-style: none;
	padding: 0;
	margin-top: 5px;
}
.theme-shop .shop-box a > ul li {
	background-color: #ffc1cb;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	border: 3px solid #fff;
    box-shadow: 0 0 0 1px #eaeae8;
	margin: 0 8px 4px 0;
	transition: box-shadow .1s ease;
}
.theme-shop .shop-box a > ul li.rose {
	background-color: #b94d64;
}
.theme-shop .shop-box a > ul li.kaki {
	background-color: #7c8225;
}
.theme-shop .shop-box a > ul li.black {
	background-color: #000000;
}
.theme-shop .shop-box a > ul li:hover {
	box-shadow: 0 0 0 1px #000;
}
.theme-shop .shop-box .btn-block {
	position: absolute;
	right: -10px;
	top: -10px;
	opacity: 0;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.theme-shop .shop-box:hover .btn-block {
	opacity: 1;
}
.theme-shop .shop-box .btn-block button {
	border-radius: 50%;
	width: 37px;
	height: 37px;
	border: none;
	padding: 0;
	background-color: transparent;
	display: block;
	font-size: 20px;
	line-height: 1;
}
.theme-shop .shop-box .btn-block button.add-to-cart {
	background-color: #000;
	color: #fff;
}

/* - Shop Details */
.theme-shopdetails .product-carousel .slider-nav.slick-vertical .slick-slide {
	border: none;
}
.theme-shopdetails .product-carousel .slider-nav .slick-arrow {
	background-color: #fff;
	text-align: center;
	padding: 5px;
	z-index: 1;
	transform: translate(0, 0%);
}
.theme-shopdetails .product-carousel .slider-nav .slick-prev {
	top: 0;
}
.theme-shopdetails .product-carousel .slider-nav .slick-next {
	bottom: 0;
	top: auto;
}
.theme-shopdetails .product-carousel .slider-nav .slick-prev:before, 
.theme-shopdetails .product-carousel .slider-nav .slick-next:before {
	font-family: IcoFont;
	color: #1C1C1C;
	line-height: 1;
}
.theme-shopdetails .product-detail {
	padding-top: 15px;
    padding-left: 15px;
}
.theme-shopdetails .product-detail > h3 {
	font-size: 30px;
}
.theme-shopdetails .product-detail > .vendor-box {
	margin-bottom: 30px;
}
.theme-shopdetails .product-detail > .vendor-box > a {
	font-size: 14px;
	text-decoration: underline;
    text-underline-offset: 2px;
}
.theme-shopdetails .product-detail > .price > label {
	color: #1C1C1C;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}
.theme-shopdetails .product-detail > .price > span {
	color: #1C1C1C;
	font-size: 20px;
}
.theme-shopdetails .product-detail > .price > span > sup {
	font-size: 12px;
}
.theme-shopdetails .product-detail > .product-color > h6 {
	font-size: 15px;
	font-weight: 700;
}
.theme-shopdetails .product-detail > .product-color > h6 > span {
	font-weight: 400;
}
.theme-shopdetails .product-detail > .product-color .color-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.theme-shopdetails .product-detail > .product-color .color-list li {
	display: inline-block;
}
.theme-shopdetails .product-detail > .product-color .color-list li a {
	background-color: #ffc1cb;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #eaeae8;
	border: 3px solid #fff;
	padding: 7px 15px;
	margin: 0 8px 12px 0;
	display: inline-block;
	width: 30px;
	height: 30px;
}
.theme-shopdetails .product-detail > .product-color .color-list li a.active,
.theme-shopdetails .product-detail > .product-color .color-list li a:hover {
	box-shadow: 0 0 0 2px #000;
}
.theme-shopdetails .product-detail > .product-color .color-list li a.c2 {
	background-color: #b94c65;
}
.theme-shopdetails .product-detail > .product-color .color-list li a.c3 {
	background-color: #7c8225;
}
.theme-shopdetails .product-detail > .product-color .color-list li a.c4 {
	background-color: #000000;
}
.theme-shopdetails .product-detail > button {
	background-color: #000;
	color: #fff;
	font-size: 16px;	
    font-weight: 700;
	width: 100%;
	white-space: normal;
	padding: 11px 20px;
}
.theme-shopdetails .product-detail > .list-of-item {
	list-style: none;
	padding: 0;
	margin-top: 20px;
}
.theme-shopdetails .product-detail > .list-of-item li {
	display: inline-block;
	margin-right: 10px;
}
.theme-shopdetails .product-detail > .list-of-item li a {
	color: #1C1C1C;
	font-size: 15px;
}
.theme-shopdetails .product-detail > .list-of-item li a:hover {
	color: var(--theme-color);
}
.theme-shopdetails .product-disc {
	max-width: 620px;
	display: block;
	margin: 0 auto;
}
.theme-shopdetails .product-disc .accordion-item {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #eaeae8;
}
.theme-shopdetails .product-disc .accordion-item .accordion-header {
	box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.theme-shopdetails .product-disc .accordion-item .accordion-header .accordion-button {
	color: #1C1C1C;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	font-size: 22px;
	font-weight: 700;
}
.theme-shopdetails .product-disc .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.theme-shopdetails .product-disc .accordion-body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.theme-shopdetails .social-share {
	padding: 0;
	margin-bottom: 0;
	margin-top: 25px;
}
.theme-shopdetails .social-share li {
	display: inline-block;
	margin-right: 25px;
}
.theme-shopdetails .social-share li > a {
	color: #1C1C1C;
}
.theme-shopdetails .social-share li > a:hover {
	color: var(--theme-color);
}
.theme-relatedproduct .related-carousel.owl-carousel .owl-stage-outer {
	padding-top: 10px;
}
.theme-relatedproduct .container-sm > h3 {
	border-bottom: 1px solid #EBEBEB;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 35px 0;
    color: #1C1C1C;
}
@media (min-width: 992px) {
	.theme-shopdetails .product-carousel {
		display: flex;
	}
	.theme-shopdetails .product-carousel .slider-nav {
		max-width: 16%;
		padding: 20px 0;
	}
	.theme-shopdetails .product-carousel .slider-for {
		order: 2;
	}
	.theme-shopdetails .product-carousel .slider-nav .thumb-img {
		margin: 5px 0;
	}
	.theme-shopdetails .product-carousel .slider-for {
		max-width: 84%;
		padding-left: 25px;
	}
	.theme-shopdetails .product-carousel .slider-nav .slick-arrow {
		height: auto;
		width: 100%;
		left: 0;
		right: 0;
	}
	.theme-shopdetails .product-carousel .slider-nav .slick-prev:before {
		content: "\eab9";
	}
	.theme-shopdetails .product-carousel .slider-nav .slick-next:before {
		content: "\eab2";
	}
}
@media (max-width: 991px) {
	.theme-shopdetails .product-carousel .slider-nav {
		padding: 0 20px;
		margin-top: 15px;
	}
	.theme-shopdetails .product-carousel .slider-nav .thumb-img {
		margin: 0 5px;
	}
	.theme-shopdetails .product-carousel .slider-nav .slick-arrow {
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 100%;
		display: flex;
	}
	.theme-shopdetails .product-carousel .slider-nav .slick-prev {
		left: 0;
	}
	.theme-shopdetails .product-carousel .slider-nav .slick-next {
		right: 0;
	}
	.theme-shopdetails .product-carousel .slider-nav .slick-prev:before {
		content: "\eab5";
	}
	.theme-shopdetails .product-carousel .slider-nav .slick-next:before {
		content: "\eab8";
	}
}
@media (max-width: 575px) {
	.theme-shop .shop-box {
		max-width: 290px;
		display: block;
		margin: 0 auto;
	}
}

.woocommerce #respond input#submit,
.woocommerce a.button:not(.ajax_add_to_cart):not(.product_type_simple):not(.product_type_variable)
.woocommerce button.button,
.woocommerce input.button {
	padding: 12px 30px;
	padding-top: 12px;
	border: 1px solid var(--theme-color);
	color: var(--theme-color);
	background-color: #fff;
	display: inline-block;
	border-radius: 10px;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-top: 10px;
	padding-top: 10px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover:not(.ajax_add_to_cart),
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: var(--theme-color-red);
	border-color: var(--theme-color-red);
	color: #fff;
}
.woocommerce-notices-wrapper {
	display: inline-block;
	width: 100%;
}

/* Qty Plus/Minus */
/* .woocommerce-cart-form .minus,
.woocommerce-cart-form .plus,
.woocommerce .woocommerce-cart-form .quantity .qty,
form.cart .minus,
form.cart .plus,
.woocommerce div.product form.cart .quantity input {
	width: 38px;
    height: 38px;
	color: #000;
	font-size: 15px;
	text-align: center;
    border: 1px solid #d0d0d0;
	outline: 0;
	background-color: transparent;
	padding: 0;
	vertical-align: middle;
}
.col-md-9 .woocommerce-cart-form .minus,
.col-md-9 .woocommerce-cart-form .plus,
.col-md-9 .woocommerce .woocommerce-cart-form .quantity .qty {
	width: 30px;
    height: 30px;
}
.quantity input.qty {
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}
.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
}
.woocommerce-cart-form .minus,
form.cart .minus {
	margin-right: -5px;
}
.woocommerce-cart-form .plus,
form.cart .plus {
	margin-left: -4px;
}
.woocommerce div.product form.cart .group_table td:first-child {
	width: 110px;
}
.woocommerce div.product form.cart.grouped_form .minus, 
.woocommerce div.product form.cart.grouped_form .plus, 
.woocommerce div.product form.cart.grouped_form .quantity input {
	width: 30px;
	height: 30px;
}
.woocommerce div.product form.cart.grouped_form .button {
	margin-top: 0;
}
 */
.woocommerce div.product form.cart div.quantity {
	float: none;
	margin: 0;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.woocommerce div.product .product_title {
	font-size: 31px;
    font-family: var(--title-font-family);
}
body.single-product.woocommerce div.product p.price,
body.single-product.woocommerce div.product span.price {
	color: #1C1C1C;
	font-size: 20px;
}

/* WooCommerce */
figure:not(.woocommerce-product-gallery__wrapper) {
	margin: 0;
	max-width: 100%;
}
.woocommerce .woocommerce-product-rating .star-rating span::before {
	color: #000;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: #000;
	font-size: 19px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: #969696;
	margin-right: 10px;
	opacity: 1;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
}
.woocommerce-product-details__short-description {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 20px;
	margin: 20px 0;
}
.woocommerce-product-details__short-description p {
	color: #444;
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 0;
}
/* .woocommerce-cart-form .minus,
.woocommerce-cart-form .plus,
.woocommerce .woocommerce-cart-form .quantity .qty,
form.cart .minus,
form.cart .plus,
.woocommerce div.product form.cart .quantity input {
	width: 38px;
    height: 38px;
	color: #000;
	font-size: 15px;
	text-align: center;
    border: 1px solid #d0d0d0;
	outline: 0;
	background-color: transparent;
	padding: 0;
	vertical-align: middle;
} */
.col-md-9 .woocommerce-cart-form .minus,
.col-md-9 .woocommerce-cart-form .plus,
.col-md-9 .woocommerce .woocommerce-cart-form .quantity .qty {
	width: 30px;
    height: 30px;
}
/* .quantity input.qty {
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}
.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
}
.woocommerce-cart-form .minus,
form.cart .minus {
	margin-right: -5px;
}
.woocommerce-cart-form .plus,
form.cart .plus {
	margin-left: -4px;
} */
.woocommerce div.product form.cart .group_table td:first-child {
	width: 110px;
}
/* .woocommerce div.product form.cart.grouped_form .minus, 
.woocommerce div.product form.cart.grouped_form .plus, 
.woocommerce div.product form.cart.grouped_form .quantity input {
	width: 30px;
	height: 30px;
}
.woocommerce div.product form.cart.grouped_form .button {
	margin-top: 0;
}
.woocommerce div.product form.cart div.quantity {
	float: none;
	margin: 0;
	display: block;
	width: 100%;
	margin-bottom: 30px;
} */

.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    padding: 12px 30px;
	background-color: var(--theme-color);
	line-height: 1.35;
	margin-right: 3px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #fff;
	font-weight: normal;
}
@media( max-width: 575px ) {
    .woocommerce .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
      margin-top: 15px;
      float: left;
    }
}
.woocommerce button.button,
.woocommerce div.product form.cart .button {
	float: none;
    padding: 12px 30px;
	background-color: var(--theme-color);
	line-height: 1.35;
	margin-right: 3px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #fff;
	font-weight: normal;
}
.woocommerce.single-product div.product form.cart .button:before {
	content: "\f07a";
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
	font-weight: 700;
}
.woocommerce div.product form.cart .button:hover {
	background-color: var(--theme-color-red);
	color: #fff;
}
.woocommerce .summary .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}
.woocommerce .summary .yith-wcwl-add-to-wishlist {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}
.woocommerce .summary .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce .summary .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .summary .yith-wcwl-add-button a:before {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    display: inline-block;
    width: 50px;
	height: 47px;
	line-height: 47px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
/*
.woocommerce .yith-wcwl-icon,
.woocommerce .summary .yith-wcwl-wishlistexistsbrowse .feedback,
.woocommerce .summary .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce .summary .yith-wcwl-add-button a span {
	display: none;
}
*/
.woocommerce .summary .yith-wcwl-wishlistexistsbrowse a:hover:before,
.woocommerce .summary .yith-wcwl-wishlistaddedbrowse a:hover:before,
.woocommerce .summary .yith-wcwl-add-button a:hover:before {
	background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.woocommerce .summary .yith-wcwl-wishlistexistsbrowse a,
.woocommerce .summary .yith-wcwl-wishlistaddedbrowse a {
	font-size: 0;
}
.woocommerce .summary .yith-wcwl-add-button a:before,
.woocommerce .summary .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce .summary .yith-wcwl-wishlistaddedbrowse a:before {
	color: #fff;
	content: "\f004";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 17px;
}
.woocommerce .summary .yith-wcwl-add-button a:before {
	font-weight: 400;
}
.product-popup .mfp-close {
	width: 29px;
	height: 29px;
	line-height: 29px;
	background-color: #000;
	color: #fff;
	opacity: 1;
	right: -15px;
    top: -15px;
    border: 1px solid transparent;
}
.product-popup .mfp-close:hover {
	background-color: var(--theme-color);
}
.yith-wcwl-share .share-button a i {
	font-family: "fontawesome";
}

/* WooCommerce */
.woocommerce .blockUI.blockOverlay:before {
	display: none;
}
/* widget */
.widget_product_search {
	position: relative;
}
.widget_product_search input[type="search"] {
	color: #fff;
    border: 0 none;
    background-color: #666;
    outline: 0 none;
    border: 0 none;
    padding: 6px 75px 6px 12px;
	width: 100%;
}
.widget_product_search button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px 12px;
	color: #fff;
	background-color: var(--theme-color);
	border: 0 none;
	outline: 0 none;
}
.widget_product_search input[type="search"]::-webkit-input-placeholder {
	color: #d7d7d7;
	opacity: 1;
}
.widget_product_search input[type="search"]:-moz-placeholder { /* Firefox 18- */
	color: #d7d7d7;
	opacity: 1;
}
.widget_product_search input[type="search"]::-moz-placeholder {  /* Firefox 19+ */
	color: #d7d7d7;
	opacity: 1;
}
.widget_product_search input[type="search"]:-ms-input-placeholder {
	color: #d7d7d7;
	opacity: 1;
}
.widget_product_categories ul ul {
	padding-left: 10px;
} 
.woocommerce .widget_rating_filter ul li:first-of-type,
.woocommerce ul.product_list_widget li:first-of-type,
.woocommerce .widget_layered_nav_filters ul li:first-of-type,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-of-type {
	padding-top: 0;
}
.woocommerce .widget_rating_filter ul li,
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li,
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 10px 0 10px;
}
.woocommerce .widget_layered_nav_filters ul li {
	width: 100%;
}
/* .product-categories .children li {
	padding-bottom: 10px;
    border-bottom: 1px solid var(--theme-color);
    padding-top: 10px;
}
.product-categories .children {
	margin-top: 10px;
	border-top: 1px solid var(--theme-color);
}
.product-categories .children li:last-of-type {
	padding-bottom: 0;
    border-bottom: 0;
} */
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before {
	color: var(--theme-color);
	vertical-align: middle;
}
.widget_price_filter form {
	margin-top: 13px;
} 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--theme-color);
}

.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
	padding-top: 10px;
	margin-bottom: 10px;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
	border-left: 0;
	padding-left: 0;
}

.woocommerce ul.cart_list li .star-rating, 
.woocommerce ul.product_list_widget li .star-rating {
	margin: 3px 0 7px;
}

.woocommerce ul.products li.product .price del {
	opacity: .8;
}

.footer-widget .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before, 
.woocommerce .footer-widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before, 
.footer-widget .woocommerce .widget_layered_nav_filters ul li a::before,
.woocommerce .footer-widget .widget_layered_nav_filters ul li a::before,
.footer-widget .widget_product_tag_cloud .tagcloud a, 
.footer-widget .widget_tag_cloud .tagcloud a,
.footer-widget .widget_rss .widget-title a {
	color: #fff;
}
.is-large.wc-block-cart .wc-block-cart-items {
	border-spacing: 0;
	line-height: 1.7;
}
.woocommerce .woocommerce-result-count {
	margin-bottom: 2em;
	margin-top: 0;
}
.woocommerce .woocommerce-ordering select {
    outline: 0;
    border: 1px solid #d1d3d1;
}

.woocommerce-message {
	border-top-color: var(--theme-color);
}
.woocommerce-message::before {
	color: var(--theme-color);
}
.product-name a {
	text-decoration: none;
}
.woocommerce ul.products li.product .onsale {
	margin: 0;
	z-index: 1;
}
.wp-block-woocommerce-empty-cart-block .wp-block-separator,
.wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.with-empty-cart-icon) {
	display: none;
}
.woocommerce span.onsale {
	top: 0;
	left: 0;
	border-radius: 0;
}
.woocommerce span.onsale {
	background-color: var(--theme-color);
	color: #fff;
}
.woocommerce ul.products li.product .button:not(.ajax_add_to_cart):not(.button.product_type_simple),
.woocommerce ul.products li.product .button:not(.ajax_add_to_cart):not(.button.product_type_variable) {
	line-height: 1.5;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 18px;
	line-height: 1.5;
	padding-top: 0;
}
.woocommerce .products .star-rating {
	margin-bottom: .7em;
}
/* .woocommerce ul.products li.product .button:not(.ajax_add_to_cart):not(.button.product_type_simple),
.woocommerce ul.products li.product .button:not(.ajax_add_to_cart):not(.button.product_type_variable) {
    margin-top: 10px;
} */
.woocommerce a.added_to_cart {
	display: block;
}

.cart-btn:hover,
.cart-btn:focus,
.cart-btn {
	padding: 8px 20px;
	font-size: 16px;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: .8em;
}
.single.woocommerce .quantity .qty {
	outline: 0;
	font-size: 16px;
	vertical-align: middle;
}
.single.woocommerce .quantity .btn {
	margin: 0;
	font-size: 29px;
	line-height: 29px;
	padding: 0 10px;
	vertical-align: middle;
	background-color: var(--theme-color);
	border: 0 none;
	font-weight: normal;
}

.woocommerce button.button.alt:hover,
.woocommerce button.button.alt {
	background-color: var(--theme-color); 
	color: #fff;
}

.woocommerce div.product form.cart {
	margin-bottom: 1.2em;
}
.woocommerce div.product form.cart .variations select {
	border: 1px solid #ddd;
	padding: 6px;
	outline: 0 none;
}
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
	vertical-align: text-top;
	text-align: left;
	color: var(--primary-color);
}
.woocommerce-variation.single_variation {
	margin-bottom: 1em;
}
.product_meta > span {
	display: block;
	margin-bottom: .8em;
}
.product_meta > span:last-of-type {
	margin-bottom: 0;
}
.woocommerce-info:before,
.woocommerce-error::before {
	color: #000;
}
body .woocommerce-error li {
	margin-top: 0;
    margin-bottom: 0;
}
.woocommerce-info,
.woocommerce-error {
	border-color: var(--theme-color);
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.woocommerce table.shop_attributes td {
	border-left: 0;
}
/* .woocommerce #respond input#submit,
.comment-form input[type="submit"] {
	color: #fff;
	background-color: var(--theme-color);
	border-radius: 0;
	outline: 0 none;
	margin-top: 10px;
	line-height: 1.5;
} */
.woocommerce #review_form #respond p.form-submit {
	margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs h2 {
	font-size: 1.5rem;
}
.woocommerce #reviews #comments h2 {
	margin-bottom: 1em;
}

.woocommerce div.product .woocommerce-tabs .panel {
	border: 0 none;
}
.woocommerce #review_form #respond textarea {
	padding: 10px;
	outline: 0 none;
}
.single-product .comment-form label {
	width: 100%;
}
.single-product .comment-form input[type="text"], 
.single-product .comment-form input[type="email"] { 
	width: 100%;
	padding: 6px 12px;
}
.product_meta {
	margin-bottom: 20px;
}
.related.products {
	clear: both;
	margin-top: 70px;
}

.upsells.products > h2,
.related.products > h2 {
	margin-bottom: 15px;
	font-size: 1.5rem;
}
.upsells.products {
	margin-bottom: 30px;
}
.upsells.products .products {
	margin-bottom: 0;
} 

.woocommerce-page table.cart td.actions .input-text {
	width: 200px;
	line-height: 30px;
}

.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button {
	margin-left: 15px;
	margin-top: 0;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
	margin-top: 0;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
	max-width: 48%;
	padding-left: 0;
	padding-right: 0;
}
span.woocommerce-input-wrapper {
	width: 100%;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	padding: 6px 12px;
	border: 1px solid #ddd;
}
.select2-container .select2-selection--single {
	height: 35px;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 2px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
	outline: none;
	border: 1px solid #ddd;
}
.woocommerce a.button.alt:not(.checkout-button),
.woocommerce button.button.alt:not(.checkout-button) {
	line-height: 1.5;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: block;
	background-color: #003b71;
}
.woocommerce button.button[name="apply_coupon"] {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0;
	border-radius: 0;
	line-height: 17px;
}
.woocommerce button.button {
	line-height: 1.25;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	margin-top: 15px;
}
.woocommerce-page table.cart td.actions > .button {
	padding: 12px 30px !important;
}
.woocommerce-form-register__submit {
	margin-top: 10px !important;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled] {
	color: #000;
}
.woocommerce .woocommerce-shipping-calculator .button {
	margin-top: 0;
	border-radius: 0;
}
#add_payment_method #payment ul.payment_methods .stripe-card-group,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
	width: 100%;
}
.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
	vertical-align: middle;
	display: inline-block;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
	margin-right: .4em;
}
.woocommerce-checkout #payment .payment_box .wc-payment-form div.form-row {
	padding: 0;
}
.wc-stripe-elements-field {
	width: 100%;
}
#order_review_heading,
#customer_details {
	margin-bottom: 20px;
}
.woocommerce ul.order_details {
	padding-left: 0;
}
.woocommerce .woocommerce-customer-details address {
	padding: 15px 20px;
	line-height: 1.8;
}

body .wc_payment_methods li {
	list-style: none;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	margin-left: 6px;
}
.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 1.5rem;
}
.woocommerce ul.order_details {
	margin-bottom: 1em;
}
.woocommerce ul.order_details li {
}
.woocommerce ul.order_details li strong {
	margin-top: 5px;
	font-size: 12px;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
	display:inline-block;
	font-size:24px;
	line-height:36px;
	font-weight:700;
	margin-bottom:15px
}

/* My Account - FNL */
.woocommerce-account:not(.logged-in) .woocommerce h2 {
	display:block;
	text-align:center;
	position:relative;
	font-size:28px;
	font-weight:700;
	line-height:48px;
	color:#333;
	margin-bottom:40px;
	padding-bottom:20px
}
.woocommerce-account:not(.logged-in) .woocommerce h2:after {
	content:'';
	display:block;
	width:150px;
	height:1px;
	font-weight:400;
	line-height:normal;
	background:#e7e7e7;
	position:absolute;
	left:50%;
	bottom:0;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%)
}
.woocommerce-account:not(.logged-in) .woocommerce input[type="text"],
.woocommerce-account:not(.logged-in) .woocommerce input[type="password"],
.woocommerce-account:not(.logged-in) .woocommerce input[type="email"] {
	width:100%;
	border:none;
	padding: 7px 20px;
	background:#f8f8f8;
	border:1px solid #ccc;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}
.woocommerce-account:not(.logged-in) .woocommerce input[type="text"]:focus,
.woocommerce-account:not(.logged-in) .woocommerce input[type="password"]:focus,
.woocommerce-account:not(.logged-in) .woocommerce input[type="email"]:focus {
	border-color:#ccc
}
.woocommerce-account:not(.logged-in) .woocommerce input[type=checkbox],
.woocommerce-account:not(.logged-in) .woocommerce input[type=radio] {
	margin-top:0
}
.woocommerce-account:not(.logged-in) .woocommerce label {
	font-weight:normal;
	width: 100%;
}
.woocommerce-account:not(.logged-in) .woocommerce form .woocommerce-form-row--wide {
	position:relative;
	padding:0;
	margin-bottom: 15px;
	display: block;
}
.woocommerce-account:not(.logged-in) .woocommerce form .woocommerce-form-row--wide:not(.focused) label {
	font-weight:500;
	top:10px;
	cursor:auto
}
.woocommerce-account:not(.logged-in) .woocommerce form .woocommerce-form-row--wide label {
	display:block;
	line-height:normal;
	font-weight:normal;
	color:#333;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease
}
.woocommerce-account:not(.logged-in) .woocommerce form .woocommerce-form-row--wide label .required {
	color:#ed1c24
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login {
	display:flex;
	flex-wrap:wrap;
	margin-left:-15px;
	margin-right:-15px
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login > .col-1,
.woocommerce-account:not(.logged-in) .woocommerce #customer_login > .col-2 {
	padding:15px;
	flex:0 0 50%
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login > .col-1 .inner-box,
.woocommerce-account:not(.logged-in) .woocommerce #customer_login > .col-2 .inner-box {
	padding:15px
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login > .col-1 input {
	background:#fff
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login > .col-1 .inner-box {
	background:#efefef;
	padding-bottom:30px
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form {
	border:none;
	padding:0;
	margin:0
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form p.customer_login_desb {
	color:#5d5d5d;
	text-align:center;
	margin-bottom:44px
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form__label-for-checkbox span:before,
.woocommerce-account:not(.logged-in) .woocommerce input.input-checkbox {
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	border:1px solid #e1e1e1;
	margin-right:10px;
	text-align:center
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login {
	position:relative;
	font-size:15px;
	padding-bottom:90px;
	max-width:500px;
	margin:0 auto
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-register {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login:before,
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login:after {
	content:'';
	display:table
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login:after {
	clear:both
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) {
	float:left;
	width:50%;
	text-align:left;
	padding:0;
	margin:0
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form__label-for-checkbox span {
	font-size:15px;
	color:#5d5d5d
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form__label-for-checkbox input:checked + span:before {
	content:"\f00c";
	font-family:"Font Awesome 5 free";
	font-size:12px;
	line-height:18px;
	color:var(--theme-color);
	border-color:var(--theme-color);
	font-weight: 700;
	position: relative;
    top: -2px;
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form__label-for-checkbox input[type=checkbox] {
	display:none
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-Button {
	position:absolute;
	left:50%;
	bottom:0;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%)
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .lost_password {
	float:right;
	width:50%;
	text-align:right;
	margin-bottom:0
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .lost_password a {
	display:block;
	font-size:15px;
	font-weight:400;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .lost_password a:hover {
	color:var(--theme-color-red);
}
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-register .woocommerce-FormRow {
	text-align:center
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation ul {
	margin-left:0;
	margin-bottom:30px;
	padding-left:0;
	list-style-type:none;
	background:#eee
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
	position:relative;
	border-bottom:1px solid #e7e7e7;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
	display:block;
	padding:12px 20px 11px 25px;
	color:#333
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
	color:#2d2d2d
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
	background: var(--theme-color);
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active:after {
	color:#fff
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:last-child {
	border-bottom:none
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:after {
	position:absolute;
	top:50%;
	right:20px;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%)
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content > p:first-child {
	padding:22px 30px;
	background:#f5f5f5;
	margin-bottom:40px
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content p {
	display:block
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content p a {
	color:#000;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content p a:hover {
	color:var(--theme-color-red);
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content table tfoot tr:last-child td .amount {
	color:var(--theme-color-red);
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content table tr {
	border:1px solid #e7e7e7
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content table tr th,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content table tr td {
	padding:15px;
}
.cross-sells > h2,
.cart_totals  > h2,
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content form > h3 {
	display:inline-block;
	font-size:24px;
	line-height:36px;
	font-weight:700;
	margin-bottom:15px
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
	position:relative;
	padding:0;
	margin-bottom:20px
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label {
	display:block;
	color:#333;
	font-size:13px;
	font-weight:500;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label .required,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label .required {
	color:#fd4170
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input {
	padding:13px 15px;
	background:#f8f8f8;
	border:0;
	outline:0;
	width:100%
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row input:focus,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input:focus {
	border-color:var(--theme-color-red);
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .select2-selection,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row .select2-selection {
	background:#f8f8f8;
	border-color:#ddd;
	height:43px;
	width:100%;
	outline:0
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left:15px
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
	height:36px
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row::-webkit-input-placeholder,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row::-webkit-input-placeholder {
	font-size:0
}
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row:not(.focused) label,
.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row:not(.focused) label {
	font-size:15px;
	top:10px;
	cursor:auto
}
.woocommerce-account.logged-in .woocommerce .my_account_orders_custom .woocommerce-orders-table {
	margin-bottom:0
}
.woocommerce-account.logged-in .woocommerce .my_account_orders_custom .woocommerce-orders-table thead tr .woocommerce-orders-table__header-order-actions {
	padding-right:0;
	text-align:center
}
.woocommerce-account.logged-in .woocommerce .my_account_orders_custom .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell a {
	color:var(--theme-color);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease
}
.woocommerce-account.logged-in .woocommerce .my_account_orders_custom .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell a:hover {
	color:var(--theme-color-red);
}
.woocommerce-account.logged-in .woocommerce .my_account_orders_custom .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions {
	padding-right:0
}
.woocommerce-account.logged-in .woocommerce .my_account_orders_custom .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions a {
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	font-weight:normal;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	color:#fff;
	background:var(--theme-color-red);
}
.woocommerce-account.logged-in .woocommerce .my_account_orders_custom .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions a:hover {
	color:#fff;
	background:var(--theme-color-red);
}
.woocommerce-account.logged-in .woocommerce .my_account_orders_custom .woocommerce-orders-table tbody tr:last-child td {
	border-bottom:none
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details .woocommerce-Price-amount {
	color:#2d2d2d;
	font-weight:700
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details tr td {
	font-weight:normal
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td {
	border-bottom:none
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .order-again a {
	display:inline-block;
	padding:12px 10px;
	min-width:150px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background:var(--theme-color-red);
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-details .order-again a:hover {
	color:#fff;
	background:var(--theme-color-red);
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-downloads .woocommerce-table--order-downloads .download-file {
	padding-right:0
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-downloads .woocommerce-table--order-downloads .download-file a {
	display:block;
	padding:11px 5px;
	position:relative;
	font-size:0;
	text-align:center;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background:var(--theme-color);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-downloads .woocommerce-table--order-downloads .download-file a:before,
.woocommerce-account.logged-in .woocommerce .woocommerce-order-downloads .woocommerce-table--order-downloads .download-file a:after {
	display:inline-block
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-downloads .woocommerce-table--order-downloads .download-file a:before {
	content:'\e632';
	margin-right:5px
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-downloads .woocommerce-table--order-downloads .download-file a:after {
	content:'Download';
	font-weight:normal
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-downloads .woocommerce-table--order-downloads .download-file a:hover {
	background:var(--theme-color-red);
}
.woocommerce-account.logged-in .woocommerce .woocommerce-order-downloads .woocommerce-table--order-downloads tr:last-child td {
	border-bottom:none
}
.woocommerce-account.logged-in .woocommerce .woocommerce-Addresses-custom > p {
	padding:22px 30px;
	background:#f5f5f5;
	margin-bottom:40px
}
.woocommerce-account.logged-in .woocommerce .woocommerce-address-fields-custom .woocommerce-address-fields__field-wrapper .select2-container .select2-selection--single {
	border:none;
	border-bottom:1px solid #e7e7e7
}
.woocommerce-account.logged-in .woocommerce .woocommerce-address-fields-custom .woocommerce-address-fields__field-wrapper .select2-container .select2-selection .select2-selection__rendered {
	padding-left:0;
	color:#5d5d5d;
	font-size:15px
}
.woocommerce-account.logged-in .woocommerce .woocommerce-EditAccountForm fieldset legend {
	font-size:18px;
	color:#2d2d2d;
	margin-bottom:20px
}
.woocommerce-account.logged-in .woocommerce .woocommerce-Address-title {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:15px
}
.woocommerce-account.logged-in .woocommerce .woocommerce-Address-title h3 {
	display:inline-block;
	font-size:24px;
	line-height:36px;
	font-weight:500;
	color:#2d2d2d;
	margin-right:10px;
	margin-bottom:0
}
.woocommerce-account.logged-in .woocommerce address {
	color:#333;
	line-height:32px;
	margin-bottom:30px;
	background:#f8f8f8;
	padding:10px 20px
}
.woocommerce-account.logged-in .woocommerce address p {
	margin-bottom:0
}
.woocommerce-account.logged-in .woocommerce a.edit {
	background:var(--theme-color);
	color:#fff;
	padding: 8px;
	border-radius:0;
	font-size:13px
}
.woocommerce-account.logged-in .woocommerce .u-columns .col-1,
.woocommerce-account.logged-in .woocommerce .u-columns .col-2 {
	flex:1;
	width:100%;
	max-width:unset
}
.woocommerce-account.logged-in .woocommerce .u-columns .col-1 {
	padding-right:0;
	padding-left:0
}
.woocommerce-account.logged-in .woocommerce .u-columns .col-2 {
	padding-right:0;
	padding-left:0
}
.woocommerce-account.logged-in .woocommerce .woocommerce-Address-title {
	display:block
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}
.woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields .form-row input[type="checkbox"] {
    width: auto;
    vertical-align: unset;
	cursor: pointer;
}
#is_contractor_field .checkbox {
    cursor: pointer;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	border-color:var(--theme-color);
}
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions .button {
    margin-right: 5px;
    margin-bottom: 5px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	margin-top: 2px;
}
.product_title.entry-title {
	font-size: 22px;
}
.woocommerce .related.products ul, 
.woocommerce .related ul.products,
.woocommerce .related ul.products.columns-4 li.product, 
.woocommerce-page .related ul.products.columns-4 li.product {
	margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination {
	margin-top: 60px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: var(--theme-color);
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 42px;
}
.page-title {
	padding-top: 0;
	padding-bottom: 0;
	display: none;
}
.woocommerce ul.products li.product a img {
	width: auto;
}
.woocommerce a.remove {
	margin: 0 auto;
	font-size: 19px;
	line-height: normal;
	padding: 0;
	width: 23px;
	height: auto;
	border-radius: 0;
	font-weight: normal;
}
.wishlist-title h2 {
	padding: 0;
}
.cross-sells .woocommerce ul.products li.product,
.woocommerce-page .cross-sells ul.products li.product {
	margin-bottom: 3.8%;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: .7em;
}

@media screen and (min-width: 992px) {
	.woocommerce-account.logged-in .woocommerce {
		display:flex;
		flex-wrap:wrap;
		margin-left:-15px;
		margin-right:-15px
	}
	.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
		flex: 0 0 30%;
		padding-left: 15px;
		padding-right: 15px
	}
	.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
		flex: 0 0 70%;
		padding-left: 15px;
		padding-right: 15px
	}
	.woocommerce ul.products.columns-4 li.product, 
	.woocommerce-page ul.products.columns-4 li.product {
		margin-bottom: 0;
	}
	.woocommerce ul.products.columns-4 li.product:nth-child(n+5),
	.woocommerce-page ul.products.columns-4 li.product:nth-child(n+5) {
		margin-top: 3.8%;
	}
	
	.woocommerce-account.logged-in .woocommerce {
		display:flex;
		flex-wrap:wrap;
		margin-left:-15px;
		margin-right:-15px
	}
	.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-navigation {
		flex: 0 0 35%;
		padding-left: 15px;
		padding-right: 15px
	}
	.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content {
		flex: 0 0 65%;
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width: 1199px) {
	
	.woocommerce ul.order_details li {
		float: none;
		border: 0 none;
		padding-right: 0;
		margin-right: 0;
	}
	.woocommerce ul.order_details li strong {
		display: inline-block;
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	
	
	.woocommerce-account:not(.logged-in) .woocommerce .u-columns .woocommerce-form-login {
		padding-bottom:30px
	}
	
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		width: 100%;
		max-width: 100%;
	}
	
	.woocommerce-account.logged-in .woocommerce .woocommerce-Addresses-custom .col2-set > div {
		width:100%
	}
	.woocommerce-account:not(.logged-in) .woocommerce h2 {
		margin-bottom: 30px
	}
	.woocommerce-account:not(.logged-in) .woocommerce #customer_login {
		display: block;
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0
	}
	.woocommerce-account:not(.logged-in) .woocommerce #customer_login > .col-1 {
		margin-bottom: 15px
	}
	.woocommerce-account:not(.logged-in) .woocommerce #customer_login > .col-1,
	.woocommerce-account:not(.logged-in) .woocommerce #customer_login > .col-2 {
		padding: 0;
		width: 100%
	}
	.woocommerce-account:not(.logged-in) .woocommerce .u-columns .woocommerce-form-row--wide {
		margin-bottom: 20px
	}
	.backto-packages a.button {
		margin-bottom: 1rem;
	}
	.backto-packages a.button:last-of-type {
		margin-bottom: 0;
	}
	
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .cart_totals, 
	.woocommerce-page .cart-collaterals .cart_totals {
		float: none;
		width: 100%;
	}
	
	#customer_details .woocommerce-billing-fields {
		margin-bottom: 30px;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: none;
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.woocommerce-account:not(.logged-in) .woocommerce .u-columns .col-1,
	.woocommerce-account:not(.logged-in) .woocommerce .u-columns .col-2 {
		width:50%;
		max-width:unset
	}
	.woocommerce-account:not(.logged-in) .woocommerce .u-columns .col-1 {
		padding-right: 20px
	}
	.woocommerce-account:not(.logged-in) .woocommerce .u-columns .col-2 {
		padding-left: 20px
	}
	
	.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
		padding-right: 0em;
		padding-left: 0em;
	}
	
	.woocommerce ul.products.columns-4 li.product,
	.woocommerce-page ul.products.columns-4 li.product {
		width: 48%;
		margin-bottom: 0;
	}
	
	.woocommerce ul.products.columns-4 li.product:nth-child(2n),
	.woocommerce-page ul.products.columns-4 li.product:nth-child(2n) {
		margin-right: 0;
	}
	.woocommerce ul.products.columns-4 li.product:nth-child(2n+1),
	.woocommerce-page ul.products.columns-4 li.product:nth-child(2n+1) {
		clear: both;
	}
	.woocommerce ul.products.columns-4 li.product:nth-child(n+3),
	.woocommerce-page ul.products.columns-4 li.product:nth-child(n+3) {
		margin-top: 3.8%;
	}
	
	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive thead {
		display: none;
	}
	
	.woocommerce table.shop_table_responsive tr td.actions::before,
	.woocommerce table.shop_table_responsive tr td.product-remove::before,
	.woocommerce-page table.shop_table_responsive tr td.actions::before,
	.woocommerce-page table.shop_table_responsive tr td.product-remove::before {
		display: none;
	}
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		display: none;
	}
	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}
	.woocommerce table.shop_table_responsive.my_account_orders tr td::before,
	.woocommerce-page table.shop_table_responsive.my_account_orders tr td::before {
		line-height: 1.5;
	}

	.woocommerce table.shop_table_responsive.my_account_orders tr td.woocommerce-orders-table__cell-order-actions::before,
	.woocommerce-page table.shop_table_responsive.my_account_orders tr td.woocommerce-orders-table__cell-order-actions::before {
		line-height: 2.7;
	}
	.woocommerce table.shop_table_responsive tr td, 
	.woocommerce-page table.shop_table_responsive tr td {
		display: block;
		text-align: right !important;
	}
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce table.cart td.actions .coupon input {
		width: 100%;
		margin-bottom: 10px;
	}
	.woocommerce-page table.cart td.actions .coupon {
		float: none;
		margin-bottom: 10px;
	}
	.woocommerce-page table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .coupon .button {
		width: 100%;
	}

}

@media screen and (min-width: 768px) {
	
	.woocommerce .related ul.products.columns-4 li.product:nth-child(n+5), 
	.woocommerce-page .related ul.products.columns-4 li.product:nth-child(n+5) {
		margin-top: 2.992em;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce-account:not(.logged-in) .woocommerce .u-columns .woocommerce-form-row--wide {
		margin-bottom: 30px
	}
	.woocommerce-account:not(.logged-in) .woocommerce .u-columns .col-1,
	.woocommerce-account:not(.logged-in) .woocommerce .u-columns .col-2 {
		float: none;
		margin: auto
	}
	.woocommerce-account:not(.logged-in) .woocommerce .u-columns .col-1 {
		margin-bottom: 50px
	}
	.woocommerce-account.logged-in .woocommerce .my_account_orders_custom .woocommerce-orders-table tbody tr:last-child td {
		border-bottom: 1px solid #e7e7e7
	}
	.woocommerce-account.logged-in .woocommerce .my_account_orders_custom .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-total,
	.woocommerce-account.logged-in .woocommerce .my_account_orders_custom .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions {
		border-bottom: none !important
	}
	.woocommerce-account.logged-in .woocommerce .my_account_orders_custom .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions:before {
		display: none
	}
	.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content table thead {
		display: none
	}
	.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content table:not(.order_details) tr td {
		width: 100%;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #e7e7e7
	}
	.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content table tr td:last-child {
		border-bottom: 0
	}
	.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content table tr td > span {
		font-weight: 600;
		color: #333
	}
	.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions .button {
		margin-right: 0;
		margin-left: 5px;
	}
	.woocommerce .related ul.products.columns-4 li.product:nth-child(n+3), 
	.woocommerce-page .related ul.products.columns-4 li.product:nth-child(n+3) {
		margin-top: 2.992em;
	}
	
	.woocommerce ul.products.columns-4 li.product,
	.woocommerce-page ul.products.columns-4 li.product {
		width: 48%;
		margin-bottom: 0;
	}

	.woocommerce ul.products.columns-4 li.product,
	.woocommerce-page ul.products.columns-4 li.product {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
}
@media screen and (max-width: 575px) {

	.woocommerce ul.products.columns-4 li.product,
	.woocommerce-page ul.products.columns-4 li.product {
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login {
		padding-bottom:75px
	}
	.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .woocommerce-form-row--wide {
		margin-bottom: 30px
	}
	.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .lost_password {
		margin-top: 5px;
	}
	.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .lost_password a {
		display: inline-block
	}
	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count,
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: none;
	}
	.woocommerce .woocommerce-result-count {
		margin-bottom: 1em;
	}
	.woocommerce .woocommerce-ordering select {
		width: 100%;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
		border: 0 none;
		border-radius: 0;
		margin-bottom: 5px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
	.woocommerce div.product .woocommerce-tabs ul.tabs::before,
	.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
		display: none;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		background-color: var(--theme-color);
		color: #fff;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		width: 100%;
		text-align: center;
	}
	.woocommerce .commentlist .star-rating {
		float: none;
		margin-bottom: 15px;
	}
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce table.cart td.actions .coupon input {
		width: 100%;
		margin-bottom: 10px;
	}
	 .woocommerce-page table.cart td.actions .coupon .button {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {

	.related.products > h2 {
		text-align: center;
	}
	
	#add_payment_method #payment ul.payment_methods li img,
	.woocommerce-cart #payment ul.payment_methods li img,
	.woocommerce-checkout #payment ul.payment_methods li img {
		display: block;
		margin-left: 0;
	}
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last {
		float: none;
		width: 100%;
	}

	.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .form-row:not(.woocommerce-form-row)  {
		width: 100%;
		float: none;
	}
	.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .lost_password {
		float: none;
		width: 100%;
		text-align: left;
		margin-top: 10px;
	}
}
/* .woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: left;
} */
.product-remove {
	width: 55px;
}
.woocommerce form.checkout_coupon .form-row input.input-text {
	padding: 10px 12px;
	border: 2px solid #ddd;
}
/* .woocommerce-cart table.cart img {
	width: auto;
} */
.woocommerce .woocommerce-shipping-calculator .form-row {
	padding: 0;
	margin: 0 0 10px;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.u-column1.col-1.woocommerce-Address {
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%;
}

/* Latest Posts */
.woocommerce ul.products li.product .price {
	color: #000;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: 15px;
}
.short-description {
	font-size: 16px;
}
.woocommerce span.onsale {
	min-height: auto;
	padding: 5px 15px;
	font-weight: 700;
	line-height: normal;
}
.woocommerce ul.products li.product .onsale {
	right: auto;    
}
@media( max-width: 767px ) {

	.woocommerce a.button,
	.woocommerce button.button {
		font-size: 15px;
	}
}

.woocommerce table.shop_table tfoot th,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
.cart_totals.calculated_shipping th {
	color: #D3D3D3;
}
.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 30px;
}
.woocommerce .theme-shop .shop-box a > span.itsnew {
	right: 0;
	left: auto;
}
body .wc-block-grid__product-title {
	font-size: 31px;
	font-family: var(--title-font-family);
}
body .wc-block-grid__product .wc-block-grid__product-title	{
	margin-top: 10px;
}
.woocommerce-cart .cartmobile {
	display: none !important;
}
body .wc-block-components-product-name {
	font-size: 25px;
	font-family: var(--title-font-family);
	font-weight: normal;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon {
	text-align: center;
	font-size: 23px;
}
.wc-block-cart-item__image img {
	border-radius: 10px;
}
.wc-block-cart-item__image {
	padding-left: 0 !important;
}
.wc-block-cart-item__total {
	padding-right: 0 !important;
}
body .wc-block-components-checkout-step__heading-content,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
body .wc-block-components-checkout-step__description,
body .wc-block-components-radio-control__label-group > span ,
body .wc-block-components-formatted-money-amount,
body .is-large.wc-block-cart .wc-block-cart__totals-title,
body table.wc-block-cart-items .wc-block-cart-items__header,
body .wc-block-components-totals-item__description {
	font-size: 16px;
}
/*
body .wc-block-components-checkbox .wc-block-components-checkbox__mark {
	position: relative;
	margin-right: 10px;
}
*/
body .upsells.products > h2,
body .related.products > h2 {
	font-family: var(--title-font-family);
	font-size: 35px;
	font-weight: 800;
	line-height: 1em;
	margin-bottom: 35px;
}

.wp-block-button .wp-block-button__link,
.wp-element-button {
	color: #fff;
}
.wp-block-button .wp-block-button__link,
.wp-element-button,
.btn-primary {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	border-radius: 10px;
	display: inline-block;
	padding: 10px 30px;
	outline: 0;
	border: 0;
	text-transform: uppercase;
	margin-top: 20px;
	box-shadow: none;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-element-button:hover,
.wp-element-button:focus,
.btnwp-element-button:hover,
.btnwp-element-button:focus,
.btn-primary:hover,
.btn-primary:focus {
	background-color: var(--theme-color-red);
	border-color: transparent;
	box-shadow: none !important;
	color: #fff;
	box-shadow: none;
}
.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
	margin-top: 0;
	border-radius: 4px;
}

.single-product ::-webkit-inner-spin-button {
    appearance: none;
}

.yith-wcwl-add-to-wishlist {
	margin-top: 0;
}
/*
.yith-wcwl-icon.fa.fa-heart-o {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: 0;
}
*/
.single_add_to_wishlist > span {
	display: none;
}
.yith-wcwl-icon.fa.fa-heart::before,
.yith-wcwl-icon.fa.fa-heart-o::before {
	font-family: IcoFont !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	line-height: 1;
	content: "\ef45";
	font-size: 25px;
}
.woocommerce ul.products li.product.outofstock .button,
.theme-shopsection .button.product_type_variable.add_to_cart_button,
.theme-shopsection .button.product_type_simple {
	font-size: 0 !important;
}
.woocommerce ul.products li.product.outofstock .button::before,
.theme-shopsection .button.product_type_variable.add_to_cart_button::before,
.theme-shopsection .button.product_type_simple::before {
	content: "\eed1";
	font-family: IcoFont !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	line-height: 1;
	vertical-align: middle;
	font-size: 25px;
}
.woocommerce ul.products li.product.outofstock .button::before {
	content: "\e80b";
}
.theme-shopsection .added_to_cart {
	font-size: 0 !important;
}
.theme-shopsection .added_to_cart::before {
	content: "\eed7";
	font-family: IcoFont !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	line-height: 1;
	vertical-align: middle;
	font-size: 25px;
}

/* ************************ */

body.woocommerce-shop .wpc-filters-section:not(:last-of-type) {
	margin-bottom: 20px;
	border-bottom: 1px solid #e8ecf0;
	padding-bottom: 20px;
}
.wpc-filters-main-wrap li.wpc-term-item label,
.wpc-filters-main-wrap li.wpc-term-item a,
.wpc-filters-widget-content a {
	color: #000;
	opacity: 1 !important;
}
.wpc-filters-main-wrap li.wpc-term-item a:hover,
.wpc-filters-widget-content a:hover {
	color: var(--primary-color);
}


/* - Shop Main - Start */
.theme-shopmain .title-box h3 {
	font-weight: 800;
	margin-bottom: 30px;
}
.theme-shopmain .shop-box > a {
	position: relative;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.theme-shopmain .title-box {  
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.theme-shopmain .title-box h5 {
	line-height: 1.5;
}
.theme-shopmain .shop-box > a::before {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background-color: rgba(173, 77, 61,0.1);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
}
.theme-shopmain .shop-box > a:hover::before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.theme-shopmain .shop-box .info-box a {
	color: var(--primary-color);
	font-size: 20px;
	margin: 10px;
	display: inline-block;
	position: relative;
	font-weight: 500;
}
.theme-shopmain .shop-box .info-box a::before {
	background-color: #000;
	content: "";
	width: 0;
	left: 0;
	bottom: 0;
	height: 1px;
	position: absolute;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.theme-shopmain .shop-box .info-box a:hover::before {
	width: 100%;
}
.theme-shopmain .services-main .srv-box i {
	font-size: 50px;
	margin-bottom: 40px;
	display: block;
}
.theme-shopmain .services-main .srv-box p {
	line-height: 1.6em;
    color: #505050;
}
/* - Shop Main - Over */

/* - Shop - Start */
.theme-shop .top-bar {
	margin-bottom: 32px;
}
.theme-shop .top-bar .mode-btn a {
	color: var(--title-color);
    background-color: #f4f4f2;
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	margin-right: 5px;
}
.theme-shop .top-bar form select {
	border: none;
	border-bottom: 2px solid #dcdcdc;
	color: var(--globle-color);
	padding: 0.4em 0.9em;
	box-shadow: none;
	font-size: 18px;
}
.theme-shop .top-bar form select::focus {
	box-shadow: none;
}
.theme-shop .shop-box .shop-cover {
	position: relative;
	overflow: hidden;
}
.theme-shop .shop-box .shop-cover > a {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.theme-shop .shop-box .shop-cover a > span {
	padding: 6px 10px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin: 0;
    left: 20px;
    top: 20px;
	z-index: 3;
	position: absolute;
	text-transform: uppercase;
}
.theme-shop .shop-box .shop-cover a > span.onsale {
	color: var(--bs-white);
    background-color: var(--primary-color);
}
.theme-shop .shop-box .shop-cover a > span.outofstock_label {
	color: var(--bs-white);
    background-color: var(--title-color);
	right: 20px;
	left: auto;
}
.theme-shop .shop-box .shop-cover > a::before,
.theme-shop .shop-box .shop-cover > a img,
.theme-shop .shop-box .shop-cover .hover-btn {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.theme-shop .shop-box .shop-cover > a img {
	-webkit-transform: scale(1);
    transform: scale(1);
}
.theme-shop .shop-box .shop-cover > a::before {
	background-color: rgba(255,255,255,0.8);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transform: scale(0.2);
    transform: scale(0.2);
}
.theme-shop .shop-box .shop-cover:hover > a::before {
	opacity: 1;
}
.theme-shop .shop-box .shop-cover:hover > a img,
.theme-shop .shop-box .shop-cover:hover > a::before {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.theme-shop .shop-box .shop-cover .hover-btn {
	position: absolute;
	left: -100%;
	right: 15px;
	display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
	z-index: 2;
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	opacity: 0;
}
.theme-shop .shop-box .shop-cover .hover-btn .button {
	margin: 0;
}
.theme-shop .shop-box .shop-cover:hover .hover-btn {
	opacity: 1;
	left: 0;
}
.theme-shop .shop-box .shop-cover .hover-btn > a,
.yith-wcwl-add-to-wishlist {
	color: var(--primary-color);
	font-size: 25px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background-color: transparent;
}
.theme-shop .shop-box .shop-cover .hover-btn > a:hover {
	color: var(--primary-color);
}
.theme-shop .shop-box .shop-data i {
	font-size: 14px;
}
.theme-shop .shop-box .shop-data h5 {
	font-weight: 500;
	line-height: 1.4;
}
.theme-shop .shop-box .shop-data h5 a {
	color: var(--primary-color);
}
/* .theme-shop .shop-box .shop-data h5 a:hover {
	color: #ababab;
} */

.widget-inner {
	background-color: #f4f4f2;
}
.theme-shopsection .btn-block {
	margin-top: 50px;
}
.theme-shopsection .btn-block a {
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	margin-right: 64px;
	text-transform: uppercase;
	line-height: 1.217;
	color: var(--title-color);
	position: relative;
	background-color: #f8f8f8;
	padding: 1.35rem 1.8rem;
}
.theme-shopsection .btn-block a::before,
.theme-shopsection .btn-block a::after {
	background-color: var(--title-color);
	position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    display: block;
    top: calc( 50% - 0.5px);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.theme-shopsection .btn-block a::before {
	right: -10px;
    opacity: 0;
}
.theme-shopsection .btn-block a:hover::before {
	opacity: 1;
}
.theme-shopsection .btn-block a:hover::before,
.theme-shopsection .btn-block a::after {
	right: -30px;
    display: block;
}
.theme-shopsection .btn-block a:hover::after {
	right: -40px;
	opacity: 0;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-shopsection {
		padding-left: 30px;
		padding-right: 30px;
	}
}
/* - max-width: 575 */
@media (max-width: 575px) {
	.theme-shop .shop-box,
	.theme-shopmain .shop-box,
	.theme-shopsection .shop-box {
		max-width: 320px;
		display: block;
		margin: 0 auto;
	}
}
/* - Shop - Over */

/* - Shop Single - Start */
.theme-shopsingle .product-gallery {
	position: relative;
}
.theme-shopsingle .product-gallery a {
	position: absolute;
	width: 36px;
	height: 36px;
    top: 15px;
    right: 15px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 100%;
	text-align: center;
	line-height: 36px;
	color: var(--title-color);
}
.theme-shopsingle .product-gallery a:hover {
	background-color: #f4f4f2;
	color: var(--primary-color);
}
.theme-shopsingle .entry-summary h3,
.theme-shopsingle .entry-summary h4 {
	font-weight: 800;
}
.theme-shopsingle .entry-summary h4 {
	margin-bottom: 40px;
}
.theme-shopsingle .entry-summary form {
	margin-top: 40px;
	margin-bottom: 40px;
}
.theme-shopsingle .entry-summary form .qty {
	display: inline-block;
	width: 128px;
	position: relative;
	margin-right: 65px;
}
.theme-shopsingle .entry-summary form .qty input[type="text"] {
	border: none;
	border-bottom: 2px solid var(--title-color);
	width: 100%;
	text-align: center;
	font-size: 1.125rem;
	height: 58px;
	box-shadow: none;
	 appearance: textfield;
    -webkit-appearance: textfield;
	border-radius: 0;
}
.theme-shopsingle .entry-summary form .qty span {
	color: var(--title-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 1.5em;
    height: 50%;
    line-height: 1em;
    text-align: center;
    cursor: pointer;
	z-index: 1;
}
.theme-shopsingle .entry-summary form .qty .qtyminus {
	top: auto;
    bottom: 0;
}
.theme-shopsingle .entry-summary form button[type="submit"] {
	color: var(--title-color);
    background-color: #f8f8f8;
	font-size: 13px;
    padding: 1.35rem 1.8rem;
    margin-right: 2em;
    overflow: visible;
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
	border: none;
}
.theme-shopsingle .entry-summary form button[type="submit"]::before,
.theme-shopsingle .entry-summary form button[type="submit"]::after {
	background-color: var(--title-color);
	position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    display: block;
    top: calc( 50% - 0.5px);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.theme-shopsingle .entry-summary form button[type="submit"]::before {
	right: -10px;
    opacity: 0;
}
.theme-shopsingle .entry-summary form button[type="submit"]:hover::before {
	opacity: 1;
}
.theme-shopsingle .entry-summary form button[type="submit"]:hover::before,
.theme-shopsingle .entry-summary form button[type="submit"]::after {
	right: -30px;
    display: block;
}
.theme-shopsingle .entry-summary form button[type="submit"]:hover::after {
	right: -40px;
	opacity: 0;
}
.theme-shopsingle .entry-summary .product-info > span {
	display: block;
}
.theme-shopsingle .entry-summary .product-info > span a {
	color: var(--title-color);
}
.theme-shopsingle .entry-summary .product-info > span a:hover {
	color: #ababab;
}
.theme-shopsingle .product-tabs .nav {
	border-bottom: none;
}
.theme-shopsingle .product-tabs .nav button {
	border: none;
	border-bottom: 1px solid var(--title-color);
	border-radius: 0;
	font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    padding: 1rem 2em;
    position: relative;
	margin-right: 16px;
	color: var(--title-color);
    background-color: #fff;
	box-shadow: none;
	margin-bottom: 12px;
}
.theme-shopsingle .product-tabs .tab-content .tab-pane {
	padding-top: 20px;
}
.theme-shopsingle .product-tabs .nav button.active,
.theme-shopsingle .product-tabs .nav button:hover {
	background-color: #f4f4f2;
	border-color: transparent;
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.theme-shopsingle .entry-summary {
		padding-left: 70px;
	}
}
/* - max-width: 991 */
@media (max-width: 991px) {
	.theme-shopsingle .entry-summary form .qty,
	.theme-shopsingle .entry-summary .btn-block a {
		margin-right: 30px;
	}
	.theme-shopsingle .entry-summary .btn-block a {
		margin-bottom: 25px;
	}
}
/* - Shop Single - Start */

.woocommerce-message .button.wc-forward {
	margin-top: 0 !important;
}