/*
Theme Name: BlackStar X - Child
Theme URI: https://eighty8.co.il/BlackStarX	
Template: blackstarx
Author: IWP
Author URI: https://iwp.co.il/
Version: 1.0.20
Tested up to: 6.6.1
Requires PHP: 8.0
*/

@font-face {
	font-family: "ploni";
	font-weight: 400;
	font-style: normal;
	src: url("assets/fonts/ploni-regular-aaa.woff2") format("woff2");
}

@font-face {
	font-family: "ploni";
	font-weight: 500;
	font-style: normal;
	src: url("assets/fonts/ploni-medium-aaa.woff2") format("woff2");
}
@font-face {
	font-family: "ploni";
	font-weight: 700;
	font-style: normal;
	src: url("assets/fonts/ploni-bold-aaa.woff2") format("woff2");
}

h1,
h2,
h3,
h4,
h5,
h6,
body.bs.rtl .editor-styles-wrapper h2,
body.bs.rtl .editor-styles-wrapper h3,
body.bs.rtl .editor-styles-wrapper h4,
body.bs.rtl .editor-styles-wrapper h5,
body.bs.rtl .editor-styles-wrapper h6 {
	font-weight: 500;
}
:root {
	--container-width: 1520px;
	--button-border-radius: 10px;
}

.aos-animate {
	overflow: hidden;
}

body.bs:not(.wp-admin),
body.bs .editor-styles-wrapper,
body.bs.rtl .editor-styles-wrapper h1,
body.bs.rtl .editor-styles-wrapper h2,
body.bs.rtl .editor-styles-wrapper h3,
body.bs.rtl .editor-styles-wrapper h4,
body.bs.rtl .editor-styles-wrapper h5,
body.bs.rtl .editor-styles-wrapper h6 {
	font-family: "ploni", sans-serif;
}

/* Top Header */
.top-header .inner {
	height: 38px;
}
.top-header .top-header-slider {
	width: 400px;
	max-width: 100%;
	font-size: 14px;
	margin: 0 auto;
}
.top-header .top-header-slider,
.top-header .top-header-slider p {
	text-align: center;
}
.bs .top-header .top-header-slider .swiper-button-next,
.bs .top-header .top-header-slider .swiper-button-prev {
	opacity: 1;
}
.bs .top-header .top-header-slider .swiper-button-next:after,
.bs .top-header .top-header-slider .swiper-button-prev:after {
	color: #ffffff !important;
	background: initial;
	font-family: "swiper-icons";
	height: auto;
}
.bs .top-header .top-header-slider .swiper-button-prev:after {
	content: "next";
}
.bs .top-header .top-header-slider .swiper-button-next:after {
	content: "prev";
}
.bs .top-header .top-header-slider.arrow-minimal .swiper-button-next:after,
.bs .top-header .top-header-slider.arrow-minimal .swiper-button-prev:after {
	font-size: 9px;
}
.top-header .top-header-pages-menu ul {
	display: flex;
	gap: 16px;
}
.top-header .top-header-pages-menu ul,
.top-header .top-header-pages-menu ul a {
	font-size: 13px;
}

/* Header */
.site-header {
	box-shadow: initial;
	background-color: transparent;
}
.site-logo img {
	height: 50px;
	width: auto;
}

.site-header .header2 .navbar-col,
.site-header .header2 .site-logo,
.site-header .header2 .header-actions {
	display: flex;
	align-items: center;
	flex: 1;
	max-width: 30%;
}
.site-header .site-logo {
	flex: 0 0 40%;
	max-width: 40%;
}
.site-header .site-logo {
	margin-right: 0 !important;
	justify-content: center;
}
.rtl .site-header .site-logo {
	margin-left: 0px !important;
}

.bs.has-hero-img .site-logo img.custom-logo {
	-webkit-filter: invert(100%); /* Safari/Chrome */
	filter: invert(100%);
	transition: filter 0.3s ease;
}
.bs.has-hero-img.sticky-header-active .site-header.sticky-header .site-logo img.custom-logo {
	-webkit-filter: invert(0%); /* Safari/Chrome */
	filter: invert(0%);
	transition: filter 1.1s ease;
}
.bs.has-hero-img:not(.sticky-header-active) .navbar-toggle.opt2 span {
	background-color: white;
}
.bs.has-hero-img:not(.sticky-header-active) .header-actions .action svg path,
.bs.has-hero-img:not(.sticky-header-active) .navbar-col .action svg path {
	fill: white;
}
.bs.has-hero-img:not(.sticky-header-active) .header-actions .action svg.hover {
	fill: white;
}
.bs.has-hero-img:not(.sticky-header-active) .header-actions span.shopping_bag_items_number {
	color: white;
}
.bs.has-hero-img:not(.sticky-header-active) .header-actions .action:hover span.shopping_bag_items_number,
.bs.has-hero-img:not(.sticky-header-active) .header-actions .cart #site-header-cart.open span.shopping_bag_items_number {
	color: black !important;
}
.site-header > .wrapper > .container.header2 {
	justify-content: space-between;
}
/* sticky header */
.bs.has-hero-img .site-header {
	position: absolute;
}
.bs.has-hero-img .top-header + .site-header {
	top: 38px;
}

