.sort-list select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
}
.sort-list select:after {
	z-index: -1;
}
.rdtheme-star-rating {
	color: #F1970F;
	font-size: 13px;
	line-height: 1;
	overflow: hidden;
	position: relative;
	height: 1em;
	width: 6.6em;
	font-family: star;
	letter-spacing:4px;
}
.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.offer {
	background-color: #FFA234;
	padding: 3px 7px;
	top: 15px;
	left: 35px;
	display: inline-block;
	color: #000000;
	font-size: 16px;
	font-family: var(--font-title);
	line-height: 22px;
	font-style: normal;
  	font-weight: 600;
	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;
}
.single-product-top-1 .rtin-left .rtwpvg-slider-wrapper,
.single-product-top-3 .rtin-left .rtwpvg-slider-wrapper{
	background-color: #f6f6f6;
}
.single-product-top-1 .rtin-left .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-image,
.single-product-top-3 .rtin-left .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-image,
.single-product-top-4 .item-img.gallery-item{
	background-color: #f6f6f6;
} 
.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: var(--color-primary);
}
.woocommerce-info,
.woocommerce-message {
	border: none;
	border-radius: 4px;
	background-color: #f2f2f2;
	color: #444;
	letter-spacing: 1px;
	padding: 20px 20px 20px 70px;
}
@media (min-width: 768px) {
	.woocommerce-info,
	.woocommerce-message {
		line-height: 36px;
	}
}
@media ( max-width: 767px ) {
	.woocommerce-info,
	.woocommerce-message {
		display: flex;
    	flex-wrap: wrap;
    	flex-direction: column-reverse;
    	align-items: flex-start;
	}
	.woocommerce-message a.button{
		float: none !important;
    	margin-top: 15px !important;
	}
}
.woocommerce-info a,
.woocommerce-message a {
	color: #646464;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-decoration: underline
}
.woocommerce-info a:hover,
.woocommerce-message a:hover {
	color: #111
}
.woocommerce-info:before,
.woocommerce-message:before {
	color: var(--color-primary);
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 4px 10px 0 rgba(198, 198, 198, .75);
	box-shadow: 0 4px 10px 0 rgba(198, 198, 198, .75);
	width: 34px;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	border-radius: 50%;
	top: 21px;
	left: 18px
}
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt {
	background-color: var(--color-primary);
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	font-weight: 600;
	margin: 0;
	height: inherit;
	-webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
}
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover {
	color: var(--color-primary);
	border: 1px solid;
    border-color: var(--color-primary);
    background-color: transparent;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	color: #fff;
	border: 1px solid transparent;
}
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
	color: var(--color-primary);
	border: 1px solid;
    border-color: var(--color-primary);
    background-color: transparent;
}
.woocommerce-cart .woocommerce .cart-action .button {
	padding: 10px 30px!important;
	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 .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: 'Font Awesome 5 Free';
    font-weight: 700;
	padding-left: 10px;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 14px;
}
.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 dd,
.woocommerce.widget_shopping_cart dl.variation dt {
	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_amount,
.woocommerce .widget_price_filter .price_slider_wrapper {
	margin-top: 10px;
}
.woocommerce .widget_price_filter .price_slider_amount {
	text-align: left;
}
.woocommerce .widget_price_filter .rt-card-box.style-2 .price_slider_amount{
	flex-direction: column-reverse;
	gap: 10px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
	color: #646464;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span {
	font-weight: 500;
}
.price-slider-btn{
	margin-top: 23px;
}
.price-slider-btn button.button{
	display: inline-block;
  	background-color: var(--color-primary);
  	font-family: var(--font-title);
  	font-weight: 600;
  	font-size: 18px;
  	line-height: 22px;
  	text-align: center;
  	color: var(--color-white);
  	border: 1px solid var(--color-primary);
  	padding: 13px 20px;
	width: 100%;
  	max-width: 220px;
  	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.price-slider-btn button.button:focus{
	outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.price-slider-btn button.button:hover{
   background-color: transparent;
   color: var(--color-black);
}
.woocommerce .widget_price_filter .price_slider_amount .clear {
	display: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--color-primary);
	border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: var(--color-primary);
	border: none;
	width: 7px;
	height: 15px;
	top: -6px;
	margin-left: 0;
	border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #f2f2f2;
	margin: 0 0 10px;
	height: 3px;
}
.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: #111!important;
}
.woocommerce .widget_shopping_cart_content a.remove:hover {
	color: red!important;
	background-color: transparent!important;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
	padding: 10px 0;
}
.rt-woo-nav .owl-carousel .owl-nav {
	margin-top: 0;
}
.rt-woo-nav .owl-carousel .owl-nav .owl-next,
.rt-woo-nav .owl-carousel .owl-nav .owl-prev {
	opacity: 0;
	visibility: hidden;
	font-size: 24px;
	line-height: 1;
	color: #111;
	height: 48px;
	width: 48px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 10px 0 rgba(208, 215, 219, .75);
	box-shadow: 0 8px 10px 0 rgba(208, 215, 219, .75);
	position: absolute;
	top: 25%;
	margin: 0;
	outline: 0;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.rt-woo-nav .owl-carousel .owl-nav .owl-next:hover,
.rt-woo-nav .owl-carousel .owl-nav .owl-prev:hover {
	background-color: var(--color-primary);
	color: #fff;
}
@media all and (max-width:991px) {
	.rt-woo-nav .owl-carousel .owl-nav .owl-next,
	.rt-woo-nav .owl-carousel .owl-nav .owl-prev {
		height: 48px;
		width: 48px;
		font-size: 22px;
	}
}
@media all and (max-width:767px) {
	.rt-woo-nav .owl-carousel .owl-nav .owl-next,
	.rt-woo-nav .owl-carousel .owl-nav .owl-prev {
		height: 42px;
		width: 42px;
		font-size: 20px;
	}
}
@media all and (max-width:575px) {
	.rt-woo-nav .owl-carousel .owl-nav .owl-next,
	.rt-woo-nav .owl-carousel .owl-nav .owl-prev {
		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-next,
.rt-woo-nav:hover .owl-carousel .owl-prev {
	opacity: 1;
	visibility: visible;
}
.rt-woo-nav:hover .owl-carousel .owl-prev {
	left: 2px;
}
.rt-woo-nav:hover .owl-carousel .owl-next {
	right: 2px;
}
.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;
}
.archive.search.search-results .woo-shop-top,
.archive.search.search-results .woocommerce .woo-shop-top{
	display: none;
}
@media all and (max-width:991.98px) {
	.woo-shop-top,
	.woocommerce .woo-shop-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 40px;
	}
}
@media all and (max-width:575.98px) {
	.woo-shop-top,
	.woocommerce .woo-shop-top {
		display: block;
		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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.woo-shop-top .rtin-right #shop-view-mode ul li,
.woocommerce .woo-shop-top .rtin-right #shop-view-mode ul li {
	margin-left: 10px;
}
@media all and (max-width:575.98px) {
	.woo-shop-top .rtin-right,
	.woocommerce .woo-shop-top .rtin-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@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: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 3px;
	font-size: 18px;
	line-height: 40px;
	border: 1px solid #d7d7d7;
	width: 45px;
	height: 40px;
	text-align: center;
}
.woo-shop-top .view-mode ul li a:hover,
.woocommerce .woo-shop-top .view-mode ul li a:hover {
	color: #444;
}
.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;
	list-style: none;
}
.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;
	}
}
@media(max-width: 480px){
	.woo-shop-top .rt-filter-dropdown{
		width: 100%;
	}
}
.woo-shop-top .sort-list,
.woocommerce .woo-shop-top .sort-list {
	margin-right: 0;
}
@media all and (max-width:575px) {
	.woo-shop-top .shop-top-filter-area,
	.woocommerce .woo-shop-top .shop-top-filter-area {
		margin-top: 10px;
	}
}
.woo-shop-top .sort-list select,
.woocommerce .woo-shop-top .sort-list select {
	border: 1px solid #cdcdcd;
	padding: 0 27px 0 18px;
	width: 177px;
	height: 50px;
	color: var(--color-black);
  	font-family: var(--font-title);
  	font-weight: 600;
  	font-size: 18px;
  	line-height: 22px;
	outline: 0;
	cursor: pointer;
}
@media(max-width: 480px){
	.woo-shop-top .sort-list select,
	.woocommerce .woo-shop-top .sort-list select{
		width: 100%;
	}
}
.woo-shop-top .sort-list select option,
.woocommerce .woo-shop-top .sort-list select option {
	color: #000;
}
.woo-shop-top .woocommerce-ordering,
.woo-shop-top .woocommerce-result-count,
.woocommerce .woo-shop-top .woocommerce-ordering,
.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;
}
@media(max-width: 480px){
	.woocommerce .woo-shop-top .woocommerce-ordering {
		width: 100%;
	}
}
.woo-shop-top .woocommerce-ordering:after,
.woocommerce .woo-shop-top .woocommerce-ordering:after {
	content: '\f107';
	position: absolute;
	right: 6px;
	top: 7px;
	font-family: Font Awesome\ 5 Free;
	z-index: -1;
	width: 25px;
	color: var(--color-black);
	background: #fff;
	height: 43px;
	padding-top: 7px;
	font-weight: 600;
	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;
	}
}
.woocommerce .shop-top-filter-area ul.nav-tabs{
	border: 1px solid #cdcdcd;
	margin-left: 10px;
	padding: 0 13px 0 15px;
}
@media(max-width: 480px){
	.woocommerce .shop-top-filter-area ul.nav-tabs{
		width: 175px;
	}
} 
@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: #444;
}
@media all and (max-width:575.98px) {
	.rdtheme-archive-products .rt-product-block {
		margin-left: auto;
		margin-right: auto;
	}
}
.rt-el-product-box .button-text,
.rt-product-block .button-text{
	display: none;
}
.rt-product-block .rtwpvs-variation-terms-wrapper{
	margin-top: 10px;
}
.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;
}
.product-description-box.style-2 .product-view{
	color: var(--color-primary);
  	font-family: var(--font-title);
  	font-weight: 700;
  	font-size: 15px;
  	line-height: 18px;
	padding-bottom: 8px;
	display: block;
}
.product .product_title {
	font-weight: 500;
    font-size: 36px;
    line-height: 43px;
}
@media only screen and (max-width: 991px) and (min-width: 768px)  {
	.product .single-product-top-2 .item-img{
		width: 100%;
	}
	.product .single-product-top-2 .item-img img{
		object-fit: cover;
		width: 100%;
	}
}
.product .single-product-top-2 .product_title,
.product .single-product-top-3 .product_title {
	margin-bottom: 11px;
}
.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: #444;
	font-size: 15px;
	line-height: 1;
}
.woocommerce .quantity {
	border: 1px solid #d9d9d9;
	overflow: hidden;
	display: flex;
	width: 110px;
	height: 50px;
}
@media all and (max-width:991.98px) {
	.woocommerce .quantity {
		width: auto;
	}
}
.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: 50px;
	text-align: center;
	padding: 1px;
	background-color: #fff;
	font-size: 1.125rem;
	line-height: 1;
	color: #161619;
	width: 30px;
	outline: 0;
	margin: 0;
	border: none;
}
@media all and (max-width:991.98px) {
	.woocommerce .quantity .qty {
		width: 30px;
	}
}
.woocommerce .quantity .input-group-btn {
	display: flex;
    flex: 0 0 40px;
}
.woocommerce .quantity .input-group-btn .quantity-btn {
    width: 40px;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	cursor: pointer;
	font-size: 0.875rem;
	color: #161619;
}
.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 .woocommerce-product-rating {
	margin: 15px 0 13px;
	display: flex;
    align-items: center;
}
.woocommerce div.product .single-product-top-4 .woocommerce-product-rating {
	margin: 19px 0 26px;
}
.woocommerce div.product .woocommerce-product-details__short-description {
	color: #646464;
	margin-bottom: 12px;
}
.woocommerce div.product .single-product-top-4 .woocommerce-product-details__short-description{
	margin-bottom: 34px;
} 
.woocommerce div.product .woocommerce-product-details__short-description p{
	margin-bottom: 0;
}
.woocommerce div.product .single-product-top-1 .woocommerce-product-details__short-description{
	margin-bottom: 17px;
}
.woocommerce div.product p.stock {
    display: none;
}
.woocommerce div.product form.cart {
	margin: 0!important;
}
.woocommerce div.product form.cart .variations {
	margin-top: 0;
	margin-bottom: 20px;
}
.product-description-box.style-1 form.cart .variations tbody,
.product-description-box.style-4 form.cart .variations tbody{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	display: table-cell;
	padding: 0;
	text-align: left;
	vertical-align: middle;
}
.woocommerce .quick-view-product-wrapper div.product form.cart .variations th{
	vertical-align: inherit;
}
.product-description-box.style-2 form.cart .variations th.label,
.product-description-box.style-2 form.cart .variations td.value {
	display: flex;
	padding: 0;
}
.product-description-box.style-4 form.cart .variations th.label{
	padding: 0;
}
.single-product-top-3 .product-description-box.style-2 form.cart .variations th.label{
	padding-bottom: 5px;
}
.product-description-box.style-2 form.cart .variations th.label label{
	font-size: 18px;
	line-height: 23px;
    color: #979797;
	font-weight: 400;
	padding: 6px 0 0;
}
.woocommerce div.product .product-description-box.style-1 form.cart .variations tr,
.woocommerce div.product .product-description-box.style-4 form.cart .variations tr {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.woocommerce div.product form.cart .variations label {
	font-size: 15px;
    line-height: 24px;
	text-transform: capitalize;
	margin-right: 9px;
}
.woocommerce div.product form.cart .variations select {
	padding: 8px 10px;
}
.product-description-box.style-1 form.cart .variations .value,
.product-description-box.style-4 form.cart .variations .value{
	display: flex;
	align-items: center;
}
.product-description-box.style-1 form.cart .variations .value .rtwpvs-terms-wrapper,
.product-description-box.style-2 form.cart .variations .value .rtwpvs-terms-wrapper,
.product-description-box.style-4 form.cart .variations .value .rtwpvs-terms-wrapper{
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.product-description-box.style-1 form.cart .variations .value .rtwpvs-terms-wrapper .rtwpvs-radio-button-term,
.product-description-box.style-2 form.cart .variations .value .rtwpvs-terms-wrapper .rtwpvs-radio-button-term,
.product-description-box.style-4 form.cart .variations .value .rtwpvs-terms-wrapper .rtwpvs-radio-button-term{
	display: none;
}
.product-description-box.style-1 form.cart .variations .value .rtwpvs-terms-wrapper label,
.product-description-box.style-2 form.cart .variations .value .rtwpvs-terms-wrapper label,
.product-description-box.style-4 form.cart .variations .value .rtwpvs-terms-wrapper label{
  	display: -webkit-inline-box;
  	display: -ms-inline-flexbox;
  	display: inline-flex;
  	-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  	-webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	padding: 4px 8px;
  	margin-right: 9px;
  	border: 1px solid #d9d9d9;
  	background-color: #fff;
  	font-family: var(--font-title);
  	font-weight: 600;
  	font-size: 15px;
  	line-height: 24px;
  	color: #161619 !important;
  	height: 30px;
  	width: 30px;
}
.product-description-box.style-1 form.cart .variations .value .rtwpvs-terms-wrapper .rtwpvs-term.selected label,
.product-description-box.style-2 form.cart .variations .value .rtwpvs-terms-wrapper .rtwpvs-term.selected label{
	color: #fff !important;
  	background-color: var(--color-primary);
  	border-color: var(--color-primary);
}
.product-description-box.style-1 .single_variation_wrap .woocommerce-variation-price{
	margin-bottom: 10px;
}
.product-description-box.style-1 .single_variation_wrap .woocommerce-variation-price .price{
	line-height: 1;
}
.product-description-box.style-2 .woocommerce-variation-price{
	padding-bottom: 10px;
}
.product-description-box.style-2 .quantity-label{
	font-size: 18px;
    line-height: 23px;
    color: #979797;
    margin-bottom: 6px;
}
.single-product-top-3 .product-description-box.style-2 .quantity-label{
	margin-bottom: 2px;
}
.fixed-popup-layout .fixed-popup-content .quantity-label{
	display: none;
}
.product-description-box.style-1 form.cart .variations 
.woocommerce div.product .single-add-to-cart-wrapper {
	line-height: 0;
	display: flex;
	margin-top: 0;
	margin-bottom: 14px;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
}
.single-add-to-cart-wrapper {
	position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
	padding-top: 6px;
	margin-bottom: 26px;
}
.single-add-to-cart-wrapper > i {
    position: absolute;
    top: 50%;
	left: 29%;
	transform: translateY(-50%);
    z-index: 9;
    color: #fff;
}
.woocommerce div.product .single-add-to-cart-wrapper a {
	font-size: 1.125rem;
	color: #FFFFFF;
    width: 50px;
    height: 50px;
    background-color: #161619;
    line-height: 50px;
    text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	z-index: 1;
}
.woocommerce div.product .single-add-to-cart-wrapper a:hover{
	color: #fff;
    background-color: var(--color-primary);
    border-color: transparent;
}
.woocommerce div.product .single-add-to-cart-wrapper a:hover i{
	-webkit-animation: toBottomFromTop 0.5s forwards;
    animation: toBottomFromTop 0.5s forwards;
}
.woocommerce div.product .single-add-to-cart-wrapper a:hover .ajax-loading{
	opacity: 0;
	display: none;
}
.woocommerce div.product .single-add-to-cart-wrapper a:last-child{
	margin-right: 0;
}

.woocommerce div.product .single-add-to-cart-wrapper .quantity {
	margin: 0 0 0 0!important;
	display: inline-block;
}
@media all and (max-width:767.98px) {
	.woocommerce div.product .single-add-to-cart-wrapper .quantity {
		margin: 0 8px 0 0!important;
	}
}
@media all and (max-width:575.98px) {
	.woocommerce div.product .single-add-to-cart-wrapper .quantity {
		margin: 0 8px 0 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,
.fixed-popup-wrap .fixed-popup-layout .fixed-popup-content button.single_add_to_cart_button.button {
	background-color: var(--color-primary);
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	padding: 12px 30px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid var(--color-primary);
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	height: 50px;
}
.woocommerce div.product .single-add-to-cart-wrapper button.button.single_add_to_cart_button:after,
.fixed-popup-wrap .fixed-popup-layout .fixed-popup-content button.single_add_to_cart_button.button:after{
	content: "";
  	position: absolute;
  	bottom: 0;
  	left: 100%;
  	width: 0%;
  	height: 100%;
  	background-color: var(--color-black);
  	z-index: -1;
  	visibility: hidden;
  	opacity: 0;
  	-webkit-transition: all 0.4s;
  	transition: all 0.4s;
}
.woocommerce div.product .single-add-to-cart-wrapper button.button.single_add_to_cart_button.disabled,
.fixed-popup-wrap .fixed-popup-layout .fixed-popup-content button.single_add_to_cart_button.button.disabled {
 	background-color: var(--color-primary);
	opacity: 0.8;
}
.woocommerce div.product .single-add-to-cart-wrapper button.button.single_add_to_cart_button:hover,
.fixed-popup-wrap .fixed-popup-layout .fixed-popup-content button.single_add_to_cart_button.button:hover {
  color: var(--color-white);
  border-color: var(--color-black);
  opacity: 1;
}
.woocommerce div.product .single-add-to-cart-wrapper button.button.single_add_to_cart_button:hover::after,
.fixed-popup-wrap .fixed-popup-layout .fixed-popup-content button.single_add_to_cart_button.button:hover::after{
  visibility: visible;
  opacity: 1;
  left: 0%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  width: 100%;
}
.fixed-popup-wrap .fixed-popup-layout .fixed-popup-content .single-add-to-cart-wrapper{
	margin-bottom: 13px;
}
.woocommerce div.product .single-add-to-cart-wrapper button.button.single_add_to_cart_button:hover .single-add-to-cart-wrapper > i{
	-webkit-animation: toBottomFromTop 0.5s forwards;
    animation: toBottomFromTop 0.5s forwards;
}
.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 .3s ease-out;
	transition: all .3s ease-out;
	font-size: 15px;
	line-height: 50px;
	font-weight: 500;
	vertical-align: bottom;
	outline: 0;
	width: 50px;
	text-align: center;
}
.woocommerce div.product .single-add-to-cart-wrapper .product-single-meta-btns a:hover {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: #fff;
}
.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 a.rdtheme-wishlist-icon{
	position: relative;
}
.woocommerce div.product .single-add-to-cart-wrapper a.rdtheme-wishlist-icon .ajax-loading {
    position: absolute;
    left: 14px;
    top: 14px;
    opacity: 0;
}
.fixed-popup-layout .fixed-popup-content .single-add-to-cart-wrapper a.rdtheme-wishlist-icon{
	display: none;
}
.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: .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, .1);
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
	padding: 8px 20px;
	border: none;
	text-align: left;
}
.woocommerce table.shop_attributes td p {
	padding: 0;
}
.woocommerce div.product form.cart table div.quantity{
	display: flex;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list {
	margin-top: 5px;
	margin-bottom: 40px;
	width: 100%;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list tr {
    margin-bottom: 10px;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list tr:last-child{
	margin-bottom: 0;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list tr{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}
.woocommerce div.product form.cart .group_table td{
	padding: 0;
}
.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 {
	font-weight: 700;
    color: #000;
    display: inline-block;
    margin-left: 12px;
}
.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-size: 1.125rem;
    color: #444444;
    font-weight: 500;
    margin-bottom: 0;
}
.rdtheme-wc-reviews .commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}
.rdtheme-wc-reviews .commentlist>li {
	padding-bottom: 30px;
}
.rdtheme-wc-reviews .commentlist>li:last-child {
	border: none;
	padding: 0;
	margin: 0;
}
.rdtheme-wc-reviews .commentlist .comment_container.media{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.rdtheme-wc-reviews .commentlist .wc-comment-avatar {
	margin-right: 12px;
}
.rdtheme-wc-reviews .commentlist .wc-comment-avatar img {
	border-radius: 50%;
	max-width: 50px;
}
.rdtheme-wc-reviews .commentlist .comment-text.media-body{
	-ms-flex: 1;
    flex: 1;
}
.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;
}
.rdtheme-wc-reviews .commentlist .rtin-left{
	margin-top: 6px;
}
@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-weight: 500;
  	font-size: 15px;
  	line-height: 1;
  	color: #000000;
	margin-bottom: 0;
	font-family: var(--font-body);
}
.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 {
	font-weight: 400;
  	font-size: 12px;
  	line-height: 16px;
  	color: #838383;
  	margin-bottom: 7px;
}
.rdtheme-wc-reviews .commentlist .rtin-right{
	display: flex;
    align-items: center;
}
.rdtheme-wc-reviews .commentlist .comment-text .description {
	margin-top: 5px;
}
.rdtheme-wc-reviews .commentlist .comment-text .description p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 26px;
}
.rdtheme-wc-reviews #respond {
	border: none;
	padding: 0;
}
.rdtheme-wc-reviews #respond .comment-reply-title {
	text-align: left;
	color: #000;
	font-weight: 500;
	font-size: 1.325rem;
	line-height: 1.4;
}
.rdtheme-wc-reviews #respond p.comment-form-rating{
	margin-bottom: 30px;
}
.rdtheme-wc-reviews #respond p.comment-form-rating label{
	color: #000;
	font-size: 1.125rem;
	line-height: 1.4;
	margin-bottom: 5px;
}
.rdtheme-wc-reviews #respond p.stars {
	line-height: 1;
}
.rdtheme-wc-reviews #respond p.stars a {
	margin-right: 5px;
	display: inline-block;
	color: #f5c415;
	font-size: 18px;
	line-height: 1;
}
.rdtheme-wc-reviews .review-form{
	margin-top: 28px;
}
.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 #d9d9d9;
	border-radius: 0;
	color: #BAB9B9;
	padding: 9px 15px;
}
.rdtheme-wc-reviews #respond form textarea{
	height: auto;
}
.rdtheme-wc-reviews #respond form input:focus,
.rdtheme-wc-reviews #respond form textarea:focus{
	box-shadow: none;
}
.rdtheme-wc-reviews #respond input#submit {
	background-color: var(--color-primary);
  	display: inline-block;
  	text-align: center;
  	color: var(--color-white);
  	padding: 15px 30px;
  	font-weight: 700;
  	font-size: 15px;
  	line-height: 20px;
  	text-transform: uppercase;
  	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
  	border: 0;
  	letter-spacing: 0.1em;
	border-radius: 0;
}
.rdtheme-wc-reviews #respond input#submit:hover {
	color: var(--color-white);
	background-color: var(--color-primary);
}
.rdtheme-wc-reviews #respond .comment-form-cookies-consent label{
	margin: 0;
	padding: 0;
}
.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-form-rating,
.woocommerce #reviews #review_form_wrapper #review_form #respond .comment-notes {
	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: #111;
}
.woocommerce #reviews #review_form_wrapper #review_form #respond .form-submit {
	margin: 5px 0 10px;
}
.single-product-top-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media all and (max-width:767px) {
	.single-product-top-1 {
		display: block;
	}
}
@media all and (max-width:480px) {
	.single-product-top-1 .rtin-left .rtwpvg-images {
		width: auto !important;
    	max-width: 100%;
	}
}

