.rr-shop-widget .wp-block-heading {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--rr-color-border-1);
}
.rr-shop-widget ul li {
	list-style: none;
	text-transform: capitalize;
	color: var(--rr-color-heading-primary);
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}
.rr-shop-widget ul li:not(:last-of-type) {
	margin-bottom: 15px;
}
.rr-shop-widget ul li a {
	position: relative;
	font-size: 16px;
	color: var(--rr-color-heading-primary);
	display: block;
}
.rr-shop-widget ul li a:hover{
	color: var(--rr-color-theme-primary);
}
.rr-shop-widget.widget_product_categories ul li a::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background-color: var(--rr-color-heading-primary);
	border-radius: 50%;
	left: 0;
	top: 12px;
}

.rr-shop-widget .rr-shop-widget-product-thumb {
    background: #F1F1F1;
}


.rr-shop-widget .rr-woo-widget-price .woocommerce-Price-amount.amount {
    display: inherit !important;
}

/* Shop Page CSS  */
.rr-product-item-2 {
	border-radius: 6px;
	overflow: hidden;
}
.rr-product-content-2 {
	padding: 30px;
	border: 1px solid var(--rr-color-border-1);
	border-top: none;
	border-radius: 0 0 6px 6px;
}
.rr-product-badge-2 {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 11;
}
.rr-product-badge-2 ul li {
	list-style: none;
}
.rr-product-badge-2 ul li span {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background-color: var(--rr-color-theme-primary);
	padding: 5px 20px;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-weight: 700;
}
.rr-product-badge-2 ul li span.onsale {
	background-color: var(--rr-color-theme-primary);
	color: #fff;
}
.rr-shop-top-select .nice-select {
	background-color: #f9f9f9;
	border: 1px solid rgba(1,15,28,.1);
	border-radius: 0;
	font-size: 14px;
	color: #000;
	height: 40px;
	line-height: 38px;
	padding: 0 25px;
	min-width: 220px;
	float: none;
}
.rr-shop-top-select .nice-select .list {
	margin-top: 0;
	border-radius: 0;
	width: 100%;
	padding: 10px 0;
}
.rr-shop-top-select .nice-select .list .option {
	line-height: 1.2;
	min-height: inherit;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rr-product-thumb-2 img {
	transition: all .3s 0s ease-out;
}
.rr-woo-price .price del span {
	margin-top: 0;
	margin-left: 2px;
	text-decoration: line-through;
	color: var(--rr-color-text-body);
	font-size: 16px;
	font-weight: 600;
}
.rr-shop-top .rr-shop-top-left .rr-tab .nav-tabs {
	padding: 0;
	margin: 0;
	border: 0;
}
.rr-product-details-action-item-wrapper {
	margin-bottom: 10px;
}
.rr-section-title-6 {
	font-size: 36px;
  	line-height: 1.2;
  	font-weight: 600;
 	display: block;
  	position: relative;
  	overflow: hidden;
  	text-transform: uppercase;
}

.rr-section-title-pre-6 {
	font-size: 14px;
	color: var(--rr-color-theme-primary);
	margin-bottom: 10px;
	display: inline-block;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 600;
}
.woocommerce-Reviews .comment-form-comment{
	margin-bottom: 20px;
}
.woocommerce-Reviews .comment-form-comment textarea {
	color: var(--rr-color-common-black);
	border: 1px solid var(--rr-color-border-1);
	width: 100%;
	border-radius: 6px;
	padding: 20px;
}
.woocommerce-Reviews .comment-form-comment textarea:focus {
	outline: none;
}

.woocommerce-Reviews .comment-form-author input, .woocommerce-Reviews .comment-form-email input {
	border: 1px solid var(--rr-color-border-1);
	margin-bottom: 20px;
}
.woocommerce-Reviews .comment-form-author, .woocommerce-Reviews .comment-form-email {
	margin-bottom: 5px;
}

.woocommerce-Reviews .comment-form-comment label {
	margin-bottom: 10px;
}

.rr-shop-list-wrapper .rr-product-list-content .rr-product-content-2 {
	border: none;
}

.rr-woo-single-gallery-wrapper .flex-control-nav.flex-control-thumbs li {
	list-style: none;
	margin-bottom: 25px;
}
.rr-woo-single-gallery-wrapper .flex-control-nav.flex-control-thumbs {
	padding-left: 0;
}
/* .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image.flex-active-slide {
	width: 100% !important;
} */
.rr-woo-single-gallery-wrapper.is-list-view .woocommerce-product-gallery__wrapper > img,
.rr-woo-single-gallery-wrapper.is-grid-view .woocommerce-product-gallery__wrapper > img {
	margin-bottom: 25px;
}


.woocommerce-product-gallery__image.flex-active-slide a {
	display: block;
	margin-bottom: 20px;
}

.woocommerce-product-gallery__image.flex-active-slide img {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.woosw-copy-url input {
	outline: none;
	background-color: #fff;
	height: 56px;
	width: 100%;
	line-height: 56px;
	font-size: 14px;
	color: var(--rr-color-common-black);
	padding-left: 26px;
	padding-right: 26px;
	border: 1px solid #e0e2e3;
}

.rr-btn, div.woosw-list #woosw_copy_btn, .cartmini__checkout-btn .button.wc-forward {
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	background-color: var(--rr-color-common-black);
	padding: 9px 26px;
	color: var(--rr-color-common-white);
	border: 1px solid var(--rr-color-common-black);
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.rr-btn:hover, div.woosw-list #woosw_copy_btn:hover, .cartmini__checkout-btn .button.wc-forward:hover {
	color: var(--rr-color-common-black);
	background-color: rgba(0,0,0,0);
}

.wp-block-woocommerce-filled-cart-block .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
	text-align: center;
	margin: auto;
}
.wp-block-woocommerce-filled-cart-block .wc-block-cart-items td {
	vertical-align: middle !important;
}

