/*-------------------------------------    
CSS INDEX
===================================
#. WooCommerce: General
#. Woocommerce: Widgets
#. Woocommerce: Owl Nav
#. Woocommerce: Top Bar
#. Woocommerce: Shop
#. Woocommerce: Single Product
#. Woocommerce: Cart
#. Woocommerce: Checkout
#. Woocommerce: Order received
#. Woocommerce: My Account
#. Woocommerce: Login/Register
#. Woocommerce: Widgets
#. Plugin: Variation Swatches
#. Plugin: Variation Gallery
#. Plugin: Yith Wishlist
#. Plugin: YITH Quickview
#. Plugin: Dokan
---------------------------------------*/
/*-------------------------------------
#. WooCommerce: General
---------------------------------------*/
.sort-list select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
}

.sort-list select:after {
	z-index: -1;
}

.rdtheme-star-rating {
	color: #ffab00;
	font-size: 13px;
	line-height: 1;
	margin: 10px 0 13px;
	overflow: hidden;
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: 'star';
}

.rdtheme-star-rating:before {
	content: '\73\73\73\73\73';
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rdtheme-star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.rdtheme-star-rating span:before {
	content: '\53\53\53\53\53';
	top: 0;
	position: absolute;
	left: 0;
}

.woocommerce span.onsale {
	background-color: #f26c4f;
	padding: 4px 8px;
	top: 15px;
	left: 20px;
	border-radius: 4px;
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	text-align: center;
	z-index: 9;
	min-height: inherit;
	min-width: inherit;
}

.woocommerce.thumb-pos-left .single-product-top-1 .rtin-left,
.woocommerce.thumb-pos-left .single-product-top-2 .rtin-left,
.woocommerce.thumb-pos-left .single-product-top-3 .rtin-left {
	position: relative;
}

.woocommerce.thumb-pos-left .single-product-top-1 span.onsale,
.woocommerce.thumb-pos-left .single-product-top-2 span.onsale,
.woocommerce.thumb-pos-left .single-product-top-3 span.onsale {
	left: inherit;
	right: 20px;
}

@media all and (max-width: 767.98px) {

	.woocommerce.thumb-pos-left .single-product-top-1 span.onsale,
	.woocommerce.thumb-pos-left .single-product-top-2 span.onsale,
	.woocommerce.thumb-pos-left .single-product-top-3 span.onsale {
		left: 20px;
		right: inherit;
	}
}

p.demo_store {
	background-color: #f26c4f;
}

.woocommerce-message,
.woocommerce-info {
	border: none;
	border-radius: 4px;
	background-color: #f2f2f2;
	color: #444;
	letter-spacing: 1px;
	padding: 20px 20px 20px 70px;
}

.woocommerce-message a,
.woocommerce-info a {
	color: #646464;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
	color: #111111;
}

.woocommerce-message:before,
.woocommerce-info:before {
	color: #f26c4f;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(198, 198, 198, 0.75);
	box-shadow: 0px 4px 10px 0px rgba(198, 198, 198, 0.75);
	width: 34px;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	border-radius: 50%;
	top: 17px;
	left: 18px;
}

.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt {
	background-color: #f26c4f;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	margin: 0;
	height: inherit;
}

.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button.alt:hover {
	background-color: #f26c4f;
	color: #ffffff;
	opacity: 0.8;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	color: #fff;
}

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
	background-color: #f26c4f;
	color: #fff;
}

.woocommerce-cart .woocommerce .cart-action .button {
	padding: 10px 30px !important;
	border-radius: 4px;
	text-transform: uppercase;
	height: 60px;
}

@media all and (max-width: 767.98px) {
	.woocommerce-cart .woocommerce .cart-action .button {
		font-size: 14px;
		height: 50px;
	}
}

.woocommerce-cart .woocommerce .cart-action .coupon .button {
	border-radius: 0 4px 4px 0;
}

.woocommerce-cart .woocommerce .button.checkout-button {
	font-size: 16px;
	line-height: 1.3;
	display: block;
	padding: 18px;
	text-transform: uppercase;
}

.woocommerce-cart .woocommerce .button.checkout-button:after {
	content: '\f101';
	font-family: fontAwesome;
	padding-left: 10px;
}

/*-------------------------------------
#. Woocommerce: Widgets
---------------------------------------*/
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 14px;
}

.woocommerce.widget_shopping_cart li.mini_cart_item,
.woocommerce.widget_shopping_cart li.mini_cart_item {
	padding-bottom: 12px;
	padding-top: 12px;
}

.woocommerce.widget_shopping_cart dl.variation {
	border-color: #EDEDED;
	margin: 3px 0 0;
	border-width: 1px;
	padding-left: 15px;
	color: #8c8c8c;
	font-size: 14px;
	line-height: 1.3;
}

.woocommerce.widget_shopping_cart dl.variation p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}

.woocommerce.widget_shopping_cart dl.variation dt,
.woocommerce.widget_shopping_cart dl.variation dd {
	margin: 0 0 5px;
	padding: 0;
}

.woocommerce.widget_shopping_cart dl.variation dt {
	margin-right: 3px;
}

.woocommerce.widget_product_search .search-field {
	background-color: #f5f5f5;
	border: medium none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 40px;
	padding: 6px 12px;
	width: 100%;
}

.woocommerce.widget_product_search input[type="submit"] {
	display: block;
	line-height: 1;
	margin-top: 11px;
	padding: 10px 25px;
}

.woocommerce .widget_price_filter .price_slider_wrapper,
.woocommerce .widget_price_filter .price_slider_amount {
	margin-top: 10px;
}

.woocommerce .widget_price_filter .price_slider_amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label span {
	font-weight: 500;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	float: none;
	font-size: 15px;
	border-radius: 2px;
	font-weight: 500;
}

.woocommerce .widget_price_filter .price_slider_amount .clear {
	display: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #f26c4f;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #fff;
	border: 7px solid #7d7d7e;
	width: 20px;
	height: 20px;
	top: -8px;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #f2f2f2;
	margin: 0 0 16px;
	height: 5px;
}

.woocommerce ul.product_list_widget li {
	padding: 10px 0;
}

.woocommerce ul.product_list_widget li img {
	width: 60px;
}

.woocommerce .widget_shopping_cart_content .buttons a {
	text-align: center;
}

.woocommerce .widget_shopping_cart_content a.remove {
	color: #111111 !important;
}

.woocommerce .widget_shopping_cart_content a.remove:hover {
	color: #ff0000 !important;
	background-color: transparent !important;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
	padding: 10px 0;
}

/*-------------------------------------
#. Woocommerce: Owl Nav
---------------------------------------*/
.rt-woo-nav .owl-carousel .owl-nav {
	margin-top: 0;
}