@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-term-group,
.single-product-top-2 .product_meta-area .product-term-group {
	margin-top: 30px;
	font-size: 0;
	line-height: 0;
}
.single-product-top-1 .product_meta-area .product-term-group>div,
.single-product-top-2 .product_meta-area .product-term-group>div {
	font-size: 15px;
	line-height: 1.3;
}
.single-product-top-1 .single-product-avaibility,
.single-product-top-4 .single-product-avaibility{
	margin-bottom: 21px;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 13px;
}
.single-product-top-1 .single-product-avaibility{
	margin-bottom: 26px;
	padding-bottom: 23px;
}
.single-product-top-4 .single-product-avaibility{
	margin-bottom: 36px;
	padding-bottom: 33px;
}
.single-product-top-1 .product_meta-area .product-meta-avaibility,
.single-product-top-4 .product_meta-area .product-meta-avaibility{
	display: none;
}
.product-description-box.style-1.wlist-hide .yith-wcwl-add-button{
	display: none;
}
.product-description-box .rtsb-wishlist-btn,
.product-description-box .yith-wcwl-add-button a{
	display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #979797;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.product-description-box .rtsb-wishlist-btn{
	padding-top: 0;
	padding-left: 0;
}
.product-description-box .rtsb-wishlist-btn:hover,
.product-description-box .yith-wcwl-add-button a:hover{
	color: var(--color-primary);
} 
.product-description-box .rtsb-wishlist-btn i,
.product-description-box .yith-wcwl-add-button a i{
	margin-right: 0;
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-description-box .rtsb-wishlist-btn:hover i,
.product-description-box .yith-wcwl-add-button a:hover i{
	-webkit-animation: toBottomFromTop 0.5s forwards;
          animation: toBottomFromTop 0.5s forwards;
}
.single-product-top-1 .product-description-box .yith-wcwl-wishlistaddedbrowse{
	display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #979797;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
} 
@media(max-width: 480px){
	.rtsb-compare-wrap .rtsb-compare-list{
		display: table;
		overflow-x: auto;
	}
	.rtsb-compare-wrap .rtsb-compare-list-col.rtsb-compare-field-label{
		max-width: 130px;
	}
}
.product-description-box.style-2 .rtsb-wishlist-btn,
.product-description-box.style-2 .rtsb-compare-btn,
.product-description-box.style-2 .yith-wcwl-add-to-wishlist{
	display: none;
}
.product-description-box.style-2 .rt-wishilist-display .rtsb-wishlist-btn,
.product-description-box.style-2 .single-add-to-cart-wrapper .rtsb-compare-btn{
	display: block;
	padding: 0;
}
.product-description-box.style-1 .rtsb-compare-btn,
.product-description-box.style-4 .rtsb-compare-btn{
	display: none;
}
.product-description-box.style-1 .single-add-to-cart-wrapper .rtsb-compare-btn,
.product-description-box.style-4 .single-add-to-cart-wrapper .rtsb-compare-btn{
	display: block;
}
.product-sizeguide{
	position: relative;
}
.product-description-box.style-1 .product-sizeguide .size-chart,
.product-description-box.style-4 .product-sizeguide .size-chart{
	display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #979797;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
	position: absolute;
    left: 170px;
    top: -25px;
}
.product-description-box.style-1 .product-sizeguide .size-chart:hover,
.product-description-box.style-4 .product-sizeguide .size-chart:hover {
	color: var(--color-primary);
}
.product-description-box.style-1 .product-sizeguide .size-chart i,
.product-description-box.style-4 .product-sizeguide .size-chart i{
	margin-right: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-description-box.style-1 .product-sizeguide .size-chart:hover i,
.product-description-box.style-4 .product-sizeguide .size-chart:hover i{
	-webkit-animation: toBottomFromTop 0.5s forwards;
    animation: toBottomFromTop 0.5s forwards;
}
.product-description-box.style-2 .product-sizeguide .size-chart,
.product-description-box.style-3 .product-sizeguide .size-chart{
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #7B7B7B;
  position: absolute;
  right: 0;
  top: 5px;
}
.product-description-box.style-2 .product-sizeguide .size-table,
.product-description-box.style-3 .product-sizeguide .size-table{
	margin-top: 38px;
}
.single-product-avaibility .status{
	font-size: 15px;
}
.woocommerce div.product .stock {
    color: #0AC11C;
}
.single-product-avaibility .status .stock{
	font-weight: 700;
    color: #0AC11C;
    font-size: 15px;
}
.single-product-top-1 .product_meta-area .product-meta-content,
.single-product-top-2 .product_meta-area .product-meta-content,
.single-product-top-4 .product_meta-area .product-meta-content {
	color: #161619;
	font-weight: 500;
}
.single-product-top-1 .product_meta-area .product-meta-content a,
.single-product-top-2 .product_meta-area .product-meta-content a,
.single-product-top-4 .product_meta-area .product-meta-content a {
	color: #161619;
}
.single-product-top-1 .product_meta-area .product-meta-content a:hover,
.single-product-top-2 .product_meta-area .product-meta-content a:hover,
.single-product-top-4 .product_meta-area .product-meta-content a:hover {
	color: var(--color-primary);
	text-decoration: none;
}
.single-product-top-1 .product_meta-area div.product-meta-seperator {
	margin: 0 10px;
	color: #161619;
	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,
.single-product-top-2 .product_meta-area .product-social {
	font-size: 0;
	line-height: 0;
}
.single-product-top-1 .product_meta-area .product-social .product-social-title,
.single-product-top-2 .product_meta-area .product-social .product-social-title {
	color: #111111;
	margin-right: 5px;
	display: inline;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
}
.single-product-top-1 .product_meta-area .product-social{
	margin-top: 25px;
}
.product_meta-area .product-social .product-social-items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.product_meta-area .product-social .product-social-items li a {
	font-size: 14px;
  	line-height: 14px;
  	color: #AEAEAE;
  	display: inline-block;
  	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.product_meta-area .product-social .product-social-items li a:hover {
	color: var(--color-primary);
}
.product_meta-area .product-social .product-social-items li a:hover i{
	-webkit-animation: toBottomFromTop 0.5s forwards;
          animation: toBottomFromTop 0.5s forwards;
}
.product_meta-area .product-social .product-social-items li a i{
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.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: 50px;
}
@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: 23px;
	padding-left: 0;
	border-bottom: 1px solid #d9d9d9;
	position: inherit;
	z-index: -1;
}
@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-2 .woocommerce-tabs ul.tabs{
	text-align: center;
	margin-bottom: 15px;
}
.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .single-product-bottom-2 .woocommerce-tabs ul.tabs::before {
	border-bottom: none;
}
.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs li,
.woocommerce div.product .single-product-bottom-2 .woocommerce-tabs ul.tabs li {
	background-color: inherit;
	border: none;
	margin: 0 30px 0 0;
	padding: 0;
}
@media(max-width: 480px){
	.woocommerce div.product .single-product-bottom-2 .woocommerce-tabs ul.tabs li {
		margin: 0 30px 10px 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,
.woocommerce div.product .single-product-bottom-2 .woocommerce-tabs ul.tabs li a {
	color: #979797;
  	display: inline-block;
  	font-size: 16px;
  	font-weight: 600;
  	font-family: var(--font-title);
  	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
  	border-radius: 0;
  	padding: 0;
  	border: 0;
}
.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .single-product-bottom-2 .woocommerce-tabs ul.tabs li.active a {
	position: relative;
	color: var(--color-black);
}
.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs li.active a:before{
	content: "";
  	height: 2px;
  	width: 100%;
  	background-color: var(--color-black);
  	position: absolute;
  	bottom: 0;
  	left: 0;
}
.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .single-product-bottom-2 .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .single-product-bottom-2 .woocommerce-tabs ul.tabs li::before {
	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;
}
@media(min-width: 1200px ){
	.woocommerce div.product .single-product-bottom-2 .woocommerce-Tabs-panel--description{
		padding: 0 168px;
	}
}
.woocommerce div.product .single-product-bottom-1 .woocommerce-tabs h2 {
	color: #111;
	font-size: 24px;
	line-height: 1.3;
}
.woocommerce div.product .single-product-bottom-1 .owl-carousel .owl-stage {
	margin: 0 auto;
}
.related-product-wrap {
	margin-top: 75px;
}
@media all and (max-width:767.98px) {
	.related-product-wrap {
		margin-top: 40px;
	}
}
.related-product-wrap .section-heading{
	margin-bottom: 40px;
}
.related-product-wrap .pagination-area.has-pagination{
	padding-top: 60px;
	padding-bottom: 16px;
	display: flex;
	justify-content: center;
}
.related-product-wrap .pagination-area .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.related-product-wrap .pagination-area .swiper-pagination .swiper-pagination-bullet {
	height: 15px;
	width: 15px;
	background-color: #C5C5C5;
	opacity: 1;
}
.related-product-wrap .pagination-area .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #161F38;
}
.related-product-wrap .rtsb-wishlist-label{
	display: none;
}
.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;
}
.single-product-top-1 .woocommerce div.product p.price,
.single-product-top-1 .woocommerce div.product span.price {
	font-size: 24px;
	font-weight: 500;
	color: #111;
	margin-top: 20px;
	display: block;
}
.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: .3s ease-in-out;
	transition: .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: var(--color-primary);
}
.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs li.active a {
	color: var(--color-primary);
	border-color: var(--color-primary);
}
.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .single-product-top-2 .woocommerce-tabs ul.tabs li::before {
	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: #111;
	font-size: 24px;
	line-height: 1.3;
}
.woocommerce div.product .single-product-bottom-2 {
	margin-top: 65px;
	padding-top: 70px;
	border-top: 1px solid #d9d9d9;
}
@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;
	}
}
.slick-slide{
    height: auto !important;
}
.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: #111;
	font-weight: 500;
}
.woocommerce div.product .single-product-top-3 .product_meta-area .product-meta-content a {
	color: #111;
}
.woocommerce div.product .single-product-top-3 .product_meta-area .product-meta-content a:hover {
	color: var(--color-primary);
}
.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: .3s ease-in-out;
	transition: .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: #064acb;
}
.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: .3s ease-in-out;
	transition: .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: var(--color-primary);
}
.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs li.active a {
	color: var(--color-primary);
	border-color: var(--color-primary);
}
.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .single-product-top-3 .woocommerce-tabs ul.tabs li::before {
	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: #111;
	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: 1.2rem;
    line-height: 1.2;
    padding: 15px 0;
    font-weight: 500;
    color: #adadad;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    outline: 0;
    border-bottom: 2px solid #dedede;
}
@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: var(--color-primary);
}
.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs ul.tabs li.active a {
	color: #000;
    border-color: var(--color-primary);
}
.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .single-product-bottom-3 .woocommerce-tabs ul.tabs li::before {
	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: #111;
	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 table.shop_table {
	border: none;
	border-collapse: collapse;
}
.woocommerce table.shop_table thead tr {
	background-color: #f8f8f8;
}
.woocommerce table.shop_table thead tr th {
	border: none;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 600;
	color: #111;
	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: #111!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: var(--color-primary)!important;
	border-color: var(--color-primary)!important;
	color: #fff!important;
}
.woocommerce table.shop_table tbody tr td.product-name img {
	width: 52px;
	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: #111;
}
.woocommerce table.shop_table tbody tr td.product-name .variation{
	display: none;
}
.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 dd,
.woocommerce table.shop_table tbody tr td.product-name dl.variation dt {
	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: #111;
}
.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 label{
	display: none;
}
.woocommerce table.shop_table tbody tr.cart-action td .coupon #coupon_code {
	margin: 0;
	padding: 8px 25px;
	width: 250px;
	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.account-orders-table tbody tr,
	.woocommerce table.shop_table_responsive.cart 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.account-orders-table tbody tr td,
	.woocommerce table.shop_table_responsive.cart tbody tr td,
	.woocommerce table.shop_table_responsive.order_details tbody tr td {
		padding: 10px 0;
	}
	.woocommerce table.shop_table_responsive.account-orders-table tbody tr td.product-name img,
	.woocommerce table.shop_table_responsive.cart 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.account-orders-table tbody tr td.product-remove,
	.woocommerce table.shop_table_responsive.cart 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.account-orders-table tbody tr td.product-remove a,
	.woocommerce table.shop_table_responsive.cart 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.account-orders-table tbody tr td.product-quantity .input-text,
	.woocommerce table.shop_table_responsive.cart 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.account-orders-table tbody tr.cart-action,
	.woocommerce table.shop_table_responsive.cart tbody tr.cart-action,
	.woocommerce table.shop_table_responsive.order_details tbody tr.cart-action {
		padding: 0;
	}
}
@media (max-width:767px) {
	.woocommerce .quantity {
	    width: 110px;
	    margin-left: auto;
	}
	.woocommerce table.shop_table_responsive.cart tbody tr.cart_item td.product-quantity{
		display: flex;
		align-items: center;
	}
}
@media all and (max-width:767.98px) and all and (max-width:767.98px) {
	.woocommerce table.shop_table_responsive.account-orders-table tbody tr td,
	.woocommerce table.shop_table_responsive.cart 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 .cart_totals h2,
.woocommerce .cart-collaterals .cross-sells h2 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 600;
	color: #111;
	margin-bottom: 35px;
}
@media all and (max-width:767.98px) {
	.woocommerce .cart-collaterals .cart_totals h2,
	.woocommerce .cart-collaterals .cross-sells h2 {
		margin-bottom: 20px;
	}
}
.woocommerce .cart-collaterals .cart_totals table.shop_table td,
.woocommerce .cart-collaterals .cart_totals table.shop_table th {
	padding: 20px 12px;
	border: none;
	border-top: 1px solid rgba(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 form .form-row {
	padding: 0;
}
.woocommerce form .form-row label {
	width: 100%;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 10px;
	color: #444;
}
.woocommerce form .form-row .required {
	color: #444;
}
.woocommerce form .form-row input,
.woocommerce form .form-row textarea {
	padding: 12px 15px;
	border: none;
	color: #444;
	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: #444;
	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: #444;
}
.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 red;
}
.woocommerce form .woocommerce-address-fields .col-1,
.woocommerce form .woocommerce-address-fields .col-2,
.woocommerce-checkout .woocommerce .checkout .col-1,
.woocommerce-checkout .woocommerce .checkout .col-2 {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	max-width: inherit;
	padding: 0;
}
.woocommerce form .woocommerce-address-fields .form-row,
.woocommerce-checkout .woocommerce .checkout .form-row {
	margin: 0 0 30px;
}
.woocommerce form .woocommerce-address-fields .form-row.form-row-first,
.woocommerce form .woocommerce-address-fields .form-row.form-row-last,
.woocommerce-checkout .woocommerce .checkout .form-row.form-row-first,
.woocommerce-checkout .woocommerce .checkout .form-row.form-row-last {
	width: 49%;
}
@media all and (max-width:767.98px) {
	.woocommerce form .woocommerce-address-fields .form-row.form-row-first,
	.woocommerce form .woocommerce-address-fields .form-row.form-row-last,
	.woocommerce-checkout .woocommerce .checkout .form-row.form-row-first,
	.woocommerce-checkout .woocommerce .checkout .form-row.form-row-last {
		width: 100%;
	}
}
.woocommerce form .woocommerce-address-fields .form-row#billing_address_2_field,
.woocommerce form .woocommerce-address-fields .form-row#shipping_address_2_field,
.woocommerce-checkout .woocommerce .checkout .form-row#billing_address_2_field,
.woocommerce-checkout .woocommerce .checkout .form-row#shipping_address_2_field {
	margin-top: -15px;
}
.woocommerce form .woocommerce-address-fields .form-row .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce .checkout .form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.woocommerce form .woocommerce-address-fields h3,
.woocommerce-checkout .woocommerce .checkout h3 {
	color: #111;
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.woocommerce form .woocommerce-address-fields #ship-to-different-address label,
.woocommerce-checkout .woocommerce .checkout #ship-to-different-address label {
	cursor: pointer;
	margin-bottom: 0;
}
.woocommerce form .woocommerce-address-fields #ship-to-different-address input,
.woocommerce-checkout .woocommerce .checkout #ship-to-different-address input {
	outline: 0;
	vertical-align: middle;
}
.woocommerce form .woocommerce-address-fields #ship-to-different-address span,
.woocommerce-checkout .woocommerce .checkout #ship-to-different-address span {
	font-size: 15px;
	line-height: 1.3;
	vertical-align: middle;
	font-weight: 400;
}
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper,
.woocommerce-checkout .woocommerce .checkout .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 form .woocommerce-address-fields .wc-order-review-wrapper,
	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper {
		padding: 30px;
	}
}
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table {
	border: none;
	margin: 0;
}
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table tr td,
.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-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table tr th {
	border-color: #d8d8d8;
	border-width: 1px 0 0 0;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	color: #222;
	padding: 18px 5px;
}
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table tr td: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-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table tr th:last-child {
	text-align: right;
}
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table tr th.product-name,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table tr th.product-name {
	padding-left: 15px;
}
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table tr th.product-total,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table tr th.product-total {
	padding-right: 15px;
}
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table thead tr th,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table thead tr th {
	border: none;
}
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .cart-subtotal td,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .cart-subtotal th,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .shipping td,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .shipping th,
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table thead td,
.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 td,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .cart-subtotal th,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .shipping td,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .shipping th,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table thead td,
.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table thead th {
	font-size: 22px;
	color: #111;
}
@media all and (max-width:767.98px) {
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .cart-subtotal td,
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .cart-subtotal th,
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .shipping td,
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .shipping th,
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table thead td,
	.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 td,
	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .cart-subtotal th,
	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .shipping td,
	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .shipping th,
	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table thead td,
	.woocommerce-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table thead th {
		font-size: 18px;
	}
}
.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .order-total td,
.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-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .order-total th {
	font-size: 24px;
	color: #111;
	border-top-width: 3px;
}
@media all and (max-width:767.98px) {
	.woocommerce form .woocommerce-address-fields .wc-order-review-wrapper table.shop_table .order-total td,
	.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-checkout .woocommerce .checkout .wc-order-review-wrapper table.shop_table .order-total th {
		font-size: 20px;
	}
}
.woocommerce form .woocommerce-address-fields #payment,
.woocommerce-checkout .woocommerce .checkout #payment {
	background: inherit;
	border: none;
}
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods,
.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods {
	margin-top: 50px;
	padding: 45px 50px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
}
@media(max-width: 575px){
	.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods,
	.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods {
		padding: 30px;
	}
}
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods label,
.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods label {
	color: #111;
	font-weight: 500;
	margin: 0;
	cursor: pointer;
}
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods input,
.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods input {
	cursor: pointer;
	vertical-align: middle;
}
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods div.payment_box,
.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods div.payment_box {
	background-color: #f2f2f2;
	color: #444;
}
.woocommerce form .woocommerce-address-fields #payment .wc_payment_methods div.payment_box:before,
.woocommerce-checkout .woocommerce .checkout #payment .wc_payment_methods div.payment_box:before {
	border-bottom-color: #f2f2f2;
}
.woocommerce form .woocommerce-address-fields #payment .place-order,
.woocommerce-checkout .woocommerce .checkout #payment .place-order {
	margin: 50px 0 0;
	padding: 0;
}
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper {
	width: 100%;
}
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text,
.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
	font-style: italic;
}
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p,
.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
	margin-bottom: 15px;
}
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper a,
.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper a {
	text-decoration: underline;
}
.woocommerce form .woocommerce-address-fields #payment .place-order .woocommerce-terms-and-conditions-wrapper #terms,
.woocommerce-checkout .woocommerce .checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper #terms {
	cursor: pointer;
	outline: 0;
}
.woocommerce form .woocommerce-address-fields #payment .place-order button#place_order,
.woocommerce-checkout .woocommerce .checkout #payment .place-order button#place_order {
	float: none;
	display: inline-block;
	background-color: var(--color-primary);
	border: 1px solid transparent;
	padding: 18px 50px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	outline: 0;
}
.woocommerce form .woocommerce-address-fields #payment .place-order button#place_order:hover,
.woocommerce-checkout .woocommerce .checkout #payment .place-order button#place_order:hover {
	background-color: transparent;
	border-color: var(--color-primary);
	color: var(--color-primary);
}
.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: #444;
	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 {
	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 .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.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 .download-product a,
.woocommerce table.shop_table.order_details .product-name a {
	color: #111;
}
.woocommerce-column--billing-address {
	margin-bottom: 30px;
}
.woocommerce-account .woocommerce {
	color: #444;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
}
.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: #444;
	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 .5s ease-out;
	transition: all .5s ease-out;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover {
	background-color: #064acb;
	color: #fff;
}
.woocommerce-account .woocommerce table .button {
	padding: 8px 14px;
}
.woocommerce table.my_account_orders .order-actions,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th,
.woocommerce table.woocommerce-MyAccount-downloads .order-actions,
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
	text-align: center;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row,
.woocommerce-edit-address .woocommerce-MyAccount-content>p {
	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 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-ResetPassword button[type=submit],
.woocommerce .woocommerce-form-login button[type=submit],
.woocommerce .woocommerce-form-register button[type=submit] {
	padding: 15px 40px;
	border-radius: 4px;
	text-transform: uppercase;
}
.woocommerce .woocommerce-ResetPassword .form-row {
	margin-bottom: 10px;
}
.sidebar-widget-area .widget.widget_shopping_cart a {
	color: #111;
}
.sidebar-widget-area .widget.widget_shopping_cart .buttons a {
	color: #fff;
}
.sidebar-widget-area .widget.widget_shopping_cart .buttons a:hover {
	color: #fff;
}
.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: #111;
}
.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: .3s ease-in-out;
	transition: .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 .3s ease-out;
	transition: all .3s ease-out;
	background-color: rgba(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: #fff;
	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 .3s ease-out;
	transition: all .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: var(--color-primary);
}
.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;
}
.rt-sidebar.style-2 .widget .product-categories{
	list-style: none;
	margin: 0;
	padding: 0;
}
.rt-sidebar.style-2 .widget .product-categories li{
	width: 100%;
    float: left;
    line-height: 1.6;
    text-align: right;
	margin: 0 0 4px;
    padding: 0 0 4px;
    position: relative;
    transition: all 140ms ease-in-out;
}
.rt-sidebar.style-2 .widget.widget_product_categories{
	overflow: hidden;
}
.rt-sidebar.style-2 .widget .product-categories li a{
	float: left;
}
.rt-sidebar.style-2 .widget .product-categories li a,
.rt-sidebar.style-2 .widget .woocommerce-widget-layered-nav-list li a{
	display: inline-block;
  	color: var(--font-color);
  	line-height: 26px;
  	font-size: 16px;
  	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	flex-grow: 1;
}
.rt-sidebar.style-2 .widget .woocommerce-widget-layered-nav-list{
	list-style: none;
	flex-wrap: wrap;
	display: flex;
	padding: 0;
	margin: 0;
	gap: 5px;
}
.rt-sidebar.style-2 .widget .woocommerce-widget-layered-nav-list li{
	flex: 1 0 25%;
    border: 1px solid #d9d9d9;
    text-align: center;
}
.rt-sidebar.style-2 .widget .product-categories li a:hover,
.rt-sidebar.style-2 .widget .woocommerce-widget-layered-nav-list li a:hover{
	color: var(--color-primary);
}
.rt-sidebar.style-2 .woocommerce-widget-layered-nav-list__item,
.shop-top-sidebar .woocommerce-widget-layered-nav-list__item{
	display: flex;
    justify-content: space-between;
}
.rt-sidebar.style-2 .widget.widget_media_gallery .gallery,
.shop-top-sidebar .widget_media_gallery .gallery{
	margin-bottom: 0;
}
.rt-sidebar.style-2 .widget .gallery.gallery-columns-2 figure,
.shop-top-sidebar .gallery.gallery-columns-2 figure{
	margin: 0;
	margin-bottom: 30px;
	text-align: left;
}
.rt-sidebar.style-2 .widget .gallery.gallery-columns-2 figure.gallery-item{
	text-align: left;
}
.rt-sidebar.style-2 .widget .gallery.gallery-columns-2 figure:last-child,
.rt-sidebar.style-2 .widget .gallery.gallery-columns-2 figure:nth-child(7),
.shop-top-sidebar .gallery.gallery-columns-2 figure:last-child,
.shop-top-sidebar .gallery.gallery-columns-2 figure:nth-child(7){
	margin-bottom: 0;
}
.rt-sidebar.style-2 .rtwpvs-term:not(.rtwpvs-radio-term){
	width: 35px;
    height: 35px;
}
.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: 0;
	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;
}
.rtwpvs.rtwpvs-squared .rtwpvs-terms-wrapper .rtwpvs-term,
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term{
	border-radius: 0;
}
.single-product.rtwpvs .rtwpvs-term:not(.rtwpvs-radio-term){
	width: 35px !important;
	height: 35px;
}
.single-product .rtwpvs-squared .rtwpvs-button-term{
	width: 35px !important;
}
.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;
}
.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #111;
}
.woocommerce .shop_table.wishlist_table .product-add-to-cart a {
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 500;
}
.woocommerce .shop_table.wishlist_table .product-price del {
	color: #9c9c9c;
	font-weight: 400;
	padding-right: 5px;
	opacity: .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%;
}
#yith-quick-view-content {
	padding: 10px;
}
#yith-quick-view-content div.images {
	float: none;
	width: inherit;
}
.quick-view-product-wrapper .summary .quantity .qty{
	width: 100% !important;
}
.woocommerce div.product form.cart .single-add-to-cart-wrapper div.quantity {
	display: flex;
}
.psearch-results {
	z-index: 8889;
	list-style-type: none;
	width: 80%;
	margin: 0;
	padding: 0;
	background: #fff;
	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;
	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 .3s 0s ease;
	transition: all .3s 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: var(--color-primary);
}
.category-layout-wrp .mb-30px {
	margin-bottom: 30px;
}
.category-layout-wrp .product-cat-with-thumb {
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
	background-color: transparent;
	height: 290px;
}
.category-layout-wrp .single-cat.p-c-l-one h5 {
	margin: 0;
	padding-top: 10px;
	color: #fff;
	position: relative;
}
.category-layout-wrp .single-cat.p-c-l-one {
	position: relative;
}
.category-layout-wrp .single-cat.p-c-l-one:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	left: 0;
	top: 0;
}
.category-layout-wrp .p-c-l-2 .single-pcat-body {
	padding-top: 15px;
}
.category-layout-wrp .p-c-l-3 {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: linear-gradient(45deg, var(--color-primary), 0, #000 100%);
	margin-bottom: 30px;
}
.category-layout-wrp .p-c-l-3 .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 3em;
	text-align: left;
}
.category-layout-wrp .p-c-l-3 img {
	display: block;
	position: relative;
	max-width: none;
	width: calc(100% + 60px);
	-webkit-transition: opacity .35s, -webkit-transform .45s;
	transition: opacity .35s, -webkit-transform .45s;
	transition: opacity .35s, transform .45s;
	transition: opacity .35s, transform .45s, -webkit-transform .45s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}