.bs .site-header .default-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 1 !important;
	transform: translate(-50%, -50%) !important;
	transition: all 0.75s ease-in-out;
}
.bs.sticky-header-active .site-header .default-logo {
	opacity: 0 !important;
	transform: translate(-50%, -500px) !important;
	transition: all 0.45s ease-in-out;
}

.site-header.sticky-header {
	position: relative;
}
.bs.admin-bar.has-hero-img .site-header.sticky-header {
	top: 70px;
}
body.admin-bar:not(.has-hero-img) .site-header.sticky-header {
	top: 0px;
}

.bs.sticky-header-active .site-header.sticky-header {
	position: fixed;
	top: 0;
}
.bs.sticky-header-active.admin-bar .site-header.sticky-header {
	top: 30px !important;
}
.bs.sticky-header-active .site-header {
	background-color: white;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
	transition: background-color 0.45s ease-in-out, box-shadow 0.85s ease-in-out;
}
.bs.sticky-header-active .site-header .site-logo img.custom-logo {
	height: 46px;
}
.bs.sticky-header-active .site-header > .container,
.bs.sticky-header-active .site-header > .wrapper > .container {
	height: 70px;
}

/* Footer */
.bs .footer-row {
	border-top: 1px solid #dfdfdf;
	padding: 48px 1vw;
}
.bs .footer-row.last-row {
	padding-bottom: 14px;
}
.footer-row .multi-col-menu ul#menu-footer-menu > li > a,
.footer-row .footer-menu.multi-col-menu ul.menu > li > a,
.footer-col-title {
	font-size: 21px;
	font-weight: 500;
	color: black;
	opacity: 1;
}

.footer-studio-col {
	border-right: 1px solid #dfdfdf;
	padding-right: 25px;
}
.wp-block-group.footer-studio {
	max-width: 351px;
}
.footer-studio p {
	font-size: 17px;
	line-height: 26px;
	color: #494949;
}
ul#menu-footer-menu li,
.footer-menu ul.menu li {
	font-size: 16px;
}
.footer-menu ul.menu li a {
	color: #5b5b5b;
}
.multi-col-menu ul#menu-footer-menu,
.footer-menu.multi-col-menu ul.menu,
.footer-menu-col {
	gap: 4vw;
}

.bs .footer-data-row .kt-row-column-wrap {
	gap: 3vw;
}
.bs .footer-data-row .kt-row-column-wrap .wp-block-kadence-column,
.bs .footer-data-row .kt-row-column-wrap .wp-block-kadence-column .kt-inside-inner-col {
	height: 100%;
}
.bs .footer-data-row .kt-row-column-wrap .wp-block-kadence-column.first-child {
	padding-left: 3vw;
}
.bs .footer-data-row .kt-row-column-wrap .wp-block-kadence-column.last-child {
	padding-right: 3vw;
}
.bs .footer-data-row .kt-row-column-wrap:after {
	content: " ";
	width: 1px;
	height: 100%;
	background: #dfdfdf;
	position: absolute;
	right: 50%;
	top: 0;
}
.bs .footer-data-row .footer-data-link {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin-top: 40px;
}

/* Homepage */
.home.page main#primary {
	padding-bottom: 0;
}
.archive-header-banner .banner-img:after,
.blackstar-banner-block.overlay1 .banner-img:after {
	content: " ";
	width: 100%;
	position: absolute;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 14.9%, rgba(0, 0, 0, 0) 26.92%);
}

.blackstar-banner-block.overlay2 .banner-img:after {
	content: " ";
	width: 100%;
	position: absolute;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.bs a.linkbtn.size-large {
	font-size: 22px;
	line-height: 23px;
	letter-spacing: 1px;
}
.bs a.linkbtn.size-large:after,
.bs a.linkbtn.size-x-large:after {
	height: 1px;
	bottom: -3px;
}
.bs a.linkbtn.size-large:hover:after,
.bs a.linkbtn.size-x-large:hover:after {
	bottom: -1px;
}
.bs a.linkbtn.size-x-large {
	font-size: 26px;
	line-height: 27px;
	letter-spacing: 1px;
}
.hp-about-info .kt-inside-inner-col {
	max-width: 570px;
}
.about-read-more {
	font-size: 17px;
	margin-top: 20px;
}
.about-read-more:hover {
	text-decoration: none;
}

.hp-studio-img {
	height: 740px;
}
.hp-studio-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	left: 0;
}
.our-studio-data,
.block-editor-block-list__layout .block-editor-block-list__block.our-studio-data {
	position: absolute;
	width: 500px;
	background: rgba(255, 255, 255, 0.8);
	height: 388px;
	top: 20%;
	right: 10%;
	padding: 40px 60px;
}
.our-studio-data p {
	font-size: 17px;
	line-height: 33px;
	color: #494949;
}
.our-studio-data h2 {
	font-size: 35px;
	line-height: 48px;
	margin-bottom: 16px;
	letter-spacing: 1px;
}
.hp-social-txt p {
	font-size: 16px;
	line-height: 26px;
	font-style: normal;
	color: #494949;
}