.wc-block-cart-item__product .wc-block-cart-item__wrap a {
	text-align: center;
	margin: auto;
}
.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
	color: var(--rr-color-heading-primary);
	font-size: 20px;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px;
	background-color: var(--rr-color-theme-primary);
	color: var(--rr-color-common-white);
	transition: all 0.3s 0s ease-out;
	display: inline-block;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:focus {
	background-color: var(--rr-color-common-black);
	color: var(--rr-color-common-white);
}



.wc-block-components-quantity-selector {
	height: 46px;
	line-height: 46px;
	background-color: #F3F5F6;
	border: 0;
	border-radius: 0;
	font-size: 16px;
	color: var(--rr-color-common-black);
}
.wc-block-components-quantity-selector button:focus{
	box-shadow: none !important;
}

/* Checkout Page CSS  */
.wp-block-woocommerce-checkout .wc-block-components-form.wc-block-checkout__form .wc-block-components-address-form input {
	background-color: var(--rr-color-common-white) !important;
	color: var(--rr-color-text-body) !important;
	font-size: 16px;
	font-weight: 400;
	box-shadow: none;
	border: none;
	border-radius: 0;
	width: 100%;
	border: 1px solid var(--rr-color-border-1) !important;
	border-radius: 6px;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-step__content textarea {
	width: 100%;
	border: 1px solid var(--rr-color-border-1) !important;
	background-color: var(--rr-color-common-white) !important;
	color: var(--rr-color-text-body) !important;
	font-size: 16px;
	font-weight: 400;
	height: 150px;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background: var(--rr-color-theme-primary);
	color: var(--rr-color-common-white);
	transition: all .3s 0s ease-out;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
	background: var(--rr-color-common-black);
	color: var(--rr-color-common-white);
}


/* Product List Layout 01 CSS  */
.tp-product-action {
	position: absolute;
	left: 0;
	top: 57px;
	right: auto;
	bottom: auto;
	z-index: 1;
	visibility: visible;
	opacity: 0;
	transition: all 0.3s 0s ease-out;
}
.tp-woo-action-btn {
	position: relative;
}
.tp-woo-action .tp-woo-add-cart-btn a:not(.added_to_cart.wc-forward) {
	font-size: 0;
	position: relative;
}
.tp-product-action-btn a, .tp-product-action-btn button {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	color: #000;
	background-color: #fff;
	border-bottom: 0;
	box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
	border-radius: 50%;
	margin-bottom: 6px;
}

.shop-item:hover .tp-product-action {
	left: 24px;
	visibility: visible;
	opacity: 1;
}

.tp-product-action .tp-product-action-btn i {
	font-size: 16px;
	line-height: 2.5;
	font-weight: 500;
}

.rr-product-tooltip {
	position: absolute;
	top: calc(50% - 1px);
	transform: translateY(-50%);
	right: 100%;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	display: inline-block;
	width: max-content;
	line-height: 1;
	padding: 4px 6px;
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.tp-woo-action .tp-woo-add-cart-btn a:not(.added_to_cart.wc-forward) {
	font-size: 0;
	position: relative;
}
.tp-product-action-btn:hover .rr-product-tooltip {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(8px) translateY(-50%);
	-moz-transform: translateX(8px) translateY(-50%);
	-ms-transform: translateX(8px) translateY(-50%);
	-o-transform: translateX(8px) translateY(-50%);
	transform: translateX(8px) translateY(-50%);
}

.tp-woo-action .tp-woo-add-to-wishlist-btn button, .tp-woo-action .tp-woo-add-to-wishlist-btn a {
	font-size: 0;
}

.tp-woo-action .tp-woo-add-cart-btn a.added_to_cart.wc-forward {
	font-size: 0;
	position: relative;
	color: #000;
}
.tp-woo-action .tp-woo-add-cart-btn a.added_to_cart.wc-forward::before {
	position: absolute;
	top: 50%;
	content: "View Cart";
	transform: translateY(-50%);
	left: calc(100% + 3px);
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	display: inline-block;
	width: max-content;
	line-height: 1;
	padding: 4px 6px;
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tp-woo-action .tp-woo-add-cart-btn a.added_to_cart.wc-forward::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "\f00c";
	font-size: 16px;
	font-weight: 700;
	font-family: "Font Awesome 6 pro";
	color: #000;
}
.tp-woo-action .tp-woo-add-cart-btn a.added_to_cart.wc-forward:hover {
	color: #fff;
}
.tp-woo-action .tp-woo-add-cart-btn a.added_to_cart.wc-forward:hover::before {
	visibility: visible;
	opacity: 1;
	transform: translateX(3px) translateY(-50%);
}
.tp-woo-action .tp-woo-add-cart-btn a:not(.added_to_cart.wc-forward).added {
	display: none;
}


.shop-carousel .shop-item .shop-thumb .sale {
	background-color: inherit !important;
	left: auto;
	right: 30px;
}

.shop-carousel .shop-item .shop-thumb .sale ul li {
	background-color: var(--rr-color-theme-primary);
	list-style: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 5px 20px;
}

.tp-woo-action .tp-woo-add-cart-btn a:not(.added_to_cart.wc-forward) {
	font-size: 0;
	position: relative;
}
.tp-woo-action .tp-woo-add-cart-btn a:not(.added_to_cart.wc-forward) .loading-icon {
	position: absolute;
	top: 51%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	visibility: hidden;
	opacity: 0;
}

.tp-woo-action .tp-woo-add-cart-btn a:not(.added_to_cart.wc-forward) svg,
.tp-woo-action .tp-woo-add-cart-btn button:not(.added_to_cart.wc-forward) svg {
	transform: translateY(-1px);
}
.tp-woo-d-none {
	display: none;
}
.tp-woo-action .tp-woo-add-cart-btn a:not(.added_to_cart.wc-forward).loading .loading-icon {
  visibility: visible;
}


.tp-woo-action .tp-woo-add-cart-btn a:not(.added_to_cart.wc-forward).loading .cart-icon {
  opacity: 0;
}

.tp-woo-action .tp-woo-add-cart-btn a:not(.added_to_cart.wc-forward).loading .loading-icon {
  visibility: visible;
  opacity: 1;
}

.tp-woo-action .tp-woo-add-cart-btn a:not(.added_to_cart.wc-forward).added {
  display: none;
}

.tp-woo-action .tp-woo-add-cart-btn a:not(.added_to_cart.wc-forward) .loading-icon {
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}

.shop-content .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: capitalize;
}

.tp-product-rating-icon.no-rating {
	display: flex;
	align-items: center;
	column-gap: 5px;
	margin-top: 10px;
	flex-wrap: wrap;
	row-gap: 5px;
}
.tp-product-rating-text.tp-el-box-rating-text {
	margin-top: 10px;
	padding-left: 5px;
}

.tp-product-rating-icon.no-rating span {
	color: var(--rr-color-theme-primary);
}

.woocommerce-Price-amount.amount {
	color: var(--rr-color-theme-primary);
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	display: flex;
	align-items: center;
}