.rt-woo-nav .owl-carousel .owl-nav .owl-prev,
.rt-woo-nav .owl-carousel .owl-nav .owl-next {
	opacity: 0;
	visibility: hidden;
	font-size: 24px;
	line-height: 1;
	color: #111;
	height: 48px;
	width: 48px;
	border-radius: 4px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 8px 10px 0px rgba(208, 215, 219, 0.75);
	box-shadow: 0px 8px 10px 0px rgba(208, 215, 219, 0.75);
	position: absolute;
	top: 25%;
	margin: 0;
	outline: none;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.rt-woo-nav .owl-carousel .owl-nav .owl-prev:hover,
.rt-woo-nav .owl-carousel .owl-nav .owl-next:hover {
	background-color: #f26c4f;
	color: #fff;
}

@media all and (max-width: 991px) {

	.rt-woo-nav .owl-carousel .owl-nav .owl-prev,
	.rt-woo-nav .owl-carousel .owl-nav .owl-next {
		height: 48px;
		width: 48px;
		font-size: 22px;
	}
}

@media all and (max-width: 767px) {

	.rt-woo-nav .owl-carousel .owl-nav .owl-prev,
	.rt-woo-nav .owl-carousel .owl-nav .owl-next {
		height: 42px;
		width: 42px;
		font-size: 20px;
	}
}

@media all and (max-width: 575px) {

	.rt-woo-nav .owl-carousel .owl-nav .owl-prev,
	.rt-woo-nav .owl-carousel .owl-nav .owl-next {
		height: 38px;
		width: 38px;
		font-size: 18px;
	}
}

.rt-woo-nav .owl-carousel .owl-nav .owl-prev {
	left: -50px;
}

.rt-woo-nav .owl-carousel .owl-nav .owl-next {
	right: -50px;
}

.rt-woo-nav:hover .owl-carousel .owl-prev,
.rt-woo-nav:hover .owl-carousel .owl-next {
	opacity: 1;
	visibility: visible;
}

.rt-woo-nav:hover .owl-carousel .owl-prev {
	left: 2px;
}

.rt-woo-nav:hover .owl-carousel .owl-next {
	right: 2px;
}

/*-------------------------------------
#. Woocommerce: Top Bar
---------------------------------------*/
.woo-shop-top,
.woocommerce .woo-shop-top {
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media all and (max-width: 991.98px) {

	.woo-shop-top,
	.woocommerce .woo-shop-top {
		display: block;
		margin-bottom: 40px;
	}
}

@media all and (max-width: 575.98px) {

	.woo-shop-top,
	.woocommerce .woo-shop-top {
		max-width: 360px;
		margin: 0 auto 30px;
	}
}

.woo-shop-top .rtin-left,
.woocommerce .woo-shop-top .rtin-left {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.woo-shop-top .rtin-right,
.woocommerce .woo-shop-top .rtin-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media all and (max-width: 575.98px) {

	.woo-shop-top .rtin-right,
	.woocommerce .woo-shop-top .rtin-right {
		display: block;
	}
}

@media all and (max-width: 991.98px) {

	.woo-shop-top .view-mode,
	.woocommerce .woo-shop-top .view-mode {
		margin-top: 10px;
	}
}

.woo-shop-top .view-mode ul,
.woocommerce .woo-shop-top .view-mode ul {
	font-size: 0;
}

.woo-shop-top .view-mode ul li,
.woocommerce .woo-shop-top .view-mode ul li {
	display: inline-block;
}

.woo-shop-top .view-mode ul li a,
.woocommerce .woo-shop-top .view-mode ul li a {
	display: block;
	padding: 0;
	color: #b5b5b5;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 3px;
	font-size: 18px;
	line-height: 46px;
	border: 1px solid #d7d7d7;
	width: 50px;
	height: 45px;
	text-align: center;
}

.woo-shop-top .view-mode ul li a:hover,
.woocommerce .woo-shop-top .view-mode ul li a:hover {
	color: #444444;
}

.woo-shop-top .view-mode ul li.grid-view-nav,
.woocommerce .woo-shop-top .view-mode ul li.grid-view-nav {
	margin-right: -1px;
}

.woo-shop-top ul,
.woocommerce .woo-shop-top ul {
	margin: 0;
	padding: 0;
}

.woo-shop-top .limit-show,
.woocommerce .woo-shop-top .limit-show {
	font-weight: 400;
	color: #000;
}

@media all and (max-width: 991.98px) {

	.woo-shop-top .limit-show,
	.woocommerce .woo-shop-top .limit-show {
		margin-top: 10px;
	}
}

.woo-shop-top .sort-list,
.woocommerce .woo-shop-top .sort-list {
	margin-right: 20px;
}

@media all and (max-width: 991.98px) {

	.woo-shop-top .sort-list,
	.woocommerce .woo-shop-top .sort-list {
		margin-top: 10px;
	}
}

.woo-shop-top .sort-list select,
.woocommerce .woo-shop-top .sort-list select {
	border: 1px solid #d7d7d7;
	padding: 0 27px 0 18px;
	height: 45px;
	color: #000;
	outline: none;
	border-radius: 3px;
	cursor: pointer;
}

.woo-shop-top .sort-list select option,
.woocommerce .woo-shop-top .sort-list select option {
	color: #000;
}

.woo-shop-top .woocommerce-ordering,
.woocommerce .woo-shop-top .woocommerce-ordering,
.woo-shop-top .woocommerce-result-count,
.woocommerce .woo-shop-top .woocommerce-result-count {
	margin-bottom: 0;
}

.woo-shop-top .woocommerce-ordering,
.woocommerce .woo-shop-top .woocommerce-ordering {
	float: none;
	position: relative;
	display: inline-block;
}

.woo-shop-top .woocommerce-ordering:after,
.woocommerce .woo-shop-top .woocommerce-ordering:after {
	content: '\f347';
	position: absolute;
	right: 1px;
	top: 1px;
	font-family: dashicons;
	z-index: -1;
	width: 25px;
	background: #fff;
	height: 43px;
	padding-top: 7px;
	color: #b5b5b5;
	font-weight: 700;
	font-size: 14px;
}

.woo-shop-top .woocommerce-result-count,
.woocommerce .woo-shop-top .woocommerce-result-count {
	line-height: 28px;
}

@media all and (max-width: 991.98px) {

	.woo-shop-top .woocommerce-result-count,
	.woocommerce .woo-shop-top .woocommerce-result-count {
		float: none;
	}
}

@media all and (max-width: 575.98px) {

	.product-list-view .woo-shop-top,
	.product-list-view .woocommerce .woo-shop-top {
		max-width: inherit;
	}
}

.product-grid-view .view-mode ul li.grid-view-nav a,
.product-list-view .view-mode ul li.list-view-nav a {
	color: #444444;
}

/*-------------------------------------
#. Woocommerce: Shop
---------------------------------------*/
@media all and (max-width: 575.98px) {
	.rdtheme-archive-products .rt-product-block {
		margin-left: auto;
		margin-right: auto;
	}
}

.woocommerce #yith-wcwl-popup-message {
	background-color: #000;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	padding: 10px;
}

a.rdtheme-wishlist-icon img.ajax-loading {
	display: none;
}

.compare.added:after {
	content: "\f00c";
	font-family: fontAwesome;
	font-size: 18px;
	line-height: 1;
	margin: 0;
}

/*-------------------------------------
#. Woocommerce: Single Product
---------------------------------------*/
.product .product_title {
	font-size: 30px;
	line-height: 1.3;
	margin: 0;
	color: #010101;
}

.product .woocommerce-product-rating {
	margin: 0;
	line-height: 1;
}

.product .woocommerce-product-rating .rdtheme-star-rating {
	font-size: 15px;
	line-height: 1;
	margin: 0 5px 0 0;
	display: inline-block;
}

.product .woocommerce-product-rating .woocommerce-review-link {
	color: #444444;
	font-size: 15px;
	line-height: 1;
}

.woocommerce .quantity {
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	overflow: hidden;
	display: inline-block;
	width: 111px;
}

@media all and (max-width: 991.98px) {
	.woocommerce .quantity {
		width: 91px;
	}
}

.woocommerce .quantity input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.woocommerce .quantity .qty {
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 48px;
	text-align: center;
	padding: 1px;
	background-color: #fff;
	font-size: 20px;
	line-height: 1;
	color: #000;
	width: 68px;
	outline: none;
	margin: 0;
	border: none;
}

@media all and (max-width: 991.98px) {
	.woocommerce .quantity .qty {
		width: 48px;
	}
}

.woocommerce .quantity .input-group-btn {
	margin-left: -1px;
	display: inline-grid;
	vertical-align: top;
}

.woocommerce .quantity .input-group-btn .quantity-btn {
	display: inline-block;
	padding: 0 12px;
	font-size: 14px;
	line-height: 26px;
	height: 24px;
	color: #000;
	background: #fff;
	outline: none;
	border: 1px solid #dcdcdc;
	cursor: pointer;
}

.woocommerce .quantity .input-group-btn .quantity-btn.quantity-plus {
	border-width: 0 0 0 1px;
}

.woocommerce .quantity .input-group-btn .quantity-btn.quantity-minus {
	border-width: 1px 0 0 1px;
}

.woocommerce div.product {
	/*	.price {
		font-size: 24px !important;
		margin: 20px 0 0;
		display: inline-block;
		line-height: 1.3;
		color: #010101 !important;
		font-weight: 500;
		del {
			font-size: 18px;
			color: #646464;
			opacity: 1 !important;
			font-weight: 400;
		}
		ins {
			float: left;
			margin-right: 10px;
			font-weight: 500 !important;
		}
	}*/
}

.woocommerce div.product .woocommerce-product-rating {
	margin: 15px 0 0 !important;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	color: #444;
	margin-top: 30px;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .woocommerce-product-details__short-description {
		margin-top: 15px;
	}
}

.woocommerce div.product form.cart {
	margin: 0 !important;
}

.woocommerce div.product form.cart .variations {
	margin-top: 0;
	margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	display: table-cell;
	padding-bottom: 10px;
	padding-top: 0;
	text-align: left;
	vertical-align: middle;
}

.woocommerce div.product form.cart .variations label {
	color: #000;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 0;
	font-weight: 500 !important;
}

.woocommerce div.product form.cart .variations select {
	padding: 8px 10px;
}

.woocommerce div.product .single-add-to-cart-wrapper {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	margin-top: 25px;
}

.woocommerce div.product .single-add-to-cart-wrapper a {
	margin: 0 10px 10px 0;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-add-to-cart-wrapper a {
		margin: 0 8px 10px 0;
	}
}

@media all and (max-width: 575.98px) {
	.woocommerce div.product .single-add-to-cart-wrapper a {
		margin: 0 8px 10px 0;
	}
}

@media all and (max-width: 479.98px) {
	.woocommerce div.product .single-add-to-cart-wrapper a {
		margin: 0 8px 10px 0;
	}
}

.woocommerce div.product .single-add-to-cart-wrapper .quantity {
	margin: 0 10px 10px 0 !important;
	display: inline-block;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-add-to-cart-wrapper .quantity {
		margin: 0 8px 10px 0 !important;
	}
}

@media all and (max-width: 575.98px) {
	.woocommerce div.product .single-add-to-cart-wrapper .quantity {
		margin: 0 8px 10px 0 !important;
	}
}

@media all and (max-width: 479.98px) {
	.woocommerce div.product .single-add-to-cart-wrapper .quantity {
		margin: 0 8px 10px 0 !important;
	}
}

.woocommerce div.product .single-add-to-cart-wrapper button.button.single_add_to_cart_button {
	background-color: #f26c4f;
	border-radius: 2px;
	color: #ffffff;
	font-weight: 600;
	padding: 17px 25px;
	text-transform: uppercase;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin: 0 10px 10px 0;
	outline: none;
	float: none !important;
	vertical-align: top !important;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-add-to-cart-wrapper button.button.single_add_to_cart_button {
		padding: 17px 14px;
		margin: 0 8px 10px 0;
		font-size: 15px;
	}
}

@media all and (max-width: 575.98px) {
	.woocommerce div.product .single-add-to-cart-wrapper button.button.single_add_to_cart_button {
		padding: 17px 14px;
		margin: 0 8px 10px 0;
	}
}

@media all and (max-width: 479.98px) {
	.woocommerce div.product .single-add-to-cart-wrapper button.button.single_add_to_cart_button {
		padding: 17px 12px;
		margin: 0 8px 10px 0;
	}
}

.woocommerce div.product .single-add-to-cart-wrapper button.button.single_add_to_cart_button.disabled {
	background-color: #f26c4f;
}

.woocommerce div.product .single-add-to-cart-wrapper button.button.single_add_to_cart_button:hover {
	opacity: 0.8;
}

.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns {
	display: inline-block;
}

.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns a {
	height: 50px;
	border: 1px solid #dcdcdc;
	background-color: transparent;
	color: #444;
	display: inline-block;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 15px;
	line-height: 50px;
	font-weight: 500;
	vertical-align: bottom;
	outline: none;
	width: 50px;
	text-align: center;
}

.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns a:hover {
	background-color: #f26c4f;
	border-color: #f26c4f;
	color: #ffffff;
}

.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns a i {
	font-size: 18px;
	line-height: 1;
	margin: 0;
}

.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns a.rdtheme-wishlist-icon img.ajax-loading {
	width: 18px;
	height: 18px;
}

.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns a.action-cart,
.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns a.added_to_cart {
	position: relative;
}

.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns a.action-cart .flaticon-shopping-cart,
.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns a.added_to_cart .flaticon-shopping-cart {
	padding-right: 5px;
}

.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns a.action-cart.added,
.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns a.added_to_cart.added {
	display: none;
}

.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns a.action-cart.loading {
	padding: 12px 13px;
	opacity: 0.8;
}

.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns a.action-cart.loading .flaticon-shopping-cart {
	opacity: 0;
}

.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns a.action-cart.loading:after {
	font-family: WooCommerce;
	content: '\e01c';
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: 12px;
	right: inherit;
	left: 15px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.woocommerce table.shop_attributes {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
	padding: 8px 20px;
	border: none;
}

.woocommerce table.shop_attributes td p {
	padding: 0;
}

.woocommerce div.product form.cart table.woocommerce-grouped-product-list {
	margin-top: 30px;
}

.woocommerce div.product form.cart table.woocommerce-grouped-product-list td {
	vertical-align: middle;
}

.woocommerce div.product form.cart table.woocommerce-grouped-product-list td:first-child {
	width: inherit;
	text-align: left;
}

.woocommerce div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .woocommerce-Price-amount {
	color: #222;
	font-weight: 500;
}

.woocommerce div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price ins {
	background: inherit;
}

.woocommerce div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
	color: #646464;
	font-weight: 400;
}

.woocommerce div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label a {
	font-weight: 500;
}

.rdtheme-wc-reviews {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 40px;
}

.rdtheme-wc-reviews .commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.rdtheme-wc-reviews .commentlist>li {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.rdtheme-wc-reviews .commentlist>li:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

.rdtheme-wc-reviews .commentlist .wc-comment-avatar {
	margin-right: 30px;
}

.rdtheme-wc-reviews .commentlist .wc-comment-avatar img {
	border-radius: 50%;
}

.rdtheme-wc-reviews .commentlist .comment-text .wc-review-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media all and (max-width: 479.98px) {
	.rdtheme-wc-reviews .commentlist .comment-text .wc-review-meta {
		display: block;
	}
}

.rdtheme-wc-reviews .commentlist .comment-text .wc-review-meta .star-rating {
	float: none;
	letter-spacing: 5px;
	width: 110px;
}

.rdtheme-wc-reviews .commentlist .comment-text .wc-review-meta .wc-review-author {
	font-size: 18px;
	line-height: 1.3;
	color: #111111;
	font-weight: 600;
	margin: 12px 0 0;
}

.rdtheme-wc-reviews .commentlist .comment-text .wc-review-meta .wc-review-verified {
	margin-top: 10px;
	color: #646464;
}

.rdtheme-wc-reviews .commentlist .comment-text .wc-review-meta .wc-review-awaiting {
	font-style: italic;
	margin-top: 10px;
	color: #646464;
}

.rdtheme-wc-reviews .commentlist .comment-text .wc-review-meta .wc-review-date {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.3;
	color: #646464;
}

.rdtheme-wc-reviews .commentlist .comment-text .description {
	margin-top: 13px;
}

.rdtheme-wc-reviews .commentlist .comment-text .description p {
	margin-bottom: 0;
}

.rdtheme-wc-reviews #respond {
	border: none;
	padding: 0;
	margin-top: 60px;
}

.rdtheme-wc-reviews #respond .comment-reply-title {
	text-align: left;
	color: #111;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
}

.rdtheme-wc-reviews #respond p.stars {
	line-height: 1;
}