/* Archive 
--------------------------------------------- */
@supports (display: grid) {
	.bs ul.products {
		grid-gap: 8px;
		row-gap: 16px;
	}
}

.product-item-wrapper .product-item-image,
.single-product div.product-gallery-container .product-gallery-image {
	position: relative;
	padding-bottom: 115%;
}
.product-item-wrapper {
	justify-content: flex-start;
}
.bs .product-item-wrapper p.product-name {
	margin-top: 8px;
	font-size: 16px;
	font-weight: 400;
}
.product-item-wrapper .price {
	font-size: 15px;
}
.bs .bs-archive-header-wrapper,
.bs .woocommerce-breadcrumb + .bs-archive-header-wrapper {
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 8px;
	margin-top: 0px;
}
.bs .bs-archive-header-wrapper h1 {
	margin-bottom: 12px;
	margin-top: 4px;
}
.catalog-header-row {
	width: 100%;
	justify-content: space-between;
}
.catalog-header-row .col-second {
	display: flex;
}
.categories-menu-row {
	border-bottom: 1px solid #dfdfdf;
	display: flex;

	position: relative;
	width: 100%;
	margin-bottom: 12px;
}
div.categories-menu-row:after {
	display: block;
	position: absolute;
	content: "";
	width: 10%;
	height: 34px;
	left: 0;
	top: 0;
	background-image: linear-gradient(90deg, #ffffff 16%, rgba(255, 255, 255, 0) 100%);
}
.categories-menu-row .wrap {
	width: 100%;
	padding: 0;
}
.categories-menu-row nav {
	overflow-y: scroll;
	margin-left: calc(-1 * ((100vw - 100%) / 2));
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}
.categories-menu-row nav::-webkit-scrollbar {
	display: none;
}
.categories-menu-row ul {
	list-style: none;
	padding: 0;
	white-space: nowrap;
}

.categories-menu-row li {
	display: inline-block;
	margin-left: 30px;
}
.categories-menu-row li:last-child {
	margin-left: 140px;
}
.categories-menu-row li a {
	display: block;
	padding: 4px 6px 8px;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	color: var(--gray-600);
}
.categories-menu-row li a svg {
	width: 10px;
	height: 10px;
}
.categories-menu-row li a:hover {
	color: #000;
}
.categories-menu-row li.current-item {
	border-bottom: 2px solid var(--gray-600);
}
.bs.archive .woocommerce-breadcrumb {
	margin-top: 0;
	margin-bottom: 8px;
}
.archive-header-banner {
	margin-bottom: 20px;
}

/* Single Product 
--------------------------------------------- */
.single-product-container {
	max-width: 100%;
}
.single-product p.price {
	margin-bottom: 12px;
	color: #585858;
	font-size: 25px;
	font-weight: 400;
}
.single-product .woocommerce-product-details__short-description {
	margin-bottom: 24px;
	font-size: 17px;
}
.single-product .woocommerce-product-details__short-description p:not(:last-child) {
	margin-bottom: 12px;
}
.single-product .add-to-cart-row .button,
.single-product .gift_card_template_button .button {
	font-size: 16px;
}
.single-product .product-meta-row {
	justify-content: space-between;
}
.single-product .product-meta-row .product_meta {
	display: flex;
	flex: 1;
}
.barcode-placeholder:before {
	content: "|";
	color: var(--gray-500);
	margin-left: 8px;
	margin-right: 8px;
}
.barcode-placeholder a {
	cursor: pointer;
	color: var(--gray-500);
}
.barcode-placeholder a:hover {
	text-decoration: underline;
}
.barcode-placeholder img {
	margin-top: 10px;
}
.bs.single-product .product-meta-row {
	margin-bottom: 14px;
}
.woocommerce-tabs.view-vertical .product-tab button {
	letter-spacing: 0.5px;
}
.single-product-container {
	align-items: flex-start;
}
.product .variations .label {
	font-weight: 500;
	font-size: 16px;
}
.bs .products.swiper-wrapper .product {
	width: 368px;
}
.bs .custom-slider .products.swiper-wrapper .product .product-item-image + a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	padding: 0 8px;
}
.rtl.bs .custom-slider .products-slider > .swiper-button-next {
	right: auto;
	left: 10px;
}
.rtl.bs .custom-slider .products-slider > .swiper-button-prev {
	left: auto;
	right: 10px;
}