.category-layout-wrp .p-c-l-3 h3 {
	text-transform: uppercase;
	color: #fff;
	position: relative;
	font-size: 17px;
	background-color: transparent;
	padding: 15% 0 10px 0;
	text-align: left;
	margin-bottom: 10px;
}
.category-layout-wrp .p-c-l-3 .overlay:before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .45s;
	transition: opacity .35s, -webkit-transform .45s;
	transition: opacity .35s, transform .45s;
	transition: opacity .35s, transform .45s, -webkit-transform .45s;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}
.category-layout-wrp .p-c-l-3 a,
.category-layout-wrp .p-c-l-3 p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .45s;
	transition: opacity .35s, -webkit-transform .45s;
	transition: opacity .35s, transform .45s;
	transition: opacity .35s, transform .45s, -webkit-transform .45s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
.category-layout-wrp .p-c-l-3:hover img {
	opacity: .6;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.category-layout-wrp .p-c-l-3:hover .overlay:before,
.category-layout-wrp .p-c-l-3:hover a,
.category-layout-wrp .p-c-l-3:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.category-layout-wrp .single-pcat.p-c-l-one {
	position: relative;
}
.category-layout-wrp .single-pcat.p-c-l-one h5 {
	position: relative;
	z-index: 2;
	font-size: 18px;
}
.category-layout-wrp .single-pcat.p-c-l-one:after {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(255, 255, 255, .75);
}
.rdtheme-related-products .owl-item>.product {
	width: 100%;
	max-width: 100%;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-family: var(--font-title);
  	font-weight: 700;
  	font-size: 24px;
  	line-height: 29px;
  	color: var(--color-black);
	margin-bottom: 11px;
}
.woocommerce div.product .single-product-top-1 p.price,
.woocommerce div.product .single-product-top-2 p.price,
.woocommerce div.product .single-product-top-3 p.price,
.woocommerce div.product .single-product-top-4 p.price{
	margin-bottom: 16px;
}
.dokan-dashboard-wrap .entry-title {
	font-size: 32px;
	margin-bottom: 25px;
	line-height: 1.5;
}
.dokan-dashboard-wrap input {
	padding: 4px 6px;
}
.dokan-btn,
a.dokan-btn,
input[type=submit].dokan-btn {
	background-color: var(--color-primary);
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff!important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	padding: 10px 35px;
}
.dokan-btn:active,
.dokan-btn:focus,
.dokan-btn:hover,
a.dokan-btn:active,
a.dokan-btn:focus,
a.dokan-btn:hover,
input[type=submit].dokan-btn:active,
input[type=submit].dokan-btn:focus,
input[type=submit].dokan-btn:hover {
	background-color: var(--color-primary);
	color: #fff;
	opacity: .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 a:hover,
.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li.active a {
	color: var(--color-primary);
}
.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 0 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 td,
#dokan-product-list-table th {
	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: #444;
	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: 400;
}
.price ins{
	text-decoration: none;
}
#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: #111;
}
.shop_table.my_account_orders {
	margin: 0;
}
.shop_table.my_account_orders a {
	text-decoration: none;
}
.product_meta-area{
	margin-top: 24px;
	padding-top: 30px;
	border-top: 2px solid #e8e8e8;
}
.single-product-top-1 .product_meta-area{
	margin-top: 29px;
	padding-top: 35px;
}
.product-description-box.style-2 .product_meta-area{
	margin: 0;
	padding: 0;
	border: none;
}
.product-description-box.style-4 .product_meta-area{
	margin: 29px 0 35px 0;
	padding: 35px 0 20px 0;
	border-bottom: 2px solid #e8e8e8;
}
.single-product-top-1 .product_meta-area .product-meta-group>div,
.single-product-top-2 .product_meta-area .product-meta-group>div,
.single-product-top-3 .product_meta-area .product-meta-group>div,
.single-product-top-4 .product_meta-area .product-meta-group>div,
.single-product-top-1 .product_meta-area .product-term-group>div,
.single-product-top-2 .product_meta-area .product-term-group>div,
.single-product-top-3 .product_meta-area .product-term-group>div,
.single-product-top-4 .product_meta-area .product-term-group>div {
	font-size: 15px;
	line-height: 21px;
	color: #898989;
	margin-bottom: 10px;
}
.single-product-top-2 .product_meta-area .product-meta-group>div,
.single-product-top-3 .product_meta-area .product-meta-group>div,
.single-product-top-4 .product_meta-area .product-meta-group>div{
	margin-bottom: 10px;
}
.single-product-top-1 .product_meta-area .product-meta-group>div:last-child,
.single-product-top-2 .product_meta-area .product-term-group>div:last-child,
.single-product-top-3 .product_meta-area .product-term-group>div:last-child{
	margin-bottom: 0;
}
.custom-meta-wrapper{
	margin-bottom: 26px;
}
.custom-meta-wrapper .payment-area{
	display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
	align-items: center;
    background-color: #f8f8f8;
    padding: 20px;
    gap: 20px;
	margin-top: 15px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
	.custom-meta-wrapper .payment-area {
	  display: inherit;
	}
}
.custom-meta-wrapper .payment-area .title {
	font-size: 15px;
	line-height: 20px;
	color: #161619;
}
@media only screen and (max-width: 480px) {
	.custom-meta-wrapper .payment-area .title {
	  margin-bottom: 10px;
	}
}
.custom-meta-wrapper .shiping-area .shiping-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 480px) {
	.custom-meta-wrapper .shiping-area .shiping-list {
	  display: inherit;
	}
}
.custom-meta-wrapper .shiping-area .shiping-list li {
	border: 1px solid #d9d9d9;
	font-size: 15px;
	line-height: 20px;
	color: var(--color-black);
	padding: 12px 20px;
	display: inline-block;
}
  @media only screen and (max-width: 480px) {
	.custom-meta-wrapper .shiping-area .shiping-list li {
	  margin-bottom: 30px;
	  width: 100%;
	}
	.custom-meta-wrapper .shiping-area .shiping-list li:last-child{
		margin-bottom: 0;
	}
  }
