
@charset "UTF-8";

.pswp {
	z-index: 3010;
}

.pswp .pswp__bg {
	background-color: rgba(0, 0, 0, .7);
	transition: opacity .3s;
}

.pswp__scroll-wrap {
	opacity: 0;
	transition: opacity .5s;
}

.pswp--visible .pswp__scroll-wrap {
	opacity: 1;
}

.pswp__img {
	box-shadow: 0 0 15px 10px #333;
}

.pswp__img--placeholder--blank {
	background-color: #f2f3f5;
}

.pswp__caption {
	min-height: auto;
}

.pswp__caption__center {
	text-align: center;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	width: 4.8rem;
	height: 4.8rem;
	color: #fff;
	border-radius: 50%;
	font-size: calc(1.6rem * var(--rio-typo-ratio, 1));
	font-weight: 900;
	font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
	text-align: center;
	opacity: .5;
	right: 10%;
	transition: opacity .3s;
	border: 2px solid;
}

.pswp__ui>button:before {
	background: transparent;
	position: static;
}

.pswp__ui>button:hover {
	opacity: 1;
}

.pswp__button--arrow--right:before {
	content: "";
}

.pswp__button--arrow--left {
	left: 10%;
	right: auto;
}

.pswp__button--arrow--left:before {
	content: "";
}

.single-product .woocommerce-notices-wrapper .alert:last-child {
	margin-bottom: 1rem;
}