.products-slider .product-item-wrapper .product-item-image {
	padding-bottom: 120%;
}
.bs .products.swiper-wrapper .product .product-item-wrapper {
	margin: 0 2px;
}
.rtl .products-slider.swiper.swiper-horizontal > .swiper-scrollbar,
.products-slider.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
	right: auto;
	left: var(--swiper-scrollbar-sides-offset, 1%);
}
.product .badge,
.product-item-wrapper .price ins {
	font-weight: 500;
}
.rtl.bs.single section.products .products-slider > .swiper-button-next {
	right: auto;
	left: 8px;
}
.rtl.bs.single section.products .products-slider > .swiper-button-prev {
	left: auto;
	right: 10px;
}

.rtl .product-item-wrapper .product-badges,
.rtl.single-product .product-badges {
	left: 8px;
	right: auto;
}

.bs .custom-quick-view-button {
	z-index: 10;
	position: absolute;
	bottom: 0px;
	border: 0;
	left: 2px;
}
.bs .custom-quick-view-button svg {
	width: 14px;
	height: 14px;
}
.bs .custom-quick-view-button {
	opacity: 0;
	z-index: 10;
	position: absolute;
	bottom: 10px;
	border: 0;
	left: 10px;
	background: white;
	height: 42px;
	width: 42px;
	cursor: pointer;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.08);
	transition: opacity 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
.bs .product-item-wrapper:hover .custom-quick-view-button {
	opacity: 1;
}
.bs .custom-quick-view-button:hover {
	box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.2);
}
.bs .custom-quick-view-button.loading {
	opacity: 0.5;
}
.product p.stock.out-of-stock.badge.soon {
	margin-bottom: 0;
	position: relative;
	top: 15px;
	right: 21px;
}
.bs.giftcard .product-gallery-image.swiper-slide img {
	position: static;
}

/* Drop Hint
--------------------------------------------- */
#drophint-view.popup-dialog .inner {
	width: 920px;
}
#drophint-view.popup-dialog .container {
	display: flex;
	flex-direction: row;
	gap: 40px;
	padding-left: 0;
	padding-right: 40px;
}
#drophint-view.popup-dialog .container .col-data {
	flex: 0 0 43%;
	padding-top: 60px;
}

#drophint-view.popup-dialog .container .col-image {
	flex: 0 0 56%;
}
.drop-hint-row {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
	height: 28px;
}
button#drop-hint-button {
	background: none;
	border: none;
	cursor: pointer;
}
button#drop-hint-button span {
	display: inline-block;
	padding: 0 0 2px;
	border-bottom: 1px solid;
	margin-left: 4px;
}
#drop-hint-button svg {
	width: 20px;
	height: 20px;
	position: relative;
	top: 6px;
	transition: top 300ms ease-in-out;
}
button#drop-hint-button:hover span {
	padding-bottom: 1px;
}
#drop-hint-button:hover svg {
	top: 5px;
}
.single-product .add-to-cart-row .item-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1;
}

/* Mini Cart
--------------------------------------------- */
#mini-cart p.free-shipping-msg img.celebration-icon {
	width: 30px;
	top: -7px;
}
.rtl #mini-cart p.free-shipping-msg img.celebration-icon {
	margin-right: 9px;
}

#mini-cart .widget_shopping_cart .buttons .button {
	font-size: 14px;
	font-weight: 500;
}
#mini-cart.type-full .mini-cart-actions p.woocommerce-mini-cart__total.total strong {
	font-weight: 500;
	font-size: 17px;
}

/* Cart 
--------------------------------------------- */
#cart-side-coupon,
.cart-side-box,
#checkout-coupon {
	margin-bottom: 15px;
}
#cart-side-coupon h3,
.cart-side-box h3,
#checkout-coupon h3 {
	font-size: 18px;
	font-weight: 500;
	color: black;
	margin-bottom: 0;
}
.cart-container h1,
.cart-container h2,
section.products.cross-sells h2 {
	font-size: 21px;
}

/* Checkout 
--------------------------------------------- */
#checkout-header.checkout-container .checkout-wizard-logo img {
	height: 41px;
	width: auto;
}

/* My account 
--------------------------------------------- */
.why-account {
	display: flex;
	gap: 16px;
	margin-bottom: 12px;
	margin-top: 18px;
	font-size: 15px;
}
.why-account .item {
	justify-content: center;
	display: flex;
	align-self: flex-start;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	flex: 1;
	text-align: center;
}
body.woocommerce-account .wrap {
	max-width: 1200px;
}

/* Social Event
--------------------------------------------- */
.social-event-content article {
	display: flex;
	gap: 40px;
}
.social-event-content article .social-event-data,
.social-event-content article .social-event-img {
	flex: 0 0 calc(50% - 20px);
}
.social-event-content article .social-event-img {
	position: relative;
}
.social-event-content article .social-event-img img {
	width: 100%;
}
.social-event-content article {
	padding-top: 20px;
	padding-bottom: 60px;
}
.social-event-content article .social-event-data .data-lines {
	display: flex;
	gap: 40px;
}
.social-event-content article .social-event-data .data-line {
	display: flex;
	flex-direction: column;
	gap: 0px;
	margin-bottom: 20px;
}
.social-event-content article .social-event-data .data-line span:first-child {
	font-weight: 600;
}
.social-event-content article .social-event-data .data,
.social-event-content article .social-event-data .social-event-registration {
	max-width: 540px;
}
.social-event-content article .social-event-data .social-event-registration h2 {
	padding-top: 20px;
}
.social-event-content article .social-event-data .data,
.social-event-content article .social-event-data .data p {
	font-size: 19px;
	line-height: 30px;
}
.social-event-content .page-title a.go-back {
	font-size: 16px;
	color: var(--gray-600);
}
.social-event-content .page-title h1 {
	font-size: 32px;
	margin-top: 16px;
}