.rdtheme-wc-reviews #respond p.stars a {
	margin-right: 5px;
	display: inline-block;
	color: #ffab00;
	font-size: 18px;
	line-height: 1;
}

.rdtheme-wc-reviews #respond .form-group {
	margin-bottom: 20px;
}

.rdtheme-wc-reviews #respond .comment-notes,
.rdtheme-wc-reviews #respond .logged-in-as {
	text-align: left;
}

.rdtheme-wc-reviews #respond form input,
.rdtheme-wc-reviews #respond form textarea {
	background-color: inherit;
	border: 1px solid #d6d6d6;
}

.rdtheme-wc-reviews #respond input#submit {
	border-radius: 4px;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	padding: 0 35px;
	border: 1px solid #f26c4f;
	background-color: #f26c4f;
	color: #fff;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	text-transform: uppercase;
}

.rdtheme-wc-reviews #respond input#submit:hover {
	opacity: 0.8;
	background-color: #f26c4f;
	color: #ffffff;
	border-color: #f26c4f;
}

.woocommerce #reviews #comments {
	margin-bottom: 20px;
}

.woocommerce #reviews #comments h2 {
	margin-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 1px solid #e7e7e7;
	border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	padding: 0;
}

.woocommerce #reviews #review_form_wrapper {
	padding-top: 20px;
}

.woocommerce #reviews #review_form_wrapper #review_form .form-group {
	margin-bottom: 10px;
}

.woocommerce #reviews #review_form_wrapper #review_form #respond .comment-notes,
.woocommerce #reviews #review_form_wrapper #review_form #respond .comment-form-rating {
	margin-bottom: 20px;
}

.woocommerce #reviews #review_form_wrapper #review_form #respond .comment-form-rating {
	margin-top: 20px;
}

.woocommerce #reviews #review_form_wrapper #review_form #respond .comment-form-rating label {
	color: #111111;
}

.woocommerce #reviews #review_form_wrapper #review_form #respond .form-submit {
	margin: 5px 0 10px;
}

/*

.woocommerce p.stars a {
	color: #f7c51d;
}
.woocommerce .related.products ul.products li.product {
	margin: 0;
	padding: 0;
	width: inherit !important;
	.onsale {
		margin: 0;
	}
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	border: 1px solid #e7e7e7;
	margin-right: 1.8%;
	width: 32%;
	@media all and (max-width: 767px) {
		width: inherit;
		max-width: 32%;
	}
}

.woocommerce .star-rating span::before {
	color: #ffab00;
}

.single-product-tab-accordion {
	.card {
		border: none;
		box-shadow: none;
		transition: 0.3s ease-in-out;
		.card-header {
			padding: 0;
			border-bottom: none;
			transition: 0.3s ease-in-out;
			.card-link {
				border-bottom: 1px solid #e3e3e3;
				color: #333333;
				font-size: 22px;
				line-height: 1.2;
				font-weight: 500;
				padding: 15px 30px;
				display: block;
				transition: 0.3s ease-in-out;
				position: relative;
				&:after {
					font-family: fontAwesome;
					content: "\f068";
					font-size: 18px;
					font-weight: 600;
					right: 15px;
					top: 18px;
					color: #333333;
					z-index: 1;
					position: absolute;
					transition: 0.3s ease-in-out;
				}
				@media only screen and (max-width: 575px) {
					font-size: 18px;
				}
			}
			.card-link.collapsed {
				color: #646464;
				&:after {
					content: "\f067";
					color: #646464;
				}
			}
		}
		.card-body {
			border-bottom: 1px solid #e3e3e3;
			padding: 20px 10px;
			p:last-child {
				margin-bottom: 0;
			}
			table {
				margin: 0;
			}
			ul {
				li {
					position: relative;
					padding-left: 24px;
					margin-bottom: 10px;
					&:last-child {
						margin-bottom: 0;
					}
					&:after {
						content: "";
						height: 10px;
						width: 10px;
						background-color: #252525;
						border-radius: 50%;
						top: 5px;
						left: 0;
						position: absolute;
					}
				}
			}
		}
	}
}

*/
.single-product-top-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media all and (max-width: 767.98px) {
	.single-product-top-1 {
		display: block;
	}
}

.single-product-top-1 .rtin-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 40px;
	max-width: 570px;
	width: 50%;
	float: none;
}

@media all and (max-width: 767.98px) {
	.single-product-top-1 .rtin-left {
		width: inherit;
		margin: 0 0 20px;
	}
}

@media all and (max-width: 575.98px) {
	.single-product-top-1 .rtin-left .rtwpvg-images {
		width: inherit !important;
	}
}

