h1.product_title.entry-title,
p.stock.in-stock,
#sidebar,
.product::before, .product::after,
div.product div.summary .price::after,
.product .cart::before,
.woocommerce-variation.single_variation .woocommerce-variation-price,
.reset_variations,
.share-link-description,
.woocommerce-tabs .tabs::after,
.woocommerce-tabs .tabs li.active::after {
	display: none !important;
}

#main {
	padding: 30px 0px 0px;
}
#content > .product {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/* breadcrumbs */
.mpt-bc {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}
.mpt-bc > div {
	flex: 1;
}
.mpt-bc .breadcrumbs {
    padding: 0 !important;
    display: flex;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}
.dt-breadcrumbs-shortcode li {
    font-size: .8rem;
}
.breadcrumbs li:first-child::before {
	display: none;
}


/* desk share */
.mpt-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    flex: 1;
}
.blog-share {

}
.a2a_kit.a2a_default_style {
    display: flex;
    flex-direction: row;
}
.a2a_svg {
    width: 20px !important;
    height: 20px !important;
    background: var(--primary) !important;
    border-radius: 0 !important;
    transition: .3s;
}
.a2a_svg svg {
    width: 15px !important;
    top: 2px !important;
}
.a2a_svg svg * {
	fill: #fff;
	transition: .3s;
}
.a2a_svg:hover {
    background: #000 !important;
    opacity: 1 !important;
}
.a2a_svg:hover svg * {
	fill: #fff;
}