.social-events-shortcode {
	display: flex;
	width: 100%;
}
.social-events-shortcode .items {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex: 1;
	flex-wrap: wrap;
	row-gap: 50px;
}
.social-events-shortcode .event-item {
	flex: 0 0 50%;
	display: flex;
	gap: 16px;
}
.social-events-shortcode .event-item-date {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	background: url('data:image/svg+xml,<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_89_4645)"><g opacity="0.08"><path d="M16.1313 63.9998C6.81878 63.9998 0.561279 57.7424 0.561279 48.4298V18.9382C0.561279 9.62567 6.81866 3.36816 16.1313 3.36816H47.8685C57.181 3.36816 63.4385 9.62554 63.4385 18.9382V48.4298C63.4385 57.7423 57.1812 63.9998 47.8685 63.9998H16.1313Z" fill="black"/></g><path d="M16.1313 62.8772C6.81878 62.8772 0.561279 56.6199 0.561279 47.3072V17.8156C0.561279 8.50311 6.81865 2.24561 16.1313 2.24561H47.8685C57.181 2.24561 63.4385 8.50298 63.4385 17.8156V47.3072C63.4385 56.6197 57.1812 62.8772 47.8685 62.8772H16.1313Z" fill="url(%23paint0_linear_89_4645)"/><path d="M0.561279 17.965V17.8156C0.561279 8.50311 6.81866 2.24561 16.1313 2.24561H47.8685C57.181 2.24561 63.4385 8.50298 63.4385 17.8156V17.965H0.561279Z" fill="%23F4413D"/><g opacity="0.16"><path d="M47.8685 2.24561H16.1313C6.81878 2.24561 0.561279 8.50298 0.561279 17.8156V47.3072C0.561279 56.6197 6.81866 62.8772 16.1313 62.8772H47.8685C57.181 62.8772 63.4385 56.6199 63.4385 47.3072V17.8156C63.4385 8.50298 57.1812 2.24561 47.8685 2.24561ZM61.1929 47.3072C61.1929 55.4016 55.9629 60.6316 47.8685 60.6316H16.1313C8.03691 60.6316 2.8069 55.4016 2.8069 47.3072V17.8156C2.8069 9.72123 8.03691 4.49123 16.1313 4.49123H47.8685C55.9629 4.49123 61.1929 9.72123 61.1929 17.8156V47.3072Z" fill="url(%23paint1_linear_89_4645)"/></g><path opacity="0.24" d="M15.1579 13.4736C17.0182 13.4736 18.5263 11.9655 18.5263 10.1052C18.5263 8.24489 17.0182 6.73682 15.1579 6.73682C13.2976 6.73682 11.7896 8.24489 11.7896 10.1052C11.7896 11.9655 13.2976 13.4736 15.1579 13.4736Z" fill="black"/><path opacity="0.24" d="M48.842 13.4736C50.7023 13.4736 52.2104 11.9655 52.2104 10.1052C52.2104 8.24489 50.7023 6.73682 48.842 6.73682C46.9817 6.73682 45.4736 8.24489 45.4736 10.1052C45.4736 11.9655 46.9817 13.4736 48.842 13.4736Z" fill="black"/><g opacity="0.16"><path d="M47.8685 2.24561H16.1313C6.81878 2.24561 0.561279 8.50298 0.561279 17.8156V47.3072C0.561279 56.6197 6.81866 62.8772 16.1313 62.8772H47.8685C57.181 62.8772 63.4385 56.6199 63.4385 47.3072V17.8156C63.4385 8.50298 57.1812 2.24561 47.8685 2.24561ZM62.3157 47.3072C62.3157 55.9484 56.5097 61.7544 47.8685 61.7544H16.1313C7.49016 61.7544 1.68415 55.9484 1.68415 47.3072V17.8156C1.68415 9.17448 7.49016 3.36848 16.1313 3.36848H47.8685C56.5097 3.36848 62.3157 9.17448 62.3157 17.8156V47.3072Z" fill="black"/></g><path d="M15.1579 11.2281C14.5382 11.2281 14.0352 10.7251 14.0352 10.1054V1.12275C14.0352 0.503 14.5382 0 15.1579 0C15.7777 0 16.2807 0.503 16.2807 1.12275V10.1053C16.2808 10.725 15.7777 11.2281 15.1579 11.2281Z" fill="url(%23paint2_linear_89_4645)"/><path d="M48.8422 11.2281C48.2225 11.2281 47.7195 10.7251 47.7195 10.1054V1.12275C47.7195 0.503 48.2225 0 48.8422 0C49.462 0 49.965 0.503 49.965 1.12275V10.1053C49.965 10.725 49.462 11.2281 48.8422 11.2281Z" fill="url(%23paint3_linear_89_4645)"/></g><defs><linearGradient id="paint0_linear_89_4645" x1="31.9999" y1="62.874" x2="31.9999" y2="2.2421" gradientUnits="userSpaceOnUse"><stop stop-color="%23ECECEC"/><stop offset="1" stop-color="white"/></linearGradient><linearGradient id="paint1_linear_89_4645" x1="31.9999" y1="62.874" x2="31.9999" y2="2.2421" gradientUnits="userSpaceOnUse"><stop/><stop offset="0.06" stop-opacity="0"/></linearGradient><linearGradient id="paint2_linear_89_4645" x1="15.1578" y1="11.2246" x2="15.1578" y2="-0.00350084" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="1" stop-color="%23DCDCDC"/></linearGradient><linearGradient id="paint3_linear_89_4645" x1="48.8422" y1="11.2246" x2="48.8422" y2="-0.00350084" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="1" stop-color="%23DCDCDC"/></linearGradient><clipPath id="clip0_89_4645"><rect width="64" height="64" fill="white"/></clipPath></defs></svg>')
		no-repeat center;
	padding-top: 27px;
	text-align: center;
	font-size: 19px;
}
.social-events-shortcode .event-item-data {
	flex: 1;
}
.social-events-shortcode .event-item-data p {
	font-size: 16px;
	line-height: 20px;
	color: #888888;
	margin-bottom: 4px;
}
.social-events-shortcode .event-item-data .title {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #494949;
}
.social-events-shortcode .event-item-data .title a {
	text-decoration: none;
	color: #494949;
}
.social-events-shortcode .event-item-data .title a:hover {
	color: black;
}
.social-events-shortcode .event-item-data .button.read-more.size-small {
	margin-top: 12px;
	min-width: 141px;
	font-weight: normal;
	font-size: 13px !important;
	letter-spacing: 0.4px;
	height: 32px;
	line-height: 32px;
	border-radius: 12px;
}
.social-events-shortcode .event-item-data .button.read-more.size-small.sold-out {
	background: #cbcbcb;
	color: black;
}
#quick-view-inner .single-product-container .product-info-column {
	position: relative;
	top: auto;
}
.rtl #quick-view-close {
	right: 16px;
	left: auto;
}