.single-product-top-1 .rtin-right {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.single-product-top-1 .product_meta-area {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ececec;
}

@media all and (max-width: 767.98px) {
	.single-product-top-1 .product_meta-area {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

.single-product-top-1 .product_meta-area .product-meta-group,
.single-product-top-1 .product_meta-area .product-term-group {
	margin-top: 30px;
	font-size: 0;
	line-height: 0;
}

.single-product-top-1 .product_meta-area .product-meta-group>div,
.single-product-top-1 .product_meta-area .product-term-group>div {
	display: inline;
	font-size: 15px;
	line-height: 1.3;
}

.single-product-top-1 .product_meta-area .product-meta-title {
	color: #646464;
	margin-right: 5px;
}

.single-product-top-1 .product_meta-area .product-meta-content {
	color: #111111;
	font-weight: 500;
}

.single-product-top-1 .product_meta-area .product-meta-content a {
	color: #111111;
}

.single-product-top-1 .product_meta-area .product-meta-content a:hover {
	color: #f26c4f;
	text-decoration: underline;
}

.single-product-top-1 .product_meta-area div.product-meta-seperator {
	margin: 0 10px;
	color: #111;
	font-size: 30px;
	line-height: 0;
}

.single-product-top-1 .product_meta-area div.product-meta-seperator:after {
	content: ".";
}

.single-product-top-1 .product_meta-area .product-term-group {
	margin-top: 15px;
}

.single-product-top-1 .product_meta-area .product-social {
	margin-top: 10px;
	font-size: 0;
	line-height: 0;
}

.single-product-top-1 .product_meta-area .product-social .product-social-title {
	color: #646464;
	margin-right: 0;
	display: inline;
	font-size: 15px;
	line-height: 1.3;
}

.single-product-top-1 .product_meta-area .product-social .product-social-items {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.single-product-top-1 .product_meta-area .product-social .product-social-items li {
	display: inline-block;
}

.single-product-top-1 .product_meta-area .product-social .product-social-items li a {
	color: #646464;
	margin: 0 10px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 15px;
	line-height: 1.3;
}

.single-product-top-1 .product_meta-area .product-social .product-social-items li a:hover {
	color: #f26c4f;
}

.single-product-top-1 div.images {
	margin: 0 !important;
}

.single-product-top-1 div.images .woocommerce-product-gallery__image img {
	border-radius: 2px;
}

.single-product-top-1 div.images .woocommerce-product-gallery__image:first-child {
	margin-bottom: 10px;
}

.single-product-top-1 div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	margin-right: 10px;
	width: 22%;
	width: calc((100% - 30px) / 4) !important;
	max-width: 150px;
}

.single-product-top-1 div.images .woocommerce-product-gallery__image:nth-child(4n+1) {
	margin-right: 0;
}

.woocommerce div.product .single-product-bottom-1 {
	margin-top: 70px;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-bottom-1 {
		margin-top: 30px;
	}
}

.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs {
	overflow: visible;
	margin-bottom: 30px;
	padding-left: 0;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs {
		margin-bottom: 20px;
	}
}

.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs::before {
	border-bottom: none;
}

.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs li {
	background-color: inherit;
	border: none;
	margin: 0 30px 0 0;
	padding: 0;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs li {
		margin-right: 20px;
	}
}

.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs li.description_tab {
	border-left-width: 0;
}

.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs li a {
	font-size: 20px;
	line-height: 1.3;
	padding: 15px 0;
	font-weight: 500;
	color: #b9b9b9;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	outline: 0;
	border-bottom: 3px solid transparent;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs li a {
		font-size: 16px;
	}
}

.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs li a:hover {
	color: #f26c4f;
}

.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs li.active a {
	color: #f26c4f;
	border-color: #f26c4f;
}

.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs li::after {
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	content: none;
	height: inherit;
	left: inherit;
	position: inherit;
	width: inherit;
}

.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs .panel {
	border: medium none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs h2 {
	color: #111111;
	font-size: 24px;
	line-height: 1.3;
}

.woocommerce div.product .single-product-bottom-1 .owl-carousel .owl-stage {
	margin: 0 auto;
}

.woocommerce div.product .single-product-bottom-1 .rdtheme-related-products {
	margin-top: 80px;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-bottom-1 .rdtheme-related-products {
		margin-top: 40px;
	}
}

.woocommerce div.product .single-product-bottom-1 .rdtheme-related-products .woo-related-title {
	color: #000;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 35px;
	text-align: center;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-bottom-1 .rdtheme-related-products .woo-related-title {
		font-size: 25px;
		margin-bottom: 25px;
	}
}

.woocommerce div.product .single-product-bottom-1 .up-sells {
	margin-bottom: 50px;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-bottom-1 .up-sells {
		margin-bottom: 25px;
	}
}

.woocommerce div.product .single-product-bottom-1 .up-sells .woo-related-title {
	text-align: left;
}

.woocommerce div.product .single-product-bottom-1 .up-sells .owl-carousel .owl-stage {
	margin: 0;
}

.woocommerce div.product .single-product-top-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media all and (max-width: 991.98px) {
	.woocommerce div.product .single-product-top-2 {
		display: block;
	}
}

.woocommerce div.product .single-product-top-2>.rtin-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 40px;
	width: 45%;
	max-width: 570px;
}

@media all and (max-width: 991.98px) {
	.woocommerce div.product .single-product-top-2>.rtin-left {
		width: inherit;
		margin: 0 0 20px;
	}
}

.woocommerce div.product .single-product-top-2>.rtin-left .rtwpvg-images {
	margin-bottom: 0;
}

.woocommerce div.product .single-product-top-2>.rtin-right {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media all and (max-width: 991.98px) {
	.woocommerce div.product .single-product-top-2 .woocommerce-product-gallery__wrapper {
		max-width: 570px;
	}
}

.woocommerce div.product .single-product-top-2 .rtin-price-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-top-2 .rtin-price-area {
		display: block;
	}
}

.woocommerce div.product .single-product-top-2 .price {
	margin: 0;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-top-2 .rtin-avaibility {
		margin-top: 10px;
	}
}

.woocommerce div.product .single-product-top-2 .rtin-avaibility .rtin-stock {
	color: #f26c4f;
	font-weight: 500;
}

.woocommerce div.product .single-product-top-2 .product_meta-area {
	margin-top: 30px;
	margin-bottom: 15px;
}

.woocommerce div.product .single-product-top-2 .product_meta-area .product-meta-term {
	margin-top: 10px;
}

.woocommerce div.product .single-product-top-2 .product_meta-area .product-meta-title {
	color: #646464;
	margin-right: 5px;
}

.woocommerce div.product .single-product-top-2 .product_meta-area .product-meta-content {
	color: #111111;
	font-weight: 500;
}

.woocommerce div.product .single-product-top-2 .product_meta-area .product-meta-content a {
	color: #111111;
}

.woocommerce div.product .single-product-top-2 .product_meta-area .product-meta-content a:hover {
	color: #f26c4f;
	text-decoration: underline;
}

.woocommerce div.product .single-product-top-2 .product_meta-area div.product-meta-seperator,
.woocommerce div.product .single-product-top-2 .product_meta-area .product-meta-avaibility {
	display: none;
}

.woocommerce div.product .single-product-top-2 .product_meta-area .product-social {
	margin-top: 10px;
	font-size: 0;
	line-height: 0;
}

.woocommerce div.product .single-product-top-2 .product_meta-area .product-social .product-social-title {
	color: #646464;
	margin-right: 0;
	display: inline;
	font-size: 15px;
	line-height: 1.3;
}

.woocommerce div.product .single-product-top-2 .product_meta-area .product-social .product-social-items {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.woocommerce div.product .single-product-top-2 .product_meta-area .product-social .product-social-items li {
	display: inline-block;
}

.woocommerce div.product .single-product-top-2 .product_meta-area .product-social .product-social-items li a {
	color: #646464;
	margin: 0 10px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 15px;
	line-height: 1.3;
}

.woocommerce div.product .single-product-top-2 .product_meta-area .product-social .product-social-items li a:hover {
	color: #f26c4f;
}

.woocommerce div.product .single-product-top-2 .woocommerce-product-details__short-description {
	color: #444;
	margin-top: 30px;
}

.woocommerce div.product .single-product-top-2 form.cart .variations {
	margin-top: 20px;
}

.woocommerce div.product .single-product-top-2 .cart.grouped_form .single-add-to-cart-wrapper {
	margin-top: 20px;
}

.woocommerce div.product .single-product-top-2 div.images {
	margin: 0 !important;
}

.woocommerce div.product .single-product-top-2 div.images .woocommerce-product-gallery__image img {
	border-radius: 2px;
}

.woocommerce div.product .single-product-top-2 div.images .woocommerce-product-gallery__image:first-child {
	margin-bottom: 10px;
}

.woocommerce div.product .single-product-top-2 div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	margin-right: 10px;
	width: 22%;
	width: calc((100% - 30px) / 4) !important;
	max-width: 150px;
}

.woocommerce div.product .single-product-top-2 div.images .woocommerce-product-gallery__image:nth-child(4n+1) {
	margin-right: 0;
}

.woocommerce div.product .single-product-top-2 .woocommerce-tabs {
	margin-top: 35px;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-top-2 .woocommerce-tabs {
		margin-top: 15px;
	}
}

.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs {
	overflow: visible;
	margin-bottom: 30px;
	padding-left: 0;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs {
		margin-bottom: 20px;
	}
}

.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs::before {
	border-bottom: none;
}

.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs li {
	background-color: inherit;
	border: none;
	margin: 0 30px 0 0;
	padding: 0;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs li {
		margin-right: 20px;
	}
}

.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs li.description_tab {
	border-left-width: 0;
}

.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs li a {
	font-size: 20px;
	line-height: 1.3;
	padding: 15px 0;
	font-weight: 500;
	color: #b9b9b9;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	outline: 0;
	border-bottom: 3px solid transparent;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs li a {
		font-size: 16px;
	}
}

.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs li a:hover {
	color: #f26c4f;
}

.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs li.active a {
	color: #f26c4f;
	border-color: #f26c4f;
}

.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs li::after {
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	content: none;
	height: inherit;
	left: inherit;
	position: inherit;
	width: inherit;
}

.woocommerce div.product .single-product-top-2 .woocommerce-tabs .panel {
	border: medium none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.woocommerce div.product .single-product-top-2 .woocommerce-tabs h2 {
	color: #111111;
	font-size: 24px;
	line-height: 1.3;
}

.woocommerce div.product .single-product-bottom-2 {
	margin-top: 70px;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-bottom-2 {
		margin-top: 40px;
	}
}

.woocommerce div.product .single-product-bottom-2 .rdtheme-related-products .woo-related-title {
	color: #000;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 35px;
	text-align: center;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-bottom-2 .rdtheme-related-products .woo-related-title {
		font-size: 25px;
		margin-bottom: 25px;
	}
}

.woocommerce div.product .single-product-bottom-2 .up-sells {
	margin-bottom: 50px;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-bottom-2 .up-sells {
		margin-bottom: 25px;
	}
}

.woocommerce div.product .single-product-bottom-2 .owl-carousel .owl-stage {
	margin: 0 auto;
}

.woocommerce div.product .single-product-top-3 .woocommerce-product-gallery {
	margin-bottom: 0;
}

.woocommerce div.product .single-product-top-3 .woocommerce-product-gallery__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce div.product .single-product-top-3 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	display: none !important;
	width: 100% !important;
	border-radius: 3px;
	overflow: hidden;
}

.woocommerce div.product .single-product-top-3 .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
	width: inherit !important;
}

.woocommerce div.product .single-product-top-3 .woocommerce-product-gallery__wrapper .rtin-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.woocommerce div.product .single-product-top-3 .woocommerce-product-gallery__wrapper .rtin-left .woocommerce-product-gallery__image {
	display: block !important;
}

.woocommerce div.product .single-product-top-3 .woocommerce-product-gallery__wrapper .rtin-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.woocommerce div.product .single-product-top-3 .woocommerce-product-gallery__wrapper .rtin-right .woocommerce-product-gallery__image:first-child,
.woocommerce div.product .single-product-top-3 .woocommerce-product-gallery__wrapper .rtin-right .woocommerce-product-gallery__image:nth-child(2),
.woocommerce div.product .single-product-top-3 .woocommerce-product-gallery__wrapper .rtin-right .woocommerce-product-gallery__image:nth-child(3),
.woocommerce div.product .single-product-top-3 .woocommerce-product-gallery__wrapper .rtin-right .woocommerce-product-gallery__image:nth-child(4) {
	margin-left: 20px;
	display: block !important;
}

.woocommerce div.product .single-product-top-3 .woocommerce-product-gallery__wrapper .rtin-right .woocommerce-product-gallery__image:first-child,
.woocommerce div.product .single-product-top-3 .woocommerce-product-gallery__wrapper .rtin-right .woocommerce-product-gallery__image:nth-child(2),
.woocommerce div.product .single-product-top-3 .woocommerce-product-gallery__wrapper .rtin-right .woocommerce-product-gallery__image:nth-child(3) {
	margin-bottom: 20px;
}

.woocommerce div.product .single-product-top-3 .single_3-avaibility {
	border: 1px solid #e0e0e0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
	line-height: 1;
	margin-bottom: 30px;
}

.woocommerce div.product .single-product-top-3 .single_3-avaibility .rtin-stock {
	color: #111;
	font-weight: 500;
}

.woocommerce div.product .single-product-top-3 .rtin-top-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media all and (max-width: 991.98px) {
	.woocommerce div.product .single-product-top-3 .rtin-top-item {
		display: block;
	}
}

.woocommerce div.product .single-product-top-3 .rtin-top-item .rtin-top-left {
	width: 50%;
	padding-right: 6.5%;
	padding-top: 50px;
}

@media all and (max-width: 991.98px) {
	.woocommerce div.product .single-product-top-3 .rtin-top-item .rtin-top-left {
		width: inherit;
		padding: 0;
	}
}

.woocommerce div.product .single-product-top-3 .rtin-top-item .rtin-top-right {
	width: 50%;
	border-left: 1px solid #e0e0e0;
	padding-left: 6.5%;
	padding-top: 50px;
}

@media all and (max-width: 991.98px) {
	.woocommerce div.product .single-product-top-3 .rtin-top-item .rtin-top-right {
		width: inherit;
		padding: 0;
		border: none;
		margin-top: 20px;
	}
}

.woocommerce div.product .single-product-top-3 .woocommerce-product-rating {
	margin: 15px 0 0 !important;
}

.woocommerce div.product .single-product-top-3 .price {
	font-size: 24px !important;
	margin: 20px 0 0;
	display: inline-block;
	line-height: 1.3;
	color: #010101 !important;
	font-weight: 500;
}

.woocommerce div.product .single-product-top-3 .price del {
	font-size: 18px;
	color: #646464;
	opacity: 1 !important;
	font-weight: 400;
}

.woocommerce div.product .single-product-top-3 .price ins {
	float: left;
	margin-right: 10px;
	font-weight: 500 !important;
}

.woocommerce div.product .single-product-top-3 .product_meta-area {
	margin-top: 30px;
}

.woocommerce div.product .single-product-top-3 .product_meta-area .product-meta-sku {
	display: none;
}

.woocommerce div.product .single-product-top-3 .product_meta-area .product-meta-term {
	margin-top: 10px;
}

.woocommerce div.product .single-product-top-3 .product_meta-area .product-meta-title {
	color: #646464;
	margin-right: 5px;
}

.woocommerce div.product .single-product-top-3 .product_meta-area .product-meta-content {
	color: #111111;
	font-weight: 500;
}

.woocommerce div.product .single-product-top-3 .product_meta-area .product-meta-content a {
	color: #111111;
}

.woocommerce div.product .single-product-top-3 .product_meta-area .product-meta-content a:hover {
	color: #f26c4f;
	text-decoration: underline;
}

.woocommerce div.product .single-product-top-3 .product_meta-area div.product-meta-seperator,
.woocommerce div.product .single-product-top-3 .product_meta-area .product-meta-avaibility {
	display: none;
}

.woocommerce div.product .single-product-top-3 .product_meta-area .product-social {
	margin-top: 10px;
	font-size: 0;
	line-height: 0;
}

.woocommerce div.product .single-product-top-3 .product_meta-area .product-social .product-social-title {
	color: #646464;
	margin-right: 0;
	display: inline;
	font-size: 15px;
	line-height: 1.3;
}

.woocommerce div.product .single-product-top-3 .product_meta-area .product-social .product-social-items {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.woocommerce div.product .single-product-top-3 .product_meta-area .product-social .product-social-items li {
	display: inline-block;
}

.woocommerce div.product .single-product-top-3 .product_meta-area .product-social .product-social-items li a {
	color: #646464;
	margin: 0 10px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 15px;
	line-height: 1.3;
}

.woocommerce div.product .single-product-top-3 .product_meta-area .product-social .product-social-items li a:hover {
	color: #f26c4f;
}

.woocommerce div.product .single-product-top-3 .single-add-to-cart-wrapper {
	margin-top: 35px;
}

.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs {
	overflow: visible;
	margin-bottom: 30px;
	padding-left: 0;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs {
		margin-bottom: 20px;
	}
}

.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs::before {
	border-bottom: none;
}

.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs li {
	background-color: inherit;
	border: none;
	margin: 0 30px 0 0;
	padding: 0;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs li {
		margin-right: 20px;
	}
}

.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs li.description_tab {
	border-left-width: 0;
}

.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs li a {
	font-size: 20px;
	line-height: 1.3;
	padding: 15px 0;
	font-weight: 500;
	color: #b9b9b9;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	outline: 0;
	border-bottom: 3px solid transparent;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs li a {
		font-size: 16px;
	}
}

.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs li a:hover {
	color: #f26c4f;
}

.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs li.active a {
	color: #f26c4f;
	border-color: #f26c4f;
}

.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs li::after {
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	content: none;
	height: inherit;
	left: inherit;
	position: inherit;
	width: inherit;
}

.woocommerce div.product .single-product-top-3 .woocommerce-tabs .panel {
	border: medium none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.woocommerce div.product .single-product-top-3 .woocommerce-tabs h2 {
	color: #111111;
	font-size: 24px;
	line-height: 1.3;
}

.woocommerce div.product .single-product-bottom-3 {
	margin-top: 70px;
}

.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs ul.tabs {
	overflow: visible;
	margin-bottom: 30px;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs ul.tabs::before {
	border-bottom: none;
}

.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs ul.tabs li {
	background-color: inherit;
	border: none;
	margin: 0 40px 0 0;
	padding: 0;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs ul.tabs li {
		margin-right: 20px;
	}
}

.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs ul.tabs li.description_tab {
	border-left-width: 0;
}

.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs ul.tabs li a {
	font-size: 20px;
	line-height: 1.3;
	padding: 15px 0;
	font-weight: 500;
	color: #b9b9b9;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	outline: 0;
	border-bottom: 3px solid transparent;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs ul.tabs li a {
		font-size: 16px;
	}
}

.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs ul.tabs li a:hover {
	color: #f26c4f;
}

.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs ul.tabs li.active a {
	color: #f26c4f;
	border-color: #f26c4f;
}

.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs ul.tabs li::after {
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	content: none;
	height: inherit;
	left: inherit;
	position: inherit;
	width: inherit;
}

.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs .panel {
	border: medium none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs h2 {
	color: #111111;
	font-size: 24px;
	line-height: 1.3;
}

.woocommerce div.product .single-product-bottom-3 .rdtheme-related-products {
	margin-top: 80px;
}

.woocommerce div.product .single-product-bottom-3 .rdtheme-related-products .woo-related-title {
	color: #000;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 35px;
	text-align: center;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-bottom-3 .rdtheme-related-products .woo-related-title {
		font-size: 25px;
		margin-bottom: 25px;
	}
}

.woocommerce div.product .single-product-bottom-3 .up-sells {
	margin-bottom: 50px;
}

@media all and (max-width: 767.98px) {
	.woocommerce div.product .single-product-bottom-3 .up-sells {
		margin-bottom: 25px;
	}
}

.woocommerce div.product .single-product-bottom-3 .owl-carousel .owl-stage {
	margin: 0 auto;
}

/*-------------------------------------
#. Woocommerce: Cart
---------------------------------------*/
.woocommerce table.shop_table {
	border: none;
	border-collapse: collapse;
}

.woocommerce table.shop_table thead tr {
	background-color: #f8f8f8;
	border-radius: 4px;
}

.woocommerce table.shop_table thead tr th {
	border: none;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 600;
	color: #111111;
	padding: 16px 12px;
	text-align: left;
}

@media all and (max-width: 767.98px) {
	.woocommerce table.shop_table thead tr th {
		font-size: 15px;
		padding: 16px 8px;
	}
}

.woocommerce table.shop_table thead tr th.product-remove {
	width: 100px;
}

.woocommerce table.shop_table tbody tr {
	border-bottom: 1px solid #dfdfdf;
}

.woocommerce table.shop_table tbody tr td {
	border: none;
	padding: 30px 12px;
	color: #111;
	font-size: 18px;
	line-height: 1.3;
	text-align: left;
}

@media all and (max-width: 767.98px) {
	.woocommerce table.shop_table tbody tr td {
		font-size: 15px;
	}
}

.woocommerce table.shop_table tbody tr td.product-remove a {
	font-size: 26px;
	color: #111111 !important;
	border: 1px solid #c2c2c2;
	height: 40px;
	width: 40px;
	line-height: 36px;
	border-radius: 50%;
	font-weight: 400;
}

.woocommerce table.shop_table tbody tr td.product-remove a:hover {
	background-color: #f26c4f !important;
	border-color: #f26c4f !important;
	color: #fff !important;
}

.woocommerce table.shop_table tbody tr td.product-name img {
	width: 120px;
	border-radius: 5px;
	margin-right: 30px;
}

.woocommerce table.shop_table tbody tr td.product-name .product-title {
	display: inline;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	margin: 0;
}

.woocommerce table.shop_table tbody tr td.product-name .product-title a {
	color: #111111;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 20px;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation dt,
.woocommerce table.shop_table tbody tr td.product-name dl.variation dd {
	margin: 0 0 5px;
	padding: 0;
}

.woocommerce table.shop_table tbody tr td.product-name dl.variation dt {
	margin-right: 3px;
}

.woocommerce table.shop_table tbody tr td.product-quantity .quantity .qty {
	color: #111111;
}

.woocommerce table.shop_table tbody tr.cart-action {
	border: none;
}

.woocommerce table.shop_table tbody tr.cart-action td {
	padding: 50px 0 0 0;
}

@media all and (max-width: 767.98px) {
	.woocommerce table.shop_table tbody tr.cart-action td {
		padding: 10px !important;
	}
}

.woocommerce table.shop_table tbody tr.cart-action td .coupon #coupon_code {
	margin: 0;
	padding: 8px 25px;
	width: 250px;
	border-radius: 4px 0 0 4px;
	font-size: 16px;
	line-height: 1.3;
	height: 60px;
}

@media all and (max-width: 767.98px) {
	.woocommerce table.shop_table tbody tr.cart-action td .coupon #coupon_code {
		width: 50% !important;
		height: 50px;
	}
}

@media all and (max-width: 767.98px) {
	.woocommerce table.shop_table tbody tr.cart-action td .coupon .button {
		width: 50% !important;
		font-size: 14px;
	}
}

.woocommerce table.shop_table_responsive tbody tr td {
	background: inherit !important;
}

@media all and (max-width: 767.98px) {

	.woocommerce table.shop_table_responsive.cart tbody tr,
	.woocommerce table.shop_table_responsive.account-orders-table tbody tr,
	.woocommerce table.shop_table_responsive.order_details tbody tr {
		border: 1px solid #dfdfdf;
		margin-bottom: 20px;
		padding: 15px 20px;
	}

	.woocommerce table.shop_table_responsive.cart tbody tr td,
	.woocommerce table.shop_table_responsive.account-orders-table tbody tr td,
	.woocommerce table.shop_table_responsive.order_details tbody tr td {
		padding: 10px 0;
	}

	.woocommerce table.shop_table_responsive.cart tbody tr td.product-name img,
	.woocommerce table.shop_table_responsive.account-orders-table tbody tr td.product-name img,
	.woocommerce table.shop_table_responsive.order_details tbody tr td.product-name img {
		display: none;
	}

	.woocommerce table.shop_table_responsive.cart tbody tr td.product-remove,
	.woocommerce table.shop_table_responsive.account-orders-table tbody tr td.product-remove,
	.woocommerce table.shop_table_responsive.order_details tbody tr td.product-remove {
		padding-top: 0;
		text-align: right;
	}

	.woocommerce table.shop_table_responsive.cart tbody tr td.product-remove a,
	.woocommerce table.shop_table_responsive.account-orders-table tbody tr td.product-remove a,
	.woocommerce table.shop_table_responsive.order_details tbody tr td.product-remove a {
		display: inline-block;
		font-size: 20px;
		height: 30px;
		width: 30px;
		line-height: 28px;
	}

	.woocommerce table.shop_table_responsive.cart tbody tr td.product-quantity .input-text,
	.woocommerce table.shop_table_responsive.account-orders-table tbody tr td.product-quantity .input-text,
	.woocommerce table.shop_table_responsive.order_details tbody tr td.product-quantity .input-text {
		font-size: 18px;
	}

	.woocommerce table.shop_table_responsive.cart tbody tr.cart-action,
	.woocommerce table.shop_table_responsive.account-orders-table tbody tr.cart-action,
	.woocommerce table.shop_table_responsive.order_details tbody tr.cart-action {
		padding: 0;
	}
}

@media all and (max-width: 767.98px) and all and (max-width: 767.98px) {

	.woocommerce table.shop_table_responsive.cart tbody tr td,
	.woocommerce table.shop_table_responsive.account-orders-table tbody tr td,
	.woocommerce table.shop_table_responsive.order_details tbody tr td {
		padding: 10px 3px;
	}
}

.woocommerce .cart-collaterals {
	margin-top: 65px;
}

@media all and (max-width: 767.98px) {
	.woocommerce .cart-collaterals .cart_totals {
		margin-bottom: 30px;
	}
}

.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce .cart-collaterals .cart_totals h2 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 600;
	color: #111111;
	margin-bottom: 35px;
}

@media all and (max-width: 767.98px) {

	.woocommerce .cart-collaterals .cross-sells h2,
	.woocommerce .cart-collaterals .cart_totals h2 {
		margin-bottom: 20px;
	}
}

.woocommerce .cart-collaterals .cart_totals table.shop_table th,
.woocommerce .cart-collaterals .cart_totals table.shop_table td {
	padding: 20px 12px;
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce .cart-collaterals .cart_totals table.shop_table .woocommerce-shipping-calculator #calc_shipping_state_field>span {
	width: 100%;
}

.woocommerce-shipping-calculator .shipping-calculator-form {
	text-align: left;
}

.woocommerce-shipping-calculator .shipping-calculator-form .button.button {
	padding: 15px 28px;
	text-transform: uppercase;
}

/*-------------------------------------
#. Woocommerce: Checkout
---------------------------------------*/
.woocommerce form .form-row {
	padding: 0;
}

.woocommerce form .form-row label {
	width: 100%;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 10px;
	color: #444444;
}

.woocommerce form .form-row .required {
	color: #444444;
}

.woocommerce form .form-row input,
.woocommerce form .form-row textarea {
	padding: 12px 15px;
	border: none;
	color: #444444;
	background-color: #f2f2f2;
	border-radius: 4px;
}

.woocommerce form .form-row input:placeholder,
.woocommerce form .form-row textarea:placeholder {
	color: #6c757d;
	opacity: 1;
}

.woocommerce form .form-row .select2-selection {
	padding: 16px 15px;
	border: none;
	color: #444444;
	background-color: #f2f2f2;
	border-radius: 4px;
	height: 52px;
}

.woocommerce form .form-row .select2-selection:placeholder {
	color: #6c757d;
	opacity: 1;
}

.woocommerce form .form-row input[type="checkbox"],
.woocommerce form .form-row input[type="radio"] {
	height: inherit;
}

.woocommerce form .form-row .select2-container {
	overflow: hidden;
	border-radius: 4px;
}

.woocommerce form .form-row .select2-container .select2-selection {
	outline: 0;
}

.woocommerce form .form-row .select2-container .select2-selection .select2-selection__rendered {
	padding: 0 20px 0 0;
	line-height: 1.1;
	font-weight: 400;
}

.woocommerce form .form-row .select2-container .select2-selection .select2-selection__arrow {
	top: 13px;
	right: 10px;
}

.woocommerce form .form-row textarea {
	height: 250px;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #444444;
}

.woocommerce form .form-row.woocommerce-invalid input,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid textarea {
	border: 2px solid #f00;
}

.woocommerce-checkout .woocommerce .checkout .col-1,
.woocommerce form .woocommerce-address-fields .col-1,
.woocommerce-checkout .woocommerce .checkout .col-2,
.woocommerce form .woocommerce-address-fields .col-2 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	max-width: inherit;
	padding: 0;
}

.woocommerce-checkout .woocommerce .checkout .form-row,
.woocommerce form .woocommerce-address-fields .form-row {
	margin: 0 0 30px;
}

.woocommerce-checkout .woocommerce .checkout .form-row.form-row-first,
.woocommerce form .woocommerce-address-fields .form-row.form-row-first,
.woocommerce-checkout .woocommerce .checkout .form-row.form-row-last,
.woocommerce form .woocommerce-address-fields .form-row.form-row-last {
	width: 49%;
}

@media all and (max-width: 767.98px) {

	.woocommerce-checkout .woocommerce .checkout .form-row.form-row-first,
	.woocommerce form .woocommerce-address-fields .form-row.form-row-first,
	.woocommerce-checkout .woocommerce .checkout .form-row.form-row-last,
	.woocommerce form .woocommerce-address-fields .form-row.form-row-last {
		width: 100%;
	}
}

.woocommerce-checkout .woocommerce .checkout .form-row#billing_address_2_field,
.woocommerce form .woocommerce-address-fields .form-row#billing_address_2_field,
.woocommerce-checkout .woocommerce .checkout .form-row#shipping_address_2_field,
.woocommerce form .woocommerce-address-fields .form-row#shipping_address_2_field {
	margin-top: -15px;
}

.woocommerce-checkout .woocommerce .checkout .form-row .woocommerce-input-wrapper,
.woocommerce form .woocommerce-address-fields .form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.woocommerce-checkout .woocommerce .checkout h3,
.woocommerce form .woocommerce-address-fields h3 {
	color: #111;
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce .checkout #ship-to-different-address label,
.woocommerce form .woocommerce-address-fields #ship-to-different-address label {
	cursor: pointer;
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce .checkout #ship-to-different-address input,
.woocommerce form .woocommerce-address-fields #ship-to-different-address input {
	outline: none;
	vertical-align: middle;
}

.woocommerce-checkout .woocommerce .checkout #ship-to-different-address span,
.woocommerce form .woocommerce-address-fields #ship-to-different-address span {
	font-size: 15px;
	line-height: 1.3;
	vertical-align: middle;
	font-weight: 400;
}

.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper {
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	padding: 45px 50px;
	margin-top: 30px;
}

@media all and (max-width: 767.98px) {

	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper,
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper {
		padding: 30px;
	}
}

.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table {
	border: none;
	margin: 0;
}

.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table tr th,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table tr th,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table tr td,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table tr td {
	border-color: #d8d8d8;
	border-width: 1px 0 0 0;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	color: #222222;
	padding: 18px 5px;
}

.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table tr th:last-child,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table tr th:last-child,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table tr td:last-child,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table tr td:last-child {
	text-align: right;
}

.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table tr th.product-name,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table tr th.product-name {
	padding-left: 15px;
}

.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table tr th.product-total,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table tr th.product-total {
	padding-right: 15px;
}

.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table thead tr th,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table thead tr th {
	border: none;
}

.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table thead th,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table thead th,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .cart-subtotal th,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .cart-subtotal th,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .shipping th,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .shipping th,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table thead td,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table thead td,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .cart-subtotal td,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .cart-subtotal td,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .shipping td,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .shipping td {
	font-size: 22px;
	color: #111111;
}

@media all and (max-width: 767.98px) {

	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table thead th,
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table thead th,
	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .cart-subtotal th,
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .cart-subtotal th,
	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .shipping th,
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .shipping th,
	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table thead td,
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table thead td,
	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .cart-subtotal td,
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .cart-subtotal td,
	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .shipping td,
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .shipping td {
		font-size: 18px;
	}
}

.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .order-total th,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .order-total th,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .order-total td,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .order-total td {
	font-size: 24px;
	color: #111111;
	border-top-width: 3px;
}

@media all and (max-width: 767.98px) {

	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .order-total th,
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .order-total th,
	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .order-total td,
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .order-total td {
		font-size: 20px;
	}
}

.woocommerce-checkout .woocommerce .checkout #payment,
.woocommerce form .woocommerce-address-fields #payment {
	background: inherit;
	border: none;
}