.custom-meta-wrapper .shiping-area .shiping-list li .more a {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	-webkit-text-decoration-line: underline;
			text-decoration-line: underline;
	color: #4A4A4F;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.custom-meta-wrapper .shiping-area .shiping-list li .more a:hover {
	color: var(--color-primary);
}
.custom-meta-wrapper .shiping-area .shiping-list li i {
	color: #bbbbbb;
	font-size: 16px;
	line-height: 16px;
	margin-right: 10px;
}
.cart-icon-area:hover .cart-icon-products {
	display: none;
	visibility: hidden;
}
.drawer-container {
	height: 100vh;
    padding: 50px 20px;
    max-width: 395px;
    width: 100%;
    position: fixed;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    top: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
    z-index: 999;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width:787px) {

	#side-content-area-id .woocommerce-mini-cart{
		height: calc(100vh - 290px) !important; 
	} 
	body.sidebar-open{
		overflow:hidden;
	}
}
.drawer-container.show-sidebar {
	z-index: 10001;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: transform .9s cubic-bezier(.55, 0, .1, 1), -webkit-transform .5s cubic-bezier(.55, 0, .1, 1);
}
.drawer-container .cart-header {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 12px;
	margin-bottom: 30px;
}
.drawer-container .close {
	position: absolute;
	right: 32px;
	top: 50px;
	height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 1rem;
	border: 1px solid #e7e7e7;
    background-color: #ffffff;
    color: #646464;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	cursor: pointer;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
 .drawer-container .close:hover {
	color: var(--color-primary);
    border-color: var(--color-primary);
}
body.slidemenuon .drawer-overlay {
    opacity: 1;
    display: block;
    z-index: 10;
}
@media( min-width: 1200px ){
	.drawer-overlay {
		height: 100vh;
		width: 100vw;
		opacity: 0;
		background-color: #000;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		display: none;
		z-index: 10000;
	}
}
#side-content-area-id {
	position: relative;
	height: 100vh;
}
#side-content-area-id .woocommerce-mini-cart__empty-message{
	margin-top: 5px;
}
#side-content-area-id .mini-cart-body{
	max-height: calc(100% - 310px);
	overflow-y: auto;
}
#side-content-area-id .woocommerce-mini-cart {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#side-content-area-id .woocommerce-mini-cart li{
	padding: 0;
}
#side-content-area-id .single-product-wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 1%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 1%);
}
#side-content-area-id .woocommerce-mini-cart-item:last-child .single-product-wrapper{
	border: none;
}
#side-content-area-id .single-product-wrapper .mini-cart-header {
	text-align: center;
	margin-top: 16px;
}
#side-content-area-id .single-product-wrapper .thumb-wrapper img{
	width: 75px;
    height: auto;
    padding: 5px 5px 5px 0;
}
#side-content-area-id .single-product-wrapper .details-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 5px;
}
#side-content-area-id .single-product-wrapper .details-wrapper .product-title {
	display: block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#side-content-area-id .single-product-wrapper .details-wrapper .quantity{
	border: none;
	width: 100%;
	display: inherit;
}
#side-content-area-id .single-product-wrapper .details-wrapper .variation{
	display: none;
}
#side-content-area-id .single-product-wrapper .remove-wrapper {
	position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#side-content-area-id .single-product-wrapper .remove-wrapper:hover {
	cursor: pointer;
}
#side-content-area-id .single-product-wrapper .remove-wrapper .remove {
	height: 18px;
    width: 18px;
    border-radius: 50%;
    font-size: 22px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    color: #646464 !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	line-height: 1;
	font-weight: 400 !important;
	margin-right: 10px;
}
#side-content-area-id .single-product-wrapper .remove-wrapper .remove:hover{
	color: var(--color-primary) !important;
    border-color: var(--color-primary);
}
#side-content-area-id .mini-cart-footer {
    position: fixed;
    bottom: 30px;
}
#side-content-area-id .woocommerce-mini-cart__total {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	font-size: 22px;
    font-weight: 700;
    color: #161619;
    margin-bottom: 20px;
}
#side-content-area-id .woocommerce-mini-cart__total span.woocommerce-Price-amount.amount{
	font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
}
#side-content-area-id .woocommerce-mini-cart__buttons {
	text-align: center;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem!important;
}
#side-content-area-id .woocommerce-mini-cart__buttons.buttons a {
   height: 45px;
   font-family: var(--font-title);
   font-weight: 700;
   font-size: 16px;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
   -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   color: var(--color-white);
   background-color: var(--color-primary);
   padding: 13px 28px;
   border-radius: 0;
   position: relative;
   z-index: 1;
   overflow: hidden;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   letter-spacing: 0.1em;
}
#side-content-area-id .woocommerce-mini-cart__buttons.buttons a:after{
   content: "";
   position: absolute;
   bottom: 0;
   left: 100%;
   width: 0%;
   height: 100%;
   background-color: var(--color-black);
   z-index: -1;
   visibility: hidden;
   opacity: 0;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
}
#side-content-area-id .woocommerce-mini-cart__buttons.buttons a:hover{
   color: var(--color-white);
   border-color: var(--color-black);
}
#side-content-area-id .woocommerce-mini-cart__buttons.buttons a:hover:after{
   visibility: visible;
   opacity: 1;
   left: 0%;
   -webkit-transition: width 0.4s ease;
   transition: width 0.4s ease;
   width: 100%;
}
@media only screen and (max-width:320px) {
	.drawer-container {
		width: 265px;
	}
	.drawer-container #side-content-area-id .woocommerce-mini-cart {
		margin-bottom: 0!important;
	}
}
.woocommerce-top-bar-widget-wrapper .widget>h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.woocommerce-top-bar-widget-wrapper .widget .widgettitle:hover {
	cursor: pointer;
}
.woocommerce-top-bar-widget-wrapper .widget .widgettitle:after {
	position: static;
	content: "\f107";
	font: normal normal normal 16px/1 FontAwesome;
	padding-left: 8px;
}
@media all and (max-width:991.98px) {
	.woocommerce-top-bar-widget-wrapper .widget .button-variable-wrapper,
	.woocommerce-top-bar-widget-wrapper .widget .color-variable-wrapper,
	.woocommerce-top-bar-widget-wrapper .widget .product-categories,
	.woocommerce-top-bar-widget-wrapper .widget form {
		display: none;
		background-color: #fff;
		border-top: .05px solid rgba(0, 0, 0, .05);
		border-left: .05px solid rgba(0, 0, 0, .05);
		padding: 32px;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-shadow: 1px 1px #eceef0;
		box-shadow: 1px 1px #eceef0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: absolute;
		z-index: 10;
		top: 30px;
		width: 689px;
		left: 14px;
		width: 100%;
	}
}
@media all and (max-width:991.98px) {
	.woocommerce-top-bar-widget-wrapper .widget .button-variable-wrapper,
	.woocommerce-top-bar-widget-wrapper .widget .color-variable-wrapper,
	.woocommerce-top-bar-widget-wrapper .widget .product-categories,
	.woocommerce-top-bar-widget-wrapper .widget form {
		position: static;
		padding: 8px;
	}
}
@media all and (max-width:991.98px) {
	.woocommerce-top-bar-widget-wrapper .widget .product-categories {
		display: block;
	}
}
.woocommerce-top-bar-widget-wrapper .widget .product-categories li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
}
.woocommerce-top-bar-widget-wrapper .widget .product-categories li:hover a {
	color: #000;
}
.woocommerce-top-bar-widget-wrapper .widget-display-data .widget-data {
	display: none;
	background-color: #fff;
	border-top: .05px solid rgba(0, 0, 0, .05);
	border-left: .05px solid rgba(0, 0, 0, .05);
	padding: 32px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-shadow: 1px 1px #eceef0;
	box-shadow: 1px 1px #eceef0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 10;
	top: 30px;
	width: 689px;
	left: 14px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
}
.woocommerce-top-bar-widget-wrapper .widget-display-data .widget-data.product-categories {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 5px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce-top-bar-widget-wrapper .widget-display-data .widget-data.product-categories li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	padding: 8px;
}
.woocommerce-top-bar-widget-wrapper .widget-display-data .widget-data .rtwpvs-term.rtwpvs-color-term {
	height: 24px;
	width: 24px;
}
.woocommerce-top-bar-widget-wrapper .widget-display-data .widget-data.button-variable-wrapper {
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}
.woocommerce-top-bar-widget-wrapper .widget-display-data .widget-data.button-variable-wrapper .rtwpvs-button-term {
	margin-right: 60px;
}
.widget-display-data .widget-data {
	display: none;
	background-color: #fff;
	border-top: .05px solid rgba(0, 0, 0, .05);
	border-left: .05px solid rgba(0, 0, 0, .05);
	padding: 32px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-shadow: 1px 1px #eceef0;
	box-shadow: 1px 1px #eceef0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 10;
	top: 30px;
	width: 689px;
	left: 14px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
}
.widget-display-data .widget-data.product-categories {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 5px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.widget-display-data .widget-data.product-categories li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	padding: 8px;
}
.widget-display-data .widget-data .rtwpvs-term.rtwpvs-color-term {
	height: 24px;
	width: 24px;
}
.widget-display-data .widget-data.button-variable-wrapper {
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}
.widget-display-data .widget-data.button-variable-wrapper .rtwpvs-button-term {
	margin-right: 60px;
}
.widget-display-data .product-categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.widget-display-data .product-categories .cat-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
}
.widget-display-data .product-categories .cat-item:hover a {
	color: #000;
}
.woocommerce-top-bar-widget-wrapper .inner-wrapper .widget.filter-by-text-wrapper {
	padding-right: 24px;
}
.woocommerce-top-bar-widget-wrapper .inner-wrapper .widget.filter-by-text-wrapper h3 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
.woocommerce-top-bar-widget-wrapper .inner-wrapper .widget .widgettitle.selected:before {
	position: static;
	content: "\f00c";
	font: normal normal normal 16px/1 FontAwesome;
	padding-right: 4px;
}
.widget-display-data .widget-data.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount {
	width: 100%;
	text-align: center;
	margin: 16px 0;
}
.widget-display-data .widget-data .cat-item.selected {
	background-color: rgba(0, 0, 0, .05);
}
.top-widget-active-filter-wrapper {
	height: auto;
	border: 1px solid rgba(0, 0, 0, .05);
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top-widget-active-filter-wrapper:empty {
	border: none;
}
.top-widget-active-filter-wrapper .attribute-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 8px;
	padding-top: 8px;
}
.top-widget-active-filter-wrapper .attribute-wrapper h5 {
	margin-right: 8px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 1.8;
}
.top-widget-active-filter-wrapper .attribute-wrapper.category .filter-item-container .cat-item {
	list-style: none;
}
.top-widget-active-filter-wrapper .attribute-wrapper.colour .filter-item-container .rtwpvs-color-term {
	border-radius: 50%;
	height: 24px;
	width: 24px;
}
.top-widget-active-filter-wrapper .attribute-wrapper .remove-filter:hover {
	cursor: pointer;
}
.top-widget-active-filter-wrapper .attribute-wrapper .remove-filter:hover i {
	color: #e85454;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
}
.top-widget-active-filter-wrapper .attribute-wrapper .remove-filter i {
	font-size: 14px;
	margin-left: 4px;
	color: #bbacac;
	position: relative;
	top: -1px;
}
.meta-data-for-ajax {
	display: none;
}
.mega-wrapper {
	margin-bottom: 30px;
}
.mega-wrapper .woocommerce-top-bar-widget-wrapper.no-sudo {
	line-height: 3.5;
}
.mega-wrapper .woo-shop-top {
	margin-bottom: 0;
}
.mega-wrapper .woocommerce-result-count {
	margin-right: 10px;
}
.shop-top-sidebar .product-categories li a,
.shop-top-sidebar .woocommerce-widget-layered-nav-list li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #7E7E7E;
	flex-grow: 1;
}
.shop-top-sidebar .product-categories li a:hover,
.shop-top-sidebar .woocommerce-widget-layered-nav-list li a:hover{
	color: var(--color-primary);
}
.shop-top-sidebar .woocommerce-widget-layered-nav-list li input,
.rt-sidebar.style-2 .woocommerce-widget-layered-nav-list li input{
	display: inline-block;
}
.shop-top-sidebar .woocommerce-widget-layered-nav-list li span.count,
.rt-sidebar.style-2 .woocommerce-widget-layered-nav-list li span.count{
	display: none;
}
.shop-top-sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before,
.rt-sidebar.style-2 .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{
	margin-right: 3px;
    color: var(--color-primary);
}
/* Shop Top Widget Scrollbar */
.advanced-banner-box.shop-top-sidebar ul{
    overflow-y: scroll;
    height: 232px;
}
.advanced-banner-box.shop-top-sidebar ul::-scrollbar{
    width: 1px;
}
.advanced-banner-box.shop-top-sidebar ul::-scrollbar-track{
    box-shadow: inset 0 0 5px #2e3240;
    border-radius: 10px;
}
.advanced-banner-box.shop-top-sidebar ul::-scrollbar-thumb{
    background-color: var(--color-primary);
    border-radius: 15px;
}
.advanced-banner-box.shop-top-sidebar ul::-webkit-scrollbar{
    width: 1px;
}
.advanced-banner-box.shop-top-sidebar ul::-webkit-scrollbar-track{
    box-shadow: inset 0 0 20px #CDCDCD;
}
.advanced-banner-box.shop-top-sidebar ul::-webkit-scrollbar-thumb{
    background-color: var(--color-primary);
}

.widget-display-data .price_slider_wrapper {
	width: 500px;
}
.widget-display-data .price_slider_wrapper .price_slider_amount {
	width: 100%;
	text-align: center;
	margin: 16px 0;
}
.rt-on-hover-change-wrapper .rt-hover-img-0 {
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
}
.rt-on-hover-change-wrapper .rt-hover-img-1 {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
}
.rt-on-hover-change-wrapper:hover>.rt-hover-img-1 {
	visibility: visible;
	opacity: 1;
}
.rt-on-hover-change-wrapper:hover>.rt-hover-img-0 {
	visibility: hidden;
	opacity: 0;
}
.mega-wrapper {
	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:991.98px) {
	.top-widget-active-filter-wrapper {
		display: block;
		font-size: 80%;
	}
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    float: inherit;
    width: 100%;
}
figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{
	width: 100%;
}