/* Responsive
--------------------------------------------- */
@media (min-width: 1800px) {
	.our-studio-data {
		right: 25%;
	}
}
@media (min-width: 1201px) {
	.single-product-container {
		gap: 48px;
	}
}
@media (min-width: 1024px) {
	.single-product-container .product-info-column {
		flex: 0 0 420px;
		padding-top: 10px;
	}
}
@media (min-width: 769px) {
	.single-product-container .product-info-column {
		position: -webkit-sticky;
		position: sticky;
		top: 74px;
	}
	.single-product-container {
		margin-top: 2px;
		flex-direction: row-reverse;
	}
	.view-type-gallery .swiper-wrapper {
		grid-gap: 4px;
	}
}
@media (max-width: 1400px) {
	.bs.rtl.single section.products {
		max-width: 1000%;
		width: auto;
		margin-left: calc(50% - 50vw);
		margin-right: 0;
	}
}
@media (max-width: 1200px) {
	.multi-col-menu ul#menu-footer-menu,
	.footer-menu.multi-col-menu ul.menu,
	.footer-menu-col {
		gap: 3vw;
	}
	.hp-studio-img {
		height: 700px;
	}
	.bs .products.swiper-wrapper .product {
		width: 328px;
	}
	.products-slider .product-item-wrapper .product-item-image {
		padding-bottom: 123%;
	}
}
@media (max-width: 1100px) {
	.view-type-gallery .product-gallery-image.swiper-slide {
		flex: 0 0 100%;
	}
	.view-type-gallery .swiper-wrapper {
		grid-template-columns: auto;
	}
}
@media (max-width: 1024px) {
	.site-logo img {
		height: 42px;
	}
	.bs.sticky-header-active .site-header .site-logo img.custom-logo {
		height: 40px;
	}
	.site-header > .container,
	.site-header > .wrapper > .container {
		height: 66px;
	}
	.bs.sticky-header-active .site-header > .container,
	.bs.sticky-header-active .site-header > .wrapper > .container {
		height: 60px;
	}

	.top-header .top-header-pages-menu ul {
		gap: 10px;
	}
	.top-header .top-header-pages-menu ul,
	.top-header .top-header-pages-menu ul a {
		font-size: 12px;
	}
	.top-header .top-header-pages-menu ul li {
		white-space: nowrap;
	}

	.multi-col-menu ul#menu-footer-menu,
	.footer-menu.multi-col-menu ul.menu,
	.footer-menu-col {
		gap: 11vw;
	}
	.footer-studio-col {
		border-right: 0;
		padding-right: 10px;
	}
	.footer-studio-col .kt-inside-inner-col {
		align-items: flex-start !important;
	}
	.bs .footer-data-row {
		overflow: hidden;
	}
	.bs .footer-data-row .kt-row-column-wrap:after {
		display: none;
	}
	.bs .footer-data-row .last-child:after {
		content: " ";
		width: 120%;
		height: 1px;
		background: #dfdfdf;
		position: absolute;
		right: -10%;
		top: 100%;
		transform: translate(0px, 48px);
	}
	.bs .footer-data-row .kt-row-column-wrap .wp-block-kadence-column.first-child,
	.bs .footer-data-row .kt-row-column-wrap .wp-block-kadence-column.last-child {
		padding-right: 0;
		padding-left: 0;
	}
	.bs .footer-data-row .kt-row-column-wrap {
		padding-bottom: 0;
		gap: 96px;
	}
	.hp-studio-img {
		height: 640px;
	}
	.categories-menu-row {
		left: auto;
		right: calc(-50vw + 50%);
		width: 100vw;
		margin-bottom: 0px;
	}
	.categories-menu-row .wrap {
		padding: var(--container-padding);
	}
	.bs .woocommerce-products-header .woocommerce-result-count {
		display: none;
	}
	.bs .bs-archive-header-wrapper .woocommerce-products-header {
		margin-bottom: 8px;
	}
	.bs .bs-archive-header-wrapper .catalog-header-row {
		left: auto;
		right: calc(-50vw + 50%);
		width: 100vw;
		border-bottom: 1px solid #dfdfdf;
		border-top: 1px solid #dfdfdf;
		padding-top: 3px;
		padding-bottom: 3px;
		margin-top: 0;
		position: relative;
		gap: 0px;
	}
	.bs .bs-archive-header-wrapper .categories-menu-row + .catalog-header-row {
		border-top: 0;
	}
	.bs .catalog-header-row .col-first,
	.bs .catalog-header-row .col-second {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.bs form.woocommerce-ordering,
	.bs .filter-toggle-button {
		width: 100%;
	}
	.bs form.woocommerce-ordering,
	.bs .filter-toggle-button .filter-toggle-button-trigger {
		border: 0;
	}
	.bs .bs-archive-header-wrapper .catalog-header-row:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		background: #dfdfdf;
		right: 50%;
		top: 0;
	}
	.full-search-is-open .guaven_woos_suggestion {
		margin-top: 12px;
	}
	.social-events-shortcode .items {
		flex-direction: column;
		gap: 34px;
	}
	.social-events-shortcode .event-item {
		flex: 1;
	}
}