.single-product .woocommerce-error .button {
	background-color: var(--rio-alert-color, #b10001);
	border-color: var(--rio-alert-color, #b10001);
	color: #fff;
}

.woocommerce-product-gallery {
	margin-bottom: 3rem;
}

.product-gallery.row>* {
	margin-bottom: 2rem;
}

.product-gallery.row .product-image-full {
	right: 1rem;
}

.product-gallery.grid {
	margin-top: 0;
}

.product-gallery.grid>*:first-child {
	max-width: 100%;
	flex: 0 0 100%;
}

.product-gallery.grid-gallery .woocommerce-product-gallery__image, .product-gallery.grid-gallery.gutter-md .woocommerce-product-gallery__image {
	margin-bottom: 0;
	padding: var(--rio-gutter-md);
}

.product-gallery.grid-gallery.gutter-sm .woocommerce-product-gallery__image {
	margin-bottom: 0;
	padding: var(--rio-gutter-sm);
}

.product-gallery.grid-gallery.gutter-lg .woocommerce-product-gallery__image {
	margin-bottom: 0;
	padding: var(--rio-gutter-lg);
}

.product-gallery.grid-gallery.gutter-xs .woocommerce-product-gallery__image {
	margin-bottom: 0;
	padding: 1px;
}

.product-gallery.grid-gallery.gutter-no .woocommerce-product-gallery__image {
	margin-bottom: 0;
	padding: 0;
}

@media (min-width:992px) {
	.sticky-both .single_add_to_cart_button, .sticky-both .variations, .sticky-both .select-box, .sticky-both select {
		width: 100%;
	}
	
	.sticky-both .variations .value>*:not(:last-child) {
		margin-right: 0;
	}
	
	.sticky-both form.cart:not(.variations_form), .sticky-both .woocommerce-variation-add-to-cart {
		display: flex;
		flex-wrap: wrap;
	}
	
	.sticky-both form.cart:not(.variations_form) .product-divider, .sticky-both .woocommerce-variation-add-to-cart .product-divider {
		flex: 0 0 100%;
	}
	
	.sticky-both form.cart:not(.variations_form) .single_add_to_cart_button, .sticky-both .woocommerce-variation-add-to-cart .single_add_to_cart_button {
		width: auto;
		flex: 1;
		padding: 0;
		margin-left: .5rem;
	}
}

.sticky-both .woocommerce-product-gallery {
	margin-bottom: 0;
}

.sticky-both .woocommerce-product-details__short-description p {
	margin-bottom: 0;
}

.sticky-both .sticky-sidebar {
	padding-bottom: 2rem;
}

.sticky-both .woocommerce-notices-wrapper {
	margin-top: -2rem;
	margin-bottom: 3rem;
}

.product-gallery-carousel a {
	height: 100%;
}

.product-gallery-carousel img {
	object-fit: cover;
}

.product-image-full {
	padding: 1rem;
	right: 1rem;
	bottom: 1rem;
	border: 0;
	color: #999;
	background: transparent;
	font-size: calc(2rem * var(--rio-typo-ratio, 1));
	line-height: 1;
	opacity: 0;
	transition: opacity .3s, color .3s;
	z-index: 1;
	cursor: pointer;
}

:hover>.product-image-full, div:hover>.product-image-full {
	opacity: 1;
}

.product-image-full:hover {
	color: var(--rio-primary-color, #27c);
}

.product-gallery .product-image-full {
	position: absolute;
	width: auto;
}

.product-navigation {
	display: flex;
	justify-content: space-between;
	padding-left: 2px;
}

.product-navigation a, .product-navigation .delimiter {
	opacity: 1;
	color: #999;
}

.product-navigation .breadcrumb {
	flex: 1;
	flex-wrap: nowrap;
	padding: 0 5rem 0 0;
	overflow: hidden;
	white-space: nowrap;
	color: #222;
	font-size: inherit;
}

.product-navigation .breadcrumb li:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-navigation li {
	padding: 0 0 1.1rem;
}

.product-navigation li.disabled {
	pointer-events: none;
	opacity: .5;
}

.main-content>.product-navigation, .main>.product-navigation, .main>div>.product-navigation {
	margin-top: -2rem;
}

.product-navigation + .woocommerce-notices-wrapper>.alert:first-child {
	margin-top: 0;
}

.product-nav {
	position: relative;
	display: flex;
	margin-right: 1px;
	color: #999;
}

@media (-webkit-min-device-pixel-ratio:2),(min--moz-device-pixel-ratio:2),(min-device-pixel-ratio:2) {
	.product-nav {
		margin-top: 1px;
	}
}

.product-nav i {
	font-size: 1.9rem;
	margin-bottom: 1px;
}

.product-nav li + li {
	margin-left: 2rem;
}

.product-nav li {
	position: relative;
}

.product-nav span span {
	margin-top: 5px;
	color: #666;
	font-size: calc(1.2rem * var(--rio-typo-ratio, 1));
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-nav li:hover>a {
	color: var(--rio-primary-color, #27c);
}

.product-nav li:hover .product-nav-popup {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.product-nav-prev i {
	margin-right: 2px;
	line-height: 0;
	vertical-align: middle;
}

.product-nav-next i {
	margin-right: 2px;
	line-height: 0;
	vertical-align: middle;
}

.product-nav-popup {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 30;
	width: 120px;
	padding: 0 5px 5px;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .1);
	visibility: hidden;
	opacity: 0;
	transform: scale(.9);
	transform-origin: top;
	transition: opacity .3s, transform .3s;
}

.product-nav-popup:before {
	content: "";
	position: absolute;
	top: -8px;
	right: 18px;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	background-color: #fff;
	box-shadow: inherit;
}

.product-nav-popup img {
	position: relative;
	width: 100%;
	padding-top: 5px;
	background-color: #fff;
}

li:not(:last-child)>*>.product-nav-popup {
	right: auto;
	left: 0;
}

li:not(:last-child)>*>.product-nav-popup:before {
	right: 8.6rem;
}

.woocommerce-tabs.accordion .card-body {
	margin-top: -1rem;
}

.woocommerce-tabs .active>.nav-link:after, .woocommerce-tabs .nav-link.active:after, .woocommerce-tabs *:hover>.nav-link:after {
	transform: scaleX(1) translateX(-50%);
}

.woocommerce-tabs .nav-link {
	font-size: calc(2rem * var(--rio-typo-ratio, 1));
	color: #222;
	padding: 1rem 2.5rem;
	line-height: 1.2;
}

.woocommerce-tabs .tabs .nav-item {
	margin-right: 0;
}

.woocommerce-tabs .tab-pane {
	padding: 1.5rem 2px;
	line-height: 1.86;
}

.woocommerce-tabs .tab-pane + .tab-pane, .woocommerce-tabs .wc-tab>h2:first-child, .woocommerce-tabs .wc-tab>h3:first-child {
	display: none;
}

.woocommerce-tabs p {
	margin-bottom: 1.5rem;
}

.woocommerce-tabs .form-submit {
	margin-bottom: 0;
}

.woocommerce-tabs table p {
	margin-bottom: 0;
}

.woocommerce-tabs .shop_attributes {
	margin-bottom: 0;
}

.woocommerce-tabs .shop_attributes td, .woocommerce-tabs .shop_attributes th {
	padding: 0;
	border-bottom: none;
}

.woocommerce-tabs .shop_attributes th {
	width: 200px;
	padding-right: 1rem;
	color: #222;
	font-weight: inherit;
	text-align: left;
	text-transform: capitalize;
}

.woocommerce-tabs .shop_attributes th:after {
	content: ":";
}

.product-single>.woocommerce-tabs {
	margin-top: 4rem;
}

.woocommerce-tabs .woocommerce-Reviews h2 {
	display: none;
}

.tab .comment-respond {
	margin-bottom: 0;
}

.product-status {
	line-height: 2;
}

.product-reviews-left {
	position: sticky;
	top: 30px;
	padding-top: 2.5rem;
}

.woocommerce-Reviews-title {
	font-size: 2rem;
}

.avg-rating-container {
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin-left: -.4rem;
	margin-bottom: 2.2rem;
}

.avg-rating-container mark {
	margin-bottom: 0;
	margin-right: 1.8rem;
	color: var(--riode-primary-color, #27c);
	font-size: 6em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.025em;
	background: none;
}

.avg-rating-container .ratings-review {
	letter-spacing: 0;
	color: #999;
}

.avg-rating-title {
	display: block;
	font-size: 1.4rem;
	margin-bottom: .9rem;
}

.ratings-list {
	margin-bottom: 3rem;
}

.ratings-list .star-rating {
	margin-right: 1.8rem;
}

.ratings-list .progress-value {
	margin-left: 2rem;
	min-width: 4rem;
}

.ratings-item {
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
}

.rating-percent {
	background: #eee;
	height: .8rem;
	width: 20rem;
	max-width: 100%;
	border-radius: 1rem;
	overflow: hidden;
}

.rating-percent span {
	display: block;
	height: 100%;
	background: #999;
}

.product-comments-list .review {
	padding-top: 4rem;
	padding-bottom: 4.5rem;
}

.product-comments-list .review:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.product-comments-list .review:not(:first-child) {
	border-top: 1px solid #e1e1e1;
}

.product-comments-list .star-rating {
	margin-right: 0;
	font-size: 12px;
}

.product-comments-list .meta:before {
	content: "by";
}

.product-comments-list .meta .review-date:before {
	content: "on";
	margin-right: 3px;
	color: #666;
}

.product-comments-list .meta strong, .product-comments-list .meta time {
	color: #222;
}

.product-comments-list .meta strong {
	font-weight: 600;
}

@media (min-width:576px) {
	.product-comments-list .comment-avatar {
		max-width: 8rem;
		flex: 0 0 8rem;
		height: 8rem;
	}
}

.product-comments-list .comment-text {
	padding: .5rem 0 0 2rem;
}

.review-form-section .offcanvas-content {
	width: 50rem;
	right: -50rem;
}

.comment-form-rating {
	margin-bottom: 1rem;
}

.comment-respond .comment-form-cookies-consent {
	margin-bottom: 2rem;
}

.stars {
	display: inline-block;
	margin: 0 0 0 1rem;
	line-height: 1;
}

.comment-respond .stars {
	margin-bottom: 0;
}

.stars span {
	display: flex;
	position: relative;
	height: calc(12px * var(--rio-typo-ratio, 1));
	font-size: calc(12px * var(--rio-typo-ratio, 1));
}

.stars a {
	color: #999;
	text-indent: -9999px;
	width: calc(14px * var(--rio-typo-ratio, 1));
}

.stars a:before {
	content: "";
	position: absolute;
	left: 0;
	height: calc(12px * var(--rio-typo-ratio, 1));
	line-height: 1;
	font-family: "riode";
	text-indent: 0;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: .2em;
}

.stars a.active:before, .stars a:hover:before {
	content: "";
	color: var(--rio-secondary-color, #d26e4b);
}

.stars .star-1 {
	z-index: 10;
}

.stars .star-2 {
	z-index: 9;
}

.stars .star-3 {
	z-index: 8;
}

.stars .star-4 {
	z-index: 7;
}

.stars .start-5 {
	z-index: 6;
}

.stars .star-1:before {
	width: 20%;
}

.stars .star-2:before {
	width: 40%;
}

.stars .star-3:before {
	width: 60%;
}

.stars .star-4:before {
	width: 80%;
}

.stars .star-5:before {
	content: "";
}

.woocommerce-Reviews .order-select label {
	margin-right: 5px;
}

.woocommerce-Reviews .order-select select {
	display: inline-block;
}

.woocommerce-Reviews .filter-medias .active, .woocommerce-Reviews .filter-medias a:hover {
	color: var(--rio-primary-color);
	border-color: var(--rio-primary-color);
	background: none;
}

.woocommerce-Reviews .toolbox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 2.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e1e1e1;
}

.woocommerce-Reviews .toolbox + .woocommerce-noreviews {
	margin-top: 2rem;
}

.woocommerce-Reviews .toolbox-left {
	margin-right: auto;
}

.woocommerce-Reviews .order-select {
	padding: 1.25rem 0;
	white-space: nowrap;
}

.filter-medias {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 1.25rem 0;
	margin-top: -.5rem;
	margin-bottom: -.5rem;
}

.filter-medias>a {
	margin: .5rem 1rem .5rem 0;
	padding: 1.3rem 2rem 1.2rem;
	border: 1px solid #ccc;
	font-size: 13px;
}

.row .summary + .woocommerce-tabs #comments>.row {
	display: block;
}

.row .summary + .woocommerce-tabs #comments>.row>.col-lg-4, .row .summary + .woocommerce-tabs #comments>.row>.col-lg-8 {
	max-width: 100%;
}

.product-sticky-content:not(.fixed) .sticky-product-details {
	display: none;
}

.product-sticky-content:not(.fixed) .container {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	max-width: none;
}

.product-sticky-content.fixed {
	padding: 1rem 0;
}

.product-sticky-content.fixed .container {
	display: flex;
	align-items: center;
}

.product-sticky-content.fixed .label, .product-sticky-content.fixed .product-divider {
	display: none;
}

.product-sticky-content.fixed .quantity, .product-sticky-content.fixed .single_add_to_cart_button {
	margin-right: .8rem;
}

.product-sticky-content.fixed .single_add_to_cart_button:last-child {
	margin-right: 0;
}

.cart .product-sticky-content.fixed .container .single_add_to_cart_button {
	flex: none;
	padding: 0 3.5em;
}

.sticky-content.fixed .quantity, .sticky-content.fixed .single_add_to_cart_button, .sticky-content.fixed .product-buy-now {
	margin-bottom: 0;
}

.sticky-product-details {
	display: flex;
	align-items: center;
	margin-right: auto;
}

.sticky-product-details img {
	width: 9rem;
	height: 9rem;
	object-fit: cover;
	margin-right: 1rem;
}

.sticky-product-details .star-rating {
	font-size: 1.6rem;
	line-height: 1;
}

.sticky-product-details .product-title {
	margin-bottom: 1rem;
	font-weight: 700;
}

.sticky-product-details .price {
	font-weight: 600;
	font-size: calc(2rem * var(--rio-typo-ratio, 1));
	margin: 0 2rem 0 0;
}

.sticky-product-details .price ins {
	margin-right: 0;
}

.sticky-product-details .price del {
	font-size: .9em;
}

.sticky-product-details .product-title {
	font-size: calc(2rem * var(--rio-typo-ratio, 1));
}

.product-info {
	display: flex;
}

.main-content>.product_title {
	text-align: center;
}

.product-single .col-md-6 .summary:last-child {
	position: sticky;
	top: 10px;
}

.product-single .summary {
	z-index: 10;
}

.product-single .related, .product-single .up-sells {
	margin-top: 6.5rem;
}

@media (min-width:992px) {
	.woocommerce-product-gallery + .col-lg-3 {
		order: -1;
	}
}

@media (min-width:1600px) {
	.container-fluid .product-thumbs.owl-carousel {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	
	.container-fluid .product-thumb {
		margin: 0 10px;
	}
	
	.container-fluid .product-thumbs-wrap {
		margin-top: 20px;
	}
	
	.container-fluid .product-thumbs .owl-prev {
		left: 10px;
	}
	
	.container-fluid .product-thumbs .owl-next {
		right: 10px;
	}
	
	.container-fluid .pg-vertical .product-thumb {
		margin: 0 0 20px;
	}
	
	.container-fluid .pg-vertical .product-thumbs-wrap {
		margin: 0 20px 0 0;
	}
	
	.container-fluid .pg-vertical .product-single-carousel {
		max-width: calc(100% - 129px);
	}
}

@media (min-width:576px) {
	.product-masonry-type {
		align-items: center;
	}
	
	.product-masonry-type .woocommerce-product-gallery__image:nth-child(4n+1), .product-masonry-type .woocommerce-product-gallery__image:nth-child(4n+2) {
		max-width: 33.3333%;
		flex-basis: 33.3333%;
	}
	
	.product-masonry-type .woocommerce-product-gallery__image:nth-child(4n), .product-masonry-type .woocommerce-product-gallery__image:nth-child(4n+3) {
		max-width: 66.6667%;
		flex-basis: 66.6667%;
	}
	
	.product-masonry-type .woocommerce-product-gallery__image:first-child {
		max-width: 100%;
		flex-basis: 100%;
	}
}

.sticky-info .woocommerce-tabs {
	margin-bottom: 5rem;
}

@media (max-width:767px) {
	.sticky-info .woocommerce-product-gallery {
		margin-bottom: 0;
	}
	
	.product-single>.woocommerce-tabs {
		margin-top: 0;
	}
}

@media (max-width:575px) {
	.woocommerce-tabs tbody th {
		width: 100px;
	}
	
	.woocommerce-tabs .commentlist {
		padding: 0 0 2.5rem;
	}
	
	.product-single .related {
		margin-top: 4rem;
	}
	
	.product-navigation .breadcrumb {
		padding-right: 2rem;
		flex: none;
		flex-wrap: wrap;
		max-width: 100%;
	}
	
	.product-navigation {
		flex-wrap: wrap;
	}
}

@media (max-width:479px) {
	.summary .product-navigation {
		display: block;
	}
	
	.summary .product-navigation li .product-nav-popup {
		left: 0;
		right: auto;
	}
	
	.summary .product-navigation li .product-nav-popup:before {
		right: 8.6rem;
	}
}

.product-single .riode-video-thumbnail-viewer, .product-single .riode-360-gallery-viewer {
	position: relative;
	display: block;
	z-index: 2;
}

.product-single .riode-video-thumbnail-viewer:before, .product-single .riode-360-gallery-viewer:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .1);
	transition: background .3s;
}

.product-single .riode-video-thumbnail-viewer:hover:before, .product-single .riode-360-gallery-viewer:hover:before {
	background: rgba(0, 0, 0, .2);
}

.product-single .riode-video-thumbnail-viewer:after, .product-single .riode-360-gallery-viewer:after {
	font-weight: 800;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	transition: box-shadow .3s;
}

.product-single .riode-video-thumbnail-viewer:hover:after, .product-single .riode-360-gallery-viewer:hover:after {
	box-shadow: 0 0 0 15px rgba(255, 255, 255, .2);
}

.product-single .riode-video-thumbnail-viewer:after {
	content: "";
	font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
	font-size: 16px;
}

.product-single .riode-360-gallery-viewer:after {
	content: "";
	font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
	font-size: 16px;
}

.single-product .product_title {
	margin-top: 0;
}

.single-product .mfp-content .riode-video-popup-wrapper {
	background: transparent;
}

.single-product .riode-video-popup-wrapper video {
	display: block;
	width: 100%;
	height: auto;
}

.single-product .mfp-content .riode-360-gallery-wrapper {
	min-height: 500px;
	max-width: 80rem;
}

@media (max-width:767px) {
	.single-product .mfp-content .riode-360-gallery-wrapper {
		min-height: 30rem;
	}
}

.riode-demo .woocommerce-Tabs-panel--description .btn-video-iframe {
	font-size: 35px !important;
}

.riode-demo .woocommerce-Tabs-panel--description .icon-box-side .icon-box-title {
	padding-top: 5px !important;
}

.riode-demo .woocommerce-Tabs-panel--description .divider {
	margin-top: 5px !important;
}

.riode-demo .woocommerce-Tabs-panel--description .image-box figure {
	margin-bottom: 5px !important;
}

.riode-demo .woocommerce-Tabs-panel .sizes-table {
	display: block;
}

.yith-wcwl-add-to-wishlist a {
	display: inline-flex;
	align-items: center;
}