/* sale */
body.single-product #content > .product > .onsale {
	display: none !important;
}
body.single-product #content > .product .onsale {
    border-radius: 0;
    position: relative;
    width: auto;
    padding: 0 10px;
    line-height: 1;
    min-height: unset;
    height: 20px;
    display: inline-flex;
    align-items: center;
    min-width: unset;
    top: auto;
    left: auto;
}
.woo-gal {
	width: 50%;
	position: relative;
	margin-bottom: 30px;
}
#content >  .product div.images {
    width: 100%;
    position: sticky;
    top: 0px;
    margin-bottom: 0px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 5px;
    margin: 5px 0 0 !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 0px !important;
	width: 100% !important;
}
.woocommerce div.product label {
    display: none !important;
}
/* gallery */
@media only screen and (min-width: 1200px) {
	#page {
		overflow: visible !important;
	}
}
@media only screen and (min-width: 780px) {
	#main .wf-wrap {
		width: 80%;
	}
	.product .summary.entry-summary { order: 1; margin: 0;}
	.product .woo-gal {order: 2; margin: 0;}
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
		right: auto;
		left: 10px;
	}
}
@media only screen and (min-width: 480px) {
	.product div.images {
		float: right !important;
		margin-right: 0 !important;
	}
}
/* product details */
.summary.entry-summary {
    display: block !important;
    width: calc(100% - 50% - 50px) !important;
}
.product-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	position: relative;
	width: 100%;
}
.woocommerce div.product div.summary .product-title h1 {
    position: relative;
	margin-bottom: 15px;
	width: 100%;
	font-size: 1.6rem;
}
.product-badges {
    margin-top: -10px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.product-badges {
    margin-top: -7px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.product-badges .product-badge {
    color: #fff;
    line-height: 1;
    font-size: .8rem;
    padding: 3px 6px;
	text-decoration: none !important;
}
.per {
    direction: ltr;
    display: inline-block;
    font-size: 90%;
}
.product-badges .product-badge i {
	font-size: 80%;
	margin-inline-end: 3px;
}
.product-badges .product-badge.sale {
    background: var(--primary);
}
.product-badges .product-badge.fea {
    background: navy;
}
.product-badges .product-badge.new {
    background: limegreen;
}
.mob-share {
    width: 30px;
    height: 30px;
    background: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-inline-start: 9px;
    margin-top: 3px;
}

/* purchase */

/* price */
.woocommerce div.product div.summary.entry-summary .price {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 7px;
    align-items: flex-end;
}
.woocommerce div.product div.summary.entry-summary .price .woocommerce-Price-amount.amount {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 13px;
}
.woocommerce div.product  div.summary.entry-summary .price bdi,
.woocommerce div.product  div.summary.entry-summary .price ins {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
}
.woocommerce div.product div.summary.entry-summary .price del * {
    font-size: 1.1rem;
    font-weight: 400;
}
.woocommerce div.product div.summary.entry-summary .price del {
    line-height: 1;
}


/* cart */
.cart * {
    float: unset !important;
}
.summary.entry-summary form.cart {
    margin-bottom: 0px !important;
    display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding-top: 0px;
}

/* variations */
.product .variations_form > .variations {
    margin: 0 0 5px !important;
    flex: 0 0 100%;
}
.swatch-label .swatch__tooltip { 
	display: none !important;
}
.swatch__tooltip  {
	pointer-events: none;
}
.tawcvs-swatches {
    display: flex;
	flex-wrap: wrap;
    padding: 0;
    gap: 5px;
	width: 100%;
}
.tawcvs-swatches .swatch-item-wrapper {
    position: relative;
	line-height: 1;
	min-width: calc((100% / 7) - 4.3333px);
}
.tawcvs-swatches .swatch {
    width: auto;
    border-radius: 0;
    padding: 0;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #222;
    margin: 0;
    border: 2px solid #e0e0e0;
	min-height: 30px;
    font-size: 0.9rem;
    text-align: center;
    justify-content: center;
	cursor: pointer;
	width: 100%;
	background-position: center;
}
.tawcvs-swatches .swatch.swatch-image::after {
	content: "";
	padding-top: 100%;
	display: block;
}
.tawcvs-swatches .swatch.swatch-label {
    padding: 0 9px !important;
}
.tawcvs-swatches .swatch-image.selected::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #eee;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2px -2px 0 0;
    filter: drop-shadow(0 0 2px #000);
}
.tawcvs-swatches .swatch.disabled {
    opacity: 0.6 !important;
}
.tawcvs-swatches .swatch.disabled::before {
    content: "\ef04";
    font-family: icomoon-the7-font !important;
    position: absolute;
    width: 100%;
    height: 100%;
    color: red;
    font-size: 18px;
    z-index: 2;
    text-indent: 0;
    transform: rotate(45deg);
    text-shadow: 0 0px 3px #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.tawcvs-swatches .swatch.selected {
	border-color: var(--secondary);
}
.tawcvs-swatches .swatch.swatch-label.selected {
	color: var(--secondary);
}
.swatch__tooltip {
    position: absolute;
    top: 0;
    z-index: 2;
    color: #fff;
    background: #000;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    padding: 4px;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(calc(-100% - 5px));
    visibility: hidden;
    opacity: 0;
	transition: .3s;
	width: max-content;
}
.tawcvs-swatches .swatch__tooltip::after {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: 0;
    border: 5px solid;
    border-color: #000 transparent transparent;
    width: 0px;
    height: 0x;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}
.tawcvs-swatches .swatch-item-wrapper:hover .swatch__tooltip {
	visibility: visible;
	opacity: 1;
}



table.variations tbody {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
table.variations tr {
    margin-bottom: 0;
    display: flex !important;
    flex-wrap: wrap;
    gap: 7px;
    align-items: flex-start;
    background: #f8f8f8;
    padding: 10px;
    border-bottom: 3px solid var(--primary);
    width: 100%;
    box-sizing: border-box;
}
table.variations tr:last-child {
    margin-bottom: 5px;
}
.variations td.label,
.variations td.value {
    margin: 0 !important;
	width: 100%;
}
.variations td.label {
    font-weight: 500;
    width: 100%;
    display: inline-flex !important;
    align-items: center;
    padding: 0 !important;
    flex: 0 0 auto;
}
.variations td.label label {
	font-size: 1.05rem !important;
	color: var(--primary) !important;
}
.variations td.label label::before {
    content: "בחרו ";
	color: #222 !important;
}

/* cart */
.woocommerce-variation-availability .stock.out-of-stock {
    font-weight: 500;
    font-size: 1.2rem;
    color: red;
    margin-bottom: 10px !important;
}
.summary.entry-summary form.cart .quantity > input[type="button"].is-form,
.summary.entry-summary form.cart .quantity > input.input-text.qty.text {
    width: 35px !important;
    height: 35px !important;
    min-height: unset !important;
    font-size: 1.3rem;
	line-height: 1;
	background: #f8f8f8 !important;
}
.summary.entry-summary form.cart .quantity > input.input-text.qty.text {
    font-size: 1rem;
}
.cart .quantity.buttons_added {
    margin: 0;
}
.single_add_to_cart_button.button.alt {
    font-size: 1.1rem;
    font-weight: 500;
    height: 35px;
    min-height: unset;
	border-radius: 0;
}
.single_add_to_cart_button.button.alt:hover {
	opacity: .8;
}


/* tabs */
.summary.entry-summary .woocommerce-tabs {
    padding-top: 0;
	margin-top: 25px;
}
.woocommerce-tab {
    border-bottom:1px solid #e4e4e4;
}
.woocommerce-tab:first-child {
    border-top:1px solid #e4e4e4;
}
.woocommerce-tab .tab-title {
    display: flex;
	flex-wrap: wrap;
	line-height: 1;
	font-size: 1rem;
	padding: 10px;
	transition: .3s;
	cursor: pointer;
	font-weight: 500;
}
.woocommerce-tab .tab-title i {
	margin-inline-end: 9px;
	font-size: 85%;
}
.woocommerce-tab .tab-content {
    width: 100%;
    display: none;
    color: #444;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.4;
    margin: 10px 0;
    padding: 0 10px;
	box-sizing: border-box;
}
.woocommerce-tab .tab-content h1,
.woocommerce-tab .tab-content h2,
.woocommerce-tab .tab-content h3,
.woocommerce-tab .tab-content h4 {
	font-size: 0.9rem;
	font-weight: 400;
}
.woocommerce-tab .tab-content p {
	margin-bottom: 5px;
}
.woocommerce-tab .tab-content strong,
.woocommerce-tab .tab-content b {
	font-weight: 400;
}
.woocommerce-tab .tab-content > *:last-child {
	margin-bottom: 0;
}
.woocommerce-tab .tab-title::after {
    content: "+";
    margin-right: 20px;
	margin-right: auto;
	font-weight: 700;
	margin-left: 0;
}
.woocommerce-tab .tab-title:hover {
	color: var(--primary);
}
.woocommerce-tab.open .tab-title {
    background: #f8f8f8;
	color: var(--primary);
}
.woocommerce-tab.open .tab-title::after {
	content: "-";
}
#tab-description h2 {
    display: none;
}

/* tech table */
#tab-d_info table tr:not(:last-child) {
	border-bottom: 1px solid #ececec;
}
#tab-d_info table tr th,
#tab-d_info table tr td:first-child {
    text-align: right;	
    font-weight: 700;
}
#tab-d_info table,
#tab-d_info table tr th,
#tab-d_info table tr td {
	border: none;
}
#tab-d_info table tr th,
#tab-d_info table tr td {
    padding: 3px 0 3px 10px;
}