@media (max-width: 768px) {
	.bs.has-hero-img:not(.sticky-header-active) .site-header.sticky-header {
		position: absolute;
	}
	/* .bs.has-hero-img:not(.sticky-header-active) .top-header + .site-header.sticky-header {
		top: 38px;
	} */
	.bs:not(.menu-is-open):not(.has-hero-img) .site-header.sticky-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 200;
	}
	.site-header .header2 .site-logo {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.bs.sticky-header-active .site-header .site-logo img.custom-logo {
		height: 42px;
	}
	.site-header .header-actions {
		gap: 8px;
	}
	.rtl .site-header .navbar-col .action.search {
		margin-right: 8px;
	}
	.bs .custom-site-navigation-wrapper {
		width: 100%;
	}
	.bs .footer-row {
		padding: 40px 30px;
	}

	.footer-menu-col {
		flex-direction: column;
	}
	.footer-menu-col .footer-menu-col-item {
		width: 100%;
	}
	.multi-col-menu ul#menu-footer-menu,
	.footer-menu.multi-col-menu ul.menu {
		gap: 12px;
	}
	.footer-menu-col {
		gap: 40px;
	}
	.footer-studio-col {
		padding-right: 0;
	}
	.wp-block-group.footer-studio {
		max-width: 100%;
	}
	.footer-menu-col > div {
		width: 100%;
	}
	.footer-menu.multi-col-menu ul.menu > li > a {
		margin-bottom: 6px;
	}
	.multi-col-menu.menu-collapse ul#menu-footer-menu li.menu-item-has-children > a:after,
	.footer-menu.multi-col-menu ul.menu li.menu-item-has-children > a:after {
		background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.4531 6.45312H7.54688V0.546875C7.54688 0.244836 7.30204 0 7 0C6.69796 0 6.45312 0.244836 6.45312 0.546875V6.45312H0.546875C0.244836 6.45312 0 6.69796 0 7C0 7.30204 0.244836 7.54688 0.546875 7.54688H6.45312V13.4531C6.45312 13.7552 6.69796 14 7 14C7.30204 14 7.54688 13.7552 7.54688 13.4531V7.54688H13.4531C13.7552 7.54688 14 7.30204 14 7C14 6.69796 13.7552 6.45312 13.4531 6.45312Z" fill="%23363636"/></svg>');
		background-size: 16px;
	}
	.our-studio-data,
	.hp-social-txt {
		position: static;
		width: auto;
		padding: 20px 30px;
	}
	.hp-studio-img {
		height: 380px;
	}
	.our-studio-data h2 {
		font-size: 40px;
	}
	.our-studio-data p {
		font-size: 18px;
		line-height: 40px;
	}
	.hp-social-row {
		margin-top: 0px !important;
		border-top: 0;
		padding-top: 0 !important;
	}
	.archive .wrap {
		padding: 0;
	}
	.archive .woocommerce-breadcrumb,
	.archive .bs-archive-header-wrapper,
	.categories-menu-row .wrap {
		padding-right: var(--wrap-spacing);
		padding-left: var(--wrap-spacing);
	}
	.bs .bs-archive-header-wrapper h1 {
		font-size: 28px;
		margin-bottom: 4px;
	}
	.categories-menu-row li {
		margin-left: 24px;
	}
	.categories-menu-row li a {
		font-size: 16px;
	}
	.archive .product-item-wrapper .product-item-image + a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
		padding: 0 8px;
	}
	#bs-archive-container ul.products {
		gap: 4px;
	}
	.bs .products:not(.swiper-wrapper) .product {
		margin-bottom: 4px;
	}
	.bs .bs-archive-header-wrapper,
	.bs .woocommerce-breadcrumb + .bs-archive-header-wrapper {
		margin-bottom: 0;
	}
	.single-product-container {
		gap: 16px;
	}
	.bs .products.swiper-wrapper .product {
		width: 308px;
	}
	.products-slider .product-item-wrapper .product-item-image {
		padding-bottom: 132%;
	}
	.bs.rtl section.products,
	.bs.rtl.single section.products {
		width: 100vw;
	}
	.bs.rtl.single section.products .swiper-horizontal > .swiper-scrollbar {
		left: auto;
		right: 8px;
	}
	#drophint-view.popup-dialog .container .col-data {
		flex: 0 0 100%;
	}
	#drophint-view.popup-dialog .container .col-image {
		display: none;
	}
	#drophint-view.popup-dialog .container {
		padding: 20px;
	}
	.archive-header-banner {
		margin-bottom: 10px;
	}

	.social-event-content article {
		flex-direction: column-reverse;
		padding-top: 0;
	}
	.bs.admin-bar.has-hero-img .site-header.sticky-header {
		top: 84px;
	}
	.bs.sticky-header-active.admin-bar .site-header.sticky-header {
		top: 45px !important;
	}
}
@media (max-width: 640px) {
	.site-header > .container,
	.site-header > .wrapper > .container {
		height: 68px;
	}
	.site-logo img {
		height: 42px;
		position: relative;
		top: 1px;
	}
	.bs.sticky-header-active .site-header .site-logo img.custom-logo {
		height: 40px;
		top: 0;
	}
	.bs.sticky-header-active .site-header > .container,
	.bs.sticky-header-active .site-header > .wrapper > .container {
		height: 60px;
	}
	.rtl .custom-primary-menu > ul.menu,
	.rtl .secondary-menu > ul.menu {
		padding-right: 30px;
		padding-left: 30px;
	}
	.bs a.linkbtn.size-x-large {
		font-size: 24px;
	}

	.site-logo img {
		height: 38px;
	}
	.bs.sticky-header-active .site-header .site-logo img.custom-logo {
		height: 36px;
	}
	.site-header > .container,
	.site-header > .wrapper > .container {
		height: 58px;
	}
	.bs.sticky-header-active .site-header > .container,
	.bs.sticky-header-active .site-header > .wrapper > .container {
		height: 56px;
	}
	.bs:not(.home) .footer-data-row .kt-row-column-wrap .wp-block-kadence-column.last-child {
		display: none;
	}
	.bs form.woocommerce-ordering,
	.bs .filter-toggle-button .filter-toggle-button-trigger {
		height: 34px;
		line-height: 34px;
	}
	.bs .product-item-wrapper p.product-name {
		font-size: 14px;
	}
	.product-item-wrapper .price {
		font-size: 14px;
	}
	.full-search-is-open .guaven_woos_suggestion {
		margin-top: 4px;
	}
}
@media (max-width: 600px) {
	.bs.sticky-header-active.admin-bar .site-header.sticky-header {
		top: 0px !important;
	}
}
@media (max-width: 480px) {
	.bs .bs-archive-header-wrapper h1 {
		font-size: 23px;
		margin-bottom: 12px;
	}
}
@media (max-width: 380px) {
	.site-logo img {
		height: 34px;
	}
	.bs.sticky-header-active .site-header .site-logo img.custom-logo {
		height: 32px;
	}
	.single-product .add-to-cart-row .quantity {
		display: none;
	}
}