.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods,
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods {
	margin-top: 50px;
	padding: 45px 50px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
}

.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods label,
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods label {
	color: #111111;
	font-weight: 500;
	margin: 0;
	cursor: pointer;
}

.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods input,
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods input {
	cursor: pointer;
	vertical-align: middle;
}

.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods div.payment_box,
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods div.payment_box {
	background-color: #f2f2f2;
	color: #444444;
}

.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods div.payment_box:before,
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods div.payment_box:before {
	border-bottom-color: #f2f2f2;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order,
.woocommerce form .woocommerce-address-fields #payment .place-order {
	margin: 50px 0 0;
	padding: 0;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper,
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper {
	width: 100%;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text,
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
	font-style: italic;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p,
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
	margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper a,
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper a {
	text-decoration: underline;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper #terms,
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper #terms {
	cursor: pointer;
	outline: none;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order button#place_order,
.woocommerce form .woocommerce-address-fields #payment .place-order button#place_order {
	float: none;
	display: inline-block;
	background-color: #111111;
	border: 1px solid #c2c2c2;
	border-radius: 4px;
	padding: 18px 50px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	outline: none;
}

.woocommerce-checkout .woocommerce .checkout #payment .place-order button#place_order:hover,
.woocommerce form .woocommerce-address-fields #payment .place-order button#place_order:hover {
	background-color: #f26c4f;
	border-color: #f26c4f;
	color: #ffffff;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row {
	width: 49%;
	padding: 0;
	margin: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row input {
	padding: 18px 15px;
	border: none;
	color: #444444;
	background-color: #f2f2f2;
	border-radius: 4px;
	height: 55px;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row input:placeholder {
	color: #6c757d;
	opacity: 1;
}

.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row button.button {
	height: 55px;
	padding: 15px 35px;
}

@media all and (max-width: 767.98px) {

	.woocommerce .checkout.woocommerce-checkout .col2-set .col-1,
	.woocommerce-page .checkout.woocommerce-checkout .col2-set .col-1 {
		float: inherit;
		width: 100%;
	}
}

@media all and (max-width: 767.98px) {

	.woocommerce .checkout.woocommerce-checkout .col2-set .col-2,
	.woocommerce-page .checkout.woocommerce-checkout .col2-set .col-2 {
		float: inherit;
		width: 100%;
	}
}

/*-------------------------------------
#. Woocommerce: Order received
---------------------------------------*/
.woocommerce-order-received .woocommerce {
	color: #111;
}

.woocommerce-order-received .woocommerce h2 {
	font-size: 20px;
}

.woocommerce-order-received .woocommerce .order_details li {
	font-size: 1em;
}

.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
	font-size: 20px;
	margin-bottom: 40px;
}

.woocommerce-order-received .woocommerce .title h3 {
	margin-bottom: 10px;
}

.woocommerce .woocommerce-customer-details address {
	border-radius: 0;
	padding: 20px;
	border: 1px solid #ccc;
}

.woocommerce .woocommerce-customer-details address br {
	margin-bottom: 10px;
}

.woocommerce .woocommerce-customer-details address p {
	margin-top: 10px;
}

.woocommerce-order-details {
	margin-top: 40px;
}

/*-------------------------------------
#. Woocommerce: My Account
---------------------------------------*/
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	max-width: inherit;
	padding: 0;
}

.woocommerce-Address-title a.edit:hover {
	text-decoration: underline;
}

.woocommerce table.shop_table.order_details {
	margin-bottom: 50px;
}

.woocommerce table.shop_table.order_details .product-name a,
.woocommerce table.shop_table.order_details .download-product a {
	color: #111111;
}

.woocommerce-column--billing-address {
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce {
	color: #444444;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	float: none;
	width: inherit;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	margin-bottom: 50px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 1px solid #d7d7d7;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #d7d7d7;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	color: #444444;
	padding: 10px 10px 10px 30px;
	display: block;
	position: relative;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	background-color: #f26c4f;
	color: #fff;
}

.woocommerce-account .woocommerce table .button {
	padding: 8px 14px;
}

.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders .order-actions,
.woocommerce table.woocommerce-MyAccount-downloads th,
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads .order-actions {
	text-align: center;
}

.woocommerce-edit-address .woocommerce-MyAccount-content>p,
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row {
	margin-bottom: 30px;
}

.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Button {
	padding: 15px 25px;
}

.woocommerce-edit-account fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.woocommerce-address-fields button.button {
	padding: 15px 25px;
}

/*-------------------------------------
#. Woocommerce: Login/Register
---------------------------------------*/
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-radius: 0;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
	margin: 30px 0 50px;
}

.woocommerce-account .woocommerce form.login .form-row,
.woocommerce-account .woocommerce form.register .form-row {
	margin-bottom: 20px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	margin-bottom: 25px;
}

.woocommerce .woocommerce-form-login button[type="submit"],
.woocommerce .woocommerce-form-register button[type="submit"],
.woocommerce .woocommerce-ResetPassword button[type="submit"] {
	padding: 15px 40px;
	border-radius: 4px;
	text-transform: uppercase;
}

.woocommerce .woocommerce-ResetPassword .form-row {
	margin-bottom: 10px;
}

/*-------------------------------------
#. Woocommerce: Widgets
---------------------------------------*/
.sidebar-widget-area .widget.widget_shopping_cart a {
	color: #111111;
}

.sidebar-widget-area .widget.widget_shopping_cart .buttons a {
	color: #ffffff;
}

.sidebar-widget-area .widget.widget_shopping_cart .buttons a:hover {
	color: #ffffff;
}

.sidebar-widget-area .widget.widget_shopping_cart ul li:before {
	content: none;
}

.sidebar-widget-area .widget.widget_shopping_cart .mini_cart_item .quantity {
	color: #383838;
	border: none;
}

.sidebar-widget-area .widget.widget_shopping_cart .woocommerce-mini-cart__total {
	color: #111111;
}

.sidebar-widget-area .widget.widget_products .product_list_widget .rtin-content,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget .rtin-content,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget .rtin-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sidebar-widget-area .widget.widget_products .product_list_widget .rtin-content .rtin-left,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget .rtin-content .rtin-left,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget .rtin-content .rtin-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.sidebar-widget-area .widget.widget_products .product_list_widget .rtin-content .rtin-right,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget .rtin-content .rtin-right,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget .rtin-content .rtin-right {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.sidebar-widget-area .widget.widget_products .product_list_widget li,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget li,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget li {
	padding: 10px 0 0;
}

.sidebar-widget-area .widget.widget_products .product_list_widget li .rtin-left a,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget li .rtin-left a,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget li .rtin-left a {
	display: block;
	margin-right: 20px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	font-weight: 400;
}

.sidebar-widget-area .widget.widget_products .product_list_widget li .rtin-left a img,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget li .rtin-left a img,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget li .rtin-left a img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.sidebar-widget-area .widget.widget_products .product_list_widget li .rtin-left a .rtin-icon,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget li .rtin-left a .rtin-icon,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget li .rtin-left a .rtin-icon {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: rgba(0, 0, 0, 0.7);
}

.sidebar-widget-area .widget.widget_products .product_list_widget li .rtin-left a .rtin-icon i:before,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget li .rtin-left a .rtin-icon i:before,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget li .rtin-left a .rtin-icon i:before {
	color: #ffffff;
	margin-left: 0;
	font-size: 25px;
	line-height: 1;
}

.sidebar-widget-area .widget.widget_products .product_list_widget li .rtin-left a:hover .rtin-icon,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget li .rtin-left a:hover .rtin-icon,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget li .rtin-left a:hover .rtin-icon {
	opacity: 1;
	visibility: visible;
}

.sidebar-widget-area .widget.widget_products .product_list_widget li .rtin-left a:hover img,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget li .rtin-left a:hover img,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget li .rtin-left a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.sidebar-widget-area .widget.widget_products .product_list_widget li:before,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget li:before,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget li:before {
	content: none;
}

.sidebar-widget-area .widget.widget_products .product_list_widget li img,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget li img,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget li img {
	float: none;
	width: 85px;
	margin: 0;
	border-radius: 5px;
	position: relative;
}

.sidebar-widget-area .widget.widget_products .product_list_widget .product-title,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget .product-title,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget .product-title {
	display: block;
	color: #909090;
	vertical-align: top;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.sidebar-widget-area .widget.widget_products .product_list_widget .product-title:hover,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget .product-title:hover,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget .product-title:hover {
	color: #f26c4f;
}

.sidebar-widget-area .widget.widget_products .product_list_widget .rdtheme-star-rating,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget .rdtheme-star-rating,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget .rdtheme-star-rating {
	margin: 5px 0 0;
}

.sidebar-widget-area .widget.widget_products .product_list_widget .woocommerce-Price-amount,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget .woocommerce-Price-amount,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget .woocommerce-Price-amount {
	color: #000;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	margin: 10px 0 0;
	display: inline-block;
}

.sidebar-widget-area .widget.widget_products .product_list_widget del .woocommerce-Price-amount,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget del .woocommerce-Price-amount,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget del .woocommerce-Price-amount {
	color: #9c9c9c;
	font-weight: 400;
	padding-right: 5px;
	text-decoration: line-through;
}

.sidebar-widget-area .widget.widget_products .product_list_widget ins,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget ins,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget ins {
	background-color: transparent;
}

.sidebar-widget-area .widget.widget_products .product_list_widget .reviewer,
.sidebar-widget-area .widget.widget_recent_reviews .product_list_widget .reviewer,
.sidebar-widget-area .widget.widget_top_rated_products .product_list_widget .reviewer {
	display: inline-block;
	margin: 10px 0 0;
	color: #000;
}

.sidebar-widget-area .widget.widget_product_categories li a {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.sidebar-widget-area .widget.widget_product_categories li a:hover {
	padding-left: 10px;
}

.sidebar-widget-area .widget.widget_product_categories .select2-container .select2-selection--single {
	height: 38px;
	border-radius: 0;
	border-color: #ccc;
}

.sidebar-widget-area .widget.widget_product_categories .select2-container .select2-selection--single .select2-selection__rendered {
	color: #444;
	padding: 4px 25px 4px 14px;
}

.sidebar-widget-area .widget.widget_product_categories .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	color: #444;
	font-size: 15px;
	line-height: 1.5;
}

.sidebar-widget-area .widget.widget_product_categories .select2-container .select2-selection--single .select2-selection__arrow {
	height: inherit;
	top: -1px;
	right: 5px;
}

.sidebar-widget-area .widget.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple .select2-selection__choice {
	line-height: 1;
	color: #111;
	background: #d5d5d5;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	padding: 7px 10px;
	font-size: 14px;
}

.sidebar-widget-area .widget.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: 7px;
	padding: 0;
}

.sidebar-widget-area .widget.woocommerce-widget-layered-nav .select2-container--default .select2-search--inline .select2-search__field {
	min-height: inherit;
}

.sidebar-widget-area .widget.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown__submit {
	border-radius: 2px;
	font-weight: 500;
}

/*--------------------------------------
#. Plugin: Variation Swatches
---------------------------------------*/
.rtwpvs .rtwpvs-terms-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-color-term {
	height: 17px;
	width: 17px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 10px 0 0 !important;
	border-radius: 4px !important;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-color-term:last-child {
	margin: 0 !important;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-color-term .rtwpvs-term-span-color {
	border-radius: 50% !important;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-color-term .rtwpvs-term-span-color:after {
	content: none !important;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-color-term.selected .rtwpvs-term-span-color,
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-color-term:hover .rtwpvs-term-span-color {
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-size-term {
	margin: 0 20px 10px 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	height: inherit !important;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-size-term .rtwpvs-term-span-size {
	border: 1px solid #dcdcdc;
	color: #000 !important;
	border-radius: 4px !important;
	padding: 10px 15px !important;
	line-height: 1;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-size-term:hover .rtwpvs-term-span-size,
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-size-term.selected .rtwpvs-term-span-size {
	background-color: #f26c4f;
	border-color: #f26c4f;
	color: #ffffff !important;
}

.rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-position-bottom .rtwpvg-slider-wrapper {
	margin-bottom: 15px;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term),
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover,
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected:hover,
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-size-term:hover span,
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-size-term.selected:hover span {
	color: #fff !important;
}

.rt-product-block .rtwpvs-variation-terms-wrapper .rtwpvs-color-term {
	height: 10px;
	width: 10px;
}

/*--------------------------------------
#. Plugin: Variation Gallery
---------------------------------------*/
.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider .rtwpvg-gallery-image {
	text-align: left;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger {
	border-radius: 2px;
	width: 45px;
	height: 45px;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger .dashicons-search {
	width: inherit;
	height: inherit;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger .dashicons-search:before {
	content: "\f0b2";
	font-family: fontawesome;
	font-size: 18px;
	line-height: 45px;
	width: inherit;
	height: inherit;
	color: #444;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-trigger .dashicons-search:hover:before {
	color: #f26c4f;
}

/*-------------------------------------
#. Plugin: Yith Wishlist
---------------------------------------*/
.woocommerce .shop_table.wishlist_table tr td.product-remove {
	padding: 30px 12px;
}

.woocommerce .shop_table.wishlist_table tr td.product-remove a.remove {
	margin: 0 !important;
}

.woocommerce .shop_table.wishlist_table .product-thumbnail img {
	width: 120px;
	border-radius: 5px;
	margin-right: 30px;
}

.woocommerce .shop_table.wishlist_table .product-add-to-cart a {
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.woocommerce .shop_table.wishlist_table .product-price del {
	color: #9c9c9c;
	font-weight: 400;
	padding-right: 5px;
	opacity: 0.5;
	display: inline-block;
}

.woocommerce .shop_table.wishlist_table .product-price ins {
	background-color: transparent;
	display: inline-block;
}

.woocommerce .shop_table.wishlist_table tfoot td {
	border: none;
}

.woocommerce .shop_table.wishlist_table tfoot td .yith-wcwl-share {
	margin: 20px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce .shop_table.wishlist_table tfoot td .yith-wcwl-share .yith-wcwl-share-title {
	margin: 0 20px 0 0;
}

.woocommerce .shop_table.wishlist_table tfoot td .yith-wcwl-share ul {
	margin: 0;
}

.woocommerce .shop_table.wishlist_table tfoot td .yith-wcwl-share ul a {
	margin: 0 1px;
}

.woocommerce form .form-row .password-input {
	width: 100%;
}

/*--------------------------------------
#. Plugin: YITH Quickview
---------------------------------------*/
#yith-quick-view-content {
	padding: 10px;
}

#yith-quick-view-content div.images {
	float: none;
	width: inherit;
}

.woocommerce div.product form.cart .single-add-to-cart-wrapper div.quantity {
	float: left !important;
}

/*--------------------------------------
#. Plugin: Dokan
---------------------------------------*/
.psearch-results {
	z-index: 8889;
	list-style-type: none;
	width: 80%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.psearch-results li {
	display: block;
	width: 100%;
	margin: 0;
	border-top: 1px solid #e5e5e5;
	line-height: 38px;
	overflow: hidden;
}

.psearch-results li:first-child {
	border-top: none;
}

.psearch-results .title {
	float: left;
	padding-left: 8px;
	white-space: nowrap;
	overflow: hidden;
	/* The text-overflow property is supported in all major browsers. */
	text-align: left;
}

.psearch-results .thumbnail {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	margin: 3px 0 3px 3px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.psearch-results .thumbnail img {
	width: 100%;
	height: auto;
}

.search-dropdown .psearch-results a {
	display: block;
	padding: 6px;
	overflow: hidden;
}

.search-dropdown .psearch-results .title {
	margin: 0;
}

@media (max-width: 1024px) {
	.psearch-results {
		margin-left: 15px;
	}
}

.search-dropdown {
	width: 100%;
	right: 0;
	z-index: 1;
	background-color: #fff;
	-webkit-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
}

@media (max-width: 1024px) {
	.search-dropdown {
		width: auto;
		right: -18px;
		margin-top: -55px;
		height: 55px;
		display: none;
	}

	.search-dropdown .input-outer input {
		height: 55px;
		margin-left: 15px;
	}
}

.btn.fa-spin {
	color: #fff;
}

.btn.fa-spin>.flaticon-search {
	opacity: 0;
}

.btn.fa-spin:before {
	position: absolute;
	z-index: 999;
}

.btn.fa-spin:hover {
	background-color: transparent;
	color: #f26c4f;
}

.dokan-dashboard-wrap .entry-title {
	font-size: 32px;
	margin-bottom: 25px;
	line-height: 1.5;
}

.dokan-dashboard-wrap input {
	padding: 4px 6px;
}

input[type="submit"].dokan-btn,
a.dokan-btn,
.dokan-btn {
	background-color: #f26c4f;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	padding: 10px 35px;
}

input[type="submit"].dokan-btn:hover,
a.dokan-btn:hover,
.dokan-btn:hover,
input[type="submit"].dokan-btn:active,
a.dokan-btn:active,
.dokan-btn:active,
input[type="submit"].dokan-btn:focus,
a.dokan-btn:focus,
.dokan-btn:focus {
	background-color: #f26c4f;
	color: #ffffff;
	opacity: 0.8;
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top {
	line-height: inherit;
	padding-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media all and (max-width: 575.98px) {
	.dokan-product-listing .dokan-product-listing-area .product-listing-top {
		display: block;
	}
}

@media all and (max-width: 767.98px) {
	.dokan-product-listing .dokan-product-listing-area .product-listing-top {
		margin-top: 15px;
	}
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
	float: none !important;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: inherit;
	margin: 0;
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li a {
	color: #646464;
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li.active a,
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li a:hover {
	color: #f26c4f;
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link {
	display: block;
	float: none;
	width: inherit;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media all and (max-width: 575.98px) {
	.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link {
		text-align: left;
		margin-top: 10px;
	}
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link a.dokan-btn {
	height: 45px;
	line-height: 25px;
}

@media all and (max-width: 575.98px) {
	.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link a.dokan-btn {
		height: inherit;
		padding: 8px 20px;
	}
}

.dokan-product-listing-area>.dokan-w12 {
	float: none;
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media all and (max-width: 1199.98px) {
	.dokan-product-listing-area>.dokan-w12 {
		display: block;
	}
}

.dokan-product-listing-area>.dokan-w12 button {
	vertical-align: top;
}

.dokan-product-listing-area>.dokan-w12 form {
	float: none;
	width: inherit;
}

.dokan-product-listing-area>.dokan-w12 form .dokan-form-group {
	float: none !important;
	display: inline-block;
}

@media all and (max-width: 575.98px) {
	.dokan-product-listing-area>.dokan-w12 form .dokan-form-group {
		display: block;
		width: 100%;
	}
}

.dokan-product-listing-area>.dokan-w12 form .dokan-form-group #filter-by-date {
	width: 100px;
}

@media all and (max-width: 575.98px) {
	.dokan-product-listing-area>.dokan-w12 form .dokan-form-group #filter-by-date {
		width: 100%;
	}
}

@media all and (max-width: 575.98px) {
	.dokan-product-listing-area>.dokan-w12 form.dokan-product-date-filter {
		display: block !important;
		margin-bottom: 10px;
	}
}

@media all and (max-width: 575.98px) {
	.dokan-product-listing-area>.dokan-w12 form.dokan-product-date-filter .dokan-btn {
		width: 100%;
	}
}

@media all and (max-width: 575.98px) {
	.dokan-product-listing-area>.dokan-w12 form.dokan-product-date-filter .dokan-form-group {
		margin-bottom: 5px !important;
	}
}

.dokan-product-listing-area>.dokan-w12 form.dokan-product-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media all and (max-width: 1199.98px) {
	.dokan-product-listing-area>.dokan-w12 form.dokan-product-search-form {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.dokan-product-listing-area>.dokan-w12 form.dokan-product-search-form .dokan-btn {
	float: none !important;
	height: 36px;
}

#product-filter div.dokan-form-group {
	font-size: 5px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 0;
}

@media all and (max-width: 575.98px) {
	#product-filter div.dokan-form-group {
		margin: 13px 10px 0px 0 !important;
	}
}

a.dokan-btn-theme.vendor-dashboard {
	padding: 15px 35px;
	color: #fff;
}

#dokan-form-inline .dokan-form-group:last-child {
	float: none;
	display: none;
}

#dokan-product-list-table {
	margin-top: 30px;
}

#dokan-product-list-table th,
#dokan-product-list-table td {
	border: none;
}

#dokan-product-list-table th {
	padding: 10px 8px;
	vertical-align: middle;
	color: #111;
	font-weight: 500;
}

#dokan-product-list-table th label {
	display: none;
}

#dokan-product-list-table th input {
	vertical-align: middle;
	display: block;
	cursor: pointer;
}

#dokan-product-list-table td.dokan-product-select label {
	display: none;
}

#dokan-product-list-table td.dokan-product-select input {
	cursor: pointer;
	margin-top: 10px;
}

#dokan-product-list-table abbr[title] {
	border: none;
}

.dokan-form-control,
input.dokan-form-control {
	padding: 8px 12px;
	font-size: 15px;
	line-height: 1.5;
	border: 1px solid #EDEDED;
	height: 36px;
	color: #444444;
	background-color: #f2f2f2;
	border-radius: 4px;
}

select.dokan-form-control {
	cursor: pointer;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock {
	color: #444;
	font-weight: normal;
}

#order_date_filter {
	height: 33px;
	vertical-align: middle;
	padding: 5px 10px !important;
	border-color: #EDEDED;
}

.edit-account input[type="submit"].dokan-btn-theme {
	margin-top: 20px;
	padding: 15px 35px;
}

.dokan-add-new-product-popup #dokan-product-images ul.product_images {
	list-style-type: none;
}

.mfp-close:hover {
	background-color: inherit;
}

#dokan-add-new-product-popup h2 {
	color: #111;
}

.dokan-single-store.dokan-w8 {
	width: 100%;
}

#tab-seller ul {
	margin: 0;
}

#tab-seller ul li>span:first-child {
	font-weight: 500;
	padding-right: 5px;
}

#tab-seller ul li>span:last-child {
	font-weight: 400;
}

#tab-seller ul li span.seller-rating {
	padding: 0;
}

#tab-seller a {
	color: #111111;
}

.shop_table.my_account_orders {
	margin: 0;
}

.shop_table.my_account_orders a {
	color: #111;
	text-decoration: underline;
}