/* cats */
.product-cats {
    margin-top: 15px;
    display: flex;
	gap: 7px;
	font-size: .9rem;
}
.online-purchase + .product-cats {
    margin-top: 0;
}
.product-cats .cats {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.product-cats span {
	font-weight: 500;
}
.product-cats a {
    display: inline-flex;
    height: 22px;
    border: 2px solid #ececec;
    padding: 0;
    box-sizing: border-box;
    align-items: center;
    text-decoration: none;
    padding: 0 5px;
    font-size: 85%;
    color: #444;
	transition: .3s;
}
.product-cats a:hover {
	border-color: var(--primary);
}


/* related */
.related-products.dt-products {
    margin-top: 35px;
    background: #f8f8f8;
    padding: 0 15px 15px;
	border-top: 3px solid var(--primary);
}
.related-title {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 1.2rem;
    margin-top: -12px;
}
.related-title span {
    background: #fff;
	padding: 0 15px;
	z-index: 2;
	position: relative;
	line-height: 1;
	border: 3px solid var(--primary);
	margin-top: -10px;
}
.related-products.dt-products .dt-css-grid {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-template-rows: auto;
    grid-column-gap: 10x;
    grid-row-gap: 10px;
}


@media only screen and (max-width: 990px) {
	#main > .wf-wrap {
		width: 100%;
		padding: 0 20px 0 20px;
	}
	table.variations tr {
		width: 100%;
	}
	.related-title::after {
		width: 60%;
	}
	.related-products.dt-products .products > .dt-css-grid {
		display: flex;
		overflow: auto;
		grid-column-gap: normal;
		grid-row-gap: normal;
		padding: 5px;
		margin: -5px;
	}
	.related-products.dt-products .products > .dt-css-grid > div {
		height: auto;
		flex: 0 0 calc(23% - 10px);
		width: calc(23% - 10px);
		margin-left: 10px;
	}
}
@media only screen and (max-width: 780px) {
	#main {
		padding: 0;
	}
	.woo-gal,
	.summary.entry-summary {
		width: 100% !important;
		display: flex !important;
	}
	.product .summary.entry-summary {
		margin: 0;
	}
	.woo-gal {
		margin: 0 -20px 15px;
		width: 100vw !important;
	}
	.woo-gal .flex-control-nav.flex-control-thumbs {
		padding: 0 10px !important;
		display: grid;
		grid-template-columns: repeat(6,1fr);
		grid-gap: 5px;
	}
	.woocommerce div.product div.images .flex-control-thumbs li {
		flex: 0 0 25%;
	}
	body.single-product #content > .product .onsale {
		top: 15px;
		left: auto;
		right: -10px;
	}
	#content > .product div.images {
		position: relative;
	}
	.tawcvs-swatches .swatch-item-wrapper {
		min-width: calc((100% / 6) - 4.166px);
	}
	.related-title::after {
		width: calc(100% - 40px);
	}
	.related-products.dt-products .products > .dt-css-grid > div {
		flex: 0 0 calc(25% - 10px);
		width: calc(25% - 10px);
	}
}
@media only screen and (max-width: 480px) {
	.related-products.dt-products .products > .dt-css-grid > div {
		flex: 0 0 calc(48% - 10px);
		width: calc(48% - 10px);
	}
}
