/* To be replaced in `head` to control optm data location */
.woocommerce-shipping-totals span.woocommerce-Price-amount.wdp-amount {
    text-decoration: line-through;
}
p.cr-comment-image-text { margin-bottom: 0.5em; font-size: 0.9em; }
p.cr-comment-video-text { margin-bottom: 0.5em; font-size: 0.9em; }
.iv-comment-image {
	float: left;
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: 5px;
	margin-top: 0px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e4e1e3;
	filter: brightness(100%);
}
.iv-comment-image:hover,
.cr-comment-video:hover {
	filter: brightness(95%);
}
.cr-comment-image-top {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	max-height: 150px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e4e1e3;
	filter: brightness(100%);
	box-sizing: content-box;
	position: relative;
}
.cr-comment-image-top:hover {
	filter: brightness(95%);
}
.cr-comment-video {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e4e1e3;
	filter: brightness(100%);
}
.cr-comment-video video.cr-video-a {
	width: 75px;
	height: 75px;
	display: block;
	object-fit: cover;
}
.cr-comment-video-modal.cr-comment-video video.cr-video-a {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	background-color: rgba(0,0,0,0.4);
}
.cr-comment-video .cr-comment-videoicon,
.cr-comment-image-top .cr-comment-videoicon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: auto;
	margin-top: -16px;
	margin-left: -16px;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav .cr-comment-videoicon,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav .cr-comment-videoicon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: auto;
	margin-top: -13px;
	margin-left: -13px;
}
.cr-comment-image-top img,
.cr-comment-image-top video {
	width: 150px;
	height: 150px;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	object-fit: cover;
	cursor: pointer;
}
#reviews div.iv-comment-image img,
div.iv-comment-image img {
	box-shadow: none;
	width: 75px;
	height: 75px;
	max-width: 75px;
	max-height: 75px;
	object-fit:cover;
	padding: 0;
	border-radius: 0;
	display: block;
	position: relative;
}
.cr-comment-images, .cr-comment-videos {
	margin-bottom: 1em;
}
.cr-all-reviews-shortcode .cr-comment-images, .cr-comment-videos {
	margin: 0;
}
.cr-comment-videos .cr-comment-video .cr-comment-video-close {
	display: none;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close {
	display: block;
	background-color: #7A7A7A;
	color: #FFFFFF;
	border: 0px solid;
	border-radius: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 1px;
	line-height: 0;
	cursor: pointer;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close .cr-close-button-svg {
	display: block;
	width: 18px;
	height: 18px;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close .cr-close-button-svg-p {
	fill: #ffffff;
}
.cr-comment-videos .cr-comment-video .cr-video-cont {
	display: flex;
	position: relative;
	margin: auto;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-video-cont {
	padding: 10px;
	max-width: 100%;
	max-height: 100%;
}
.cr-comment-videos-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}
.cr-comment-videos-modal .cr-comment-video,
.cr-comment-videos-modal .iv-comment-image {
	display: none;
}
.cr-comment-video.cr-comment-video-modal {
	width: 80%;
	height: 80%;
	float: none;
	margin: auto;
	z-index: 1;
	display: flex;
	justify-content: center;
	cursor: auto;
	border-width: 0;
	filter: brightness(100%);
}
.cr-recaptcha { margin-bottom: 1.5em; }
#commentform.comment-form .cr-upload-local-images, .comment-form .cr-upload-local-images { width: 100%; flex: none; }
#commentform.comment-form .cr-upload-local-images label, .comment-form .cr-upload-local-images label {
	display: block;
	transform: none;
	position: relative;
	left: auto;
	top: auto;
}
#commentform.comment-form .cr-upload-local-images input, .comment-form .cr-upload-local-images input { display: block; width: 100%; }
.ivole-meter {
	overflow: hidden;
	background: #f2f2f2;
	background: -webkit-linear-gradient(top,#eee,#f6f6f6);
	background: linear-gradient(to bottom,#eee,#f6f6f6);
	background-color: #f3f3f3;
	height: 22px;
	border-radius: 1px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.4),inset 0 0 0 1px rgba(0,0,0,.1);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.ivole-meter .ivole-meter-bar {
	border-radius: 1px;
	background: #fb0;
	background: -webkit-linear-gradient(top,#ffce00,#ffa700);
	background: linear-gradient(to bottom,#ffce00,#ffa700);
	background-color: #ffce00;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.05);
	-webkit-transition: width .5s ease;
	transition: width .5s ease;
	float: left;
	font-size: 0;
	height: 100%;
	width: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.ivole-meter .ivole-meter-bar:before {
	background-color: rgba(255,255,255,.25);
	content: "";
	display: block;
	font-size: 0;
	height: 1px;
	margin: 1px
}
.cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell1 {
	white-space: nowrap;
	width: auto;
}
.cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
	width: 70%;
}
.cr-all-reviews-shortcode .cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
	min-width: 100px;
}
.cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell3 {
	text-align: right;
	white-space: nowrap;
	width: auto;
}
#reviews .cr-summaryBox-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap,
.cr-reviews-grid .cr-summaryBox-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2px;
	align-items: center;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-summaryBox-wrap {
	display: none;
}
.cr-reviews-grid.cr-reviews-grid-new-review .cr-summaryBox-wrap,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-reviews-grid-empty {
	display: none;
}
#reviews .cr-summaryBox-wrap {
	margin: 0 0 1em 0;
	background-color: #F9F9F9;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap,
.cr-reviews-grid .cr-summaryBox-wrap {
	margin: 0;
	background-color: #F9F9F9;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator,
.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator {
	width: auto;
	height: 40px;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator {
	flex: 2 2 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator-side,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator-side {
	flex: 1 1 auto;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int,
.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int {
	width: 2px;
	height: 40px;
	background-color: #BCCCD4;
}
.cr-reviews-grid .cr-summaryBox-wrap {
	margin: 0 10px 20px 10px;
}
#reviews .cr-summaryBox-wrap .ivole-summaryBox,
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap {
	margin: 0px;
	width: 49%;
	flex: 0 0 49%;
	padding: 10px;
	border-radius: 4px;
	border: 0px solid #e4e1e3;
	box-sizing: border-box;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox {
	width: 35%;
	flex: 1 0 35%;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap {
	width: auto;
	flex: 0 0 auto;
}
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
#reviews .cr-summaryBox-wrap .cr-average-rating,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating,
.cr-reviews-grid .cr-summaryBox-wrap .cr-average-rating {
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
	color: #0E252C;
}
#reviews .cr-summaryBox-wrap .cr-total-rating-count,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,
.cr-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
	font-size: 14px;
	color: #0E252C;
	line-height: 25px;
}
.cr-all-reviews-shortcode .cr-review-form-wrap,
.cr-reviews-grid .cr-review-form-wrap,
.cr-qna-block .cr-qna-new-q-form {
	display: none;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-form-wrap,
.cr-ajax-reviews-review-form .cr-review-form-wrap,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-review-form-wrap,
.cr-qna-block.cr-qna-new-q-form-open .cr-qna-new-q-form {
	display: block;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav,
.cr-qna-block .cr-review-form-nav {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #E5E9EB;
	border-bottom: 1px solid #E5E9EB;
	height: 50px;
}
.cr-qna-block .cr-qna-list-inl-answ .cr-review-form-nav {
	margin: 0 0 20px 0;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,
.cr-qna-block .cr-review-form-nav .cr-nav-left,
.cr-qna-block .cr-review-form-nav .cr-nav-right {
	display: flex;
	align-items: center;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-wrap .cr-review-form-nav .cr-nav-right {
	display: none;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,
.cr-qna-block .cr-review-form-nav .cr-nav-left svg {
	margin: 0 5px 0 0;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg {
	pointer-events: none;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,
.cr-qna-block .cr-review-form-nav .cr-nav-left svg:hover,
.cr-qna-block .cr-review-form-nav .cr-nav-right svg:hover {
	cursor: pointer;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,
.cr-qna-block .cr-review-form-nav .cr-nav-left span {
	font-size: 16px;
	color: #0E252C;
}
.cr-all-reviews-shortcode .cr-review-form-item,
.cr-ajax-reviews-review-form .cr-review-form-item,
.cr-reviews-grid .cr-review-form-item,
.cr-qna-block .cr-review-form-item {
	display: flex;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #E5E9EB;
	position: relative;
	align-items: center;
}
.cr-all-reviews-shortcode .cr-review-form-item img,
.cr-ajax-reviews-review-form .cr-review-form-item img,
.cr-reviews-grid .cr-review-form-item img,
.cr-qna-block .cr-review-form-item img {
	display: block;
	height: 60px;
	width: auto;
	margin: 0 20px 0 0;
}
.rtl .cr-all-reviews-shortcode .cr-review-form-item img,
.rtl .cr-ajax-reviews-review-form .cr-review-form-item img,
.rtl .cr-reviews-grid .cr-review-form-item img,
.rtl .cr-qna-block .cr-review-form-item img {
	margin: 0 0 0 20px;
}
.cr-all-reviews-shortcode .cr-review-form-item span,
.cr-ajax-reviews-review-form .cr-review-form-item span,
.cr-reviews-grid .cr-review-form-item span,
.cr-qna-block .cr-review-form-item span {
	display: block;
	font-size: 22px;
	font-weight: 500;
	color: #0E252C;
}
.cr-all-reviews-shortcode .cr-review-form-rating,
.cr-ajax-reviews-review-form .cr-review-form-rating,
.cr-reviews-grid .cr-review-form-rating {
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	position: relative;
}
.cr-onsite-ratings .cr-review-form-rating,
.cr-review-form-rating-overall .cr-review-form-rating {
	max-width: 500px;
	margin: 1em 0 1em 0;
	padding: 0;
	position: relative;
}
.cr-review-form-rating-overall.cr-review-form-rating-ovonly .cr-review-form-rating {
	margin: 1em 0 1.5em 0;
}
.cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating,
.cr-review-form-wrap .cr-review-form-rating-overall .cr-review-form-rating {
	margin-left: auto;
	margin-right: auto;
}
.cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating-label {
	font-size: 12px;
	color: #4D5D64;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont,
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont {
	display: flex;
	position: relative;
	height: auto;
	padding: 5px 0;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner {
	height: 20px;
	padding: 0 5px;
	line-height: 0;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner {
	height: 30px;
	padding: 0 5px;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg {
	height: 30px;
	width: 33px;
}
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child,
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child {
	padding-left: 0;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-ajax-reviews-review-form .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act {
	display: none;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover,
.cr-ajax-reviews-review-form .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover {
	cursor: pointer;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	margin: 0 0 0 10px;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr {
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	margin: 0 0 0 10px;
}
.rtl .cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr {
	margin: 0 10px 0 0;
}
.cr-review-form-rating-overall .cr-review-form-rating-label {
	font-size: 18px;
}
.cr-all-reviews-shortcode .cr-review-form-rating-overall .cr-review-form-rating-label,
.cr-ajax-reviews-review-form .cr-review-form-rating-overall .cr-review-form-rating-label,
.cr-reviews-grid .cr-review-form-rating-overall .cr-review-form-rating-label {
	font-size: 16px;
}
.cr-all-reviews-shortcode .cr-review-form-field-error,
.cr-onsite-ratings .cr-review-form-field-error,
.cr-review-form-rating-overall .cr-review-form-field-error,
.cr-onsite-questions .cr-onsite-question .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-field-error,
.cr-qna-block .cr-review-form-field-error {
	font-size: 11px;
	color: #CE2B37;
	margin: 5px 0 0 0;
	display: none;
}
.cr-all-reviews-shortcode .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,
.cr-onsite-ratings .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,
.cr-review-form-rating-overall .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,
.cr-reviews-grid .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont {
	background-color: #fae9eb;
}
.cr-all-reviews-shortcode .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-onsite-ratings .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-review-form-rating-overall .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-onsite-questions .cr-onsite-question.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,
.cr-qna-block .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
.cr-qna-block .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
.cr-qna-block .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
.cr-qna-block .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error {
	display: block;
}
.cr-all-reviews-shortcode .cr-review-form-comment,
.cr-ajax-reviews-review-form .cr-review-form-comment,
.cr-reviews-grid .cr-review-form-comment,
.cr-qna-block .cr-review-form-comment {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	position: relative;
}
.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-comment-txt,
.cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-comment-txt,
.cr-reviews-grid .cr-review-form-comment .cr-review-form-comment-txt,
.cr-qna-block .cr-review-form-comment .cr-review-form-comment-txt {
	border: solid 1px #D8E2E7;
	background-color: #FFFFFF;
	box-shadow: none;
	position: relative;
	padding: 12px 16px;
	color: #0E252C;
	font-size: 14px;
	width: 100%;
	margin: 0;
}
.cr-all-reviews-shortcode .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,
.cr-ajax-reviews-review-form .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,
.cr-reviews-grid .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,
.cr-qna-block .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt {
	border: #CE2B37 solid 2px;
}
.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl,
.cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl,
.cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl,
.cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-lbl,
.cr-ajax-reviews-review-form .cr-review-form-name .cr-review-form-lbl,
.cr-ajax-reviews-review-form .cr-review-form-email .cr-review-form-lbl,
.cr-reviews-grid .cr-review-form-comment .cr-review-form-lbl,
.cr-reviews-grid .cr-review-form-name .cr-review-form-lbl,
.cr-reviews-grid .cr-review-form-email .cr-review-form-lbl,
.cr-qna-block .cr-review-form-lbl {
	position: absolute;
	top: -7px;
	z-index: 1;
	left: 16px;
	background-color: #FFFFFF;
	padding: 0 5px;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	color: #4D5D64;
}
.rtl .cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl,
.rtl .cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl,
.rtl .cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl,
.rtl .cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-lbl,
.rtl .cr-ajax-reviews-review-form .cr-review-form-name .cr-review-form-lbl,
.rtl .cr-ajax-reviews-review-form .cr-review-form-email .cr-review-form-lbl,
.rtl .cr-reviews-grid .cr-review-form-comment .cr-review-form-lbl,
.rtl .cr-reviews-grid .cr-review-form-name .cr-review-form-lbl,
.rtl .cr-reviews-grid .cr-review-form-email .cr-review-form-lbl,
.rtl .cr-qna-block .cr-review-form-lbl {
	left: auto;
	right: 16px;
}
.cr-all-reviews-shortcode .cr-form-item-media,
.cr-ajax-reviews-review-form .cr-form-item-media,
.cr-reviews-grid .cr-form-item-media {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
.cr-all-reviews-shortcode .cr-review-form-terms,
.cr-ajax-reviews-review-form .cr-review-form-terms,
.cr-reviews-grid .cr-review-form-terms,
.cr-qna-block .cr-captcha-terms,
.cr-qna-block .cr-review-form-terms {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	line-height: 1;
	display: block;
}
.cr-all-reviews-shortcode .cr-review-form-terms label,
.cr-ajax-reviews-review-form .cr-review-form-terms label,
.cr-reviews-grid .cr-review-form-terms label,
.cr-qna-block .cr-review-form-terms label {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox,
.cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox,
.cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox,
.cr-qna-block .cr-review-form-terms .cr-review-form-checkbox {
	appearance: auto;
	width: auto;
	height: auto;
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	accent-color: #4D5D64;
}
.rtl .cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox,
.rtl .cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox,
.rtl .cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox,
.rtl .cr-qna-block .cr-review-form-terms .cr-review-form-checkbox {
	margin: 0 0 0 5px;
}
.cr-all-reviews-shortcode .cr-review-form-terms span,
.cr-ajax-reviews-review-form .cr-review-form-terms span,
.cr-reviews-grid .cr-review-form-terms span,
.cr-qna-block .cr-review-form-terms span {
	display: inline;
	vertical-align: middle;
	color: #0E252C;
	line-height: 1.3;
}
.cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox::after,
.cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox::after,
.cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox::after,
.cr-qna-block .cr-review-form-terms .cr-review-form-checkbox::after {
	border: none;
	content: normal;
}
.cr-qna-block .cr-captcha-terms {
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	color: #0E252C;
}
.cr-all-reviews-shortcode .cr-review-form-ne,
.cr-ajax-reviews-review-form .cr-review-form-ne,
.cr-reviews-grid .cr-review-form-ne,
.cr-qna-block .cr-review-form-ne {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	position: relative;
	display: flex;
	gap: 10px;
}
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name,
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-name,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-email,
.cr-qna-block .cr-review-form-ne .cr-review-form-name,
.cr-qna-block .cr-review-form-ne .cr-review-form-email {
	width: 50%;
	position: relative;
}
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name input,
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email input,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name input,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email input,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-name input,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-email input,
.cr-qna-block .cr-review-form-ne .cr-review-form-name input,
.cr-qna-block .cr-review-form-ne .cr-review-form-email input {
	width: 100%;
}
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-txt,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-txt,
.cr-qna-block .cr-review-form-ne .cr-review-form-txt {
	border: solid 1px #D8E2E7;
	background-color: #FFFFFF;
	box-shadow: none;
	position: relative;
	padding: 12px 16px;
	color: #0E252C;
	font-size: 14px;
	margin: 0;
}
.cr-review-form-wrap .cr-onsite-question .cr-onsite-question-inp {
	border: solid 1px #D8E2E7;
	background-color: #FFFFFF;
	box-shadow: none;
	padding: 12px 16px;
	color: #0E252C;
	font-size: 14px;
	width: 50%;
}
.cr-review-form-wrap .cr-onsite-question label {
	position: absolute;
	top: -7px;
	z-index: 1;
	left: 16px;
	background-color: #FFFFFF;
	padding: 0 5px;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	color: #4D5D64;
	font-weight: normal;
}
.rtl .cr-review-form-wrap .cr-onsite-question label {
	left: auto;
	right: 16px;
}
.cr-review-form-wrap .cr-onsite-questions {
	max-width: 500px;
	margin: 0 auto;
}
.cr-all-reviews-shortcode .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
.cr-all-reviews-shortcode .cr-review-form-email.cr-review-form-error .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-email.cr-review-form-error .cr-review-form-txt,
.cr-onsite-questions .cr-onsite-question.cr-review-form-error input[type='text'],
.cr-onsite-questions .cr-onsite-question.cr-review-form-error input[type='number'],
.cr-single-product-review .cr-review-form-textbox.cr-review-form-error,
.cr-reviews-grid .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
.cr-reviews-grid .cr-review-form-email.cr-review-form-error .cr-review-form-txt,
.cr-qna-block .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
.cr-qna-block .cr-review-form-email.cr-review-form-error .cr-review-form-txt {
	border: #CE2B37 solid 2px;
}
.cr-all-reviews-shortcode .cr-review-form-captcha,
.cr-ajax-reviews-review-form .cr-review-form-captcha,
.cr-reviews-grid .cr-review-form-captcha {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	display: flex;
	flex-direction: column;
	align-items: start;
}
.cr-all-reviews-shortcode .cr-review-form-captcha .cr-recaptcha,
.cr-ajax-reviews-review-form .cr-review-form-captcha .cr-recaptcha,
.cr-reviews-grid .cr-review-form-captcha .cr-recaptcha {
	margin: 0;
}
.cr-all-reviews-shortcode .cr-review-form-buttons,
.cr-ajax-reviews-review-form .cr-review-form-buttons,
.cr-reviews-grid .cr-review-form-buttons,
.cr-qna-block .cr-review-form-buttons {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
	display: flex;
	gap: 10px;
}
.cr-qna-block .cr-qna-list-inl-answ .cr-review-form-buttons {
	padding: 0;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-qna-block .cr-review-form-buttons .cr-review-form-submit {
	display: flex;
	background-color: #31856C;
	color: #ffffff;
	border: 0;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	width: 50%;
	padding: 0 10px;
	margin: 0;
	align-items: center;
	justify-content: center;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-buttons .cr-review-form-submit {
	width: 100%;
}
.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit:hover,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit:hover,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit:hover,
.cr-qna-block .cr-review-form-buttons .cr-review-form-submit:hover {
	background-color: #276A56;
	text-decoration: none;
	cursor: pointer;
}
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-captcha,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-onsite-question,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-onsite-question-inp,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-terms,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-captcha,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-onsite-question,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-onsite-question-inp,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-terms,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-captcha,
.cr-reviews-grid .cr-review-form-submitting .cr-onsite-question,
.cr-reviews-grid .cr-review-form-submitting .cr-onsite-question-inp,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-terms,
.cr-qna-block .cr-review-form-submitting.cr-qna-new-q-form,
.cr-qna-block .cr-review-form-submitting.cr-qna-list-inl-answ {
	pointer-events: none;
}
.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit span,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit span,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit span {
	display: block;
}
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,
.cr-qna-block .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span {
	display: none;
}
.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit img,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit img,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit img,
.cr-qna-block .cr-review-form-buttons .cr-review-form-submit img {
	display: none;
	height: 10px;
}
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,
.cr-qna-block .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img {
	display: block;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,
.cr-qna-block .cr-review-form-buttons .cr-review-form-cancel {
	display: flex;
	background-color: #ffffff;
	color: #0E252C;
	border: 0;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	width: 50%;
	border: solid 1px #D8E2E7;
	padding: 0 10px;
	margin: 0;
	align-items: center;
	justify-content: center;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-buttons .cr-review-form-cancel {
	display: none;
}
.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-cancel:hover,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-cancel:hover,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-cancel:hover,
.cr-qna-block .cr-review-form-buttons .cr-review-form-cancel:hover {
	border: solid 1px #4D5D64;
	text-decoration: none;
	cursor: pointer;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-rating,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-comment,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-ne,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-captcha,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-buttons,
.cr-all-reviews-shortcode .cr-review-form-res .cr-onsite-ratings,
.cr-all-reviews-shortcode .cr-review-form-res .cr-onsite-question,
.cr-all-reviews-shortcode .cr-review-form-res .cr-form-item-media,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-terms,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-rating,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-comment,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-ne,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-captcha,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-buttons,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-onsite-ratings,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-onsite-question,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-form-item-media,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-terms,
.cr-reviews-grid .cr-review-form-res .cr-review-form-rating,
.cr-reviews-grid .cr-review-form-res .cr-review-form-comment,
.cr-reviews-grid .cr-review-form-res .cr-review-form-ne,
.cr-reviews-grid .cr-review-form-res .cr-review-form-captcha,
.cr-reviews-grid .cr-review-form-res .cr-review-form-buttons,
.cr-reviews-grid .cr-review-form-res .cr-onsite-ratings,
.cr-reviews-grid .cr-review-form-res .cr-onsite-question,
.cr-reviews-grid .cr-review-form-res .cr-form-item-media,
.cr-reviews-grid .cr-review-form-res .cr-review-form-terms,
.cr-qna-block .cr-review-form-res .cr-review-form-comment,
.cr-qna-block .cr-review-form-res .cr-review-form-ne,
.cr-qna-block .cr-review-form-res .cr-review-form-buttons,
.cr-qna-block .cr-review-form-res .cr-captcha-terms,
.cr-qna-block .cr-review-form-res .cr-review-form-terms {
	display: none;
}
.cr-all-reviews-shortcode .cr-review-form-result,
.cr-ajax-reviews-review-form .cr-review-form-result,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in,
.cr-reviews-grid .cr-review-form-result,
.cr-reviews-grid .cr-review-form-not-logged-in,
.cr-qna-block .cr-review-form-not-logged-in,
.cr-qna-block .cr-review-form-result {
	max-width: 500px;
	margin: 0 auto;
	display: none;
	position: relative;
	padding: 40px 0;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in,
.cr-reviews-grid .cr-review-form-res .cr-review-form-result,
.cr-reviews-grid .cr-review-form-not-logged-in,
.cr-qna-block .cr-review-form-res .cr-review-form-result,
.cr-qna-block .cr-review-form-not-logged-in {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result span,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result span,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in span,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in span,
.cr-reviews-grid .cr-review-form-res .cr-review-form-result span,
.cr-reviews-grid .cr-review-form-not-logged-in span,
.cr-qna-block .cr-review-form-res .cr-review-form-result span,
.cr-qna-block .cr-review-form-not-logged-in span {
	padding: 0 0 20px 0;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-qna-block .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
.cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue {
	display: flex;
	background-color: #31856C;
	color: #ffffff;
	border: 0;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	width: auto;
	text-decoration: none;
	align-items: center;
	justify-content: center;
}
.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue {
	padding: 10px 20px;
	min-width: 100px;
	text-align: center;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue:hover,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue:hover,
.cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue:hover,
.cr-qna-block .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
.cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue:hover {
	background-color: #276A56;
	text-decoration: none;
	cursor: pointer;
}
.ivole-summaryBox {
	max-width: 100%;
	font-size: 14px;
}
div.ivole-summaryBox {
	margin-bottom: 2rem;
}
.cr-summaryBox-wrap .cr-histogramTable {
	margin-bottom: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	max-width: 320px;
	min-width: auto;
	margin: 0 auto;
}
.cr-histogramTable .ivole-histogramRow {
	border: 0px;
}
.cr-histogramTable tr.ivole-histogramRow td {
	padding: 0.2rem 0.3rem;
	vertical-align: middle;
	border: 0px;
	background-color: transparent;
}
.cr-histogramTable tr.ivole-histogramRow:first-child td {
	padding-top: 0
}
.cr-histogramTable tr.ivole-histogramRow:last-child td {
	padding-bottom: 0
}
.cr-histogramTable tr.ivole-histogramRow td:first-child {
	padding-left: 0
}
.cr-histogramTable tr.ivole-histogramRow td:last-child {
	padding-right: 0
}
#reviews .cr-credits-div,
.cr-all-reviews-shortcode .cr-credits-div,
.cr-reviews-grid .cr-credits-div {
	font-size: 10px;
	text-align: right;
	width: 100%;
	padding: 0 5px;
	margin: 7px 0;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: right;
	box-sizing: border-box;
}
.cr-reviews-grid .cr-credits-div {
	margin-top: 0;
	padding: 0 10px;
}
.cr-all-reviews-shortcode .cr-credits-div a,
#reviews .cr-credits-div a,
.cr-reviews-grid .cr-credits-div a {
	text-decoration: none;
}
.cr-all-reviews-shortcode .cr-credits-div a img,
#reviews .cr-credits-div a img,
.cr-reviews-grid .cr-credits-div a img {
	display: inline;
	height: 16px;
	margin: 0 0 0 4px;
	padding: 0;
	vertical-align: middle;
}
#reviews .cr-summaryBox-wrap .cr-count-filtered-reviews,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-count-filtered-reviews,
.cr-reviews-grid .cr-summaryBox-wrap .cr-count-filtered-reviews {
	width: 100%;
	padding: 5px 10px;
	margin-top: 0;
	font-size: 14px;
	color: #0E252C;
}
.cr-histogramTable tr.ivole-histogramRow .ivole-histogram-a,
.cr-histogramTable tr.ivole-histogramRow .cr-histogram-a {
	display: inline;
	cursor: pointer;
	color: #0E252C;
}
.cr-histogramTable tr.ivole-histogramRow.ivole-histogramRow-s .ivole-histogram-a,
.cr-histogramTable tr.ivole-histogramRow.ivole-histogramRow-s .cr-histogram-a {
	display: inline;
	font-weight: bold;
}
#reviews.cr-reviews-ajax-reviews {
	width: 100%;
}
.cr-all-reviews-shortcode .cr-count-row,
#reviews.cr-reviews-ajax-reviews .cr-count-row {
	background-color: #F9F9F9;
	padding: 10px 12px;
	font-size: 12px;
	color: #0E252C;
	margin: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-count-row {
	display: none;
}
.cr-all-reviews-shortcode .cr-count-row a,
.cr-reviews-ajax-comments .cr-count-row a {
	color: #0E252C;
	text-decoration: underline;
}
.cr-all-reviews-shortcode .cr-count-row a:hover,
.cr-reviews-ajax-comments .cr-count-row a:hover {
	cursor: pointer;
	color: #0E252C;
}
div.ivole-summaryBox.cr-summaryBox-ajax.cr-summaryBar-updating,
div.ivole-summaryBox.cr-all-reviews-ajax.cr-summaryBar-updating,
div.ivole-summaryBox.cr-summaryBar-updating,
.cr-count-row .cr-seeAll-updating,
.cr-ajax-reviews-sort.cr-sort-updating,
.cr-review-tags-filter.cr-tags-updating {
	opacity: 0.5;
	pointer-events: none;
}
.cr-voting-cont {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.cr-voting-cont img, .cr-voting-cont-uni svg {
	margin-left: 0px;
	margin-right: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 13px;
	height: 16px;
	cursor: pointer;
	pointer-events: auto;
}
.rtl .cr-voting-cont img, .rtl .cr-voting-cont-uni svg {
	margin-right: 0px;
	margin-left: 7px;
}
.cr-voting-cont-uni .cr-voting-update svg {
	pointer-events: none;
}
.cr-voting-cont-uni span.cr-voting-upvote svg:hover {
	color: #000000;
}
.cr-voting-cont-uni span {
	display: block;
	line-height: 11px;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-int {
	fill: none;
}
.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-ext {
	fill: #18B394;
}
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-int {
	fill: #00A382;
	fill-opacity: 0.4;
}
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-ext {
	fill: #00A382;
}
.cr-voting-cont-uni span.cr-voting-upvote svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-ext {
	fill: #202020;
}
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-int,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-int {
	fill: none;
	animation: pulse 1s infinite;
}
@keyframes pulse {
	0% {
		fill: #FFFFFF;
	}
	50% {
		fill: #A9A9A9;
	}
	100% {
		fill: #FFFFFF;
	}
}
.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-int {
	fill: none;
}
.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-ext {
	fill: #CE2B37;
}
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-int {
	fill: #CA2430;
	fill-opacity: 0.4;
}
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-ext {
	fill: #CA2430;
}
.cr-voting-cont-uni span.cr-voting-upvote-count {
	margin-right: 10px;
	color: #18B394;
}
.rtl .cr-voting-cont-uni span.cr-voting-upvote-count {
	margin-right: 0px;
	margin-left: 10px;
}
.cr-voting-cont-uni span.cr-voting-downvote-count {
	color: #CE2B37;
}
.cr-all-reviews-shortcode ol li.comment, .cr-all-reviews-shortcode ol li.review {
	list-style: none;
	margin-right: 0;
	margin-bottom: 2.5em;
	position: relative;
	border: 0;
}
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container,
.cr-all-reviews-shortcode ol li.comment .comment_container,
.cr-all-reviews-shortcode ol li.review .comment_container {
	position: relative;
	padding: 0px;
}
.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-avatar,
.cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar,
.cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar {
	float: left;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	width: 50px;
	height: auto;
	border: 0px solid #e4e1e3;
	margin: 0;
	box-shadow: none;
	border-radius: 25px;
	max-height: none;
}
.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-avatar,
.rtl .cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar,
.rtl .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar {
	float: right;
	position: absolute;
	padding: 0;
	top: 0;
	right: 0;
	width: 50px;
	height: auto;
	border: 0px solid #e4e1e3;
	margin: 0;
	box-shadow: none;
	border-radius: 25px;
	max-height: none;
}
.cr-all-reviews-shortcode ol li.review .comment_container.cr-comment-no-avatar .cr-avatar {
	display: none;
}
.cr-avatar-check {
	display: none;
}
.cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar-check,
.cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check,
.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-avatar-check,
.cr-reviews-grid .cr-review-card .cr-avatar-check,
.cr-reviews-slider .cr-review-card .cr-avatar-check {
	width: 20px;
	height: 20px;
	background-color: #31856C;
	position: absolute;
	left: 34px;
	top: 28px;
	border-radius: 10px;
	border: 2px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	z-index: 10;
}
.rtl .cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar-check,
.rtl .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check,
.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-avatar-check,
.rtl .cr-reviews-grid .cr-review-card .cr-avatar-check,
.rtl .cr-reviews-slider .cr-review-card .cr-avatar-check {
	right: 34px;
	left: auto;
}
.cr-all-reviews-shortcode ol li.review .comment_container .meta,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	color: #767676;
	font-size: 14px;
	flex-wrap: wrap;
}
.cr-all-reviews-shortcode ol li div.comment_container a.cr-comment-a {
	box-shadow: none;
}
.cr-all-reviews-shortcode ol li div.comment_container p.iv-comment-product {
	font-size: 90%;
}
.cr-all-reviews-shortcode ol li div.comment_container a.iv-comment-product-a {
	box-shadow: none;
	line-height: 0;
}
.cr-all-reviews-shortcode ol li .comment_container .iv-comment-product-img {
	width: 20px;
	height: auto;
	vertical-align: top;
	margin-right: 5px;
	display: inline;
	border-radius: 3px;
}
.cr-all-reviews-shortcode .commentlist.cr-pagination-load {
	opacity: 0.5;
	pointer-events: none;
}
.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text,
.cr-all-reviews-shortcode ol.commentlist li .comment-text {
	margin: 0 0 0 70px;
	border-top: 0 solid #e4e1e3;
	border-left: 0 solid #e4e1e3;
	border-right: 0 solid #e4e1e3;
	border-bottom: 1px solid #e4e1e3;
	padding: 0 0 1em 0;
}
.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text,
.rtl .cr-all-reviews-shortcode ol.commentlist li .comment-text {
	margin: 0 70px 0 0;
}
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text.comment-text-no-avatar,
.cr-all-reviews-shortcode ol.commentlist li .comment-text.comment-text-no-avatar {
	margin: 0;
	float: none;
	width: 100%;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text p,
.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text p {
	margin: 1em 0;
	text-align: left;
}
.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text p {
	text-align: right;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta {
	font-size: 16px;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta time {
	font-style: normal;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-featured-date,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .cr-meta-author-featured-date {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	align-items: baseline;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture {
	display: flex;
	align-items: center;
	margin: 0 0 0 0;
	column-gap: 7px;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a {
	font-size: 14px;
	color: #0E252C;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a:hover {
	text-decoration: underline;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__author,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__author {
	color: #0E252C;
	font-size: 16px;
	display: inline;
	font-weight: 500;
	margin: 0;
	text-indent: 0;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__verified,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__verified {
	display: block;
	color: #4D5D64;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-indent: 0;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-date time {
	color: #4D5D64;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-title {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-title svg {
	width: 18px;
	height: 18px;
	display: block;
	margin: 0 0 0 10px;
	color: #4D5D64;
}
.cr-tag {
	color: #3d3d3d;
	background-color: #EEEFF2;
	display: inline-block;
	padding: .2em .4em;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0.7em;
	border: 1px solid #c3c6d1;
	border-color: #31856C;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cr-review-tags-filter .cr-tag {
	font-size: 14px;
	border-radius: 0.7em;
	margin-right: 5px;
	margin-bottom: 7px;
	border-color: #D0D0D0;
}
.cr-review-tags-filter span.cr-tag:hover {
	border-color: #31856C;
	cursor: pointer;
}
.cr-review-tags-filter {
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	pointer-events: auto;
	opacity: 1;
}
.cr-review-tags-filter span.cr-tag.cr-tag-selected {
	border-color: #31856C;
	background-color: #D3D3D3;
}
div.cr-review-tags-filter.cr-review-tags-filter-disabled {
	pointer-events: none;
	opacity: 0.5;
}
.cr-review-tags {
	margin-bottom: 1em;
}
.cr-incentivized-badge {
	display: flex;
	column-gap: 4px;
	align-items: center;
	font-size: 10px;
	line-height: 10px;
	margin: 0 0 1em 0;
}
.cr-reviews-grid .cr-review-card .cr-incentivized-row .cr-incentivized-badge,
.cr-reviews-slider .cr-review-card .cr-incentivized-row .cr-incentivized-badge {
	margin: 0;
}
.cr-incentivized-badge .cr-incentivized-icon {
	display: block;
	height: 12px;
}
.cr-incentivized-badge .cr-incentivized-icon .cr-incentivized-svg {
	width: 12px;
	height: 12px;
}
.cr-all-reviews-shortcode ol.commentlist ul.children,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px;
	margin-inline-start: 70px;
	padding-inline-start: 0;
}
.ivole-verified-badge {
	font-size: 12px;
	vertical-align: middle;
}
.ivole-verified-badge-text {
	vertical-align: middle;
}

.ivole-verified-badge span.ivole-review-country-text, p.ivole-verified-badge span.ivole-review-country-space {
	vertical-align: middle;
}
.cr-all-reviews-shortcode ol.commentlist,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list {
	list-style-type: none;
	margin: 0;
	padding: 0 0 1.5em 0;
	display: block;
	position: relative;
}
.cr-all-reviews-shortcode ol.commentlist li,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list li {
	margin: 0 0 30px 0;
	list-style: none;
	clear: both;
	border: 0;
	padding: 0;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review ol.commentlist,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-reviews-grid-inner,
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-tags-filter,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-review-tags-filter {
	display: none;
}
.cr-all-reviews-shortcode .ivole-review-country-icon,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .ivole-review-country-icon {
	display: inline;
	height: 12px;
	width: auto;
	margin: 0 0 0 5px;
	border-radius: 0;
}
.woocommerce #content #reviews p.ivole-verified-badge img.ivole-review-country-icon,
#reviews p.ivole-verified-badge img.ivole-review-country-icon {
	float: none;
	height: 12px;
	width: auto;
	vertical-align:middle;
	margin: 0px 5px 0px 0px;
	display: inline;
	border-radius: 0;
}
.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon,
#reviews p.ivole-verified-badge img.ivole-verified-badge-icon,
p.ivole-verified-badge img.ivole-verified-badge-icon,
#reviews img.ivole-verified-badge-icon,
img.ivole-verified-badge-icon {
	float: none;
	height: 20px;
	width: auto;
	vertical-align:middle;
	margin: 0px 5px 0px 0px;
	display: inline;
	border-radius: 0;
}
.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-ext-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon,
#reviews p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon,
p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon,
#reviews img.ivole-verified-badge-ext-icon,
img.ivole-verified-badge-ext-icon {
	float: none;
	height: 11px;
	width: 11px;
	vertical-align:middle;
	margin: 0px 0px 0px 5px;
	display: inline;
	border-radius: 0;
}
.cr-form-item-media-none {
	padding: 24px;
	text-align: left;
	display: flex;
	align-items: center;
	cursor: pointer;
	border: 1px dashed #D8E2E7;
	border-radius: 2px;
}
.cr-review-form-error .cr-form-item-media-none {
	border-color: #CE2B37;
}
.cr-form-visible .cr-form-item-media-none {
	display: none;
}
.cr-form-item-media-none .cr-form-item-media-icon {
	width: 60px;
	height: 60px;
	padding: 8px;
	border: 1px solid #e0e0e0;
	fill: #e0e0e0;
	border-radius: 2px;
	flex-shrink: 0;
}
.cr-form-item-media-none .cr-form-item-media-icon:first-child {
	margin: 0 5px 0 0;
}
.rtl .cr-form-item-media-none .cr-form-item-media-icon:first-child {
	margin: 0 0 0 5px;
}
.cr-rtl .cr-form-item-media-none .cr-form-item-media-icon:first-child {
	margin-right: 0;
	margin-left: 5px;
}
.cr-form-item-media-none span {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 20px;
	color: #4D5D64;
	font-size: 12px;
}
.rtl .cr-form-item-media-none span {
	margin: 0 20px 0 0;
}
.cr-rtl .cr-form-item-media-none span {
	margin-left: 0;
	margin-right: 20px;
}
.cr-form-item-media-none:active {
	border-color: #c9c9c9;
}
.cr-form-item-media-none:active .cr-form-item-media-icon {
	border: 1px solid #c9c9c9;
	fill: #c9c9c9;
}
.cr-form-item-media .cr-form-item-media-file {
	display: none;
}
.cr-form-item-media-preview {
	display: none;
	margin: 0;
	flex-wrap: wrap;
}
.cr-form-visible .cr-form-item-media-preview {
	display: flex;
	row-gap: 9px;
}
.cr-form-item-media-preview .cr-upload-images-containers {
	width: 108px;
	height: 108px;
	margin-bottom: 0px;
	margin-right: 9px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	border: 1px solid #D8E2E7;
	padding: 0;
	overflow: hidden;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-delete-pending {
	pointer-events: none;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok {
	padding: 0px;
}
.cr-form-item-media-preview .cr-upload-images-containers img {
	margin: 0 0 0 0;
	opacity: 0.3;
	object-fit: cover;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-video-thumbnail {
	width: 108px;
	height: 108px;
	margin: 0 0 0 0;
	opacity: 0.3;
	padding: 15px;
	border: 1px solid #e0e0e0;
	fill: #e0e0e0;
	border-radius: 2px;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok img {
	opacity: 1;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail {
	opacity: 0.6;
	border-width: 0;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending img {
	opacity: 0.2;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail {
	opacity: 0.2;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete {
	padding: 1px;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 16px;
	height: 16px;
	display: none;
	background-color: #CE2B37;
	border-radius: 8px;
	border: 0px solid;
	line-height: 0;
	cursor: pointer;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete {
	display: block;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete {
	opacity: 0.2;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon {
	fill: #ffffff;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete-spinner {
	margin: 0;
	background: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/spinner-2x.gif) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: none;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner {
	display: block;
}
.cr-form-item-media-preview .cr-form-item-media-add {
	cursor: pointer;
	width: 108px;
	height: 108px;
	text-align: center;
	line-height: 108px;
	font-size: 40px;
	color: #e0e0e0;
	border: 1px dashed #e0e0e0;
	margin-bottom: 0px;
	display: inline-block;
}
.cr-form-item-media-preview .cr-form-item-media-add:active {
	border-color: #c9c9c9;
	color: #c9c9c9;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-pbar {
	width: 94px;
	height: 10px;
	margin: 0 5px 0 5px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background-color: #dddddd;
	border-radius: 5px;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar {
	display: none;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-pbar .cr-upload-images-pbarin {
	width: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #1AB394;
	border-radius: 5px;
}
.cr-pswp {
	display: none;
}
.cr-reviews-rating {
	display: flex;
	column-gap: 10px;
	align-items: center;
	margin: 0;
	padding: 0;
	line-height: 0;
	.cr-qna-separator {
		margin: 0;
	}
}
.cr-average-rating-stars {
	line-height: 0;
}
.crstar-rating-svg {
	margin: 8px 0;
	position: relative;
	display: inline-block;
}
.cr-reviews-grid .cr-review-card .crstar-rating-svg,
.cr-reviews-slider .cr-review-card .crstar-rating-svg,
.cr-reviews-rating .crstar-rating-svg,
.cr-ajax-reviews-slide-main-comment .crstar-rating-svg,
.crf-custom-question-rating-cont .crstar-rating-svg {
	margin: 0;
}
.cr-average-rating-stars .crstar-rating-svg {
	margin: 5px 0 0 0;
}
.crstar-rating-svg .cr-rating-icon-base {
	display: flex;
	height: 20px;
}
.crstar-rating-svg .cr-rating-icon-frnt {
	display: flex;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-base,
.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt,
.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base,
.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt {
	height: 25px;
	column-gap: 3px;
}
.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-base,
.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-frnt,
.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base,
.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt {
	height: 18px;
	column-gap: 0;
}
.rtl .crstar-rating-svg .cr-rating-icon-frnt {
	right: 0;
	left: auto;
}
.crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #FFBC00;
}
.crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
	width: 20px;
	height: 20px;
	fill: #FFBC00;
	flex-shrink: 0;
}
.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon,
.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
	width: 25px;
	height: 25px;
}
.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon,
.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
	width: 18px;
	height: 18px;
}
.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg {
	stroke: #aaaaaa;
}
.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
	fill: #aaaaaa;
}
@media (max-width: 500px) {
	#reviews .cr-summaryBox-wrap .ivole-summaryBox,
	#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap,
	.cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
	.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,
	.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,
	.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
	.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap {
		width: 100%;
		flex: 0 0 100%;
	}
	.cr-all-reviews-shortcode ol.commentlist {
		margin-left: 0px;
		margin-right: 0px;
	}
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator,
	.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int,
	.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int {
		width: 50px;
		height: 2px;
	}
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-side,
	.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-side {
		display: none;
	}
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,
	.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap {
		width: 100%;
		padding: 10px;
	}
}
.woocommerce .product #reviews .comment-text p.ivf-custom-question-checkbox {font-weight: 550;margin: 0.6em 0;}
.woocommerce .product #reviews .comment-text ul.ivf-custom-question-ul {margin: 0.6em 0;}
.woocommerce .product #reviews .comment-text ul.ivf-custom-question-ul li {margin:0;}
.woocommerce .product #reviews .comment-text span.ivf-custom-question-radio {font-weight: 550;}
.woocommerce .product #reviews .comment-text hr.ivf-custom-question-hr,
.cr-all-reviews-shortcode .commentlist hr.ivf-custom-question-hr {
	margin: 0.6em 0;
}
.cr-all-reviews-shortcode .commentlist hr.ivf-custom-question-hr {
	display: none;
}
.cr-all-reviews-shortcode .commentlist .comment-text .ivf-custom-question-p {
	font-size: 14px;
	margin: 0.5em 0;
}
.woocommerce .product #reviews .comment-text .crf-custom-question-rating-cont,
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont {
	margin: 0.6em 0;
	display: flex;
	align-items: center;
	flex-direction: row;
}
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont {
	font-size: 14px;
}
.woocommerce .product #reviews .comment-text p.ivf-custom-question-p,
.cr-all-reviews-shortcode .commentlist p.ivf-custom-question-p {
	margin: 0.6em 0;
}
.woocommerce .product #reviews .comment-text .crf-custom-question-rating,
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating {
	padding-right: 7px;
	font-weight: 550;
}
.woocommerce .product #reviews .comment-text .crf-custom-question-rating-cont .star-rating,
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont .star-rating {
	font-size: 1em;
	height: 1.1em;
	line-height: 1.1em;
	float: none;
	margin: 0;
}
.cr-onsite-questions .cr-onsite-question {
	display: block;
	margin: 1.5em 0;
	position: relative;
}
.cr-onsite-questions .cr-onsite-question .required,
.cr-onsite-ratings .cr-review-form-rating .required,
.cr-review-form-rating-overall .cr-review-form-rating .required {
	margin: 0 0 0 3px;
}
.cr-onsite-questions .cr-onsite-question label,
.cr-onsite-questions .cr-onsite-question input {
	display: block;
}
.cr-onsite-questions .cr-onsite-question.cr-full-width label,
.cr-onsite-questions .cr-onsite-question.cr-full-width input {
	width: 100%;
}
.cr-review-form-wrap .cr-onsite-questions .cr-onsite-question.cr-full-width label {
	width: auto;
}
.cr-onsite-ratings {
	border-top: 1px solid #DFE4E7;
	border-bottom: 1px solid #DFE4E7;
}
.cr-onsite-ratings.cr-onsite-ratings-only {
	border-bottom: none;
}
.cr-review-form-wrap .cr-onsite-ratings {
	max-width: 500px;
	margin: 0 auto;
}
.cr-customer-consent .checkbox input.cr-customer-consent-checkbox {
	margin-right:7px;
	position: relative;
}
#kco-extra-checkout-fields .cr-customer-consent {
	display: none;
}
.cr-show-more{
	width:100%;
}
.cr-reviews-ajax-reviews .cr-show-more-reviews-prd,
.cr-all-reviews-shortcode .cr-show-more-button,
.cr-reviews-grid .cr-show-more-button,
.cr-qna-block .cr-show-more-que {
	display: block;
	margin: 10px auto;
	height: 40px;
	padding: 0 20px 0 20px;
	border: solid 1px #BCCCD4;
	font-size: 14px;
	background-color: transparent;
	color: #0E252C;
}
.cr-qna-block .cr-show-more-que {
	margin: 20px auto;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-show-more-button,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-show-more-button {
	display: none;
}
.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:hover,
.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:focus,
.cr-all-reviews-shortcode .cr-show-more-button:hover,
.cr-all-reviews-shortcode .cr-show-more-button:focus,
.cr-reviews-grid .cr-show-more-button:hover,
.cr-reviews-grid .cr-show-more-button:focus,
.cr-qna-block .cr-show-more-que:hover,
.cr-qna-block .cr-show-more-que:focus {
	border: solid 1px #00A79D;
	background-color: transparent;
	color: #0E252C;
}
.cr-show-more-review-spinner,
.cr-show-more .cr-show-more-spinner,
.cr-all-reviews-shortcode .commentlist.cr-pagination-load .cr-pagination-review-spinner {
	display: block;
	margin: 20px auto;
	background: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/spinner-2x.gif) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}
.cr-all-reviews-shortcode .commentlist.cr-pagination-load .cr-pagination-review-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-show-more-review-spinner,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-show-more-review-spinner,
.cr-all-reviews-shortcode .commentlist .cr-pagination-review-spinner {
	display: none;
}
.cr-show-more-review-spinner-cnt {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort,
.cr-all-reviews-shortcode .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
	display: block;
	margin: 0;
	background: transparent;
	border: 0px;
	padding: 4px;
	width: auto;
	height: auto;
	appearance: auto;
	color: #0E252C;
	font-size: 12px;
	font-weight: 500;
}
.cr-ajax-reviews-sort-div {
	display: flex;
	justify-content: space-between;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-search-no-reviews {
	display: none;
}
#reviews.cr-reviews-ajax-reviews .cr-button-search,
.cr-all-reviews-shortcode .cr-button-search {
	border: 1px solid;
	border-radius: 4px 4px 4px 4px;
	border-color: #ADB1B8 #A2A6AC #8D9096;
	padding: 3px 10px;
	background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
	background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
	font-weight: normal;
	color: black;
	letter-spacing: normal;
	font-size: 1em;
	text-transform: none;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	white-space: nowrap;
	width: auto;
}
.rtl #reviews.cr-reviews-ajax-reviews .cr-button-search,
.rtl .cr-all-reviews-shortcode .cr-button-search {
	margin-left: 0px;
	margin-right: 5px;
}
#reviews.cr-reviews-ajax-reviews .cr-button-search:hover,
.cr-all-reviews-shortcode .cr-button-search:hover {
	background: #e0e3e9;
	background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
	background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
	text-decoration: none;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-search,
.cr-all-reviews-shortcode .cr-ajax-search {
	display: flex;
	padding: 0;
	margin: 24px 0;
	width: 100%;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-ajax-search {
	display: none;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-search div,
.cr-all-reviews-shortcode .cr-ajax-search div,
.cr-qna-block .cr-qna-search-block div {
	position: relative;
	flex-grow: 1;
}
#reviews.cr-reviews-ajax-reviews .cr-input-text,
.cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
.cr-ajax-search input[type="text"] {
	border: 1px solid;
	border-radius: 4px 4px 4px 4px;
	border-color: #ADB1B8 #A2A6AC #8D9096;
	background-color: #ffffff;
	padding: 3px 10px;
	padding-left: calc(1.5em + .75rem);
	padding-right: 1.8em;
	width: 100%;
	line-height: 1.5em;
	margin: 0px;
	font-size: 1em;
	box-sizing: border-box;
}
.rtl #reviews.cr-reviews-ajax-reviews .cr-input-text,
.rtl .cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
.rtl .cr-ajax-search input[type="text"] {
	padding-right: calc(1.5em + .75rem);
	padding-left: 1.8em;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,
.cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,
.cr-ajax-search .cr-ajax-search-icon {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 9px;
	transform: translateY(-50%);
	width: 1.1em;
	height: 1.1em;
}
.rtl #reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,
.rtl .cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,
.rtl .cr-ajax-search .cr-ajax-search-icon {
	right: 9px;
}
.cr-qna-block .cr-input-text, .cr-ajax-search input[type="text"] {
	border: 1px solid;
	border-radius: 4px 4px 4px 4px;
	border-color: #ADB1B8 #A2A6AC #8D9096;
	background-color: #ffffff;
	color: #898F92;
	padding: 3px 10px;
	padding-left: calc(1.5em + .75rem);
	padding-right: 1.5em;
	width: 100%;
	margin: 0px;
	font-size: 1em;
	box-shadow: none;
	outline: none;
}
.cr-ajax-search input[type="text"] {
	height: 42px;
}
.cr-qna-block .cr-input-text {
	height: 100%;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt {
	height: 40px;
	display: flex;
	align-items: center;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-val {
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 0 15px;
	color: #0E252C;
}
.rtl .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-val {
	margin: 0 15px 0 0;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-lbl {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 0 15px;
	color: #4D5D64;
}
.rtl .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-lbl {
	margin: 0 15px 0 0;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add {
	margin: 0 0 0 15px;
	cursor: pointer;
	background-color: #31856C;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	text-transform: none;
	line-height: 20px;
	font-size: 15px;
	border: none;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add:hover {
	background-color: #276A56;
}
#reviews.cr-reviews-ajax-reviews .cr-clear-input,
.cr-all-reviews-shortcode .cr-clear-input,
.cr-qna-block .cr-qna-search-block .cr-clear-input {
	display:none;
	position:absolute;
	cursor: pointer;
	margin-left: -1.7em ;
	margin-top: -8px;
	height: 16px;
	top: 50%;
	right: 8px;
}
.rtl #reviews.cr-reviews-ajax-reviews .cr-clear-input,
.rtl .cr-all-reviews-shortcode .cr-clear-input,
.rtl .cr-qna-block .cr-qna-search-block .cr-clear-input {
	left: 8px;
	right: auto;
	margin-left: 0;
}
.cr-all-reviews-shortcode .cr-clear-input.cr-visible {
	display: inline-block;
}
#reviews.cr-reviews-ajax-reviews .cr-clear-input svg,
.cr-all-reviews-shortcode .cr-clear-input svg,
.cr-qna-block .cr-qna-search-block .cr-clear-input svg {
	display: block;
	height: 16px;
}
#reviews.cr-reviews-ajax-reviews .cr-qna-search-icon,
.cr-all-reviews-shortcode .cr-qna-search-icon,
.cr-qna-block .cr-qna-search-block .cr-qna-search-icon {
	fill: #18B394;
	display: inline-block;
	position:absolute;
	width: 1.1em;
	height: 1.1em;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
}
#reviews.cr-reviews-ajax-reviews .cr-input-text:focus,
.cr-all-reviews-shortcode .cr-input-text:focus,
.cr-qna-block .cr-input-text:focus,
.cr-ajax-search input[type="text"]:focus {
	background-color: #ffffff;
	outline:none;
	border-color: #e77600;
	box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review {
	display: block;
	margin: 1em 0px;
	border: 1px solid;
	border-radius: 4px 4px 4px 4px;
	border-color: #ADB1B8 #A2A6AC #8D9096;
	padding: 3px 10px;
	background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
	background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
	font-weight: 600;
	color: black;
	letter-spacing: normal;
	font-size: 1em;
	text-transform: none;
	line-height: normal;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review:hover {
	background: #e0e3e9;
	background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
	background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
	text-decoration: none;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review {
	display: block;
	background-color: #31856C;
	color: #ffffff;
	border: 0;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	width: auto;
	padding: 10px 20px;
	margin: 0;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover {
	background-color: #276A56;
	text-decoration: none;
	cursor: pointer;
}
.cr-ajax-reviews-review-form {
	display: none;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc {
	display: block;
}
#reviews.cr-reviews-ajax-reviews .comment-reply-title {
	display: block;
	font-size: 1.5em;
}
.cr-ajax-reviews-review-form p.form-submit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div {
	margin: 12px 0 24px 0;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-title,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-title {
	font-size: 1em;
	margin: 0 auto 5px auto;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div2,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div2 {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal-cont,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal-cont {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(120, 120, 120, 0.8);
	z-index: 100001;
	display: none;
	opacity: 0;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal-cont.cr-mask-active,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal-cont.cr-mask-active {
	visibility: visible;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal {
	visibility: visible;
	position: relative;
	max-width: 100vw;
	width: 700px;
	background: #fff;
	z-index: 100001;
	display: block;
	border-radius: 3px;
	opacity: 1;
	max-height: 100vh;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr {
	height: 36px;
	background: #f2f2f2;
	background: #f1f1f1;
	background: -webkit-linear-gradient(top,#f7f7f7,#eaeaea);
	background: linear-gradient(to bottom,#f7f7f7,#eaeaea);
	box-shadow: 0 1px 0 rgba(255,255,255,.5) inset,0 -1px 0 rgba(255,255,255,.4) inset;
	position: relative;
	border-bottom: 1px solid #cdcdcd;
	border-bottom-color: rgba(0,0,0,.2);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close {
	display: block;
	zoom: 1;
	background-color: transparent;
	border: none;
	float: right;
	padding: 8px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin: -15px 0 0;
	line-height: 0;
	min-height: auto;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close svg,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close svg {
	opacity: .64;
	width: 15px;
	height: 15px;
	font-size: 15px;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-close .cr-no-icon,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-close .cr-no-icon {
	fill: #333333;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	gap: 20px;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav {
	width: 80%;
	margin: 0 auto 35px auto;
	background-color: #f4f4f4;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav img,
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav video,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav img,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav video {
	max-height: 75px;
	margin: 0 auto;
	width: auto;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav {
	padding: 0px;
	line-height: 0;
	text-align: center;
	position: relative;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main img,
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main video,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main img,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main video {
	max-width: 400px;
	max-height: 400px;
	width: auto;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment {
	width: 250px;
	padding: 0;
	line-height: 1.5;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment p,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment p {
	margin: 0px;
	display: block;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment time,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment time {
	opacity: 0.5;
	font-size: 0.875em;
	display: block;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	line-height: normal;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main.slick-initialized .slick-slide,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main.slick-initialized .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-vote,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-vote {
	box-sizing: border-box;
	margin: 1em 0 0 0;
}
.cr-search-highlight{
	background: linear-gradient(0deg, #FFEB82, #FFEB82), #F9F9F9;
}
.cr-noscroll {
	overflow: hidden;
}
.product_meta .cr_gtin_val, .product_meta .cr_mpn_val, .product_meta .cr_brand_val {
	display: inline;
}
.cr-reviews-slider .cr-slider-read-more a, .cr-reviews-slider .cr-slider-read-less a {
	font-size: 0.8em;
}
.cr-reviews-slider .cr-slider-details{
	display:none;
}
.cr-qna-block .cr-qna-search-block {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}
.cr-qna-block .cr-qna-list-block {
	display: block;
}
.cr-qna-block.cr-qna-new-q-form-open .cr-qna-search-block,
.cr-qna-block.cr-qna-new-q-form-open .cr-qna-list-block {
	display: none;
}
.cr-qna-block .cr-qna-search-block .cr-qna-ask-button {
	font-size: 16px;
	font-weight: 400;
	background: #31856C;
	border: 0px solid;
	border-radius: 0;
	min-height: 42px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	outline-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 5px 15px;
}
.cr-qna-block .cr-qna-search-block .cr-qna-ask-button:hover {
	background: #276A56;
}
.rtl .cr-qna-block .cr-qna-search-block .cr-qna-ask-button {
	margin-left: 0px;
	margin-right: 10px;
}
.cr-qna-block .cr-qna-list-block div.cr-qna-list-empty {
	padding: 30px;
	text-align: center;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont {
	margin-top: 20px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b {
	display: flex;
	margin: 0px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b {
	margin-top: 20px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-l {
	min-width: 50px;
	display: flex;
	align-items: center;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-l,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-l {
	min-width: 50px;
	display: flex;
	align-items: flex-start;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon {
	width: 30px;
	height: 30px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon circle {
	stroke: #31856C;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon path {
	fill: #31856C;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon {
	width: 16px;
	height: 16px;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.rtl .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon {
	margin-left: 10px;
	margin-right: 0px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r {
	display: block;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r {
	padding-bottom: 20px;
	border-bottom: solid 2px #F9F9F9;
	border-top: solid 0px;
	border-right: solid 0px;
	border-left: solid 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r.cr-qna-list-q-b-r-no-ans {
	justify-content: right;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b.cr-qna-ans-form-open .cr-qna-list-q-b-r {
	display: none;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-inl-answ {
	padding-bottom: 20px;
	border-bottom: solid 2px #F9F9F9;
	border-top: solid 0px;
	border-right: solid 0px;
	border-left: solid 0px;
	width: 100%;
	display: none;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b.cr-qna-ans-form-open .cr-qna-list-inl-answ {
	display: block;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting {
	display: flex;
	align-items: center;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer {
	display: block;
	border-left: solid 3px #BCCCD4;
	border-top: solid 0px;
	border-right: solid 0px;
	border-bottom: solid 0px;
	padding-left: 16px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer.cr-qna-list-last {
	margin-bottom: 0px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-question {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	display: block;
	color: #203741;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	display: block;
	color: #203741;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s p {
	margin: 0;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s a {
	text-decoration: underline;
	color: #6d6d6d;
	cursor: pointer;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-q-author,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-q-author {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	display: block;
	color: #276A56;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author .cr-qna-list-q-author-b {
	font-weight: 600;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author-verified {
	font-size: 14px;
	color: #276A56;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-ans-button {
	font-size: 14px;
	font-weight: 600;
	background: #FFFFFF;
	border: 1px solid #BCCCD4;
	border-radius: 0;
	height: 42px;
	color: #276A56;
	cursor: pointer;
	display: inline-block;
	outline-style: none;
	padding: 4px 15px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-ans-button:hover {
	border-color: #4D5D64;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b-r-no-ans .cr-qna-ans-button {
	display: none;
}
.cr-qna-block #cr-show-more-q-spinner {
	display: block;
	margin: 30px auto;
	background: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/spinner-2x.gif) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}
.cr-qna-block .cr-search-no-qna {
	margin: 30px auto;
	text-align: center;
	color: #203741;
}
#reviews.cr-reviews-ajax-reviews p.cr-featured-badge,
.cr-all-reviews-shortcode p.cr-featured-badge {
	margin: 0px 0px 10px 0px;
}
#reviews.cr-reviews-ajax-reviews .cr-featured-badge span,
#reviews.cr-reviews-ajax-reviews .cr-all-featured-badge span,
.cr-all-reviews-shortcode .cr-all-featured-badge span {
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
	box-shadow: inset 0px 1px 0px 0px #fff6af;
	background-color: #ffec64;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	text-indent:0;
	border: 1px solid #ffaa22;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px 1px 0px #ffee66;
	padding: 0px 5px;
}
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .review .comment-text {
	display: block;
	border-bottom: 1px solid #e4e1e3;
	padding-bottom: 1em;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch {
	text-align: center;
	background-color: #F9F9F9;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a {
	color: #4D5D64;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:hover,
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:active {
	color: #0E252C;
}
#review_form .cr-upload-local-images .cr-upload-images-status,
.cr-upload-local-images .cr-upload-images-status {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 3px 5px;
}
#review_form .cr-upload-local-images #cr_review_image,
.cr-upload-local-images #cr_review_image {
	margin: 0px 0px 15px 0px;
	width: 100%;
}
#review_form .cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error,
.cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error {
	background-color: #FF4136;
	color: #303030;
}
#review_form .cr-upload-images-preview,
.cr-upload-images-preview {
	display: flex;
	margin: 0 0 0 0;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers,
.cr-upload-images-preview .cr-upload-images-containers {
	width: 75px;
	height: 75px;
	margin: 0 10px 10px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-video-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-video-thumbnail {
	margin: 0;
	opacity: 0.3;
	padding: 15px;
	border: 1px solid #e0e0e0;
	fill: #e0e0e0;
	border-radius: 2px;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending {
	pointer-events: none;
}
#review_form .cr-upload-images-preview .cr-upload-images-thumbnail,
.cr-upload-images-preview .cr-upload-images-thumbnail {
	max-width: 100%;
	max-height: 100%;
	margin: 0 0 0 0;
	opacity: 0.3;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail,
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail {
	opacity: 0.2;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar {
	width: 65px;
	height: 10px;
	margin: 0 5px 0 5px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background-color: #dddddd;
	border-radius: 5px;
}
#review_form .cr-upload-images-preview .cr-upload-images-pbar .cr-upload-images-pbarin,
.cr-upload-images-preview .cr-upload-images-pbarin {
	width: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #4BBE67;
	border-radius: 5px;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail {
	opacity: 1;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail {
	opacity: 1;
	border-width: 0;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar {
	display: none;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete {
	padding: 1px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	display: none;
	background-color: #e7412c;
	border-radius: 10px;
	border: 0px solid;
	line-height: 0;
	cursor: pointer;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover {
	background-color: #db2c1b;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete {
	display: block;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete {
	opacity: 0.2;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg {
	padding: 0px;
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	display: block;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon {
	fill: #FFFFFF;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner {
	margin: 0;
	background: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/spinner-2x.gif) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: none;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner {
	display: block;
}
.cr-reviews-grid {
	padding: 20px 0 10px 0;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	display: block;
	border-radius: 5px;
	margin: 0;
	width: 100%;
}
.cr-reviews-grid-inner {
	border-radius: inherit;
	display: flex;
}
.cr-reviews-grid-inner .cr-reviews-grid-col {
	flex-grow: 1;
	width: 0;
}
.cr-reviews-grid-inner .cr-reviews-grid-col.cr-reviews-grid-col-none {
	display: none;
}
.cr-reviews-grid-empty {
	border-radius: inherit;
	display: flex;
	padding: 0 10px;
	margin: 10px 0;
	justify-content: center;
}
.cr-reviews-slider{
	padding: 15px 0px;
	margin: 0 25px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.cr-reviews-slider.slick-initialized {
	visibility: visible;
	opacity: 1;
}
.cr-reviews-grid .cr-review-card {
	padding: 0 0 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 10px;
	margin: 0 10px 20px 10px;
	max-width: 100%;
	overflow: hidden;
	visibility: hidden;
	display: none;
}
.cr-reviews-grid .cr-reviews-grid-col .cr-review-card {
	display: block;
}
.cr-reviews-grid .cr-reviews-grid-inner.cr-colcade-loaded .cr-review-card {
	visibility: visible;
}

.cr-reviews-slider .cr-review-card {
	box-sizing: border-box;
	padding: 0px 10px;
	height: 100%;
}

.cr-reviews-slider .cr-review-card .cr-review-card-inner {
	margin: 0 auto;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
}

.cr-reviews-grid .breaker {
	display: block;
	margin: 5px 0px;
	height: 0px;
	width: 100%;
}

.cr-reviews-grid .cr-review-card .image-row {
	display: block;
	width: 100%;
	position: relative;
	line-height: 0;
}

.cr-reviews-grid .cr-review-card .image-row .image-row-img {
	display: block;
	max-width: 100%;
	height: auto;
	border-style: none;
	border-radius: 0;
	margin: 0 auto;
	cursor: pointer;
}

.cr-reviews-grid .cr-review-card .image-row .image-row-vid {
	display: block;
	max-width: 100%;
	height: auto;
	border-style: none;
	border-radius: 0;
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
	cursor: pointer;
}

.cr-reviews-grid .cr-review-card .image-row .image-row-img.image-row-img-none,
.cr-reviews-grid .cr-review-card .image-row .image-row-vid.image-row-vid-none {
	display: none;
}

.cr-ajax-reviews-video {
	display: block;
	position: relative;
	line-height: 0;
	cursor: pointer;
	text-align: center;
}

.cr-review-card-content .cr-comment-videoicon,
.cr-ajax-reviews-video .cr-comment-videoicon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main .cr-comment-videoicon,
.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main .cr-comment-videoicon {
	max-width: none;
	max-height: none;
	width: 40px;
}

.cr-review-card-content .cr-vid-playing .cr-comment-videoicon,
.cr-ajax-reviews-video.cr-vid-playing .cr-comment-videoicon {
	display: none;
}

.cr-reviews-grid .cr-review-card .image-row .image-row-count,
.cr-reviews-grid .cr-review-card .image-row .media-row-count {
	position: absolute;
	max-width: 100%;
	width: 100%;
	height: 60px;
	border-style: none;
	border-radius: 0;
	bottom: 0;
	background: #20374199;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	gap: 5px;
}

.cr-reviews-grid .cr-review-card .image-row.cr-vid-playing .media-row-count {
	display: none;
}

.cr-reviews-grid .cr-review-card .top-row {
	display: flex;
	padding: 16px 0 16px 0;
	border-bottom: solid 2px #F4F4F4;
	margin: 0 15px 0 15px;
}
.pswp .cr-video-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
}
.cr-reviews-slider .cr-review-card .top-row {
	display: flex;
	padding: 16px 0 16px 0;
	border-bottom: solid 2px #aaaaaa;
	margin: 0 10px 0 10px;
}

.cr-reviews-grid .cr-review-card .top-row .rating,
.cr-reviews-slider .cr-review-card .top-row .rating {
	flex: 0 0 50%;
}

.cr-reviews-grid .cr-review-card .top-row .reviewer,
.cr-reviews-slider .cr-review-card .top-row .reviewer {
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 7px;
}

.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified,
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified {
	display: flex;
	align-items: center;
	line-height: 1.2;
	font-size: 16px;
}

.cr-reviews-grid .cr-review-card .top-row .rating .datetime,
.cr-reviews-slider .cr-review-card .top-row .rating .datetime {
	font-size: 0.9em;
	color: #676767;
}

.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name,
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name {
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: #203741;
	display: flex;
	align-items: center;
}

.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name .ivole-grid-country-icon,
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name .ivole-grid-country-icon {
	height: 15px;
	display: block;
	margin: 0 0 0 8px;
	border-radius: 3px;
}

.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	color: #18B394;
	display: flex;
	align-items: center;
	margin: 0;
}

.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified,
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified {
	height: 16px;
	width: 16px;
	display: inline;
	vertical-align: middle;
	margin: 0 6px 0 0;
}

.rtl .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified {
	margin: 0 0 0 6px;
}

.cr-reviews-grid .cr-review-card .middle-row,
.cr-reviews-grid .cr-review-card .cr-incentivized-row {
	padding: 16px;
	background: #FCFCFC;
	border: 1px solid #F9F9F9;
	border-radius: 6px;
	box-sizing: border-box;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	font-size: 16px;
	margin: 0 15px 15px 15px;
}
.cr-reviews-slider .cr-review-card .middle-row,
.cr-reviews-slider .cr-review-card .cr-incentivized-row {
	padding: 16px;
	background: #FCFCFC;
	border: 1px solid #F9F9F9;
	border-radius: 6px;
	box-sizing: border-box;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	font-size: 16px;
	margin: 0 10px 15px 10px;
	flex: 1;
}
.cr-reviews-slider .cr-review-card .cr-incentivized-row {
	flex: 0;
}

.cr-reviews-grid .cr-review-card .top-row .review-thumbnail,
.cr-reviews-slider .cr-review-card .top-row .review-thumbnail {
	flex-basis: 56px;
	flex-shrink: 0;
	margin-right: 16px;
	position: relative;
	display: flex;
}

.cr-reviews-grid .cr-review-card .top-row .review-thumbnail img,
.cr-reviews-slider .cr-review-card .top-row .review-thumbnail img {
	max-width: 50px;
	max-height: 50px;
	border-radius: 25px;
}

.cr-reviews-grid .cr-review-card .rating-row {
	padding: 17px 0 17px 0;
	display: flex;
	align-items: center;
	margin: 0 15px 0 15px;
	line-height: 0;
}
.cr-reviews-slider .cr-review-card .rating-row {
	padding: 17px 0 17px 0;
	display: flex;
	align-items: center;
	margin: 0 10px 0 10px;
	overflow: hidden;
	line-height: 0;
}

.cr-reviews-grid .cr-review-card .rating-row .rating-label,
.cr-reviews-slider .cr-review-card .rating-row .rating-label {
	margin: 0 0 0 15px;
	font-family: sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-align: left;
	color: #898F92;
}

.rtl .cr-reviews-slider .cr-review-card .rating-row .rating-label {
	margin: 0 16px 0 0;
}

.cr-reviews-grid .cr-review-card .middle-row .review-content,
.cr-reviews-slider .cr-review-card .middle-row .review-content {
	margin: 0 0 12px 0;
	color: #484E51;
}

.cr-reviews-grid .cr-review-card .middle-row .review-content p,
.cr-reviews-slider .cr-review-card .middle-row p {
	margin: 0;
}

.cr-reviews-grid .cr-review-card .middle-row .datetime,
.cr-reviews-slider .cr-review-card .middle-row .datetime {
	font-weight: 300;
	font-size: 14px;
	color: #898F92;
}

.cr-reviews-grid .cr-review-card .verified-review-row,
.cr-reviews-slider .cr-review-card .verified-review-row {
	margin: 0 0 12px 0;
	text-align: left;
	font-family: sans-serif;
}

.cr-reviews-grid .cr-review-card .verified-review-row p.ivole-verified-badge,
.cr-reviews-slider .cr-review-card .verified-review-row p.ivole-verified-badge {
	margin: 0px;
}

.cr-reviews-grid .cr-review-card .verified-review-row .verified-badge-empty,
.cr-reviews-slider .cr-review-card .verified-review-row .verified-badge-empty {
	min-height: 20px;
}

.cr-reviews-grid .cr-review-card .review-product,
.cr-reviews-slider .cr-review-card .review-product {
	border-radius: inherit;
	display: flex;
	padding: 10px;
	margin-top: 10px;
	line-height: 1;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-questions {
	border-radius: inherit;
	display: block;
	padding: 0;
	margin: 0 10px 17px 10px;
	line-height: 1;
	border-top: 1px dashed #aaaaaa;
	border-bottom: 1px dashed #aaaaaa;
	font-size: 14px;
}

.cr-reviews-grid .cr-review-card .review-product .product-thumbnail,
.cr-reviews-slider .cr-review-card .review-product .product-thumbnail {
	flex: 0 0 20%;
}

.cr-reviews-grid .cr-review-card .review-product .product-thumbnail img,
.cr-reviews-slider .cr-review-card .review-product .product-thumbnail img {
	width: 50px;
	height: 50px;
	max-width: none;
	max-height: none;
}

.cr-reviews-grid .cr-review-card .review-product .product-title,
.cr-reviews-slider .cr-review-card .review-product .product-title {
	margin: auto 0;
	padding-left: 5px;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
	color: #203741;
}

.rtl .cr-reviews-slider .cr-review-card .review-product .product-title {
	padding-left: 0;
	padding-right: 5px;
}

p.ivole-verified-badge {
	font-size: 12px;
	vertical-align:middle;
}

span.ivole-verified-badge-text {
	vertical-align:middle;
}

.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon,
#reviews p.ivole-verified-badge img.ivole-verified-badge-icon,
p.ivole-verified-badge img.ivole-verified-badge-icon,
#reviews img.ivole-verified-badge-icon,
img.ivole-verified-badge-icon {
	float: none;
	height: 20px;
	width: 17px;
	vertical-align:middle;
	margin: 0px 5px 0px 0px;
	display: inline;
	border-radius: 0;
}

.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon,
#reviews p.ivole-verified-badge img.ivole-verified-badge-ext-icon,
p.ivole-verified-badge img.ivole-verified-badge-ext-icon,
#reviews img.ivole-verified-badge-ext-icon,
img.ivole-verified-badge-ext-icon {
	float: none;
	height: 11px;
	width: 11px;
	vertical-align:middle;
	margin: 0px 0px 0px 5px;
	display: inline;
	border-radius: 0;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-question {
	display: flex;
	align-items: center;
	margin: 15px 0;
	column-gap: 10px;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox {
	flex-direction: column;
	align-items: flex-start;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-question .cr-sldr-p {
	margin: 0;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox .cr-sldr-p {
	margin-bottom: 7px;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox ul {
	margin: 0 0 0 25px;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-question .cr-sldr-label {
	font-weight: 550;
}

/* Slider */

.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.cr-reviews-slider .slick-list
{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	opacity: 1;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cr-reviews-slider.slick-slider .slick-track {
	display: flex;
}
.cr-reviews-slider.slick-slider .slick-slide {
	height: inherit;
}
.cr-reviews-slider.slick-slider .slick-slide > div {
	height: 100%;
}
.cr-ajax-reviews-cus-images-slider-nav.cr-reviews-slider.slick-slider .slick-slide > div {
	line-height: 0;
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.cr-reviews-slider .slick-arrow.slick-prev,
.cr-reviews-slider .slick-arrow.slick-next,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-prev,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-next
{
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.cr-reviews-slider .slick-arrow.slick-prev:not(:hover),
.cr-reviews-slider .slick-arrow.slick-next:not(:hover) {
	background: transparent;
}

.cr-reviews-slider .slick-prev:hover,
.cr-reviews-slider .slick-prev:focus,
.cr-reviews-slider .slick-next:hover,
.cr-reviews-slider .slick-next:focus
{
	color: transparent;
	outline: none;
	background: transparent;
}
.cr-reviews-slider .slick-prev:hover:before,
.cr-reviews-slider .slick-prev:focus:before,
.cr-reviews-slider .slick-next:hover:before,
.cr-reviews-slider .slick-next:focus:before
{
	opacity: 1;
}
.cr-reviews-slider .slick-prev.slick-disabled:before,
.cr-reviews-slider .slick-next.slick-disabled:before
{
	opacity: .25;
}

.cr-reviews-slider .slick-prev:before,
.cr-reviews-slider .slick-next:before
{
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;

	opacity: .75;
	color:grey;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cr-reviews-slider.slick-slider .slick-prev
{
	left: -25px;
}
[dir='rtl'] .cr-reviews-slider .slick-prev
{
	right: -25px;
	left: auto;
}
.cr-reviews-slider .slick-prev:before
{
	content: '←';
}
[dir='rtl'] .cr-reviews-slider .slick-prev:before
{
	content: '→';
}

.cr-reviews-slider.slick-slider .slick-next
{
	right: -25px;
}
[dir='rtl'] .cr-reviews-slider .slick-next
{
	right: auto;
	left: -25px;
}
.cr-reviews-slider .slick-next:before
{
	content: '→';
}
[dir='rtl'] .cr-reviews-slider .slick-next:before
{
	content: '←';
}

.slick-dotted.slick-slider
{
	margin-bottom: 30px;
}

.cr-reviews-slider .slick-dots,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots
{
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;
	text-align: center;
	border: none;
}
.cr-reviews-slider .slick-dots li
{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav .slick-dots li
{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.cr-reviews-slider .slick-dots li button,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots li button
{
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.cr-reviews-slider .slick-dots li button:not(:hover),
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots li button:not(:hover) {
	background: transparent;
}
.cr-reviews-slider .slick-dots li button:hover,
.cr-reviews-slider .slick-dots li button:focus
{
	outline: none;
}
.cr-reviews-slider .slick-dots li button:hover:before,
.cr-reviews-slider .slick-dots li button:focus:before
{
	opacity: 1;
}
.cr-reviews-slider .slick-dots li button:before
{
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cr-reviews-slider .slick-dots li.slick-active button:before
{
	opacity: .75;
	color: black;
}
.cr-qna-separator {
	display: inline;
	margin: 0 6px;
}
.cr-all-reviews-pagination {
	text-align: center;
	font-size: 15px;
}
.cr-all-reviews-pagination.cr-pagination-load {
	pointer-events: none;
}
.cr-all-reviews-pagination .cr-page-numbers-a {
	cursor: pointer;
}
.cr-all-reviews-pagination .cr-page-numbers-a.next,
.cr-all-reviews-pagination .cr-page-numbers-a.prev {
	text-decoration: none;
}
.cr-all-reviews-pagination .cr-page-numbers.current {
	font-weight: bold;
}
@media all and (max-width: 700px) {
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-slide-main-flex,
	.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex {
		flex-direction: column;
	}
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment {
		width: 100%;
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		max-width: 400px;
		margin: 0 auto;
	}
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
		overflow-y: scroll;
	}
}
@media all and (max-width: 600px) {
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
		width: 100%;
		height: 100%;
		left: 0px;
		margin-left: 0px;
		margin-top: 0px;
		top: 0px;
		max-width: 100%;
		max-height: 100%;
	}
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img {
		width: 80px;
	}
}
@media all and (max-width: 415px) {
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img {
		width: 60px;
	}
	.cr-qna-block .cr-qna-search-block {
		flex-wrap: wrap;
	}
	.cr-qna-block .cr-qna-search-block div {
		width: 100%;
	}
	.cr-qna-block .cr-qna-search-block button.cr-qna-ask-button {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media all and (max-width: 370px) {
	.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r {
		display: block;
	}
	.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 800px) {
	.cr-reviews-grid-inner .cr-reviews-grid-col3 {
		display: none;
	}
}
@media only screen and (max-width: 550px) {
	.cr-reviews-grid-inner .cr-reviews-grid-col2 {
		display: none;
	}
}
.cr-trustbadgef, .cr-trustbadgea {
	max-width: 100%;
	overflow: hidden;
}
.cr-trustbadgef .cr-trustbadge-border {border: 1px solid #A3D8CD;}
.cr-trustbadgef .cr-trustbadge-border.badge_color_dark {border: 1px solid #8B8B8B;}

#cr_floatingtrustbadge {position: fixed; box-sizing: border-box; right: 0px; bottom: 0px; width: 135px; border-radius: 15px; display: block; overflow: hidden; margin: 30px; filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.25)); z-index: 99999; cursor: pointer;}
#cr_floatingtrustbadge.cr-floatingbadge-big {position: fixed; box-sizing: border-box; right: 0px; bottom: 0px; width: 256px; border-radius: 15px; display: block; overflow: hidden; margin: 0 30px 30px 0; filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.25)); z-index: 99999; cursor: auto;}
#cr_floatingtrustbadge {border: 1px solid;}
#cr_floatingtrustbadge .cr-floatingbadge-background {position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
#cr_floatingtrustbadge .cr-floatingbadge-background div {width: 100%;}
#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-top {height: 115px;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-top {height: 155px;}
#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-middle {height: 31px;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-middle {height: 179px;}
#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-bottom {height: 27px;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-bottom {height: 43px; border-top: 1px solid; border-left: 0px; border-right: 0px; border-bottom: 0px;}
#cr_floatingtrustbadge .cr-floatingbadge-top {position: relative; height: 92px; display: block;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top {position: relative; height: 124px; display: block;}
#cr_floatingtrustbadge .cr-floatingbadge-top svg {position: absolute; left: 50%; top: 14px; margin-left: -35px;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top svg {position: absolute; width: 84px; height: 79px; left: 50%; top: 28px; margin-left: -42px;}
#cr_floatingtrustbadge img {margin: 0; width: 100%; position: relative; border: 0; display: block;}
#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close {position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; cursor: pointer;}
#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg {position: absolute; width: 16px; height: 16px; margin: 2px; top: 0; left: 0; display: block;}
#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg {fill: #F8942D;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top .cr-floatingbadge-close svg {fill: #FFFFFF;}
#cr_floatingtrustbadge .cr-floatingbadge-top svg {width: 70px; height:65px;}

.cr-badge {
	display: inline-block;
	padding: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0;
	color: #1F1F1F;
	line-height: normal;
	position: relative;
	text-align: left;
	text-decoration:none;
	box-sizing: border-box;
	transform-origin: left;
	visibility: hidden;
}

.cr-badge .badge__nowrap {
	white-space: nowrap;
}

.cr-badge .badge__nowrap-inline {
	display: inline-block;
	white-space: nowrap;
}

.cr-badge .badge__store {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 12px;
		white-space: nowrap;
}

.cr-badge .badge__stars {
		display: inline-block;
		margin-bottom: 14px;
		margin-right: 24px;
}

.cr-badge .badge__star {
		display: inline-block;
		position: relative;
		width: 36px;
		height: 36px;
		margin-right: 3px;
		background-size: cover;
}

.cr-badge .badge-vs .badge__star {
	display: block;
}

.cr-badge .badge__star-icon {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
}

.cr-badge .badge__star-icon_type_empty {
		background-image: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/small-star-empty-light.png);
}

.cr-badge .badge__star-icon_type_fill {
		background-image: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/small-star-full.png);
}

.cr-badge .verified {
		display: inline-block;
		vertical-align: middle;
		background: rgba(23, 157, 130, 0.1);
		height: 36px;
		border-radius: 19px;
		padding: 0 16px;
}

.cr-badge.badge_size_small .verified {
	vertical-align: top;
}

.cr-badge .verified__logo {
		display: inline-block;
		width: 32px;
		height: 32px;
		background-image: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/logo.svg);
		background-size: cover;
		position: relative;
		top: 2px;
		left: -6px;
		margin-right: 2px;
}

.cr-badge .verified__text {
		display: inline-block;
		line-height: 36px;
		vertical-align: top;
		font-size: 18px;
		font-weight: 600;
}

.cr-badge .rating {
		font-size: 17px;
		white-space: nowrap;
}

.cr-badge.badge_size_wide .rating {
		font-size: 16px;
}

.cr-badge rating__store {
	font-weight: 600;
}

.cr-badge .rating__product b {
	font-weight: 600;
}

.cr-badge.badge_color_dark {
	color: #fff;
}

.cr-badge.badge_color_dark .badge__star-icon_type_empty {
		background-image: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/small-star-empty-dark.png);
}

.cr-badge.badge_color_dark .verified {
		background: rgba(255, 255, 255, 0.25);
}

.cr-badge.badge_size_wide {
		padding: 20px;
		color: #6c6c6c;
}

.cr-badge.badge_size_wide .badge__store {
		font-size: 28px;
		margin-bottom: 24px;
}

.cr-badge .badge__info {
	position: relative;
}

.cr-badge .badge__logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		height: 60px;
		background-image: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/logo.svg);
		background-size: contain;
		background-repeat: no-repeat;
}

.cr-badge .badge__reviews {
		font-size: 16px;
		padding-left: 70px;
		padding-top: 15px;
}

.cr-badge.badge_size_wide .verified {
		font-size: 16px;
		padding-left: 70px;
		height: 20px;
		background: transparent;
}

.cr-badge.badge_size_wide .badge__stars {
		margin-bottom: 0;
		margin-right: 10px;
		margin-left: 20px;
		margin-top: 0;
		vertical-align: middle;
}

.cr-badge.badge_size_wide .badge__star {
		width: 20px;
		height: 20px;
}

.cr-badge.badge_size_wide .badge__star-icon_type_empty {
		background-image: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/wide-star-empty-light.png);
}

.cr-badge.badge_size_wide .badge__star-icon_type_fill {
		background-image: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/wide-star-full-light.png);
}

.cr-badge.badge_color_dark.badge_size_wide .badge__star-icon_type_fill {
		background-image: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/wide-star-full-dark.png);
}

.cr-badge.badge_color_dark.badge_size_wide .badge__star-icon_type_empty {
		background-image: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/wide-star-empty-dark.png);
}

.cr-badge.badge_size_wide .rating {
		display: inline-block;
		padding-top: 0;
		vertical-align: middle;
		margin-top: 0;
		height: 18px;
}

.cr-badge.badge_size_wide.badge_color_dark {
		color: #fff;
}

.cr-badge.badge_target_mobile {
		position: relative;
		padding: 0;
		margin: 20px;
}

.cr-badge.badge_target_mobile .badge__logo {
		top: 41px;
		left: 4px;
		width: 32px;
		height: 32px;
}

.cr-badge.badge_target_mobile .badge__store {
		font-size: 24px;
		margin-bottom: 0;
		padding-left: 2px;
}

.cr-badge.badge_target_mobile .badge__reviews,
.cr-badge.badge_target_mobile .verified {
		padding-left: 48px;
		display: block;
}

.cr-badge.badge_target_mobile .badge__stars {
		padding-left: 2px;
		margin-left: 0;
		margin-top: 0;
}

.cr-badge.badge_target_mobile .rating {
		font-size: 15px;
		margin-top: 2px;
}

.cr-badge.badge_size_wide .rating b {
		display: inline-block;
		margin-left: 8px;
}

.cr-badge.badge_size_small {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cr-badge .badge__link, .cr-badge__wrap .badge__link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

/* internal container wrapper */
.cr-badge__wrap {
	display: inline-block;
	position: relative;
}

.cr-badge.badge-vs {
		position: relative;
		color: #4d4d4d;
		padding: 20px;
		display: inline-block;
		flex-flow: row nowrap;
		text-align: left;
		font-family: sans-serif;
		border-radius: 15px;
}

.cr-badge.badge-vs .cr-badge-vs-flex {
	display: flex;
	flex-direction: row;
}

.cr-badge.badge-vs .badge__store {
		font-size: 25px;
		font-weight: 500;
		margin-bottom: 5px;
		line-height: 1.2;
		max-width: 500px;
		text-overflow: ellipsis;
		overflow: hidden;
}

.cr-badge.badge-vs .badge__logo {
		background-image: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/logo-vs.svg);
		height: 80px;
		width: 80px;
		position: relative;
		display: inline-block;
		margin-right: 20px;
		flex: 0 0 auto;
}

.cr-badge.badge-vs .badge__details {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
}

.cr-badge.badge-vs .badge__rating-container {
		display: flex;
		flex-flow: column nowrap;
		justify-content: space-evenly;
		font-family: sans-serif;
		font-weight: normal;
}

.cr-badge.badge-vs .badge__rating-line {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
}

.cr-badge.badge-vs .badge__stars {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.cr-badge.badge-vs .badge__star {
		width: 15px;
		height: 15px;
		border-spacing: 0;
		display: flex;
}

.cr-badge.badge-vs .badge__star-icon--empty {
		background-image: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/star-stroke.svg);
		background-position: left;
		border-spacing: 0;
}

.cr-badge.badge-vs .badge__star-icon--fill {
		background-image: url(/wp-content/plugins/customer-reviews-woocommerce/css/../img/star-fill.svg);
		background-position: left;
		border-spacing: 0;

}

.cr-badge.badge-vs .badge__rating.rating {
		font-size: 14px;
		line-height: 1.5;
		justify-content: space-between;
		display: flex;
		flex: 1 1 0;
		margin: -1px 0 0;
		padding: 0;
		height: 20px;
}

.cr-badge.badge-vs .badge__rating.rating span:last-child {
	padding-left: 25px;
	font-weight: bold;
}

.cr-badge .badge__rating + .badge__stars {
	margin-left: 15px;
}

.cr-badge.badge-vs .badge__reviews {
	border-radius: 30px;
	background-color: #F2F2F2;
	display: block;
	font-size: 18px;
	line-height: 1;
	padding: 6px 25px 5px;
	margin-left: 15px;
	border: 1px solid #DFDFDF99;
}

.cr-badge.badge-vs.badge_color_dark {
		color: #e5e5e5;
		border-color: transparent;
}

.cr-badge.badge-vs.badge_color_dark .badge__reviews {
	background-color: #24242499;
	border-color: transparent;
}

.badge_size_compact.cr-badge,
.badge--wide-mobile.cr-badge {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: sans-serif;
}

.badge_size_compact.cr-badge,
.badge--wide-mobile.cr-badge {
	display: block;
	flex-direction: column;
	visibility: visible;
}

.badge_size_compact.cr-badge .badge__verified,
.badge--wide-mobile.cr-badge .badge__verified {
	font-size: 10px;
	font-weight: 700;
	color: #4c4c4c;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

.badge--wide-mobile.cr-badge .badge__verified {
	font-size: 16px;
	color: #fff;
	margin-bottom: 13px;
}

.badge--wide-mobile.cr-badge .badge__store {
	min-height: 50px;
	margin-bottom: 15px;
	color: #4d4d4d;
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}

.badge--wide-mobile.cr-badge .badge__store span {
	min-width: 234px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.cr-badge.badge_size_compact .badge__middle,
.cr-badge.badge--wide-mobile .badge__middle {
	padding: 10px 0 9px;
}

.cr-badge.badge_size_compact .badge__stars,
.cr-badge.badge--wide-mobile .badge__stars {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0;
}

.cr-badge.badge_size_compact .badge__star,
.cr-badge.badge--wide-mobile .badge__star {
	position: relative;
	width: 14px;
	height: 13px;
	margin: 0 2px;
	color: #fff;
}

.cr-badge.badge_size_compact .badge__star svg,
.cr-badge.badge--wide-mobile .badge__star svg {
	display: block;
}

.cr-badge.badge_size_compact .badge__star-fill-container,
.cr-badge.badge--wide-mobile .badge__star-fill-container {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 14px;
	height: 13px;
}

.rtl .cr-badge.badge_size_compact .badge__star-fill-container,
.rtl .cr-badge.badge--wide-mobile .badge__star-fill-container {
	left: auto;
	right: 0;
}

.cr-badge.badge_size_compact .badge__star-fill-container svg,
.cr-badge.badge--wide-mobile .badge__star-fill-container svg {
	height: 13px;
}

.cr-badge.badge_size_compact .badge__rating,
.cr-badge.badge--wide-mobile .badge__rating {
	font-size: 12px;
	text-align: center;
	color: #4c4c4c;
}

.cr-badge.badge_size_compact .badge__rating b,
.cr-badge.badge--wide-mobile .badge__rating b  {
	margin-left: 8px;
}

.cr-badge.badge_size_compact .badge__reviews,
.cr-badge.badge--wide-mobile .badge__reviews {
	padding: 8px 0 6px;
	font-size: 10px;
	text-align: center;
	border-radius: 0 0 15px 15px;
	color: #4d4d4d;
}

.cr-badge.badge--wide-mobile .badge__middle {
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: transparent;
}

.cr-badge.badge--wide-mobile .badge__stars {
	margin-bottom: 5px;
}

.cr-badge.badge--wide-mobile .badge__star {
	color: #f8942d;
}

.cr-badge.badge--wide-mobile .badge__reviews {
	font-size: 13px;
	border-top: 1px solid transparent;
	min-height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.cr-badge.badge--wide-mobile .mb21 {
	margin-bottom: 21px;
}

.cr-badge.badge_size_compact.badge_color_dark .badge__middle,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__middle {
	border: none;
	box-sizing: border-box;
}

.cr-badge.badge_size_compact.badge_color_dark .badge__star,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__star {
	color: #f8942d;
}

.cr-badge.badge_size_compact.badge_color_dark .badge__reviews,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__reviews {
	border: none;
}

.cr-badge.badge_size_compact.badge_color_dark .badge__verified,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__verified,
.cr-badge.badge_size_compact.badge_color_dark .badge__reviews,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__reviews,
.cr-badge.badge_size_compact.badge_color_dark .badge__rating,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__rating,
.cr-badge.badge_size_compact.badge_color_dark .badge__store,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__store {
	color: #e5e5e5;
}

.cr-placeholder-tb {
	background-color: #FAFAFA;
	width: 100%;
	padding: 20px;
}

.cr-placeholder-tb .cr-placeholder-tb-fr {
	width: 50%;
	height: 40px;
	margin: 0 0 20px 0;
	background-color: #DCDEE2;
	animation: cr-placeholder-load 3s infinite;
}
.cr-placeholder-tb .cr-placeholder-tb-sr {
	width: 100%;
	height: 60px;
	background-color: #DCDEE2;
	animation: cr-placeholder-load 3s infinite;
}

@media all and (max-width: 600px) {
	#cr_floatingtrustbadge, #cr_floatingtrustbadge.cr-floatingbadge-big {display: none;}
}

@keyframes cr-placeholder-load {
	0% {
		background-color: #DCDEE2;
	}
	50% {
		background-color: #ededed;
	}
	100% {
		background-color: #DCDEE2;
	}
}
.text-stroke,.text-stroke--primary,.text-stroke--secondary{-webkit-text-stroke-width:var(--wp--custom--typography--text-stroke-width,2px)!important}.ext-absolute{position:absolute!important}.bring-to-front,.ext .wp-block-image,.ext-relative{position:relative!important}.ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-order-1{order:1!important}.ext-order-2{order:2!important}.ext-col-auto{grid-column:auto!important}.ext-col-span-1{grid-column:span 1/span 1!important}.ext-col-span-2{grid-column:span 2/span 2!important}.ext-col-span-3{grid-column:span 3/span 3!important}.ext-col-span-4{grid-column:span 4/span 4!important}.ext-col-span-5{grid-column:span 5/span 5!important}.ext-col-span-6{grid-column:span 6/span 6!important}.ext-col-span-7{grid-column:span 7/span 7!important}.ext-col-span-8{grid-column:span 8/span 8!important}.ext-col-span-9{grid-column:span 9/span 9!important}.ext-col-span-10{grid-column:span 10/span 10!important}.ext-col-span-11{grid-column:span 11/span 11!important}.ext-col-span-12{grid-column:span 12/span 12!important}.ext-col-span-full{grid-column:1/-1!important}.ext-col-start-1{grid-column-start:1!important}.ext-col-start-2{grid-column-start:2!important}.ext-col-start-3{grid-column-start:3!important}.ext-col-start-4{grid-column-start:4!important}.ext-col-start-5{grid-column-start:5!important}.ext-col-start-6{grid-column-start:6!important}.ext-col-start-7{grid-column-start:7!important}.ext-col-start-8{grid-column-start:8!important}.ext-col-start-9{grid-column-start:9!important}.ext-col-start-10{grid-column-start:10!important}.ext-col-start-11{grid-column-start:11!important}.ext-col-start-12{grid-column-start:12!important}.ext-col-start-13{grid-column-start:13!important}.ext-col-start-auto{grid-column-start:auto!important}.ext-col-end-1{grid-column-end:1!important}.ext-col-end-2{grid-column-end:2!important}.ext-col-end-3{grid-column-end:3!important}.ext-col-end-4{grid-column-end:4!important}.ext-col-end-5{grid-column-end:5!important}.ext-col-end-6{grid-column-end:6!important}.ext-col-end-7{grid-column-end:7!important}.ext-col-end-8{grid-column-end:8!important}.ext-col-end-9{grid-column-end:9!important}.ext-col-end-10{grid-column-end:10!important}.ext-col-end-11{grid-column-end:11!important}.ext-col-end-12{grid-column-end:12!important}.ext-col-end-13{grid-column-end:13!important}.ext-col-end-auto{grid-column-end:auto!important}.ext-row-auto{grid-row:auto!important}.ext-row-span-1{grid-row:span 1/span 1!important}.ext-row-span-2{grid-row:span 2/span 2!important}.ext-row-span-3{grid-row:span 3/span 3!important}.ext-row-span-4{grid-row:span 4/span 4!important}.ext-row-span-5{grid-row:span 5/span 5!important}.ext-row-span-6{grid-row:span 6/span 6!important}.ext-row-span-full{grid-row:1/-1!important}.ext-row-start-1{grid-row-start:1!important}.ext-row-start-2{grid-row-start:2!important}.ext-row-start-3{grid-row-start:3!important}.ext-row-start-4{grid-row-start:4!important}.ext-row-start-5{grid-row-start:5!important}.ext-row-start-6{grid-row-start:6!important}.ext-row-start-7{grid-row-start:7!important}.ext-row-start-auto{grid-row-start:auto!important}.ext-row-end-1{grid-row-end:1!important}.ext-row-end-2{grid-row-end:2!important}.ext-row-end-3{grid-row-end:3!important}.ext-row-end-4{grid-row-end:4!important}.ext-row-end-5{grid-row-end:5!important}.ext-row-end-6{grid-row-end:6!important}.ext-row-end-7{grid-row-end:7!important}.ext-row-end-auto{grid-row-end:auto!important}.ext-m-0:not([style*=margin]){margin:0!important}.ext-m-auto:not([style*=margin]){margin:auto!important}.ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.ext .alignwide,.ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .wp-block-group>*,.ext-my-0:not([style*=margin]),.wp-block-column.editor\:pointer-events-none{margin-top:0!important;margin-bottom:0!important}.ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.ext h2,.ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .wp-block-columns+.wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]),.ext-mt-0:not([style*=margin]),[class*=fullwidth-cols] .wp-block-column:first-child,[class*=fullwidth-cols] .wp-block-column:first-child>*,[class*=fullwidth-cols] .wp-block-column>:first-child,[class*=fullwidth-cols] .wp-block-group:first-child{margin-top:0!important}.ext-mt-auto:not([style*=margin]){margin-top:auto!important}.ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]),.ext-mr-0:not([style*=margin]){margin-right:0!important}.ext-mr-auto:not([style*=margin]){margin-right:auto!important}.ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .is-not-stacked-on-mobile .wp-block-column,.ext-mb-0:not([style*=margin]),.ext.wp-block-group>:last-child,.wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile>.wp-block-column,[class*=fullwidth-cols] .wp-block-column:last-child,[class*=fullwidth-cols] .wp-block-column>:last-child,[class*=fullwidth-cols] .wp-block-group:last-child{margin-bottom:0!important}.ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.ext-mb-base:not([style*=margin]),.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-ml-0:not([style*=margin]),.ext-ml-0:not([style*=margin]):not([style*=margin]){margin-left:0!important}.ext-ml-auto:not([style*=margin]){margin-left:auto!important}.ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.editor\:no-resize .components-resizable-box__container,.ext-block{display:block!important}.ext .wp-block-image img,.ext-inline-block{display:inline-block!important}.ext-inline{display:inline!important}.ext-flex{display:flex!important}.ext-inline-flex{display:inline-flex!important}.ext .ext-grid>[class*="_inner-container"],.ext-grid{display:grid!important}.ext-inline-grid{display:inline-grid!important}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container::before,.editor\:no-caption .block-editor-rich-text__editable,.editor\:no-inserter .wp-block-column:not(.is-selected)>.block-list-appender,.editor\:no-inserter .wp-block-cover__inner-container>.block-list-appender,.editor\:no-inserter .wp-block-group__inner-container>.block-list-appender,.editor\:no-inserter>.block-list-appender,.ext-hidden{display:none!important}.ext-w-auto{width:auto!important}.ext-w-full{width:100%!important}.ext [class*=inner-container]>.alignwide [class*=inner-container]>*,.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]>*,.ext-max-w-full{max-width:100%!important}.ext-flex-1{flex:1 1 0%!important}.ext-flex-auto{flex:1 1 auto!important}.ext-flex-initial{flex:0 1 auto!important}.ext-flex-none{flex:none!important}.ext-flex-shrink-0{flex-shrink:0!important}.ext-flex-shrink{flex-shrink:1!important}.ext-flex-grow-0{flex-grow:0!important}.ext-flex-grow{flex-grow:1!important}.ext-list-none,.is-style-inline-list li{list-style-type:none!important}.ext .ext-grid-cols-1>[class*="_inner-container"],.ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-cols-2>[class*="_inner-container"],.ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-cols-3>[class*="_inner-container"],.ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-cols-4>[class*="_inner-container"],.ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-cols-5>[class*="_inner-container"],.ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-cols-6>[class*="_inner-container"],.ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-cols-7>[class*="_inner-container"],.ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.ext .ext-grid-cols-8>[class*="_inner-container"],.ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.ext .ext-grid-cols-9>[class*="_inner-container"],.ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.ext .ext-grid-cols-10>[class*="_inner-container"],.ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.ext .ext-grid-cols-11>[class*="_inner-container"],.ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.ext .ext-grid-cols-12>[class*="_inner-container"],.ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.ext .ext-grid-cols-none>[class*="_inner-container"],.ext-grid-cols-none{grid-template-columns:none!important}.ext .ext-grid-rows-1>[class*="_inner-container"],.ext-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-rows-2>[class*="_inner-container"],.ext-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-rows-3>[class*="_inner-container"],.ext-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-rows-4>[class*="_inner-container"],.ext-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-rows-5>[class*="_inner-container"],.ext-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-rows-6>[class*="_inner-container"],.ext-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-rows-none>[class*="_inner-container"],.ext-grid-rows-none{grid-template-rows:none!important}.ext-flex-row{flex-direction:row!important}.ext-flex-row-reverse{flex-direction:row-reverse!important}.ext-flex-col{flex-direction:column!important}.ext-flex-col-reverse{flex-direction:column-reverse!important}.ext-flex-wrap{flex-wrap:wrap!important}.ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.ext-flex-nowrap{flex-wrap:nowrap!important}.ext .ext-items-start>[class*="_inner-container"],.ext-items-start{align-items:flex-start!important}.ext .ext-items-end>[class*="_inner-container"],.ext-items-end{align-items:flex-end!important}.ext .ext-items-center>[class*="_inner-container"],.ext .is-style-angled>[class*="_inner-container"],.ext-items-center{align-items:center!important}.ext .ext-items-baseline>[class*="_inner-container"],.ext-items-baseline{align-items:baseline!important}.ext .ext-items-stretch>[class*="_inner-container"],.ext-items-stretch{align-items:stretch!important}.ext-justify-start{justify-content:flex-start!important}.ext-justify-end{justify-content:flex-end!important}.ext-justify-center{justify-content:center!important}.ext-justify-between{justify-content:space-between!important}.ext-justify-around{justify-content:space-around!important}.ext-justify-evenly{justify-content:space-evenly!important}.ext-justify-items-start{justify-items:start!important}.ext-justify-items-end{justify-items:end!important}.ext-justify-items-center{justify-items:center!important}.ext-justify-items-stretch{justify-items:stretch!important}.ext-gap-0{gap:0!important}.ext-gap-base{gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-lg{gap:var(--extendify--spacing--large,3rem)!important}.ext-gap-x-0{-moz-column-gap:0!important;column-gap:0!important}.ext-gap-x-base{-moz-column-gap:var(--wp--style--block-gap,1.75rem)!important;column-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-x-lg{-moz-column-gap:var(--extendify--spacing--large,3rem)!important;column-gap:var(--extendify--spacing--large,3rem)!important}.ext-gap-y-0{row-gap:0!important}.ext-gap-y-base{row-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-y-lg{row-gap:var(--extendify--spacing--large,3rem)!important}.ext-justify-self-auto{justify-self:auto!important}.ext-justify-self-start{justify-self:start!important}.ext-justify-self-end{justify-self:end!important}.ext-justify-self-center{justify-self:center!important}.ext-justify-self-stretch{justify-self:stretch!important}.ext-rounded-none{border-radius:0!important}.ext-rounded-full{border-radius:9999px!important}.ext-rounded-t-none{border-top-left-radius:0!important;border-top-right-radius:0!important}.ext-rounded-t-full{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.ext-rounded-r-none{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.ext-rounded-r-full{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.ext-rounded-b-none{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.ext-rounded-b-full{border-bottom-right-radius:9999px!important;border-bottom-left-radius:9999px!important}.ext-rounded-l-none{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.ext-rounded-l-full{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.ext-rounded-tl-none{border-top-left-radius:0!important}.ext-rounded-tl-full{border-top-left-radius:9999px!important}.ext-rounded-tr-none{border-top-right-radius:0!important}.ext-rounded-tr-full{border-top-right-radius:9999px!important}.ext-rounded-br-none{border-bottom-right-radius:0!important}.ext-rounded-br-full{border-bottom-right-radius:9999px!important}.ext-rounded-bl-none{border-bottom-left-radius:0!important}.ext-rounded-bl-full{border-bottom-left-radius:9999px!important}.ext-border-0{border-width:0!important}.ext-border-t-0{border-top-width:0!important}.ext-border-r-0{border-right-width:0!important}.ext-border-b-0{border-bottom-width:0!important}.ext-border-l-0{border-left-width:0!important}.ext .wp-block-group__inner-container,.ext-p-0:not([style*=padding]){padding:0!important}.ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.ext .wp-block-columns .wp-block-column[style*=padding],.ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.ext-px-base:not([style*=padding]),.ext.has-background{padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.ext-pt-0:not([style*=padding]){padding-top:0!important}.ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.ext-pr-0:not([style*=padding]){padding-right:0!important}.ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.ext-pb-0:not([style*=padding]){padding-bottom:0!important}.ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.ext-pl-0:not([style*=padding]),.is-style-inline-list{padding-left:0!important}.ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.ext-text-left{text-align:left!important}.ext .wp-block-image,.ext-text-center{text-align:center!important}.ext-text-right{text-align:right!important}.ext-leading-none{line-height:1!important}.ext-leading-tight{line-height:1.25!important}.ext-leading-snug{line-height:1.375!important}.ext-leading-normal{line-height:1.5!important}.ext-leading-relaxed{line-height:1.625!important}.ext-leading-loose{line-height:2!important}.ext-aspect-square img{aspect-ratio:1/1!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape img{aspect-ratio:4/3!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape-wide img{aspect-ratio:16/9!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-portrait img{aspect-ratio:3/4!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape .components-resizable-box__container,.ext-aspect-landscape-wide .components-resizable-box__container,.ext-aspect-portrait .components-resizable-box__container,.ext-aspect-square .components-resizable-box__container{height:auto!important}.clip-path--rhombus img{-webkit-clip-path:polygon(15% 6%,80% 29%,84% 93%,23% 69%)!important;clip-path:polygon(15% 6%,80% 29%,84% 93%,23% 69%)!important}.clip-path--diamond img{-webkit-clip-path:polygon(5% 29%,60% 2%,91% 64%,36% 89%)!important;clip-path:polygon(5% 29%,60% 2%,91% 64%,36% 89%)!important}.clip-path--rhombus-alt img{-webkit-clip-path:polygon(14% 9%,85% 24%,91% 89%,19% 76%)!important;clip-path:polygon(14% 9%,85% 24%,91% 89%,19% 76%)!important}.wp-block-columns[class*=fullwidth-cols]{margin-bottom:unset!important}.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.ext-my-0,.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.wp-block-column.editor\:pointer-events-none,.is-root-container.block-editor-block-list__layout>[data-align=wide]>.ext-my-0:not([style*=margin]),.is-root-container.block-editor-block-list__layout>[data-align=wide]>.wp-block-column.editor\:pointer-events-none{margin-top:calc(-1 * var(--wp--style--block-gap,28px))!important}@media (min-width:600px) and (max-width:781px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n){margin-left:var(--wp--style--block-gap,2em)!important}}@media (max-width:781px){.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap!important}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (max-width:1079px){.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}}.direction-rtl{direction:rtl!important}.direction-ltr{direction:ltr!important}.bring-to-front{z-index:10!important}.text-stroke{-webkit-text-stroke-color:var(--wp--preset--color--background)!important}.text-stroke--primary{-webkit-text-stroke-color:var(--wp--preset--color--primary)!important}.text-stroke--secondary{-webkit-text-stroke-color:var(--wp--preset--color--secondary)!important}.editor\:no-resize .components-resizable-box__handle,.editor\:no-resize .components-resizable-box__handle::after,.editor\:no-resize .components-resizable-box__side-handle::before{display:none!important;pointer-events:none!important}.editor\:pointer-events-none{pointer-events:none!important}.is-style-angled{align-items:center!important;justify-content:flex-end!important}.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,30% 0%,50% 100%,0% 100%)!important;clip-path:polygon(0 0,30% 0%,50% 100%,0% 100%)!important;z-index:1!important}.has-foreground-color{color:var(--wp--preset--color--foreground,#000)!important}.has-foreground-background-color{background-color:var(--wp--preset--color--foreground,#000)!important}.has-background-color{color:var(--wp--preset--color--background,#fff)!important}.has-background-background-color{background-color:var(--wp--preset--color--background,#fff)!important}.has-primary-color{color:var(--wp--preset--color--primary,#4b5563)!important}.has-primary-background-color{background-color:var(--wp--preset--color--primary,#4b5563)!important}.has-secondary-color{color:var(--wp--preset--color--secondary,#9ca3af)!important}.has-secondary-background-color{background-color:var(--wp--preset--color--secondary,#9ca3af)!important}.ext.has-text-color h1,.ext.has-text-color h2,.ext.has-text-color h3,.ext.has-text-color h4,.ext.has-text-color h5,.ext.has-text-color h6,.ext.has-text-color p{color:currentColor!important}.has-white-color{color:var(--wp--preset--color--white,#fff)!important}.has-black-color{color:var(--wp--preset--color--black,#000)!important}.has-ext-foreground-background-color{background-color:var(--wp--preset--color--foreground,var(--wp--preset--color--black,#000))!important}.has-ext-primary-background-color{background-color:var(--wp--preset--color--primary,var(--wp--preset--color--cyan-bluish-gray,#000))!important}.wp-block-button__link.has-black-background-color{border-color:var(--wp--preset--color--black,#000)!important}.wp-block-button__link.has-white-background-color{border-color:var(--wp--preset--color--white,#fff)!important}.has-ext-small-font-size{font-size:var(--wp--preset--font-size--ext-small)!important}.has-ext-medium-font-size{font-size:var(--wp--preset--font-size--ext-medium)!important}.has-ext-large-font-size{font-size:var(--wp--preset--font-size--ext-large)!important;line-height:1.2!important}.has-ext-x-large-font-size{font-size:var(--wp--preset--font-size--ext-x-large)!important;line-height:1!important}.has-ext-xx-large-font-size{font-size:var(--wp--preset--font-size--ext-xx-large)!important;line-height:1!important}.has-ext-x-large-font-size:not([style*=line-height]),.has-ext-xx-large-font-size:not([style*=line-height]){line-height:1.1!important}.ext .wp-block-group>*+*{margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:0!important}.has-ext-x-large-font-size+h3,.has-ext-x-large-font-size+p{margin-top:.5rem!important}.ext .wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap,.5em) * .75)!important;min-width:12rem!important}.ext>[class*="_inner-container"]>.ext-grid:not([class*=columns]),.ext>[class*="_inner-container"]>.wp-block>.ext-grid:not([class*=columns]){display:initial!important}.ext .ext-grid-cols-13>[class*="_inner-container"]{grid-template-columns:repeat(13,minmax(0,1fr))!important}.ext [class*=inner-container]>.alignwide [class*=inner-container],.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]{max-width:var(--responsive--alignwide-width,120rem)!important}.ext .wp-block-image img{vertical-align:middle!important}body{--extendify--spacing--large:var(--wp--custom--spacing--large,clamp(2em, 8vw, 8em))!important;--wp--preset--font-size--ext-small:1rem!important;--wp--preset--font-size--ext-medium:1.125rem!important;--wp--preset--font-size--ext-large:clamp(1.65rem, 3.5vw, 2.15rem)!important;--wp--preset--font-size--ext-x-large:clamp(3rem, 6vw, 4.75rem)!important;--wp--preset--font-size--ext-xx-large:clamp(3.25rem, 7.5vw, 5.75rem)!important;--wp--preset--color--black:#000!important;--wp--preset--color--white:#fff!important}.ext *{box-sizing:border-box!important}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container{background:0 0!important}.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull{margin-top:unset!important;margin-bottom:unset!important}.block-editor-block-preview__content-iframe .preview\:min-h-50{min-height:50vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-60{min-height:60vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-70{min-height:70vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-80{min-height:80vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-100{min-height:100vw!important}.is-root-container .wp-block[data-align=full]>.ext-mx-0:not([style*=margin]):not([style*=margin]){margin-right:calc(1 * var(--wp--custom--spacing--outer,0))!important;margin-left:calc(1 * var(--wp--custom--spacing--outer,0))!important;overflow:hidden!important;width:unset!important}@media (min-width:782px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:0!important}.is-style-inline-list li{margin-right:var(--wp--style--block-gap,1.75rem)!important;display:inline!important}.is-style-inline-list li:first-child{margin-left:0!important}.is-style-inline-list li:last-child{margin-right:0!important}.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,55% 0%,65% 100%,0% 100%)!important;clip-path:polygon(0 0,55% 0%,65% 100%,0% 100%)!important}.tablet\:ext-absolute{position:absolute!important}.tablet\:ext-relative{position:relative!important}.tablet\:ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-order-1{order:1!important}.tablet\:ext-order-2{order:2!important}.tablet\:ext-m-0:not([style*=margin]){margin:0!important}.tablet\:ext-m-auto:not([style*=margin]){margin:auto!important}.tablet\:ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.tablet\:ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.tablet\:ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-my-0:not([style*=margin]){margin-top:0!important;margin-bottom:0!important}.tablet\:ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.tablet\:ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mt-0:not([style*=margin]){margin-top:0!important}.tablet\:ext-mt-auto:not([style*=margin]){margin-top:auto!important}.tablet\:ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mr-0:not([style*=margin]){margin-right:0!important}.tablet\:ext-mr-auto:not([style*=margin]){margin-right:auto!important}.tablet\:ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mb-0:not([style*=margin]){margin-bottom:0!important}.tablet\:ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.tablet\:ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-ml-0:not([style*=margin]){margin-left:0!important}.tablet\:ext-ml-auto:not([style*=margin]){margin-left:auto!important}.tablet\:ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-block{display:block!important}.tablet\:ext-inline-block{display:inline-block!important}.tablet\:ext-inline{display:inline!important}.tablet\:ext-flex{display:flex!important}.tablet\:ext-inline-flex{display:inline-flex!important}.tablet\:ext-grid{display:grid!important}.tablet\:ext-inline-grid{display:inline-grid!important}.tablet\:ext-hidden{display:none!important}.tablet\:ext-w-auto{width:auto!important}.tablet\:ext-w-full{width:100%!important}.tablet\:ext-max-w-full{max-width:100%!important}.tablet\:ext-flex-1{flex:1 1 0%!important}.tablet\:ext-flex-auto{flex:1 1 auto!important}.tablet\:ext-flex-initial{flex:0 1 auto!important}.tablet\:ext-flex-none{flex:none!important}.tablet\:ext-flex-shrink-0{flex-shrink:0!important}.tablet\:ext-flex-shrink{flex-shrink:1!important}.tablet\:ext-flex-grow-0{flex-grow:0!important}.tablet\:ext-flex-grow{flex-grow:1!important}.tablet\:ext-list-none{list-style-type:none!important}.tablet\:ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.tablet\:ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tablet\:ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.tablet\:ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.tablet\:ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.tablet\:ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.tablet\:ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.tablet\:ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.tablet\:ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.tablet\:ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.tablet\:ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.tablet\:ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.tablet\:ext-grid-cols-none{grid-template-columns:none!important}.tablet\:ext-flex-row{flex-direction:row!important}.tablet\:ext-flex-row-reverse{flex-direction:row-reverse!important}.tablet\:ext-flex-col{flex-direction:column!important}.tablet\:ext-flex-col-reverse{flex-direction:column-reverse!important}.tablet\:ext-flex-wrap{flex-wrap:wrap!important}.tablet\:ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.tablet\:ext-flex-nowrap{flex-wrap:nowrap!important}.tablet\:ext-items-start{align-items:flex-start!important}.tablet\:ext-items-end{align-items:flex-end!important}.tablet\:ext-items-center{align-items:center!important}.tablet\:ext-items-baseline{align-items:baseline!important}.tablet\:ext-items-stretch{align-items:stretch!important}.tablet\:ext-justify-start{justify-content:flex-start!important}.tablet\:ext-justify-end{justify-content:flex-end!important}.tablet\:ext-justify-center{justify-content:center!important}.tablet\:ext-justify-between{justify-content:space-between!important}.tablet\:ext-justify-around{justify-content:space-around!important}.tablet\:ext-justify-evenly{justify-content:space-evenly!important}.tablet\:ext-justify-items-start{justify-items:start!important}.tablet\:ext-justify-items-end{justify-items:end!important}.tablet\:ext-justify-items-center{justify-items:center!important}.tablet\:ext-justify-items-stretch{justify-items:stretch!important}.tablet\:ext-justify-self-auto{justify-self:auto!important}.tablet\:ext-justify-self-start{justify-self:start!important}.tablet\:ext-justify-self-end{justify-self:end!important}.tablet\:ext-justify-self-center{justify-self:center!important}.tablet\:ext-justify-self-stretch{justify-self:stretch!important}.tablet\:ext-p-0:not([style*=padding]){padding:0!important}.tablet\:ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.tablet\:ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.tablet\:ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pt-0:not([style*=padding]){padding-top:0!important}.tablet\:ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pr-0:not([style*=padding]){padding-right:0!important}.tablet\:ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pb-0:not([style*=padding]){padding-bottom:0!important}.tablet\:ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pl-0:not([style*=padding]){padding-left:0!important}.tablet\:ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-text-left{text-align:left!important}.tablet\:ext-text-center{text-align:center!important}.tablet\:ext-text-right{text-align:right!important}}@media (min-width:1080px){.desktop\:ext-absolute{position:absolute!important}.desktop\:ext-relative{position:relative!important}.desktop\:ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-order-1{order:1!important}.desktop\:ext-order-2{order:2!important}.desktop\:ext-m-0:not([style*=margin]){margin:0!important}.desktop\:ext-m-auto:not([style*=margin]){margin:auto!important}.desktop\:ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.desktop\:ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.desktop\:ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-my-0:not([style*=margin]){margin-top:0!important;margin-bottom:0!important}.desktop\:ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.desktop\:ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mt-0:not([style*=margin]){margin-top:0!important}.desktop\:ext-mt-auto:not([style*=margin]){margin-top:auto!important}.desktop\:ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mr-0:not([style*=margin]){margin-right:0!important}.desktop\:ext-mr-auto:not([style*=margin]){margin-right:auto!important}.desktop\:ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mb-0:not([style*=margin]){margin-bottom:0!important}.desktop\:ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.desktop\:ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-ml-0:not([style*=margin]){margin-left:0!important}.desktop\:ext-ml-auto:not([style*=margin]){margin-left:auto!important}.desktop\:ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-block{display:block!important}.desktop\:ext-inline-block{display:inline-block!important}.desktop\:ext-inline{display:inline!important}.desktop\:ext-flex{display:flex!important}.desktop\:ext-inline-flex{display:inline-flex!important}.desktop\:ext-grid{display:grid!important}.desktop\:ext-inline-grid{display:inline-grid!important}.desktop\:ext-hidden{display:none!important}.desktop\:ext-w-auto{width:auto!important}.desktop\:ext-w-full{width:100%!important}.desktop\:ext-max-w-full{max-width:100%!important}.desktop\:ext-flex-1{flex:1 1 0%!important}.desktop\:ext-flex-auto{flex:1 1 auto!important}.desktop\:ext-flex-initial{flex:0 1 auto!important}.desktop\:ext-flex-none{flex:none!important}.desktop\:ext-flex-shrink-0{flex-shrink:0!important}.desktop\:ext-flex-shrink{flex-shrink:1!important}.desktop\:ext-flex-grow-0{flex-grow:0!important}.desktop\:ext-flex-grow{flex-grow:1!important}.desktop\:ext-list-none{list-style-type:none!important}.desktop\:ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.desktop\:ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.desktop\:ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.desktop\:ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.desktop\:ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.desktop\:ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.desktop\:ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.desktop\:ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.desktop\:ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.desktop\:ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.desktop\:ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.desktop\:ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.desktop\:ext-grid-cols-none{grid-template-columns:none!important}.desktop\:ext-flex-row{flex-direction:row!important}.desktop\:ext-flex-row-reverse{flex-direction:row-reverse!important}.desktop\:ext-flex-col{flex-direction:column!important}.desktop\:ext-flex-col-reverse{flex-direction:column-reverse!important}.desktop\:ext-flex-wrap{flex-wrap:wrap!important}.desktop\:ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.desktop\:ext-flex-nowrap{flex-wrap:nowrap!important}.desktop\:ext-items-start{align-items:flex-start!important}.desktop\:ext-items-end{align-items:flex-end!important}.desktop\:ext-items-center{align-items:center!important}.desktop\:ext-items-baseline{align-items:baseline!important}.desktop\:ext-items-stretch{align-items:stretch!important}.desktop\:ext-justify-start{justify-content:flex-start!important}.desktop\:ext-justify-end{justify-content:flex-end!important}.desktop\:ext-justify-center{justify-content:center!important}.desktop\:ext-justify-between{justify-content:space-between!important}.desktop\:ext-justify-around{justify-content:space-around!important}.desktop\:ext-justify-evenly{justify-content:space-evenly!important}.desktop\:ext-justify-items-start{justify-items:start!important}.desktop\:ext-justify-items-end{justify-items:end!important}.desktop\:ext-justify-items-center{justify-items:center!important}.desktop\:ext-justify-items-stretch{justify-items:stretch!important}.desktop\:ext-justify-self-auto{justify-self:auto!important}.desktop\:ext-justify-self-start{justify-self:start!important}.desktop\:ext-justify-self-end{justify-self:end!important}.desktop\:ext-justify-self-center{justify-self:center!important}.desktop\:ext-justify-self-stretch{justify-self:stretch!important}.desktop\:ext-p-0:not([style*=padding]){padding:0!important}.desktop\:ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.desktop\:ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.desktop\:ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pt-0:not([style*=padding]){padding-top:0!important}.desktop\:ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pr-0:not([style*=padding]){padding-right:0!important}.desktop\:ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pb-0:not([style*=padding]){padding-bottom:0!important}.desktop\:ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pl-0:not([style*=padding]){padding-left:0!important}.desktop\:ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-text-left{text-align:left!important}.desktop\:ext-text-center{text-align:center!important}.desktop\:ext-text-right{text-align:right!important}}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.pi-cod-deposit-container {
    padding: 20px 20px 20px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-family: sans-serif;
    border-width: 2px;
    border-style:solid;
    cursor:pointer;
}

.pi-cod-deposit-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.pi-checkmark {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #fff;
    margin-right: 15px;
    border-radius: 2px;
}

.pi-processing{
	position:relative;
}

.pi-processing:before{
	content:"";
	background:rgba(200,200,200,0.3);
	position:absolute;
	width:100%;
	height:100%;
    z-index:1000000;
}

body.pi-dpmw-processing button.wc-block-components-checkout-place-order-button{
    pointer-events: none;
    opacity:0.5;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* date 21-11-19 */

.woocommerce div.product form.cart .button {
  float: none !important;
}

#pincode_field_idp .woocommerce form #pincode_field_idp.form-row textarea {
  border-width: 0 0 2px;
  border-color: #000;
}

#pincode_field_idp input[type="text"] {
  background: transparent;
  padding: 10px 10px 5px 0px;
  width: 78.5%;
  font-size: 15px;
}
.wpc_shortcode #pincode_field_idp input[type="text"] {
  border: none;
  margin: 0;
  padding: 0 10px;
  padding-left: 25px;
}

.wc-delivery-time-response p {
  line-height: 1.5;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.entry-content .delivery-info h6,
.delivery-info h6 {
  margin: 0;
  display: inline-block;
}

.delivery-info ul,
ol {
  margin: 0;
  list-style: none;
  padding: 0px;
  margin-left: 0px !important;
}

.delivery-info ul li {
  line-height: 1.5;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.delivery-info .cash_on_delivery {
  font-size: 14px;
  padding-top: 0;
  font-weight: 600;
}

.wc-delivery-time-response {
  padding-bottom: 15px;
}

div#my_custom_checkout_field,
.wc-delivery-time-response {
  background: #f6f6f9;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
}
p#pincode_field_idp {
  margin: 0;
  border-radius: 6px;
  background: #fff;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 5px;
  border: 1px solid #eee;
}
#pincode_field_idp::before {
  position: absolute;
  background: url(/wp-content/plugins/woo-pincode-checker/public/css/../image/map-marker-alt.svg) no-repeat;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 17px;
  content: "";
}
form #pincode_field_idp.form-row input.input-text {
  border: none;
  margin: 0;
  padding: 0 10px;
  padding-left: 25px;
}
a#checkpin.button.wpc-check-button {
  display: block;
  width: 20%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
  margin: 0 !important;
  padding: 8px 10px;
  line-height: 1.5;
  cursor: pointer;
}
div#error_pin {
  color: red;
  padding: 10px;
  background: #fff;
  margin: 0 0 10px;
  font-weight: bold;
  border: 2px dotted #ddd;
  line-height: 1;
}

.wc-delivery-time-response a#change_pin {
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  margin: 5px 0;
  cursor: pointer;
  display: inline-block;
  padding: 12px 30px;
}
.wpc_delivery-info-wrap .wpc-delivery-info .header {
  padding-top: 5px;
  align-items: center;
}
.wpc_delivery-info-wrap .wpc-delivery-info h6 {
  margin: 0;
  font-size: 14px;
  margin-right: 5px;
  color: #6e6e6e;
  line-height: 16px;
}
.wpc-delivery-info .wpc-delivery-info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  line-height: 1.3;
}
.wpc-delivery-info .wpc-delivery-info-list img {
  width: 30px;
  margin-right: 15px;
}
.wpc-delivery-info .wpc-delivery-date strong {
  display: block;
  line-height: 1.3;
  font-size: 16px;
}
.wpc-delivery-info h4 {
  margin: 0 0 2px;
  color: #57c13d;
  font-size: 15px;
}
.wpc_delivery-info-wrap {
  padding: 10px 15px 15px;
  background: #fff;
  margin: 10px 0;
  border: 2px dotted #ddd;
}
.wc-delivery-time-response.wpc_after_add_to_cart_quantity {
  display: inline-block;
  /* margin-top: 0; */
  width: 100%;
}
.wc-delivery-time-response.wpc_after_add_to_cart_quantity
  a#checkpin.button.wpc-check-button {
  padding: 8px 20px;
  width: auto;
}

.wpc-delivery-date {
  display: flex;
  margin: 5px 0 15px;
  align-items: center;
}
.wpc-delivery-checked {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  margin-right: 15px;
  background: #57c13d;
  padding: 6px;
}
.wpc-delivery-checked img {
  margin-right: 0;
  filter: brightness(0) invert(1);
}
.wpc-delivery-info .wpc_cash_delivery strong {
  display: block;
  line-height: 1.3;
  font-size: 16px;
}
.wc-delivery-time-response.wpc_shortcode {
  padding: 20px;
}

@media only screen and (max-width: 640px) {
  .wpc_delivery-info-wrap .delivery-info .header {
    display: block;
  }
  .wpc-delivery-info .wpc-delivery-info-list {
    margin: 5px 0;
  }
  a#checkpin.button.wpc-check-button,
  .wc-delivery-time-response a#change_pin {
    width: auto;
  }
  .wpc-delivery-info .wpc-delivery-date strong {
    font-size: 15px;
  }
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/wp-content/plugins/woo-variation-gallery/assets/css/../../images/slick/ajax-loader.gif) 50% no-repeat}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0px;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0px;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}
/*! This file is auto-generated */
.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}
:root{--wvg-thumbnail-item:1n;--wvg-thumbnail-item-gap:0;--wvg-gallery-margin:0}.woo-variation-gallery-theme-mesmerize *{min-height:0;min-width:0}.woo-variation-product-gallery{display:inline-block;float:left;margin-bottom:var(--wvg-gallery-margin);position:relative}.woo-variation-product-gallery .slick-vertical .slick-slide{border:0}.woo-variation-product-gallery.woo-variation-gallery-no-product-thumbnail .woo-variation-gallery-slider-wrapper{width:100%!important}.woo-variation-product-gallery.woo-variation-gallery-no-product-thumbnail .woo-variation-gallery-thumbnail-wrapper{display:none}.rtl .woo-variation-product-gallery{float:right}.woo-variation-gallery-wrapper{display:block;position:relative;z-index:0}.woo-variation-gallery-wrapper .woo-variation-gallery-container{-webkit-filter:none;filter:none;opacity:1;-webkit-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;visibility:visible}.woo-variation-gallery-wrapper.loading-gallery:after{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" preserveAspectRatio="xMidYMid meet" x="1124" fill="gray"><g><path d="M10.998 22a.846.846 0 010-1.692 9.308 9.308 0 000-18.616 9.286 9.286 0 00-7.205 3.416.846.846 0 11-1.31-1.072A10.978 10.978 0 0110.998 0c6.075 0 11 4.925 11 11s-4.925 11-11 11z"/><animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 11 11" to="360 11 11" dur=".8s" calcMode="linear" repeatCount="indefinite"/></g></svg>');background-position:50%;background-repeat:no-repeat;background-size:50px 50px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.woo-variation-gallery-wrapper.loading-gallery .woo-variation-gallery-container{opacity:0;visibility:hidden}.woo-variation-gallery-wrapper.loading-gallery .woo-variation-gallery-container.preload-style-blur{-webkit-filter:blur(5px);filter:blur(5px);opacity:.4;visibility:visible}.woo-variation-gallery-wrapper.loading-gallery .woo-variation-gallery-container.preload-style-gray{-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.3;visibility:visible}.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image{cursor:pointer;margin:0;opacity:.3}.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.current-thumbnail,.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image:hover{opacity:1}.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img{border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto;margin:0!important;vertical-align:middle;width:100%}.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.wvg-gallery-video-thumbnail div{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;position:relative}.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.wvg-gallery-video-thumbnail div:after{background-color:transparent;color:#fff;content:"\f148";font-family:dashicons;font-size:30px;line-height:1;margin:0;padding:0;position:absolute;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.wvg-gallery-video-thumbnail div:before{background-color:#000;content:"";height:100%;left:0;margin:0;opacity:.2;padding:0;position:absolute;top:0;width:100%}.woo-variation-gallery-wrapper .woo-variation-gallery-slider{position:relative}.woo-variation-gallery-wrapper .woo-variation-gallery-slider:after,.woo-variation-gallery-wrapper .woo-variation-gallery-slider:before{content:" ";display:table}.woo-variation-gallery-wrapper .woo-variation-gallery-slider:after{clear:both}.woo-variation-gallery-wrapper .woo-variation-gallery-slider>.wvg-gallery-image:not(:first-child){display:none}.woo-variation-gallery-wrapper .woo-variation-gallery-slider img{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;height:auto;margin:0!important;max-width:100%;vertical-align:middle;width:100%}.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider{position:relative}.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider:after,.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider:before{content:" ";display:table}.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider:after{clear:both}.woo-variation-gallery-wrapper .wvg-gallery-image{text-align:center}.woo-variation-gallery-wrapper .slick-current .wvg-gallery-image{display:block!important;position:relative}.woo-variation-gallery-wrapper .woo-variation-gallery-slider-wrapper,.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper{margin:0;padding:0;position:relative}.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper:after,.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper:before{content:" ";display:table}.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper:after{clear:both}.woo-variation-gallery-wrapper .woo-variation-gallery-trigger{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#fff;border-radius:100%;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:2em;height:36px;justify-content:center;position:absolute;right:.5em;text-decoration:none;top:.5em;width:36px;z-index:999}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-thumbnail-slider{margin-right:var(--wvg-thumbnail-item-gap)}@media only screen and (min-width:767px){.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-thumbnail-slider{margin-right:var(--wvg-thumbnail-item-gap)}}@media only screen and (max-width:767px){.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-thumbnail-slider{margin-left:var(--wvg-thumbnail-item-gap)}}@media only screen and (min-width:767px){.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-thumbnail-slider{margin-right:var(--wvg-thumbnail-item-gap)}}@media only screen and (max-width:767px){.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized){clear:both;display:block}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{display:inline-block;float:left;margin-right:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-left:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-right:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:0 calc(var(--wvg-thumbnail-item-gap)/2);overflow:hidden}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:100%}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:100%;width:30px}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{left:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow{left:auto;right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-thumbnail-slider{margin-top:var(--wvg-thumbnail-item-gap)}}@media only screen and (min-width:767px){.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-thumbnail-slider{margin-left:var(--wvg-thumbnail-item-gap)}}@media only screen and (max-width:767px){.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-thumbnail-slider{margin-right:var(--wvg-thumbnail-item-gap)}}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-thumbnail-slider{margin-left:var(--wvg-thumbnail-item-gap)}@media only screen and (min-width:767px){.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-thumbnail-slider{margin-left:var(--wvg-thumbnail-item-gap)}}@media only screen and (max-width:767px){.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized){clear:both;display:block}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{display:inline-block;float:left;margin-right:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-left:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-right:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:0 calc(var(--wvg-thumbnail-item-gap)/2);overflow:hidden}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:100%}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:100%;width:30px}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{left:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow{left:auto;right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-thumbnail-slider{margin-top:var(--wvg-thumbnail-item-gap)}}@media only screen and (min-width:767px){.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized){clear:both;display:block}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{display:inline-block;float:left;margin-right:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-left:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-right:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:0 calc(var(--wvg-thumbnail-item-gap)/2);overflow:hidden}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:100%}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:100%;width:30px}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{left:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow{left:auto;right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-thumbnail-slider{margin-top:var(--wvg-thumbnail-item-gap)}}@media only screen and (max-width:767px){.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-thumbnail-slider{margin-right:var(--wvg-thumbnail-item-gap)}}@media only screen and (min-width:767px){.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized){clear:both;display:block}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{display:inline-block;float:left;margin-right:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-left:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-right:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:0 calc(var(--wvg-thumbnail-item-gap)/2);overflow:hidden}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:100%}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:100%;width:30px}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{left:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow{left:auto;right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-thumbnail-slider{margin-top:var(--wvg-thumbnail-item-gap)}}@media only screen and (max-width:767px){.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-thumbnail-slider{margin-left:var(--wvg-thumbnail-item-gap)}}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized){clear:both;display:block}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{display:inline-block;float:left;margin-right:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-left:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-right:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:0 calc(var(--wvg-thumbnail-item-gap)/2);overflow:hidden}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper,.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:100%}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:100%;width:30px}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{left:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow{left:auto;right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-thumbnail-slider{margin-top:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-trigger-position-top-right{right:.5em}.woo-variation-gallery-trigger-position-top-left{left:.5em;right:auto}.woo-variation-gallery-trigger-position-bottom-right{bottom:.5em;top:auto!important}.woo-variation-gallery-trigger-position-bottom-left{bottom:.5em;left:.5em;right:auto;top:auto!important}.rtl .woo-variation-gallery-trigger-position-top-right{left:.5em;right:auto}.rtl .woo-variation-gallery-trigger-position-top-left{right:.5em}.rtl .woo-variation-gallery-trigger-position-bottom-right{bottom:.5em;top:auto!important}.rtl .woo-variation-gallery-trigger-position-bottom-left{bottom:.5em;left:.5em;right:auto;top:auto!important}.woo-variation-gallery-slider-wrapper,.woo-variation-gallery-thumbnail-wrapper{overflow:hidden}.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow,.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow{background:rgba(0,0,0,.5);cursor:pointer;font-size:16px;height:40px;line-height:40px;margin-top:-20px;opacity:.5;position:absolute;text-align:center;top:50%;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:40px;z-index:1}.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:before,.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:before{color:#fff}.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:hover,.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:hover{background:rgba(0,0,0,.9);opacity:1}.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow{left:-40px}.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow{right:-40px}.woo-variation-gallery-slider-wrapper:hover .wvg-slider-prev-arrow{left:0}.woo-variation-gallery-slider-wrapper:hover .wvg-slider-next-arrow{right:0}.woo-variation-gallery-thumbnail-slider{-webkit-transition:height .1s ease;-o-transition:height .1s ease;transition:height .1s ease}.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.5);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;height:100%;justify-content:center;opacity:0;position:absolute;text-align:center;top:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;visibility:hidden;width:30px;z-index:1}.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:before{color:#fff}.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:hover,.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:hover{background:rgba(0,0,0,.9)}.woo-variation-gallery-thumbnail-slider:hover .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-slider:hover .wvg-thumbnail-prev-arrow{opacity:1;visibility:visible}.wvg-single-gallery-iframe-container,.wvg-single-gallery-video-container{--_video_ratio:1/1;background-color:#000;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;overflow:hidden;position:relative;z-index:0}.wvg-single-gallery-iframe-container embed,.wvg-single-gallery-iframe-container iframe,.wvg-single-gallery-iframe-container object,.wvg-single-gallery-iframe-container video,.wvg-single-gallery-video-container embed,.wvg-single-gallery-video-container iframe,.wvg-single-gallery-video-container object,.wvg-single-gallery-video-container video{aspect-ratio:var(--_video_ratio);-webkit-box-sizing:border-box;box-sizing:border-box;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:left top;object-position:left top;position:relative;width:100%}.pswp{z-index:9999}.pswp__button{z-index:999}.pswp .pswp__button--arrow--left:before,.pswp .pswp__button--arrow--right:before{background-color:#000!important}
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}
.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}
/*
Theme Name: Alukas
Theme URI: https://alukas.presslayouts.com
Author: PressLayouts team
Author URI: https://presslayouts.com
Description: Alukas is ThemeForest WordPress Premium Theme.
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 7.2
Version: 1.2.4
License: Themeforest Commercial Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: pls-theme
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
Alukas WordPress Theme, (C) 2023 PressLayouts.com
Alukas is distributed under the terms of the Envato.

 DO NOT ADD YOUR CSS TO THIS FILE - IT WILL BE LOST
 To add your own CSS, use a child theme alukas-child
 
 CSS file is in "assets/css"
*/
/*! elementor - v3.31.0 - 11-08-2025 */
:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}


[class^="picon-"], [class*=" picon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'presslayouts-font' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.picon-user:before {
  content: "\e900";
}
.picon-people:before {
  content: "\e901";
}
.picon-user-female:before {
  content: "\e902";
}
.picon-user-follow:before {
  content: "\e903";
}
.picon-user-following:before {
  content: "\e904";
}
.picon-user-unfollow:before {
  content: "\e905";
}
.picon-emotsmile:before {
  content: "\e906";
}
.picon-home:before {
  content: "\e907";
}
.picon-star:before {
  content: "\e908";
}
.picon-star-golden:before {
  content: "\ea6e";
  color: #f0c930;
}
.picon-star-gray:before {
  content: "\ea6f";
  color: #a7aaad;
}
.picon-star-half-filled:before {
  content: "\ea70";
}
.picon-heart:before {
  content: "\e909";
}
.picon-basket:before {
  content: "\e90a";
}
.picon-basket-loaded:before {
  content: "\e90b";
}
.picon-handbag:before {
  content: "\e90c";
}
.picon-bag:before {
  content: "\e90d";
}
.picon-trash:before {
  content: "\e90e";
}
.picon-trash-alt:before {
  content: "\e90f";
}
.picon-magnifier:before {
  content: "\e910";
}
.picon-magnifier-add:before {
  content: "\e911";
}
.picon-magnifier-remove:before {
  content: "\e912";
}
.picon-like:before {
  content: "\e913";
}
.picon-dislike:before {
  content: "\e914";
}
.picon-refresh:before {
  content: "\e915";
}
.picon-reload:before {
  content: "\e916";
}
.picon-copy:before {
  content: "\e917";
}
.picon-share:before {
  content: "\e918";
}
.picon-share-alt:before {
  content: "\e919";
}
.picon-link:before {
  content: "\e91a";
}
.picon-paper-clip:before {
  content: "\e91b";
}
.picon-paper-plane:before {
  content: "\e91c";
}
.picon-present:before {
  content: "\e91d";
}
.picon-database:before {
  content: "\e91e";
}
.picon-lock:before {
  content: "\e91f";
}
.picon-lock-open:before {
  content: "\e920";
}
.picon-password:before {
  content: "\e921";
}
.picon-phone-rotary:before {
  content: "\e922";
}
.picon-phone-office:before {
  content: "\e923";
}
.picon-phone:before {
  content: "\e924";
}
.picon-call-in:before {
  content: "\e925";
}
.picon-call-out:before {
  content: "\e926";
}
.picon-call-end:before {
  content: "\e927";
}
.picon-worldwide:before {
  content: "\e928";
}
.picon-map:before {
  content: "\e929";
}
.picon-location-pin:before {
  content: "\e92a";
}
.picon-direction:before {
  content: "\e92b";
}
.picon-directions:before {
  content: "\e92c";
}
.picon-compass:before {
  content: "\e92d";
}
.picon-layers:before {
  content: "\e92e";
}
.picon-clock:before {
  content: "\e92f";
}
.picon-alarm-clock:before {
  content: "\e930";
}
.picon-watch-analog:before {
  content: "\e931";
}
.picon-watch-digital:before {
  content: "\e932";
}
.picon-trophy:before {
  content: "\e933";
}
.picon-screen-smartphone:before {
  content: "\e934";
}
.picon-screen-tablet:before {
  content: "\e935";
}
.picon-screen-desktop:before {
  content: "\e936";
}
.picon-mouse:before {
  content: "\e937";
}
.picon-plane:before {
  content: "\e938";
}
.picon-rocket:before {
  content: "\e939";
}
.picon-truck:before {
  content: "\e93a";
}
.picon-pin:before {
  content: "\e93b";
}
.picon-notebook:before {
  content: "\e93c";
}
.picon-mustache:before {
  content: "\e93d";
}
.picon-magnet:before {
  content: "\e93e";
}
.picon-energy:before {
  content: "\e93f";
}
.picon-cursor:before {
  content: "\e940";
}
.picon-chemistry:before {
  content: "\e941";
}
.picon-crop:before {
  content: "\e942";
}
.picon-speedometer:before {
  content: "\e943";
}
.picon-hourglass:before {
  content: "\e944";
}
.picon-graduation:before {
  content: "\e945";
}
.picon-ghost:before {
  content: "\e946";
}
.picon-magic-wand:before {
  content: "\e947";
}
.picon-eyeglass:before {
  content: "\e948";
}
.picon-shield:before {
  content: "\e949";
}
.picon-shield-check:before {
  content: "\ea72";
}
.picon-fire:before {
  content: "\e94a";
}
.picon-game-controller:before {
  content: "\e94b";
}
.picon-badge:before {
  content: "\e94c";
}
.picon-car:before {
  content: "\e94d";
}
.picon-crown:before {
  content: "\e94e";
}
.picon-speech:before {
  content: "\e94f";
}
.picon-bubble:before {
  content: "\e950";
}
.picon-bubbles:before {
  content: "\e951";
}
.picon-envelope:before {
  content: "\e952";
}
.picon-envelope-open:before {
  content: "\e953";
}
.picon-envelope-letter:before {
  content: "\e954";
}
.picon-anchor:before {
  content: "\e955";
}
.picon-puzzle:before {
  content: "\e956";
}
.picon-vector:before {
  content: "\e957";
}
.picon-wallet:before {
  content: "\e958";
}
.picon-printer:before {
  content: "\e959";
}
.picon-picture:before {
  content: "\e95a";
}
.picon-gallery:before {
  content: "\ea6c";
}
.picon-globe:before {
  content: "\e95b";
}
.picon-globe-alt:before {
  content: "\e95c";
}
.picon-folder:before {
  content: "\e95d";
}
.picon-folder-alt:before {
  content: "\e95e";
}
.picon-doc:before {
  content: "\e95f";
}
.picon-docs:before {
  content: "\e960";
}
.picon-letter:before {
  content: "\e961";
}
.picon-feed:before {
  content: "\e962";
}
.picon-drawer:before {
  content: "\e963";
}
.picon-drop:before {
  content: "\e964";
}
.picon-cup:before {
  content: "\e965";
}
.picon-diamond:before {
  content: "\e966";
}
.picon-cap:before {
  content: "\e967";
}
.picon-calculator:before {
  content: "\e968";
}
.picon-calculator-alt:before {
  content: "\e969";
}
.picon-calendar:before {
  content: "\e96a";
}
.picon-event:before {
  content: "\e96b";
}
.picon-organization:before {
  content: "\e96c";
}
.picon-book-open:before {
  content: "\e96d";
}
.picon-briefcase:before {
  content: "\e96e";
}
.picon-disc:before {
  content: "\e96f";
}
.picon-umbrella:before {
  content: "\e970";
}
.picon-tag:before {
  content: "\e971";
}
.picon-earphones:before {
  content: "\e972";
}
.picon-earphones-alt:before {
  content: "\e973";
}
.picon-support:before {
  content: "\e974";
}
.picon-tools:before {
  content: "\e975";
}
.picon-question:before {
  content: "\e976";
}
.picon-question-alt:before {
  content: "\e977";
}
.picon-info:before {
  content: "\e978";
}
.picon-exclamation:before {
  content: "\e979";
}
.picon-info-alt:before {
  content: "\e97a";
}
.picon-power:before {
  content: "\e97b";
}
.picon-pie-chart:before {
  content: "\e97c";
}
.picon-bar-chart:before {
  content: "\e97d";
}
.picon-graph:before {
  content: "\e97e";
}
.picon-pencil:before {
  content: "\e97f";
}
.picon-note:before {
  content: "\e980";
}
.picon-music-tone:before {
  content: "\e981";
}
.picon-music-tone-alt:before {
  content: "\e982";
}
.picon-playlist:before {
  content: "\e983";
}
.picon-volume-1:before {
  content: "\e984";
}
.picon-volume-2:before {
  content: "\e985";
}
.picon-volume-off:before {
  content: "\e986";
}
.picon-camera:before {
  content: "\e987";
}
.picon-ban:before {
  content: "\e988";
}
.picon-camrecorder:before {
  content: "\e989";
}
.picon-cloud-download:before {
  content: "\e98a";
}
.picon-cloud-upload:before {
  content: "\e98b";
}
.picon-eye:before {
  content: "\e98c";
}
.picon-eye-slash:before {
  content: "\e98d";
}
.picon-flag:before {
  content: "\e98e";
}
.picon-key:before {
  content: "\e98f";
}
.picon-paper-clip1:before {
  content: "\e990";
}
.picon-slider:before {
  content: "\e991";
}
.picon-credit-card:before {
  content: "\e992";
}
.picon-paypal:before {
  content: "\e993";
}
.picon-login:before {
  content: "\e994";
}
.picon-logout:before {
  content: "\e995";
}
.picon-offer-tag:before {
  content: "\e996";
}
.picon-offer:before {
  content: "\e997";
}
.picon-save-money:before {
  content: "\e998";
}
.picon-handshake:before {
  content: "\e999";
}
.picon-smartphone-settings:before {
  content: "\e99a";
}
.picon-qr-code:before {
  content: "\e99b";
}
.picon-bookmark:before {
  content: "\e99c";
}
.picon-browser:before {
  content: "\e99d";
}
.picon-sidebar:before {
  content: "\e99e";
}
.picon-warning:before {
  content: "\e99f";
}
.picon-balance-scale:before {
  content: "\e9a0";
}
.picon-bell:before {
  content: "\e9a1";
}
.picon-square:before {
  content: "\e9a2";
}
.picon-square-alt:before {
  content: "\e9a3";
}
.picon-square-full:before {
  content: "\e9a4";
}
.picon-circle:before {
  content: "\e9a5";
}
.picon-circle-alt:before {
  content: "\e9a6";
}
.picon-cube:before {
  content: "\e9a7";
}
.picon-ruler:before {
  content: "\e9a8";
}
.picon-360-degrees:before {
  content: "\ea6d";
}
.picon-bulb:before {
  content: "\e9a9";
}
.picon-symble-female:before {
  content: "\e9aa";
}
.picon-symbol-male:before {
  content: "\e9ab";
}
.picon-target:before {
  content: "\e9ac";
}
.picon-code:before {
  content: "\e9ad";
}
.picon-quote-right:before {
  content: "\e9ae";
}
.picon-quote-left:before {
  content: "\e9af";
}
.picon-quote-right-alt:before {
  content: "\e9b0";
}
.picon-quote-left-alt:before {
  content: "\e9b1";
}
.picon-align-left:before {
  content: "\e9b2";
}
.picon-align-right:before {
  content: "\e9b3";
}
.picon-align-center:before {
  content: "\e9b4";
}
.picon-sort:before {
  content: "\e9b5";
}
.picon-sort-alphabet:before {
  content: "\e9b6";
}
.picon-sort-numeric:before {
  content: "\e9b7";
}
.picon-sort-ascending:before {
  content: "\e9b8";
}
.picon-sort-descending:before {
  content: "\e9b9";
}
.picon-wifi:before {
  content: "\e9ba";
}
.picon-signal-range:before {
  content: "\e9bb";
}
.picon-dashboard:before {
  content: "\e9bc";
}
.picon-font:before {
  content: "\e9bd";
}
.picon-italic:before {
  content: "\e9be";
}
.picon-underline:before {
  content: "\e9bf";
}
.picon-tag-label:before {
  content: "\e9c0";
}
.picon-plus:before {
  content: "\e9c1";
}
.picon-minus:before {
  content: "\e9c2";
}
.picon-cancel:before {
  content: "\e9c3";
}
.picon-asterisk:before {
  content: "\e9c4";
}
.picon-percent:before {
  content: "\e9c5";
}
.picon-slash:before {
  content: "\e9c6";
}
.picon-two-dots:before {
  content: "\e9c7";
}
.picon-two-dots-alt:before {
  content: "\e9c8";
}
.picon-at:before {
  content: "\e9c9";
}
.picon-dollar:before {
  content: "\e9ca";
}
.picon-euro:before {
  content: "\e9cb";
}
.picon-rupee:before {
  content: "\e9cc";
}
.picon-pound:before {
  content: "\e9cd";
}
.picon-yen:before {
  content: "\e9ce";
}
.picon-chevron-right:before {
  content: "\e9cf";
}
.picon-chevron-left:before {
  content: "\e9d0";
}
.picon-chevron-up:before {
  content: "\e9d1";
}
.picon-chevron-down:before {
  content: "\e9d2";
}
.picon-arrow-left:before {
  content: "\e9d3";
}
.picon-arrow-right:before {
  content: "\e9d4";
}
.picon-arrow-down:before {
  content: "\e9d5";
}
.picon-arrow-up:before {
  content: "\e9d6";
}
.picon-chevron-circle-right:before {
  content: "\e9d7";
}
.picon-chevron-circle-left:before {
  content: "\e9d8";
}
.picon-chevron-circle-up:before {
  content: "\e9d9";
}
.picon-chevron-circle-down:before {
  content: "\e9da";
}
.picon-arrow-right1:before {
  content: "\e9db";
}
.picon-arrow-left1:before {
  content: "\e9dc";
}
.picon-arrow-up1:before {
  content: "\e9dd";
}
.picon-arrow-down1:before {
  content: "\e9de";
}
.picon-arrow-down-circle:before {
  content: "\e9df";
}
.picon-arrow-left-circle:before {
  content: "\e9e0";
}
.picon-arrow-right-circle:before {
  content: "\e9e1";
}
.picon-arrow-up-circle:before {
  content: "\e9e2";
}
.picon-chevron-double-right:before {
  content: "\e9e3";
}
.picon-chevron-double-left:before {
  content: "\e9e4";
}
.picon-chevron-double-up:before {
  content: "\e9e5";
}
.picon-chevron-double-down:before {
  content: "\e9e6";
}
.picon-turn-right:before {
  content: "\e9e7";
}
.picon-turn-left:before {
  content: "\e9e8";
}
.picon-turn-right-alt:before {
  content: "\e9e9";
}
.picon-turn-right-alt1:before {
  content: "\e9ea";
}
.picon-arrow-dot-right:before {
  content: "\e9eb";
}
.picon-arrow-dot-left:before {
  content: "\e9ec";
}
.picon-arrow-dot-up:before {
  content: "\e9ed";
}
.picon-arrow-dot-down:before {
  content: "\e9ee";
}
.picon-step-forword:before {
  content: "\e9ef";
}
.picon-step-backward:before {
  content: "\e9f0";
}
.picon-sort-alt:before {
  content: "\e9f1";
}
.picon-transfer-alt:before {
  content: "\e9f2";
}
.picon-resize-h:before {
  content: "\e9f3";
}
.picon-resize-v:before {
  content: "\e9f4";
}
.picon-forward:before {
  content: "\e9f5";
}
.picon-backward:before {
  content: "\e9f6";
}
.picon-caret-right:before {
  content: "\e9f7";
}
.picon-caret-left:before {
  content: "\e9f8";
}
.picon-caret-up:before {
  content: "\e9f9";
}
.picon-caret-down:before {
  content: "\e9fa";
}
.picon-control-start:before {
  content: "\e9fb";
}
.picon-control-rewind:before {
  content: "\e9fc";
}
.picon-control-pause:before {
  content: "\e9fd";
}
.picon-control-play:before {
  content: "\e9fe";
}
.picon-control-forward:before {
  content: "\e9ff";
}
.picon-control-end:before {
  content: "\ea00";
}
.picon-download:before {
  content: "\ea01";
}
.picon-check:before {
  content: "\ea02";
}
.picon-check-double:before {
  content: "\ea03";
}
.picon-check-circle:before {
  content: "\ea04";
}
.picon-plus-circle:before {
  content: "\ea05";
}
.picon-minus-circle:before {
  content: "\ea06";
}
.picon-close-circle:before {
  content: "\ea07";
}
.picon-check-square:before {
  content: "\ea08";
}
.picon-close-square:before {
  content: "\ea09";
}
.picon-action-redo:before {
  content: "\ea0a";
}
.picon-action-undo:before {
  content: "\ea0b";
}
.picon-frame:before {
  content: "\ea0c";
}
.picon-size-fullscreen:before {
  content: "\ea0d";
}
.picon-size-actual:before {
  content: "\ea0e";
}
.picon-arrows:before {
  content: "\ea0f";
}
.picon-export:before {
  content: "\ea10";
}
.picon-shuffle:before {
  content: "\ea11";
}
.picon-minimize:before {
  content: "\ea12";
}
.picon-repeat:before {
  content: "\ea13";
}
.picon-loop:before {
  content: "\ea14";
}
.picon-play-alt:before {
  content: "\ea15";
}
.picon-microphone:before {
  content: "\ea16";
}
.picon-upload:before {
  content: "\ea17";
}
.picon-settings:before {
  content: "\ea18";
}
.picon-wrench:before {
  content: "\ea19";
}
.picon-equalizer:before {
  content: "\ea1a";
}
.picon-film:before {
  content: "\ea1b";
}
.picon-grid:before {
  content: "\ea1c";
}
.picon-grid-square:before {
  content: "\ea1d";
}
.picon-grid-four-square:before {
  content: "\ea71";
}
.picon-grid-circle:before {
  content: "\ea1e";
}
.picon-categories:before {
  content: "\ea1f";
}
.picon-menu:before {
  content: "\ea20";
}
.picon-options:before {
  content: "\ea21";
}
.picon-options-vertical:before {
  content: "\ea22";
}
.picon-list-circle:before {
  content: "\ea23";
}
.picon-list-square:before {
  content: "\ea24";
}
.picon-list-check:before {
  content: "\ea25";
}
.picon-list-square-alt:before {
  content: "\ea26";
}
.picon-android:before {
  content: "\ea27";
}
.picon-android-alt:before {
  content: "\ea28";
}
.picon-apple:before {
  content: "\ea29";
}
.picon-apple-alt:before {
  content: "\ea2a";
}
.picon-chrome:before {
  content: "\ea2b";
}
.picon-chrome-alt:before {
  content: "\ea2c";
}
.picon-wordpress:before {
  content: "\ea2d";
}
.picon-wordpress-alt:before {
  content: "\ea2e";
}
.picon-linux:before {
  content: "\ea2f";
}
.picon-linux-alt:before {
  content: "\ea30";
}
.picon-html-5:before {
  content: "\ea31";
}
.picon-html-5-alt:before {
  content: "\ea32";
}
.picon-wikipedia:before {
  content: "\ea33";
}
.picon-behance:before {
  content: "\ea34";
}
.picon-behance-alt:before {
  content: "\ea35";
}
.picon-blogger:before {
  content: "\ea36";
}
.picon-blogger-alt:before {
  content: "\ea37";
}
.picon-facebook:before {
  content: "\ea38";
}
.picon-facebook-alt:before {
  content: "\ea39";
}
.picon-twitter:before {
  content: "\ea3a";
}
.picon-twitter-alt:before {
  content: "\ea3b";
}
.picon-x-twitter:before {
  content: "\ea73";
}
.picon-square-x-twitter:before {
  content: "\ea74";
}
.picon-instagram:before {
  content: "\ea3c";
}
.picon-linkedin:before {
  content: "\ea3d";
}
.picon-linkedin-alt:before {
  content: "\ea3e";
}
.picon-whatsapp:before {
  content: "\ea3f";
}
.picon-youtube:before {
  content: "\ea40";
}
.picon-youtube-alt:before {
  content: "\ea41";
}
.picon-youtube-1:before {
  content: "\ea42";
}
.picon-pinterest:before {
  content: "\ea43";
}
.picon-pinterest-1:before {
  content: "\ea44";
}
.picon-pinterest-alt:before {
  content: "\ea45";
}
.picon-tik-tok:before {
  content: "\ea46";
}
.picon-tik-tok-alt:before {
  content: "\ea47";
}
.picon-email:before {
  content: "\ea48";
}
.picon-reddit:before {
  content: "\ea49";
}
.picon-reddit-alt:before {
  content: "\ea4a";
}
.picon-github:before {
  content: "\ea4b";
}
.picon-github-alt:before {
  content: "\ea4c";
}
.picon-google:before {
  content: "\ea4d";
}
.picon-google-alt:before {
  content: "\ea4e";
}
.picon-snapchat:before {
  content: "\ea4f";
}
.picon-snapchat-alt:before {
  content: "\ea50";
}
.picon-telegram:before {
  content: "\ea51";
}
.picon-viber-alt:before {
  content: "\ea52";
}
.picon-viber-alt1:before {
  content: "\ea53";
}
.picon-quora:before {
  content: "\ea54";
}
.picon-quora-alt:before {
  content: "\ea55";
}
.picon-tumblr:before {
  content: "\ea56";
}
.picon-tumblr-alt:before {
  content: "\ea57";
}
.picon-flickr:before {
  content: "\ea58";
}
.picon-flickr-alt:before {
  content: "\ea59";
}
.picon-stumbleupon:before {
  content: "\ea5a";
}
.picon-stumbleupon-alt:before {
  content: "\ea5b";
}
.picon-pocket:before {
  content: "\ea5c";
}
.picon-pocket-alt:before {
  content: "\ea5d";
}
.picon-line:before {
  content: "\ea5e";
}
.picon-line-alt:before {
  content: "\ea5f";
}
.picon-wechat:before {
  content: "\ea60";
}
.picon-wechat-alt:before {
  content: "\ea61";
}
.picon-odnoklassniki:before {
  content: "\ea62";
}
.picon-vk:before {
  content: "\ea63";
}
.picon-vk-alt:before {
  content: "\ea64";
}
.picon-dribbble:before {
  content: "\ea65";
}
.picon-dropbox:before {
  content: "\ea66";
}
.picon-foursqare:before {
  content: "\ea67";
}
.picon-soundcloud:before {
  content: "\ea68";
}
.picon-skype:before {
  content: "\ea69";
}
.picon-spotify:before {
  content: "\ea6a";
}
.picon-steam:before {
  content: "\ea6b";
}


.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "\e800";
}
.lnr-apartment:before {
	content: "\e801";
}
.lnr-pencil:before {
	content: "\e802";
}
.lnr-magic-wand:before {
	content: "\e803";
}
.lnr-drop:before {
	content: "\e804";
}
.lnr-lighter:before {
	content: "\e805";
}
.lnr-poop:before {
	content: "\e806";
}
.lnr-sun:before {
	content: "\e807";
}
.lnr-moon:before {
	content: "\e808";
}
.lnr-cloud:before {
	content: "\e809";
}
.lnr-cloud-upload:before {
	content: "\e80a";
}
.lnr-cloud-download:before {
	content: "\e80b";
}
.lnr-cloud-sync:before {
	content: "\e80c";
}
.lnr-cloud-check:before {
	content: "\e80d";
}
.lnr-database:before {
	content: "\e80e";
}
.lnr-lock:before {
	content: "\e80f";
}
.lnr-cog:before {
	content: "\e810";
}
.lnr-trash:before {
	content: "\e811";
}
.lnr-dice:before {
	content: "\e812";
}
.lnr-heart:before {
	content: "\e813";
}
.lnr-star:before {
	content: "\e814";
}
.lnr-star-half:before {
	content: "\e815";
}
.lnr-star-empty:before {
	content: "\e816";
}
.lnr-flag:before {
	content: "\e817";
}
.lnr-envelope:before {
	content: "\e818";
}
.lnr-paperclip:before {
	content: "\e819";
}
.lnr-inbox:before {
	content: "\e81a";
}
.lnr-eye:before {
	content: "\e81b";
}
.lnr-printer:before {
	content: "\e81c";
}
.lnr-file-empty:before {
	content: "\e81d";
}
.lnr-file-add:before {
	content: "\e81e";
}
.lnr-enter:before {
	content: "\e81f";
}
.lnr-exit:before {
	content: "\e820";
}
.lnr-graduation-hat:before {
	content: "\e821";
}
.lnr-license:before {
	content: "\e822";
}
.lnr-music-note:before {
	content: "\e823";
}
.lnr-film-play:before {
	content: "\e824";
}
.lnr-camera-video:before {
	content: "\e825";
}
.lnr-camera:before {
	content: "\e826";
}
.lnr-picture:before {
	content: "\e827";
}
.lnr-book:before {
	content: "\e828";
}
.lnr-bookmark:before {
	content: "\e829";
}
.lnr-user:before {
	content: "\e82a";
}
.lnr-users:before {
	content: "\e82b";
}
.lnr-shirt:before {
	content: "\e82c";
}
.lnr-store:before {
	content: "\e82d";
}
.lnr-cart:before {
	content: "\e82e";
}
.lnr-tag:before {
	content: "\e82f";
}
.lnr-phone-handset:before {
	content: "\e830";
}
.lnr-phone:before {
	content: "\e831";
}
.lnr-pushpin:before {
	content: "\e832";
}
.lnr-map-marker:before {
	content: "\e833";
}
.lnr-map:before {
	content: "\e834";
}
.lnr-location:before {
	content: "\e835";
}
.lnr-calendar-full:before {
	content: "\e836";
}
.lnr-keyboard:before {
	content: "\e837";
}
.lnr-spell-check:before {
	content: "\e838";
}
.lnr-screen:before {
	content: "\e839";
}
.lnr-smartphone:before {
	content: "\e83a";
}
.lnr-tablet:before {
	content: "\e83b";
}
.lnr-laptop:before {
	content: "\e83c";
}
.lnr-laptop-phone:before {
	content: "\e83d";
}
.lnr-power-switch:before {
	content: "\e83e";
}
.lnr-bubble:before {
	content: "\e83f";
}
.lnr-heart-pulse:before {
	content: "\e840";
}
.lnr-construction:before {
	content: "\e841";
}
.lnr-pie-chart:before {
	content: "\e842";
}
.lnr-chart-bars:before {
	content: "\e843";
}
.lnr-gift:before {
	content: "\e844";
}
.lnr-diamond:before {
	content: "\e845";
}
.lnr-linearicons:before {
	content: "\e846";
}
.lnr-dinner:before {
	content: "\e847";
}
.lnr-coffee-cup:before {
	content: "\e848";
}
.lnr-leaf:before {
	content: "\e849";
}
.lnr-paw:before {
	content: "\e84a";
}
.lnr-rocket:before {
	content: "\e84b";
}
.lnr-briefcase:before {
	content: "\e84c";
}
.lnr-bus:before {
	content: "\e84d";
}
.lnr-car:before {
	content: "\e84e";
}
.lnr-train:before {
	content: "\e84f";
}
.lnr-bicycle:before {
	content: "\e850";
}
.lnr-wheelchair:before {
	content: "\e851";
}
.lnr-select:before {
	content: "\e852";
}
.lnr-earth:before {
	content: "\e853";
}
.lnr-smile:before {
	content: "\e854";
}
.lnr-sad:before {
	content: "\e855";
}
.lnr-neutral:before {
	content: "\e856";
}
.lnr-mustache:before {
	content: "\e857";
}
.lnr-alarm:before {
	content: "\e858";
}
.lnr-bullhorn:before {
	content: "\e859";
}
.lnr-volume-high:before {
	content: "\e85a";
}
.lnr-volume-medium:before {
	content: "\e85b";
}
.lnr-volume-low:before {
	content: "\e85c";
}
.lnr-volume:before {
	content: "\e85d";
}
.lnr-mic:before {
	content: "\e85e";
}
.lnr-hourglass:before {
	content: "\e85f";
}
.lnr-undo:before {
	content: "\e860";
}
.lnr-redo:before {
	content: "\e861";
}
.lnr-sync:before {
	content: "\e862";
}
.lnr-history:before {
	content: "\e863";
}
.lnr-clock:before {
	content: "\e864";
}
.lnr-download:before {
	content: "\e865";
}
.lnr-upload:before {
	content: "\e866";
}
.lnr-enter-down:before {
	content: "\e867";
}
.lnr-exit-up:before {
	content: "\e868";
}
.lnr-bug:before {
	content: "\e869";
}
.lnr-code:before {
	content: "\e86a";
}
.lnr-link:before {
	content: "\e86b";
}
.lnr-unlink:before {
	content: "\e86c";
}
.lnr-thumbs-up:before {
	content: "\e86d";
}
.lnr-thumbs-down:before {
	content: "\e86e";
}
.lnr-magnifier:before {
	content: "\e86f";
}
.lnr-cross:before {
	content: "\e870";
}
.lnr-menu:before {
	content: "\e871";
}
.lnr-list:before {
	content: "\e872";
}
.lnr-chevron-up:before {
	content: "\e873";
}
.lnr-chevron-down:before {
	content: "\e874";
}
.lnr-chevron-left:before {
	content: "\e875";
}
.lnr-chevron-right:before {
	content: "\e876";
}
.lnr-arrow-up:before {
	content: "\e877";
}
.lnr-arrow-down:before {
	content: "\e878";
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
.lnr-move:before {
	content: "\e87b";
}
.lnr-warning:before {
	content: "\e87c";
}
.lnr-question-circle:before {
	content: "\e87d";
}
.lnr-menu-circle:before {
	content: "\e87e";
}
.lnr-checkmark-circle:before {
	content: "\e87f";
}
.lnr-cross-circle:before {
	content: "\e880";
}
.lnr-plus-circle:before {
	content: "\e881";
}
.lnr-circle-minus:before {
	content: "\e882";
}
.lnr-arrow-up-circle:before {
	content: "\e883";
}
.lnr-arrow-down-circle:before {
	content: "\e884";
}
.lnr-arrow-left-circle:before {
	content: "\e885";
}
.lnr-arrow-right-circle:before {
	content: "\e886";
}
.lnr-chevron-up-circle:before {
	content: "\e887";
}
.lnr-chevron-down-circle:before {
	content: "\e888";
}
.lnr-chevron-left-circle:before {
	content: "\e889";
}
.lnr-chevron-right-circle:before {
	content: "\e88a";
}
.lnr-crop:before {
	content: "\e88b";
}
.lnr-frame-expand:before {
	content: "\e88c";
}
.lnr-frame-contract:before {
	content: "\e88d";
}
.lnr-layers:before {
	content: "\e88e";
}
.lnr-funnel:before {
	content: "\e88f";
}
.lnr-text-format:before {
	content: "\e890";
}
.lnr-text-format-remove:before {
	content: "\e891";
}
.lnr-text-size:before {
	content: "\e892";
}
.lnr-bold:before {
	content: "\e893";
}
.lnr-italic:before {
	content: "\e894";
}
.lnr-underline:before {
	content: "\e895";
}
.lnr-strikethrough:before {
	content: "\e896";
}
.lnr-highlight:before {
	content: "\e897";
}
.lnr-text-align-left:before {
	content: "\e898";
}
.lnr-text-align-center:before {
	content: "\e899";
}
.lnr-text-align-right:before {
	content: "\e89a";
}
.lnr-text-align-justify:before {
	content: "\e89b";
}
.lnr-line-spacing:before {
	content: "\e89c";
}
.lnr-indent-increase:before {
	content: "\e89d";
}
.lnr-indent-decrease:before {
	content: "\e89e";
}
.lnr-pilcrow:before {
	content: "\e89f";
}
.lnr-direction-ltr:before {
	content: "\e8a0";
}
.lnr-direction-rtl:before {
	content: "\e8a1";
}
.lnr-page-break:before {
	content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
	content: "\e8a3";
}
.lnr-sort-amount-asc:before {
	content: "\e8a4";
}
.lnr-hand:before {
	content: "\e8a5";
}
.lnr-pointer-up:before {
	content: "\e8a6";
}
.lnr-pointer-right:before {
	content: "\e8a7";
}
.lnr-pointer-down:before {
	content: "\e8a8";
}
.lnr-pointer-left:before {
	content: "\e8a9";
}
:root{--woocommerce:#a46497;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#a46497;--wc-primary-text:white;--wc-secondary:#ebe9eb;--wc-secondary-text:#515151;--wc-highlight:#77a464;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#a46497;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fff;text-decoration:underline}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0;font-size:.92em;color:#767676}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .woocommerce-breadcrumb a{color:#767676}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;-webkit-transform:scale(1.5,1.5);-ms-transform:scale(1.5,1.5);transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#77a464;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{margin-top:1em}.woocommerce ul.products li.product .price{color:#77a464;display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgba(132,132,132,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #d3ced2;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #d3ced2;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#ebe9eb;color:#8a7e88}.woocommerce #respond input#submit.loading::after,.woocommerce a.button.loading::after,.woocommerce button.button.loading::after,.woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.woocommerce #respond input#submit.added::after,.woocommerce button.button.added::after,.woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:middle}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5}.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#ebe9eb}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .woocommerce-product-rating .star-rating{float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{border-top:0;margin:0;line-height:1.5}.woocommerce table.shop_attributes td{border-top:0;margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_table{margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;right:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;-webkit-transform:translateX(-50%) rotate(180deg);-ms-transform:translateX(-50%) rotate(180deg);transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be transparent transparent transparent;z-index:100;display:block}.woocommerce form .form-row select{cursor:pointer;margin:0}.woocommerce form .form-row .required{color:red;font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row .input-checkbox{margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:normal}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;box-shadow:none}.woocommerce form .form-row .select2-container{width:100%;line-height:2em}.woocommerce form .form-row.woocommerce-invalid label{color:#a00}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#6dc22e}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{text-align:left}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{margin-bottom:0;padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:#a00}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:#a00;vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#a46497}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:#a00}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f7f6f7;color:#515151;border-top:3px solid #a46497;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#77a464}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#ebe9eb;border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #d3ced2;margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dfdcde;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c7c1c6;border-top-color:#bbb3b9}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/themes/alukas/assets/css/../images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/themes/alukas/assets/css/../images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/themes/alukas/assets/css/../images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/themes/alukas/assets/css/../images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/themes/alukas/assets/css/../images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/themes/alukas/assets/css/../images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/themes/alukas/assets/css/../images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/themes/alukas/assets/css/../images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid red;outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 :root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* Slider */
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}
/**
* Template Style
*
* [Table of contents]
*	1.0 Base Style
*		1.1 Normalize
*		1.2 Accessibility
*		1.3 Margin & Padding Reset
*		1.4 Alignments
*		1.5 Clearings
*		1.6 Typography
*		1.7 Forms
*		1.8 Formatting
*		1.9 Lists
*		1.10 Tables
*		1.11 Links
*		1.12 Font Icons
*			- PressLayouts Font
*			- Linearicons-Free Font
*		1.13 Font Family
*		1.14 Color Scheme
*			- Light Color
*			- Dark Color
*			- Mini Cart Dark Mode
*			- Product Page Dark Mode
*	2.0 Layout
*		- Boostrap Grid
*		- Custom Grid
*		- Site Loader
*		- Dropdown
*		- Spinner
*		- Arrow Point
*		- PLS Underline
*		- PLS Close
*
*		2.1 Header
*			- Header Topbar
*			- Header Main
*			- Header Navigation
*			- Header Sticky
*			- Header Transparent/Overlay
*		2.3 Header Style
*		2.4 Header Elements
*			- Language Switcher
*			- Header Social
*			- Newsletter
*			- Mini search
*			- Header Ajax Search
*			- Customer Support
*			- Header Cart, Wishlist & Compare
*			- Header My Account
*		2.5 Navigation
*			- Navigation(Menu) Popup
*			- Mega Menu
*			- Categories Menu
*		2.6 Mobile Menu
*		2.7 Mobile Navbar
*		2.8 Page Heading
*		2.9 Posts		
*		2.10 Pagination
*		2.11 Blog landing, search, archives
*		2.12 Single Post
*		2.13 Comments
*		2.14 Sidebar	
*		2.15 Widgets
*		2.16 Footer
*		2.17 Block
*		2.18 Block Widget
*		2.19 Extra
*			- Newsletter Popup
*			- Cookie Popup
*		2.20 Media
*		2.21 Galleries
*	3.0 Pages
*		3.1 Home
*		3.2 Blog
*		3.3 Search
*		3.5 404 Page
*	4.0 Woocommerce
*			- Mini Cart
*		4.1 Shop Page
*			- Off Canvas Sidebar
*			- Product Filter Top
*			- Default Rating
*			- Loop Products Price
*			- Product Action Buttons
*			- Product Hover Style
*			- List View
*			- Product Quick View
*			- Product Variations Switch
*			- Hot Deal Products
*			- Categories Loop
*		4.2 Product Page
*			- Product Breadcrumb
*			- Product Navigation
*			- Product Content Layout & Gallery background
*			- Gallery Thumbnails
*			- Product 360 Degree View
*			- Product Summery
*			- Product Countdown
*			- Bottom Product Meta
*			- Bought Together Products
*			- After Summery & In tabs
*			- Product Tabs
*			- Comment Reviews
*			- Related/Up Sells/Cross Sells Products
*		4.3 My Account Page
*			- Login & Register With Popup
*			- Reset Password
*			- My Order Page
*		4.4 Cart Page
*			- Free Shipping Bar
*		4.5 Checkout Page
*		4.6 Thank You Page
*	5.0 Elements
*		5.1 Menu Block & Menu Items Element
*		5.2 Products Grid and Slider Element
*		5.3 Products Tabs Element
*		5.4 Product Categories Element
*			- Categories Sub Categories Box
*			- Categories Sub Categories Vertical
*		5.5 Product Categories Thumbnails And Brands Element
*		5.6 Hot Deal Products Element
*		5.7 Products Widget Element
*		5.8 Hotspot Element
*		5.9 Blog Slider Element
*		5.10 Heading Element
*		5.11 Testimonials Element
*		5.12 Team Element
*		5.13 Animated Counter Element
*		5.14 Countdown Element
*		5.15 Info Box Element
*		5.16 InstaGram Element
*		5.17 Video Player Element
*		5.18 Tabs Element
*		5.19 Accordion Element
*		5.20 Social Icons
*		5.21 Banner Element
*		5.22 Button Element
*		5.23 List Element
*		5.24 Newsletter Element
*		5.25 Call to Action Element
*	6.0 Plugins Customizer
*		6.1 Boostrap
*		6.2 Boostrap Tooltip
*		6.3 YITH WooCommerce Wishlist
*			- Mobile Layout
*		6.4 Swiper Slider
*			- Slider Grid Column
*		6.5 Slick Slider
*		6.6 Magnific Popup
*		6.7 Contact Form 7
*		6.8 MailChimp for WordPress
*		6.9 Nano Scroller
*		6.10 Elementor
*			- Elementor Pro
*		6.11 Rev Slider
*		6.12 Dokan
*			- Store List
*			- Store Page
*			- Shop Page
*			- Single Product
*			- Widgets
*			- Dokan Vendors Element
*		6.13 WC Vendors
*		6.14 WooCommerce Multivendor Marketplace / WooCommerce Frontend Managers
*		6.15 WooZone
*		6.16 YITH Woocommerce Request A Quote
*		6.17 Nextend Social Login
*		6.18 YITH WooCommerce Compare
*		6.19 WPML
*			- WPML & WCML(WooCommerce Multilingual & Multicurrency with WPML)
*			- WPML Widget
*			- WCML(Currency Switcher) Widget
*		6.20 GTranslate
*		6.21 Polylang
*		6.22 TranslatePress - Multilingual
*		6.23 WOOCS - WooCommerce Currency Switcher
*		6.24 Customer Reviews for WooCommerce
*		6.25 Notification for WooCommerce
*		6.26 Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro
*	7.0 Responsive
*		7.1 media (max-width:1366px)
*		7.2 @media (max-width:1199px)
*		7.3 @media (min-width: 1025px) and (max-width: 1199px)
*		7.4 @media (max-width:1024px)
*		7.5 @media (max-width:767px)
*		7.6 @media (min-width: 768px) and (max-width: 1024px)
*		7.6 @media (max-width:640px)
*		7.7 @media (min-width: 576px) and (max-width: 767px)
*		7.8 @media (max-width:575px)
*/

/** 
 * 1.0 Base Style
 */

/**
 * 1.1 Normalize 
 */
 
html{
	box-sizing: border-box;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
body{
	margin: 0;
}
article,
aside,
footer,
header,
nav,
section{
	display: block;
}
h1{
	font-size: 2em;
	margin: 0.67em 0;
}
figcaption,
figure,
main{
	display: block;
}
figure{
	margin: 1em 0;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: var(--pls-link-color);
    font-weight: 500;
    text-align: left;
}
hr{
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	background: #eee;
	font-family: monospace, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
b,
strong{
	font-weight: 500;
}
.pls-bold,
.pls-bold a{
	color: var(--pls-link-color) !important;
	font-weight: 500 !important;
}
code,
kbd,
samp,
tt,
var{
	font-family: monospace, monospace;
	font-size: 1rem;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
mark,
ins {
	background: #f8f8f8;
	color: #333;
	border-radius: 0.25rem;
	padding:0.2em 0.4em;
	text-decoration: none;
}
small{
	font-size: 80%;
}

big {
	font-size: 125%;
}
sub,
sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub{
	bottom: -0.25em;
}
sup{
	top: -0.5em;
}
audio,
video{
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img{
	border-style: none;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea{
	font-family: var(--pls-primary-font);
	font-size: var(--pls-font-size);
	line-height: 1.6;	
	margin: 0;
}
text,
select, 
textarea,
number{
	background-color: var(--pls-input-background);
	color: var(--pls-input-color);
}
p {
	margin: 0 0 1.5rem;
	padding: 0;
}
blockquote,
.wp-block-quote {
	color: var(--pls-link-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 1.5rem;
    overflow: hidden;
    padding: 0 0 0 2.5rem;
}
.wp-block-quote.is-style-large {
    padding: 0 0 0 2.5rem;
}
blockquote:before {
    font-size: 28px !important;
    left: 0;
    position: absolute;
}
blockquote cite,
.wp-block-quote cite {
	color: var(--pls-text-color);
	display: block;
    font-size: 16px;
    font-style: normal;
    margin-top: 0.5em;
}
.wp-block-quote.extraclass:before,
blockquote.has-text-color:before {
	content: '';
}
blockquote cite:before {
    content: "-";
    margin-right: 5px;
}
blockquote cite a {
	color: var(--pls-primary-color);
}
address {
	margin: 0 0 1.5rem;
}
button,
input{
	overflow: visible;
}
button,
select{
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
	min-height: 200px;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
	margin: 0; 
	-webkit-appearance: none;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden],
.hidden {
	display: none !important;
}

/*
 * 1.2 Accessibility 
 */

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/**
 * 1.3 Margin & Padding Reset
 */
.mb h1, .mb h2, .mb h3, .mb h4, .mb h5, .mb h6,
.mb ul, .mb p {
	margin-bottom:0;
}

/**
 * 1.4 Alignments 
 */
 
.alignleft {
	clear: both;
	display: inline;
	float: left;
	margin: .3em 1.5em 1.5em 0;
}
.alignright {
	clear: both;
	display: inline;
	float: right;
	margin: .3em 0 1.5em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/**
 * 1.5 Clearings 
 */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/**
 * 1.6 Typography 
 */
body {
	color: var(--pls-text-color);
	background-color: #ffffff;
	font-family: var(--pls-primary-font);
	font-size: var(--pls-font-size);
	font-weight: var(--pls-font-weight);
	line-height: var(--pls-line-height);
	overflow-x: hidden;
}
body.rtl{
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	clear: both;
    color: #222222;
    font-weight: 500;
    line-height: 1.3;
	margin-bottom:.6781rem;
	margin-top: 0;
}
h1,.h1 {
	font-size: 2.488rem;
}
h2,.h2{
	font-size: 2.074rem;
}
h3,.h3 {
	font-size: 1.728rem;
}
h4,.h4 {
	font-size: 1.44rem;
}
h5,.h5 {
	font-size: 1.2rem;
}
h6,.h6 {
	font-size: 1rem;
}
:focus, button:focus {
	outline: none;
}

/**
 * 1.7 Forms 
 */

label {
	color: var(--pls-link-color);
	display: block;
	font-weight: 500;
	margin-bottom: 0.5em;
}
fieldset {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	border-radius: var(--pls-border-radius);
	margin-bottom: 1em;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	border-radius: var(--pls-border-radius);
	color: #777777;
	display: block;
	font-size: var(--pls-font-size);
	line-height: 2;
	padding: 6px 15px;
	height: 45px;
	width: 100%;
}
select {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	border-radius: var(--pls-border-radius);
	height: 42px;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(/wp-content/themes/alukas/assets/css/../images/select-bg.svg) 100% 50%/26px 60px no-repeat;
	display: block;
	padding-left:15px;
	padding-right:20px;
}
select option {
	background-color: var(--pls-body-background);
	color: var(--pls-text-color);
}
select::-ms-expand {
    display: none;
}
body.rtl select {
	background: #fff url(/wp-content/themes/alukas/assets/css/../images/select-bg.svg) 2% 50%/26px 60px no-repeat;
}

/* Select Scrollbar */
select::-webkit-scrollbar {
  width: 12px;
}
select::-webkit-scrollbar-track {
  background: #e9e9e9; 
}
select::-webkit-scrollbar-thumb {
  background: #cccccc; 
}

.select2-container--default .select2-selection--multiple, 
.select2-container--default .select2-selection--single {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
    padding: 4px 12px;
    min-height: 45px;
    line-height: 40px;
    border-radius: 0;
    margin: 0;
    outline: 0;
    box-shadow: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.select2-container--default .select2-selection--single {
	border-radius: var(--pls-border-radius);
}
.select2-container--default .select2-selection--single, 
.select2-container--default .select2-selection--single .select2-selection__arrow {
    padding: 2px 4px;
}
.select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:inherit
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-top: 2px;
    margin-left: -8px;
    top: 70%;
}

input[type="radio"],
input[type="checkbox"] {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	border-color: var(--pls-primary-color);
	margin-right: 0.5em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
	display: inline-block;
}
input[type="checkbox"], 
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 6px;
    margin-bottom: 5px;
    cursor: pointer;
    vertical-align: middle;
    top: 1px;
    line-height: 1;
    outline: 0;
}
input[type="checkbox"][type="radio"], 
input[type="radio"][type="radio"] {
    border-radius: 50%;
}
input[type="checkbox"][type="radio"]::before, 
input[type="radio"][type="radio"]::before {
    border-radius: 50%;
}
input[type="checkbox"]:checked::before, 
input[type="radio"]:checked::before {
    transform: scale(1);
    opacity: 1;
}
input[type="radio"]::before {
	background-color: var(--pls-primary-color);
    display: block;
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    transition: all 150ms cubic-bezier(.445,.05,.55,.95);
    opacity: 0;
    transform: scale(.9);
}
input[type="checkbox"]::before {
    display: block;
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
	font-weight: normal;
	font-size: 12px !important;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
	line-height: 1.3;
    transition: all 150ms cubic-bezier(.445,.05,.55,.95);
    opacity: 0;
    transform: scale(.9);
}
.button,
.btn,
button,
input[type="button"],
input[type="submit"] {
	background-color: var(--pls-button-bg-color);
	color: var(--pls-button-color);
	border-radius: var(--pls-border-radius);
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	padding: 10px 30px;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.button:not([href]):not([tabindex]),
.btn:not([href]):not([tabindex]){
	background-color: var(--pls-button-bg-color);
	color: var(--pls-button-color);
}
.button:hover,
.btn:hover,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:not([href]):not([tabindex]):hover,
.btn:not([href]):not([tabindex]):hover {
	background-color: var(--pls-button-bg-hover-color);
	color: var(--pls-button-hover-color);
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 1.4671em;
}

/* selection Colors */
::-moz-selection { 
	background: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}
::selection {
	background: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}
		
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: var(--pls-input-color);
	font-family: var(--pls-primary-font);
}
:-moz-placeholder {
	color: var(--pls-input-color);
	font-family: var(--pls-primary-font);
}
::-moz-placeholder {
	color: var(--pls-input-color);
	font-family: var(--pls-primary-font);
	opacity: 1;
}
:-ms-input-placeholder {
	color: var(--pls-input-color);
	font-family: var(--pls-primary-font);
}

/**
 * 1.8 Formatting 
 */
hr {
	border: none;
    border-bottom: 1px solid #1d1f21;
    margin: 20px 0 20px;
}
hr.wp-block-separator {
    max-width: 100px; 
}
hr.wp-block-separator.is-style-wide, 
hr.wp-block-separator.is-style-dots {
	max-width: 100%;
}

/**
 * 1.9 Lists 
 */
ul,
ol{
	margin-left: 1.2em;
	margin-bottom: 1.5em;
	padding: 0;
}
ul{
  list-style: disc;
}
ol{
  list-style: decimal;
}
dt{
	font-weight: 700;
}
dd{
	margin: 0 1.5em 1.5em;
}

/**
 * Nav
 */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link{
    display: block;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}

/**
 * 1.10 Tables 
 */
table {
	border-collapse: collapse;
	margin: 0 0 1.5rem;
	width: 100%;
}
thead th {
	color: var(--pls-link-color);
	padding-bottom: 0.6781rem;
	font-weight: 500;
}
tr{
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
}
th {
	padding: 0.6781rem;
	text-align: left;
}
td {
	padding: 0.6781rem;
}
.pls-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

/**
 * 1.11 Links
 */

a {
	color: var(--pls-link-color);
	text-decoration: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}
a:hover{
	color: var(--pls-link-hover-color);
	outline: 0;
	text-decoration:none;
}

/**
 * 1.12 Font Icon
 */
 
/* PressLayouts Font */
.promo-bar-close:before,
.close-sidebar:before,
.pls-mobile-menu-header .close-sidebar:before,
#cancel-comment-reply-link:before,
.wishlist_view.mobile .remove_from_wishlist:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:first-child:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:first-child:before,
.yith-wcwl-add-to-wishlist a.delete_item:before,
.widget.widget_layered_nav li.chosen a:after,
.widget.widget_rating_filter li.chosen a:after,
.woocommerce div.summary a.compare.added:before,
#yith-wcwl-popup-message:before,
input[type="checkbox"]:before,
.quantity label:before,
.pls-360-degree-wrapper .nav_bar .nav_bar_play:before,
.pls-360-degree-wrapper .nav_bar .nav_bar_stop:before,
.format-quote .post-highlight .post-format:before,
.format-quote .entry-quote:after,
.format-quote .entry-quote:before,
blockquote:before,
.pls-testimonials.style-1 .testimonial-wrap:before,
.pls-widget-area .pls-widget-testimonial .quote-content:before,
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-order .woocommerce-notice--success:before,
.woocommerce-order .order_details + p:before,
.multi-step-checkout .panel.completed .panel-title:after,
.woocommerce-product-gallery .product-photoswipe-btn a:before,
.woocommerce-product-gallery .pls-gallery-bottom-btns a:before,
.pls-accordion .card-title a:after,
.woocommerce-MyAccount-navigation li a:before,
.pls-canvas-sidebar .canvas-sidebar-icon:before,
.yith_ywraq_add_item_product_message:not(.hide):before,
.pls-header-mini-search .header-search-icon:before,
.trending-search-wrap .recent-search-title:before,
.trending-search-wrap .trending-title:before,
.entry-post .post-highlight span:before,
.pls-customer-support:before,
.pls-customer-care-icon:before,
.pls-contact-email:before,
.entry-meta .author-link:before,
.entry-meta .posted-date:before,
.entry-meta .cat-links:before,
.entry-meta .tags-links:before,
.entry-meta .comments-count:before,
.entry-meta .post-view:before,
.entry-meta .post-share:before,
.entry-meta .post-read-time:before,
.entry-meta .edit-link:before,
.format-link .entry-link:before,
.project-preview .preview-link:before,
.pls-twitter :not(.enable-avatar) .twitter-item:before,
.pls-twitter .tweet-meta:before,
.pls-posts-lists .post-comments a:before,
.pls-recent-posts .post-comments a:before,
.pls-products-view a:before,
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before,
.woocommerce p.stars a:before,
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before,
.product-navigation-share .product-share:before,
.pls-hotspot .pls-hotspot-item:before,
.tab-content-wrap .accordion-title:after,
.pls-instagram .image-wrap:after,
.pls-instagram .pls-instagram-profile:before,
.add-request-quote-button.ywraq-link:before{
	display: inline-block;
	font-family: 'presslayouts-font';
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.yith-wcwl-add-to-wishlist a.delete_item:before,
.products .product-buttons .compare-button a.added:before,
.woocommerce div.summary a.compare.added:before,
.widget.widget_layered_nav li.chosen a:after,
.widget.widget_rating_filter li.chosen a:after,
.multi-step-checkout .panel.completed .panel-title:after,
#yith-wcwl-popup-message:before,
input[type="checkbox"]:before {
	content: "\ea02";
}
.promo-bar-close:before,
.close-sidebar:before,
.pls-mobile-menu-header .close-sidebar:before,
#cancel-comment-reply-link:before,
.wishlist_view.mobile .remove_from_wishlist:before {
	content: "\e9c3";
}
.pls-widget-area .pls-widget-testimonial .quote-content:before {
	content:"\f10d";
}
.woocommerce-order .order_details + p:before {
	content:"\e998";
}
.woocommerce-message:before,
.woocommerce-order .woocommerce-notice--success:before {
	content:"\ea04";
}
.woocommerce-info:before {
	content:"\e978";
}
.woocommerce-error:before {
	content:"\e976";
}
.woocommerce-product-gallery .product-photoswipe-btn a:before {
	content: "\ea0d";
}
.woocommerce-product-gallery .product-360-degree-btn a:before {
	content:"\ea6d";
}
.woocommerce-product-gallery .product-video-btn a:before {
	content:"\e9f7";
}
.rtl .woocommerce-product-gallery .product-video-btn a:before {
	content:"\e9f8";
}
.pls-360-degree-wrapper .nav_bar .nav_bar_play:before {
	content:"\e9fe";
}
.pls-360-degree-wrapper .nav_bar .nav_bar_stop:before {
	content:"\e9fd";
}
.quantity label.minus:before {
	content: '\e9c2';
}
.quantity label.plus:before {
	content: '\e9c1';
}
.pls-hotspot .pls-hotspot-item:before,
.pls-accordion .card-title a:after {
	content:"\e9c1";
}
.woocommerce-MyAccount-navigation li a:before {
	content:"\ea18";
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content:"\e9bc";
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a:before {
	content:"\e961";
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a:before {
	content:"\ea01";
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content:"\e92a";
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content:"\e980";
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content:"\e995";
}
.pls-canvas-sidebar .canvas-sidebar-icon:before {
	content:"\e9b2";
}
.rtl .pls-canvas-sidebar .canvas-sidebar-icon:before {
	content:"\e9b3";
}
.yith_ywraq_add_item_product_message:not(.hide):before {
	content:"\ea02";
}
.trending-search-wrap .recent-search-title:before,
.pls-twitter .tweet-meta:before{
	content: "\e92f";
}
.trending-search-wrap .trending-title:before{
	content: "\e93f";
}
.pls-mobile-menu-header .login-register:before,
.pls-header-myaccount > a:before{
	content: "\e900";
}
.pls-header-wishlist .pls-header-wishlist-icon:before {
	content: "\e909";
}
.pls-header-compare .pls-header-compare-icon:before {
	content: "\ea11";
}
.pls-customer-care-icon:before,
.pls-customer-support:before {
	content: "\e973";
}
.pls-contact-email:before {
	content: "\e952";
}
.sticky .entry-post .post-sticky-icon:before {
	content:"\e93b";
}
.format-gallery .entry-post .post-format:before {
	content:"\ea6c";
}
.format-image .entry-post .post-format:before {
	content:"\e95a";
}
.format-video .entry-post .post-format:before {
	content:"\e989";
}
.format-audio .entry-post .post-format:before {
	content:"\e982";
}
.format-link .entry-post .post-format:before,
.format-link .entry-link:before {
	content:"\e91a";
}
blockquote:before,
.pls-testimonials.style-1 .testimonial-wrap:before,
.format-quote .entry-quote:before {
	content:"\e9af";
}
.format-quote .entry-post .post-format:before, 
.format-quote .entry-quote:after {
	content:"\e9ae";
}
.entry-meta .author-link:before {
	content:"\e900";
}
.entry-meta .posted-date:before {
	content:"\e96a";
}
.entry-meta .cat-links:before {
	content:"\e95d";
}
.entry-meta .tags-links:before {
	content:"\e971";
}
.entry-meta .comments-count:before,
.pls-posts-lists .post-comments a:before,
.pls-recent-posts .post-comments a:before {
	content:"\e950";
}
.entry-meta .post-view:before {
	content:"\e98c";
}
.entry-meta .post-share:before,
.product-navigation-share .product-share:before {
	content:"\e918";
}
.entry-meta .post-read-time:before {
	content:"\e92f";
}
.entry-meta .edit-link:before {
	content:"\e97f";
}
.pls-twitter :not(.enable-avatar) .twitter-item:before{
	content: "\ea3b";
}
.pls-products-view .grid-list:before{
	content: "\ea24";
}
.pls-products-view .grid-two-col:before{
	content: "\ea1c";
}
.pls-products-view .grid-three-col:before{
	content: "\ea1d";
}
.pls-products-view .grid-four-col:before{
	content: "\ea71";
}
.tab-content-wrap .accordion-title:after{
	content: "\e9d2";
}
.add-request-quote-button.ywraq-link:before{
	content: "\e980";
}
.pls-instagram .image-wrap:after,
.pls-instagram .pls-instagram-profile:before {
    content: "\ea3c";
}

/* Linearicons-Free Font */
.pls-mobile-menu-btn .pls-mobile-menu-toggle:before,
.ajax-search-style-1 .search-submit:before,
.ajax-search-style-3 .search-submit:before,
.ajax-search-style-4 .search-submit:before,
.pls-header-mini-search .header-search-icon:before,
.search-form .search-submit:before,
.wp-block-search [type="submit"]:before,
.widget .woocommerce-product-search [type="submit"]:before,
.pls-header-myaccount > a:before,
.pls-mobile-menu-header .login-register:before,
.pls-header-cart .pls-header-cart-icon:before,
.pls-minicart-slide .cart-empty-icon:before,
.pls-header-wishlist .pls-header-wishlist-icon:before,
.pls-header-compare .pls-header-compare-icon:before,
.pls-store-location-icon:before,
.pls-customer-care-icon:before,
.pls-navigation ul.menu > li.menu-item-has-children > a:after,
.pls-dropdown > li.has-dropdown > a:after,
div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle:after,
.pls-site-header div[class*="wcml-dropdown"] a.wcml-cs-item-toggle:after,
.woocommerce-currency-switcher-form .dd-selected:after,
.pls-navigation ul.menu ul.sub-menu li.menu-item-has-children > a:after,
.categories-menu.pls-navigation ul.menu > li.menu-item-has-children > a:after,
.pls-categories-menu-title:after,
.breadcrumbs .delimiter.greater-than:before,
.pls-breadcrumb .pls-delimiter-sep.pls-greater-than:before,
.pls-pagination .next:before, 
.pls-pagination .prev:before,
.woocommerce-pagination .next:before,
.woocommerce-pagination .prev:before,
.pls-back-to-top:before,
.nav-previous a:before,
.nav-next a:after,
.product-navigation .product-nav-btn > a:before,
.pls-slider-next:after,
.pls-slider-prev:after,
.slick-slider button.slick-arrow:before,
.pswp__button:before,
.woocommerce a.remove:before,
.pls-360-degree-wrapper .nav_bar a:before,
.mfp-close:before,
.pls-widget-toggle .pls-widget-area .widget .widget-title:after,
.pls-widget-toggle .widget-area .widget .widget-title:after,
.pls-widget-toggle .dokan-widget-area .widget .widget-title:after,
.pls-widget-toggle .widget .wp-block-group__inner-container > h2:after,
.footer-widget .widget .widget-title:after,
.widget li .child-indicator:after,
ul.mobile-main-menu li.active > .menu-toggle:after,
ul.mobile-main-menu li.menu-item-has-children > .menu-toggle:after,
.pls-product-off-canvas-btn:before,
.pls-product-filter-btn:after,
.pls-cart-button a:before,
.yith-wcwl-add-to-wishlist a:not(.delete_item):first-child::before,
a.compare:before,
.pls-quickview-button a:before,
.product-sizechart a:before,
.pls-deliver-return:before,
.pls-ask-questions:before,
.pls-estimated-delivery:before,
.pls-visitor-count:before,
.shipping-calculator-button:after,
.woocommerce-form-login-toggle .woocommerce-info:before,
.woocommerce-form-coupon-toggle .woocommerce-info:before,
.pls-testimonials.style-3 + .pls-slider-navigation .pls-slider-next:after,
.pls-testimonials.style-3 + .pls-slider-navigation .pls-slider-prev:after {
	font-family: 'Linearicons-Free';
	font-size: 16px;	
    display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.pls-mobile-menu-btn .pls-mobile-menu-toggle:before {
	content: "\e871";
}
.ajax-search-style-1 .search-submit:before,
.ajax-search-style-3 .search-submit:before,
.ajax-search-style-4 .search-submit:before,
.pls-header-mini-search .header-search-icon:before,
.search-form .search-submit:before,
.wp-block-search [type="submit"]:before,
.widget .woocommerce-product-search [type="submit"]:before {
	content: "\e86f";
}
.pls-header-cart .pls-header-cart-icon:before,
.pls-minicart-slide .cart-empty-icon:before {
	content: "\e82e";
}
.pls-mobile-menu-header .login-register:before,
.pls-header-myaccount > a:before {
	content: "\e82a";
}
.pls-header-wishlist .pls-header-wishlist-icon:before {
	content: "\e813";
}
.pls-header-compare .pls-header-compare-icon:before {
	content: "\e862";
}
.pls-store-location-icon:before {
	content: "\e833";
}
.pls-customer-care-icon:before {
	content: "\e830";
}
.pls-navigation ul.menu > li.menu-item-has-children > a:after,
.pls-dropdown > li.has-dropdown > a:after,
div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle:after,
.pls-site-header div[class*="wcml-dropdown"] a.wcml-cs-item-toggle:after,
.woocommerce-currency-switcher-form .dd-selected:after,
.pls-product-filter-btn:after,
.shipping-calculator-button:after {
	content: "\e874";
}
.pls-navigation ul.menu ul.sub-menu li.menu-item-has-children > a:after, 
.categories-menu.pls-navigation ul.menu > li.menu-item-has-children > a:after {
	content: "\e876";
}
.rtl .pls-navigation ul.menu ul.sub-menu li.menu-item-has-children > a:after, 
.rtl .categories-menu.pls-navigation ul.menu > li.menu-item-has-children > a:after {
	content: "\e875";
}
.pls-categories-menu-title:after,
ul.mobile-main-menu li.menu-item-has-children > .menu-toggle:after {
	content: "\e874";
}
.pls-pagination .prev:before,
.nav-previous a:before,
.product-navigation .product-prev > a:before,
.pls-slider-prev:after,
.slick-slider button.slick-prev:before,
.pswp__button--arrow--left:before,
.pls-360-degree-wrapper .nav_bar .nav_bar_previous:before {
	content: "\e875";
}
.breadcrumbs .delimiter.greater-than:before,
.pls-breadcrumb .pls-delimiter-sep.pls-greater-than:before,
.pls-pagination .next:before,
.nav-next a:after,
.product-navigation .product-next > a:before,
.pls-slider-next:after,
.slick-slider button.slick-next:before,
.pswp__button--arrow--right:before,
.pls-360-degree-wrapper .nav_bar .nav_bar_next:before {
	content: "\e876";
}
.rtl .pls-pagination .prev:before,
.rtl .nav-previous a:before,
.rtl .product-navigation .product-prev > a:before,
.rtl .pls-slider-prev:after,
.rtl .slick-slider button.slick-prev:before,
.rtl .pswp__button--arrow--left:before,
.rtl .pls-360-degree-wrapper .nav_bar .nav_bar_previous:before {
	content: "\e876";
}
.rtl .breadcrumbs .delimiter.greater-than:before,
.rtl .pls-breadcrumb .pls-delimiter-sep.pls-greater-than:before,
.rtl .pls-mobile-menu-header .close-sidebar:before,
.rtl .nav-next a:after ,
.rtl .pls-pagination .next:before,
.rtl .product-navigation .product-next > a:before,
.rtl .pls-slider-next:after,
.rtl .slick-slider button.slick-next:before,
.rtl .pswp__button--arrow--right:before,
.rtl .pls-360-degree-wrapper .nav_bar .nav_bar_next:before {
	content: "\e875";
}
.woocommerce a.remove:before,
.mfp-close:before {
	content:"\e880";
}
.pls-back-to-top:before,
.pls-product-filter-btn.active:after,
.pls-widget-toggle .pls-widget-area .widget .widget-title:after,
.pls-widget-toggle .widget-area .widget .widget-title:after,
.pls-widget-toggle .dokan-widget-area .widget .widget-title:after,
.pls-widget-toggle .widget .wp-block-group__inner-container > h2:after,
.widget li .child-indicator.open-item:after {
	content:"\e873";
}
.widget li .child-indicator:after {
	content:"\e874";
}
.pls-product-off-canvas-btn:before {
	content:"\e871";
}
.products.product-style-2.grid-view .pls-cart-button a:before,
.products.list-view .pls-cart-button a:before {
	content: "\e82e";
}
.products.product-style-2.grid-view .product-type-variable .pls-cart-button a:before,
.products.list-view .product-type-variable .pls-cart-button a:before {
	content: "\e88e";
}
.yith-wcwl-add-to-wishlist a:not(.delete_item):first-child::before {
	content: "\e813";
}
a.compare:before {
	content: "\e862";
}
.pls-quickview-button a:before {
	content: "\e86f";
}
.slick-slider.slick-vertical button.slick-prev:before {
	content: "\e873";
}
.slick-slider.slick-vertical button.slick-next:before {
	content: "\e874";
}
.product-sizechart a:before {
	content:"\e843";
}
.pls-deliver-return:before {
	content:"\e861";
}
.rtl .pls-deliver-return:before {
	content:"\e860";
}
.pls-ask-questions:before {
	content:"\e87d";
}
.pls-estimated-delivery:before {
	content:"\e864";
}
.pls-visitor-count:before {
	content:"\e81b";
}
.woocommerce-form-login-toggle .woocommerce-info:before {
	content: "\e82a";
}
.woocommerce-form-coupon-toggle .woocommerce-info:before {
	content: "\e82f";
}
.pls-testimonials.style-3 + .pls-slider-navigation .pls-slider-next:after {
	content: "\e87a";
}
.pls-testimonials.style-3 + .pls-slider-navigation .pls-slider-prev:after {
	content: "\e879";
}
.rtl .pls-testimonials.style-3 + .pls-slider-navigation .pls-slider-next:after {
	content: "\e879";
}
.rtl .pls-testimonials.style-3 + .pls-slider-navigation .pls-slider-prev:after {
	content: "\e87a";
}

/**
 * 1.13 Font Family
 */
.pls-primary-font {
	font-family: var(--pls-primary-font);
}
.pls-secondary-font {
	font-family: var(--pls-secondary-font);
}

/**
 * 1.14 Color Scheme
 */
.primary-color {
	color: var(--pls-primary-color);
}
.primary-bg-color {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}
.primary-background-color {
	background-color: var(--pls-primary-color);
}
.primary-inverse-color {
	color: var(--pls-primary-inverse-color);
}
.secondary-color {
	color: var(--pls-secondary-color);
}
.secondary-bg-color {
	background-color: var(--pls-secondary-color);
	color: var(--pls-secondary-inverse-color);
}

.hover-color-scheme-dark, 
.hover-color-scheme-light,
.hover-color-scheme-light h1, 
.hover-color-scheme-light h2, 
.hover-color-scheme-light h3, 
.hover-color-scheme-light h4, 
.hover-color-scheme-light h5, 
.hover-color-scheme-light h6,
.hover-color-scheme-light a,
.hover-color-scheme-light label,
.hover-color-scheme-dark h1, 
.hover-color-scheme-dark h2, 
.hover-color-scheme-dark h3, 
.hover-color-scheme-dark h4, 
.hover-color-scheme-dark h5, 
.hover-color-scheme-dark h6,
.hover-color-scheme-dark a,
.hover-color-scheme-dark label {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

/* Light Color */
.color-scheme-light{
	color: rgba(255, 255, 255, 0.85); 
}
.color-scheme-light a {
    color: rgba(255, 255, 255, 0.95); 
}
.color-scheme-light h1, 
.color-scheme-light h2, 
.color-scheme-light h3, 
.color-scheme-light h4, 
.color-scheme-light h5, 
.color-scheme-light h6,
.color-scheme-light label {
	color: #ffffff;
}

/* Hover Light Color */
.hover-color-scheme-light:hover,
.hover-color-scheme-light:hover div,
.hover-color-scheme-light:hover p,
.hover-color-scheme-light:hover span {
    color: rgba(255,255,255, 0.85);
}
.hover-color-scheme-light:hover a {
    color: rgba(255, 255, 255, 0.95); 
}
.hover-color-scheme-light:hover h1, 
.hover-color-scheme-light:hover h2, 
.hover-color-scheme-light:hover h3, 
.hover-color-scheme-light:hover h4, 
.hover-color-scheme-light:hover h5, 
.hover-color-scheme-light:hover h6,
.hover-color-scheme-light:hover label {
	color: #ffffff;
}

/* Dark Color */
.color-scheme-dark {
	color:#555555
}
.color-scheme-dark a {
    color: #222222; 
}
.color-scheme-dark h1, 
.color-scheme-dark h2, 
.color-scheme-dark h3, 
.color-scheme-dark h4, 
.color-scheme-dark h5, 
.color-scheme-dark h6, 
.color-scheme-dark label {
	color:#222222;
}

/* Hover Dark Color */
.hover-color-scheme-dark:hover,
.hover-color-scheme-dark:hover div,
.hover-color-scheme-dark:hover p,
.hover-color-scheme-dark:hover span {
	color: #555555; 
}
.hover-color-scheme-dark:hover a {
    color: #222222;
}
.hover-color-scheme-dark:hover h1, 
.hover-color-scheme-dark:hover h2, 
.hover-color-scheme-dark:hover h3, 
.hover-color-scheme-dark:hover h4, 
.hover-color-scheme-dark:hover h5, 
.hover-color-scheme-dark:hover h6,
.hover-color-scheme-dark:hover label {
    color: #222222; 
}

/* Mini Cart Dark Mode */
.pls-minicart-slide.pls-dark-mode {
	background-color: #2d2d2d;
	color: #777777;
}
.pls-minicart-slide.pls-dark-mode .pls-minicart-header {
	background-color: #222222;
}
.pls-minicart-slide.pls-dark-mode ul.cart_list li:not(:last-child),
.pls-minicart-slide.pls-dark-mode .widget_shopping_cart .widget_shopping_cart_footer {
	border-color: #777777;
}
.pls-minicart-slide.pls-dark-mode .minicart-title,
.pls-minicart-slide.pls-dark-mode a,
.pls-minicart-slide.pls-dark-mode .widget_shopping_cart_footer,
.pls-minicart-slide.pls-dark-mode .widget_shopping_cart .total .amount,
.pls-minicart-slide.pls-dark-mode ul.cart_list li span.amount,
.pls-minicart-slide.pls-dark-mode ul.product_list_widget li span.amount,
.pls-minicart-slide.pls-dark-mode .freeshipping-bar-msg span {
	color: #ffffff;
}
.pls-minicart-slide.pls-dark-mode a:hover {
	color: #ffffff;
}
.pls-minicart-slide.pls-dark-mode div.quantity {
	background: transparent;
	border-color: #3d3d3d;
}
.pls-minicart-slide.pls-dark-mode .quantity .qty {
    background: transparent;
	color: #777777;
}
.pls-minicart-slide.pls-dark-mode .progress-bar {
	background-color: #777777;
}
.pls-minicart-slide.pls-dark-mode .freeshipping-bar {
	background-color: #3d3d3d;
}
.pls-minicart-slide.pls-dark-mode .freeshipping-bar-msg,
.pls-minicart-slide.pls-dark-mode .pls-freeshipping-bar.completed .freeshipping-bar-msg {
	color: #777777;
}
.pls-minicart-slide.pls-dark-mode .woocommerce-mini-cart__buttons a:first-child {
	border-color: #ffffff;
	color: #ffffff;
}
.pls-minicart-slide.pls-dark-mode .widget_shopping_cart .buttons a.checkout {
	background-color: #ffffff;
    color: #222222;
}
.pls-minicart-slide.pls-dark-mode .mini_cart_item.loading:after {	
    background-color: rgba( 45, 45, 45, .7 );
}

/* Product Page Dark Mode */
.pls-single-product-page.pls-dark-mode .pls-product-container:before {
	background-color: #2d2d2d
}
.pls-single-product-page.pls-dark-mode .pls-product-container,
div.product.pls-dark-mode .pls-visitor-count:before {
	color: #999999;
}
div.product.pls-dark-mode .pls-product-container .pls-breadcrumb .last,
div.product.pls-dark-mode .pls-product-container .product_title,
div.product.pls-dark-mode .pls-product-container p.price,
div.product.pls-dark-mode .pls-product-container span.price,
div.product.pls-dark-mode .pls-product-container .star-rating span,
div.product.pls-dark-mode div.summary .stock-availability span,
div.product.pls-dark-mode div.summary form.cart .variations label,
div.product.pls-dark-mode .product-visitor-count,
div.product.pls-dark-mode .pls-product-trust-badge legend,
div.product.pls-dark-mode div.summary .product_meta > span,
div.product.pls-dark-mode div.summary > .product-share .share-label {
	color: #ffffff;
}
div.product.pls-dark-mode .pls-product-container .entry-summary a,
div.product.pls-dark-mode .pls-deliver-return,
div.product.pls-dark-mode .pls-ask-questions,
div.product.pls-dark-mode .pls-estimated-delivery {
	color: #999999;
}
div.product.pls-dark-mode .pls-product-container .entry-summary a:hover,
div.product.pls-dark-mode .pls-product-container .pls-breadcrumb a:hover,
div.product.pls-dark-mode .pls-deliver-return:hover,
div.product.pls-dark-mode .pls-ask-questions:hover {
	color: #ffffff;
}
div.product.pls-dark-mode div.summary a.compare {
	color: #999999 !important;
}
div.product.pls-dark-mode div.summary a.compare:hover {
	color: #ffffff !important;
}
div.product.pls-dark-mode .pls-product-container .star-rating:before {
	color: #777777;
}
div.product.pls-dark-mode .pls-product-container .countdown-box .product-countdown > span {
	color: #ffffff;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.1); 
}
div.product.pls-dark-mode .entry-summary .swatch-color span,
div.product.pls-dark-mode .entry-summary .quantity,
div.product.pls-dark-mode .pls-product-trust-badge fieldset {
	border-color: #777777;
}
div.product.pls-dark-mode .entry-summary .quantity,
div.product.pls-dark-mode .entry-summary .qty {
	background: transparent;
    color: #fcfcfc;
}
div.product.pls-dark-mode .summary form.cart .button {
	background-color: #ffffff;
	color: #222222;
}
div.product.pls-dark-mode .pls-quick-buy .pls_quick_buy_button {
	background-color: #3d3d3d;
	color: #ffffff;
}
div.product.pls-dark-mode .pls-product-policy {
	background-color: #3d3d3d;
}
div.product.pls-dark-mode  .pls-product-policy .policy-item-icon:before {
	color: #ffffff;
}

/**
 * 2.0 Layout
 */
 
/* Boostrap Grid */
.pls-site-wrapper {
	background-color: #ffffff;
    overflow: hidden;
    position: relative;
}
.container,
.container-fluid {
	width: 100%;
	padding-left: var(--pls-grid-gap);
	padding-right: var(--pls-grid-gap);
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-left: calc(var(--pls-grid-gap) * -1);
    margin-right: calc(var(--pls-grid-gap) * -1);
}
.container,
.elementor-section.elementor-section-boxed > .elementor-container,
.pls-wrapper-boxed .pls-site-wrapper,
.pls-wrapper-boxed .pls-site-header > div[class*="header-"] {
	max-width: var(--pls-container-width);
}
.pls-wrapper-boxed .pls-site-header > div[class*="header-"] {
    left: auto !important;
    right: auto !important;
    width: 100vw;
}
.pls-wrapper-boxed .pls-site-wrapper {
    margin: 0 auto;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.pls-site-content {
    padding-bottom: 100px;
	padding-top: 35px;
}
body.home .pls-site-content {
	padding-bottom: 0;
	padding-top: 0;
}
.pls-page-title + .pls-site-content {
	padding-top: 0;
}
@media (min-width: 1200px) {
	.pls-wrapper-wide .container,
	.pls-wrapper-boxed .container,
	.pls-wrapper-wide .elementor-top-section > .elementor-container,
	.pls-wrapper-boxed .elementor-top-section > .elementor-container {
		width: 96%;
	}
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: var(--pls-grid-gap);
  padding-right: var(--pls-grid-gap);
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  /* Custom Grid */
  .col-sm-50{
	flex: 0 0 20%;
	max-width: 20%;
  }
  .col-sm-70{
	flex: 0 0 14.285714%;
	max-width: 14.285714%;
  }
  .col-sm-80{
	flex: 0 0 12.50%;
	max-width: 12.50%;
  }
  .col-sm-90{
	flex: 0 0 11.111111%;
	max-width: 11.111111%;
  }
  .col-sm-100{
	flex: 0 0 10%;
	max-width: 10%;
  }
  .col-sm-110{
	flex: 0 0 9.090909%;
	max-width: 9.090909%;
  }
	
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  /* Custom Grid */
  .col-md-50{
	flex: 0 0 20%;
	max-width: 20%;
  }
  .col-md-70{
	flex: 0 0 14.285714%;
	max-width: 14.285714%;
  }
  .col-md-80{
	flex: 0 0 12.50%;
	max-width: 12.50%;
  }
  .col-md-90{
	flex: 0 0 11.111111%;
	max-width: 11.111111%;
  }
  .col-md-100{
	flex: 0 0 10%;
	max-width: 10%;
  }
  .col-md-110{
	flex: 0 0 9.090909%;
	max-width: 9.090909%;
  }
	
}
@media (min-width: 1025px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  /* Custom Grid */
  .col-lg-50{
	flex: 0 0 20%;
	max-width: 20%;
  }
  .col-lg-70{
	flex: 0 0 14.285714%;
	max-width: 14.285714%;
  }
  .col-lg-80{
	flex: 0 0 12.50%;
	max-width: 12.50%;
  }
  .col-lg-90{
	flex: 0 0 11.111111%;
	max-width: 11.111111%;
  }
  .col-lg-100{
	flex: 0 0 10%;
	max-width: 10%;
  }
  .col-lg-110{
	flex: 0 0 9.090909%;
	max-width: 9.090909%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  /* Custom Grid */
  .col-xl-50{
	flex: 0 0 20%;
	max-width: 20%;
  }
  .col-xl-70{
	flex: 0 0 14.285714%;
	max-width: 14.285714%;
  }
  .col-xl-80{
	flex: 0 0 12.50%;
	max-width: 12.50%;
  }
  .col-xl-90{
	flex: 0 0 11.111111%;
	max-width: 11.111111%;
  }
  .col-xl-100{
	flex: 0 0 10%;
	max-width: 10%;
  }
  .col-xl-110{
	flex: 0 0 9.090909%;
	max-width: 9.090909%;
  }	
}

.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

/** Site Loader **/
.pls-site-preloader {
	background-color: var(--pls-preloader-background);
	background-image: url(/wp-content/themes/alukas/assets/css/var(--pls-preloader-background-image));
	position: fixed;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
}

/** Pre Loader Style */
.pls-site-preloader > div {
	text-align: center;
	position: relative;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}

/* Style 1 */
.spinner.style-1 {
  width: 70px;
}
.spinner.style-1 > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner.style-1 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner.style-1 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* Style 2 */
.sk-folding-cube.style-2 {
  width: 40px;
  height: 40px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.sk-folding-cube.style-2 .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1); 
}
.sk-folding-cube.style-2 .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}
.sk-folding-cube.style-2 .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube.style-2 .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube.style-2 .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube.style-2 .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube.style-2 .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube.style-2 .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/* Style 3 */
.spinner.style-3 {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* Style 4 */
.spinner.style-4 {
  width: 40px;
  height: 40px;
}
.spinner.style-4 .double-bounce1, 
.spinner.style-4 .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.spinner.style-4 .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Style 5 */
.spinner.style-5 {
  width: 50px;
  height: 40px;
  font-size: 10px;
}

.spinner.style-5 > div {
  background-color: #ffffff;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner.style-5 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner.style-5 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner.style-5 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner.style-5 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* Dropdown */
.pls-dropdown, .pls-dropdown ul{
    margin: 0;
    list-style: none;
}
.pls-dropdown .has-dropdown{
	position:relative;
}
.pls-dropdown ul.sub-dropdown{
	min-width:60px;
	max-width:190px;
}
.pls-dropdown ul.sub-dropdown,
div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-sub-menu,
.pls-site-header div[class*="wcml-dropdown"] .wcml-cs-submenu,
.woocommerce-currency-switcher-form .dd-options,
.pls-header-mini-search .pls-mini-ajax-search{
	background-color: var(--pls-body-background);
	box-shadow: 0 0 3px rgba( 0, 0, 0, .20 );
	opacity:0;	
	position:absolute;
	top:100%;
	left: -10px;
	visibility:hidden;	
	width:auto;
	z-index:98;
	pointer-events: none;
	transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
	transform: translateY(15px);
}
.pls-header-col-right .pls-dropdown ul.sub-dropdown,
.pls-header-col-right div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-sub-menu,
.pls-header-col-right div[class*="wcml-dropdown"] .wcml-cs-submenu,
.pls-header-col-right .woocommerce-currency-switcher-form .dd-options,
.pls-header-col-right .pls-header-mini-search .pls-mini-ajax-search {
	border-radius: 0 0 var(--pls-border-radius) var(--pls-border-radius);
	left: initial;
	right: -10px;
}
.pls-dropdown > li:hover > ul.sub-dropdown, 
.pls-dropdown li li:hover > ul.sub-dropdown,
div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.pls-site-header div[class*="wcml-dropdown"] li:hover.wcml-cs-active-currency .wcml-cs-submenu,
.pls-site-header div[class*="wcml-dropdown"] li:focus.wcml-cs-active-currency .wcml-cs-submenu,
.woocommerce-currency-switcher-form .dd-container:hover .dd-options,
.pls-header-mini-search:hover .pls-mini-ajax-search {
	opacity:1;
	visibility:visible;
	transform: translateY(0);
    pointer-events: visible;
    pointer-events: unset;
}
.pls-dropdown ul.sub-dropdown li a,
div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-sub-menu a,
div[class*="wcml-dropdown"] .wcml-cs-submenu li a, 
.woocommerce-currency-switcher-form .dd-options a.dd-option {
	color: var(--pls-link-color);
	display: block;
	padding: 12px 12px;
	line-height: 1;
	text-transform:initial;
    white-space: nowrap;
}
.pls-dropdown ul.sub-dropdown li:last-child a {
	border-radius: 0 0 var(--pls-border-radius) var(--pls-border-radius);
}
.pls-dropdown ul.sub-dropdown li:not(:last-child) a,
div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-sub-menu a,
div[class*="wcml-dropdown"] .wcml-cs-submenu li a, 
.woocommerce-currency-switcher-form .dd-options a.dd-option {
	border-bottom: var(--pls-border-bottom);
}
.pls-dropdown > li.has-dropdown > a:after, 
.pls-site-header div[class*="wcml-dropdown"] a.wcml-cs-item-toggle:after,
div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle:after,
.woocommerce-currency-switcher-form .dd-selected:after {
	font-size:7px;
	margin-left: 5px;
}
.pls-dropdown a img {
	margin-right:5px;
}

/* Spinner */
.pls-spinner,
.woocommerce .blockUI.blockOverlay {
    display: flex;
    margin: 0 10px;
    align-items: center;
}
.pls-spinner:before,
.loading:before,
.woocommerce .blockUI.blockOverlay:before,
.dokan-report-abuse-button.working:before {
	border: 1.5px solid var(--pls-border-color);
	border-radius: 50%;
	border-top: 1.5px solid var(--pls-primary-color);
	content: '' !important;
	display: inline-flex;
	width: 18px;
	height: 18px;
	animation: spin .5s linear infinite;
}
@-webkit-keyframes spin {
	100%{-webkit-transform:rotate(360deg);
	transform:rotate(360deg)}
}
@keyframes spin {
	100%{-webkit-transform:rotate(360deg);
	transform:rotate(360deg)}
}
.button.loading,
.add_to_cart_button.loading,
.product-style-4 .pls-quickview-btn.loading,
.pls_quick_buy_button.loading {
    color: transparent !important;
	position: relative;
	pointer-events: none;
}
.button.loading:before,
.add_to_cart_button.loading:before,
.product-style-4 .pls-quickview-btn.loading:before,
.pls_quick_buy_button.loading:before {
    position: absolute;
    left: calc( 50% - 9px);
    top: calc( 50% - 9px );
}

/* Arrow Point */
.pls-arrow{
	position:relative;
	margin-top: 10px;
}
.pls-arrow:before,
.pls-arrow:after{
	top: -20px;
	left: 48%;
	box-sizing: border-box;		
	border: solid transparent;	
	content: " ";
	height: 0;
	width: 0;
	position: absolute;		
}
.pls-arrow:before{
	border-bottom-color: #f0f0f0;
	border-width: 10px;
	transform: translateX(-9px);
}
.pls-arrow:after{
	border-width: 10px;
	border-bottom-color: var(--pls-body-background);
	transform: translateX(-8px) translateY(2px);
}
.pls-arrow.arrow-left:before,
.pls-arrow.arrow-left:after{
	left: 20px;
}
.pls-arrow.arrow-right:before,
.pls-arrow.arrow-right:after{
	right: 20px;
}

/* PLS Underline */
.pls-underline a,
.pls-underline span {
	position: relative;	
}
.pls-underline a:after,
.pls-underline span:after {
	border-bottom: 2px solid;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
	transition: width 0.3s;	
}
.pls-underline a:hover:after,
.pls-underline.has-current a:after,
.pls-underline .has-current a:after,
.pls-underline.active a:after,
.pls-underline .active span:after,
.pls-underline a.active:after {
    width: 100%;
}

/* PLS Close */
.pls-close{
	font-size:0;
}
.pls-close:before{
	content: "\2715";
	font-size:16px;
	font-size: 16px;
	cursor: pointer;
	line-height: 1;
	padding: 1em;
}

/* Exclamation & Question Mark */
.exclamation-mark:before,
.question-mark:before{
	box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	border-radius: 50%;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;	
	height: 16px;
	text-align: center;
	line-height: 1;
	width: 16px;
}
.exclamation-mark:before{
	content: "\0021";
}
.question-mark:before{
	content: "\003F";
}

/**
 * 2.1 Header
 */
.pls-site-header {
    position: relative;
    z-index: 100;
}
.header-topbar-right .pls-dropdown ul.sub-dropdown, 
.header-topbar-right div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-sub-menu, 
.header-topbar-right div[class*="wcml-dropdown"] .wcml-cs-submenu, 
.header-topbar-right .woocommerce-currency-switcher-form .dd-options, 
.header-topbar-right .pls-header-mini-search .pls-mini-ajax-search,
.header-main-right .pls-dropdown ul.sub-dropdown, 
.header-main-right div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-sub-menu, 
.header-main-right div[class*="wcml-dropdown"] .wcml-cs-submenu, 
.header-main-right .woocommerce-currency-switcher-form .dd-options, 
.header-main-right .pls-header-mini-search .pls-mini-ajax-search {
	left: inherit;
	right: 0;
}
.pls-header-desktop,
.pls-header-mobile {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width:1025px) {
	.pls-site-header.pls-header-full-width .container {
		padding: 0;
		width: 100vw;
		max-width: 100%;
	}
	.pls-site-header.pls-header-full-width .container .row{
		width: 96%;
		margin: 0 auto;
	}
}
.pls-header-col{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pls-header-col-left{
	justify-content: flex-start;
}
.pls-header-col-right{
	justify-content: flex-end;
}
.pls-site-header ul{
	margin-left:0;
}
.pls-site-header ul li{
	margin-bottom:0;
}
.pls-header-main > .container,
.pls-header-navigation > .container {
	position: relative;
}
.pls-header-main .pls-header-col,
.pls-header-navigation .pls-header-col {
	position: initial;
}

/** Header Topbar **/
.pls-header-topbar {
	background-color: #222222;
	border-bottom: var(--pls-topbar-border-bottom);
	color: var(--pls-topbar-text-color);
	font-size: 15px;
    min-height: var(--pls-topbar-height);
}
.pls-header-topbar a,
.pls-header-topbar .woocommerce-currency-switcher-form .dd-selected {
	color: var(--pls-topbar-link-color);
}
.pls-header-topbar a:hover {
	color: var(--pls-topbar-link-hover-color);
}
.pls-header-topbar :after {
	color: var(--pls-topbar-text-color);
}
.pls-header-topbar .pls-header-col > * {
	display: inline-flex;
    align-items: center;
	line-height: var(--pls-topbar-height);
	padding: 0 10px;
}
.pls-header-topbar .pls-header-col > *:first-child { 
	padding-left: 0;
}
.pls-header-topbar .pls-header-col > *:last-child { 
	padding-right: 0;
}
.pls-header-topbar ul{
	list-style:none;
	margin:0;
}
.pls-header-topbar ul li li a, 
.pls-header-topbar ul li li a:not([href]):not([tabindex]){
	color: var(--pls-link-color);
	line-height:1;
	text-transform: initial;
}
.pls-header-topbar ul li li:hover a {
	background-color: var(--pls-hover-background-color);
}
.pls-header-topbar .pls-header-col ul li li:hover a {
	color: var(--pls-link-hover-color);
}
.pls-header-topbar span i{
	margin-right:5px;
}
.pls-topbar-navigation ul.menu > li > a{	
	display: block;
	padding:0 10px;
}
.pls-topbar-navigation.pls-navigation ul.menu > li > a.nav-link i{
	font-size:12px;
}
.pls-topbar-navigation ul.menu > li:first-child > a{
	padding-left:0;
}
.pls-topbar-navigation ul.menu > li:last-child > a{
	padding-right:0;
}
.pls-topbar-navigation.pls-navigation ul.menu ul.sub-menu{
	width:150px;
	font-weight: normal;
}

/* Header Main */
.pls-header-logo .pls-logo,
.pls-header-logo .pls-logo-light {
	max-width: var(--pls-logo-width);
}
.pls-header-logo .pls-mobile-logo {
	max-width: var(--pls-mobile-logo-width);
}
.pls-header-logo a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.pls-header-logo .pls-logo-light,
.pls-header-logo .pls-mobile-logo{
	display:none;
}
.pls-menu-site-logo {
    margin: 0 1rem;
}
.pls-header-main {
	background-color: #ffffff;
	color: var(--pls-header-text-color);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	min-height: var(--pls-header-height);
}
body:not(.home) .header-2 .pls-header-main {
    border-bottom: var(--pls-border-bottom);
}
.pls-header-main .pls-header-col > *,
.pls-header-navigation .pls-header-col > * {
	padding:0 10px;
}
.pls-header-main .pls-header-col > *:first-child,
.pls-header-navigation .pls-header-col > *:first-child {
	padding-left:0;
}
.pls-header-main .pls-header-col > *:last-child,
.pls-header-navigation .pls-header-col > *:last-child {
	padding-right:0;
}
.pls-header-main a:not(.button):not(button),
.pls-header-main .pls-header-mini-search .search-icon-text:before {
	color: var(--pls-header-link-color);
}
.pls-header-main a:not(.button):not(button):hover,
.pls-header-main .pls-header-mini-search .search-icon-text:hover:before {
	color: var(--pls-header-link-hover-color);
}
.pls-header-logo a {
	display:inline-block;
}
.pls-header-main .pls-ajax-search .searchform {
	border-top: var(--pls-header-border-top);
	border-right: var(--pls-header-border-right);
	border-bottom: var(--pls-header-border-bottom);
	border-left: var(--pls-header-border-left);
}
.pls-header-main .pls-main-navigation ul.menu > li > a {
	height: 48px;
}

/* Mobile Menu */
.pls-mobile-menu-btn .pls-mobile-menu-toggle {
	font-size: 0;
}
.pls-mobile-menu-btn .pls-mobile-menu-toggle:before {
	font-size: 28px;
}

/* Header Navigation */
.pls-header-navigation {
	background-color: #ffffff;
	border-top: var(--pls-navigation-border-top);
	border-bottom: var(--pls-navigation-border-bottom);
	color: var(--pls-navigation-text-color);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pls-header-navigation a:not(.button):not(button) {
	color: var(--pls-navigation-link-color);
}
.pls-header-navigation a:not(.button):not(button):hover {
	color: var(--pls-navigation-link-hover-color);
}
.pls-header-navigation,
.pls-header-navigation .pls-categories-menu-title,
.pls-header-navigation .pls-main-navigation ul.menu > li > a {
    height: var(--pls-navigation-height);
}
.pls-header-navigation .pls-ajax-search .searchform {
	border-top: var(--pls-navigation-border-top);
	border-right: var(--pls-navigation-border-right);
	border-bottom: var(--pls-navigation-border-bottom);
	border-left: var(--pls-navigation-border-left);
}
.pls-categories-menu-wrapper {
	position:relative;
	width: 100%;
}
.pls-categories-menu-title {
	background-color: var(--pls-categories-menu-title-background);
	color: var(--pls-categories-menu-title-color);
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 0 1.5rem;
	text-transform: uppercase;
	width:100%;
}

.pls-categories-menu-wrapper:hover .pls-categories-menu-title {	
	background-color: var(--pls-categories-menu-title-hover-background);
	color: var(--pls-categories-menu-title-hover-color);
}
.pls-categories-menu-title:after {	
	font-size: 12px;
    font-weight: 600;
	transition: .4s;
}
.pls-categories-menu-wrapper:hover .pls-categories-menu-title:after {
    transform: rotate(180deg);
}
.categories-menu {
	background-color: var(--pls-categories-menu-wrapper-background);
	border-top: var(--pls-categories-menu-border-top);
	border-right: var(--pls-categories-menu-border-right);
	border-bottom: var(--pls-categories-menu-border-bottom);
	border-left: var(--pls-categories-menu-border-left);
	box-shadow: 0 0 2px rgba(0,0,0,.10);
	opacity:0;
	position:absolute;
	visibility:hidden;	
	width:100%;
	z-index:97;
	pointer-events: none;
	transition: transform .3s ease;
	transform: translateY(15px);
}
.pls-categories-menu-wrapper:hover .categories-menu,
.pls-categories-menu-wrapper.opened-categories .categories-menu {
	opacity:1;
	visibility:visible;
	transform: translateY(0);
    pointer-events: visible;
    pointer-events: unset;
}
.pls-categories-menu-wrapper span.title {
	margin-right:10px;
}
.pls-element.pls-vertical-categories .categories-menu {
    position: inherit;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
}
.pls-vertical-categories .pls-categories-menu-title i {
    font-weight: 600;
}
.pls-vertical-categories.icon-alignment-left .pls-categories-menu-title i {
	margin-right: 10px;
}

/* Header Sticky */
.pls-header-main.pls-header-sticked {
	height: var(--pls-sticky-header-height);
}
.header-sticky .pls-header-sticked:not(.scroll-up):not(.scroll-down),
.header-sticky .pls-header-sticked.scroll-up {
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
	left: 0;
	right: 0;
	top: 0;
    position: fixed;
    z-index: 997;
	animation-name: fadeInDown;
	animation-duration: .25s;
}
.header-sticky .pls-header-topbar,
.header-sticky .pls-header-main,
.header-sticky .pls-header-navigation {	
    transition: .5s all;
}

/** Header Transparent/Overlay */
.header-color-light:not(.fixed) .pls-logo {
	display:none;
}
.header-color-light:not(.fixed) .pls-logo-light {
	display:block;
}
.pls-site-header.pls-header-overlay {
    position: absolute;
    width: 100%;
    z-index: 990;
    top: 0;
}
.pls-site-header.pls-header-overlay:not(.fixed) .pls-header-main,
.pls-site-header.pls-header-overlay:not(.fixed) .pls-categories-menu-title,
.pls-site-header.pls-header-overlay:not(.fixed) .pls-header-topbar .pls-header-col > *, 
.pls-site-header.pls-header-overlay:not(.fixed) .pls-topbar-navigation ul.menu > li {
	background-color:transparent !important;
	border: none;
}
.pls-header-overlay:not(.fixed) .pls-categories-menu-title {
	padding:0;
}
.pls-header-overlay:not(.fixed) .pls-header-topbar .pls-header-col-left > *:first-child {
	padding-left:0;
}
.pls-header-overlay:not(.fixed) .pls-header-topbar .pls-header-col-right > *:last-child {
	padding-right:0;
}
.header-color-light:not(.fixed) .pls-header-main,
.header-color-light:not(.fixed) .pls-header-main a,
.header-color-light:not(.fixed) .pls-main-navigation ul.menu > li > a,
.header-color-light:not(.fixed) .pls-categories-menu-title {
	color: #ffffff; 
}
.header-color-light:not(.fixed) .pls-header-main a:hover,
.header-color-light:not(.fixed) .pls-main-navigation ul.menu > li > a:hover {
	color: rgba(255, 255, 255, 0.8);
}
.header-color-dark:not(.fixed) .pls-header-main,
.header-color-dark:not(.fixed) .pls-header-main a,
.header-color-dark:not(.fixed) .pls-main-navigation ul.menu > li > a,
.header-color-dark:not(.fixed) .pls-categories-menu-title {
	color: #222222; 
}
.header-color-dark:not(.fixed) .pls-header-main a:hover,
.header-color-dark .pls-main-navigation ul.menu > li > a:hover {
	color: rgba(51, 51, 51, 0.8);
}

@media (max-width:1024px) {
	.pls-header-main {
		height: var(--pls-mobile-header-height);
	}
	.pls-site-header .pls-header-main,
	.pls-site-header .pls-header-navigation {
		background-color: var(--pls-mobile-header-background-color);
		color: var(--pls-mobile-header-text-color);
		border-bottom: var(--pls-mobile-header-border-bottom);
	}
	.pls-header-main a,
	.pls-header-navigation a {
		color: var(--pls-mobile-header-link-color);
	}
	.pls-header-main a:hover,
	.pls-header-navigation a:hover {
		color: var(--pls-mobile-header-link-hover-color);
	}
	.pls-header-logo .pls-logo,
	.pls-header-logo .pls-logo-light,
	.pls-header-logo .pls-mobile-logo {
		max-width: var(--pls-mobile-logo-width);
	}
}

/**
 * 2.3 Header Style 
 */
 
/* Header Style */
.header-1 .pls-header-main .pls-header-icon-text,
.header-2 .pls-header-main .pls-header-icon-text,
.header-4 .pls-header-main .pls-header-icon-text,
.header-5 .pls-header-main .pls-header-col-right .pls-header-icon-text,
.header-6 .pls-header-main .pls-header-icon-text {
    display: none;
}

/**
 * 2.4 Header Elements
 */

/** Language Switcher **/ 
.language-switcher .country-name img,
.language-switcher .country-flag span {
	display: none;
}

/* Header Social */
.pls-header-topbar .pls-social {
	display: flex;
}
.pls-header-topbar .pls-social a {
	margin-bottom: 0;
}

/* Newsletter */
.header-newsletter {
    cursor: pointer;
}

/* Mini search */
.pls-header-mini-search {
	position:relative;
}
.pls-header-mini-search .search-icon-text {
	cursor: pointer;
}
.pls-header-mini-search .search-text {
    display: none;
}
.pls-header-mini-search .pls-mini-ajax-search {
	min-width:270px;
	padding:12px;
}
.pls-header-col-left .pls-mini-ajax-search:before,
.pls-header-col-left .pls-mini-ajax-search:after {
	left: 25px;
}
.pls-header-col-right .pls-mini-ajax-search:before,
.pls-header-col-right .pls-mini-ajax-search:after {
	left:initial;
	right:15px;
}

/* Header Ajax Search */
.pls-ajax-search {
	position:relative;
	width: 100%;
}
.pls-ajax-search .searchform {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.pls-ajax-search .search-field, 
.pls-ajax-search .product_cat {
	color: var(--pls-text-color);
	border:none;
	border-radius: 0;
	-webkit-appearance: none;
}
.pls-ajax-search .product_cat {
	max-width: 144px;
}
.ajax-search-style-1 .product_cat {
	border-left: var(--pls-border-left);
}
.ajax-search-style-2 .product_cat,
.ajax-search-style-4 .product_cat {
	border-right: var(--pls-border-right);
}
.ajax-search-style-3 .product_cat {	
	border-left: var(--pls-border-left);
	border-right: var(--pls-border-right);
}
.pls-ajax-search .search-field {
	padding-left: 1.5em;
}
.pls-ajax-search .searchform, 
.pls-ajax-search .search-field, 
.pls-ajax-search .search-categories > select {
	background-color: var(--pls-input-background);
	color: var(--pls-input-color);
}
.pls-ajax-search .search-submit {	
	background-color: var(--pls-secondary-color);
	color: var(--pls-secondary-inverse-color);
	border-radius: 0;
	box-shadow: none;	
    line-height: 1.2;
	margin: -1px;
	padding: 12px 20px;
}
.ajax-search-style-1 .search-submit,
.ajax-search-style-3 .search-submit,
.ajax-search-style-4 .search-submit {
	font-size: 0;
}
.ajax-search-style-1 .search-submit:before, 
.ajax-search-style-3 .search-submit:before, 
.ajax-search-style-4 .search-submit:before {
	font-size: 18px;
}
.ajax-search-style-3 .search-submit, 
.ajax-search-style-4 .search-submit {
	background: none;
	color: var(--pls-primary-color);
}
.ajax-search-style-2 .search-field, 
.ajax-search-style-4 .search-field {
	order: 2;
	padding-left: 1.2em;
	border-right: 0;
}
.ajax-search-style-2 .search-categories, 
.ajax-search-style-4 .search-categories {
	order:1;
}
.ajax-search-style-2 .search-submit,
.ajax-search-style-4 .search-submit {
	order:3;	
    line-height: 1.3;
}
.pls-ajax-search.ajax-search-round .searchform {
	border-radius: 25px;
}
.ajax-search-round .search-field,
.ajax-search-round.ajax-search-style-2 .product_cat,
.ajax-search-round.ajax-search-style-4 .product_cat {
	border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
.ajax-search-round .search-submit {
	border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

/* Ajax Search Result */
.search-results-wrapper .search-form .autocomplete-suggestions {
	max-height: 80vh;
}
.search-results-wrapper .autocomplete-suggestions, 
.trending-search-wrap {
	background-color: var(--pls-body-background);
	color: var(--pls-link-color);
	border-radius: 0 0 var(--pls-border-radius) var(--pls-border-radius);
	-webkit-overflow-scrolling: touch;
	max-height: 55vh;
	overflow-x: hidden;
	position: absolute;
	width: 100%;
	z-index: 98;
	box-shadow: 0 0 4px rgba(0,0,0,.15);
}
.search-results-wrapper .autocomplete-selected {
	background-color: var(--pls-hover-background-color);
}
.search-results-wrapper{
	position:relative;
}
.search-results-wrapper .autocomplete-suggestion {
	padding: 6px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.search-results-wrapper .autocomplete-suggestion a {
	color: var(--pls-link-color);
	display: flex;
	align-items: center;
}
.search-results-wrapper .autocomplete-suggestion a:hover {
	color: var(--pls-link-hover-color);
}
.search-results-wrapper .autocomplete-suggestion img {
	width: 40px;
	border-radius: 99px;
	height: 40px;
	display: inline-block;
	margin-right: 10px;
}
.search-results-wrapper .autocomplete-suggestion .search-name {
	flex: 1;
}
.search-results-wrapper .autocomplete-suggestion img + .search-name {
	margin-top: -0.15em;
	padding-left: 0.5em;
}
.search-results-wrapper .serch-price-rating {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1;
}
.search-results-wrapper .autocomplete-suggestion .search-price {
	font-size: 14px;
	font-weight: 600;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.search-results-wrapper .search-rating {
    margin-top: 6px;
}
.search-results-wrapper .autocomplete-suggestion .search-price,
.search-results-wrapper .autocomplete-suggestion .search-price ins {
	background: none;
	color: var(--pls-link-color);
}
.search-results-wrapper .autocomplete-suggestion .search-price del {
	color: var(--pls-text-color);
	font-size: .8em;
	font-weight: normal;
}
.search-results-wrapper .autocomplete-suggestion .woocommerce-price-suffix,
.search-results-wrapper .autocomplete-suggestion .rating-counts-wrap{
	display:none;
}

/* Recent & Trending Search */
.trending-search-wrap{
	display:none;
}
.trending-search-wrap ul{
	list-style:none;
	margin:0;
}
.trending-search-wrap ul li{
	position:relative;
}
.trending-search-wrap ul li a, 
.trending-search-wrap .recent-search-title,
.trending-search-wrap .trending-title{
	color: var(--pls-link-color);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;	
	padding: 8px 20px;
}
.pls-ajax-search .trending-search-wrap ul li:hover a {
	background-color: var(--pls-hover-background-color);
	color: var(--pls-link-hover-color);
}
.trending-search-wrap .recent-search-title,
.trending-search-wrap .trending-title{
	font-weight: 600;
	color: #777777;
}
.recent-search-box .recent-remove, 
.recent-search-box .clear-recent-search {
    position: absolute;
	right: 12px;
	top: 7px;
	cursor: pointer;
	font-weight: normal;
}
.recent-search-box .recent-remove {
	font-size: 0;
}
.recent-search-box .recent-remove:before {
	color:#777777;
	content: "\2716";
	display:none;
	font-size:12px;
}
.recent-search-item:hover .recent-remove:before {
	display:block;
}
.trending-search-wrap .recent-search-title:before,
.trending-search-wrap .trending-title:before{
	font-size:12px;
	margin-right:5px;
}

/* Ajax Search Popup */
.pls-search-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 992;
    background-color: rgba(0,0,0,.7);
    transition: all ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.pls-search-popup.opened {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.pls-search-popup .pls-search-popup-wrap {
	background-color: var(--pls-body-background);
    display: flex;
    justify-content: center;
    position: fixed;
	top: 0;
    left: 0;
    right: 0;
    padding: 80px;
    transform: translateY(-100%);
    transition: all ease-in-out .3s;
    z-index: 999;
} 
.pls-search-popup.opened .pls-search-popup-wrap {
    transform: translateY(0);
}
.pls-search-popup .pls-ajax-search {
    max-width: 600px;
    margin-top: 2.5rem;
}
.pls-search-popup .pls-ajax-search .searchform {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
}
.pls-search-popup .close-sidebar {	
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
}
.pls-search-popup .autocomplete-suggestions,
.pls-search-popup .trending-search-wrap {
    position: inherit;
}

/* Customer Support */
.pls-customer-support {
    display: flex;
	align-items: center;
    flex-direction: row;
	line-height: 1.5;
}
.pls-customer-support-wrap {
    display: flex;
    flex-direction: column;
}
.pls-customer-support:before {
	color: var(--pls-secondary-color);
    font-size: 30px;
    margin-right: 12px;
}
.pls-contact-email:before,
.pls-customer-care-icon,
.pls-store-location-icon {
    margin-right: 7px;
}

/* Header Cart, Wishlist & Compare */
.pls-header-cart > a, 
.pls-header-mini-search > a,
.pls-store-location > a,
.pls-customer-care > a,
.pls-header-wishlist > a, 
.pls-header-compare > a,
.pls-header-myaccount > a {
    display: flex;
	align-items: center;
	justify-content: center;
}
.pls-header-topbar .pls-header-cart > a, 
.pls-header-topbar .pls-header-wishlist > a, 
.pls-header-topbar .pls-header-compare > a,
.pls-header-topbar .pls-header-myaccount > a {
    flex-direction: row;
	line-height:inherit;
	position: relative;
}
.pls-header-cart-icon,
.pls-header-wishlist-icon,
.pls-header-compare-icon {
	position:relative;
}
.pls-header-topbar .pls-header-cart-icon,
.pls-header-topbar .pls-header-wishlist-icon,
.pls-header-topbar .pls-header-compare-icon {
	position:initial;
}
.pls-header-cart .pls-header-cart-icon:before,
.pls-header-mini-search .header-search-icon:before,
.pls-header-wishlist .pls-header-wishlist-icon:before,
.pls-header-compare .pls-header-compare-icon:before,
.pls-store-location-icon:before,
.pls-customer-care-icon:before,
.pls-header-myaccount > a:before {
    font-size: 22px;
}
.pls-header-topbar .pls-header-cart .pls-header-cart-icon:before,
.pls-header-topbar .pls-header-wishlist .pls-header-wishlist-icon:before,
.pls-header-topbar .pls-header-compare .pls-header-compare-icon:before,
.pls-header-topbar .pls-header-myaccount > a:before {
    font-size: 18px;
}
.pls-header-cart-icon {
	margin-right: 5px;
}
.pls-header-icon-text {
	margin-left: 5px;
    line-height: 2.5;
}
.pls-header-topbar .pls-header-cart-icon {
	margin-right: 0;
}
.pls-header-topbar .pls-header-icon-text {
	margin-left: 5px;
}
.pls-header-cart.cart-style-2 .pls-header-icon-text {
    display: flex;
    align-items: center;
}
.pls-header-cart-count, 
.pls-header-wishlist-count,
.pls-header-compare-count {
	border-radius: 50%;
	background-color: var(--pls-secondary-color);
	color: var(--pls-secondary-inverse-color);
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 12px;
	position: absolute;	
	right: -9px;
	width: 18px;
	height: 18px;
	top: -2px;
}
.pls-header-topbar .pls-header-cart-count, 
.pls-header-topbar .pls-header-wishlist-count,
.pls-header-topbar .pls-header-compare-count {
	top: 0;
}
.pls-header-cart.cart-style-2 .pls-header-cart-count {
	background-color: #E6E6E6;
	color: var(--pls-header-link-color);
    margin-left: 6px;
    position: inherit;
}
.pls-site-header.header-3 .pls-header-wishlist-count {
	display: none;
}
.pls-header-cart .widget_shopping_cart {
	border-radius: var(--pls-border-radius);
	color: var(--pls-text-color);
}
.pls-header-cart .widget_shopping_cart .widget_shopping_cart_footer {
	padding: 1rem 0;
    margin: 0 1rem;
}
.pls-header-cart .widget_shopping_cart .woocommerce-mini-cart {
    padding: 1rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 420px;
    max-height: 42vh;
}
.pls-header-cart .pls-arrow:before, 
.pls-header-cart .pls-arrow:after {
	left: 93%;
}
.pls-header-cart .widget_shopping_cart .woocommerce-mini-cart-empty {
	margin:0;
}
.pls-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
	margin: 2rem 0;
}
.pls-header-cart .woocommerce-empty-mini-cart__buttons {
	display:none;
}

/* Header My Account */
.pls-header-myaccount{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position:relative;
}
.pls-header-topbar .pls-header-myaccount{
	display: flex;
}
.pls-header-myaccount .myaccount-wrap small{
	line-height:1.3;
}
.myaccount-items,
.pls-header-cart .widget_shopping_cart {
	background-color: var(--pls-body-background);
	border-radius: var(--pls-border-radius);
	list-style: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	top:100%;
	visibility: hidden;
	width: 100%;
	z-index: 99;
	box-shadow: 0 0 4px rgba(0,0,0,.15);
	transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
	transform: translateY(14px);
	width: 200px;
}
.pls-header-cart .widget_shopping_cart{
	right: 7px;
	width: 345px;
}
.pls-header-myaccount:hover .myaccount-items,
.pls-header-cart:hover .widget_shopping_cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.pls-header-myaccount .myaccount-items li a {
	color: var(--pls-link-color);
	display: block;
	padding: 10px;
	display: flex;
	align-items: center;
	width: 100%;
}
.pls-header-myaccount .myaccount-items li:not(:last-child) a {
	border-bottom: var(--pls-border-bottom);
}
.pls-header-myaccount .myaccount-items li:hover a {
	background-color: var(--pls-hover-background-color);
	color: var(--pls-link-hover-color);
}
.pls-header-myaccount .myaccount-items li i {
	color: var(--pls-link-hover-color);
    margin-right: 15px;
}
.pls-header-topbar .pls-header-myaccount .myaccount-items li a {
	padding: 14px 10px;
    line-height: 1;
}

/**
 * 2.5 Navigation
 */
.pls-navigation ul {
	margin:0;
	list-style:none;
}
.pls-main-navigation ul.menu, 
.pls-topbar-navigation ul.menu {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.pls-main-navigation,
.pls-main-navigation > ul.menu,
.pls-main-navigation > ul > li {
	display: flex;
	align-items: center;
    height: 100%
}
.pls-main-navigation ul.menu > li > a {
    font-size: 13px;
	font-weight: 600;	
	padding: 0 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-transform: uppercase;
}
.pls-main-navigation.pls-menu-hover-color ul.menu > li > a {
	color: var(--pls-main-menu-link-color);
}
.pls-main-navigation.pls-menu-hover-color ul.menu > li > a:hover {
	color: var(--pls-main-menu-link-hover-color);
	background-color: var(--pls-main-menu-bg-color);
}
.pls-main-navigation ul.menu > li > a .pls-menu-text,
.pls-site-header ul.sub-menu > li > a .pls-menu-text,
.pls-megamenu-list li.menu-item > a .pls-menu-text {
	position: relative;	
}
.pls-main-navigation.pls-menu-hover-line ul.menu > li > a .pls-menu-text:after,
.pls-site-header .pls-menu-hover-line ul.sub-menu > li > a .pls-menu-text:after,
.pls-menu-hover-line .pls-megamenu-list li.menu-item > a .pls-menu-text:after {
    border-bottom: 1px solid;
    content: '';
    position: absolute;
    top: 96%;
    left: 0;
    width: 0;
	transition: width 0.3s;
}
.header-color-light:not(.fixed) .pls-menu-hover-line ul.menu > li > a .pls-menu-text:after {
	border-color: #ffffff;
}
.pls-main-navigation.pls-menu-hover-line ul.menu > li > a .pls-menu-text:after {
	border-width: 2px;
}
.pls-main-navigation.pls-menu-hover-line ul.menu > li:hover > a .pls-menu-text:after,
.pls-site-header .pls-menu-hover-line ul.sub-menu > li:hover > a .pls-menu-text:after,
.pls-menu-hover-line .pls-megamenu-list li.menu-item:hover > a .pls-menu-text:after,
.pls-main-navigation.pls-menu-hover-line ul.menu > li.current-menu-item > a .pls-menu-text:after,
.pls-site-header .pls-menu-hover-line ul.sub-menu > li.current-menu-item > a .pls-menu-text:after,
.pls-main-navigation.pls-menu-hover-line ul.menu > li.current-menu-ancestor > a .pls-menu-text:after,
.pls-site-header .pls-menu-hover-line ul.sub-menu > li.current-menu-ancestor > a .pls-menu-text:after {
    width: 100%;
}
.pls-navigation ul.menu li {
	position:relative;
}
.pls-navigation ul.menu ul.sub-menu {
    padding: 1.5rem 0;
}
.pls-navigation ul.menu ul.sub-menu, 
.pls-navigation .pls-megamenu-wrapper {
	background-color: #ffffff;
	border-radius: 0 0 var(--pls-border-radius) var(--pls-border-radius);
	box-shadow: 0 0 3px rgba(0,0,0,.15);
	color: var(--pls-popup-menu-text-color);
	left:0;
	position:absolute;
	top:100%;
	opacity:0;
	visibility:hidden;		
	z-index:98;
	pointer-events: none;
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
	transform: translateY(15px);
}
.pls-navigation ul.menu ul.sub-menu {
	width: 238px;
}
.pls-navigation ul.menu > li:hover > ul.sub-menu,
.pls-navigation ul.menu > li:hover .pls-megamenu-wrapper,
.pls-navigation ul.menu li li:hover > ul.sub-menu {
	opacity:1;
	visibility:visible;
	transform: none;
    pointer-events: visible;
    pointer-events: unset;	
}
.pls-navigation ul.menu li li > ul.sub-menu {
	left: 100%;
	top: 0;
}
.pls-navigation ul.menu ul.sub-menu li a {
	display: block;
	padding: 5px 1.5rem;
}
.pls-navigation.pls-menu-hover-color ul.menu ul.sub-menu > li:hover > a {
	background-color: var(--pls-hover-background-color);
}
.pls-navigation ul.menu > li.menu-item-has-children > a:after, 
.pls-navigation ul.menu ul.sub-menu li.menu-item-has-children > a:after, 
.categories-menu.pls-navigation ul.menu > li.menu-item-has-children > a:after {	
	font-size: 9px;
}
.pls-navigation ul.menu > li.menu-item-has-children > a:after {
	margin-left:5px;
}
.pls-navigation ul.menu ul.sub-menu li.menu-item-has-children > a {
	position:relative;
}
.pls-navigation ul.menu ul.sub-menu li.menu-item-has-children > a:after, 
.categories-menu.pls-navigation ul.menu > li.menu-item-has-children > a:after {
	font-weight: 600;
	position: absolute;
	top: 30%;
	right: 12px;
}
.pls-navigation ul.menu a {
	font-size: 15px;
	position:relative;
}
.pls-main-navigation.pls-navigation ul.menu > li > a .pls-menu-label {
	right: 0;
}
.pls-navigation ul.menu > li > a.nav-link i {
	font-size: 1rem;
}

/* Navigation(Menu) Popup */
.pls-site-header ul.menu ul.sub-menu,
.pls-site-header .pls-megamenu-wrapper {
	color: var(--pls-popup-menu-text-color);
}
.pls-site-header ul.menu ul.sub-menu a,
.pls-site-header .pls-megamenu-wrapper a.nav-link,
.pls-site-header .pls-megamenu-wrapper a {
	color: var(--pls-popup-menu-link-color);
}
.pls-site-header .pls-megamenu-wrapper a:hover {
	color: var(--pls-popup-menu-link-hover-color);
}
.pls-site-header ul.menu ul.sub-menu > li:hover > a,
.pls-megamenu-wrapper li.menu-item a:hover {
	color: var(--pls-popup-menu-link-hover-color);
}
.pls-site-header .pls-menu-hover-color ul.menu ul.sub-menu > li:hover > a,
.pls-menu-hover-color .pls-megamenu-wrapper li.menu-item a:hover {
	background-color: var(--pls-popup-menu-hover-background);
}

/** Mega Menu **/
.pls-navigation .pls-megamenu-wrapper {
    padding: 0.687rem 0;
}
.pls-main-navigation .pls-megamenu-item-full-width {
    position: inherit !important;
}
.pls-main-navigation .pls-megamenu-item-full-width .pls-megamenu-wrapper {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
.pls-main-navigation .pls-megamenu-item-full-width .pls-megamenu-holder {
    margin: 0 auto;
}
.pls-megamenu-holder > p {
    margin: 0;
    padding: 0;
    display: inline;
}
.pls-megamenu-list.row {
	margin-right: -15px;
    margin-left: -15px;
}
.pls-megamenu-holder .elementor-top-column > .elementor-element-populated {
    padding-bottom: 0;
	padding-top: 0;
}
.pls-megamenu-list > li > a,
.pls-megamenu-list .pls-megamenu-title {
	color: var(--pls-popup-menu-link-hover-color) !important;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.pls-megamenu-list .nav-link {
	padding: 4px 6px;	
}
.pls-megamenu-widgets-container {
    margin-top: 1rem;
}
.pls-megamenu-wrapper ul.cart_list li img, 
.pls-megamenu-wrapper ul.product_list_widget li img {
    max-width: 45px !important;
}
.pls-megamenu-wrapper .widget {
	border:none;
}
.pls-megamenu-wrapper .widget-title {
	display:none
}

/* Categories Menu */
.categories-menu {
	border-top: var(--pls-categories-menu-border-top);
	border-right: var(--pls-categories-menu-border-right);
	border-bottom: var(--pls-categories-menu-border-bottom);
	border-left: var(--pls-categories-menu-border-left);
	border-radius: 0 0 var(--pls-border-radius) var(--pls-border-radius);
}
.categories-menu ul.menu > li:not(:last-child) {
	border-bottom: var(--pls-categories-menu-border-bottom);
}
.categories-menu ul.menu > li > a {
	color: var(--pls-categories-menu-link-color);
	padding: 7px 1.5rem;
}
.categories-menu ul.menu > li:hover > a {
	background-color: var(--pls-categories-menu-hover-background);
	color: var(--pls-categories-menu-link-hover-color);
}
.categories-menu.pls-navigation .pls-megamenu-wrapper {
    padding: 0.687rem 1rem;
}
.categories-menu.pls-navigation ul.menu li li > ul.sub-menu, 
.categories-menu.pls-navigation .pls-megamenu-wrapper,
.categories-menu ul.menu ul.sub-menu {
	left:100%;
	top:0;
}
.categories-menu.pls-navigation ul.menu > li > a.nav-link img {
	max-width:18px;
	max-height:18px;	
}
.categories-menu.pls-navigation .nav-link i, 
.categories-menu.pls-navigation .nav-link img {
	margin-right:7px;
}
.categories-menu.pls-navigation ul.menu li.pls-megamenu-dropdown {
	position:static;
}
.categories-menu .pls-megamenu-item-full-width .pls-megamenu-holder {
    width: 848px !important;
}

/**
 * 2.5 Mobile Menu 
 */
.pls-mobile-menu {
	background-color: var(--pls-body-background);
	box-shadow: 0 0 3px rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;	
    padding-bottom: 3.5rem;
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
	width: 300px;
	z-index: 999;
	overflow: hidden;
	overflow-y: auto;
	transform: translateX(-100%);
	transition: transform .50s ease,-webkit-transform .50s ease;
}
.admin-bar .pls-mobile-menu {
	top: 30px;
}
.pls-mobile-menu-wrap {
    position: relative;
    width: 100%;
}
@media (max-width:600px){
	.admin-bar .pls-mobile-menu,
	.admin-bar.pls-mobile-canvas-sidebar .pls-widget-area {
		top: 0;
		z-index: 999999;
	}
	.admin-bar .pls-mask-overaly {
		z-index: 999998;
	}
}
.pls-mobile-menu .navbar-collapse {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.pls-mobile-menu-header {
	background-color: #f5f5f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 1.2rem;
}
.pls-mobile-menu-header .pls-mobile-logo {
	display: block;
}
.pls-mobile-menu ul {
	margin:0;
}
.pls-mobile-menu ul.sub-menu {
    padding-left: 0.6781rem;
}
.mobile-nav-tabs {
    border-bottom: var(--pls-border-bottom);
    display: block;
    margin-bottom: 0.7rem;
}
.mobile-nav-tabs ul {
    display: flex;
    flex-direction: row;
}
.mobile-nav-tabs li {
    color: #777777;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    list-style: none;
    padding: 0 15px;
}
.mobile-nav-tabs li span{
    padding: 12px 0;
    display: block;
}
.mobile-nav-tabs li.active {
	color: var(--pls-primary-color);
}
.pls-mobile-menu .add-navigation-message{
	font-size: 16px;
    display: block;
    padding: 1em;
}
.pls-mobile-menu .add-navigation-message a {
	font-weight:600;
}
.pls-mobile-menu .mobile-nav-content{
	display:none;
	animation:fadeIn 1s ease;
}
.pls-mobile-menu .mobile-nav-content.active {
	display:block;
}
.pls-mobile-menu .mobile-main-menu {
	display: inline-block;
	width: 100%;
}
.pls-mobile-menu ul.mobile-main-menu {
	list-style:none;
}
.pls-mobile-menu ul.mobile-main-menu li {
	list-style: none;
	margin-bottom: 0;
	position:relative;
}
ul.mobile-main-menu li.menu-item-has-children > .menu-toggle {
	cursor: pointer;
    color: var(--pls-text-color);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 38px;
    z-index: 9;
}
 ul.mobile-main-menu li.menu-item-has-children > .menu-toggle:after {
	font-weight: 600;
	transition: .4s;
 }
ul.mobile-main-menu li.active > .menu-toggle:after {
    transform: rotate(180deg);
}
.pls-mobile-menu ul.mobile-main-menu li > a {
	color: var(--pls-link-color);
	display: block;
	position: relative;
}
.pls-mobile-menu ul.mobile-main-menu li > a:hover, 
.pls-mobile-menu ul.mobile-main-menu li.active > a {
	color: var(--pls-link-hover-color);
}
.pls-mobile-menu ul.mobile-main-menu ul {
	display: none;
}
.pls-mobile-menu ul.mobile-main-menu ul li a {
	display: block;
	padding: 5px 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pls-mobile-menu ul.mobile-main-menu ul li a:after {
	font-size: 14px;
}
.pls-mobile-menu ul.mobile-main-menu > li {
	position:relative;
}
.pls-mobile-menu ul.mobile-main-menu > li > a {
	font-weight: 500;
	padding: 5px 20px;	
}
.pls-mobile-menu ul.mobile-main-menu li.menu-item-has-children > a {
    padding-right: 50px;
    font-weight: 500;
}
.pls-mobile-menu ul.sub-menu > li > a {
	font-size: 15px;	
}

.pls-mobile-menu-social {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
}
.pls-mobile-menu-bottom {
	background-color: var(--pls-body-background);
    border-top: var(--pls-border-top);
    padding: 0 1rem;
    position: fixed;
    bottom: 0;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    width: 300px;
    z-index: 91;
}
.pls-mobile-menu-bottom > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.pls-mobile-menu-bottom .pls-dropdown a,
.pls-mobile-menu-bottom .pls-dropdown ul.sub-dropdown li a {
	padding: 7px 15px;
	display: block;
	border: none !important; 
	line-height: inherit;
}
.pls-mobile-menu-bottom .pls-dropdown ul.sub-dropdown,
.pls-mobile-menu-bottom .woocommerce-currency-switcher-form .dd-options,
.pls-mobile-menu-bottom .wcml-dropdown .wcml-cs-submenu {
    bottom: 100%;
	top: inherit;
}
.pls-mobile-menu-bottom .pls-social {
    padding: 1rem 0;
}
@media only screen and (max-width: 1024px) {		
	.navbar-toggle {
		cursor: pointer;
		display: inline-block;
		float: none;
		margin: 0;
		padding: 8px 0;
		text-align: left;
	}
	.navbar-toggle .icon-bar {
		width: 25px;
		height: 3px;
	}
	.header-color-dark .navbar-toggle .icon-bar {
		background: black;
	}	
	.pls-mobile-menu.opened{	
		transform: none;
	}		
	.pls-mobile-menu .pls-mobile-menu-bottom .pls-social a i {
		font-size: 15px;
		width: 32px;
		height: 32px;
	}
	.pls-mobile-menu-bottom > * {
		line-height: 6;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.pls-mobile-menu,
	.pls-mobile-menu-bottom {
		width:340px;
	}
}

/* Mobile Menu Colors */
.pls-mobile-menu-color-dark {
	background-color: #2d2d2d;
}
.pls-mobile-menu-color-dark .pls-mobile-menu-header {
	background-color: #222222;
}
.pls-mobile-menu-color-dark a,
.pls-mobile-menu-color-dark ul.mobile-main-menu li > a,
.pls-mobile-menu-color-dark .mobile-nav-tabs li,
.pls-mobile-menu-color-dark .mobile-nav-tabs li.active,
.pls-mobile-menu-color-dark .pls-social.icons-default a {
	color: #ffffff;
}
.pls-mobile-menu-color-dark a:hover,
.pls-mobile-menu-color-dark ul.mobile-main-menu li > a:hover,
.pls-mobile-menu-color-dark ul.mobile-main-menu li.active > a {
	color: #ffffff;	
}
.pls-mobile-menu-color-dark .mobile-nav-tabs {
	border-color: #777777;
}
.pls-mobile-menu-color-dark .pls-underline span:after {
	border-color: #ffffff;
}

/**
 * 2.7 Mobile Navbar
 */
.pls-mobile-navbar{
	background-color: var(--pls-body-background);
	border-top: var(--pls-border-top);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: fixed;
    padding: 12px 0;
    right: 0;
    bottom: 0;
    left: 0;
	opacity: 0;
	visibility:hidden;
    z-index: 992;	
	transform: translateY(60px);
	transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
}
@media (max-width:1024px){
	.pls-mobile-bottom-navbar,
	.pls-mobile-bottom-navbar-single-page {
		padding-bottom: 65px;
	}
	.pls-mobile-bottom-navbar .pls-mobile-navbar {
		bottom: 0;
		opacity:1;
		visibility:visible;
		transform: translateY(0);
	}
	.pls-mobile-bottom-navbar .pls-back-to-top,
	.pls-mobile-bottom-navbar-single-page .pls-back-to-top {
	    bottom: 68px;
	}
	.single-product.pls-mobile-bottom-navbar-single-page div.product .single_add_to_cart_button,
	.woocommerce-cart.pls-mobile-bottom-navbar-single-page .wc-proceed-to-checkout,
	.woocommerce-checkout.pls-mobile-bottom-navbar-single-page .place-order button[type="submit"] {
		border-radius: 0;
		box-shadow: 0 0 4px rgba(0,0,0,.15);
		bottom: 0;
		left: 0;
		line-height: 2;
		opacity: 1;
		position: fixed !important;
		width: 100%;
		z-index: 997;
	}
	.single-product.pls-mobile-bottom-navbar-single-page.pls-single-product-quick-buy div.product:not(.product-type-external) .single_add_to_cart_button {
		width: 50%;
		min-width: inherit;
	}
	.single-product.pls-mobile-bottom-navbar-single-page div.product .pls-quick-buy {
		bottom: 0;
		left: 50%;
		margin: 0;
		position: fixed !important;
		width: 50%;
		z-index: 997;
	}
	.single-product.pls-mobile-bottom-navbar-single-page div.product .pls_quick_buy_button {
		border-radius: 0;
		box-shadow: 2px 0 4px rgba(0,0,0,.15);
		line-height: 2;
		opacity: 1 !important;
		min-width: inherit;
		width: 100%;
	}
	.woocommerce-cart.pls-mobile-bottom-navbar-single-page .pls-freeshipping-bar{
		background-color: var(--pls-body-background);
		margin-bottom: 0;
		padding: 1em;
	}
	.woocommerce-cart.pls-mobile-bottom-navbar-single-page .wc-proceed-to-checkout {
		padding: 0;
	}
	.woocommerce-cart.pls-mobile-bottom-navbar-single-page .wc-proceed-to-checkout .checkout-button {
		border-radius: 0;
		line-height: 1.8;
	}
}
.pls-mobile-navbar .mobile-element {
	flex: 1 0 20%;
	max-width: 20%;
	padding: 0 3px;
}
.pls-mobile-navbar .mobile-element a {
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
}
.pls-mobile-navbar .navbar-icon {
	color: var(--pls-text-color);
	font-size: 22px;
	position: relative;
}
.pls-mobile-navbar .navbar-label {
	font-size: 12px;
    font-weight: 500;
    margin-top: 7px;
    line-height: 1;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	max-width: 100%;
    text-transform: uppercase;
}
.pls-mobile-navbar.navbar-label-hide .navbar-label {
	display: none;
}
.pls-mobile-navbar .pls-header-cart-count,
.pls-mobile-navbar .pls-header-wishlist-count,
.pls-mobile-navbar .pls-header-compare-count {
    right: -12px;
    top: -5px;
}

/* Dark Mode */
.pls-bottom-navbar-color-dark {
	background-color: #2d2d2d;
}
.pls-bottom-navbar-color-dark .navbar-icon,
.pls-bottom-navbar-color-dark .mobile-element a {
	color: #ffffff;
}
.pls-bottom-navbar-color-dark .pls-header-cart-count,
.pls-bottom-navbar-color-dark .pls-header-wishlist-count,
.pls-bottom-navbar-color-dark .pls-header-compare-count {
    background-color: #505050;
}

/**
 * 2.8 Page Heading
 */
.pls-page-title {
	background-color: #f8f8f8;
	padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 5rem;
}
.pls-page-title .title {
	font-weight: normal;
	margin: 0;
	line-height:1.2
}
.pls-page-title .header-subtitle {
    margin-top: 0.75rem;
    font-size: 18px;
}
.title-size-small .title{
	font-size: 36px;
}
.title-size-default .title {
	font-size: 46px;
}
.title-size-large .title {
	font-size: 56px;
}
.pls-page-title .entry-header {
	margin:0;
}
.pls-page-title-title-centered .col {
    display: flex;
    flex-direction: column-reverse;
}
.pls-page-title-title-centered .entry-header {
    text-align: center;
    margin-top: 2rem;
}
.pls-page-title-center {
	text-align: center;
}
.pls-page-title .entry-breadcrumbs {
    margin-top: 5px;
}
.pls-page-title .pls-breadcrumb {
    display: flex;	
	flex-wrap: wrap;
}
.pls-page-title-center .pls-breadcrumb {	
    justify-content: center;	
	align-items: center;
}
.breadcrumbs {	
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .5px;
    list-style: none;
    margin: 0;
	text-transform: uppercase;
}
.breadcrumbs .delimiter, 
.pls-breadcrumb .pls-delimiter-sep {
    margin: 0 6px;
}
.breadcrumbs .delimiter.forward-slash:before,
.pls-breadcrumb .pls-delimiter-sep.pls-forward-slash:before {
	content: "/";
}
.breadcrumbs .delimiter.greater-than:before,
.pls-breadcrumb .pls-delimiter-sep.pls-greater-than:before {	
    font-size: 10px;
    font-weight: 600;
}
 
/**
 * 2.9 Posts
 */

/* Post Landing Page */
.sticky {
	position: relative;
}
.post:not(.sticky) .icon-thumb-tack {
	display: none;
}
.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}
.entry-title:not(:first-child) {
	padding-top: 0;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

/*
 * 2.10 Pagination
 */
.pls-pagination,
.woocommerce-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 2rem;
}
.pls-pagination li,
.woocommerce-pagination li {
	display: inline-block;
}
.pls-pagination li .page-numbers, 
.woocommerce-pagination li .page-numbers, 
.pls-pagination .page-links .page-number,
.woocommerce-pagination .page-links .page-number,
.page-links .page-number {
	border: 2px solid  transparent;
	border-radius: var(--pls-border-radius);
    display: flex !important;
    align-items: center;
    justify-content: center;
	margin: 0 1px;
	width: 37px;
	height: 37px;
}
.pls-pagination .next, 
.pls-pagination .prev,
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
	font-size: 0;
	color: var(--pls-primary-color);
	width: inherit !important;
}
.pls-pagination .next:before, 
.pls-pagination .prev:before,
.woocommerce-pagination .next:before,
.woocommerce-pagination .prev:before {
    font-weight: 600;
	font-size: 14px;
    line-height: 37px;
}
.page-links > span.current .page-number,
ul.page-numbers .page-numbers.current {
	border-color: var(--pls-primary-color);
	color: var(--pls-primary-color);
}
.page-links > span.current:hover .page-number,
ul.page-numbers .page-numbers.current:hover {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}
.pls-pagination a.disabled {
    opacity: 0.6;
    cursor: no-drop;
	pointer-events: none;
}
.pls-ajax-load .button {
	background: none;
	border: 2px solid var(--pls-primary-color);
	color: var(--pls-primary-color);
	font-weight: normal;
    font-size: 17px;
    padding: 6px 30px;
}
.pls-ajax-load .button:hover {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}
.pls-ajax-load .button.active-loading {
	background: transparent;
    border-color: transparent;
	color: var(--pls-text-color);
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/**
 * 2.10 Blog landing, search, archives 
 */

ul.pls-blog-categories {
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 2rem;
    margin-top: -3.5rem;
}
.pls-blog-categories li {
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1;
}
.pls-blog-categories li a {
	color: var(--pls-text-color);
}
.pls-blog-categories li.has-current a,
.pls-blog-categories li a:hover {
	color: var(--pls-link-color);
}

.blog-post-loop {
    margin-bottom: 3.5rem;
    padding-bottom: 2rem;
}
.blog-classic .blog-post-loop {	
    border-bottom: var(--pls-border-bottom);
}
article .entry-post, 
.entry-post .entry-thumbnail-wrapper{
	position:relative;
}
.entry-post .entry-thumbnail-wrapper {
	margin-bottom: 1.5rem;
}
.entry-content ul li,
.entry-content ol li{	
    margin-bottom: .4rem;
}
.entry-content li > ul,
.entry-content li > ol{
	margin-left: 1.5rem;
}
.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol {
    margin-top: .6781rem;
}
.blog-post-loop .entry-content p:last-child{
	margin-bottom: 0;
}

/* Blog style full width */
.blog-full-width .entry-content-wrapper{
	padding: 1.6781rem 0;
}

/* Blog Listing */
@media (min-width:1024px){
	.blog-listing .blog-post-loop {
		padding-bottom: 0;
	}
	.blog-listing .entry-post {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		position:relative;
	}
	.blog-listing .entry-post .entry-thumbnail-wrapper, 
	.blog-listing .entry-post .entry-content-wrapper {
		flex: 1 0 50%;
		max-width: 50%;
		margin-bottom: 0;
	}	
	.blog-listing .entry-post .entry-content-wrapper {
		padding: 1rem 1.5rem;
	}
	.blog-listing .entry-post .entry-content-wrapper:after {
		content: '';
		border-bottom: var(--pls-border-bottom);
		position: absolute;
		bottom: 0;
		right: 0;
		width: calc( 50% - 25px );
	}	
	.blog-listing .entry-header .entry-title {
		margin-top: .3rem;
	}
	
	/* First Standard Post */
	.pls-standard-post.blog-listing > .blog-post-loop:first-child .entry-post {
		flex-direction: column;
	}
	.pls-standard-post.blog-listing > .blog-post-loop:first-child .entry-thumbnail-wrapper,
	.pls-standard-post.blog-listing > .blog-post-loop:first-child .entry-content-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pls-standard-post.blog-listing > .blog-post-loop:first-child .entry-thumbnail-wrapper {
		margin-bottom: 1.5rem;
	}
	.pls-standard-post.blog-listing > .blog-post-loop:first-child .entry-content-wrapper {
		padding: 0;
	}
	.pls-standard-post.blog-listing > .blog-post-loop:first-child .entry-content-wrapper:after {
		content: none;		
	}
	.pls-standard-post.blog-listing > .blog-post-loop:first-child .entry-post {
		padding-bottom: 2.5rem;
		border-bottom: var(--pls-border-bottom);
	}
}

/* Blog Grid */
.blog-grid .blog-post-loop {
	padding-bottom: 0;
}
.pls-standard-post.blog-grid > .blog-post-loop:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 3rem;
}
.pls-standard-post.blog-grid > .blog-post-loop:first-child .entry-post {
    padding-bottom: 2.5rem;
    border-bottom: var(--pls-border-bottom);
}

/* Entry Category */
.entry-category {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-transform: uppercase;   
}
.has-post-thumbnail:not(.single-post-page) .entry-category {
	position: absolute;
    top: 1.2rem;
    left: 1.2rem;
}
.entry-category .cat-links a {
    background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
	border-radius: var(--pls-border-radius);
    display: inline-flex;
    padding: 3px 8px;
    margin-bottom: 4px;
}

/* Entry Header Title*/
.entry-header{
	margin-bottom: 0.5rem;
}
.entry-header .entry-title {
    font-size: 24px;
	margin-bottom: 0.678rem;
	clear: none;
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}
.entry-header .entry-title:last-child {
	margin-bottom: 0;
}
.articles-list.post-single-line-title .entry-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*Blog Post Format*/
.entry-post .post-highlight {
	color: var(--pls-primary-color);
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 8;
}
.entry-post .post-highlight span{
	display:block;
	margin-bottom:7px;
}
.entry-post .post-highlight span:before{
	background-color: var(--pls-body-background);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	font-size: 18px;
	transition: 0.3s;
	z-index: 2;
}
.format-quote .post-highlight .post-format:before{
	font-size:18px;
}
article:not(.has-post-thumbnail) .entry-post .post-highlight, 
article.no-post-thumbnail .entry-post .post-highlight{
	right: 2rem;
}

/* Entry meta */
.entry-meta{
    font-size: 13px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
	flex-wrap: wrap;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.entry-meta > * {
    padding: 0 8px;
    position: relative;
    display: flex;
    align-items: center;
}
.entry-meta > *:first-child {
	padding-left: 0;
}
.entry-meta > *:not(:first-child) a {
	color: var(--pls-text-color);
}
.entry-meta > *:not(:first-child) a:hover {
	color: var(--pls-link-color);
}
.entry-meta > *:last-child {
	padding-right: 0;
}
.entry-meta > *:after {
    position: absolute;
    right: -2px;
    top: 5px;
    line-height: 1;
}
.meta-separator-dot .entry-meta > *:after {
	content:"\00B7";
	font-weight: bold;
}
.meta-separator-slash .entry-meta > *:after {
	content:"\002F";
}
.meta-separator-hyphen .entry-meta > *:after {
	content:"\002D";
	font-weight: bold;
}
.meta-separator-bar .entry-meta > *:after {
	content:"\007C";
}
.meta-separator-colon .entry-meta > *:after {
	content:"\003A";
	font-weight: bold;
}
.meta-separator-tilde .entry-meta > *:after {
	content:"\007E";
	font-weight: bold;
}
.entry-meta > *:last-child:after {
	content:none;
}
.post-meta-icon .entry-meta > *:before {
	vertical-align: top;
	padding-right: 7px;
}
.post-meta-label .entry-meta > *:before {
	content:none;
}
.entry-meta .post-share{
	position:relative;
}
.post-share .post-meta-label {
	color: var(--pls-link-color);
}
.entry-meta a:hover,
.entry-meta span:hover,
.entry-meta .post-share:hover {
	color: var(--pls-link-hover-color);
}
.entry-meta .meta-share-links {
	background-color: var(--pls-body-background);
	border-radius: var(--pls-border-radius);
	box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.15);
	bottom: 90%;
	left: 10px;
	margin-bottom: 7px;
	padding: 4px 6px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
	transform: translate(-50%);
	transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
	z-index: 10;
}
.post-share .meta-share-links .pls-social a {
	font-size: 14px;
	padding: 6px;
	display: inline-block;
	line-height: 1;
	margin: 0;
	width:inherit;
	height:inherit;
}
.meta-share-links .social-text {
	display:none;
}
.entry-meta .post-share:hover .meta-share-links {
	opacity: 1;
	visibility: visible;
}
.entry-meta .meta-share-links:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
	border-top-color: var(--pls-body-background);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent;
	border-top-color: transparent;
    border-width: 7px;
    margin-left: -7px;
}

/* Read More */
.entry-footer {
    margin-top: 1.2rem;
}
.blog-grid .entry-footer {
    margin-top: 0.871rem;
}
.read-more-btn {
	color: var(--pls-primary-color);
	margin:0;
	display: inline-block;
}
.read-more-btn, 
.read-more-btn .more-link {
	display: inline-block;
}
.read-more-link .read-more-btn .more-link {
	line-height: 1.3;
    position: relative;
}
.read-more-button .read-more-btn .more-link {
	padding: 5px 1rem;
}
.read-more-button-fill .read-more-btn .more-link {
	padding: 3px 1rem;
}
.read-more-button .read-more-btn .more-link,
.read-more-button-fill .read-more-btn .more-link:hover {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}
.read-more-button-fill .read-more-btn .more-link {
	border: 2px solid var(--pls-primary-color);
	color: var(--pls-primary-color);
}

/* Featured Image Hover */
.post-thumbnail {
	overflow:hidden;
	position:relative;
}
.post-thumbnail a img {	
	transition: transform .5s cubic-bezier(0,0,.44,1.18);
	width: 100%;
}
.entry-post:hover .post-thumbnail a img {
	transform: scale(1.1);
}
.post-thumbnail a:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    content: "";
    transition: background-color .5s cubic-bezier(0,0,.44,1.18);
}
.entry-post:hover .post-thumbnail a:after {
    background-color: rgba(0,0,0,.3);
}

/**
 * 2.12 Single Post
 */
@media (min-width:1025px){
	.single-post.pls-no-sidebar .pls-content-area {
		flex: 0 0 80%;
		max-width: 80%;
		margin: 0 auto;
	}
	.single-post.pls-no-sidebar .entry-post .entry-content-wrapper {
		max-width: 90%;
		margin: 0 auto;
	}
}
.single-post-page .entry-content > .elementor {	
	margin-left: calc(var(--pls-grid-gap) * -1);
    margin-right: calc(var(--pls-grid-gap) * -1);
}
.single-post .pls-page-title,
.single-post-page {
	margin-bottom: 3rem;
}
.single-post-page .entry-title {
	font-size: 36px;
    margin-bottom: 0.3871rem;
}
.single-post-page .entry-content-wrapper {
	border: none;
	padding-top: 1rem;
	text-align: left;
}
.single-post-page .entry-header {
	margin-bottom: 2rem;
}
.pls-no-sidebar .single-post-page .entry-header {
	text-align:center;	
}
.pls-no-sidebar .single-post-page .entry-meta {
	justify-content: center;
}
.single-featured-image-header {
	border-bottom: var(--pls-border-bottom);
	background-color: #f5faff;
}
.single-featured-image-header img {
	display: block;
	margin: auto;
}
.post-password-form label,
.entry-footer .edit-link {
	display: inline-block;
}

/* Post Formats */

/*
 * Gallery Post format
 */ 
.gallery-grid .pls-post-gallery__image, 
.pls-post-image {
	margin-bottom: 30px;
}
.pls-post-gallery__image img {
	width: 100%;
}

/*
 * Video Post format
 */ 
.responsive-video-wrap {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 25px;
    height: 0;
}
.responsive-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
 * audio Post format
 */ 
.format-audio .post-thumbnail > * {
	margin:0;
}
.single-post-page.format-audio .post-highlight {
	display:none;
}

/*
 * Link Post Format
 */
.single-post-page.format-link .post-highlight {
	display:none;
}
.format-link .entry-link {
	background-color: var(--pls-primary-color);
	font-size:24px;
	font-weight:600;
	padding: 3em;
}
.format-link .entry-link a {
	color: var(--pls-primary-inverse-color);
}
.format-link .entry-link:before {
	color: var(--pls-primary-inverse-color);
	font-size: 22px;
    margin-right: 6px;
}

/*
 * Quote Post Format
 */
.single-post-page.format-quote .post-highlight {
	display:none;
}
.format-quote .entry-quote {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
	font-size:24px;
	font-weight:600;
	padding:3em 1em 3em 3em;
}
.format-quote .entry-quote .quote-author {
    display: flex;
    margin-top: 1em;
	font-size:16px;
	font-style: oblique;
}
.format-quote .entry-quote .quote-author a {
	color: var(--pls-primary-inverse-color);
}
.format-quote .entry-quote:before, 
.format-quote .entry-quote:after {
	color: var(--pls-primary-inverse-color);
	font-size: 36px;
	position: absolute;
}
.format-quote .entry-quote:before {
	left: 1em;
	top: 1em;
}
.format-quote .entry-quote:after {
	right: 1em;
	bottom: 1em;
}

/*
 * Author info
 */
.author-info {
	background-color: var(--pls-hover-background-color);
    text-align: center;
	margin-top: 2rem;
    margin-bottom: 3rem;
	padding: 3rem;
	position:relative;
}
.author-avatar {
    position: absolute;
    left: 0;
    right: 0;
    top: -4rem;
    border-radius: 50%;
}
.author-avatar img{
	border-radius: 50%;
}
.author-bio{
	margin-bottom:0;
}
.author-info .author-title{
	margin-bottom: 1rem;
}
.author-info .author-link{
    display: block;
	margin-top: 1.5rem;
	font-weight: 600;
}

/* Tags & Share */
@media (min-width:768px){
	.tag-social-share{
		align-items:center;
		display: flex;
		flex-direction: row;
	}
	.tag-social-share .single-tags, 
	.tag-social-share .pls-social {
		flex-basis: 100%;
		align-items: center;
	}
}
.tag-social-share {
	margin-bottom: 3rem;
}
.single-tags .tags-title,
.tag-social-share .social-title {
	color: var(--pls-link-color);	
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
}
.tag-social-share .single-tags a {	
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);	
	border-radius: var(--pls-border-radius);
    font-size: 15px;
    padding: 5px 10px;
    display: inline-block;
    line-height: 1;
	margin-right: 7px;
	margin-bottom: 7px;
}
.tag-social-share .single-tags a:hover {
	background-color: var(--pls-primary-color);
	border-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}
.tag-social-share .single-share-title{
	display: none;
}
.tag-social-share .pls-social {
    text-align: right;
}

/** Post Navigation **/
.post-navigation {
	border-top: var(--pls-border-top);
	border-bottom: var(--pls-border-bottom);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 0;
	margin-bottom: 3rem;
}
.post-navigation .nav-previous,
.post-navigation .nav-next{
	flex: 0 1 50%;
	max-width: 50%;
}
.post-navigation .nav-next{
	text-align:right;
}
.post-navigation a:hover .nav-title {
	color: var(--pls-primary-color);
}
.post-navigation .nav-previous a:before, 
.post-navigation .nav-next a:after {	
	top: 15px;
}
.nav-subtitle {
	color: var(--pls-text-color);
	display: block;
    font-size: 13px;
	margin-bottom: .2rem;
    text-transform: uppercase;
}
.navigation .nav-title {
	font-size: 20px;
}
.nav-previous a,
.nav-next a {
	display:block;
	position:relative;
	word-wrap: break-word;
	overflow-wrap: break-word;
    hyphens: auto;
}
.nav-previous a {
	padding-left: 2rem;
	padding-right: 2rem;
}
.nav-next a {
	padding-right:2rem;
	padding-left: 2rem;
}
.nav-previous a:before,
.nav-next a:after {
	position: absolute;
	font-size: 20px;
	line-height: 22px;
    top: -3px;
}
.nav-previous a:before{	
	left:-8px;
}
.nav-next a:after{
	right:-8px;
}
.nav-archive a{
	opacity: .2;
	font-size:28px;
}
.nav-previous a:hover:before, 
.nav-next a:hover:after, 
.nav-archive:hover a {
	opacity:1;
}
.nav-archive:hover a {
	color: var(--pls-primary-color);
}

/**
 * Related Post
 */
.related.posts {    
	border-bottom: var(--pls-border-bottom);
    margin-bottom: 3rem;
    padding-bottom: 1rem;
}
.related.posts > h3,
.comment-respond > h3, 
.comments-area > h3 {
	font-size:20px;	
	position:relative;
	margin-bottom: 1em;
    text-transform: uppercase;
}
.related.posts .related-post {
	margin-bottom:0;
}

/**
 * 2.13 Comments
 */
#comments {
	clear: both;
}
.bypostauthor {
  display: block;
}
.comment-form{
	display: flex;
	flex-flow: row wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.comment-form > p {
	width:100%;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 1.5rem;
}
.comment-form .form-submit {
    margin-top: 1rem;
}
.comment-form p.comment-form-author, 
.comment-form p.comment-form-email, 
.comment-form p.comment-form-url{
	flex: 1;
	padding:0 1rem;
}
.comment-form-cookies-consent label{
	display:inline !important;
}
.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	border-width: 2px;
}

.comment-list{    
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);	
    margin-bottom: 3rem;
    margin-left: 0;
}
.comment-list > li:not(:last-child) {
	border-bottom: var(--pls-border-bottom);
}
.comment-list,
.comment-list .children{
	list-style: none;
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback{
    padding: 0;
}
.comment-list .comment.depth-1 {
	padding-bottom: 0;
}
.comment-list .pingback .edit-link,
.comment-list .trackback .edit-link {
	margin-left:.3rem;
}
.comment-list .pingback .comment-body > a,
.comment-list .trackback .comment-body > a {
	font-size: 15px;
	font-weight:600;
    margin-left: 5px;
}	
.comment-list .comment-body {	
    margin: 1.3rem 2.5rem;
    padding-left: 6.5rem;
    position: relative;
}
.comment-author .avatar {
	border-radius:50%;
	left: 0;
	top:0;
	position: absolute;
}
.comment-meta {	
	margin-bottom: .687rem;
}
.comment-author, 
.comment-meta{
	flex: 1;
}
.comment-meta a{
	color: var(--pls-text-color);
    font-size: 14px;
    font-weight: 500;
}
.comment-meta > * {
    flex: 1 1 auto;
}
.comment-author {
	font-size: 16px;
    line-height: 1.3;
	z-index: 2;
}
.comment-author cite {
	color: var(--pls-link-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.comment-author .says {
    display: none;
}
.comment-meta .comment-awaiting-moderation {
    margin-top: .5rem;
	color: #ff6161;
}
.comment-reply-link,
.comment-reply-login {	
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
    font-size: 13px;
    font-weight: 500;
    padding: 4px 10px;
    position: relative;
}
.comment-reply-link:hover,
.comment-reply-login:hover {
    background-color: var(--pls-primary-color);
	border-color: var(--pls-primary-color);
    color: var(--pls-primary-inverse-color);
}
.comment-list .children{
	border-top: var(--pls-border-top);
	margin: 0;
    padding-left: 5rem;
}
.comment-list .children li:last-child{
	border:none;
	padding-bottom:0;
}
.comment-body .comment-reply-link:before{
	padding-right: 6px;
	vertical-align: top;
}
.comment-form .form-submit .submit {
    font-size: 17px;
    font-weight: normal;
}
.comment-list .comment .comment-respond {
    margin: auto 3rem;
    margin-top: 3rem;
}
.comment-respond .comment-reply-title {	
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment-respond #cancel-comment-reply-link {
    font-size: 0;
}

/** Comments Navigation **/
.comment-navigation h3{
	display: none;
}
.comment-navigation .nav-links {
	border-bottom: var(--pls-border-bottom);
	border-top: var(--pls-border-top);
	display:flex;
	padding:2rem 0;
	margin-bottom:3rem;
}
.comment-navigation .nav-previous, 
.comment-navigation .nav-next{
	flex: 0 1 50%;
	max-width: 50%;
}
.comment-navigation .nav-next{
	text-align:right;
}
.comment-navigation .nav-previous a:before, 
.comment-navigation .nav-next a:after{
	line-height:32px;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1rem;
	position: absolute;
	top: 0;
	width: 1rem;
}
.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

/**
 * 2.14 Sidebar
 */

/**
 * 2.15 Widgets
 */

@media (min-width:768px){
	.left-sidebar:not(.pls-off-canvas-sidebar) .pls-content-area {
		padding-left: 3.5rem;
	}
	.right-sidebar:not(.pls-off-canvas-sidebar) .pls-content-area {
		padding-right: 3.5rem;
	}
}
.widget:not(:last-child) { 
	border-bottom: var(--pls-border-bottom);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
.widget h2,
.widget .widget-title {
	font-size: 20px;
    margin-bottom: 1.5rem;
	position: relative;
}
.widget.closed h2,
.widget.closed .widget-title,
.widget .wp-block-group__inner-container.closed > h2 {
    margin-bottom: 0 !important;
	transition: all 0.4s;
}

/* Widget Bordered Style */
.pls-widget-bordered .widget {    
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
    padding: 2.5rem 1.5rem;
    margin-bottom: 1.5rem;
}
.pls-widget-bordered .widget h2,
.pls-widget-bordered .widget .widget-title {
	border-bottom: var(--pls-border-bottom);
	font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 1.2rem;
	text-transform: uppercase;
}
.pls-widget-bordered .widget h2:before,
.pls-widget-bordered .widget .widget-title:before {   
    background-color: var(--pls-primary-color); 
    content: '';
    bottom: -1px;
    left: 0;
    position: absolute;
    width: 40px;
    height: 2px;
}
.widget-title a {
	color: inherit;
}
.widget .maxlist-more{
    margin-top: 10px;
	margin-bottom:0;
}
.widget .maxlist-more a{
	color: var(--pls-primary-color);
	font-weight:500;
	display:block;
}
.widget.closed .maxlist-more {
    display: none;
}
.pls-widget-toggle .widget .wp-block-group__inner-container > h2:after,
.pls-widget-toggle .pls-widget-area .widget .widget-title:after,
.pls-widget-toggle .widget-area .widget .widget-title:after, 
.pls-widget-toggle .dokan-widget-area .widget .widget-title:after,
.footer-widget .widget .widget-title:after {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: calc( 50% - 10px );
	transition: .4s;
}
.pls-widget-toggle .pls-widget-area .widget.closed .widget-title:after,
.pls-widget-toggle .widget-area .widget .widget-title:after, 
.pls-widget-toggle .dokan-widget-area .widget.closed .widget-title:after,
.pls-widget-toggle .widget .wp-block-group__inner-container.closed > h2:after {
	transform: rotate(180deg);
}
.widget li {
	position:relative;
}
.pls-widget-menu-toggle .widget ul.children {
	display:none;
}
.widget li .child-indicator {
    position: absolute;
    right: 0;
    top: 0;
}
.widget li .child-indicator:after {
	font-size: 12px;
	line-height: 1;
}

/* widget forms */
.widget select {
	width: 100%;
}

/* widget lists */
.widget ul {
	list-style: none;
	margin: 0;
}
.widget ul li:not(:last-child),
.widget ol li:not(:last-child) {
	margin-bottom: .4rem;
}
.widget ul li ul {
	margin-top: 1rem;
	padding-left: 20px;
	position: relative;
}

/* widget markup */
.widget .post-date,
.widget .rss-date,
.widget .post-comments {
	font-size: 14px;
    text-transform: uppercase;
}

/* Text widget */
.widget_text {
	word-wrap: break-word;
}
.widget_text ul li,
.widget_text ol li {
	border: none;
}
.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}
.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}
.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}
.widget_text ol li {
	list-style-position: inside;
}
.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */
.widget_rss ul li:not(:last-child){
	padding-bottom: 10px;
}
.widget_rss li .rsswidget {
	font-size: 16px;
	line-height: 1.4;
}
.widget_rss .rss-date,
.widget_rss li cite {
	display: block;
	font-size: 12px;
	font-size: 0.625rem;	
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
}
.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}
.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */
.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */
.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	display: block;
}

/* Search Widget */
.widget_search,
.widget_product_search {	
	background-color: #D8F2E7;
	padding: 1.5rem 1rem !important;
}
.search-form,
.wp-block-search,
.woocommerce-product-search {
	position: relative;
}
.widget form .search-field,
.widget form .wp-block-search__input {
    border: 1px solid var(--pls-primary-color);
	border-radius: var(--pls-border-radius);
    height: 54px;
}
.search-form [type="submit"], 
.wp-block-search [type="submit"], 
.widget .woocommerce-product-search [type="submit"] {
	background-color: var(--pls-button-bg-color);
	border-radius: var(--pls-border-radius);
	color: var(--pls-button-color);
	font-size:0;
	bottom: 8px;
	box-shadow:none;
	line-height: 1;
	margin:0;
	padding: 10px 10px;
	position: absolute;
	right: 8px;
	top: 8px;
}
.search-form [type="submit"]:before,
.wp-block-search [type="submit"]:before,
.widget .woocommerce-product-search [type="submit"]:before{
	font-size: 18px;
}
.wp-block-search .wp-block-search__label{
	display: none;
}

/* Tag cloud widget */
.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}
.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	display: inline-block;
	font-size: 15px !important;
    margin: 0 5px 8px 0;
    padding: 1px 10px 1px;
    position: relative;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    word-wrap: break-word;
    z-index: 0;
    font-weight: 400;
}
.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
	border-color: var(--pls-primary-color);
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
	text-align: center;
}
.widget_calendar .wp-calendar-table caption {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}
.widget_calendar caption {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	border-color: var(--pls-primary-color);
	text-align: center;
	caption-side: initial;
	font-weight: 600;
}
.widget_calendar table, 
.widget_calendar caption {
	border-bottom:0 !important;
}
.widget_calendar table, 
.widget_calendar td {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	margin:0;
}
.widget_calendar td {
    width: 34px;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    cursor: default;
}
.widget_calendar thead th,
.widget_calendar td.pad, 
.pls-site-footer .widget_calendar td.pad, 
.widget_calendar tfoot td {
    border: none;
}
.widget_calendar tbody td a,
.widget_calendar tfoot td a{
	color: var(--pls-primary-color);
	font-weight:600;
}
.widget_calendar .wp-calendar-nav {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	display: flex;
	justify-content: space-between;
    border-top: 0 !important;
}
.widget_calendar .wp-calendar-nav .pad {
	border-left: var(--pls-border-left);
}
.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next{
	padding: 8px;
}

/* Audio & Video Widget*/
.widget_media_audio .mejs-container, 
.widget_media_video .mejs-container{
	margin:0;
}

/*Image Widget*/
.widget_media_image .wp-caption{
	margin-bottom:0;
}

/* About Us Widget */
.about-us-widget p {
	margin:0 0 .7681rem
}
.pls-about-support-icon {
    background-color: #C6C6C6;
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    margin-right: 0.687rem;
    padding: 10px;
    line-height: 1;
}
.pls-about-support-icon,
.pls-about-support-icon i {	
    font-weight: 600;
}
.pls-about-us-support {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0.5rem;
}
.pls-about-support-detail {
    display: flex;
    flex-direction: column;
}
.pls-about-support-number {
    font-size: 20px;
    color: var(--pls-footer-title-color);
}
.pls-about-us .pls-about-us-title {
	color: var(--pls-footer-title-color);
    margin-right: 5px;
}
.pls-about-us-tagline {
    margin-bottom: 0.5rem;
}
.pls-about-us li:not(:last-child) {
    margin-bottom: 5px;
}

/* Newsletter Widget */
.pls-newsletter .subscribe-tagline{
	margin-bottom:1em;
}
.pls-newsletter:not(.widget) .mc4wp-form {
	text-align:center;
}
.pls-widget-area .pls-newsletter {
    border: none;
    background-color: #f5f5f5;
    text-align: center;
    padding: 2em 1.8em;
}
.pls-widget-area .pls-newsletter .widget-title {
    padding: 0;
    margin: 0 0 15px 0;
    border: none;
	pointer-events: none;
}
.pls-widget-area .pls-newsletter .widget-title:after{
	content:none !important;
}
.pls-widget-area .pls-newsletter .subscribe-tagline {
    margin-bottom: 1.5em;
    font-size: 13px;
}
.pls-widget-area .pls-newsletter .mc4wp-form-fields{
	flex-direction: column;
}
.pls-widget-area .pls-newsletter .mc4wp-form-fields p:first-child{
	margin-bottom:1em;
}

/* Recent Post */
.pls-widget-posts-list:not(.style-3) .widget-post-item, 
.pls-widget-recent-posts:not(.style-3) .widget-post-item,
.pls-tab-posts .widget-post-item{
	display: flex;
	flex-direction: row;
	align-items: stretch;	
}
.pls-posts-lists .widget-post-item:not(:last-child),
.pls-recent-posts .widget-post-item:not(:last-child),
.pls-tab-posts .widget-post-item:not(:last-child){	
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: var(--pls-border-bottom);
}
.pls-widget-posts-list:not(.style-3) .widget-post-thumbnail,
.pls-widget-recent-posts:not(.style-3) .widget-post-thumbnail,
.pls-tab-posts .widget-post-thumbnail{
	overflow: hidden;
	flex: 0 0 auto;
	margin-right: 15px;
}
.pls-widget-posts-list:not(.style-3) .widget-post-thumbnail img,
.pls-widget-recent-posts:not(.style-3) .widget-post-thumbnail img,
.pls-tab-posts .widget-post-thumbnail img{
   max-width:70px;
}
.pls-posts-lists .style-2 .widget-post-thumbnail img,
.pls-recent-posts .style-2 .post-thumbnail img{
	border-radius: 100%;
}
.pls-widget-posts-list:not(.style-3) .widget-post-body,
.pls-widget-recent-posts:not(.style-3) .widget-post-body,
.pls-tab-posts .widget-post-body{
	flex: 1 1 auto;
}
.pls-posts-lists .post-title,
.pls-recent-posts .post-title,
.pls-tab-posts .post-title{
    line-height: 1.5;
}
.pls-posts-lists .post-categories,
.pls-recent-posts .post-categories{
	margin-bottom:3px;
}
.pls-posts-lists .post-categories a,
.pls-recent-posts .post-categories a {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
	font-size: 12px;
	font-weight: 600;
	padding: 3px 5px;
}
.pls-posts-lists .post-comments,
.pls-recent-posts .post-comments{
	margin-left:10px;
}
.pls-posts-lists .post-comments span,
.pls-recent-posts .post-comments span{
	display:none
}
.pls-posts-lists .post-comments a:before,
.pls-recent-posts .post-comments a:before{
	margin-right: 5px;
}

.pls-posts-lists .style-3 .widget-post-thumbnail,
.pls-recent-posts .style-3 .widget-post-thumbnail{
    margin-bottom: 8px;
}
.pls-posts-lists .style-3 .post-title,
.pls-recent-posts .style-3 .post-title{
    font-size:16px;
}
.pls-posts-lists .style-3 .post-meta span,
.pls-recent-posts .style-3 .post-meta span{
	font-size:14px;
	margin-right:5px;
}

/* Recent Comments Widget */	
.pls-recent-comments .author-avatar,
.pls-tab-posts .author-avatar{
	position: initial;
}
.pls-recent-comments .comment-body,
.pls-tab-posts .comment-body{
	padding: 0;
}
.pls-recent-comments .post-comment,
.pls-tab-posts .post-comment{
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.pls-recent-comments .post-comment:not(:last-child), 
.pls-tab-posts .post-comment:not(:last-child){
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.pls-recent-comments .comments-thumbnail,
.pls-tab-posts .comments-thumbnail{
	overflow: hidden;
	flex: 0 0 auto;
	margin-right: 15px;
}
.pls-recent-comments .comment-body,
.pls-tab-posts .comment-body{
	flex: 1 1 auto;
}
.pls-recent-comments .comment-body p,
.pls-tab-posts .comment-body p {
	margin:0;
}

/* Cart Widget */
.widget.widget_shopping_cart .pls-scroll > .pls-scroll-content,
.pls-header-cart .widget_shopping_cart .pls-scroll > .pls-scroll-content {
	margin-right: 0 !important;
	position:inherit;
	overflow:inherit;
}
.widget.widget_shopping_cart .mini_cart_item {
	padding: 15px 0;
}
.widget.widget_shopping_cart .woocommerce-mini-cart li:first-child {
	padding-top:0;
}
.widget.widget_shopping_cart .cart_list li a.remove,
.pls-header-cart .widget_shopping_cart .cart_list li a.remove {
	right:0;
}
.widget.widget_shopping_cart .widget_shopping_cart_footer {
	padding:15px 0 0 0;
}

/* Products Widget */
.woocommerce ul.cart_list {
    padding: 2rem;
}
.woocommerce ul.cart_list li:not(:last-child) {
    border-bottom: var(--pls-border-bottom);
	padding-bottom: 18px;
    margin-bottom: 18px;
}
.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
    margin-bottom: 0;
	position: relative;
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {	
    display: block;
	line-height:1.4;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
	float: left;
	margin-right: 15px;
	max-width: 25%;
}
@media (max-width:1024px){
	.woocommerce ul.cart_list li img,
	.woocommerce ul.product_list_widget li img {
		max-width: 25%;
	}
}
.woocommerce ul.cart_list li .product-title, 
.woocommerce ul.product_list_widget li .product-title,
.woocommerce ul.cart_list li .star-rating {
    margin-bottom: 5px;
    display: block;
}
ul.product_list_widget li .star-rating {
	margin-bottom: 3px;
}
.woocommerce ul.cart_list li ins, 
.woocommerce ul.product_list_widget li ins {
    background: none;
    padding: 0;
    color: inherit;
    border-radius: 0;
    order: 1;
}
.woocommerce ul.cart_list li span.amount, 
.woocommerce ul.product_list_widget li span.amount {
	color: var(--pls-link-color);
    font-size: 16px;
}
.woocommerce ul.cart_list li del span.amount, 
.woocommerce ul.product_list_widget li del span.amount {
    font-size: 16px;
    font-weight: normal;
    color: inherit;
}

/* Product Price Filter Widget */
.woocommerce .widget_price_filter .price_slider_amount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.widget_price_filter #max_price, 
.widget_price_filter #min_price {
    display: none;
}
.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: var(--pls-primary-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width: 1.25rem;
	height: 1.25rem;
	top: -7px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: var(--pls-border-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after {
	background-color: var(--pls-body-background);
    border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
}
.woocommerce .widget_price_filter .price_label {
	color: var(--pls-link-color);
    font-weight: 500;
}
.woocommerce .widget_price_filter .price_label span {
    font-weight: normal;
}
.woocommerce .widget_price_filter .clear {
	display: none;
}

/* PLS Price Filter */
.pls_widget_price_filter_list .wc-layered-nav-term > a > span:first-child {
	margin-right: 5px;
}
.pls_widget_price_filter_list .wc-layered-nav-term > a > span:last-child {
	margin-left: 5px;
}

/* Filter Attributes */
.widget.widget_layered_nav li,
.widget.pls-product-brands li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.widget.pls-product-brands li a,
.widget.widget_layered_nav li a,
.widget .widget_rating_filter li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1 1 auto;
	position:relative;
}
.widget.widget_layered_nav li .nav-title {
	padding-left: 5px;
}
.widget.widget_layered_nav li .swatch-color,
.widget.widget_layered_nav li .swatch-image img {
    border-radius: 50%;
	font-size:0;
	display:inline-table;
    height: 18px;
    width: 18px;
}
.pls-attributes-filter .pls-attributes-inline li {
    display: inline-block;
    margin-right: .6871rem;
    margin-bottom: 1rem;
}
.widget.pls-attributes-filter .pls-attributes-inline li a:before {
	content: none !important;
}
.widget.pls-attributes-filter .pls-attributes-inline li a:after {	
    position: absolute;
    left: 4px !important;
    right: 0;
    text-align: center;
    background: transparent !important;
    border: none !important;
}
.widget.pls-attributes-filter .pls-attributes-inline li .swatch-color,
.widget.pls-attributes-filter .pls-attributes-inline li .swatch-image img {
    height: 22px;
    width: 22px;
}
.widget.widget_layered_nav li a:before,
.widget.widget_rating_filter li a:before {
	background-color: var(--pls-body-background);
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	content: "" !important;
	display: inline-table;
	height: 16px;
	margin-right: 8px;
	width: 16px;
}
.widget.widget_rating_filter li a:before {
	display: inline-block;
}
.widget.pls_widget_product_sorting li a:before,
.widget.pls_widget_price_filter_list li a:before {
	border-radius: 50%;
}
.widget.pls_widget_product_sorting li.chosen a:after,
.widget.pls_widget_price_filter_list li.chosen a:after {
	background-color: var(--pls-body-background);
	content:'';
	width:10px;
	height:10px;
}
.widget.widget_layered_nav li.chosen a:before,
.widget.widget_rating_filter li.chosen a:before {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	border-color: var(--pls-primary-color);
}
.widget.widget_layered_nav li.chosen a:after,
.widget.widget_rating_filter li.chosen a:after {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
    position: absolute;
    font-size: 10px;
    left: 1px;
	width: 15px;
}
.widget.pls_widget_product_sorting li.chosen a:after,
.widget.pls_widget_price_filter_list li.chosen a:after{
	content: '';
	display: inline-table;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	transform: translateX(50%);
}
.pls-canvas-sidebar {
	background-color: var(--pls-body-background);
	box-shadow: 0 0 3px rgba(0,0,0,.10);
	cursor: pointer;
	font-size: 0;
	left:0;
	top: 36%;
	padding: 1em;
	position: fixed;
	z-index: 995;
	transform: translateX(-100%);
	transition: transform .50s ease;
	transition: transform .50s ease,-webkit-transform .50s ease;
}
.pls-canvas-sidebar .canvas-sidebar-icon:before{
	padding: 12px 14px;
	line-height: 1;
	font-size: 19px;
}
@media (max-width:767px){
	.pls-mobile-canvas-sidebar .pls-canvas-sidebar {
		-webkit-transform: none;
		transform: none;
	}
	.pls-mobile-canvas-sidebar .pls-widget-area {
		background-color: var(--pls-body-background);
		display: flex;
		flex-direction: column;
		position: fixed;
		left: 0;
		bottom: 0;
		top: 0;
		padding-top: 1em;
		width: 300px;
		z-index: 999;
		overflow: hidden;
		overflow-y: auto;
		transform: translateX(-100%);
		transition: transform .50s ease;
		transition: transform .50s ease,-webkit-transform .50s ease;
	}
	.pls-widget-area.opened {
		transform: none;
	}
}

/**
 * 2.16 Footer
 */
.pls-site-footer .pls-footer-main {
	background-color: #ffffff;
	color: var(--pls-footer-text-color);
}
.pls-site-footer .pls-footer-main {
	border-top: var(--pls-footer-border-top);
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.pls-site-footer .widget-title {
	color: var(--pls-footer-title-color);
}
.pls-site-footer .footer-widget .widget h2,
.pls-site-footer .footer-widget .widget-title {
	border: none;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 1rem;
    padding: 0;
    text-transform: inherit;
}
.pls-site-footer .footer-widget .widget h2:before,
.pls-site-footer .footer-widget .widget .widget-title:before {
	content: none;
}
.pls-site-footer .widget ul li:not(:last-child) {
	margin-bottom: 2px;
}
.pls-footer-main a,
.pls-footer-main label,
.pls-footer-main thead th {
	color: var(--pls-footer-link-color);
}
.pls-footer-main a:hover {
	color: var(--pls-footer-link-hover-color);
}
.pls-site-footer .footer-widget .widget {
	border:none;
    padding-bottom: 0;
}

/* Footer Subscribe */
.footer-subscribe {
	background-color: #f5f5f5;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.footer-subscribe .subscribe-wrap {
    display: flex;
    align-items: center;
}

.footer-subscribe h3 {
	font-size: 30px;
    font-weight: normal;
    margin-bottom: 5px;
}
.footer-subscribe p {
	color: var(--pls-footer-subscribe-text-color);
}
.footer-subscribe .mc4wp-form-fields {
    margin-bottom: 0;
}
.footer-subscribe.simple-form .mc4wp-form-fields {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-subscribe:not(.footer-subscribe-centered) .mc4wp-form {
	align-items: flex-end;
}
.footer-subscribe .mc4wp-form-fields input:not(input[type="checkbox"]):not([type="submit"]):not(button),
.footer-subscribe .mc4wp-form-fields select {
	background-color: var(--pls-footer-subscribe-input-background);
	color: var(--pls-footer-subscribe-input-color);
	border-top: var(--pls-footer-subscribe-border-top);
	border-right: var(--pls-footer-subscribe-border-right);
	border-bottom: var(--pls-footer-subscribe-border-bottom);
	border-left: var(--pls-footer-subscribe-border-left);
}
.footer-subscribe [type="submit"]{
	background-color: var(--pls-footer-subscribe-button-bg-color);
	color: var(--pls-footer-subscribe-button-color);
}
.footer-subscribe [type="submit"]:hover {
	background-color: var(--pls-footer-subscribe-button-bg-hover-color);
	color: var(--pls-footer-subscribe-button-hover-color);
}
@media (min-width:768px) {
	/* Subscribe Layout */
	.footer-subscribe-centered .subscribe-wrap > * {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.footer-subscribe-centered .subscribe-wrap {
		width: 50%;
		margin: 0 auto;
	}
	.footer-subscribe.footer-subscribe-centered h3 {
		margin-bottom: 13px;
	} 
	
	.footer-subscribe.simple-form .mc4wp-form-fields {
		max-width: initial;
	}
	.footer-subscribe.simple-form .mc4wp-form-fields > p:not(:last-child){
		margin-right: 10px;
	}
	.mc4wp-form-fields > p {
		margin-bottom: 0 ;
	}
}
@media (max-width:767px) {
	.footer-subscribe .subscribe-wrap {
		flex-direction: column;
		text-align: center;
	}
	.footer-subscribe h4 + p {
		margin-bottom: 1.5rem;
	}
	.footer-subscribe .mc4wp-form{
		align-items: center;
	}
	.footer-subscribe.simple-form .mc4wp-form-fields{
		flex-direction: column;
	}
	.mc4wp-form-fields > p:last-child {
		margin-bottom: 0;
	}
}

/** Copyright **/
.pls-site-footer .pls-footer-copyright {
	background-color: #ffffff;
	color: var(--pls-copyright-text-color);
	border-top: var(--pls-copyright-border-top);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pls-footer-copyright a {
	color: var(--pls-copyright-link-color);
}
.pls-footer-copyright a:hover {
	color: var(--pls-copyright-link-hover-color);
}
.pls-copyright-wrap > div > p {
	margin-bottom: 0;
}
.pls-footer-copyright.copyright-centered .pls-copyright-wrap > div {
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	justify-content: center;
}
.pls-footer-copyright.copyright-centered .pls-copyright-wrap > div:not(:last-child){ 
	margin-bottom: 1rem;
}

/** Back To Top **/
.pls-back-to-top {
	background-color: var(--pls-primary-color);
	border-radius: var(--pls-border-radius);
    box-shadow: 0 0 5px rgba( 0, 0, 0, .15 );
	color: var(--pls-primary-inverse-color);	
    cursor: pointer;
	display:none;
    font-size: 0;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    z-index: 998;
}
.pls-back-to-top:before {
	font-size: 20px;
	line-height: 40px;
}

/**
 * 2.17 Block
 */

.entry-content > [class*="wp-block-"] {
	margin-bottom:1.5rem
}

/* Block: Button */
.wp-block-button {
    margin-bottom: 1.5em;
}
.wp-block-button.is-style-squared .wp-block-button__link{
    border-radius: inherit;
}

/** Alignment */
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
	text-align: center;
}
 
/** Latest Posts, Archives, Categories */
ul.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
	list-style-type: none;
	margin-left: 0;
}
ul.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul {
	list-style-type: none;
}

/* Image */
.wp-block-image {
	margin-bottom: 1.5em;
}
.wp-block-image figure {
	margin-bottom: 0;
	margin-top: 0;
}
.wp-block-image figure.alignleft {
	margin: 0 1.5em 1.5em 0;
}
.wp-block-image figure.alignright {
	margin: 0 0 1.5em 1.5em;
}
figure.wp-block-gallery.alignleft {
	margin-right: 15px;
}
figure.wp-block-gallery.alignright {
	margin-left: 15px;
}
.entry-content > .alignwide:not(.wp-block-group.has-background), 
.entry-content > .alignfull:not(.wp-block-group.has-background) {
	margin-bottom: 1.5em;
}
.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
    color: #ffffff;
}
.wp-block-cover,
.wp-block-cover-image {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

/* Quote */
.wp-block-quote{
	border-left-color: var(--pls-primary-color);
    position: relative;
}
.wp-block-quote[style*="text-align:right"] {
	border-left-color: var(--pls-primary-color);
}
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote.is-style-solid-color blockquote {
	border: 0;
	padding-left: 2.5rem;
}
.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
	margin-bottom: 0;
}
.wp-block-quote cite {
	color: inherit;
	font-size: inherit;
}

/* Audio */
.wp-block-audio audio {
	display: block;
	width: 100%;
}

.wp-block-search__inside-wrapper input[type="search"] {
    height: 54px;
}

/**
 * 2.18 Block Widget
 */
.widget_block .wp-block-group__inner-container > *:first-child {	
    font-size: 20px;
    margin-bottom: 1.5rem;
}
.pls-widget-bordered .widget_block .wp-block-group__inner-container > *:first-child {
	font-size: 16px;
}
.wp-block-latest-comments__comment {
	line-height: var(--pls-line-height);
}
.widget_block ul,
.widget_block ol {
    list-style: none;
    margin: 0;
}
 
/**
 * 2.19 Extra
 */

/** Promo Bar **/
.pls-promo-bar {
	background-color: var(--pls-body-background);
    box-shadow: 0 -1px 5px rgb(0 0 0 / 6%);
    left: 0;
    right: 0;
	overflow: hidden;
    z-index: 101;
}
.pls-promo-bar.position-top {
	position:relative;
	top: 0;
}
.admin-bar .pls-promo-bar.position-top.position-type-fixed {
	top: 32px;
	z-index: 991;
}
@media (max-width:782px) {
	.admin-bar .pls-promo-bar.position-top.position-type-fixed {
		top: 46px;
	}
}
.pls-promo-bar.position-bottom {
	bottom: 0;
}
.pls-promo-bar.position-type-fixed {
    position: fixed;
}
.promo-bar-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;	
	min-height: var(--pls-promo-bar-height);
}
.promo-bar-msg > * {
    margin: 0;
}
.promo-bar-button {
    margin-left: 1rem;
}
.promo-bar-button .button{
	background-color: var(--pls-promo-bar-button-bg-color);
	color: var(--pls-promo-bar-button-color);
    font-size: 15px;
    padding: 6px 20px;
    text-transform: inherit;
}
.promo-bar-button .button:hover{
	background-color: var(--pls-promo-bar-button-bg-hover-color);
	color: var(--pls-promo-bar-button-hover-color);
}
.promo-bar-close {
    font-weight: bold;
	position: absolute;
    right: 2em;	
}
.promo-bar-close:before {
    font-size: 12px;
    font-weight: 600;
}

/** Sticky Add To Cart **/
.pls-sticky-add-to-cart {
	background-color: var(--pls-body-background);
    box-shadow: 0 -1px 5px rgb(0 0 0 / 6%);
	display: none;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    position: fixed;
    z-index: 99;
}
.pls-sticky-product-image img {
    max-width: 70px;
    max-height: 70px;
    margin-right: 1em;
}
.pls-sticky-add-to-cart-left,
.pls-sticky-add-to-cart-right {
	display: flex;
    align-items: center;
}
.pls-sticky-product-title {
    font-size: 18px;
	color: var(--pls-link-color);
    margin-bottom: 2px;
}
.pls-sticky-product-info .star-rating {
	float: inherit;
	margin-bottom: 3px;
}
.pls-sticky-product-info .price {
    display: inline-flex;
	align-items: center;
}
.pls-sticky-product-info span.price {
	color: var(--pls-link-color);
	display: initial;
}
.pls-sticky-product-info span.price ins {
	background: none;
    padding: 0;
}
.pls-sticky-product-info span.price del {
	color: var(--pls-text-color);
	font-size: 14px;
}
.pls-sticky-add-to-cart-right form.cart,
.pls-sticky-add-to-cart-right form.cart .variations,
.pls-sticky-add-to-cart-right .variations .label {
    display: flex;
    align-items: center;
}
.pls-sticky-add-to-cart-right form.cart .variations > div {
	margin-right: 2rem;
}
.pls-sticky-add-to-cart-right .variations .label {
    margin-bottom: 2px;
}
.pls-sticky-add-to-cart-right .variations label {
    margin-right: 5px;
	margin-bottom: 0;
}
.pls-sticky-add-to-cart .quantity {
	margin-right: 10px;
}
.pls-sticky-add-to-cart-right .pls-quick-buy,
.pls-sticky-add-to-cart-right .woocommerce-variation-price,
.pls-sticky-add-to-cart-right form.cart .reset_variations {
    display: none;
}
.pls-sticky-add-to-cart .woocommerce-grouped-product-list {
    width: auto;
    margin-bottom: 0;
    margin-right: 1rem;
}
.pls-back-to-top.sticky-add-cart {
    bottom: 108px;
}
.pls-promo-bar-bottom .pls-back-to-top {
	bottom: 70px;
}
@media (min-width:1025px) {
	.has-sticky-add-to-cart .pls-site-footer {
		padding-bottom: 90px;
	}
}
@media (max-width:1024px) {
	.pls-sticky-add-to-cart {
		display: none !important;
	}
}

/**
 * 2.20 Media
 */

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: .687em;
	max-width: 100%;
}
.wp-caption,
.gallery-caption {
	color: var(--pls-link-color);
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */
.pls-site-content .wp-playlist-light {
	border-color: var(--pls-border-color);
	color: #222;
}
.pls-site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}
.pls-site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}
.pls-site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted var(--pls-border-color);
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.pls-site-content .wp-playlist-light .wp-playlist-item:hover,
.pls-site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}
.pls-site-content .wp-playlist-light a.wp-playlist-caption:hover,
.pls-site-content .wp-playlist-light .wp-playlist-item:hover a,
.pls-site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.pls-site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}
.pls-site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}
.pls-site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}
.pls-site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}
.pls-site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}
.pls-site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}
.pls-site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.pls-site-content .wp-playlist-dark .wp-playlist-item:hover,
.pls-site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}
.pls-site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.pls-site-content .wp-playlist-dark .wp-playlist-item:hover a,
.pls-site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.pls-site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.pls-site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.pls-site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.pls-site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 12px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
}

.pls-site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.pls-site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.pls-site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.pls-site-content .wp-playlist-item a,
.pls-site-content .wp-playlist-item a:focus,
.pls-site-content .wp-playlist-item a:hover {
	box-shadow: none;
	background: transparent;
}

.pls-site-content .wp-playlist-item-length {
	top: 5px;
}

/**
 * 2.21 Galleries
 */

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	position:relative;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-item a img {
	display: block;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
	filter: opacity(60%);
}
.gallery-caption {
    background: rgba( 255,255,255,0.8 );
    font-size: 12px;
    overflow: hidden;
	margin-bottom: 0;
    padding: 8px 0;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    text-overflow: ellipsis;
	opacity:0;
	visibility:hidden;
    width: 100%;
    white-space: nowrap;
}
.gallery-item:hover .gallery-caption {
	opacity:1;
	visibility:visible;
}

/**
 * 3.0 Pages
 */
.page-header {
	padding-bottom: 2em;
}
.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}
.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page.type-page + .comments-area{
	margin-top:50px;
}

/**
 * 3.1 Home
 */

/**
 * 3.2 Blog
 */


/**
 * 3.3 Search Page
 */
.no-results.not-found{
	text-align:center;
	padding: 15vh 0;
}
.no-results .page-header{
	padding:0;
}
.no-results .page-entry-title{
	font-size: 48px;
	margin-bottom: .6em;
	line-height: 1;
}
.no-results .pls-mini-ajax-search {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
	margin-bottom: 30px;
}
@media (min-width:1025px) {
	.no-results .page-content {
		max-width: 70%;
		margin: 0 auto;
	}
}
.search-form input[type="search"] {
    height: 54px;
}

/**
 * 3.5 404 Page
 */
.error404 .pls-page-title .entry-header {
	display: none;
}
.error-404.not-found {
    text-align: center;
    margin-bottom: 5rem;
    margin-top: 4rem;
}
.error-404.not-found h1 {
    font-size: 200px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.1;
}
.error-404.not-found h1 span{
	display:block;
	font-size:xx-large;
}
.error-404.not-found .button {
    padding: 14px 35px;
    font-size: 18px;
    font-weight: normal;
	margin-top: 1.5rem;
}

/** 
 * 4.0 Woocommerce
 */

/* Notification */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background: none;
	border-width: 1px;
	border-style: solid;
	border-left-width: 5px;
	color: var(--pls-link-color);
    line-height: 1.5;
    list-style: none outside;
	padding: 1rem 8rem 1rem 3rem;
	position: relative;
	margin-bottom: 3rem;
    width: auto;
	word-wrap: break-word;
}
.woocommerce-message {
	border-color: #388E3C;
}
.woocommerce-message:before {
	color: #388E3C;
}
.woocommerce-info {
	border-color: #ff9f00;
}
.woocommerce-info:before {
	color: #ff9f00;
}
.woocommerce-error {
	border-color: #ff6161;
}
.woocommerce-error:before {
	color: #ff6161;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	font-size: 15px;
    left: 1.2rem;
    line-height: 1;
	top: calc(50% - 7px);
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-message .restore-item {
    font-size: 15px;
    padding: 8px 18px;
    position: absolute;
    right: .7rem;
    top: calc(50% - 20px);
}
.woocommerce-message .restore-item {
    font-weight: 500;
    top: calc(50% - 18px);
}
.single-product .woocommerce-notices-wrapper > * {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.woocommerce .blockUI.blockOverlay{
	cursor: pointer !important;
	background-color: rgba(255, 255, 255, .7) !important;
	background-image: none !important;
	opacity: 1 !important;
	z-index:99 !important;
}

/** Mini Cart **/
.admin-bar .pls-minicart-slide {
    margin-top: 32px;
}
.pls-minicart-slide{
	background-color: var(--pls-body-background);
    display: flex;
    flex-direction: column;
	position: fixed;
	left: auto;
	bottom: 0;
	top: 0;
	right: 0;
	width: 375px;
	z-index: 999;
	overflow: hidden;
	overflow-y: auto;
	transform: translate3d(375px,0,0);
	transition: transform .50s ease;
	transition: transform .50s ease,-webkit-transform .50s ease;
}
.pls-minicart-slide.opened{	
    -webkit-transform: none;
    transform: none;
}
.pls-mask-overaly{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.6);
    transition: opacity .50s ease,visibility 0s ease .50s;
}
.pls-mask-overaly.opened {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease,visibility 0s ease;
}
@media (max-width:600px){
	.admin-bar .pls-minicart-slide {
		margin-top: 0;
		z-index: 999999;
	}
	.admin-bar .pls-mask-overaly {
		z-index: 999998;
	}
}
.dropdow-minicart-header {
    padding: 1rem 1rem 0;
}
.dropdow-minicart-header .minicart-title {
    border-bottom: var(--pls-border-bottom);
    font-size: 16px;
    padding-bottom: .6871rem;
}
.pls-minicart-header {	
    background-color: var(--pls-hover-background-color);
	display: flex;
	align-items: center;
    padding: 15px;
}
.pls-minicart-header .close-sidebar {
	font-size: 16px;
}
.pls-minicart-header .close-sidebar:before {
	content: '';
}
.pls-mobile-menu-header .close-sidebar:before {	
    font-size: 12px;
    font-weight: 600;
}
.pls-minicart-header .minicart-title {	
	border:0 !important;
    flex: 1 1 auto;
	font-size: 20px;
    font-weight: normal;
	margin:0;
	padding:0;
}
.pls-minicart-slide .minicart-title:before {
	content:none;
}
.close-sidebar {
	flex: 0 0 auto;
	font-size: 0;
}
.close-sidebar:before {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.widget_shopping_cart .mini-cart-item-content div.quantity {
	margin: 5px 0;
}
.widget_shopping_cart .mini-cart-item-content .quantity .qty {
    height: 35px;
}
.widget_shopping_cart .mini-cart-item-content span.quantity {
	display: block;
}
.pls-minicart-slide .widget_shopping_cart{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1 1 auto;
    position: relative;
}
.pls-minicart-slide .widget_shopping_cart_content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
.widget_shopping_cart .widget_shopping_cart_footer {
	border-top: var(--pls-border-top);
    margin: 0 2rem;
    padding: 1rem 0;
    flex: 0 0 auto;
}
.widget_shopping_cart .mini_cart_item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;

}
.widget_shopping_cart .mini-cart-item-content {
    flex: 1 1 auto;
    padding-right: 25px;
}
.widget_shopping_cart .mini_cart_item_image {
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
}
.mini_cart_item.loading:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
	z-index: 9; 
}
.mini_cart_item.loading:after {
	background-color: rgba( 255, 255, 255, .7 ); 
	border: none; 
	content: '';
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
	height: 100%; 
	top: 0px; 
	left: 0px; 
	position: absolute;
	z-index: 8; 
}
.widget_shopping_cart .mini_cart_item_image img {
    max-width: 75px !important;
}
.widget_shopping_cart .woocommerce-mini-cart-empty {
	margin-top: 3em;
    text-align: center;
}
.widget_shopping_cart .cart-empty-icon {
	font-style: inherit;
}
.widget_shopping_cart .cart-empty-icon:before {
	font-size: 600%;
	line-height: 1;
}
.widget_shopping_cart .woocommerce-mini-cart__empty-message {
    font-weight: normal;
	margin-top: 25px;
	margin-bottom: 40px;
}
.woocommerce-mini-cart__total {
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom:15px;
}
.widget_shopping_cart .pls-freeshipping-bar {
    margin-bottom: 1rem;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
	font-weight: normal;
}
.widget_shopping_cart .total .amount {
	color: var(--pls-primary-color);
    font-weight: 500;
    font-size: 16px;
}
.woocommerce-mini-cart__buttons {
	margin-bottom:0;
}
.woocommerce-mini-cart__buttons a:first-child {
	background: none;
	border: 2px solid var(--pls-primary-color);
	color: var(--pls-primary-color);
	
}
.woocommerce-mini-cart__buttons a:first-child:hover {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
	
}
p.woocommerce-mini-cart__buttons.wcppec-cart-widget-spb {
    padding: 0 1rem 1rem 1rem;
}
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a {
	margin-bottom: 8px;
	text-align: center;
	width: 100%;
}
.woocommerce.widget_shopping_cart .buttons a.checkout {
	margin-bottom: 0;
}
.widget_shopping_cart .buttons a.checkout {
	background-color: var(--pls-checkout-button-bg-color);
	color: var(--pls-checkout-button-color);
}
.widget_shopping_cart .buttons a.checkout:hover,
.widget_shopping_cart .buttons a.checkout:focus {
	background-color: var(--pls-checkout-button-bg-hover-color);
	color: var(--pls-checkout-button-hover-color);	
}
.widget_shopping_cart .mini_cart_item .blockUI.blockOverlay:before {
    height: 18px;
    top: calc( 50% - 1px );
    width: 18px;	
    border-width: 2px;
}

/* 
 * 4.1 Shop Page 
 */
.woocommerce-products-header .entry-breadcrumbs {
    margin-bottom: 2rem;
}
.pls-catalog-page .pls-page-title {
	margin-bottom: 2.5rem;
}
.pls-page-title .pls-shop-categories {
    margin-top: 2rem;
}
.pls-products-categories {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}
.pls-products-categories.pls-only-link {
	flex-wrap: wrap;
}
.pls-page-title-center .pls-products-categories {
    justify-content: center;
}
.pls-products-categories.pls-only-link li {
    padding: 5px 12px;
}
.pls-products-categories:not(.pls-only-link) li {
	padding: 0 1rem;
}
.pls-products-categories .product-cat-image {
	margin-bottom: 15px;
}
.pls-products-categories .product-cat-image img {
    border-radius: 50%;
}
.pls-products-categories .product-cat-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pls-products-categories.pls-only-link .product-cat-title {
    font-size: 18px;
    font-weight: 500;
}
.pls-products-categories:not(.pls-only-link) .product-cat-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.woocommerce-products-header .pls-shop-categories {
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.woocommerce-products-header .pls-products-categories {
    text-align: center;
}
.woocommerce-products-header .pls-products-categories.pls-only-link {
	justify-content: center;
}
.products-top-custom-content .pls-block > .elementor,	
.products-bottom-custom-content .pls-block > .elementor {	
	margin-left: calc(var(--pls-grid-gap) * -1);
    margin-right: calc(var(--pls-grid-gap) * -1);
} 
.pls-products-header {
	margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
}
.pls-products-header-left,
.pls-products-header-right,
.pls-products-header .show-products-number {
    display: flex;
    align-items: center;
}
.pls-products-header .pls-products-header-left > *, 
.pls-products-header .pls-products-header-right > * {
	margin:0;
}
.pls-products-header-left > *:not(:last-child),
.pls-products-header-right > *:not(:last-child) {
    margin-right: 2rem;
}
.pls-products-header .pls-product-show span {
	color: var(--pls-link-color);
    font-weight: 500;
    margin-right: 5px;
}
.pls-products-header .pls-products-view a {
	font-size: 0;
	display:inline-flex;
	margin-right:10px;
}
.pls-products-header .pls-products-view a.active {
	color: var(--pls-link-color);
}
.pls-products-header .pls-products-view a:last-child {
	margin:0;
}
.pls-products-view a:before {
	color: var(--pls-text-color);
    font-size: 18px;
    font-weight: 500;
}
.pls-products-view a.active:before {
	color: var(--pls-link-color);
	font-weight: 600;
    opacity: .8;
}
.pls-products-header .woocommerce-result-count {
	font-size: 18px;
}
form.woocommerce-ordering {
    display: flex;
    align-items: center;
}
.woocommerce-ordering .pls-ordering-label {
	color: var(--pls-primary-color);
	font-weight: 500;
}
.woocommerce .woocommerce-ordering select {
    border: 0;
    max-width: 144px;
}

/** Off Canvas Sidebar **/
.pls-products-header .pls-product-off-canvas-btn,
.pls-products-header .pls-product-filter-btn {
	color: var(--pls-link-color);
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.pls-product-filter-btn:after {
    font-size: 10px;
    font-weight: 600;
    margin-left: 8px;
}
.pls-product-off-canvas-btn:before {
	color: var(--pls-text-color);
    font-size: 18px;
	margin-right: 8px;
}
@media (min-width:768px) {
	.pls-off-canvas-sidebar .pls-content-area {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pls-off-canvas-sidebar .pls-widget-area {
		background-color: var(--pls-body-background);
		display: flex;
		flex-direction: column;
		position: fixed;
		left: 0;
		bottom: 0;
		top: 0;
	    padding: 1rem;
		padding-top: 1rem;
		width: 325px;
		z-index: 999;
		overflow: hidden;
		overflow-y: auto;
		transform: translateX(-100%);
		transition: transform .50s ease, -webkit-transform .50s ease;
	}
	.pls-widget-area.opened {
		transform: none;
	}
	.pls-off-canvas-sidebar.admin-bar .pls-widget-area {
		top: 32px;
	}
}

/** Product Filter Top **/
.pls-filter-widgets {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.pls-filter-widgets .pls-filter-inner {
    justify-content: space-between;
}
.pls-filter-widgets .widget {	
    flex: 1;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: var(--pls-grid-gap);
	padding-right: var(--pls-grid-gap);
}
.pls-active-filters {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 10px;
}
.pls-clear-filters {
    font-weight: 500;
}
.pls-active-filters .widget {
	margin-bottom:0;
	margin-left:10px;
}
.woocommerce .widget_layered_nav_filters ul li a {
    display: flex;
    align-items: center;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
	color:#FF6161;
}
.pls-active-filters .widget_layered_nav_filters ul li {
	margin-bottom:0;
}

.products .product.col-20 {
	flex: 0 0 20%;
	max-width: 20%;
}
.pls-catalog-page .products.grid-view div.product {
	margin-bottom: 20px;
}
.products div.product {
	line-height: 1.6;
	padding:0;
}
.products div.product .pls-product-inner {
	border-radius: var(--pls-border-radius);
	padding: var(--pls-grid-gap);
	transition: box-shadow .3s ease-in-out;
	position: relative;
}
.products .pls-product-image {
    margin-bottom: 11px;
    overflow: hidden;
	position: relative;
}
.products .pls-product-image img {
    transition: all .4s linear 0s; 
    width: 100%;
}
.products .pls-product-image .hover-image {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}
.products .pls-product-image:hover .hover-image {
	opacity: 1;
	visibility: visible;
}
.product-labels {
    left: 1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
    top: 1em;
	z-index: 9;
}
.product-labels > span {
	border-radius: var(--pls-border-radius);
    color: #fff;
    display: block;
    font-size: 11px;
    margin-top: 10px;
    padding: 1px 5px;
    text-transform: uppercase;
    font-weight: 500;
}
.product-labels span.on-sale {
	background-color: var(--pls-woocommece-sale-label-color);
}
.product-labels span.new {
	background-color: var(--pls-woocommece-new-label-color);
}
.product-labels span.featured {
	background-color: var(--pls-woocommece-featured-label-color);
}
.product-labels span.out-of-stock {
	background-color: var(--pls-woocommece-outofstock-label-color);
}
.product-labels span:first-child{
	margin: 0;
}
.products .product-cats {
    margin-bottom: 3px;
    margin-top: -3px;
}
.products .product-cats a {
    color: var(--pls-text-color);
    font-size: 12px;
    text-transform: uppercase;
}
.products .product-cats a:hover {
	color: var(--pls-link-hover-color);
}
.products .product-title{
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 2px;
}
.products .pls-product-inner:hover .product-title a {
	color: var(--pls-primary-color);
}

/** Default Rating **/
.woocommerce .star-rating {	
    font-size: 12px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    height: 1.2em;
    width: 6.1em;
}
.woocommerce .star-rating:before {
	color: #d3ced2;
    float: left;
    content: '\ea70\ea70\ea70\ea70\ea70';
}
.woocommerce .star-rating span:before{
	content: '\ea70\ea70\ea70\ea70\ea70';
    position: absolute;
    left: 0;
    top: 0;
}
.woocommerce .star-rating:before, 
.woocommerce .star-rating span:before {
    font-size: 14px;
}
.woocommerce .star-rating span {
	color: #222222;
	overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .products .star-rating{
	margin-bottom: 0;
}
.woocommerce .products .rating-counts {
    margin-left: 6px;
    line-height: 1;
}
.woocommerce .products .pls-star-rating {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
.products.product-style-1.grid-view .pls-star-rating,	
.products.product-style-2.grid-view .pls-star-rating {	
    justify-content: center;
}
.products .pls-product-info > .rating {	
    margin-bottom: 5px;
    margin-top: 5px;
}

/* Loop Products Price */
div.product p.price, 
div.product span.price {
	color: var(--pls-product-price-color);
}
div.product p.price, 
div.product span.price {
	font-size:16px;
	font-weight:500;	
}
div.product p.price ins,
div.product span.price ins,
.woocommerce-grouped-product-list-item__price ins{
	background:none;
	padding:0;
	color:inherit;
	border-radius:0;
}
div.product p.price del, 
div.product span.price del,
.woocommerce-grouped-product-list-item__price del{
	font-size: 14px;
	font-weight:normal;
	margin-left:5px;
}
.products .pls-product-info .on-sale,
div.summary .on-sale {
    color: #388e3c;
	font-weight: 600;
	font-size: 14px;
	margin-left: 5px;
}
small.woocommerce-price-suffix {
    font-weight: normal;
    display: block;
}

/** Product Action Buttons **/
.pls-product-buttons div a {
	font-size: 0;
}
.products .pls-cart-button a {
    text-transform: uppercase;
    font-size: 14px;
}
.products .pls-whishlist-button .yith-wcwl-add-to-wishlist{
	margin:0;
}
.yith-wcwl-add-to-wishlist .feedback,
.products .woocommerce-product-details__short-description{
	display:none;
}
.yith-wcwl-add-to-wishlist .ajax-loading, 
a.compare .blockUI.blockOverlay,
.compare-list .remove a .blockUI.blockOverlay,
.pls-whishlist-button .blockUI.blockOverlay{
	display:none !important;
}

/* Product Hover Style 1 */
.products.product-style-1.grid-view .pls-product-buttons,
.products.product-style-3.grid-view .pls-product-buttons {
    position: absolute;
    top: 1rem;
    right: 1rem;	
    opacity: 0;
    visibility: hidden;
    transform: translatex(70px);
    transition: all .3s ease-out;
}
.products.product-style-1.grid-view .pls-product-inner:hover .pls-product-buttons,
.products.product-style-3.grid-view .pls-product-inner:hover .pls-product-buttons {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.products.product-style-1.grid-view .pls-product-buttons a,
.products.product-style-3.grid-view .pls-product-buttons a {
	background-color: var(--pls-primary-inverse-color);
	color: var(--pls-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    padding: 0;
    margin-bottom: 5px;
    border-radius: 20px;
    width: 32px;
    height: 32px;
}
.products.product-style-1.grid-view .pls-product-buttons a:hover,
.products.product-style-3.grid-view .pls-product-buttons a:hover {	
    background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}
.products.product-style-1.grid-view .pls-product-info,	
.products.product-style-2.grid-view .pls-product-info {	
    position: relative;
    text-align: center;
}
.products.product-style-1.grid-view .pls-cart-button a,
.products.product-style-4.grid-view .pls-cart-button a {
    background: none;
    border-bottom: 1.5px solid var(--pls-border-color);
    color: var(--pls-link-color);
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
}
.product-style-1.grid-view .add_to_cart_button.loading,
.product-style-4.grid-view .add_to_cart_button.loading {
	border-bottom: none !important;
}
.products.product-style-1.grid-view .pls-product-info,
.products.product-style-4.grid-view .pls-product-info,
.products.product-style-1.grid-view .product-price,
.products.product-style-4.grid-view .product-price {
	overflow: hidden;
}
.products.product-style-1.grid-view .product-price span.price,
.products.product-style-4.grid-view .product-price span.price {
	display: block;
}
.products.product-style-1.grid-view .product-price span.price,
.products.product-style-4.grid-view .product-price span.price,
.products.product-style-1.grid-view .pls-cart-button,
.products.product-style-4.grid-view .pls-cart-button {
    transition: .3s all;
}
.products.product-style-1.grid-view:not(.pls-add-to-cart-button-effect-none) .product-price + .pls-cart-button,
.products.product-style-4.grid-view:not(.pls-add-to-cart-button-effect-none) .product-price + .pls-cart-button {
    position: absolute;
    opacity: 0;
	visibility: hidden;
    width: 100%;
}
.products.product-style-1.grid-view:not(.pls-add-to-cart-button-effect-none) .pls-product-inner:hover .product-price span.price,
.products.product-style-4.grid-view:not(.pls-add-to-cart-button-effect-none) .pls-product-inner:hover .product-price span.price {
    opacity: 0;
    transform: translateY(-100%);
}
.products.product-style-1.grid-view:not(.pls-add-to-cart-button-effect-none) .pls-product-inner:hover .product-price + .pls-cart-button,
.products.product-style-4.grid-view:not(.pls-add-to-cart-button-effect-none) .pls-product-inner:hover .product-price + .pls-cart-button {
    opacity: 1;
	visibility: visible;
    transform: translateY(-27px);
}

/* Product Hover Style 2 */
.products.product-style-2.grid-view .pls-product-buttons {
    bottom: -4rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transform: translateX(-50%);
    transition: all .3s ease-out;
}
.products.product-style-2.grid-view .pls-product-inner:hover .pls-product-buttons {
	bottom: 1.5rem;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.products.product-style-2.grid-view .pls-product-buttons a {
    background-color: var(--pls-primary-inverse-color);
	color: var(--pls-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    width: 45px;
    height: 45px;
    padding: 0px;
}
.products.product-style-2.grid-view .pls-product-buttons a:hover {
   background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}
.products.product-style-2.grid-view .pls-product-buttons > div:not(:last-child) {
	border-right: var(--pls-border-right);
}
.products.product-style-2.grid-view .pls-product-buttons > div:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.products.product-style-2.grid-view .pls-product-buttons > div:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.products.product-style-2.grid-view .pls-product-buttons a:before {
	font-size: 18px;
}

/* Product Hover Style 3 */
.pls-slider-wrapper.product-layout-3 {
	margin: -10px;
}
.pls-slider-wrapper.product-layout-3 .pls-slider {
	padding: 10px;
}
.pls-slider-wrapper.product-layout-3 .pls-slider-pagination {
	margin-top: -10px;
}
.products.product-style-3 .pls-product-inner:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	height: 100%;
	overflow: hidden;
	z-index: 91;
}
.products.product-style-3 .pls-product-image {
	margin-bottom: 0;
}
.products.product-style-3.grid-view div.product .pls-product-info {
	background-color: var(--pls-body-background);
    padding-top: 11px;
	transition: transform .35s ease;
}
.products.product-style-3.grid-view .pls-product-inner:hover .pls-product-info {
    transform: translateY(-40px);
}
.products.product-style-3.grid-view .product-price {
    margin-bottom: 13px;
}
.products.product-style-3.grid-view .pls-cart-button {
    position: absolute;
    opacity: 0;
    transition: 0.3s;
}
.products.product-style-3.grid-view .pls-product-inner:hover .pls-cart-button {
    opacity: 1;
    transition: 0.2s;
}
.products.product-style-3.grid-view .pls-cart-button a {
	background-color: var(--pls-shop-cart-button-bg-color);
	color: var(--pls-shop-cart-button-color);
    display: flex;
	font-size: 14px;
    padding: 7px 15px;
}
.products.product-style-3.grid-view .pls-product-inner:hover .pls-cart-button a {
	background-color: var(--pls-shop-cart-button-bg-hover-color);
	color: var(--pls-shop-cart-button-hover-color);
}

/* Product Hover Style 4 */
.products.product-style-4.grid-view .pls-product-info {
	position: relative;
}
.products.product-style-4.grid-view .pls-quickview-button {
    bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transform: translateY(70px);
    transition: all .3s ease-out;
    width: 100%;
}
.products.product-style-4.grid-view .pls-product-inner:hover .pls-quickview-button {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.products.product-style-4.grid-view .pls-quickview-button a {
    background-color: var(--pls-primary-inverse-color);
    color: var(--pls-primary-color);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.products.product-style-4.grid-view .pls-quickview-button a:hover {
    background-color: var(--pls-primary-color);
    color: var(--pls-primary-inverse-color);
}
.products.product-style-4.grid-view .pls-quickview-button a:before {
	content:'';
}
.products.product-style-4.grid-view .pls-product-title-wishlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.products.product-style-4.grid-view .pls-whishlist-button a {
    font-size: 0;
    display: block;
    line-height: 1;
    text-align: center;
}

/** List View **/
.products.list-view .woocommerce-product-details__short-description > span {
    display: none;
}
.products.list-view div.product:last-child .pls-product-inner {
	border:none;
}
.products.list-view .pls-product-buttons {
	display: flex;
	align-items: center;
}
.products.list-view .pls-cart-button a {
	font-size: 0;
	background: none;	
	color: var(--pls-text-color);
}
.products.list-view .pls-product-buttons a {
	background: none;
	color: var(--pls-text-color);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 35px;
	padding: 0px;
}
.products.list-view .pls-product-buttons a:hover {
	color: var(--pls-primary-color);
}
.products.list-view .pls-product-buttons a:before {
	font-size: 20px;
}
@media (min-width:1025px) {
	.products.list-view div.product {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 15px;
	}
	.products.list-view div.product:first-child .pls-product-inner {
		padding-top: 1rem;
	}
	.products.list-view div.product .pls-product-inner {
		border-bottom: var(--pls-border-bottom);
		display: flex;
		padding: 2.3rem 0;
	}
	.products.list-view .pls-product-image {
		flex: 0 0 25%;
		margin-right: 2.7rem;
		margin-bottom: 0;
	}
	.products.list-view .pls-product-info {
		flex: 1 1 auto;
	}
	.products.list-view .pls-product-info .product-title {
		font-size: 20px;
	}
	.products.list-view .woocommerce-product-details__short-description {
		display: block;
		margin-top: 1rem;
	}
	.products.list-view .pls-product-buttons {
		margin-top: 0.5rem;
	}
	.products.list-view .pls-cart-button a {
		font-size: 16px;
		border: 2px solid var(--pls-border-color);
		margin-right: 1rem;
		padding: 4px 18px;
		width: inherit;
		height: inherit;
		text-transform: inherit;	
	}
	.products.list-view .pls-cart-button a:hover {
		background-color: var(--pls-primary-color);
		border-color: var(--pls-primary-color);
		color: var(--pls-primary-inverse-color);
	}
	.products.list-view .pls-cart-button a:before,
	.products.list-view .product-type-variable .pls-cart-button a:before{
		content: '';
	}
}

/** Product Quick View **/
.pls-quick-view {
	background-color: var(--pls-body-background);
    box-shadow: 4px 4px 17px rgba(0,0,0,.3);
    max-width: 920px;
    margin: 4rem auto;
    position: relative;
}
.pls-quick-view .pls-single-product-wrapper {
    min-height: 450px;
}
.pls-quick-view .entry-summary {
    padding: 1rem;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute !important;
    overflow: hidden;
    overflow-y: auto;
}
.pls-quick-view .single-product-images-btns,
.pls-quick-view .product-photoswipe-btn,
.pls-quick-view .pls-gallery-bottom-btns {
	display: none;
}
.pls-quick-view.woocommerce div.product .product_title {
	font-size: 26px;
}
.pls-quick-view div.summary .product-sizechart,
.pls-quick-view .summary p.stock{
	display:none !important;
}
.pls-quick-view .pls-scroll-content > p.price {
	font-size: 28px;
	margin-bottom: 0;
}

/** Product Variations Switch **/
.product-variations .pls-swatches-wrap > div:not(:first-child) {
    margin-top: 5px;
}
.product-variations {
    margin-top: 5px;
}
.products.product-style-1.grid-view .pls-swatches,
.products.product-style-2.grid-view .pls-swatches {	
    justify-content: center;
}

.pls-hidden {
	display: none !important;
	visibility: hidden !important;
}
.pls-swatches {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.pls-swatches .swatch{	
	border: 1px solid transparent;	
	margin-right: 10px;	
	padding: 1px;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.products .pls-swatches .swatch{
	margin-right: 2px;
}
.pls-swatches .swatch span,
.pls-swatches .swatch img{
	display: inline-block;
	cursor: pointer;
	width: 24px;
	height: 24px;
	line-height: 24px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.products .pls-swatches .swatch span, 
.products .pls-swatches .swatch img{
	width: 18px;
	height: 18px;
	line-height: 18px;
}
.pls-swatches .swatch-color span {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
}
.pls-swatches .swatch-color span,
.pls-swatches .image-swatch img {
	font-size: 0;
	margin-bottom: 0;
}
.pls-swatches .swatch.swatch-circle,
.pls-swatches .swatch.swatch-circle span,
.pls-swatches .swatch.swatch-circle img {
	border-radius: 50%;
}
.pls-swatches .swatch.swatch-large span,
.pls-swatches .swatch.swatch-large img {
	height: 30px;
	width: 30px;
	line-height: 30px;
}
.products .pls-swatches .swatch.swatch-large span,
.products .pls-swatches .swatch.swatch-large img {
	height: 20px;
	width: 20px;
	line-height: 20px;
}
.pls-swatches .swatch.swatch-small span,
.pls-swatches .swatch.swatch-small img {
	width: 18px;
	height: 18px;
	line-height: 18px;
}
.products .pls-swatches .swatch.swatch-small span,
.products .pls-swatches .swatch.swatch-small img {
	width: 16px;
	height: 16px;
	line-height: 16px;
}
.pls-swatches .swatch.swatch-label.swatch-square,
.products .pls-swatches .swatch.swatch-label.swatch-square {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
}
.pls-swatches .swatch.swatch-label.swatch-square span,
.products .pls-swatches .swatch.swatch-label.swatch-square span {
    color: var(--pls-link-color);
    line-height: 24px !important;
    padding: 0 2px;
    height: 24px;
    min-width: 24px;
    width: inherit;	
}
.pls-swatches .swatch.disabled {
	opacity: 0.1;
}
.pls-swatches .swatch.swatch-disabled:hover {
	cursor: not-allowed;
	position: relative;
}
.pls-swatches .swatch.swatch-selected {
	display: inline-flex;
	border-color: var(--pls-primary-color) !important;
}

/** Hot Deal Products **/
.products .product-countdown-timer {
	left: 0;
	right: 0;
	bottom: 1rem;
    position: absolute;
    width: 100%;
    text-align: center;
	opacity:1;
	visibility:visible;
	z-index: 8;
    transition: .3s;
}
.products.product-style-3 .product-countdown-timer {
    top: -9.5rem;
}
.products .pls-product-inner:hover .product-countdown-timer {
	opacity: 0;
    visibility: hidden;
}
.products .product .product-countdown.is-countdown {
	display: inline-block;
}
.product-countdown > span {
	border-radius: var(--pls-border-radius);
}
.products .product .product-countdown > span {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin: 8px 3px;
    padding: 6px 2px;
	min-width: 38px;
}
.products .product .product-countdown > span > span {
	color: var(--pls-primary-inverse-color);
	font-size: 10px;
	display: block;	
	line-height: 10px;
	margin-top: 5px;
	text-transform: capitalize;
}
@media (max-width: 420px) {
	.products.grid-view .product-countdown-timer {
		display:none;
	}
}

/** Categories Loop **/
.products .woocommerce-loop-category__title{
	font-size: 20px;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 0;
}
.products .woocommerce-loop-category__title .product-count {
	font-size: 16px;
	color: var(--pls-text-color);
    display: block;
    font-weight: normal;
    margin-top: 0;
}
.products .product-category .category-image{
	overflow: hidden;
}
.products .product-category img {
	backface-visibility: hidden;
	perspective: 800px;
	transition: transform .7s cubic-bezier(0,0,.44,1.18);
}

/* Category Style 1 */
.products .product-category .woocommerce-loop-category__title {
	bottom: 3rem;
	left: 1rem;
    right: 1rem;
    position: absolute;
    margin: 0;
	text-align: center;
    overflow: hidden;
	transition: all .3s ease;
}	
.products .product-category .woocommerce-loop-category__title > a {	
	background-color: #ffffff;
	display: block;
    padding: 9px;
    max-width: 210px;
    margin: 0 auto;
}
@media (min-width: 768px) {
	.products .product-category .woocommerce-loop-category__title > a {
		transform: translateY(20px);
	}
	.products .product-category:hover .woocommerce-loop-category__title > a {
		transform: translateY(0);
	}
	.products .product-category .product-count {
		opacity: 0;
		visibility:hidden;
		transition: all .3s ease;
	}
	.products .product-category:hover .product-count {
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 640px) {
	.products .product-category .woocommerce-loop-category__title {
		bottom: 2rem;
	}
}

.products + .pls-pagination {
    margin-top: 1rem;
}
.products + .term-description {
	margin-top: 1.5em;
}

/** Ajax Loader **/
.products_overlay {
	opacity: 0.5;
}
.pls_product_loading {
	background: rgba(255, 255, 255, 0.5);	
    max-width: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.pls_product_loading.loading:before,
.woocommerce .blockUI.blockOverlay:before{
	position: absolute;
	left: 50%;
	top: 150px;
	height: 34px;
	width: 34px;
	border-width: 2px;
}

/*
 * 4.2 Product Page
 */
.single-product .pls-site-content {
	padding-top: 0;
	padding-bottom: 60px;
}
.pls-single-product-page .pls-product-container {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}
.pls-no-sidebar .pls-single-product-page .pls-product-container:after {
    border-bottom: var(--pls-border-bottom);
    content: "";
    bottom: 0;
    left: 50%;
    position: absolute;
    margin-left: -50vw;
    width: 100vw;
}
.product-gallery-horizontal .single-product-content > .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.pls-single-product-wrapper .pls-is-stucked + div {
    z-index: -1;
}
.woocommerce div.product .pls-single-product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 1.687rem;
    margin-top: 0.5rem;
}

/** Product Breadcrumb **/
.woocommerce div.product  .entry-breadcrumbs {
	z-index: 1;
}
.woocommerce div.product .pls-breadcrumb,
.woocommerce div.product .pls-breadcrumb a {
	color: var(--pls-text-color);
}
.woocommerce div.product .pls-breadcrumb a,
.woocommerce div.product .pls-breadcrumb span:last-child {
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}
.woocommerce div.product .pls-breadcrumb span:last-child {
	max-width: 200px;
}
.woocommerce div.product .pls-breadcrumb .last{
	color: var(--pls-link-color);
}
.woocommerce div.product .pls-breadcrumb a:hover {
	color: var(--pls-link-color);
	max-width: 180px;
}

/** Product Navigation **/
.product-navigation{
	display: flex;
	align-items: flex-start;
}
.product-navigation .product-nav-btn{
	position:relative;
}
.product-navigation .product-info-wrap{
	border-radius: var(--pls-border-radius);
	right:-1em;
    width: 260px;
}
.product-navigation .pls-product-info{
	display: flex;
	align-items: flex-start;
	flex-direction: row;
}
.product-info-wrap.pls-arrow:before,
.product-info-wrap.pls-arrow:after {
	left:88%;
}
.product-navigation .product-nav-btn > a {
	font-size:0;
}
.product-navigation .product-nav-btn > a:before {
    font-weight: 600;
}
.product-navigation .product-prev {
	margin-right: .5em;
}
.product-navigation .product-thumb {
	margin-right:1em;	
    flex: 0 0 32%;
}
.product-navigation .product-info-wrap {
	background-color: var(--pls-body-background);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	padding: 7px;
	opacity: 0;
	right: -1rem;
	top: 100%;
	text-align: left;
	/* visibility:hidden; */	
    pointer-events: none;
	transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
	transform: translateY(20px);
	z-index: 9;
}
.product-navigation .product-nav-btn:hover .product-info-wrap{
	opacity: 1;
	pointer-events: unset;
	visibility: visible;
	transform: translateY(0px);
}

/* Product Content Layout & Gallery background  */
.pls-product-container {
    position: relative;
}
.pls-no-sidebar .pls-product-content-fullwidth .pls-single-product-wrapper {
    left: 50%;
    margin-left: -50vw;
    position: relative;
    width: 100vw;
}
.pls-no-sidebar .pls-product-content-fullwidth .single-product-content {
    width: 96%;
    margin: 0 auto;
}
@media (min-width: 1025px) {
	.pls-product-content-style-3 .single-product-content > div:not(:first-child) {
		display: flex;
		align-items: center;
	}
	.pls-product-content-style-3 .single-product-content > div:nth-of-type(2) {
		order: 1;
	}
	.pls-product-content-style-3 .single-product-content > div:nth-of-type(1) {
		order: 2;
	}
	.pls-product-content-style-3 .single-product-content > div:nth-of-type(3) {
		order: 3;
	}
}
.pls-no-sidebar .pls-product-content-background .pls-product-container:before {
    content: "";
	bottom: 0;
    left: 50%;
    top: -8px;
    position: absolute;
    margin-left: -50vw;
    width: 100vw;
}
.pls-no-sidebar .pls-product-content-background .pls-single-product-wrapper {
    padding-bottom: 2rem;
}

.pls-single-product-page .woocommerce-product-gallery {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: .5em;
    position: relative;
}
.product-gallery-left .woocommerce-product-gallery,
.product-gallery-right .woocommerce-product-gallery {
	flex-wrap: nowrap;
}
.woocommerce-product-gallery__wrapper {
    position: relative;
	margin: 0;
}
.woocommerce-product-gallery__wrapper,
.single-product-thumbnails {
    flex-basis: 100%;
    max-width: 100%;
}
.woocommerce-product-gallery__image > a {
    display: block;
    width: 100%;
}
.woocommerce-product-gallery__trigger{
	background-color: var(--pls-body-background);
	display: none;
}
.woocommerce-product-gallery__trigger:hover {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}
.woocommerce-product-gallery .slick-slider button.slick-arrow{
	opacity:0;
	visibility:hidden;
	transition: all .25s ease;
}
.woocommerce-product-gallery .slick-slider .slick-next.slick-arrow{
    transform: translateX(30px);
}
.woocommerce-product-gallery .slick-slider .slick-prev.slick-arrow{
    transform: translateX(-30px);
}
.woocommerce-product-gallery .slick-slider:hover button.slick-arrow{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.single-product-thumbnails.slick-vertical .slick-next.slick-arrow{
    transform: translateY(30px);
}
.single-product-thumbnails.slick-vertical .slick-prev.slick-arrow{
    transform: translateY(-30px);
}
.single-product-thumbnails.slick-slider button.slick-arrow{
	height:30px;
	width:30px;
}
.product-gallery-bottom .single-product-thumbnails button.slick-arrow{
	top: calc(50% - 15px);
}
.woocommerce-product-gallery .slick-slider .slick-arrow.slick-disabled{
	opacity: .6 !important;
    cursor: default;
}
.pls-single-product-page .slick-slide > div > div {
    display: block!important;
}

/* Gallery Thumbnails */
.product-gallery-bottom .single-product-thumbnails{
	margin-top: 8px;
}
.product-gallery-bottom .slick-slide{
    margin-right: 8px;
}
.product-gallery-bottom .single-product-thumbnails:not(.slick-initialized) .pls-gallery-thumbnail-image {
	padding-right: 8px;
}
.single-product-thumbnails .pls-gallery-thumbnail-image img{
	border: 1px solid transparent;
	transition: all 0.3s;
}
.single-product-thumbnails .slick-slide.slick-current .pls-gallery-thumbnail-image img,
.single-product-thumbnails .slick-slide:hover .pls-gallery-thumbnail-image img{
	border-color: var(--pls-primary-color);
}

/* Gallery left */
.slick-slider.slick-vertical .slick-list{
    margin-bottom: -10px;
}
@media only screen and (min-width : 640px) {	
	.product-gallery-left .pls-product-gallery-with-thumbnails .woocommerce-product-gallery__wrapper,
	.product-gallery-right .pls-product-gallery-with-thumbnails .woocommerce-product-gallery__wrapper{
		flex: 0 0 85%;
		max-width: 85%;
	}
	.product-gallery-left .single-product-thumbnails,
	.product-gallery-right .single-product-thumbnails {
		flex: 0 0 13%;
		max-width: 13%;
	}
	.product-gallery-left .single-product-thumbnails {
		margin-right: 1rem;
		order: -1;
	}
	.product-gallery-right .single-product-thumbnails {
		margin-left: 1rem;
	}
	.product-gallery-left .single-product-thumbnails img,
	.product-gallery-right .single-product-thumbnails img{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width : 639px) {
	.woocommerce-product-gallery .single-product-thumbnails{
		display: none;
	}
	.single-product-gallery.slick-slider .slick-next.slick-arrow,
	.single-product-gallery.slick-slider .slick-prev.slick-arrow{
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
	.pls-single-product-page .single-product-images-btns{
		bottom: 2em;
	}
}

/* Gallery Horizontal */
.product-gallery-horizontal .woocommerce-product-gallery {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 3rem;
}
.product-gallery-horizontal .single-product-gallery .slick-slide {
    margin-right: 1em;
}
.product-gallery-horizontal .single-product-gallery .slick-list{
	margin-right: -1em;
}
.product-gallery-horizontal.pls-product-content-style-4 div.summary {
    max-width: 600px;
    margin: 0 auto;
}

/* Product Gallery Grid */
.product-gallery-grid .single-product-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
	position: relative;
}
.product-gallery-grid .single-product-images-wrapper > div {
    padding-left: 10px;
    padding-right: 10px;
	position: relative;
}
.product-gallery-grid .single-product-images-wrapper > div:not(:first-child) {
    flex: 0 0 auto;
    width: calc(100% / 2);
}
.product-gallery-grid .single-product-images-wrapper > div,
.product-sticky-info .single-product-images-wrapper > div {
	margin-bottom: 1rem;
}

/* Product gallery Action Buttons */
.woocommerce-product-gallery .product-photoswipe-btn,
.woocommerce-product-gallery .pls-gallery-bottom-btns {
	position: absolute;
	right: 1rem;
	z-index: 9;
}
.woocommerce-product-gallery .product-photoswipe-btn {
	top: 1rem;
}
.woocommerce-product-gallery .pls-gallery-bottom-btns {
	bottom: 1rem;
}
.pls-gallery-bottom-btns > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.woocommerce-product-gallery .product-photoswipe-btn a {
	background-color: var(--pls-body-background);
	border-radius: 100%;
	box-sizing: content-box;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);	
    display: flex;
    align-items: center;
    justify-content: center;
	font-size:0;
	height: 42px;
	width: 42px;
}
.woocommerce-product-gallery .pls-gallery-bottom-btns a {
	background-color: var(--pls-body-background);
	border-radius: 20px;
	box-sizing: content-box;
    font-size: 15px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);	
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 34px;
    padding: 0 15px;
}
.woocommerce-product-gallery .product-photoswipe-btn a:hover,
.woocommerce-product-gallery .pls-gallery-top-btns a:hover,
.woocommerce-product-gallery .pls-gallery-bottom-btns a:hover {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}
.woocommerce-product-gallery .pls-gallery-bottom-btns a:before {
	margin-right: 5px;
}
.woocommerce-product-gallery .product-video-btn a:before {
	font-size: 12px;
}
.woocommerce-product-gallery .product-360-degree-btn a:before{
	font-size: 26px;
}

/* Product 360 Degree View */
.pls-360-degree-wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	min-height: 550px;
	max-width:600px;
}
.pls-360-degree-wrapper .pls-360-degree-images {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pls-360-degree-wrapper .pls-360-degree-images img {
    position: absolute;
    top: 0;
    left: 50%;
    height: auto;
    transform: translateX(-50%);
}
.pls-360-degree-wrapper .pls-360-degree-images img.previous-image {
  visibility: hidden;
  width: 0;
}
.pls-360-degree-wrapper .pls-360-degree-images img.current-image {
  visibility: visible;
  width: 100%;
}
.pls-360-degree-wrapper .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: #333;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
.pls-360-degree-wrapper .spinner span {
  font-size: 12px;
  font-weight: bolder;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  display: block;
}
.pls-360-degree-wrapper .nav_bar {
	background-color: var(--pls-body-background);
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    align-items: center;
    bottom: 15px;
    display: flex;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 10;
	
}
.pls-360-degree-wrapper .nav_bar a{
	font-size: 0;
	padding: 5px 10px;
}
.pls-360-degree-wrapper .nav_bar a:before{
	font-size: 20px;
}
.woocommerce-notices-wrapper + .entry-breadcrumbs{
	margin-bottom: 10px;
}
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background: none !important;
	font-size: 24px;
	font-weight: normal;
}
button.pswp__button {
	color: #ffffff;
}
.product-video-popup .mfp-close {
    color: #ffffff !important;
}

/* Product Summery */
.woocommerce div.product div.summary {
	position:relative;
}
@media (min-width: 768px) {
	.woocommerce div.product:not(.product-gallery-horizontal):not(.pls-product-content-style-2):not(.pls-product-content-style-3) div.summary {
		padding-left: 1rem;
	}
}
@media (min-width: 1200px) {
	.woocommerce div.product:not(.product-gallery-horizontal):not(.pls-product-content-style-2):not(.pls-product-content-style-3) div.summary {
		padding-left: 3rem;
	}
}
.pls-product-content-style-2 .pls-product-container {
	margin-bottom: 1rem;
}
.pls-no-sidebar .pls-product-content-style-3.pls-product-content-fullwidth .single-product-content {
	width: 92%;
}
.woocommerce div.summary ul{
	margin-left:0;
}
.woocommerce div.product .product_title{
	font-size: 32px;
    font-weight: normal;
    margin-bottom: 0;
}
.woocommerce .woocommerce-product-rating {
    display: flex;
    align-items: center;
	margin-right: 5px;
}
.woocommerce .woocommerce-product-rating .star-rating {
	margin-top: 0;
	margin-right: 5px;
}

/* Product Countdown */
.product-countdown-timer {
    display: block;
    line-height: 1;
	margin-bottom: .5rem;
}
.woocommerce div.summary .product-countdown-timer {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.woocommerce div.summary .countdown-box .product-countdown > span {
	color: var(--pls-primary-color);
	font-size: 20px;
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	border-radius: 5px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right:8px;
    min-width: 48px;
    min-height: 50px;
}
.woocommerce div.summary .countdown-box .product-countdown > span span {
	color: var(--pls-text-color);
	font-size: 12px;
	display: block;	
	line-height: 10px;
	margin-top: 5px;
	text-transform: capitalize;
}
.woocommerce div.summary .product-countdown-timer.countdown-text {
	color:#86AF49;
	display: flex;
    align-items: center;
}
.woocommerce div.summary.product-countdown-timer.countdown-text > span{
	margin-right:3px;
}

.woocommerce div.summary .stock-availability,
.woocommerce div.summary .woocommerce-variation-availability .out-of-stock{
	color:#ff6161;
}
.woocommerce div.summary .stock-availability,
.woocommerce div.summary > p.price,
.woocommerce div.summary > span.price,
.woocommerce div.summary .product-brands {
	margin-bottom: 1rem;
}
.woocommerce div.summary .stock-availability span {
	color: var(--pls-link-color);
}
.woocommerce div.summary .stock-availability.in-stock {
	color:#388e3c;
}
.woocommerce div.product .woocommerce-variation-availability {
	margin-top: .2rem;
}
.woocommerce div.product p.stock {
	margin-bottom:0;
}
.product-navigation .product-title-price {
    flex: 1 1 auto;
}
.product-navigation .product-title-price > a {
	display:block;
	margin-bottom: .3rem;
	max-height: 45px;
	line-height: 1.2;
    overflow: hidden;
}
.product-navigation .pls-product-info .product-title-price .price {
	font-size: 14px;
	margin-bottom:0;
}
.product-navigation .pls-product-info .product-title-price .price del {
	font-size: 12px;
}
.woocommerce div.summary > p.price,
.woocommerce div.summary > span.price{
	font-size: 22px;
    font-weight: normal;
}
.woocommerce div.summary > p.price del,
.woocommerce div.summary > span.price del{
	font-size:18px;
}
.woocommerce div.summary .woocommerce-variation-price p.price, 
.woocommerce div.summary .woocommerce-variation-price span.price{
	font-size:20px;
}
.woocommerce div.summary .woocommerce-variation-price p.price del,
.woocommerce div.summary .woocommerce-variation-price span.price del{
	font-size:14px;
}
.woocommerce div.summary > p.price .woocommerce-price-suffix ,
.woocommerce div.summary > span.price .woocommerce-price-suffix,
.woocommerce div.summary .woocommerce-variation-price .woocommerce-price-suffix {
    font-size: 14px;
    line-height: 1;
}
.woocommerce div.summary .woocommerce-product-rating .fancy-rating-summery,
.woocommerce div.summary .woocommerce-product-rating .fancy-star-rating + .woocommerce-review-link{
	display:none;
}
.woocommerce div.summary .product-price-discount{
	display: inline-flex;
	vertical-align: super;
}
.woocommerce div.summary .product-price-discount .on-sale{
	margin-left: 8px;
}
.woocommerce div.summary .woocommerce-product-details__short-description {
    margin-bottom: 1rem;
}
.woocommerce div.summary .woocommerce-product-details__short-description > p:last-child{ 
	margin-bottom:0
}
.woocommerce div.summary .woocommerce-product-details__short-description > span {
    width: 115px;
    font-weight: 600;
    padding-right: .6781em;
}
.woocommerce div.summary .woocommerce-product-details__short-description > span {
	color: var(--pls-link-color);
}
.woocommerce div.summary .woocommerce-product-details__short-description .short-description{
    flex: 0 0 calc(100% - 115px);
}
.woocommerce div.summary .woocommerce-product-details__short-description ul{
    list-style: inside;
	margin: 0;
}
.woocommerce div.product form.cart:not(.variations_form),
.woocommerce div.product form.variations_form.cart .woocommerce-variation-add-to-cart{
	margin-bottom: 2rem;
}
.woocommerce div.summary .product-brands a {
	padding: 5px;
    display: inline-block;
    margin-right: 1rem;
}
.woocommerce div.summary .product-brands a.brand-title {
	padding: 4px 10px;
	width: auto;
}

.woocommerce div.product form.variations_form.cart .single_variation,
 .woocommerce div.product .woocommerce-variation-availability {
	margin-bottom: .5rem;
}
.woocommerce div.summary form.cart .variation-swatche:not(:last-child) {
    margin-bottom: 1.5rem;
}
.woocommerce div.summary form.cart .variations .label {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.woocommerce div.summary form.cart .variations label{
	font-weight: 500;
    margin-bottom: 0;
    margin-right: 5px;
}
.woocommerce div.summary form.cart .variations .label span{
	font-size: 14px;
}
.woocommerce div.product form.cart .variations{
	margin-bottom: 1.5rem;
}
.woocommerce div.product form.cart .reset_variations {
    margin-top: 5px;
    display: inline-block;
}
div.summary form.cart .button {
    min-width: 210px;
}
.woocommerce div.product form.cart .button {
    vertical-align: top;
}
div.summary form.cart .button,
.woocommerce div.summary .pls_quick_buy_button{
    font-size: 14px;
    height: 46px;
    text-transform: uppercase;
}
.woocommerce div.summary .pls_quick_buy_button,
.woocommerce div.product.product-type-external form.cart .button,
.woocommerce div.product.product-type-grouped form.cart .button {
    min-width: 330px;
}
.woocommerce div.summary .pls-quick-buy {
	margin-top:1em;
}
div.summary form.cart .button {
	background-color: var(--pls-product-cart-button-bg-color);
	color: var(--pls-product-cart-button-color);
}
div.summary form.cart .button:hover,
div.summary form.cart .button:focus {
	background-color: var(--pls-product-cart-button-bg-hover-color);
	color: var(--pls-product-cart-button-hover-color);
}
.pls-quick-buy .pls_quick_buy_button,
.pls-bought-together-products .add-items-to-cart{
	background-color: var(--pls-buy-now-button-bg-color);
	color: var(--pls-buy-now-button-color);
}
.pls-quick-buy .pls_quick_buy_button:hover,
.pls-quick-buy .pls_quick_buy_button:focus,
.pls-bought-together-products .add-items-to-cart:hover,
.pls-bought-together-products .add-items-to-cart:focus{
	background-color: var(--pls-buy-now-button-bg-hover-color);
	color: var(--pls-buy-now-button-hover-color);	
}
.woocommerce div.summary .pls_quick_buy_button.disabled,
.woocommerce div.product .woocommerce-variation-add-to-cart-disabled .pls_quick_buy_button {
	cursor: not-allowed;
	opacity: .5;
}
.woocommerce div.summary .wcppec-checkout-buttons {
	margin-top: 0;
    text-align: left;
}
.woocommerce .paypal-buttons iframe.component-frame {
	z-index: 1 !important;
}
.woocommerce div.summary .wcppec-checkout-buttons__button {
	padding-top: 0;
}
.yith-wcwl-add-button .yith-wcwl-icon,
.products .yith-wcwl-add-button .separator,
.products  .yith-wcwl-add-button .view-wishlist {
	display: none !important;
}
.yith-wcwl-add-button .separator {
	margin: 0 5px;
}
.woocommerce div.summary .yith-wcwl-add-to-wishlist,
.woocommerce div.summary .product-sizechart {
    font-size: 18px;
	display: inline-block;
	margin-right: 1.2rem;
	margin-bottom: .681rem;
}
.yith-wcwl-add-to-wishlist .clear, 
.yith-wcwl-add-to-wishlist + .clear {
    display: none;
}
.woocommerce div.summary .yith-wcwl-add-to-wishlist a,
div.summary .yith-wcwl-add-button,
.woocommerce div.summary .product-sizechart a,
.woocommerce div.summary a.compare {
	display: inline-flex;
	align-items: center;
}
.woocommerce div.summary a.compare {
	background: none;
	box-shadow: none;
	color: var(--pls-link-color);
    font-size: 18px;
	font-weight: normal;
	padding: 0;
    margin-bottom: 0.681rem;
	margin-right: 1.2rem;
	text-transform: inherit;
}
.woocommerce div.summary a.compare:hover {
	color: var(--pls-link-hover-color);
}
.woocommerce div.summary .yith-wcwl-add-to-wishlist a:before,
.woocommerce div.summary a.compare:before,
.product-sizechart a:before{
    margin-right: 0.5rem;
    font-size: 18px;
    font-weight: 500;
}
.woocommerce div.summary a.compare:before {
	position: inherit;
	left: inherit;
}
.woocommerce div.summary  a.add_to_wishlist .blockUI, 
.woocommerce div.summary a.compare .blockUI {
	display: none !important;
}
.pls-product-sizechart {
	background-color: var(--pls-body-background);
	max-width:920px;
	margin:0 auto;
	position:relative;
}
.pls-product-sizechart .sizechart-header h2 {
	border-bottom: var(--pls-border-bottom);
	padding: .6781em;
	margin: 0;
}
.pls-product-sizechart .product-sizechart-inner {
	padding: 2em;
}

/* Delivery Return & Ask Question */
.pls-deliver-return-ask-questions,
.pls-estimated-delivery,
.pls-visitor-count {
    display: flex;
    align-items: center;	
    margin-bottom: .681rem;
}
.pls-deliver-return:before,
.pls-ask-questions:before,
.pls-estimated-delivery:before,
.pls-visitor-count:before {
    font-size: 18px;
	margin-right: .5rem;
}
.pls-deliver-return,
.pls-ask-questions {
	color: var(--pls-link-color);
    font-size: 18px;
}
.pls-deliver-return:hover,
.pls-ask-questions:hover {
	color: var(--pls-link-hover-color);
}
.pls-deliver-return.pls-ajax-block,
.pls-ask-questions.pls-ask-questions-ajax {
    cursor: pointer;
}
.pls-deliver-return {
    margin-right: 1.2rem;
}

.pls-ajax-blok-content {
	background-color: var(--pls-body-background);
    max-width: 850px;
    position: relative;
    margin: 0 auto;
    padding: 1rem;
}
.pls-ask-questions-popup {
	background-color: var(--pls-body-background);
    max-width: 650px;
    position: relative;
    margin: 0 auto;
    padding: 2rem;
}
.ask-questions-form-tile {
	text-align: center;
}
.pls-ask-questions-popup form.wpcf7-form > *:nth-last-child(2) {
    margin-bottom: 0;	
    position: relative;
}
.pls-ask-questions-popup form.wpcf7-form input[type="submit"] {
	width: 100%;
}
.pls-ask-questions-popup form.wpcf7-form .wpcf7-spinner {
    position: absolute;
    left: calc( 50% - 15px);
    top: calc( 50% - 15px);
}
.pls-ask-questions-popup form .wpcf7-response-output {
    margin: 0;
    margin-top: 1rem;
    text-align: center;
}

/* Estimated Delivery */
.pls-estimated-delivery {
	color: var(--pls-link-color);
	font-size: 18px;
}
.pls-delivery-date {
	color: var(--pls-text-color);
    margin-left: 5px;
}

/* Product Visitor Count */
.pls-visitor-count {
	font-size: 18px;
}
.product-visitor-count {
	color: var(--pls-link-color);
    margin-right: 5px;
}
.pls-visitor-count:before {
	color: var(--pls-link-color);
}

/* Productt Policy List */
.pls-product-policy,
.pls-product-trust-badge,
.woocommerce div.summary .product_meta {
	margin-bottom: 1.681rem;
	margin-top: 1.681rem;

}
.pls-product-policy {
    background-color: var(--pls-hover-background-color);
    border-radius: 5px;
    padding: 1rem 0;
}
.pls-product-policy ul {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
}
.pls-product-policy li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: auto;
    padding: 0.5rem;
	position: relative;
}
.pls-product-policy li.pls-ajax-block {
	cursor: pointer;
}
.pls-product-policy .policy-item-icon:before {
	color: var(--pls-primary-color);
    font-size: 38px;
    margin-bottom: .5rem;
}
.pls-product-policy .policy-item-name {
    line-height: 1.4;
    margin-top: 7px;
    text-align: center;
    width: 65%;
}
.pls-product-policy .policy-item.loading:before {
    position: absolute;
    top: calc( 50% - 10px);
    z-index: 9;
}
.pls-product-policy .policy-item.loading:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(245, 245, 245, 0.7);
    z-index: 2;
}

/* Productt Trust Badge */
.pls-product-trust-badge fieldset {
    text-align: center;
    margin-bottom: 0;
    padding: 1rem;
}
.pls-product-trust-badge legend {
	color: var(--pls-link-color);
    font-weight: 500;
	margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

/* Product Meta */
.woocommerce div.summary .product_meta,
.pls-product-trust-badge {
	margin-bottom: 1.681rem;
	margin-top: 1.681rem;
}
.woocommerce div.summary .product_meta > span {
	color: var(--pls-link-color);
	display: block;
    margin-bottom: 3px;
}
.product_meta > span span,
.product_meta > span a {
	color: var(--pls-text-color);
    display: inline-block;
    font-weight: 400;
    margin: 0 1px;
}
 div.quantity {	
    background-color: var(--pls-body-background);
	border: 2px solid var(--pls-border-color);
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
    text-align: center;
}
.quantity label{
	cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    min-width: 27px;
}
.quantity label:before {
	color: var(--pls-text-color);
    font-size: 12px;
    font-weight: 600;
}
.quantity label.minus {	
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-right:0;
	margin-left: 1px;
}
.quantity label.plus {
	border-left:0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.woocommerce .quantity .qty {
    border: none;
    border-radius: 0;
	color: var(--pls-link-color);
    font-size: 18px;
    padding: 5px;
    text-align: center;
    height: 43px;
    width: 30px;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
.quantity.hidden {
	display: none;
}
.entry-summary .quantity {
    margin-right: 1em;
}
.woocommerce a.added_to_cart {
	display:none !important;
}
.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after {
	content:none;
}
.woocommerce div.summary #comments,
.woocommerce div.summary #review_form_wrapper {
	flex: 0 0 100%;
	max-width: 100%;
}
.woocommerce div.summary > .product-share,
.pls-quick-view .pls-scroll-content .product-share {
	display: flex;
    align-items: center;
	margin-bottom:1em;
}
.woocommerce div.summary > .product-share .share-label {
	color: var(--pls-link-color);
	font-weight: 500;	
}
.woocommerce div.summary > .product-share a,
.pls-quick-view .pls-scroll-content > .product-share a {
	margin-bottom:0;
	font-size: 16px;
	line-height: 30px;
	width: 30px;
	height: 30px;
}
.woocommerce div.summary > .product-share a i,
.pls-quick-view .pls-scroll-content > .product-share a i {
    justify-content: center;
}

/* Bottom Product Meta */
.pls-single-product-meta {
    border-bottom: var(--pls-border-bottom);
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-bottom: 1rem;
    margin-bottom: 2.5rem;
}
.pls-single-product-meta .product_meta {
    display: inherit;
}
.pls-single-product-meta .product_meta > span:not(:last-child) {
    margin-right: 1rem;
}
.pls-single-product-meta .product_meta > span {
	color: var(--pls-link-color);
}
.woocommerce .pls-single-product-meta > .product-share {
	display: flex;
}

/* Bought Together Products */
.pls-bought-together-products {
	border-radius: var(--pls-border-radius);
}
.woocommerce div.summary .pls-bought-together-products {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
    padding: 1.5rem;
    margin-top: 2rem;
}
.pls-single-product-page > .pls-bought-together-products {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
    padding: 1.5rem;
    margin-bottom: 3rem;
	margin-top: 4rem;
}
.woocommerce div.summary .pls-bought-together-products .bought-together-title,
.pls-single-product-page > .pls-bought-together-products .bought-together-title {
    font-size: 20px;
}
.woocommerce .pls-bought-together-products div.product {
	padding-right: var(--pls-grid-gap);
    padding-left: var(--pls-grid-gap);
	position:relative;
}
.pls-bought-together-products div.product .pls-product-image:after {
	content: "+";
	position: absolute;
	font-size: 28px;
	line-height: 1.458em;
	height: 1.458em;
	width: 1.458em;
	border-radius: 50%;
	top: 50%;
	right: -1.25em;
	margin-left: -16px;
	display: inline-block;
	text-align: center;
	transform: translateY(-50%);
	z-index: 98;
	color: #999;
}
.pls-bought-together-products div.product:last-child .pls-product-image:after {
	content:none;
}
.woocommerce .pls-bought-together-products div.product .pls-product-inner {
	box-shadow:none !important;
    padding: 0;
}
.pls-bought-together-products .product-checkbox {
    position: absolute;
    top: 0;
    right: 0;
}
.woocommerce div.summary .pls-bought-together-products .products,
.woocommerce div.summary .pls-bought-together-products .items-total-price-button {
	flex: 0 0 100%;
	max-width: 100%;	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.woocommerce div.summary .pls-bought-together-products .items-total-price-button {
	border-top: var(--pls-border-top);
	padding-bottom:1em;
	padding-top:1em;
}
.woocommerce div.summary .pls-bought-together-products .products {
	margin-bottom:1em;
	display: initial;
}
.woocommerce div.summary .items-total-price-button .items-total-price,
.woocommerce div.summary .items-total-price-button {
	display: flex;
	flex: 1 1 0%;
}
.woocommerce div.summary .items-total-price-button .item-price,
.woocommerce div.summary .items-total-price-button .items-price,
.woocommerce div.summary .items-total-price-button .total-price {
	color: var(--pls-link-color);
    font-size: 16px;
    font-weight: 500;
}
.woocommerce div.summary .items-total-price-button .items-total-price > div {
    padding: 0 22px;
	position:relative;
	display: flex;
	flex-direction: column;
}
.woocommerce div.summary .items-total-price-button .items-total-price > div:last-child {
    padding-right: 0;
}
.woocommerce div.summary .items-total-price-button .items-total-price > div:first-child {
    padding-left: 0;
}
.woocommerce div.summary .pls-bought-together-products .current-item:after, 
.woocommerce div.summary .pls-bought-together-products .addons-item:after {
	content: "\002B";
	position: absolute;
	right: -6px;
	font-size: 22px;
	top: .5em;
}
.woocommerce div.summary .pls-bought-together-products .addons-item:after {
	content: "\003D";
}
.pls-bought-together-products .pls-out-of-stock {
	background-color: #a9a9a9;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	color: #ffffff;
    left: 0;
    right: 0;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    top: 50%;
	transform: translateY(-50%);
	z-index: 91;
}
.pls-bought-together-products .out-of-stock .pls-product-image ,
.pls-bought-together-products button[disabled="disabled"] {
    filter: grayscale(1);
    opacity: 0.6;
}
.pls-bought-together-products button[disabled="disabled"] {
	cursor: no-drop;
}

/* After Summery & In tabs */
.woocommerce div.summary .accordion-layout .woocommerce-Tabs-panel {
	padding-top: 0;
}
.woocommerce-tabs .bought-together-title {
	display:none;
}
.pls-single-product-page > .pls-bought-together-products .items-total-price-button,
.pls-single-product-page .woocommerce-tabs .pls-bought-together-products .items-total-price-button {
	border-left: var(--pls-border-left);
}
.pls-single-product-page > .pls-bought-together-products .items-total-price-button .items-total-price,
.pls-single-product-page > .woocommerce-tabs .items-total-price-button .items-total-price {
    margin-bottom: 1em;
}
.pls-single-product-page > .pls-bought-together-products .items-total-price-button .items-total-price > div ,
.pls-single-product-page > .woocommerce-tabs .items-total-price-button .items-total-price > div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 1.7em;
    width: 100%;
}
.pls-single-product-page > .pls-bought-together-products .items-total-price-button .items-total-price > div:last-child,
.pls-single-product-page > .woocommerce-tabs .items-total-price-button .items-total-price > div:last-child {
	border-top: var(--pls-border-top);
	padding-top: .6em;
}
.pls-single-product-page > .pls-bought-together-products .items-total-price-button .item-price,
.pls-single-product-page > .pls-bought-together-products .items-total-price-button .items-price,
.pls-single-product-page > .pls-bought-together-products .items-total-price-button .total-price ,
.pls-single-product-page > .woocommerce-tabs .items-total-price-button .item-price,
.pls-single-product-page > .woocommerce-tabs .items-total-price-button .items-price,
.pls-single-product-page > .woocommerce-tabs .items-total-price-button .total-price {
	color: var(--pls-link-color);
    font-size: 16px;
    font-weight: 500;
}
.woocommerce div.product form.cart .group_table label {
	font-weight: normal;
	margin-bottom:0;
}
.woocommerce div.product form.cart .group_table tr {
    border-left: 0;
    border-right: 0;
}
.woocommerce div.product form.cart .group_table tr:first-child {
	border-top: 0;	
}
.woocommerce div.product form.cart .group_table tr:last-child {
	border-bottom: 0;	
}
.woocommerce div.product form.cart .group_table td {
	padding-bottom: 1rem;
	padding-top: 1rem;
    vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: 6rem;
    text-align: inherit;
}
.woocommerce-grouped-product-list-item__price {
	font-size: 18px;
	font-weight: normal;
	color: var(--pls-link-color);
}

/* Product Tabs */
.woocommerce div.summary .woocommerce-tabs {
    margin-top: 2rem;
}
.woocommerce-tabs {
	margin-top: 0;
    margin-bottom: 5rem;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs {	
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
	display: inline-block;
}
.tabs-layout .wc-tabs {
	margin-bottom: 1.5rem;
	margin-left: 0;
}
.tabs-layout .wc-tabs li {
	margin-right:2rem;
	margin-bottom:0;
}
.tabs-layout .wc-tabs li:last-child {
	margin:0;
}
.tabs-layout .tabs li a {
	font-size: 22px;
	padding: 0;
	display: inline-block;
}
.tabs-layout .wc-tabs li a:after {
    border-bottom: 2px solid;
	content: '';
	display: block;
	width: 0;
	transition: width 0.3s;
}
.tabs-layout .wc-tabs li:hover a:after,
.tabs-layout .wc-tabs li.active a:after {
    width: 100%;
}
.tabs-layout .tab-content-wrap a.accordion-title,
.accordion-layout .wc-tabs,
.toggle-layout .wc-tabs {
	display:none;
}
.woocommerce-tabs.tabs-layout .tab-content-wrap {
	margin: 0 auto;
}
.accordion-layout .tab-content-wrap a.accordion-title,
.toggle-layout .tab-content-wrap a.accordion-title {
	display: block;
    font-size: 22px;
    padding: .7871rem 0;
	position: relative;
}
.toggle-layout .tab-content-wrap a.accordion-title span {
    display: flex;
    align-items: center;
	position: relative;
}
.toggle-layout .tab-content-wrap .accordion-title span:after {
    border-bottom: 2px solid #222222;
    content: "";
    display: inline-flex;
    margin-left: 1.2rem;
    width: 50px;
}
.tab-content-wrap .accordion-title:after {
	color: var(--pls-primary-color);
	font-size: 12px;
	margin-top: -10px;
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.tab-content-wrap .accordion-title.open:after {
	color: var(--pls-primary-color);
	transform: rotate(180deg);
}
.accordion-layout .tab-content-wrap,
.toggle-layout .tab-content-wrap {
	border-bottom: var(--pls-border-bottom);
}
.accordion-layout .woocommerce-Tabs-panel {
	padding: 1rem 0;
}
.toggle-layout .woocommerce-Tabs-panel {
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.woocommerce-Tabs-panel > .elementor {
	margin-left: calc(var(--pls-grid-gap) * -1);
    margin-right: calc(var(--pls-grid-gap) * -1);
}	
@media (min-width: 1200px) {
	.pls-single-product-page > .woocommerce-tab.tabs-layout .woocommerce-Tabs-panel {
		margin: auto 10%;
	}
	.pls-single-product-page > .woocommerce-tabs.toggle-layout .woocommerce-Tabs-panel {	
		margin: auto 18%;	
	}
	
}
.woocommerce table.shop_attributes th {
	color: var(--pls-link-color);
	border-right: var(--pls-border-right);
	font-size: 14px;
    font-weight: 500;
    padding: 10px 18px;
    text-transform: uppercase;
	width: 200px;
}
.woocommerce table.shop_attributes td {
    padding: 0 18px;
}

/* Comment Reviews */
.woocommerce #reviews #comments ol.commentlist li {	
	border-bottom: var(--pls-border-bottom);
    margin-bottom: 1.5rem;
	position: relative;
}
.woocommerce .woocommerce-Reviews .rating-counts-wrap,
.woocommerce-Reviews .clear {
	display: none;
}
#comments .woocommerce-Reviews-title {
    font-size: 24px;
	margin-bottom: 1.5rem;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin: 0 0 0.5rem;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating {
	margin-bottom: 5px;
}
.woocommerce #reviews #comments .woocommerce-review__author {
	color: var(--pls-link-color);
    font-weight: 500;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 6rem;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border-radius: 50%;
}
.comment-form > div {
    padding: 0 1rem;
}
.comment-form > p > label {
    font-weight: normal;
    text-transform: capitalize;
}
.woocommerce-Reviews #review_form_wrapper {
    margin-top: 1rem;
}
.woocommerce-Reviews #reply-title {
	color: var(--pls-link-color);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}
.comment-form-rating p.stars {
	display: inline-block;
    margin-bottom: 0;
}
.woocommerce p.stars a {
	font-size: 0;
    padding: 0 2px;
}
.woocommerce p.stars a:before {
	color: #d3ced2;
	content: '\ea70';
}
.woocommerce p.stars.selected a:before,
.woocommerce p.stars.selected:hover a:before,
.woocommerce p.stars:hover a:before {
    color: #222222;
}
.woocommerce p.stars a.active~a:before,
.woocommerce p.stars a:before,
.woocommerce p.stars a:hover~a:before,
.woocommerce p.stars.selected:hover a:hover~a:before {
    color: #d3ced2;
}
.woocommerce p.stars > span {
	display: flex;
}
.comment-form-rating > select {
    display: none;
}


/* Related/Up Sells/Cross Sells Products */
div.product > section > h2,
div.cross-sells > h2 {
    font-size: 28px;
	font-weight: normal;
    position: relative;
	text-align: center;
}
div.product > section > h2:before,
div.cross-sells > h2:before,
div.product > section > h2:after,
div.cross-sells > h2:after {    
    border-bottom: var(--pls-border-bottom);
    content: "";
    width: 100px;
    display: inline-flex;
    vertical-align: middle;
}
div.product > section > h2:before,
div.cross-sells > h2:before {
	margin-right: 1.5rem;
}
div.product > section > h2:after,
div.cross-sells > h2:after {
	margin-left: 1.5rem;
}

div.product > section:not(:last-child),
div.cross-sells {
	margin-bottom: 4rem;
}

/*
 * 4.3 My Account Page
 */
.woocommerce .woocommerce-error li{
	margin-bottom:0;
}
.woocommerce form .form-row .required {
    visibility: visible;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: calc(var(--pls-grid-gap) * -1);
	margin-right: calc(var(--pls-grid-gap) * -1);
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2{
	flex: 1 0 50%;
    max-width: 50%;
    padding-left: var(--pls-grid-gap);
    padding-right: var(--pls-grid-gap);
}
.woocommerce form .form-row{
	display:inherit;
	padding: 0;
	margin: 0 0 1em;
}
td.product-total .amount {
    color: #777;
    font-weight: normal;
}
.woocommerce-account.logged-in .entry-content > .woocommerce:not(.pls-element),
.woocommerce-account.logged-in .elementor-widget-container > .woocommerce:not(.pls-element){
	display: flex;
	flex-flow: row;
}
.woocommerce-account .MyAccount-navigation-wrapper{
	flex: 0 0 25%;
	max-width: 25%;
}
.woocommerce-MyAccount-navigation ul{
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	border-radius: 0 0 var(--pls-border-radius) var(--pls-border-radius);
	margin:0;
	list-style:none;
}
.woocommerce-MyAccount-navigation ul li{
	margin-bottom:0;
}
.woocommerce-MyAccount-navigation li a {
    padding: 1rem 1rem 1rem 1.7rem;
    display: block;
}
.woocommerce-MyAccount-navigation li:not(:last-child) a {
	border-bottom: var(--pls-border-bottom);
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li:hover a {
	background-color: var(--pls-hover-background-color);
}
.woocommerce-account .pls-customer-login-register,
.woocommerce-account .pls-login-register-popup {
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.woocommerce-account .woocommerce-MyAccount-content{
	flex: 0 0 75%;
	max-width: 75%;
	padding-left:2em;
}
.woocommerce-MyAccount-content > .woocommerce-Address {
	flex: 0 0 100%;
	max-width: 100%;
	padding:0;
}
.woocommerce-account .pls-user-profile {
	background-color: var(--pls-primary-color);
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	border-color: var(--pls-primary-color);
	border-radius: var(--pls-border-radius) var(--pls-border-radius) 0 0;
    padding: 2em 1em;
	text-align: center;
}
.woocommerce-account .user-avatar img {
    vertical-align: middle;
    width: 80px;
    height: 80px;
}
.woocommerce-account .user-avatar img { 
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 5px;
}
.woocommerce-account .user-info p{
	margin-bottom: .2em;
}
.woocommerce-MyAccount-navigation li a:before{
	color: var(--pls-primary-color);
	font-size: 16px;
	font-weight: normal;
	margin-right: .8em;
}
.woocommerce-account .user-info .display-name {
	color: var(--pls-primary-inverse-color);
	margin-bottom: 0;
	margin-top: 10px;
}
.woocommerce-account .addresses .title .edit{
	color: var(--pls-primary-color);
	font-weight: 500;
}
.woocommerce-Pagination a.button {
    background: none;
    box-shadow: none;
	color: var(--pls-primary-color);
    font-weight: 500;
}

/* Login & Register With Popup */
.pls-customer-login-register, 
.pls-login-register-popup,
.woocommerce-ResetPassword,
.woocommerce-form-track-order {
	background-color: var(--pls-body-background);	
    border: 2px solid var(--pls-border-color);
    max-width: 500px;
	margin: 0 auto;
	margin-top:1em;
}
.pls-customer-login, 
.pls-customer-register {
    display: none;
    flex-direction: column;
    padding: 2.5rem 3rem;
    text-align: center;
}
.pls-customer-login.active,
.pls-customer-register.active {
	display: flex;
}
.pls-customer-login > h2, 
.pls-customer-register > h2 {
    font-size: 36px;
    font-weight: normal;
}
.woocommerce form .woocommerce-form-row {
	margin-bottom:25px;
}
.woocommerce form .form-row label {
	font-weight: 500;
    text-align: left;
}
.woocommerce .form-row.woocommerce-rememberme-lost_password {
	display: flex;
	align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
}
.woocommerce form .woocommerce-rememberme-lost_password label,
.woocommerce form .woocommerce-rememberme-lost_password a {
	color: var(--pls-primary-color);
	font-weight: 500;
}
.woocommerce .woocommerce-rememberme-lost_password label {
	margin:0;
}
.pls-customer-login-register .signin-up-error-message {
	color:#ff6161;
}
.pls-customer-login-register .signin-up-success-message {
	color:#388e3c;
}
.woocommerce .woocommerce-form-login p {
    margin-bottom: 12px;
	padding:0;	
}
.woocommerce .woocommerce-form-login .woocommerce-login-button {
    margin-bottom: 1rem;
}
.woocommerce-form .button,
.woocommerce-ResetPassword .button,
.woocommerce-checkout form.checkout_coupon button {
    font-size: 18px;
	text-align:center;
	height: 56px;
	width:100%;
}
.woocommerce-or-login-with {
	color: var(--pls-link-color);
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
}
.woocommerce-or-login-with:after, 
.woocommerce-or-login-with:before{
	border-bottom: var(--pls-border-bottom);
    content: "";
    flex: 1 0 0;
}
.woocommerce-or-login-with span{
	margin:0 10px;
}
.woocommerce-login-with-facebook .button{
	background-color: #4267B2;
}
.woocommerce-login-with-google .button{
	background-color: #DD5145;
}
.woocommerce-pls-new-register {
	text-align: center;
}
.woocommerce-pls-new-register a {
    font-weight: 500;
}
.woocommerce .woocommerce-form-login p:last-child,
.woocommerce-form-register p:last-child {
	margin-bottom:0;
}
.pls-login-register-popup {
    border: none;
    position: relative;
}

/* Reset Password */
.woocommerce-ResetPassword,
.woocommerce-form-track-order {
    flex-direction: column;
    padding: 2.5rem 3rem;
    text-align: center;
}
.woocommerce form.woocommerce-ResetPassword .form-row-first {
    float: inherit;
    width: 100%;
    text-align: left;
}

/** My Order Page **/
.woocommerce table.my_account_orders{
	font-size:14px;
}
.woocommerce table.my_account_orders .button{
	font-size: 12px;
	line-height: 16px;
	padding: 10px 14px;
}
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-number a{
	color: var(--pls-primary-color);
	font-weight:600;
}

/*
 * 4.4 Cart Page
 */
.woocommerce-cart-wrapper{
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 5rem;
    margin-right: calc(var(--pls-grid-gap) * -1);
    margin-left: calc(var(--pls-grid-gap) * -1);
}
.woocommerce-cart-form,
.cart-collaterals{
	padding-right: var(--pls-grid-gap);
    padding-left: var(--pls-grid-gap);
	width: 100%;
}
@media (min-width: 1025px) {
	.woocommerce-cart-form{
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}	
	.cart-collaterals{
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
.woocommerce-cart table.cart{
	margin-bottom:0;
}
.woocommerce-cart table.cart th {
    font-size: 15px;
    text-transform: uppercase;
}
.woocommerce table.shop_table th {
	border: none;
	border-bottom: var(--pls-border-top);
    font-weight: 500;
	padding: 15px 12px;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table td {
	border-bottom: var(--pls-border-top);
    padding: 15px 12px;
    vertical-align: middle;
}
.woocommerce a.remove {
	font-size: 0;
}
.woocommerce table.shop_table td.product-thumbnail img{
	max-width:80px;
	width:inherit;
}
table.shop_table td.actions {
    text-align: right;
}
.has-auto-update-cart .actions > button[type="submit"]{
	display: none;
}
table.shop_table td .amount,
.woocommerce-cart .cart-totals .shipping-calculator-button{
	color: var(--pls-primary-color);
	font-weight:500;
	font-size: 15px;
}
.woocommerce-cart .woocommerce-cart-wrapper .actions {
    border: none;
    padding: 0;	
    padding-top: 1.5rem;
}
.woocommerce-cart-wrapper .actions .coupon label{
	display:none;
}
.woocommerce-cart-wrapper .actions .coupon .button {
	background: none;
	border: 2px solid var(--pls-primary-color);
	color: var(--pls-primary-color);
    padding: 8px 30px;
}
.woocommerce-cart-wrapper .actions .coupon .button:hover {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}
.woocommerce-cart-wrapper .actions > .button {
	padding: 10px 30px;
}
.wcppec-checkout-buttons__separator{
	color: var(--pls-link-color);
	font-size: 16px;
    font-weight: 600;
	text-transform: uppercase;
}
@media (min-width:576px){
	.woocommerce-cart-wrapper .actions .coupon {
		display: flex;
		float: left;
		width: 60%;
	}
	.woocommerce-cart-wrapper .actions .coupon .input-text {
		max-width: 240px;
		margin-right: 1rem;
	}
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .place-order .button {
    font-size: 18px;
	display: block;
    padding: 13px 30px;
	text-align: center;
    width: 100%;
}
.woocommerce-cart-wrapper .cart_totals {
	border: 1px solid var(--pls-primary-color);
	padding: 1.5rem;
}
.cart-collaterals .cart_totals h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.woocommerce-cart .cart_totals {
	border-radius: var(--pls-border-radius);
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
	color: var(--pls-link-color);
}
.woocommerce-cart .cart_totals .shipping-calculator-button {
    font-weight: 500;
	display:block;
	margin-bottom:5px;	
    margin-top: 5px;
}
.shipping-calculator-button:after {
    margin-left: 8px;
    font-weight: 600;
    font-size: 12px;
}
.cart_totals .cart-subtotal,
.cart_totals .order-total {
	text-align: right;
}
.cart_totals .shop_table tr > *:first-child {
	padding-left: 0;
}
.cart_totals .shop_table tr > *:last-child {
	padding-right: 0;
}
.cart_totals .order-total td .amount {
    font-size: 18px;
    font-weight: 600;
}
.woocommerce-cart a.checkout-button {	
	background-color: var(--pls-checkout-button-bg-color);
	color: var(--pls-checkout-button-color);
}
.woocommerce-cart.woocommerce-cart a.checkout-button:hover,
.woocommerce-cart a.checkout-button:focus {
	background-color: var(--pls-checkout-button-bg-hover-color);
	color: var(--pls-checkout-button-hover-color);	
}
.cart-collaterals .select2-container--default .select2-selection--multiple, 
.cart-collaterals .select2-container--default .select2-selection--single {
	min-width: 175px;
}
.wc-proceed-to-checkout .ppc-button-wrapper {
    margin-top: 1rem;
}
.woocommerce form .form-row input.input-text {
	line-height:2;
}
.woocommerce ul.cart_list li dl, 
.woocommerce ul.product_list_widget li dl {
	border-left-color: var(--pls-border-color);
}
.woocommerce ul.cart_list li dl dd, 
.woocommerce ul.product_list_widget li dl dd {
	padding: 0;
	margin: 0;
}
.woocommerce td.product-name dl.variation p {
	font-weight:normal;
}

/* Free Shipping Bar */
.freeshipping-bar {
	background-color: var(--pls-hover-background-color);
    margin-bottom: 0.5em;
}
.pls-progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
}
.freeshipping-bar .pls-progress-bar {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
    height: 16px;
    font-size: 12px;
    font-weight: 600;
}
.freeshipping-bar-msg {
    color: var(--pls-primary-color);
    text-align: center;
}
.pls-freeshipping-bar.completed .freeshipping-bar-msg {
    color: var(--pls-primary-color);
    text-align: center;
}
.freeshipping-bar-msg .amount{
	 font-weight: 500;
}
.cart-collaterals .pls-freeshipping-bar {
    margin-bottom: 1.5rem;
}

/*
 * 4.5 Checkout Page
 */
.woocommerce-checkout form.woocommerce-form-login,
.woocommerce-checkout form.checkout_coupon {
    display: block;
    max-width: 450px;
    margin: 0 auto 30px;
}
form.checkout.woocommerce-checkout {
    margin-top: 3rem;
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
	background-color: var(--pls-hover-background-color);
	border: none;
    text-align: center;
    padding-right: 3rem;
}
.woocommerce-info .showlogin,
.woocommerce-info .showcoupon {
	color: var(--pls-primary-color);
	font-weight: 500;
}
.woocommerce-form-login-toggle .woocommerce-info:before,
.woocommerce-form-coupon-toggle .woocommerce-info:before {
	color: var(--pls-primary-color);
    font-size: 18px;
	margin-right: 10px;
	position: initial;
	vertical-align: top;
}
.woocommerce-checkout .col2-set:not(.addresses) .col-1,
.woocommerce-checkout .col2-set:not(.addresses) .col-2{
	flex: 1 0 100%;
	max-width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields {
    margin-bottom: 3em;
}
.woocommerce-checkout .woocommerce-shipping-fields h3{
	font-size: 18px;
}
.woocommerce-checkout .order-review-inner {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	border-color: var(--pls-primary-color);
	border-radius: var(--pls-border-radius);
    padding: 2rem;
}
.order-review-inner .shop_table tr > *:first-child {
	padding-left: 0;
}
.order-review-inner .shop_table tr > *:last-child {
	padding-right: 0;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    width: 55%;
}
.woocommerce-checkout-review-order-table thead th:last-child,
.woocommerce-checkout-review-order-table tbody td:last-child,
.woocommerce-checkout-review-order-table tfoot td:last-child,
.woocommerce-checkout-review-order-table .order-total td:last-child {
	text-align: right;
}
.woocommerce-checkout-review-order-table tfoot th {
	color: var(--pls-primary-color);
}
.woocommerce-checkout-review-order td.product-name {
    display: flex;
    align-items: center;
    width: 100%;
}
.woocommerce-checkout-review-order .pls-product-thumb {
	margin-right: 10px;
    min-width: 40px;
}
@media (max-width: 1024px) {
	.woocommerce-checkout-review-order .pls-product-thumb {
		display: none;
	}
}
.woocommerce-checkout-review-order .pls-product-desc:not(.has-order-review-quantity) {
    display: flex;
    align-items: center;
}
.woocommerce-checkout-review-order .pls-product-title {
    line-height: 1.5;
}
.woocommerce-checkout-review-order .quantity {
	margin-top: 5px;
    margin-right: 0;	
}
.woocommerce-checkout-review-order .quantity label {
    min-width: 20px;
}
.woocommerce-checkout-review-order .quantity .qty {
    height: 22px;
    width: 30px;
}
.woocommerce-checkout #payment{
	background:none;
}
.woocommerce-checkout #payment ul.payment_methods {	
    border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
}
.woocommerce-checkout #payment div.payment_box {
	background: none;
	border-radius: var(--pls-border-radius);
	color: inherit;
    margin-top: 0;
}
.woocommerce-checkout #payment .wc_payment_method > label {
    font-weight: 500;
	margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods li img {
    height: 24px;
}
#stripe-payment-data input[type="checkbox"] {
    width: 18px !important;
}
.woocommerce-checkout #payment div.form-row {
	padding: 0;
    margin-bottom: 0;
	margin-top: 1.5rem;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
	color: var(--pls-text-color);
	font-weight: normal;
}

/*
 * 4.6 Thank You Page
 */
.woocommerce-order .woocommerce-notice {
    text-align: center;
    font-size: 1.3rem;
}
.woocommerce-order .woocommerce-notice.woocommerce-notice--success {
    color: #388e3c;
}
.woocommerce-order .woocommerce-notice--success:before {
    font-size: 20px;
    margin-right: 6px;
}
.woocommerce ul.order_details {
    border: 2px dashed var(--pls-border-color);
    border-radius: var(--pls-border-radius);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2rem;
}
.woocommerce ul.order_details li {
    border-right: 2px dashed var(--pls-border-color);
    list-style-type: none;
    padding-right: 3em;
    margin-bottom: 0;
    text-align: center;
}
.woocommerce ul.order_details li strong {
    color: var(--pls-link-color);
    display: block;
    text-align: center;
}
.woocommerce-order .order_details + p {
    font-size: 16px;
}
.woocommerce-order .order_details + p:before {
    font-size: 22px;
    margin-right: 10px;
    line-height: 1;
}

/**
 * 5.0 Elements
 */
.pls-element:not(.pls-list) ul {
    list-style: none;
}
.pls-element ul {
	margin-left: 0;
	margin-top: 0;
}
.pls-element ul li {
	margin-bottom: 0;
}

/**
 * 5.1 Menu Block & Menu Items Element
 */
.pls-megamenu-list,
.pls-sub-megamenu {
	list-style: none;
	margin: 0 !important;
}
.pls-megamenu-list li {
	margin: 0 !important;
}
.pls-megamenu-list:not(:last-child) > li.menu-item ul.pls-sub-megamenu {
	margin-bottom: 1rem;
}
.menu-item .nav-link i, 
.menu-item .nav-link img {
    font-size: 14px;
    margin-right: 5px;
}
.menu-item .nav-link img {
    max-width: 16px;
    max-height: 16px;
}
.menu-item a.nav-link {
	position: relative;
}
.menu-item .pls-menu-badge {
    background-color: #ff554e;
	color: #ffffff;
    white-space: nowrap;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    padding: 3px 5px;
    bottom: 22px;
    left: 100%;
    position: absolute;
	text-transform: uppercase;
}
.pls-navigation > ul.menu > li > a.nav-link .pls-menu-badge {
	bottom: inherit;
	left: inherit;
    top: -1px;
    right: -15px;
}
.menu-item .pls-menu-badge:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 4px;
    border: 7px solid;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
    border-right-width: 9px;
    border-left-width: 0;
    border-color: #ff554e;;
}
.menu-item .pls-menu-badge:not(:last-child){
	margin-right:3px;
}
.menu-item .pls-menu-badge.label-new {
    background-color: #4AC4FA;
}
.menu-item .pls-menu-badge.label-hot {
    background-color: #FF8400;
}
.menu-item .pls-menu-badge.label-sale {
    background-color: #60BF79;
}

/**
 * 5.2 Products Grid and Slider Element
 */

/* Product Horizontal */
.pls-product-horizontal .pls-product-inner {
	display: flex;
	flex-direction: row;
}
.pls-product-horizontal .pls-product-image {
	flex: 0 0 40%;
	max-width: 40%;
    margin-bottom: 0;
    margin-right: 15px;
}
.pls-element.pls-product-horizontal .products .product-countdown-timer {
	display: none;
}
.pls-product-horizontal .pls-product-info {
	flex: 0 0 56%;
	max-width: 56%;
}
.pls-element.pls-product-horizontal .products .pls-product-info {
    text-align: left;
}
.pls-element.pls-product-horizontal .products.product-style-3 .pls-product-info {
	transform: none !important;
}
.pls-element.pls-product-horizontal .products .pls-star-rating {
	justify-content: start;
}

/**
 * 5.3 Products Tabs Element
 */
.products-tabs .nav-tabs li.nav-item {
	z-index:1;
}
.products-tabs .nav-tabs .nav-link {
    padding: 0 !important;
	position:relative;	
}
.products-tabs .nav-tabs .nav-link:after {
    position: absolute;
    bottom: 2px;
}
.products-tabs .tab-content.loading:before {
    position: absolute;
    left: calc( 50% - 16px);
    top: calc( 50% - 16px);
    height: 32px;
    width: 32px;
    z-index: 91;
}
.products-tabs .tab-content.loading:after {
    background-color: rgba(255,255,255, .5);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
}

/**
 * 5.4 Product Categories Element
 */
 
/* Categories Sub Categories Box */
.categories-sub-categories-box .category-title,
.categories-sub-categories-vertical .category-title,
.pls-product-categories .sub-categories li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.categories-sub-categories-box .category-title:after{
	font-size: 10px;
	margin-left: 3px;	
}
.categories-sub-categories-box .sub-categories-content{
	display: flex;
	flex-direction: row;
}
.categories-sub-categories-box .sub-categories-content .category-image {
	flex: 0 0 40%;
}
.categories-sub-categories-box .sub-categories-content .category-content {
	flex: 1 1 auto;
	padding-left: 1.2rem;
	min-width: 0;
}
.categories-sub-categories-box .sub-categories-content .sub-categories,
.categories-sub-categories-vertical .sub-categories {
    list-style: none;
    margin: 0;
}
.categories-sub-categories-box .sub-categories-content .show-all-cate,
.categories-sub-categories-vertical .show-all-cate{
	font-weight: 600;
	margin-top: 5px;
}
.categories-sub-categories-box .sub-categories-content .show-all-cate a,
.categories-sub-categories-vertical .show-all-cate a {
	color: var(--pls-primary-color);
}

/* Categories Sub Categories Vertical */
.categories-sub-categories-vertical .category-title{
	margin-bottom:.5em;
}
.categories-sub-categories-vertical .category-image img{
	display: inherit;
}
.categories-sub-categories-vertical .category-image{
	margin-bottom:10px;
}
.categories-sub-categories-vertical .pls-product-inner{
	text-align:center;
}
.pls-product-categories .category-image{
	overflow: hidden;	
}
	
/**
 * 5.5 Product Categories Thumbnails And Brands Element
 */
.pls-product-categories-thumbnails .product-category a,
.pls-product-brands .product-brand a {
	display:block;
	text-align: center;
}
.pls-product-categories-thumbnails .category-image,
.pls-product-brands .brand-image {
	overflow: hidden;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;	
	margin: auto;	
}
.pls-product-categories-thumbnails.categories-circle .category-image,
.pls-product-brands.brand-circle .brand-image {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
	border-radius: 50%;
}
.pls-product-categories-thumbnails .category-title,
.pls-product-brands .brand-title {
	font-weight: 500;
    margin-top: 0.687rem;
    text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pls-product-categories-thumbnails .category-title span {
	position: relative;
}
.pls-product-categories-thumbnails .category-title span:before,
.pls-product-categories-thumbnails .category-title span:after {
	border-bottom: var(--pls-border-bottom)	!important;
	bottom: 0px !important;
}
.pls-product-categories-thumbnails .product-category:hover .category-title span:before,
.pls-product-categories-thumbnails .product-category:hover .category-title span:after {
	border-bottom-color: var(--pls-link-color) !important;
}
.pls-product-categories-thumbnails .slider-group > div:not(:last-child),
.pls-product-brands .slider-group > div:not(:last-child) {
	margin-bottom: 1.5rem;
}
.pls-product-brands.brand-hover-effect .brand-image img {
	filter: grayscale(100%);
	opacity: .6;
	transition: opacity .25s ease,-webkit-filter .25s ease;
	transition: filter .25s ease,opacity .25s ease;
	transition: filter .25s ease,opacity .25s ease,-webkit-filter .25s ease;
}
.pls-product-brands.brand-hover-effect .brand-image:hover img {
    opacity: 1;
    filter: grayscale(0);
}
 
/**
 * 5.8 Hot Deal Products Element
 */
.pls-hot-deal-products .pls-deal-date {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
    border-radius: 4px;
	display: flex;
	align-items: center;
    justify-content: center;	
    padding: 4px 10px;
    margin-left: 2em;
    margin-bottom: -3px;
    margin-top: -3px;
}
.pls-hot-deal-products .pls-deal-date span {
    margin-right: 8px;
}
.pls-hot-deal-products .pls-product-stock-progressbar {
    margin-top: 10px;
}
.pls-hot-deal-products .pls-product-stock-label {
	display: flex;
	justify-content: space-between;
    font-size: 14px;
    margin-bottom: 2px;
}
.pls-product-stock-label span span {
	color: var(--pls-primary-color);
	font-weight:500;
}
.pls-hot-deal-products .progress {
	height: 8px;
    border-radius: 0;
}
.pls-hot-deal-products .progress-bar{
	background-color: var(--pls-primary-color);
	font-size:0;
}
.pls-hot-deal-products.highlighted-border .product-variations {
	display:none;
}
.pls-element.pls-hot-deal-products.after-product-price .product-countdown-timer{
    margin-bottom: 0;
    margin-top: 12px;
    position: initial;
    visibility: visible;
    opacity: 1;
}
.pls-element.pls-hot-deal-products.after-product-price .product-countdown > span {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	margin-top: 0;
	margin-bottom: 0;
}
.pls-hot-deal-products .products.product-style-3 .product-price {
	margin-bottom: .6rem;
}
.pls-hot-deal-products.highlighted-border {
	border-color: var(--pls-primary-color);
	padding: 15px 30px;
	border: 2px solid;
	border-radius: 5px;
}
.pls-hot-deal-products.highlighted-border div.product .pls-product-inner {
	box-shadow: none !important
}

/**
 * 5.7 Products Widget Element
 */
.products.product-style-widget .product {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: .4rem;
}
.product-style-widget .product-widget-image {
    flex: 0 0 25%;
    margin-right: 15px;
}
.product-style-widget .product-widget-content {
    flex: 1 1 auto;
    line-height: 1.4;
}
.product-style-widget .product-title {
	font-size: 16px;
    display: flex;
    margin-bottom: 0.3rem;
}
.products.product-style-widget .pls-star-rating {
    margin-top: 0;
}

/**
 * 5.8 Hotspot Element
 */
.pls-hotspot .hotspot-wrapper {
	position: relative;
}
.pls-hotspot .pls-hotspot-item {
    margin-top: -24px;
    margin-left: -24px;
	position: absolute;
}
.pls-hotspot .pls-hotspot-item:before {
    background-color: #222222;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    margin: 0.7rem;
    line-height: 1;
    padding: 4px;
	transition: .4s;
}
.pls-hotspot .pls-hotspot-item:hover:before {
    background-color: #ffffff;
    color: #222222;
    transform: rotate(45deg);    
}
@media (max-width:767px) {
	.pls-hotspot .pls-hotspot-item:before {
		font-size: 12px;
	}
}
.pls-hotspot .pls-hotspot-content {
    background-color: #fff;
	box-shadow: 0 0 4px rgb(0 0 0 / 15%);
    position: absolute;
    padding: 1rem;
	opacity: 0;
	visibility: hidden;
    width: 340px;
    transition: transform .3s, opacity .3s, visibility .3s;
    transform: translateY(14px);
    z-index: 9;
}
.pls-hotspot .pls-hotspot-content.pls-hotspot-content-left-top {
    top: -5px;
    left: 100%;
}
.pls-hotspot .pls-hotspot-content.pls-hotspot-content-left-bottom {
    left: 100%;
    bottom: -5px;
}
.pls-hotspot .pls-hotspot-content.pls-hotspot-content-right-top {
    top: -5px;
    right: 100%;
}
.pls-hotspot .pls-hotspot-content.pls-hotspot-content-right-bottom {
    bottom: -5px;
    right: 100%;
}
.pls-hotspot .pls-hotspot-content.pls-hotspot-content-top-left {
    left: -5px;
    top: 100%;
}
.pls-hotspot .pls-hotspot-content.pls-hotspot-content-top-right {
    right: -5px;
    top: 100%;
}
.pls-hotspot .pls-hotspot-content.pls-hotspot-content-bottom-left {
    left: -5px;
    bottom: 100%;
}
.pls-hotspot .pls-hotspot-content.pls-hotspot-content-bottom-right {
    right: -5px;
    bottom: 100%;
}
@media (min-width: 1025px) {
	.pls-hotspot-item:hover .pls-hotspot-content {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}
.pls-hotspot-product {
    display: flex;
    flex-direction: row;
}
.pls-hotspot-product .pls-product-image {
    margin-right: 1.2rem;
    flex: 0 0 38%;
}
.pls-hotspot-product .pls-product-info {
    flex: 1 1 auto;
}
.pls-hotspot-product .product-title {
    line-height: 1.2;
    margin-bottom: 0.2rem;
}
.pls-hotspot-product .product-price {
    margin-bottom: 0.5rem;
    color: var(--pls-primary-color);
    font-weight: 500;
}
.pls-hotspot-product .pls-cart-button a {
    font-weight: normal;
    padding: 4px 15px;
}
.pls-hotspot-product .pls-cart-button a:before {
	content: none;
}

/**
 * 5.9 Blog Slider Element
 */

.pls-element.pls-blog-slider .blog-post-loop{
	margin-bottom: 0;
	padding-bottom: 0;
}
/* Blog Horizontal */
@media (min-width:576px){
	.pls-blog-horizontal .entry-post {
		display: flex;
		flex-direction: row;
	}
	.pls-blog-horizontal .entry-thumbnail-wrapper {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 0;
	}
	.pls-blog-horizontal .entry-content-wrapper {
		flex: 0 0 50%;
		max-width: 50%;	
		display: flex;
		justify-content: center;
		flex-flow: column;
		padding-left: 1rem;
	}
	.blog-posts.pls-blog-horizontal .entry-header .entry-title {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}

/**
 * 5.10 Heading Element
 */
.pls-heading .heading-subtitle {
	margin-bottom: .5rem;
}
.pls-heading .heading-wrap{
	position: relative;
}
.pls-heading .heading-wrap:not(:last-child) {
	margin-bottom: .5rem;
}
.pls-heading .heading-title {
    font-weight: normal;
    line-height: 1.2;
	margin:0;
}
.pls-heading:not(.separator-none):not(.separator-underline):not(.separator-image):not(.separator-bottom-heading) .heading-wrap {
	display: flex;	
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.pls-heading.pls-text-left:not(.separator-none):not(.separator-underline):not(.separator-image):not(.separator-bottom-heading) .heading-wrap {	
    justify-content: start;
}
.pls-heading.pls-text-right:not(.separator-none):not(.separator-underline):not(.separator-image):not(.separator-bottom-heading) .heading-wrap {
    justify-content: end;
}
.pls-heading .separator-left,
.pls-heading .separator-right {
	display:none;
}
.pls-heading.pls-text-center .heading-title {
	padding: 0 1rem;
}
.pls-heading.pls-text-left .heading-title {
	padding-right: 1rem;
}
.pls-heading.pls-text-right .heading-title {
	padding-left: 1rem;
}
.pls-heading.pls-text-center.separator-line .separator-left,
.pls-heading.pls-text-center.separator-line .separator-right,
.pls-heading.pls-text-right.separator-line .separator-left, 
.pls-heading.pls-text-left.separator-line .separator-right{
	display:block;
    width: 100px;
}
.pls-heading .heading-tagline {
    font-size: 18px;
}

/* Separator Underline */
.pls-heading.separator-underline .heading-wrap {
	padding-bottom: .8rem;
}
.pls-heading.separator-underline .separator-right {
	display: inline-block;
	border-bottom: 2px solid var(--pls-primary-color);
	position: absolute;
	bottom: 2px;
	width: 50px;
}
.pls-heading.separator-underline.text-center .separator-right {
	left: calc(50% - 25px);
}
.pls-heading.separator-underline.text-left .separator-right {
	left:0;
}
.pls-heading.separator-underline.text-right .separator-right {
	right:0;
}
.pls-heading.separator-underline .separator-right.color-scheme-light {
	border-color:#ffffff;
}
.pls-heading.separator-underline .separator-right.color-scheme-dark {
	border-color:#222222;
}

/* Alignment Left & Separator Line Between */
.pls-heading.pls-text-left.separator-line .separator-right,
.pls-heading.pls-text-right.separator-line .separator-left {
	display:block;
}

/* Separator Image */
.pls-heading .image-separator {
	display:none;
}
.pls-heading.separator-image .image-separator {
    display: inline-block;
    margin-top: .5em;
}
.pls-width-10{
	max-width: 10%; 
}
.pls-width-20{
	max-width: 20%; 
}
.pls-width-30{
	max-width: 30%; 
}
.pls-width-40{
	max-width: 40%; 
}
.pls-width-50{
	max-width: 50%; 
}
.pls-width-60{
	max-width: 60%; 
}
.pls-width-70{
	max-width: 70%; 
}
.pls-width-80{
	max-width: 80%; 
}
.pls-width-90{
	max-width: 90%; 
}
.pls-width-100{
	max-width: 100%; 
}
.pls-heading.pls-text-center{
    margin-right: auto;
    margin-left: auto; 
}
.pls-heading.pls-text-left{
    margin-right: auto; 
}
.pls-heading.pls-text-right{
    margin-left: auto; 
}

/**
 * 5.11 Testimonials Element
 */
 
.pls-testimonials .woocommerce .star-rating span {
	color: #F58773;
}

/* Style 1 */
.pls-testimonials.style-1 .testimonial-wrap {
    background-color: #ffffff;
    padding: 1.5rem 2.2rem;
	transition: box-shadow .3s ease-in-out;
}
.pls-testimonials.style-1 .testimonial {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.pls-testimonials.style-1 .testimonial:hover .testimonial-wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.pls-testimonials.style-1 .testimonial-title {
    font-size: 17px;
    font-weight: 600;
    color: var(--pls-primary-color);
    margin-bottom: 0.5rem;
}
.pls-testimonials.style-1 .testimonial-wrap:before {
    background-color: var(--pls-primary-color);
    color: var(--pls-primary-inverse-color);
    font-size: 22px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-bottom: 1rem;
    /* margin-top: 1rem; */
    height: 46px;
    width: 46px;
}
.pls-testimonials.style-1 .testimonial-meta {
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
}
.pls-testimonials.style-1 .testimonial-name {
    font-weight: 500;
}

/* Style 2 */
.pls-testimonials.style-2 .testimonial-wrap {
    margin: auto;
    text-align: center;
}
@media (min-width:1025px){
	.pls-testimonials.style-2 .testimonial-wrap {
		width: 48%;
	}
}
.pls-testimonials.style-2 .testimonial-title,
.pls-testimonials.style-3 .testimonial-title {
    font-size: 18px;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}
.pls-testimonials.style-2 .testimonial-description,
.pls-testimonials.style-3 .testimonial-description {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}
.pls-testimonials.style-2 .testimonial-rating,
.pls-testimonials.style-3 .testimonial-rating {
    margin-bottom: 1rem;
}
.pls-testimonials.style-2 .star-rating,
.pls-testimonials.style-3 .star-rating {
	display: inline-block;
}
.pls-testimonials.style-2 .testimonial-avatar {
    border-radius: 50%;
    max-width: 100px;
    max-height: 100px;
    margin: auto;
    margin-bottom: .8rem;
    overflow: hidden;
}
.pls-testimonials.style-2 .testimonial-name,
.pls-testimonials.style-3 .testimonial-name {
    font-size: 15px;
    font-weight: 500;
}

/* Style 3 */
.pls-testimonials.style-3 .testimonial-wrap {
    display: flex;
}
.pls-testimonials.style-3 .testimonial-content {
    padding-bottom: 3rem;
    padding-top: 2.5rem;
    padding-right: 10rem;
    flex: 0 0 75%;
    max-width: 75%;
}
.pls-testimonials.style-3 .testimonial-avatar {
    flex: 0 0 25%;
    max-width: 25%;
}
@media (max-width:1025px){
	.pls-testimonials.style-3 .testimonial-content {
		padding-right: 6rem;
		flex: 0 0 70%;
		max-width: 70%;
	}
	.pls-testimonials.style-3 .testimonial-avatar {
		flex: 0 0 30%;
		max-width: 30%;
		display: flex;
		align-items: center;
	}
}
@media (max-width:767px){
	.pls-testimonials.style-3 .testimonial-wrap {
		flex-direction: column;
	}
	.pls-testimonials.style-3 .testimonial-content {
		padding-right: 0;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.pls-testimonials.style-3 .testimonial-avatar {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.pls-testimonials.style-3 + .pls-slider-navigation {
    bottom: 0;
    top: inherit;
    right: inherit;
    display: flex;
}
.pls-testimonials.style-3 + .pls-slider-navigation > div:not(:last-child) {
	margin-right: 1.5rem;
}
.pls-testimonials.style-3 + .pls-slider-navigation .pls-slider-next,
.pls-testimonials.style-3 + .pls-slider-navigation .pls-slider-prev {
	position: initial;
    visibility: visible;
    opacity: 1;
}
.pls-testimonials.style-3 + .pls-slider-navigation .pls-slider-next:after,
.pls-testimonials.style-3 + .pls-slider-navigation .pls-slider-prev:after {
	font-size: 28px;
	color: #222222;
}
 
/**
 * 5.12 Team Element
 */
.pls-team .pls-member-avatar {
    position: relative;
	overflow: hidden;
}
.pls-team .pls-member-social {
    background-color: #fff;
    font-size: 14px;
    display: inline-flex;
    position: absolute;
    bottom: 0;
    left: 2rem;
    padding: 4px 10px;	
    transform: translateY(45px);
	transition: all 0.3s;
}
.pls-team .pls-team-member:hover .pls-member-social {	
    transform: translateY(-28px);
}
.pls-team .pls-member-social a {
    color: #999999;
    padding: 7px;
    line-height: 1;
}
.pls-team .pls-member-social a:hover {
    color: var(--pls-primary-color);
}
.pls-team .pls-member-info {
    padding: 1rem 1.5rem;
}
.pls-team .pls-member-name {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
}
.pls-team  .pls-member-designation {
    font-weight: 300;
}

/**
 * 5.13 Animated Counter Element
 */
.pls-counter .counter-icon-wrap,
.pls-counter .counter-icon {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.pls-counter .counter-number {
    font-size: 48px;
    display: inline-flex;
    line-height: 1.2;
}
.pls-counter .counter-title {
    font-size: 18px;
}
.pls-counter.icon-top .counter-wrap {
    text-align: center;
}
.pls-counter.icon-circle .counter-icon,
.pls-counter.icon-square .counter-icon{
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	box-sizing: content-box;
}
.pls-counter.icon-circle .counter-icon{
	border-radius: 50%;
}
/* Icon Left Position */
.pls-counter.icon-left .counter-wrap,
.pls-counter.icon-right .counter-wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.pls-counter.icon-left .counter-icon-wrap {
	max-width: 50%;
    margin-right: 1em;
}
.pls-counter.icon-left .counter-info{
	flex: 1 1 auto;
}

/* Icon Right Position */
.pls-counter.icon-right .counter-wrap{
	flex-direction: row-reverse;
    text-align: right;
}
.pls-counter.icon-right .counter-icon-wrap {
	max-width: 50%;
	margin-left: 1.5em;
}

/**
 * 5.14 Countdown Element
 */
.pls-countdown {
    display: block;
    line-height: 1;
}

/** Countdown Simple **/
.pls-countdown .product-countdown > span,	
.pls-countdown .pls-countdown-timer > span {	
	font-size: 48px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right:8px;
}
.pls-countdown .product-countdown > span span,
.pls-countdown .pls-countdown-timer > span span {
	font-size: 16px;
	display: block;	
	line-height: 10px;
	margin-top: 5px;
	text-transform: capitalize;
}
.pls-countdown .countdown-text {
    font-weight: normal;
	display: flex;
    align-items: center;
}
.pls-countdown .countdown-text > span {
	margin-right:10px;
}

/**
 * 5.15 Info Box Element
 */
.pls-info-box .box-icon-wrap,
.pls-info-box .info-box-icon {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;	
}
.pls-info-box .info-box-title,
.pls-info-box .info-box-subtitle {
	margin-bottom: 10px;
    line-height: 1;
}
.pls-info-box.icon-top.text-left .box-icon-wrap {
	justify-content: flex-start;
}
.pls-info-box.icon-top.text-right .box-icon-wrap {
	justify-content: flex-end;
}
.pls-info-box.pls-full-info-link {
	cursor: pointer;
}

/* Icon Square & Circle */
.pls-info-box.icon-circle:not(.box-square-hover-bg) .info-box-icon,
.pls-info-box.icon-square:not(.box-square-hover-bg) .info-box-icon {
	padding: 0.5em;
	text-align: center;
	box-sizing: content-box;
}
.pls-info-box.icon-circle .info-box-icon {
	border-radius: 50%;
}

/* Icon Top Position */
.pls-info-box.icon-top .box-icon-wrap {
	margin-bottom: 15px;
}
@media (max-width:767px){
	.pls-info-box.icon-left .box-icon-wrap,
	.pls-info-box.icon-right .box-icon-wrap {
		margin-bottom: 15px;
	}
	.pls-info-box.icon-left .info-box-content,
	.pls-info-box.icon-right .info-box-content {
		text-align:center;
	}
}

@media (min-width:768px){
	/* Icon Left Position */
	.pls-info-box.icon-left .info-box-wrap,
	.pls-info-box.icon-right .info-box-wrap{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.pls-info-box.icon-left .box-icon-wrap {
		max-width: 50%;
		margin-right: 1em;	
		align-items: flex-start;
	}
	.pls-info-box.icon-left .info-box-content {
		flex: 1 1 auto;
		display: flex;
		align-items: center;
		flex-flow: wrap;
	}

	/* Icon Right Position */
	.pls-info-box.icon-right .info-box-wrap{
		flex-direction: row-reverse;
		text-align: right;
	}
	.pls-info-box.icon-right .box-icon-wrap {
		max-width: 50%;
		margin-left: 1.2em;
		align-items: flex-start;
	}
	.pls-info-box .info-box-btn {
		margin-top: 1em;
	}
}

/* Icon Effect */
.pls-info-box .info-box-icon{
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear;
	line-height:1;
}
.pls-info-box.icon-effect-bounceup .info-box-icon{
    transform: translateY(0);
}
.pls-info-box.icon-effect-bounceup:hover .info-box-icon{
	transform: translateY(-3px);
}
.pls-info-box.icon-effect-zoom .info-box-icon{
	transform: scale(1);
}
.pls-info-box.icon-effect-zoom:hover .info-box-icon{
	transform: scale(1.1);
}

/* Box Style */
.pls-info-box.box-square .info-box-content{
	padding: 2em 1em 1em 1em;
	text-align: center;
}
.pls-info-box.box-square .box-icon-wrap{
	margin-bottom: -20px;
}

/* Box Hover Style */
.pls-info-box.box-square-hover-bg .info-box-wrap{
	padding: 1em;
	text-align: center;
}
.pls-info-box.box-square-hover-bg .box-icon-wrap{
	margin-bottom:1.2em;
}
.pls-info-box.hover-color-scheme-light,
.pls-info-box.hover-color-scheme-dark{
	transition: all .25s ease;
}
.pls-info-box.hover-color-scheme-light:hover .info-box-icon{
	color:#ffffff !important;
}
.pls-info-box.hover-color-scheme-dark:hover .info-box-icon{
	color:#333333 !important;
}

/**
 * 5.16 InstaGram Element
 */
.pls-instagram .image-wrap {
	position: relative;
	overflow: hidden;
}
.pls-instagram .image-wrap a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}
.pls-instagram .image-wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}
.pls-instagram .image-wrap:hover:before {
    opacity: 0.5;
}
.pls-instagram .image-wrap img {
	transition: transform 0.3s;
}
.pls-instagram .image-wrap:hover img {
	transform: scale(1.1);
}
.pls-instagram .image-wrap:after {
    position: absolute;
    left: calc( 50% - 16px );
    top: calc( 50% - 16px );
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
	opacity: 0;
	transition: opacity 0.3s;
    z-index: 1;
}
.pls-instagram .image-wrap:hover:after{
	opacity: 1;
}
.pls-instagram-profile {
    background-color: #ffffff;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
    color: #222222;
    font-size: 17px;
	display: flex;
    flex-direction: column;	
    text-align: center;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.pls-instagram .pls-instagram-profile:before {
    font-size: 20px;
    line-height: 1.2;
}

/**
 * 5.17 Video Player Element
 */
.pls-video-player .video-play-btn-holder{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	z-index: 44;
}
.pls-video-player .video-play-btn {
	background-color: var(--pls-primary-inverse-color);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 76px;
    height: 76px;
    overflow: hidden;
    border-radius: 50%;
    box-sizing: border-box;
    transition: background-color .25s linear;
}
.pls-video-player .video-play-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-32%,-50%);
	border-top: 12px solid transparent;
	border-left: 18px solid var(--pls-primary-color);
	border-bottom: 12px solid transparent;	
	box-sizing: border-box;
}
.pls-video-player .video-wrapper{
	overflow:hidden;
}
.pls-video-player .video-wrapper:hover .video-play-btn {
	background-color: var(--pls-primary-color);
}
.pls-video-player .video-wrapper:hover .video-play-btn:before {
	border-left-color: var(--pls-primary-inverse-color);
}
.pls-video-player .video-wrapper img{
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear;
}
.pls-video-player .video-wrapper:hover img{
	transform: scale(1.1);
}

/**
 * 5.18 Tabs Element
 */
.nav-tabs .nav-item {
	z-index:9;
}
.pls-tabs .nav-tabs {	
    margin-bottom: 1.5rem;
}
.pls-tabs .tab-content > .tab-pane {
	display: none;
}
.pls-tabs .tab-content > .active {
	display: block;
}
.pls-tabs .tab-content .tab-pane > div:last-child {
	margin-bottom:0;
}
.pls-tabs.align-center .nav-tabs {	
	justify-content: center;
}
.pls-tabs.align-left .nav-tabs {
	justify-content: flex-start;
}
.pls-tabs.align-right .nav-tabs {
	justify-content: flex-end;
}
.pls-tabs .nav-tabs .nav-link {
	font-size: 22px;
}
.pls-tabs .nav-tabs .nav-link i.before-icon {
	margin-right: 0.2rem;
}
.pls-tabs .nav-tabs .nav-link i.after-icon {
	margin-left: 0.2rem;
}
.pls-tabs .tab-pane .pls-tab-title {
	display: none;
}
.pls-tabs .nav-tabs .nav-item {
	margin-left: 10px;
	margin-right: 10px;
}
.pls-tabs.align-left .nav-tabs .nav-item:first-child {
	margin-left: 0;
}
.pls-tabs.align-right .nav-tabs .nav-item:last-child {
	margin-right: 0;
}
.products-tabs .nav-tabs .nav-link {	
	color: var(--pls-text-color);
	border:0;
	border-radius:0;
	display: inline-block;
	font-size: 20px;
	padding: 0 0 .6781rem;
}
.products-tabs .nav-tabs .nav-link.active,
.products-tabs .nav-tabs .nav-link:hover {
	color: var(--pls-primary-color)
}
.pls-tabs .nav-tabs .nav-link:after {
	border-bottom: 2px solid var(--pls-primary-color);
    content: '';
    display: block;
    margin-top: -2px;
    width: 0;
    transition: width 0.3s;
}
.pls-tabs .nav-tabs .nav-item.show .nav-link:after, 
.pls-tabs .nav-tabs .nav-link:hover:after,
.pls-tabs .nav-tabs .nav-link.active:after {
    width: 100%;
}
.pls-tabs .tab-content {
    margin: 0 auto;
}
/* @media (max-width:1025px) {
	.pls-tabs .nav-tabs {
		display:none;
	}
	.pls-tabs .tab-pane .pls-tab-title {
		display:block;
	}
} */
.pls-tabs .fade:not(.show) {
	opacity: 0;
}
.pls-tabs .fade {
	transition: opacity .15s linear;
}

/**
 * 5.19 Accordion Element
 */
.pls-accordion .card {
	border-bottom: var(--pls-border-bottom);
	margin-bottom: 0;
}
.pls-accordion .card-header .card-title {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}
.pls-accordion.align-left .card-header {
	text-align: left;
}
.pls-accordion.align-center .card-header {
	text-align: center;
}
.pls-accordion.align-right .card-header {
	text-align: right;
}
.pls-accordion .card-header a {
    display: block;
    border: none;
    cursor: pointer;
    padding: 20px 0;
	position:relative;
}
.pls-accordion.icon-position-left .card-header a {
	padding-left:40px;
}
.pls-accordion.icon-position-right .card-header a {
	padding-right:40px;
}
.pls-accordion .card-title a:after {
	font-weight: 600;
	font-size: 14px;
	left: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    transition: .4s;
}
.pls-accordion .card-title a.open:after  {
    transform: rotate(45deg) translate(-35%,-35%);
}
.pls-accordion.icon-position-right .card-title a:after {
	left: initial;
	right: 15px;	
}
.pls-accordion .card-header i.icon-left {
	padding-right: 7px;
}
.pls-accordion .card-header i.icon-left {
	padding-left: 7px;
}
.pls-accordion .card-body > div:last-child {
	margin-bottom:0;
}
.pls-accordion .collapse,
.pls-accordion .collapsing {
	padding-bottom: 2rem;
}
.pls-accordion .collapse:not(.show) {
	display: none;
}
.pls-accordion .card-body p:last-child {
	margin-bottom: 0;
}

/**
 * 5.20 Social Icons
 */
.pls-social a{
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
	text-align:center;
}
.pls-social .social-text{ 
	display:none;
}
.social-title {
	display: none;
}

/* Icons Shape */
.pls-social.icons-shape-circle a i{
		border-radius: 50%;
}

/* Icons Size */
.pls-social a i{	
    display: inline-flex;
    align-items: center;
}	
.pls-social.icons-size-small a i{
	font-size: 14px;
	width: 26px;
	height: 26px;
}
.pls-social.icons-size-default a i{
	font-size: 16px;
	width: 30px;
	height: 30px;
}
.pls-social.icons-size-large a i{
	font-size: 18px;
	line-height: 33px;
	width: 34px;
	height: 34px;
}
.pls-site-header .pls-social.icons-size-small a i {
	font-size: 12px;
	line-height: 24px;
	width: 26px;
	height: 26px;
}
.pls-site-header .pls-social.icons-size-default a i {
	font-size: 14px;
	width: 32px;
	height: 32px;
}
.pls-site-header .pls-social.icons-size-large a i {
	font-size: 16px;
	line-height: 33px;
	width: 36px;
	height: 36px;
}
/* Default Style */
.pls-social.icons-default a {
	color: var(--pls-link-color);
}
.pls-social.icons-default a:hover {
	color: var(--pls-link-hover-color);
}

/* Icons Style Colour And Bordered*/
.pls-social.icons-colour .social-facebook i {
	color:#385693;
}
.pls-social.icons-colour .social-twitter i {
	color:#0F1419;
}
.pls-social.icons-colour .social-linkedin i {
	color:#238CC8;
}
.pls-social.icons-colour .social-stumbleupon i {
	color:#EA4B24;
}
.pls-social.icons-colour .social-tumblr i {
	color:#395976;
}
.pls-social.icons-colour .social-pinterest i {
	color:#E13138;
}
.pls-social.icons-colour .social-reddit i {
	color:#FF4006;
}
.pls-social.icons-colour .social-vk i {
	color:#5181B8;
}
.pls-social.icons-colour .social-odnoklassniki i {
	color:#F2720C;
}
.pls-social.icons-colour .social-pocket i {
	color:#EF4056;
}
.pls-social.icons-colour .social-whatsapp i {
	color:#0DC143;
}
.pls-social.icons-colour .social-telegram i {
	color:#64B3F5;
}
.pls-social.icons-colour .social-email i {
	color:#DD4B39;
}
.pls-social.icons-colour .social-print i {
	color:#444444;
}
.pls-social.icons-colour .social-instagram i {
	color:#D02A52;
}
.pls-social.icons-colour .social-tiktok i {
	color:#000000;
}
.pls-social.icons-colour .social-flickr i {
	color:#FF0084;
}
.pls-social.icons-colour .social-rss i {
	color:#EF8321;
}
.pls-social.icons-colour .social-youtube i {
	color:#F90002;
}
.pls-social.icons-colour .social-github i {
	color:#323131;
}

/* Icons Style Theme Colour */
.pls-social.icons-theme-colour a i {
	border: 2px solid var(--pls-primary-color);
	color: var(--pls-primary-color);
}
.pls-social.icons-theme-colour a:hover i {
	background-color: var(--pls-primary-color);
	border-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}

/**
 * 5.21 Banner Element
 */
.pls-banner .banner-wrapper {
	position:relative;
	overflow: hidden;
}
.pls-banner.wrap-link .banner-wrapper {
	cursor: pointer;
}
.pls-banner .banner-image-wrap,
.pls-banner .banner-image,
.pls-banner .banner-image-wrap img {
    min-height: inherit;
    max-height: inherit;
    object-fit: cover;
}
.pls-banner .banner-image img {
    display: block;
    width: 100%;
    height: auto;
}
.pls-banner .banner-image-wrap + .banner-content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;	
    padding: 2rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
@media (max-width:767px){
	.pls-banner .banner-image-wrap + .banner-content-wrap {
		padding: 20px;
	}
}
@media (max-width:575px){
	.pls-banner .banner-image-wrap + .banner-content-wrap {
		padding: 10px;
	}
}
.pls-banner .banner-image-wrap + .banner-content-wrap .banner-content {
    display: flex;
    flex-direction: column;
}
.pls-banner .banner-subtitle-wrap {
	margin-bottom: 3px;
}
.banner-subtitle-background .banner-subtitle {
    line-height: 1;
    display: inline-block;
}
.pls-banner .banner-title {
    font-size: 26px;
    font-weight: normal;
	line-height: 1.2;
    margin-bottom: 0;
}
.pls-banner .banner-content-text {
    margin-top: 8px;
}
.pls-banner .banner-content-text p {
	margin:0;
}
.pls-banner .banner-button {
    margin-top: 1.5em;
}
.pls-banner .button {
	padding: .5rem 1.5rem;
}
.pls-banner .banner-image img {
	transition: -webkit-transform .5s cubic-bezier(0,0,.44,1.18);
	transition: transform .5s cubic-bezier(0,0,.44,1.18);
}
.pls-banner.banner-zoom-out .banner-wrapper:hover .banner-image img,
.pls-banner.banner-zoom-in .banner-image img {
	transform: scale(1.09);
}
.pls-banner.banner-zoom-in .banner-wrapper:hover .banner-image img {
	transform: scale(1);
}

/**
 * 5.22 Button Element
 */
.pls-button .button{
	box-shadow:none;
	position: relative;
}
.pls-button a i{
	vertical-align: -0.15rem;
}

/* Button Style */
.pls-button .btn-style-outline {
	background:none;
}
.pls-button a.btn-style-text {
    font-weight: 500;
}
.read-more-link .read-more-btn .more-link:before,
.read-more-link .read-more-btn .more-link:after,
.pls-button a.btn-style-link:before,
.pls-button a.btn-style-link:after,
.pls-product-categories-thumbnails .category-title span:before,
.pls-product-categories-thumbnails .category-title span:after {
    content: '';
    position: absolute;
    left: 0;
	border-bottom: 2px solid;
    bottom: -3px;
    width: 100%;
}
.read-more-link .read-more-btn .more-link:before,
.pls-button a.btn-style-link:before,
.pls-product-categories-thumbnails .category-title span:before {
    transform-origin: right;
    transform: scaleX(1) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.read-more-link .read-more-btn .more-link:after,
.pls-button a.btn-style-link:after,
.pls-product-categories-thumbnails .category-title span:after {
    transform-origin: left;
    transform: scaleX(0) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.read-more-link .read-more-btn .more-link:hover:before,
.pls-button a.btn-style-link:hover:before,
.pls-product-categories-thumbnails .product-category:hover .category-title span:before {
    transform: scaleX(0) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.read-more-link .read-more-btn .more-link:hover:after,
.pls-button a.btn-style-link:hover:after,
.pls-product-categories-thumbnails .product-category:hover .category-title span:after {
    transform: scaleX(1) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

/* Button Alignment */
.pls-button.text-inline {
    display: inline-block;
    vertical-align: middle;
	margin-bottom:10px;
    margin-left: 5px;
    margin-right: 5px;
}

/* Button Shape */
.pls-button .btn-shape-square {
	border-radius:0;
}
.pls-button .btn-shape-rounded {
	border-radius:3px;
}
.pls-button .btn-shape-round {
	border-radius:100px;
}

/* Button Size */
.pls-button .btn-size-small {
	font-size: 12px;
	padding: 8px 14px;	
}
.pls-button .btn-style-outline.btn-size-small{
	padding: 6px 12px;
}
.pls-button .btn-size-large{
	font-size: 16px;
	padding: 18px 34px;	
}
.pls-button .btn-style-outline.btn-size-large {
	padding: 16px 32px;	
}

/* Button Color */
.pls-button .button.btn-style-outline {
	background: none;
    border: 1px solid;	
}
.pls-button .button.btn-style-link {
	background: none;
    line-height: 1.3;
	padding: 0;
}
.pls-button .btn-color-default.btn-style-outline,
.pls-button .btn-color-default.btn-style-link,
.pls-button .btn-color-default.btn-style-text {
	color: var(--pls-button-bg-color);
}
.pls-button .btn-color-default.btn-style-outline {
	border-color: var(--pls-button-bg-color);
}
.pls-button .btn-color-default.btn-style-link:after {
	background-color: var(--pls-button-bg-color);
}
.pls-button .btn-color-default.btn-style-outline:hover {
	color: var(--pls-button-hover-color);
	background-color: var(--pls-button-bg-hover-color);
}
.pls-button .btn-color-default.btn-style-link:hover {
	color: var(--pls-button-bg-hover-color);
}
.pls-button .btn-color-default.btn-style-outline:hover,
.pls-button .btn-color-default.btn-style-link:hover {
	border-color: var(--pls-button-bg-hover-color);
}
.pls-button .btn-style-outline.btn-color-primary,
.pls-button .btn-style-link.btn-color-primary {
	border-color: var(--pls-primary-color);
	color: var(--pls-primary-color);
}
.pls-button .btn-style-outline.btn-color-primary:hover {
	color: var(--pls-primary-inverse-color);
}
.pls-button .btn-style-flat.btn-color-primary,
.pls-button .btn-style-outline.btn-color-primary:hover {
	background-color: var(--pls-primary-color);
}
.pls-button .btn-style-flat.color-scheme-light,
.pls-button .btn-style-outline.color-scheme-light,
.pls-button .btn-style-flat.hover-color-scheme-light:hover,
.pls-button .btn-style-outline.hover-color-scheme-light:hover {
	color:#ffffff !important;
}
.pls-button .btn-style-flat.color-scheme-dark,
.pls-button .btn-style-outline.color-scheme-dark,
.pls-button .btn-style-flat.hover-color-scheme-dark:hover,
.pls-button .btn-style-outline.hover-color-scheme-dark:hover {
	color:#333333 !important;
}

/* Icon Alignment */
.pls-button .btn-icon-left i {
	margin-right: 5px;
}
.pls-button .btn-icon-right i {
	margin-left: 5px;
}

.pls-button-expand {
    width: 100%;
}

/**
 * 5.23 List Element
 */
.pls-list ul li:not(:last-child){
	margin-bottom:10px;
}
.pls-list ul li{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: start;
	line-height: 1.6;
}
.pls-list .list-icon {
    flex: 0 0 auto;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}
.pls-list .list-content {
    flex: 1 1 auto;
}
.pls-list.list-type-none ul{
	list-style:none;
}
.pls-list.list-type-ordered ul li .list-icon {
    font-weight: 600;
}
.pls-list.list-type-ordered ul {
    counter-reset: item;
}
.pls-list.list-type-ordered ul li .list-icon:before {
    content: counter(item) ".";
    counter-increment: item;
}
.pls-list.list-type-unordered ul li .list-icon:before {
	font-size: 7px;
}
.pls-list.list-type-unordered ul li .list-icon:before {
   content: "\e9a6";
   font-family: 'presslayouts-font';
}
.pls-list.list-type-image.list-style-square .list-icon,
.pls-list.list-type-image.list-style-round .list-icon {
	display: flex;
	align-items: center;
    justify-content: center;
}
.pls-list.list-style-round .list-icon{
	border-radius:50%;
}
.pls-list.list-size-small ul {
    font-size: 12px;
}
.pls-list.list-size-small .list-icon{
	width: 16px;
	height: 16px;
	line-height: 16px;
}
.pls-list.list-size-small.list-type-image .list-icon img{
	width:12px;
}
.pls-list.list-size-medium .list-icon{
	width:24px;
	height:24px;
	line-height:24px;
}
.pls-list.list-size-medium.list-type-image .list-icon img{
	width:14px;
}
.pls-list.list-size-large ul {
    font-size: 18px;
}
.pls-list.list-size-large .list-icon{
	width:32px;
	height:32px;
	line-height:32px;
}
.pls-list.list-size-large.list-type-image .list-icon img{
	width:20px;
}

/**
 * 5.24 Newsletter Element
 */
.pls-newsletter.newsletter-radius .mc4wp-form-fields [type="email"]{
	border-bottom-left-radius: 99px;
    border-top-left-radius: 99px;
}
.pls-newsletter.newsletter-radius .mc4wp-form-fields [type="submit"]{
	border-bottom-right-radius: 99px;
    border-top-right-radius: 99px;
}

/* Subscribe Form With Term */
.pls-newsletter .pls-subscribe,
.footer-subscribe .pls-subscribe {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.pls-newsletter .pls-subscribe-form,
.footer-subscribe .pls-subscribe-form {
    display: flex;
}
.pls-newsletter .pls-subscribe-form > p:not(:last-child),
.footer-subscribe .pls-subscribe-form > p:not(:last-child) {
    width: 100%;
}
.pls-newsletter .pls-subscribe-form > p:not(:last-child),
.footer-subscribe:not(.overlay-form) .pls-subscribe-form > p:not(:last-child) {
    margin-right: 10px;
}

/**
 * 5.25 Call to Action Element
 */
.pls-cta-wrapper {
    display: flex;
    align-items: center;
}
.pls-call-to-action.align-center .pls-cta-wrapper {
    justify-content: center;
}
.pls-call-to-action.align-left .pls-cta-wrapper {
    justify-content: start;
}
.pls-call-to-action.align-right .pls-cta-wrapper {
	 justify-content: end;
}
.pls-cta-title {
    font-size: 26px;
    display: flex;
}
.pls-call-to-action .button {
    padding: 4px 30px;
}

/**
 * 6.0 Plugins Customizer
 */
 
/**
 * 6.1 Boostrap
 */
.gutters-space-0{
	margin-right: 0;
	margin-left: 0;
}
.gutters-space-0 > .col, 
.gutters-space-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.gutters-space-5{
	margin-right: -5px;
	margin-left: -5px;
}
.gutters-space-5 > .col, 
.gutters-space-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
	margin-bottom: 10px;
}
.gutters-space-10{
	margin-right: -10px;
	margin-left: -10px;
}
.gutters-space-10 > .col, 
.gutters-space-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
	margin-bottom: 20px;
}
.gutters-space-15{
	margin-right: -15px;
	margin-left: -15px;
}
.gutters-space-15 > .col, 
.gutters-space-15 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 30px;
}
.slider-gutters-space-0 .slider-group > div:not(:last-child){
	margin-bottom: 0;
}
.slider-gutters-space-5 .slider-group > div:not(:last-child){
	margin-bottom: 10px;
}
.slider-gutters-space-10 .slider-group > div:not(:last-child){
	margin-bottom: 20px;
}
.slider-gutters-space-15 .slider-group > div:not(:last-child){
	margin-bottom: 30px;
}

/**
 * 6.2 Boostrap Tooltip
 */
.tooltip {
	z-index:98;
}
.tooltip .tooltip-inner {
    border-radius: 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.775rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow:before, .bs-tooltip-auto[x-placement^="top"] .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow:before, .bs-tooltip-auto[x-placement^="right"] .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow:before, .bs-tooltip-auto[x-placement^="left"] .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/**
 * 6.3 YITH WooCommerce Wishlist
 */
.woocommerce .yith-wcwl-add-to-wishlist .blockUI.blockOverlay {
	display: none !important;
}
#yith-wcwl-form .wishlist-title,
#yith-wcwl-form .hidden-title-form {
	display:none;
}
.woocommerce table.wishlist_table {
	font-size: 100%;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    background-color: var(--pls-button-bg-color);
    border-radius: var(--pls-border-radius);
    color: var(--pls-button-color);
    font-weight: 500;
    display: inline-block !important;
    margin: 0 !important;
    padding: 10px 20px;
}
.woocommerce .wishlist_table td.product-add-to-cart a:hover {
	background-color: var(--pls-button-bg-hover-color);
	color: var(--pls-button-hover-color);
}
.woocommerce .wishlist_table td.product-add-to-cart {
    text-align: right;
}
.wishlist_table tr td, 
.wishlist_table tr th.wishlist-delete, 
.wishlist_table tr th.product-checkbox {
	text-align:inherit;
}
.wishlist_table .product-price {
	color: var(--pls-link-color);
	font-size: 16px;
	font-weight: 500;
}
.wishlist_table .product-price ins {
	background:none;
    padding: 0;
}
.wishlist_table .product-price del {
	font-size: 14px;
	font-weight: normal;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
    font-weight: normal;
    margin-bottom: 5px;
}
.yith-wcwl-share ul {
    list-style: none;
    margin-left: 10px;
}
.yith-wcwl-share ul li {
    margin-bottom: 0;
}
.yith-wcwl-share ul li a {
    padding: 5px;
    margin-right: 5px;
}
#yith-wcwl-popup-message {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
    border: none;	
    border-radius: 0;	
	bottom: 0;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
    left: calc(50% - 82px);	
    margin: 0 !important;
	max-width: 568px;
	position: fixed;
    padding: 16px 18px;
    font-size: 16px;
	top: auto;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
	-webkit-animation: kp-fadeInUpBig .35s ease .5s both;
	animation: kp-fadeInUpBig .35s ease .5s both;
	z-index:998;
}
#yith-wcwl-popup-message:before {
	font-size: 14px;
    left: 1em;
	line-height: 1;
    position: absolute;
    top: calc(50% - 7px);
}
#yith-wcwl-message {
	margin-left:18px;
    line-height: initial;
	overflow: hidden;
    text-overflow: ellipsis;
}
@-webkit-keyframes kp-fadeInUpBig {
	0% {
		bottom: 0;
		-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
	}
	100% {
		bottom: 2em;
	   -webkit-transform: none;
        transform: none;
	}
}         
@keyframes kp-fadeInUpBig {
	0% {
		bottom: 0;
	    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
	}
	100% {
		bottom: 2em;
	   -webkit-transform: none;
            transform: none;
	}
}

/* Mobile Layout */
.wishlist_table.mobile{
	list-style:none;
	margin:0;
}
.wishlist_table.mobile > li{
	border-bottom: var(--pls-border-bottom);
	border: 0;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 112px;
	position: relative;
}
.wishlist_table.mobile li {
	border-bottom: var(--pls-border-bottom);
}
.wishlist_table.mobile li .item-wrapper{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: auto;
}
.wishlist_table.mobile li .item-wrapper .item-details {
    width: auto;
}
.wishlist_table.mobile .item-wrapper > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.wishlist_table.mobile .product-thumbnail {
    position: absolute;
    left: 0;
}
.wishlist_table.mobile .product-thumbnail img {
	max-width: 98px;
}
.wishlist_table.mobile .product-name h3 {
	font-size: 16px;
	margin-bottom: .7em;
	margin-right: 2em;
}
.wishlist_table.mobile table,
.wishlist_table.mobile li .item-details table.item-details-table {
	margin-bottom: 0;
}
.wishlist_table.mobile table tr,
.wishlist_table.mobile table td {
	border: 0;
}
.wishlist_table.mobile table td {
    padding: 2px 0;
}
.wishlist_table.mobile table td.label {
	color: var(--pls-link-color);
    font-size: 13px !important;
    font-weight: 500 !important;
}
.wishlist_table.mobile table td.value {
	text-align: right;
    font-weight: 500;
}
.wishlist_table.mobile li .item-details table.item-details-table td,
.wishlist_table.mobile li table.additional-info td{
	font-size: 14px;
    padding: 3px;
}
.wishlist_table.mobile .product-add-to-cart {
    margin-top: .7em;
	margin-bottom: 0 !important;
}
.wishlist_table.mobile .product-add-to-cart a {
	font-weight: 600;
	margin: 0 !important;
}
.wishlist_table.mobile .product-remove {
    position: absolute;
    top: -3px;
    right: 0;
}
.remove_from_wishlist i {
	display:none;
}
.wishlist_view.mobile .remove_from_wishlist:before{
	font-size:12px;
}

/**
 * 6.4 Swiper Slider
 */
.pls-slider-wrapper {
    position: relative;
}
.pls-slider-next,
.pls-slider-prev {
	background: none;
    border-radius: 0;
	box-shadow: none;
    cursor: pointer;
	position:absolute;
	top: calc(50% - 30px);
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backface-visibility: hidden;
    text-align: center;
	transition: all .25s ease;
    z-index: 9;
}
.swiper-paginataion + .pls-slider-navigation .pls-slider-next,
.swiper-paginataion + .pls-slider-navigation .pls-slider-prev {
	top: calc(50% - 50px);
}
.pls-slider-prev {
	left: -2rem;
}
.pls-slider-next {
	right: -2rem;
}
.pls-slider-prev:after,
.pls-slider-next:after {
	color: var(--pls-text-color);
    font-size: 30px;
	font-weight: normal;
}
.pls-slider-wrapper:hover .pls-slider-prev,
.pls-slider-wrapper:hover .pls-slider-next {
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
}
.pls-slider.swiper-paginataion {
    margin-bottom: 1rem;
}
.pls-slider-pagination {
    text-align: center;
}
.swiper-pagination-bullet {
    background: none;
	border: 1px solid var(--pls-text-color);
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px !important;
    width: 6px;
    height: 6px;
	transition: all 0.5s;
	opacity: 1;
}
.swiper-pagination-bullet-active {    
	background-color: var(--pls-primary-color);
    border-color: var(--pls-primary-color);
}

/* Slider Grid Column */
.grid-col-1 > *,
.pls-slider:not(.swiper-container-initialized) .slider-col-1 > *{
	flex: 0 0 100%;
	max-width: 100%;
}
.grid-col-2 > *,
.pls-slider:not(.swiper-container-initialized) .slider-col-2 > * {
	flex: 0 0 50%;
	max-width: 50%;
}
.grid-col-3 > *,
.pls-slider:not(.swiper-container-initialized) .slider-col-3 > * {
	flex: 0 0 33.33%;
	max-width: 33.33%;
}
.grid-col-4 > *,
.pls-slider:not(.swiper-container-initialized) .slider-col-4 > * {
	flex: 0 0 25%;
	max-width: 25%;
}
.grid-col-5 > *,
.pls-slider:not(.swiper-container-initialized) .slider-col-5 > * {
	flex: 0 0 20%;
	max-width: 20%;
}
.grid-col-6 > *,
.pls-slider:not(.swiper-container-initialized) .slider-col-6 > * {
	flex: 0 0 16.66%;
	max-width: 16.66%;
}
.grid-col-7 > *,
.pls-slider:not(.swiper-container-initialized) .slider-col-7 > * {
	flex: 0 0 14.28%;
	max-width: 14.28%;
}
.grid-col-8 > *,
.pls-slider:not(.swiper-container-initialized) .slider-col-8 > * {
	flex: 0 0 12.5%;
	max-width: 12.5%;
}
.grid-col-9 > *,
.pls-slider:not(.swiper-container-initialized) .slider-col-9 > * {
	flex: 0 0 11.11%;
	max-width: 11.11%;
}
.grid-col-10 > *,
.pls-slider:not(.swiper-container-initialized) .slider-col-10 > * {
	flex: 0 0 10%;
	max-width: 10%;
}
@media (min-width: 576px) {
	.grid-col-sm-1 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-sm-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.grid-col-sm-2 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-sm-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.grid-col-sm-3 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-sm-3 > * {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.grid-col-sm-4 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-sm-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.grid-col-sm-5 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-sm-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.grid-col-sm-6 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-sm-6 > * {
		flex: 0 0 16.66%;
		max-width: 16.66%;
	}
	.grid-col-sm-7 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-sm-7 > * {
		flex: 0 0 14.28%;
		max-width: 14.28%;
	}
	.grid-col-sm-8 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-sm-8 > * {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.grid-col-sm-9 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-sm-9 > * {
		flex: 0 0 11.11%;
		max-width: 11.11%;
	}
	.grid-col-sm-10 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-sm-10 > * {
		flex: 0 0 10%;
		max-width: 10%;
	}
}
@media (min-width: 768px) {
	.grid-col-md-1 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-md-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.grid-col-md-2 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-md-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.grid-col-md-3 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-md-3 > * {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.grid-col-md-4 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.grid-col-md-5 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-md-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.grid-col-md-6 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-md-6 > * {
		flex: 0 0 16.66%;
		max-width: 16.66%;
	}
	.grid-col-md-7 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-md-7 > * {
		flex: 0 0 14.28%;
		max-width: 14.28%;
	}
	.grid-col-md-8 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-md-8 > * {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.grid-col-md-9 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-md-9 > * {
		flex: 0 0 11.11%;
		max-width: 11.11%;
	}
	.grid-col-md-10 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-md-10 > * {
		flex: 0 0 10%;
		max-width: 10%;
	}
}
@media (min-width: 1025px) {
	.grid-col-lg-1 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-lg-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.grid-col-lg-2 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-lg-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.grid-col-lg-3 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-lg-3 > * {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.grid-col-lg-4 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-lg-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.grid-col-lg-5 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.grid-col-lg-6 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-lg-6 > * {
		flex: 0 0 16.66%;
		max-width: 16.66%;
	}
	.grid-col-lg-7 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-lg-7 > * {
		flex: 0 0 14.28%;
		max-width: 14.28%;
	}
	.grid-col-lg-8 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-lg-8 > * {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.grid-col-lg-9 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-lg-9 > * {
		flex: 0 0 11.11%;
		max-width: 11.11%;
	}
	.grid-col-lg-10 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-lg-10 > * {
		flex: 0 0 10%;
		max-width: 10%;
	}
}
@media (min-width: 1200px) {
	.grid-col-xl-1 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-xl-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.grid-col-xl-2 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-xl-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.grid-col-xl-3 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-xl-3 > * {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.grid-col-xl-4 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-xl-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.grid-col-xl-5 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-xl-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.grid-col-xl-6 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-xl-6 > * {
		flex: 0 0 16.66%;
		max-width: 16.66%;
	}
	.grid-col-xl-7 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-xl-7 > * {
		flex: 0 0 14.28%;
		max-width: 14.28%;
	}
	.grid-col-xl-8 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-xl-8 > * {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.grid-col-xl-9 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-xl-9 > * {
		flex: 0 0 11.11%;
		max-width: 11.11%;
	}
	.grid-col-xl-10 > *,
	.pls-slider:not(.swiper-container-initialized) .slider-col-xl-10 > * {
		flex: 0 0 10%;
		max-width: 10%;
	}
}

/**
 * 6.5 Slick Slider
 */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Plugin Config Start */
.slick-slider{
	position:relative;
}
.slick-slider button.slick-arrow {
	background:none !important;
	box-shadow: none;
	font-size:0;
	height: 40px;
	margin-top: -21px;
	padding:0;
	position:absolute;	
	top:50%;
	width: 40px;
	z-index:9;
}
.slick-slider .slick-arrow:hover {
	background-color: var(--pls-primary-color);
	color: var(--pls-primary-inverse-color);
}
.slick-slider .slick-next.slick-arrow {
    right: 0;
}
.slick-slider .slick-prev.slick-arrow {
    left: 0;
}
.slick-slider button.slick-arrow:before {
	color: var(--pls-text-color);
    font-size: 18px;
    font-weight: 600;
}

/* Slick Slider Vertical */
.slick-slider.slick-vertical .slick-arrow {
	left: calc( 50% - 15px ) !important;
	margin-top:0;
	top:initial;
	right:initial;
	height: 30px;
	width: 30px;
}
.slick-slider.slick-vertical .slick-arrow:before {
	font-size: 16px;
}
.slick-slider.slick-vertical .slick-prev.slick-arrow {
	top:10px;
}
.slick-slider.slick-vertical .slick-next.slick-arrow {
	bottom:10px;
}

/* Dote Navigation*/
.slick-slider .slick-dots{
	display: flex;
	align-items: center;
    justify-content: center;
	margin: 0;
    list-style: none;
}
.slick-slider .slick-dots li:not(:last-child){
	margin-right: .5em;
}
.slick-slider .slick-dots button{
	background-color: var(--pls-hover-background-color);
    box-shadow: none;
    border-radius: 99px;
    width: 10px;
    height: 10px;
    line-height: 1;
    font-size: 0;
    padding: 0;
    cursor: pointer;	
	transition: all 0.5s;
}
.slick-slider .slick-dots li.slick-active button{
	background-color: var(--pls-primary-color);
	width: 22px;
}

/* Slick Before Initialize */
.product-gallery-bottom .single-product-thumbnails:not(.slick-initialized),
.product-gallery-horizontal .single-product-gallery:not(.slick-initialized){
	display: flex;
	flex-wrap: nowrap;
}
.single-product-gallery:not(.slick-initialized) > *,
.single-product-thumbnails:not(.slick-initialized) > * {
    display: none !important;
}

/* Slider Grid Column */
.product-gallery-left .single-product-gallery:not(.slick-initialized) > *:nth-of-type(1),
.product-gallery-bottom .single-product-gallery:not(.slick-initialized) > *:nth-of-type(1),
.product-gallery-horizontal .single-product-gallery:not(.slick-initialized) > *:nth-of-type(-n+3),
.product-gallery-none .single-product-gallery:not(.slick-initialized) > *:nth-of-type(1),
.product-gallery-left .single-product-thumbnails:not(.slick-initialized) > *:nth-child(-n+4),
.product-gallery-right .single-product-thumbnails:not(.slick-initialized) > *:nth-child(-n+4),
.product-gallery-bottom .single-product-thumbnails:not(.slick-initialized) > *:nth-child(-n+4) {
	display: block !important;
}
.product-gallery-bottom .single-product-thumbnails:not(.slick-initialized) > * {
	flex: 0 0 25%;
	max-width: 25%;
}
.product-gallery-horizontal .single-product-gallery:not(.slick-initialized) > * {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	margin-right: 1em;
}

/**
 * 6.6 Magnific Popup
 */
button.mfp-arrow {
	background:none !important;
}
.mfp-close-btn-in .mfp-close {
	color: var(--pls-link-color);
	font-weight: normal;
	opacity: 1;
}
.mfp-content {
    text-align: left;
}
.mfp-close {
    background: none !important;
	font-size: 0;
}

/**
 * 6.7 Contact Form 7
 */
.wpcf7 br {
    display: none;
}
.wpcf7 label {
    display: inline-block;
    width: 100%;
}
form.wpcf7-form > p {
    margin-bottom: 2rem;
}

/**
 * 6.8 MailChimp for WordPress
 */
 
.mc4wp-form {
	display: flex;
	align-items: center;
    justify-content: center;
    flex-direction: column;
}
.mc4wp-form-fields { 
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: relative;
    max-width: 500px;
    width: 100%;
}
.mc4wp-form-fields > p:not(:last-child) {
	width: 100%;
}
.mc4wp-form-fields label {
    font-size: 0;
}
.mc4wp-form-fields input:not(input[type="checkbox"]),
.mc4wp-form-fields select {
	height: 46px;
    border: 2px solid;
	border-color: var(--pls-link-color);
}
.newsletter-form input[type="checkbox"] {
	background-color: var(--pls-body-background);
    width: 16px;
    height: 15px;
}
.mc4wp-form-fields [type="submit"] {
	font-size: 13px;
    text-transform: uppercase;
}
@media (min-width:768px) { 
	.mc4wp-form-fields > p:not(:last-child) {
		margin-right: 10px;
	}
}

/* Newsletter Overlay Form */
.overlay-form .mc4wp-form-fields [type="submit"] {
	box-shadow: none;
    margin: 4px;
    padding: 12px 15px;	
    line-height: 1;
	height: 38px;
    position: absolute;
    right: 0;
    top: 0;
}
.overlay-form .mc4wp-form-fields > p:not(:last-child) {
	margin-right: 0;
}
/* Newsletter Simple Form */
.simple-form .mc4wp-form-fields input[type="submit"] {
    width: 100%;
}

/* Newsletter Shape */
.shape-round input,
.shape-round select,
.shape-round textarea {
    border-radius: 25px !important;
}
.shape-round input[type="checkbox"] {
	border-radius: 0 !important;
}

/* Newsletter Popup */
.pls-newsletter-popup {
	background-color: var(--pls-body-background);
	margin: 0 auto;
	position: relative;
	max-width: var(--pls-newsletter-popup-width);
    width: calc(100% - 50px);
}
.pls-newsletter-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}
.full-content .pls-newsletter-content {
    width: 100%;
}

.pls-newsletter-content > .pls-newsletter-title {
    font-weight: normal;
    margin-bottom: 3px;
}
.pls-newsletter-content,
.pls-newsletter-content label {
	color: var(--pls-newsletter-popup-text-color);
}
.pls-newsletter-wrap.simple-form .mc4wp-form-fields {
    display: initial;
}
.pls-newsletter-popup .mc4wp-form-fields > p:not(:last-child) {
	margin-bottom: 1rem;
}
.pls-newsletter-popup .mc4wp-form-fields > p:last-child {
	margin-bottom: 2rem;
}
.pls-newsletter-wrap.simple-form .mc4wp-form-fields input[type="submit"]{
    font-size: 18px;
    font-weight: normal;
    height: 57px;
	text-transform: inherit;	
}
.pls-newsletter-popup .mc4wp-form-fields input[type="submit"]{
	background-color: var(--pls-newsletter-popup-button-bg-color);
	color: var(--pls-newsletter-popup-button-color);
}
.pls-newsletter-popup .mc4wp-form-fields input[type="submit"]:hover {
	background-color: var(--pls-newsletter-popup-button-bg-hover-color);
	color: var(--pls-newsletter-popup-button-hover-color);
}
.pls-newsletter-popup .mc4wp-form-fields input:not(input[type="checkbox"]),
.pls-newsletter-popup .mc4wp-form-fields select {
	border-top: var(--pls-newsletter-popup-border-top);
	border-right: var(--pls-newsletter-popup-border-right);
	border-bottom: var(--pls-newsletter-popup-border-bottom);
	border-left: var(--pls-newsletter-popup-border-left);
}
.pls-newsletter-popup,
.full-content .pls-newsletter-content {
	border-radius: var(--pls-newsletter-popup-border-radius);
}
.pls-banner-left .pls-newsletter-banner img,
.pls-banner-right .pls-newsletter-content {
	border-radius: var(--pls-newsletter-popup-border-radius) 0 0 var(--pls-newsletter-popup-border-radius);
}
.pls-banner-right .pls-newsletter-banner img,
.pls-banner-left .pls-newsletter-content {
	border-radius: 0 var(--pls-newsletter-popup-border-radius) var(--pls-newsletter-popup-border-radius) 0;
}
@media (min-width:641px) {
	.pls-newsletter-wrap:not(.pls-full-content) {
		display: flex;
	}
	
	/* Banner Left */
	.pls-newsletter-wrap.pls-banner-left .pls-newsletter-banner,
	.pls-newsletter-wrap.pls-banner-right .pls-newsletter-banner {
		flex: 0 1 45%;
		max-width: 45%;
	}
	.pls-newsletter-wrap.pls-banner-left .pls-newsletter-content, 
	.pls-newsletter-wrap.pls-banner-right .pls-newsletter-content {
		flex: 0 1 55%;
		max-width: 55%;
	}

	/* Banner-right */
	.pls-newsletter-wrap.pls-banner-right {
		flex-direction: row-reverse;
	}
	.pls-newsletter-wrap.pls-banner-right + .mfp-close {
		left: 0;
		right: inherit;
	}
}
@media (max-width:640px) {
	.pls-newsletter-banner {
		display: none;
	}
}

/**
 * 6.9 Nano Scroller
 */
 
.pls-scroll {
	flex: 1 1 auto;
	position : relative;
	width    : 100%;
	height   : 100%;
	overflow : hidden;
}
.pls-scroll > .pls-scroll-content {
	position      : absolute;
	overflow      : scroll;
	overflow-x    : hidden;
	top           : 0;
	right         : 0;
	bottom        : 0;
	left          : 0;
	-webkit-overflow-scrolling: touch; 
}
.pls-scroll > .pls-scroll-content:focus {
	outline: none;
}
.pls-scroll > .pls-scroll-content:-webkit-scrollbar {
	display: none;
}
.has-scrollbar > .pls-scroll-content:-webkit-scrollbar {
	display: block;
}
.pls-scroll > .pls-scroll-pane {
	background : rgba(0,0,0,.25);
	position   : absolute;
	width      : 5px;
	right      : 0;
	top        : 0;
	bottom     : 0;
	visibility : hidden; /* Target only IE7 and IE8 with this hack */
	opacity    : .01;
	transition            : .2s;
	border-radius         : 5px;
}
.pls-scroll > .pls-scroll-pane > .pls-scroll-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  border-radius         : 3px;
}
.pls-scroll:hover > .pls-scroll-pane, 
.pls-scroll-pane.active, 
.pls-scroll-pane.flashed {
  visibility : visible; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

/**
 * 6.10 Elementor
 */
body.elementor-page.page.pls-no-sidebar .pls-site-content .container,
body.error404 .pls-site-content .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
	width: 100%;
}
.elementor-inner-section .elementor-container {
    margin-left: calc(var(--pls-grid-gap) * -1);
    margin-right: calc(var(--pls-grid-gap) * -1);
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: var(--pls-grid-gap);
}
.elementor-widget:not(:last-child){
	margin-bottom: calc(var(--pls-grid-gap) * 2);
}
.products div.product .pls-product-inner {
	padding: var(--pls-grid-gap);
	overflow: hidden;
}
.woocommerce .pls-bought-together-products div.product,
.pls-blog-slider article,
.related.posts article,
.pls-product-categories-thumbnails .swiper-wrapper .product-category,
.pls-banners-slider .pls-banner,
.pls-team .pls-team-member,
.pls-testimonials .testimonial,
.pls-product-brands .product-brand,
.pls-dokan-vendors .pls-single-vendor,
.pls-wc-vendors .pls-single-vendor,
.pls-wcfm-vendors .pls-single-vendor {
	padding-right: var(--pls-grid-gap);
    padding-left: var(--pls-grid-gap);
}
.elementor-widget-container > p:last-child,
.elementor-text-editor > p:last-child {
	margin-bottom: 0;
}

/* Elementor Pro */
.elementor-template-full-width .row > [data-elementor-type] {    
    flex: 1 1 100%;
    width: 100%;
}

/**
 * 6.11 Rev Slider
 */
.wp-block-themepunch-revslider > p.rs-p-wp-fix {
    margin: 0;
} 

/**
 * 6.12 Dokan
 */

.dokan-dashboard .tooltip.fade.in {
	opacity: 0.8;
} 
input[type="submit"].dokan-btn, 
a.dokan-btn, 
.dokan-btn{
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    font-weight: 600;
    border: 0;
    line-height: 1.4;
    padding: 0.75em 1.4671em;
}
a.dokan-btn, 
.dokan-btn{
	text-transform:uppercase;
}
input[type="submit"].dokan-btn-sm, 
a.dokan-btn-sm, 
.dokan-btn-sm{
    padding: 5px 10px;
}
.media-router button.media-menu-item {
	color: #333 !important;
}
.media-modal-content input[type="search"] {
	height: 28px;
}
select.dokan-form-control{
	height:40px;
	padding-left: var(--pls-grid-gap);
	padding-right: var(--pls-grid-gap);
}
.dokan-dashboard-wrap .select2-container--default .select2-selection--single{
	min-width: auto;
}
input.dokan-form-control{
	padding:4px 12px;
}
.dokan-label{
	border-radius:0;
}
.dokan-dashboard-wrap fieldset{
	padding: 0;
	margin: 0;
	border: 0;
}
.dokan-dashboard-wrap .dokan-input-group-addon,
.dokan-dashboard-wrap .dokan-panel, 
.dokan-dashboard-wrap .dokan-label{
    border-radius: 0;
}
.dokan-dashboard-wrap .wp-editor-wrap{
	border:none;
}
.dokan-seller-search-form .dokan-w4 input[type="search"] {
    border-radius: 0 !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
    box-shadow: 0px 0px 3px rgba(0,0,0, .1);
}
.product-edit-container .dokan-feat-image-upload a.close,
.product-edit-container .dokan-feat-image-upload a.close:hover{
	color: #FF0000;
}
.product-edit-container #dokan-product-images ul.product_images li.image a.action-delete, 
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete, 
.product-edit-container #dokan-product-images ul.product_images li.add-image a.action-delete{
	line-height: 24px;
}
.dokan-form-group #order_date_filter{
	display:inline-block;
}
.dokan-message, 
.dokan-info, 
.dokan-error,
.dokan-alert-warning{
	border-radius:0;
}

/** Store List **/
.store-footer a.dokan-btn, 
.store-footer .dokan-btn {
    padding: 8px 10px;
    font-size: 13px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite {
	padding-bottom: 0;
    padding-left: 1.5em;
    padding-top: 1.2em;
}

/** Store Page **/
.dokan-single-store .dokan-store-tabs ul li{
	margin-bottom:0;
}
li.dokan-share-btn-wrap .dokan-share-btn, 
li.dokan-store-follow-store-button-container .dokan-follow-store-button {
    margin-top: 3px;
    margin-right: 10px;
}
.dokan-single-store .dokan-store-tabs ul li.dokan-right{
	border-right:0;
}
.dokan-single-store #reviews #comments > h3{
	margin-bottom:1em;
}
.dokan-single-store #reviews .commentlist li img.avatar{
	max-width:60px;
}
.dokan-single-store #reviews .commentlist .star-rating{
	float:none;
    display: block;
    font-size: 1em;
}
.dokan-single-store #reviews .commentlist .dokan-rating{
	margin-bottom: .4em;
}
.dokan-single-store #reviews .commentlist li .description h4{
	font-size: 18px;
    margin-bottom: .4em;	
}

/** Shop Page **/
.products .sold-by{
	margin-bottom: 5px;
}
.woocommerce div.product .sold-by{
	margin-bottom: .5em;
	font-size: 13px;
}
.woocommerce div.product div.summary .sold-by a{
	color: var(--pls-primary-color);
	font-weight: 600;
}

/** Single Product **/
.woocommerce-tabs .woocommerce-Tabs-panel--seller > h2,
.woocommerce-Tabs-panel--seller_enquiry_form > h3{
	font-size: 20px;
    margin-bottom: .6781em;
}
.woocommerce-tabs .woocommerce-Tabs-panel--seller ul{
	margin-left:0;
}
.woocommerce-tabs .woocommerce-Tabs-panel--seller ul li span:not(.details),
.woocommerce-tabs .woocommerce-Tabs-panel--seller ul li.seller-name span.details{
	color: var(--pls-link-color);
    font-weight: 600;
}
.woocommerce-tabs .woocommerce-Tabs-panel--seller ul li.seller-name span.details a {
	color: var(--pls-primary-color);
}
.woocommerce-tabs .woocommerce-Tabs-panel--seller ul .star-rating{
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}
.form-control{
	border-radius:0;
}
.form-control:focus{
	background:none;
	border:none;
	box-shadow:none;
	color:inherit;	
}
.woocommerce div.summary .dokan-report-abuse-button {
    font-size: 1em;
}
.dokan-report-abuse-button i{
	margin-right:5px;
}
.dokan-report-abuse-button.working i{
	display:none;
}
.dokan-report-abuse-button.working:before{
	margin-right:5px;
}
.dokan-form-container label{
	font-weight:normal;
}

/** Widgets */
.dokan-store-menu .caret-icon{
	display:none;
}
.widget .dokan-store-open-close .open-close-day label{
	display:inline-block;
}
.widget .dokan-store-open-close .open-close-day{
    padding-bottom: 10px;
	padding-top: 0;		
}

/** Dokan Vendors Element */

.pls-vendors-list p{
	margin-bottom:5px;
}
.pls-store-wrapper{
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
	transition: box-shadow .25s ease;
}
.pls-store-wrapper:hover{
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .15);
}
.pls-store-content-wrapper{
	height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    height: 220px;
    position: relative;
	overflow: hidden;
}
.pls-store-content-container{	
    padding: 1em;
}
.pls-store-content-wrapper.has-vendor-background,
.pls-store-content-wrapper.has-vendor-background .pls-store-data h2{
	color:#ffffff;
}
.pls-store-content-wrapper.has-vendor-background .pls-store-content-container{
    background-color: rgba(0, 0, 0, 0.35);	
    height: 100%;
}
.pls-vendors-list .pls-store-data h2{
    margin: 9px 0px;
    font-size: 20px;
}
.pls-vendors-list .pls-store-rating{
    display: inline-block;
	float:none;
	margin-bottom: 8px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .featured-label,
.pls-vendors-list .featured-label {
    background-color: #ff9f00;
	border-radius:0;
	box-shadow:none;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 10px;
    text-transform: uppercase;
}
.pls-vendors-list .vendor-avatar {
    background: #ffffff;
	display: inline-block;
    padding: 6px;
    position: absolute;
    width: 80px;
    height: 80px;
    top: -40px;
    right: 20px;
    border-radius: 40px;
    box-shadow: 0px 0px 10px rgba(0,0,0, .1);
}
.pls-vendors-list .vendor-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}
.pls-vendors-list .pls-store-link{
	padding: 8px 12px;
	font-size:12px;
}
.pls-vendors-list:not(.pls-slider) > div:not(:last-child),
.pls-vendors-list.pls-slider .slider-group > div:not(:last-child){
	margin-bottom:2em;
}
.pls-vendors-list .pls-store-products {
	display: flex;
    margin-bottom: 1em;
}
.pls-vendors-list .store-product{
    padding: 5px;
    max-width: 56px;
    border: 2px solid var(--pls-border-color);
}
.pls-vendors-list .store-product:not(:last-child){	
    margin-right: 5px;
}
ul.store-details {
    padding-left: 20px;
}
ul.store-details li > i:before {
    margin-left: -20px;
}

/** Default Style */
.pls-vendors-default .pls-store-footer{
	background-color: #f8f8f8;
	padding: 1rem;
	position: relative;
}

/** Boxed Style */
.pls-vendors-boxed .pls-store-rating{
	display: block;
    margin-bottom: 1.5em;
}
.pls-vendors-boxed .vendor-avatar{
    border-radius: 90px;
    bottom: 1em;
    height: 100px;
    right: 1.5em;
	top: inherit;
	width: 100px;
}

/** Boxed Center with Products Style */
.pls-vendors-boxed-center-products .pls-store-content-wrapper{
	position:inherit;
}
.pls-vendors-boxed-center-products .pls-store-footer{
    margin-top: -60px;
    padding: 0 1em 1em;
    text-align: center;
}
.pls-vendors-boxed-center-products .vendor-avatar{
	display: inline-block;
	position:inherit;
}
.pls-vendors-boxed-center-products .pls-store-rating{
	display: inline-block;
}
.pls-vendors-boxed-center-products .vendor-avatar{
    border-radius: 90px;
    height: 120px;
	width: 120px;
}
.pls-vendors-boxed-center-products .vendor-avatar img{
	border-radius: 90px;
}
.pls-vendors-boxed-center-products .pls-store-rating{
	margin-bottom:10px;
}
.pls-vendors-boxed-center-products .pls-store-products {
	justify-content: center;
}

/** Boxed Horizontal With Products Style */
.pls-vendors-boxed-horizontal-products .pls-store-featured {
    position: absolute;
    left: 0;
    top: 1em;
}
.pls-vendors-boxed-horizontal-products .vendor-avatar{
	position:inherit;
}
.pls-vendors-boxed-horizontal-products .pls-store-wrapper{
    background-color: #ffffff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 2em 1em;
	position:relative;
}
.pls-vendors-boxed-horizontal-products .pls-store-content-wrapper{
	height:inherit;
    position: inherit;
}
.pls-vendors-boxed-horizontal-products .pls-store-content {
    flex: 0 0 30%;
}
.pls-vendors-boxed-horizontal-products .pls-store-footer {
    flex: 1 1 auto;
}
.pls-vendors-boxed-horizontal-products .pls-store-content-container{
	text-align:center;
}
.pls-vendors-boxed-horizontal-products .pls-store-rating{
    margin-top: 1em;
}
.pls-vendors-boxed-horizontal-products .pls-store-products{
	margin-bottom: 0;
    margin-top: 1.2em;
}

/** Boxed Simple Style */
.pls-vendors-boxed-simple .pls-store-content-container{
	padding:1.5em;
}
.pls-vendors-boxed-simple .pls-store-content-wrapper{
	height:inherit;
	text-align:center;
}
.pls-vendors-boxed-simple .pls-store-featured {
    position: absolute;
    left: 0;
    top: 1em;
}
.pls-vendors-boxed-simple .vendor-avatar{
    border-radius: 99px;
	margin-bottom:.5em;
    position: inherit;
    height: 120px;
    width: 120px;	
}
.pls-vendors-boxed-simple .vendor-avatar img{
	 border-radius: 99px;
}
.pls-vendors-boxed-simple .pls-store-link{
	margin-top:1em;
}

/**
 * 6.13 WC Vendors
 */
.wc-vendors-dashboard input[type="text"], 
.wc-vendors-dashboard input[type="email"], 
.wc-vendors-dashboard input[type="password"], 
.wc-vendors-dashboard input[type="number"], 
.wc-vendors-dashboard input[type="date"], 
.wc-vendors-dashboard textarea{
	display: initial;
    width: inherit;
}
.wc-vendors-shop-settings table tr{
	border:none;
}
.wc-vendors-shop-settings .btn-inverse{
	margin-top:5px;
}

/** VC Element */
.pls-wc-vendors.pls-vendors-boxed-horizontal-products .pls-store-link {
	margin-top:1em;
}


/**
 * 6.14 WooCommerce Multivendor Marketplace / WooCommerce Frontend Managers
 */
#wcfm-main-contentainer input.wcfm_submit_button, 
#wcfm-main-contentainer button.wcfm_submit_button, 
#wcfm-main-contentainer a.wcfm_submit_button, 
#wcfm-main-contentainer .wcfm_add_category_bt, 
#wcfm-main-contentainer .wcfm_add_attribute, 
#wcfm-main-contentainer .wcfm_add_attribute_term, 
#wcfm-main-contentainer input.upload_button, 
#wcfm-main-contentainer input.remove_button, 
#wcfm-main-contentainer .dataTables_wrapper .dt-buttons .dt-button, 
#wcfm_vendor_approval_response_button, 
#wcfm_bulk_edit_button, 
#wcfm_enquiry_submit_button {
	font-size: 14px;
	font-weight: 600;
	border-radius: 2px;
	padding:12px 20px !important;	
}
p.wcfm_title strong, span.wcfm_title strong,
#wcfm_membership_container p.wcfm_title strong, 
#wcfm_membership_container span.wcfm_title strong {
    font-style: normal;
    font-size: 14px;
}
input.wcfm-checkbox:checked:before{
	color:#ffffff;
}
#wcfm-main-contentainer a.add_new_wcfm_ele_dashboard, 
#wcfm-main-contentainer a.wcfm_import_export{
	font-weight: normal;
}
div.wcfm-collapse-content h2{
	font-style: normal;
}
.wcfm_buttons{
	z-index:9;
}
.products .product:hover .wcfm_buttons{
	z-index:99;
}
.wcfm_ele_wrapper{
	margin: 0 0 .5em;
}
.wcfmmp_sold_by_container_advanced{
	border: 0;
	min-width: auto;
	padding: 0;
	display: flex;
	align-items: center;
	margin-bottom:1em;
}
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label{
	font-style: normal;
	margin-left: 0;
	margin-right: 5px;
	display: inherit;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	text-transform: capitalize;
}
.wcfmmp_sold_by_container_left{
	margin-top: 0;
	margin-bottom: 0;
	width: 40px;
}	
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store{
	font-size: 16px;
}
.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating, 
.wcfmmp_store_info .wcfmmp-store-rating, 
.wcfmmp_sold_by_container .wcfmmp-store-rating{
	font-size: .9em;
}
.pls-quick-view .wcfm_ele_wrapper{
	display:none;
}

/** Store List */
.wcfmmp-store-lists-sorting .spacer{
	display:none;
}
.wcfmmp-store-lists-sorting {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering{
	margin-right:0;
}
#wcfmmp-stores-lists{
	box-shadow:none;
}
#wcfmmp-stores-lists .right_side{
    padding: 0 1em;
}
#wcfmmp-stores-lists .left_sidebar{
	padding:1em;
}
#wcfmmp-stores-lists .wcfmmp-store-lists-sorting {
    margin-top: 1rem;
}
.wcfmmp-store-search-form{
	padding:0;
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-wrapper{
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer .store-avatar img{
	border-radius: 90px;
}

/** Store Page */
#wcfmmp-store,
#wcfmmp-store .reviews_area, 
#wcfmmp-store .policies_area, 
#wcfmmp-store .wcfm_store_description{
	box-shadow:none;
}
#wcfmmp-store .right_side{
	padding: 1em;
}
#wcfmmp-store .left_sidebar{
	padding: 1em;
}

#wcfmmp-store .sidebar_heading{
	margin-bottom:0;
}
#wcfmmp-store .reviews_area, 
#wcfmmp-store .policies_area, 
#wcfmmp-store .wcfm_store_description{
	padding:30px 0;
}
#wcfmmp-store ins{
	background:none;
	color:inherit;
}
#wcfmmp-store ul.product_list_widget li img{
	width: inherit;
    height: inherit;
	max-width: 62px !important;
}
.wcfmmp-stores-listing ul.product_list_widget li{
	margin-bottom:0;
}
#wcfmmp-store ul.product_list_widget li{
	line-height:1.6;
	padding:10px 0 10px 75px;
	margin-bottom:0;
}

#wcfm_products_manage_form_wc_product_pls_offer_expander .pls_offer_option,
#wcfm_products_manage_form_wc_product_pls_offer_expander .pls_service_option {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
    margin-bottom: 1em;
    padding: 1em;
}
#wcfm_products_manage_form_wc_product_pls_offer_expander .pls_offer_option .delete,
#wcfm_products_manage_form_wc_product_pls_offer_expander .pls_service_option .delete{
	cursor:pointer;
    position: absolute;
    right: 1em;
}
#wcfm_products_manage_form_wc_product_pls_offer_expander .pls_offer_option .delete:before,
#wcfm_products_manage_form_wc_product_pls_offer_expander .pls_service_option .delete:before {
	font-size:18px;
}
#wcfm_products_manage_form_wc_product_pls_offer_expander .options_group:not(:last-child) {
    margin-bottom: 3em;
}
#wcfm-main-contentainer .select2-container, 
#wcfm-main-contentainer .select2-container .select2-selection {
    height: auto;
}

/** VC Element */
.pls-wcfm-vendors.pls-vendors-boxed-horizontal-products .pls-store-link{
	margin-top:1em;
}
.pls-wcfm-vendors .wcfmmp-store-rating {
    margin-bottom: 1em;
}
.pls-wcfm-vendors .star-rating{
	float: none;
    display: inline-block;
    margin-bottom: .6em;
}
.pls-wcfm-vendors.pls-vendors-boxed .star-rating{
	display: block;
    margin-bottom: 1em;
}
.pls-wcfm-vendors.pls-vendors-boxed-horizontal-products .star-rating{
	margin-top:1em;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px){
	.wcfm_dashboard_wc_status {
		display: block;
	}
}

/**
 * 6.15 WooZone
 */
.row .woocommerce .product-quantity > .quantity {
    width: initial;
}
.WooZone-country-check-small{
    margin-left: 7px;
}

/**
 * 6.16 YITH Woocommerce Request A Quote
 */
.products .yith-ywraq-add-to-quote {
    margin: 3px 0;
}
.woocommerce .products a.add-request-quote-button {
	font-size:12px;
	padding:8px 14px;
}
.woocommerce div.summary .yith-ywraq-add-to-quote {
	display: block;
    margin-bottom: 1em;
}
.add-request-quote-button.ywraq-link,
.yith_ywraq_add_item_browse_message a {
    font-weight: 600;
}
.add-request-quote-button.ywraq-link:before{
	margin-right:5px;
}
.yith_ywraq_add_item_browse_message:not(.hide), 
.yith_ywraq_add_item_response_message:not(.hide),
.yith_ywraq_add_item_product_message:not(.hide) {
    display: inline-block!important;
}
.yith_ywraq_add_item_response_message{
	margin-right:5px;
}
.yith_ywraq_add_item_product_message:not(.hide){
	font-size:0;
	vertical-align: middle;
}
.yith_ywraq_add_item_product_message:not(.hide):before{
	margin-left:5px;
}

/**
 * 6.17 Nextend Social Login
 */
.pls-customer-login-register .social-login-separator {
    font-weight: 600;
	display: flex;	
	justify-content: center;
	position: relative;
}
.pls-customer-login-register .social-login-separator:after {
    content: "";
    position: absolute;
    top: calc(50% - 0px);
    width: 100%;
}
.pls-customer-login-register .social-login-separator span {
    padding: 0 15px;
    z-index: 1;
}
.pls-customer-login-register .nsl-container-buttons {
	align-items: center;
	padding: 0;
    margin: .5rem 0;
    width: 100%;
}
.pls-customer-login-register div.nsl-container .nsl-button {
	border-radius: var(--pls-border-radius);
    padding: 0.5rem 1rem;
}
.pls-customer-login-register .nsl-button-label-container {
	font-family: var(--pls-primary-font);
}
.pls-customer-login-register .nsl-button-label-container b,
.pls-customer-login-register .nsl-button-label-container strong {
	font-weight: 600;
}

/**
 * 6.18 YITH WooCommerce Compare
 */
#colorbox.yith_woocompare_colorbox {
    position: fixed !important;
    top: 55% !important;
    transform: translate( 0, -50% );
}
#cboxWrapper > div:first-child,
#cboxWrapper > div:last-child,
#cboxWrapper #cboxMiddleLeft,
#cboxWrapper #cboxMiddleRight {
	display: none;
}
#yith-woocompare .dataTables_scrollBody {
	overflow-y: hidden !important;
}
body table.dataTable.compare-list tbody th,
body table.dataTable.compare-list tbody td {
	padding: 1rem;
}
#yith-woocompare table.compare-list tr.title td {
    font-weight: 500;
    color: #333333;
}
#yith-woocompare table.compare-list tbody th {
	background: none;
}
#yith-woocompare table.compare-list td img {
	border: none;
}
#yith-woocompare table.compare-list .price td {
    text-decoration: none;
    font-weight: 600;
    color: #333333;
}
#yith-woocompare table.compare-list .price td ins {
	background: none;
}
#yith-woocompare table.compare-list .price td del {
	font-weight: normal;
}
#yith-woocompare table.compare-list td.odd {
	background: none;
}
body #yith-woocompare {
	padding: 0 !important;
}
#yith-woocompare .dataTables_scrollHead,
#yith-woocompare .dataTables_scrollFoot,
#yith-woocompare table.compare-list .remove td a span {
    display: none;
}
#yith-woocompare ul {
    list-style: disc inside;
}
#yith-woocompare ul li {
    margin-bottom: 1rem;
}
#cboxContent #cboxClose {
    background: none;
    font-size: 0;
    right: -2rem;
    bottom: inherit;
    top: 0;
    text-indent: initial;
}
#cboxContent #cboxClose:after {
    content: '\2715';
    font-size: 20px;
    color: #ffffff;
}
html body > h1 {
	background: none;
    color: #333333;
	font-size: 1.26em;
    padding: 1.5rem;
	border-bottom: none;
    text-align: left;
}
#yith-woocompare table.compare-list thead th a.close,
html body > h1 a.close {
    color: #333333;
}
#yith-woocompare table.compare-list .remove td a {
	font-size: 0;
}
#yith-woocompare table.compare-list .remove td a:after {
    content: '\2715';
    font-size: 16px;
    font-weight: 600;
}

/**
 * 6.19 WPML
 */
div[class*="wpml-ls-legacy-dropdown"]{
	width:auto;
}
div[class*="wpml-ls-legacy-dropdown"] a{
	border:0;
	background-color:inherit;
	line-height: inherit;
}
div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-flag + span {
    margin-left: .4em;
}
div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-current-language:hover > a{
	color:inherit;
	background-color:inherit;
}
div[class*="wpml-ls-legacy-dropdown"] a:focus{
	background-color:inherit;
}
div[class*="wpml-ls-legacy-dropdown"] a,
div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle{
	padding:0;
}
div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle:after, 
.pls-site-header div[class*="wcml-dropdown"] a.wcml-cs-item-toggle:after{
	position:initial;
	border:none;
}
.wpml-ls-legacy-list-horizontal{
	border:0;
	padding:0 5px;
}
.wpml-ls-legacy-list-horizontal a{
	padding:0 5px 0 0;
}

/* WPML & WCML(WooCommerce Multilingual & Multicurrency with WPML) */
.woocommerce .pls-site-header .product.wcml_currency_switcher{
	margin: 0;
}
div[class*="wcml-dropdown"] .wcml-cs-submenu li a:not([href]):not([tabindex]):hover {
	color:initial;
	cursor:pointer;
}
.pls-site-header div[class*="wcml-dropdown"] {
	width:auto;
	position:relative;
}
.pls-site-header div[class*="wcml-dropdown"] a.wcml-cs-item-toggle {
	padding:0;
}
.pls-site-header div[class*="wcml-dropdown"] li,
.pls-site-header div[class*="wcml-dropdown"] .wcml-cs-submenu li,
.pls-site-header div[class*="wcml-dropdown"] li:hover, 
.pls-site-header div[class*="wcml-dropdown"] li:focus {
	background: none;
	border: none;
}
.pls-site-header div[class*="wcml-dropdown"] a {
	display: flex;
	padding: 0;
	line-height: inherit;
}
.pls-site-header div[class*="wcml-dropdown"] .wcml-cs-submenu {
	left: 0;
	right: 0;
}
.pls-site-header div[class*="wcml-dropdown"].product.wcml_currency_switcher {
	padding: 0;
}
.pls-site-header .wcml_currency_switcher li a.wcml-cs-item-toggle {
	padding: 0 10px !important;
}
.pls-site-content .wcml_currency_switcher a {
	transition: none;
}
.woocommerce .pls-site-header .wcml-dropdown.product {
    margin: 0;
}
div[class*="wcml-dropdown"] .wcml-cs-submenu {
	right: inherit;
	border: 0;
}
.wcml-horizontal-list{
	border:0;
}
.wcml-horizontal-list li a{
	display: flex;
	padding: 0 5px;
}

/* WPML Widget */
.widget div[class*="wpml-ls-legacy-dropdown"] {
	width:100%;
}
.wpml-ls-legacy-list-vertical a {
	padding:5px 0;
}
.widget div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle:after {
	position:absolute;
}

/* WCML(Currency Switcher) Widget */
.widget div[class*="wpml-ls-legacy-dropdown"] a.wpml-ls-item-toggle,
.widget div[class*="wcml-dropdown"] .wcml-cs-item-toggle, 
.widget .woocommerce-currency-switcher-form .dd-select .dd-selected {
	border-top: var(--pls-border-top);
	border-right: var(--pls-border-right);
	border-bottom: var(--pls-border-bottom);
	border-left: var(--pls-border-left);
    height: 3em;
    padding-left: 15px;
    padding-right: 25px;
    display: flex;
    align-items: center;
}
.widget div[class*="wpml-ls-legacy-dropdown"] .wpml-ls-sub-menu,
.widget div[class*="wcml-dropdown"] .wcml-cs-submenu, 
.widget .woocommerce-currency-switcher-form .dd-options{
	border: 0;
	width:100%;
	box-shadow: 0 1px 2px rgba(0,0,0,.20);
}
.widget div[class*="wcml-dropdown"] a.wcml-cs-item-toggle:after,
.widget .woocommerce-currency-switcher-form .dd-selected:after {
    position: absolute;
    border: none;
    right: 10px;
    top: inherit;
}

/**
 * 6.18 PhotoSwipe JS
 */
.pswp {
	z-index: 1000;
}
.pswp .pswp__bg {
    background-color: rgba(11,11,11,0.8);
}
.pswp__scroll-wrap {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s,transform 0.5s;
}
.pswp--visible .pswp__scroll-wrap {
    transform: none;
    opacity: 1;
}
.pswp__caption,
.pswp__top-bar {
	transition: opacity 333ms cubic-bezier(0.4,0,0.22,1),background-color 0.3s 0.5s;
}
.pswp:not(.pswp--animated-in) .pswp__caption,
.pswp:not(.pswp--animated-in) .pswp__top-bar {
	background-color: transparent;
}
.pswp__button--arrow--left {
    left: 2%;
}
.pswp__button--arrow--right {
    right: 2%;
	left: inherit;
}
.pswp__button--arrow--left:before, 
.pswp__button--arrow--right:before{
	background: none !important;
    font-size: 36px;
    font-weight: normal;
}

/**
 * 6.20 GTranslate
 */
.menu-item-gtranslate > div {
	padding: 0 10px;
	top: -15px;
}
.pls-mobile-menu ul.mobile-main-menu > li > div {
	padding: 15px;
    position: initial !important;
}

/**
 * 6.21 Polylang
 */
.pls-languages{
	display:flex;
	list-style:none;
}
.pls-languages li a{
	padding:0 5px;
}
.pls-languages li.active{
	opacity:0.6;
}
.pls-languages li:first-child a{
	padding-left:0;
}
.pls-languages li:last-child a{
	padding-right:0;
}
.pls-languages li a img{
	margin-right:5px;
}

/**
 * 6.22 TranslatePress - Multilingual
 */
div#trp-floater-ls {
    background: var(--pls-body-background) !important;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    border-radius: var(--pls-border-radius) var(--pls-border-radius) 0 0;
}
#trp-floater-ls div a {
	border-bottom: var(--pls-border-bottom);
	color: var(--pls-link-color) !important;
}
#trp-floater-ls div a:hover {
	background-color: var(--pls-hover-background-color);
	color: var(--pls-link-hover-color) !important;
}

/**
 * 6.23 WOOCS - WooCommerce Currency Switcher
 */
.pls-site-header .woocommerce-currency-switcher-form .woocommerce-currency-switcher {
    border: 0;
    background: inherit;
    color: inherit;
    padding: 0;
    height: inherit;
}
.woocommerce-currency-switcher-form .dd-select{
	background:none !important;
	border:none;
	border-radius:0;
}
.woocommerce-currency-switcher-form .dd-options{
	display:initial !important;
}
.woocommerce-currency-switcher-form .dd-select .dd-selected, 
.woocommerce-currency-switcher-form .dd-options a.dd-option{
	display: -ms-flexbox;
	display:flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}
.woocommerce-currency-switcher-form .dd-select .dd-selected{
	padding:0;
}
.woocommerce-currency-switcher-form .dd-image-right {
	float:none;
	margin-right:5px;
	margin-left: 0;
	width:20px;
	height:14px;
}
.woocommerce-currency-switcher-form label{
	color:inherit;
    line-height: 1.2 !important;
	margin:0 5px;
}
.woocommerce-currency-switcher-form .dd-desc {
	color:inherit;
}
.woocommerce-currency-switcher-form .dd-pointer{
	display:none;
}

/**
 * 6.24 Customer Reviews for WooCommerce
 */
h2.woocommerce-Reviews-title {
    font-size: 18px;
    display: none;
}
#reviews .cr-summaryBox-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap,
.ivole-reviews-grid .cr-summaryBox-wrap {
	justify-content: inherit;	
}
#reviews .cr-summaryBox-wrap{
	margin-bottom: 2rem;
}
#reviews .cr-summaryBox-wrap .ivole-summaryBox,
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.ivole-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
.ivole-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap {
    border: none;
    border-radius: var(--pls-border-radius);
}
#reviews .cr-summaryBox-wrap .cr-average-rating,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating,
.ivole-reviews-grid .cr-summaryBox-wrap .cr-average-rating,
#reviews .cr-summaryBox-wrap .cr-total-rating-count,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,
.ivole-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
	color: var(--pls-text-color);
}
.ivole-meter .ivole-meter-bar {
    background: none;
    background-color: #ffa700;
    box-shadow: none;
    float: none;
}
.ivole-meter{
	background: none;
    background-color: var(--pls-hover-background-color);
    box-shadow: none;
    height: 10px;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div {
	margin-bottom: 2rem;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div p.cr-ajax-reviews-cus-images-title {
	color: var(--pls-link-color);
    font-weight: 600;
	margin-bottom: 1rem;
}
div.iv-comment-image-top {
	margin-right: 1rem;
}
a.cr-seeAllReviews {
    font-weight: 600;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
    background: var(--pls-body-background);
    border-color: var(--pls-border-color);
    border-radius: var(--pls-border-radius);
    padding-left: 10px;
    padding-right: 20px;
}
#reviews.cr-reviews-ajax-reviews .cr-button-search,
.cr-all-reviews-shortcode .cr-button-search {
    border-radius: var(--pls-border-radius);
    background: none;
    border: none;
    padding: 5px 15px;
    background-color: var(--pls-primary-color);
    color: var(--pls-primary-inverse-color);
}
#reviews.cr-reviews-ajax-reviews .cr-input-text,
.cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
.cr-ajax-search input[type="text"] {
    border-color: var(--pls-border-color);
    border-radius: var(--pls-border-radius);
}
#reviews.cr-reviews-ajax-reviews button.cr-ajax-reviews-add-review {
    background: none;
    border: none;
    padding: 1rem;
    background-color: var(--pls-primary-color);
    color: var(--pls-primary-inverse-color);
    border-radius: var(--pls-border-radius);
}
#reviews.cr-reviews-ajax-reviews .comment-reply-title {
    font-weight: 600;
    color: var(--pls-link-color);
}
.iv-comment-image {
    border-radius: var(--pls-border-radius);
    padding: 2px;
    border-color: var(--pls-border-color);
}
#cr-ajax-reviews-review-form p.form-submit {
    justify-content: flex-end;
}
a#cr-ajax-reviews-cancel{
    font-weight: 600;
	margin-right: 1rem;
}
.cr-show-more-reviews-prd, .ivole-show-more-button {
    padding: 0 1.5rem;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr {
	background: none;
    border: none;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body {
	overflow-y: auto;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
	max-width: calc( 100vw - 40px );
	max-height: calc( 100vh - 40px );
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close {
    border-radius: 25px;
    background-color: var(--pls-body-background);	
    padding: 12px;
}
.cr-reviews-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--pls-primary-inverse-color);
}
.cr-reviews-slider .slick-dots li button, 
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots li button {
    width: 20px;
}
.cr-reviews-slider .slick-prev,
.cr-reviews-slider .slick-next,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-prev,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-next {
	margin-top: 0;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav {
    padding: 0;
}
@media (max-width: 600px){
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
		width: calc( 100% - 40px);
		height: calc( 100% - 40px);
	}
}

/**
 * 6.25 Notification for WooCommerce
 */
#message-purchased {
	font-family: var(--pls-primary-font);
}
#message-purchased #notify-close {
    font-weight: 600;
    right: 8px;
    top: 5px;
}
#message-purchased .message-purchase-main{
	border-radius: 0;
}

/**
 * 6.26 Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro
 */
section.cwginstock-subscribe-form {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
div.summary .cwginstock-subscribe-form .panel {
    border: none;
	box-shadow: none;
    background: none;
    padding: 0;
}
.cwginstock-subscribe-form .form-group.center-block {
    max-width: 400px;
    margin: 0;
}
div.summary .cwginstock-subscribe-form .panel > .panel-heading,
.swal2-html-container .cwginstock-subscribe-form .panel > .panel-heading {   
	display: none;
}
.cwginstock-subscribe-form .panel {
    margin-bottom: 25px !important;
}
.cwginstock-subscribe-form .cwginstock-panel-heading h4 {
	color: #212121;
    margin-bottom: 0;
    font-size: 16px;
}
.cwginstock-subscribe-form .cwginstock-panel-heading h4,
.cwginstock-panel-body input,
.form-group.center-block {
	text-align: left !important;
}
div.summary .cwginstock-subscribe-form .panel-body,
.swal2-content .cwginstock-subscribe-form .panel-body {
	padding: 0;
}
.cwginstock-subscribe-form .cwginstock-panel-body .row {
	margin-left: 0;
	margin-right: 0;
}
.cwginstock-subscribe-form .cwginstock-panel-body .col-md-12 {
	padding: 0;
}
.cwginstock-subscribe-form .form-group {
    margin-bottom: 0;
}
.cwginstock-panel-body input[type="submit"] {
    width: 100%;
    text-align: center !important;
    text-transform: uppercase;
    font-weight: normal;
}
input.cwg_popup_submit {
    display: block;
    margin-bottom: 1.2rem;
}

/* Popup */
.swal2-popup {
    padding: 0 !important;
    font-size: inherit !important;
}
.swal2-popup .swal2-content {
    padding: 2rem;
}
.swal2-content .cwginstock-subscribe-form .panel {
    border: none;
    margin-bottom: 0 !important;
    box-shadow: none;
}
button.swal2-close {
    top: -15px;
    right: -15px;
    border-radius: 25px;
    background-color: #ffffff !important;
    color: #212121 !important;
    width: 1em;
    height: 1em;
}

/**
 * 7.0 Responsive
 */
@-ms-viewport {
	width: device-width;
}
@media (max-width:1366px){
	.pls-slider-next {
		right: -1rem;
	}
	.pls-slider-prev {
	    left: -1rem;
	}
}
@media (max-width:1199px){
	
	/* Header */
	.pls-site-header .pls-header-icon-text {
		display:none;
	}
	.pls-header-myaccount .customer-signinup {
		font-size:0;
	}		
	.pls-header-myaccount .customer-signinup:before {
		font-size: 22px;
		font-weight: normal;
	}	
	
	/* Shop Page */
	.products .fancy-rating-summery {
		display:none;		
	}
	.pls-filter-widgets .pls-filter-inner {
		border-bottom: var(--pls-border-bottom);
	}
	.pls-filter-widgets .widget{
		padding-left: var(--pls-grid-gap);
		padding-right: var(--pls-grid-gap);
	}
	.pls-has-sidebar .pls-filter-widgets .widget {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.products.grid-view .pls-cart-button a{
		font-size: 12px;
	}
	.pls-whishlist-button a {
	    padding: 9px 6px;
	}
	
	/* Product Page */ 
	.woocommerce div.product .pls-breadcrumb span.last {
		display:none !important;
	}
	
	/* Blog Page */
	.entry-header .entry-title {
		font-size:25px;
	}
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.pls-header-col.pls-header-col-center {
		padding:0;
	}
	.pls-main-navigation.pls-navigation ul.menu > li > a {
		padding:0 6px;
	}
	.categories-menu .pls-megamenu-item-full-width .pls-megamenu-holder {
		width: 758px !important;
	}
	.products.list-view .pls-product-image {
		flex: 0 0 30%;
	}
	
	/* Product Page */ 
	div.summary form.cart .button, 
	.woocommerce div.summary .pls_quick_buy_button {
		min-width: 158px;
	}
}
@media (max-width:1024px) {
	.pls-header-logo .pls-logo,
	.pls-header-cart .widget_shopping_cart{
		display:none;
	}
	.pls-site-header:not(.pls-header-overlay) .pls-mobile-logo,
	.pls-site-header .pls-header-sticked .pls-mobile-logo,
	.pls-site-header.pls-header-overlay .pls-logo-light {
		display:block;
	}
	.pls-site-header.pls-header-overlay .pls-header-navigation{
		display:none !important;
	}
	.pls-header-col-center {
		justify-content: center;
	}
	.pls-header-navigation .pls-header-col-center {
		padding-bottom: 7px;
	}
	.pls-header-navigation .pls-ajax-search form.searchform {
		border:0;
	}
	.pls-ajax-search .searchform .search-submit {
		margin:0;
		padding:11px 20px;
	}
	
	/* Search Popup */
	.pls-search-popup .close-sidebar {
		right: 15px;
		top: 15px;
		width: 20px;
		height: 20px;
	}
	.pls-search-popup .pls-search-popup-wrap {
		padding: 25px;
		bottom: 0;
	}	
	.pls-site-header:not(.pls-header-overlay) + #page-title {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.pls-header-overlay + #page-title {
		padding-top: 150px !important;
	}	
	.title-size-small .title{
		font-size:30px;
	}
	.title-size-default .title {
		font-size: 40px;
	}
	.title-size-large .title{
		font-size: 52px;		
	}
		
	/* Footer */
	.pls-site-footer .pls-footer-main {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.pls-site-footer .footer-widget .widget{
		margin-bottom: 2rem;
	}
	
	/* Post */
	.related.posts .entry-title {
		font-size: 18px;
	}
	.comment-meta,
	.comment-list .reply {
		text-align: left;
	}
	.comment-meta {
		margin-top: 0;
	}
	
	/** Shop Page **/
	.pls-products-header .woocommerce-result-count,
	.pls-products-header .pls-products-view, 
	.pls-products-header .pls-product-show {
		display:none
	}
	.pls-products-header-right .woocommerce-ordering {
		margin-right: 0;
	}
	.pls-has-sidebar .pls-filter-widgets .widget {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	/* By default product hover */
	.pls-product-hover-mobile .product-style-1.grid-view .pls-product-inner .pls-product-buttons,
	.pls-product-hover-mobile .product-style-3.grid-view .pls-product-inner .pls-product-buttons,
	.pls-product-hover-mobile .product-style-4.grid-view .pls-product-inner .pls-quickview-button {
		transform: none !important;
		opacity: 1;
		visibility: visible;
		z-index: 9;
	}
	.pls-product-hover-mobile .product-style-1.grid-view .pls-product-inner .product-price span.price,
	.pls-product-hover-mobile .product-style-4.grid-view .pls-product-inner .product-price span.price {
		opacity: inherit !important;
		transform: none !important;
	}
	.pls-product-hover-mobile .product-style-1.grid-view .pls-product-inner .pls-cart-button,
	.pls-product-hover-mobile .product-style-4.grid-view .pls-product-inner .pls-cart-button {
		position: inherit;
		transform: none !important;
		opacity: 1;
		visibility: visible;
	}
	.pls-product-hover-mobile .product-style-2.grid-view .pls-product-inner .pls-product-buttons {
		bottom: 1.5rem;
		opacity: 1;
		visibility: visible;
		z-index: 9;
	}
	.pls-product-hover-mobile .product-style-3.grid-view .pls-product-inner .pls-product-info {
		transform: none !important;
	}
	.pls-product-hover-mobile .product-style-3.grid-view .pls-product-inner .pls-cart-button {
		display: flex;
		position: inherit;
		opacity: 1;
	}

	.products.list-view .product-title {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	/* Product Page */
	.woocommerce div.product .product_title {
		font-size: 28px;
	}
	.tabs-layout .tabs {
		display:none;
	}
	.tabs-layout .tab-content-wrap a.accordion-title {	
		font-size: 18px;
		font-weight: 500;
		padding: .8781rem 0;
		display: block;
	    position: relative;
		text-transform: uppercase;		
	}
	.tabs-layout .tab-content-wrap .wc-tab {
		margin-top:1rem;
	}	
	
	/* Cart Page */
	.woocommerce-cart-form {
		margin-bottom: 3rem;
	}
	.woocommerce-cart-wrapper table.cart {
		box-shadow: none;
	}
	.woocommerce-cart-wrapper .actions .coupon {
		width: 75%;
	}
	
	/* Checkout Steps */
	ul.pls-chekout-steps li > * {
		font-size: 18px;
		font-weight: 600;
	}
	.pls-chekout-steps li:after {
	    margin: 0 0.6rem;
	}
	
	/* Thank You Page */
	.woocommerce ul.order_details li {
		padding-left: 1rem;
		padding-right: 2em;
	}
	
	/* Elements */
	.products-tabs .section-sub-categories {
		display: none;
	}
	.products-tabs.tabs-with-title .nav-tabs-wrapper {
		margin-top: 1rem;
	}
	.tabs-layout:not(.tabs-right) .nav-tabs li.nav-item {
		margin-bottom: .5rem;
	}
	.pls-cta-wrapper {
		flex-direction: column;
		text-align: center;
	}
	.pls-cta-btn {
		margin-top: 1rem;
	}
	.pls-width-20,
	.pls-width-30 {
		max-width: 40%; 
	}
	.pls-width-40,
	.pls-width-50 {
		max-width: 60%; 
	}
	.pls-width-60,
	.pls-width-70 {
		max-width: 80%; 
	}
}
@media (max-width:767px){
	
	/* Header */
	.pls-header-cart .cart-wrap {
		display:none;
	}
	.pls-site-header:not(.pls-header-overlay) + #page-title {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.pls-header-overlay + #page-title {
		padding-top: 140px !important;
		padding-bottom: 40px !important;
	}	
	.pls-minicart-slide {
		width:300px;
	}
	.woocommerce ul.cart_list {
		padding: 1rem;
	}
	.pls-page-title .header-subtitle {
		font-size: 16px;
	}
	
	/* Search Popup */
	.pls-search-popup .search-rating {
		display: none;
	}
	
	.title-size-small .title {
		font-size:28px;
	}
	.title-size-default .title {
		font-size: 36px;
	}
	.title-size-large .title {
		font-size: 42px;
	}
	
	/* Footer */
	.pls-footer-copyright .pls-copyright-wrap > div:first-child {
		margin-bottom: 1em;
	}
	.pls-footer-copyright .pls-copyright-wrap > div {
		text-align: center !important;
	}
	
	/* Shop Page */
	.pls-ordering-label {		
		margin-right: 7px;
	}
	.woocommerce-ordering {
		position: relative;
		z-index: 1;
		/* width: 30px; */
		height: 30px;
		text-align: center;
		line-height: 30px;
	}	
	.woocommerce-ordering select {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 0;
		width: 100%;
		border: none;
		background: transparent;
		font-weight: 400;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	.woocommerce-ordering:after {
		position:static;
		font-size: 25px;
		content: "\e9b9";
		font-family: 'presslayouts-font';
		font-weight: 400;
		margin-right: 1em;
	}
	.pls-no-sidebar .pls-filter-widgets .widget{
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	/* Product Page */	
	.woocommerce div.product .product_title {
		font-size: 26px;
	}
	.pls-product-content-style-2 .single-product-content {
		flex-direction: column-reverse;
	}
	.pls-product-content-style-2  .pls-single-product-meta {
		flex-direction: column;
		align-items: start;
	}
	.pls-single-product-page > .pls-bought-together-products {
		padding: 1rem;
	}
	.pls-product-content-style-2  .pls-single-product-meta > .product-share {
		margin-top: 1rem;
	}
	.pls-single-product-page > .pls-bought-together-products .items-total-price-button, 
	.pls-single-product-page .woocommerce-tabs .pls-bought-together-products .items-total-price-button {
		border-top: var(--pls-border-top);
		margin-top: 1rem;
	    padding: 1rem;
	}
	.pls-single-product-page .pls-product-container {
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}
	.woocommerce-tabs.tabs-layout .tab-content-wrap {
		width: 100% !important;
	}
	div.product > section > h2,
	div.cross-sells > h2 {
		font-size: 26px;
	}
	div.product > section > h2:before,
	div.cross-sells > h2:before,
	div.product > section > h2:after,
	div.cross-sells > h2:after { 
		width: 50px;
	}
	div.product > section > h2:before,
	div.cross-sells > h2:before {
		margin-right: 1rem;
	}
	div.product > section > h2:after,
	div.cross-sells > h2:after {
		margin-left: 1rem;
	}
	.woocommerce-tabs,
	div.product > section:not(:last-child),
	div.cross-sells {
		margin-bottom: 3rem;
	}
	
	/* Blog Page */
	.post-thumbnail a img {
		width: 100%;
	}
	.post-navigation .nav-title {
		display: none;
	}
	.nav-previous a:before, 
	.nav-next a:after,
	.post-navigation .nav-previous a:before, 
	.post-navigation .nav-next a:after {
		font-size: 30px;
		top:0;
	}
	.nav-subtitle {
		color: var(--pls-link-color);
		font-weight: 600;
	}
	
	/* Post Page */
	.tag-social-share {
		text-align:center;
		margin-bottom: 2em;
	}
	.tag-social-share .single-tags {
		margin-bottom:2em;
	}
	.tag-social-share .pls-social {
		text-align:inherit;
	}	
	.comment-list .comment-body {
		padding-left: 6rem;
		margin: 1.3rem 1.5rem;
	}
	.comment-list .children {
		padding-left: 2rem;
	}
	
	/* My Account Page */
	.woocommerce-account.logged-in .entry-content > .woocommerce:not(.pls-element) {
		flex-flow: column;
	}
	.woocommerce-account .MyAccount-navigation-wrapper,
	.woocommerce-account .woocommerce-MyAccount-content {
		flex: 0 0 100%;
		max-width: 100%;
		padding:0;
	}
	.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1, 
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-2 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce-account .MyAccount-navigation-wrapper,
	.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1 {
		margin-bottom:2em;
	}
	.table-responsive-label {
		display: inline-block; 
	}
    .shop_table_responsive thead,
    .shop_table_responsive th {
		display: none; 
	}
    .shop_table_responsive tr {
	    display: block;
		margin-bottom: 20px;
		position: relative;
	}
    .shop_table_responsive tr:last-child {
		margin-bottom: 0; 
	}
    .shop_table_responsive td {
		display: block;
		border-bottom: none;
		padding: 0 0 8px 0;
		margin-bottom: 8px;
		text-align: right; 
	}
    .shop_table_responsive td:before {
		content: attr(data-title);
        color: var(--pls-link-color);
        font-size: 16px;
        font-weight: 500;
        padding-top: 3px;
        float: left;
	}
    .shop_table_responsive td:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; 
	}
	.shop_table_responsive td:first-child {
		border-top: none !important;
	}
	.woocommerce-cart table.cart tr, 
	.woocommerce table.wishlist_table tbody tr {
		border-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.pls-customer-login, 
	.pls-customer-register{		
		flex-wrap: wrap;
		padding: 1.5rem;
	}	
	
	/* Cart Page */
	.woocommerce-cart table.cart{
		border-bottom:none !important;
	}
	.woocommerce-cart table.cart tr {
		border-left: 0;
		border-right: 0;
		display:block;
		margin-bottom: 20px;
		padding-bottom: 20px;
		padding-left: 112px;
	}
	.woocommerce-cart table.cart tr:last-child {
		padding: 0;
		border: 0;
	}
	.cart_totals .shop_table tr > *:last-child {
		padding-left: 0;
	}
	.cart_totals .shop_table_responsive tr {
		border: none;
	}
	.woocommerce-cart table.cart td {
		padding: 0;
		border: none !important;
	}
	.woocommerce-cart table.cart .product-thumbnail {
		position:absolute;
		left:0;
	}
	.woocommerce-cart table.cart .product-thumbnail img {
		max-width: 98px;
	}
	.woocommerce-cart table.cart td.product-name {
		text-align: left;
		margin-right: 2.5em;
	}
	.woocommerce-cart table.cart td.product-name:before{
		content:none;
	}
	.woocommerce-cart table.cart td.product-quantity .quantity{
		display: inline-flex;
		margin-right:0;
	}
	.woocommerce-cart table.cart td.product-quantity input[type="button"]{
		min-width: 25px;
		min-height: 31px;
	}
	.woocommerce-cart table.cart td.product-quantity .qty{
	    height: 2.2em;
	}
	.woocommerce-cart table.cart td.product-subtotal{
		margin-bottom:0;
	}
	.woocommerce-cart table.cart td.product-remove {
		position: absolute;
		top: -3px;
		right: 0;
	}
	
	/* Checkout Page */
	.woocommerce .form-row-first,
	.woocommerce .form-row-last{
		float:none;
		width:100%;
	}
	
	/* Product Quick View */
	.pls-quick-view,
	.pls-product-sizechart{
		margin-top: 2em;
		max-width: 98%;
	}
	.pls-quick-view .pls-single-product-wrapper.row{
		margin:0;
	}
	.pls-quick-view .entry-summary {
		position: initial !important;
	}
	
	/* Thank You Page */
	.woocommerce-order .woocommerce-notice {
		font-size: 16px;
	}
	.woocommerce ul.order_details {
		padding: 1rem;
		flex-direction: column;
		align-items: inherit;
	}
	.woocommerce ul.order_details li {
		text-align: inherit;
		border: none;
		padding: 0;
	}
	.woocommerce ul.order_details li:not(:last-child) {
		margin-bottom: 1.5em;
	}
	.woocommerce ul.order_details li strong {		
		display: initial;
		margin-left: .5rem;
	}
	
	/* Elements */
	.pls-heading.pls-text-center.separator-line .separator-left,
	.pls-heading.pls-text-center.separator-line .separator-right,
	.pls-heading.pls-text-right.separator-line .separator-left,
	.pls-heading.pls-text-left.separator-line .separator-right {
		width: 50px;
	}
	.pls-hot-deal-products .pls-deal-date {
		margin: 8px 0;
	}
	.products-and-categories-box .section-categories {
		border-right:none !important;
		border-bottom: var(--pls-border-bottom);
	}
	.products-and-categories-box .sub-categories {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	.products-and-categories-box .sub-categories li {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.pls-accordion .card-header .card-title {
	    font-size: 20px;
	}
	
	/* Dokan */
	.dokan-seller-search-form .dokan-w4{
		width: 50%;	
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	
	/* Shop Page */
	.pls-no-sidebar .pls-filter-widgets .widget{
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	
	/* Product Page */
	.quantity{
		margin-bottom: 1em;
	}
	div.summary form.cart .button, 
	.woocommerce div.summary .pls_quick_buy_button {
		min-width: 160px;
	}
	.woocommerce div.summary .pls-bought-together-products .products, 
	.woocommerce div.summary .pls-bought-together-products .items-total-price-button{
		flex-direction: column;
	}
	.pls-bought-together-products .add-items-to-cart-wrap {
		margin-top: 1em;
	}	
}
@media (max-width:640px){
	
	input[type="radio"] + label, 
	input[type="checkbox"] + label{
		display:inline;
	}
	
	/* Post */
	.nav-previous a{
		padding-left: 2em;
	}
	.nav-next a{
		padding-right:2em;
	}
	/* Header */
	.pls-ajax-search .search-categories{
		display:none;
	}
	.ajax-search-style-2.ajax-search-radius .search-field,
	.ajax-search-style-4.ajax-search-radius .search-field{
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	
	/* Post */	
	.author-info {
		flex-direction: column;
	}
	
	/* Product Page */
	.woocommerce div.product .woocommerce-product-gallery {
		margin-bottom: 1rem;
	}
	.pls-gallery-bottom-btns > div {
		margin-bottom: 2rem;
	}
	.pls-single-product-page > .pls-bought-together-products .items-total-price-button,
	.pls-single-product-page .woocommerce-tabs .pls-bought-together-products .items-total-price-button {
		border-left: none;
	}
	
	/* Cart Page */
	.woocommerce-cart .actions .coupon .input-text {
		max-width: 187px;
	}

	/* Elements */
	.pls-width-20,
	.pls-width-30,
	.pls-width-40,
	.pls-width-50,
	.pls-width-60,
	.pls-width-70,
	.pls-width-80,
	.pls-width-90{
		max-width:100%;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	
	/* Post */
	.comment-form p.comment-form-url{
		flex: 100%;
	}
	
	/* Checkout Page */
	.woocommerce-checkout form.checkout_coupon .form-row-first {
		float: left;
		width: 65%;
	}
	.woocommerce-checkout form.checkout_coupon .form-row-last {
		float: right;
		width: 35%;
	}
	
	/* Dokan */
	#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 {
		width: 50% !important;
		float: left;
	}
}
@media (max-width:575px){

	/* Header */
	.pls-header-myaccount > a:before{
		margin-right:0;
	}
	.pls-header-myaccount .myaccount-wrap{
		display:none;
	}
	
	/* Footer */
	.footer-widget-collapse .widget >:not(.widget-title):not(:first-child){
		display:none;
	}
	.footer-widget-collapse .widget.footer-widget-opened .widget-title:after {
	    transform: rotate(180deg);
	}
	.footer-widget-collapse .widget .widget-title:after{
		content:"\e874";
	    transition: .4s;
	}
	
	/* Shop Page */
	
	/* Product Page */
	.woocommerce div.summary .pls-bought-together-products .products {
		display:initial;
	}
	.woocommerce div.summary .pls-bought-together-products .product span.price,
	.woocommerce div.summary .pls-bought-together-products .items-total-price-button {
		flex-direction: column;
	}
	.pls-bought-together-products .add-items-to-cart-wrap {
		margin-top: 1em;
	}
	
	/* Post */
	.comment-form p.comment-form-author, 
	.comment-form p.comment-form-email, 
	.comment-form p.comment-form-url {
		flex: 100%;
	}
		
	/* My Account Page*/
	.pls-header-myaccount .user-myaccount {
		font-size: 12px;
	}
	.pls-header-myaccount .user-myaccount:after {
		margin-left: 4px;
	}
	
	/* Cart Page */
	.woocommerce-cart .actions .coupon .button {
		margin: 1em 0;		
	}
	.woocommerce-cart .actions .coupon .input-text {
		max-width: 100%;
	}
	.woocommerce-cart-wrapper .actions .coupon,
	.woocommerce-cart .actions .button {
		width:100%;
	}
	.woocommerce-cart .actions .text-align {
		text-align: inherit !important;
	}
	
	/* Checkout Page */
	.woocommerce-checkout form.checkout_coupon .form-row-first,
	.woocommerce-checkout form.checkout_coupon .form-row-last {
		float: none;
		width: 100%;
	}
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table{
		table-layout: fixed;
	}
	
	/* Elements */
	.products-and-categories-box .sub-categories li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	/* Dokan */
	li.dokan-share-btn-wrap .dokan-share-btn{
		margin-right: 7px;
	}
	.dokan-store-tabs button.dokan-btn{
		padding: 7px 3px;
	}
	.dokan-seller-search-form .dokan-w4{
		width: 100%;	
	}	
}
/*
Theme Name: Alukas Child
Theme URI: https://alukas.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for Alukas
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: alukas
Text Domain: pls-theme-child
*/
.wdp_pricing_table_caption {
    /*font-weight: bold;*/
}

.wdp_pricing_table {
    border-collapse: collapse;
    font-size: 0.9em;
    table-layout: fixed;
}

.wdp_pricing_table td {
    border: solid 1px #dfdfdf;
    padding: 5px 10px;
    text-align: center;
}

.wdp_pricing_table thead {
    background: #efefef;
}

.spinner_img {
    content:url(/wp-content/plugins/advanced-dynamic-pricing-for-woocommerce/BaseVersion/assets/css/../images/spinner-2x.gif);
    display: block;
}

del .woocommerce-Price-amount {
    display: inline;
}
.wdp_deals_table_caption {
    font-weight: bold;
}

.wdp_deals_table {
    border-collapse: collapse;
    font-size: 0.9em;
}

.wdp_deals_table td {
    border: solid 1px #dfdfdf;
    padding: 5px 10px;
    text-align: center;
}

.wdp_deals_table thead {
    background: #efefef;
}
.elementor-559 .elementor-element.elementor-element-7a06fb3:not(.elementor-motion-effects-element-type-background), .elementor-559 .elementor-element.elementor-element-7a06fb3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-559 .elementor-element.elementor-element-7a06fb3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:3rem 0rem 1rem 0rem;}.elementor-559 .elementor-element.elementor-element-7a06fb3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-559 .elementor-element.elementor-element-9d6f5b7 > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-559 .elementor-element.elementor-element-9d6f5b7 .pls-heading{text-align:left;max-width:100%;width:100%;}.elementor-559 .elementor-element.elementor-element-9d6f5b7 .heading-title{color:#222222;font-size:18px;font-weight:500;}.elementor-559 .elementor-element.elementor-element-b3cd6c7 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-559 .elementor-element.elementor-element-b3cd6c7 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-559 .elementor-element.elementor-element-b3cd6c7{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-559 .elementor-element.elementor-element-b3cd6c7 .elementor-icon-list-text{color:#555555;transition:color 0.3s;}.elementor-559 .elementor-element.elementor-element-b3cd6c7 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#222222;}.elementor-559 .elementor-element.elementor-element-19019d8 > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-559 .elementor-element.elementor-element-19019d8 .pls-heading{text-align:left;max-width:100%;width:100%;}.elementor-559 .elementor-element.elementor-element-19019d8 .heading-title{color:#222222;font-size:18px;font-weight:500;}.elementor-559 .elementor-element.elementor-element-3714291 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-559 .elementor-element.elementor-element-3714291 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-559 .elementor-element.elementor-element-3714291{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-559 .elementor-element.elementor-element-3714291 .elementor-icon-list-text{color:#555555;transition:color 0.3s;}.elementor-559 .elementor-element.elementor-element-3714291 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#222222;}.elementor-559 .elementor-element.elementor-element-47c12f2 > .elementor-widget-container{margin:0px 0px -12px 0px;}.elementor-559 .elementor-element.elementor-element-47c12f2 .pls-heading{text-align:left;max-width:100%;width:100%;}.elementor-559 .elementor-element.elementor-element-47c12f2 .heading-title{color:#222222;font-size:18px;font-weight:500;}.elementor-559 .elementor-element.elementor-element-5dbfee0 > .elementor-widget-container{margin:0px 0px -20px 0px;}.elementor-559 .elementor-element.elementor-element-5dbfee0 .info-box-title > *{color:#555555;font-size:16px;font-weight:400;}.elementor-559 .elementor-element.elementor-element-5dbfee0 .info-box-wrap .info-box-title{margin-bottom:0px;}.elementor-559 .elementor-element.elementor-element-5dbfee0 .info-box-description > *{color:#222222;font-size:20px;font-weight:500;}.elementor-559 .elementor-element.elementor-element-5dbfee0 .box-icon-wrap .info-box-icon{font-size:25px;}.elementor-559 .elementor-element.elementor-element-5dbfee0 .info-box-icon{color:#FFFFFF;background-color:#C5C5C5;border-style:solid;border-color:#C5C5C5;border-width:1px;border-radius:100px;width:42px;height:42px;line-height:42px;}.elementor-559 .elementor-element.elementor-element-5dbfee0 .pls-button .btn-style-flat{background-color:#FFFFFF;border-color:#FFFFFF;}.elementor-559 .elementor-element.elementor-element-5dbfee0 .pls-button .button, .elementor-559 .elementor-element.elementor-element-5dbfee0 .pls-button .btn-style-text{color:#222222;}.elementor-559 .elementor-element.elementor-element-5dbfee0 .pls-button .btn-style-link:after, .elementor-559 .elementor-element.elementor-element-5dbfee0 .pls-button .btn-style-outline{border-color:#222222;}.elementor-559 .elementor-element.elementor-element-5dbfee0 .pls-button .btn-style-flat:hover, .elementor-559 .elementor-element.elementor-element-5dbfee0 .pls-button .btn-style-outline:hover, .elementor-559 .elementor-element.elementor-element-5dbfee0 .pls-button .btn-style-link:hover:after{background-color:#222222;}.elementor-559 .elementor-element.elementor-element-5dbfee0 .pls-button .btn-style-outline:hover{border-color:#222222;}.elementor-559 .elementor-element.elementor-element-5dbfee0 .pls-button .button:hover, .elementor-559 .elementor-element.elementor-element-5dbfee0 .pls-button .btn-style-link:hover, .elementor-559 .elementor-element.elementor-element-5dbfee0 .pls-button .btn-style-text:hover{color:#FFFFFF;}.elementor-559 .elementor-element.elementor-element-5dbfee0 .pls-button .btn-style-link:hover:after{border-color:#FFFFFF;}.elementor-559 .elementor-element.elementor-element-a9b8111{color:#555555;}.elementor-559 .elementor-element.elementor-element-a0d1619 > .elementor-widget-container{margin:0px 0px -15px 0px;}.elementor-559 .elementor-element.elementor-element-6231002 > .elementor-widget-container{margin:0px 0px -3px 0px;}.elementor-559 .elementor-element.elementor-element-6231002 .pls-heading{text-align:left;max-width:100%;width:100%;}.elementor-559 .elementor-element.elementor-element-6231002 .heading-title{color:#222222;font-size:19px;font-weight:500;margin-bottom:25px;}.elementor-559 .elementor-element.elementor-element-6231002 .heading-tagline{color:#555555;font-size:16px;}.elementor-559 .elementor-element.elementor-element-a675083 .mc4wp-form{align-items:start;}.elementor-559 .elementor-element.elementor-element-a675083 .mc4wp-form-fields input:not(input[type="checkbox"]):not(input[type="submit"]), .elementor-559 .elementor-element.elementor-element-a675083  .mc4wp-form-fields select{border-color:#222222;}.elementor-559 .elementor-element.elementor-element-a675083 .pls-newsletter input[type="submit"]{background-color:#222222;border-color:#222222;color:#FFFFFF;}.elementor-559 .elementor-element.elementor-element-a675083 .pls-newsletter input[type="submit"]:hover{background-color:#222222;border-color:#222222;color:#FFFFFF;}.elementor-559 .elementor-element.elementor-element-d0875bb:not(.elementor-motion-effects-element-type-background), .elementor-559 .elementor-element.elementor-element-d0875bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-559 .elementor-element.elementor-element-d0875bb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:1rem 0rem 1rem 0rem;}.elementor-559 .elementor-element.elementor-element-d0875bb > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-559 .elementor-element.elementor-element-8fceb3d{text-align:left;color:#555555;}.elementor-559 .elementor-element.elementor-element-a22e9dc{text-align:left;}.elementor-559 .elementor-element.elementor-element-bbd69bb{text-align:right;color:#555555;}@media(min-width:768px){.elementor-559 .elementor-element.elementor-element-12e7a27{width:20%;}.elementor-559 .elementor-element.elementor-element-a335797{width:20%;}.elementor-559 .elementor-element.elementor-element-6777809{width:24%;}.elementor-559 .elementor-element.elementor-element-dcb4922{width:36%;}}
/*! elementor - v3.31.0 - 11-08-2025 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{inset-inline-end:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}
/*! elementor-icons - v5.43.0 - 30-05-2025 */
[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}
.elementor-kit-8{--e-global-color-primary:#222222;--e-global-color-secondary:#f0b800;--e-global-color-text:#777777;--e-global-color-link:#222222;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1396px;}.e-con{--container-max-width:1396px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.fab{font-family:"Font Awesome 5 Brands"}.fab,.far{font-weight:400}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}
/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* cyrillic */

/* latin-ext */

/* latin */

/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; }

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider { position: relative }

/* FIX FOR QUICK LOADING OF SLIDER SCRIPTS AND WP-ROCKET READDING IMG TAG INTO DOM*/
/*rs-sbg-px rs-sbg-wrap img { display:none !important}*/

/* MODAL BASICS */
rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }

rs-sbg-px { pointer-events: none }

.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }

.rs-forcehidden * { visibility: hidden !important; }

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines { display: block; white-space: nowrap !important}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff;
}
.rtl {	direction: rtl;}


 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	speak: never;
  	speak-as: spell-out;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus

{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */




/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}

rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}

.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }

rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }

rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }


rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }

rs-sbg-effectwrap {
	position:absolute;top:0px;left:0px;width:100%;height:100%
}

rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }

rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}

a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }

a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }

.entry-content rs-module a, rs-module a { box-shadow: none; }

.rs-ov-hidden 		{ 	overflow:hidden !important;}


.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}

.rs-parallax-hidden-of rs-slide { overflow:hidden !important}

.tp-simpleresponsive img,
rs-module img{
	max-width:none !important;
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}



rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}


rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }

.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}

.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}

.rs-layer-video { overflow: hidden }

.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }

rs-module rs-layer,
rs-module .rs-layer {
	opacity: 0;
	position:relative;
	visibility: hidden;
	/*white-space: nowrap; Fix for Mobile Padding issues on long texts */
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index:1;
	font-display: swap;
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	user-select: none;	
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
	margin-bottom:0;

}

.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}


rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; }


/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor:url(/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
	cursor:url(/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
}

rs-carousel-wrap.noswipe {
	cursor: default;
}

rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
	box-sizing:border-box;
	max-height:none !important;
}


.rs-layer.rs-selectable {
	user-select: text;	
}



rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }

rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap { z-index: 1 }

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
 { transform-style:flat;}


/* ANY SAFARI NEEDS IN CAROUSEL SOME HELP TO AVOID FLICKERING, LOVELY....*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
 	{ 
		 rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {backface-visibility: hidden;transform-style: preserve-3d;}
	}

.safarifix rs-layer-wrap {
	perspective: 1000000;
}

@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { perspective: none; }
}


rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}

rs-column-wrap .rs-parallax-wrap  { vertical-align: top }

.rs-layer img,
rs-layer img { vertical-align: top }

rs-row,
rs-row.rs-layer 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto;
	font-size:0px;
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden { display:none !important; visibility:hidden !important; pointer-events: none !important;}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size:0px;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
}

rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.rs-pelock * { pointer-events: none !important;}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}


rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative; left:auto; top:auto; line-height: 0px;}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }


.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
	visibility:hidden !important;
	display:none !important
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
	pointer-events: none !important
}

rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden}

/* new static layers position option */
rs-static-layers.rs-stl-back {
	z-index:0;
}

.rs-stl-visible{
	overflow: visible !important;
}

.rs-layer rs-fcr 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom-width: 0 !important; border-top: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-fcrt 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top-width: 0 !important; border-bottom: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-bcr 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; border-top-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.rs-layer rs-bcrt 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; border-bottom-width: 0 !important; position: absolute; left: 100%; top: 0px; }


.tp-layer-inner-rotation {
	position: relative !important;
}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}

.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; /*display: none*/}


.rs-fsv video				{	background: #000}

.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid rs-poster	{	display: none}

.tp-video-play-button					{
	background:#000;
	background:rgba(0,0,0,0.3);
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;

	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition:opacity 300ms ease-out !important;
}

.rs-ISM .tp-video-play-button{
	opacity: 1;
	transition: none !important;
	z-index: 6;
}

.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }


@supports not (-ms-high-contrast:none) {
   /* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
	.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}

.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}


.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}



rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; }


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(/wp-content/plugins/revslider/public/assets/css/../assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);

  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
	position:absolute;
	z-index:-2;
	box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
	top:30%;
	bottom:0;
	left:20px;
	right:20px;
	border-radius:100px / 20px;
}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }

.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}

.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);

}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);

  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);

}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 70%;}
	50% {opacity: 0;top: 70%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333;
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{
	border-radius: 3px;
}

.rev-cbutton-light	{
	color: #333;
	background-color: rgba(255,255,255, 0.75);
}

.rev-cbutton-light-sr	{
	color: #333;
	border-radius: 3px;
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {
	line-height: 37px;
	width:37px;
	height:37px;
}

.rev-sbutton-blue	{
	background-color: #3B5998
}
.rev-sbutton-lightblue	{
	background-color: #00A0D1;
}
.rev-sbutton-red	{
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px }

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	/*zoom:1;*/
}

/*rs-carousel-wrap rs-layer.rs-layer img {   transform: translateZ(-0.0001px)}*/


.rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png) repeat; width:100%;height:100%;display:block}
/*.tp-shape {	width:100%;height:100%;}*/



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring				{	display: inline-block}


.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #FFC321 !important;
}


.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

rs-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(/wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}


rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}



rs-loader.spinner5 	{
	background-image:url(/wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);}
  100% {transform: scale(1.0);opacity: 0;}
}


rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);}
  40% {transform: scale(1.0);}
}




rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);}
  50% { transform: scale(1.0);}
}



rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }

rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}

a.rs-layer { transition: none }


/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

rs-poster 						 { cursor:pointer; z-index:3; }

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;
}


/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important}


/*******************************
	- CUBE & CANVAS SETTINGS -
********************************/
.rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;}


/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

.dddwrapper { transform-style: flat;perspective: 10000px; }

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}



.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-image:radial-gradient(circle,40%, #d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode: color}
.rs-safari .willow:after{background-color: rgba(100, 0, 0, 0.2);}
/* SAFARI BUG FIX ON COLOR BLEND MODE */
@media not all and (min-resolution:.001dpcm) {
	 @supports (-webkit-appearance:none) {
	 .willow{filter:grayscale(1) contrast(.95) brightness(.9)}
	.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%}



/**
new spinners
**/
rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}



/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas { display: none; position: absolute; overflow: hidden; }


/* way the hell off screen */
.RSscrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

/*  AVADA SCROLL FIX */
.avada-has-rev-slider-styles .rev_slider_wrapper {
	transform:none;
}

/* rs-carousel-wrap{
	transform: scale(0.3);
	overflow: visible !important;
	border: solid 5px red;
} */