
.switcher-wrap {
   display: none;
}

@media only screen and (min-width: 990px) {
	#main > .wf-wrap {
		width: 90%;
		margin: auto;
		padding: 0 50px;
		box-sizing: border-box;
		max-width: 100%;
	}
}
div.search-results-top,
.mpt-title > .mpt-bc {
    margin-bottom: 5px;
	flex:1;
}
.breadcrumbs li:first-child::before {
	display: none;
}
.shop-mpt {
	margin-bottom: 20px;
}
.shop-mpt:last-child {
	margin-bottom: 0px;
}
.mpt-bc {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
    width: 100%;
}
.mpt-bc * {
    color: #6e636e !important;
    font-size: 16px;
}
.dt-breadcrumbs-shortcode {
    justify-content: flex-start !important;
}
.breadcrumbs {
    padding: 0 !important;
}
.breadcrumbs li:first-child::before {
	display: none;
}

.mpt-container {
    display: flex;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../images/shop-bg.svg);
    background-size: cover;
    background-blend-mode: multiply;
}
.shop-mpt.fea-mpt .mpt-container,
.shop-mpt.sale-mpt .mpt-container,
.shop-mpt.new-mpt .mpt-container {
	background-image: url(../images/home-bg.svg);
}
.shop-mpt.sale-mpt .mpt-container {
	background-color: var(--primary);
	background-blend-mode: multiply;
}
.shop-mpt.fea-mpt .mpt-container {
	background-color: var(--secondary);
	background-blend-mode: color-burn;
}
.shop-mpt.new-mpt .mpt-container {
    background-color: #05d605;
    background-blend-mode: multiply;
}

.mpt-title {
    display: flex;
    width: 100%;
	align-items: flex-end;
}
.mpt-h1 {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-weight: 500;
	flex: 0 0 auto;
}
.count {
    color: #fff;
    width: 100%;
    line-height: 1;
    font-size: .9rem;
	margin-inline-start: 10px;
}
.mpt-title .woocommerce-ordering {
    align-self: center;
}
.mpt-title select.orderby {
    margin: 0;
    background-color: var(--secondary);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="rgba(255,255,255)" x="0px" y="0px" width="8px" height="8px" viewBox="0 0 386.257 386.257" style="enable-background:new 0 0 386.257 386.257;" xml:space="preserve"><polygon points="0,96.879 193.129,289.379 386.257,96.879 "/></svg>');
    border: none;
    padding: 4px 5px 4px 35px;
    height: auto;
    color: #fff;
    outline: none !important;
    box-shadow: 0 0 10px -5px #000 !important;
    font-size: 1rem;
    border: none;
	max-height: 35px;
	line-height: 35px !important;
}
.mpt-title select.orderby option {
	color: #000;
	background: #fff;
}

.shop-mpt.sale-mpt .mpt-title select.orderby,
.shop-mpt.new-mpt .mpt-title select.orderby,
.shop-mpt.fea-mpt .mpt-title select.orderby {
	background-color: #ececec;
	color: #222;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="rgba(0,0,0)" x="0px" y="0px" width="8px" height="8px" viewBox="0 0 386.257 386.257" style="enable-background:new 0 0 386.257 386.257;" xml:space="preserve"><polygon points="0,96.879 193.129,289.379 386.257,96.879 "/></svg>');
}

/* sub categories grid */

.child-cats-container {
    width: 100%;
    margin: 0 auto 0;
    margin-top: 15px;
}
.child-cats {
    display: flex;
    flex-wrap: wrap;
	gap: 10px;
}
.child-cat-item {
    position: relative;
	margin: 0;
}
.child-cat-item a {
    font-size: 0;
	text-decoration: none;
}
.child-cat-item h4 {
    padding: 0px 10px;
    box-sizing: border-box;
    color: var(--primary);
    font-size: 1rem;
    transition: .5s;
    border: 2px solid;
    border-radius: 5px;
    margin-bottom: 0px;
    line-height: 1.5;
    border-color: #cdcccc;
    font-weight: 500;
}
.child-cat-item.act {
	pointer-events: none;
}
.child-cat-item.act h4 {
	border-color:  var(--secondary);
	color:  var(--secondary);
}
.child-cat-item h4:hover {
	background: var(--secondary);
	border-color:  var(--secondary);
	color: #fff;
}

/* main shop cats grid */
.shop-cats-grid {
    display: flex;
    gap: 15px;
    text-align: center;
    position: relative;
}
a.shop-cat-item {
    flex: 1;
    line-height: 1;
    display: block;
	font-weight: 500;
    box-shadow: inset 0 0 0px 3px #fff, 0 0 10px -5px #333;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    box-sizing: border-box;
    transition: .3s;
    border: 3px solid #e6ae41;
    background-color: rgb(41, 178, 214);
    background-image: url(https://dev.fridap.co.il/wp-content/themes/dt-the7-child/images/home-bg.svg);
    background-size: cover;
    background-blend-mode: hard-light;
}
a.shop-cat-item:hover {
    box-shadow: inset 0 0 0px 3px #fff, 0 0 15px -5px var(--primary);
    background-color: var(--primary);
    border-color: var(--secondary);
    color: var(--secondary);
}
a.shop-cat-item img {
    width: 50%;
    object-fit: cover;
    aspect-ratio: 1/1;
    margin-bottom: 8px;
}
@media only screen and (max-width: 990px) {
	.shop-cats-grid {
		flex-wrap: nowrap;
		overflow: auto;
		padding: 20px 15px;
		margin: -20px -15px;
		gap: 10px;
	}
	.shop-cats-grid a.shop-cat-item {
		flex: 0 0 auto;
		min-width: calc(19% - 20px);
		width: auto;
		font-size: 1rem;
	}
	a.shop-cat-item img {
		width: 60px;
	}
}
@media only screen and (max-width: 780px) {
	.mpt-title {
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.shop-cats-grid a.shop-cat-item {
		min-width: calc(33% - 10px);
	}
	.child-cat-item {
		flex: 1;
		white-space: nowrap;
		text-align: center;
	}
	body:not(.search) .child-cats-container {
		display: none;
	}
	.cats-toggle {
		display: flex;
		align-items: center;
		font-size: 1.1rem;
		font-weight: 500;
		cursor: pointer;
	}
	.cats-toggle b {
		font-weight: 500;
		color: var(--primary);
	}
	.cats-toggle i {
		margin-inline-end: 10px;
		font-size: 90%;
		transition: .3s;
	}
	.cats-toggle.open i {
		transform: rotate(45deg);
	}
}
@media only screen and (max-width: 480px) {
	.shop-cats-grid a.shop-cat-item {
		min-width: calc(40% - 10px);
	}
}

/* search */
.search-results-top {
    display: flex;
    justify-content: flex-end;
}
.search .mpt-title .mpt-h1 {
    font-size: 1.4rem;
	line-height: 1;
}
.search .mpt-title .mpt-h1 em {
    color: var(--primary);
}
.search .mpt-container form.search-top {
	position: relative;
}
.search .mpt-container form.search-top input.search-input{
	margin: 0;
    background-color: var(--secondary);
    border: none;
    padding: 4px 10px 4px 35px;
    height: auto;
    color: #fff;
    outline: none !important;
    box-shadow: 0 0 10px -5px #000 !important;
    font-size: 1rem;
    border: none;
	width: 200px;
	max-width: 100%;
}
.search-submit svg {
    width: 16px !important;
    height: auto;
    stroke: #fff;
    stroke-width: 2px;
    overflow: visible;
}
.search-submit:hover {
	opacity: .8;
}
.search-submit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    border: none;
    width: 40px;
}
@media only screen and (max-width: 780px) {
	.search .mpt-title {
		display: block;
	}
	body:not(.search) .mpt-title .mpt-h1 {
		font-size: 1.5rem;
		line-height: 1.1;
		margin-bottom: 5px;
	}
	.search .count {
		margin: 5px 0 0;
	}
	.search .mpt-container form.search-top, .mpt-title .woocommerce-ordering {
		align-self: center;
		width: 200px;
		margin: 20px auto 0;
	}
	.search-input {
		width: 100% !important;
	}
}
/* loading */
.wc-grid .dt-css-grid {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 4px solid #ececec;
}
.dt-css-grid-wrap,
.dt-css-grid {
	height: auto !important;
}
.lmp_products_loading {
	display: none !important;
}
.ph-item {
    direction: rtl;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
	box-shadow: 0 0rem .1rem rgba(0,0,0,.1),0 0rem .5rem rgba(0,0,0,.1);
}
.ph-item,
.ph-item *,
.ph-item :after,
.ph-item :before {
	box-sizing: border-box
}
.ph-item:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 50%;
	z-index: 1;
	width: 500%;
	margin-right: -250%;
	-webkit-animation: phAnimation .8s linear infinite;
	animation: phAnimation .8s linear infinite;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%;
}
.ph-item>* {
	flex: 1 1 auto;
	display: flex;
	flex-flow: column;
}
.ph-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 7.5px;
	padding: 7px;
}
.ph-row:last-child {
	margin: 0;
}
.ph-row div {
	height: 10px;
	margin-bottom: 7.5px;
	background-color: #ced4da
}
.ph-row .big {
	height: 17px;
	margin-bottom: 7px
}
.ph-row .ph-col-12.small {
    height: 13px;
    flex: 0 0 50%;
    margin: auto;
	margin-bottom: 0px
}
.ph-col-12 {
    flex: 0 0 100%;
    border-radius: 5px;
}
.ph-avatar {
	position: relative;
	width: 100%;
	min-width: 60px;
	background-color: #ced4da;
	margin-bottom: 0px;
	overflow: hidden
}
.ph-avatar:before {
	content: " ";
	display: block;
	padding-top: 100%
}
.ph-row>*:last-child {
	margin-bottom: 0;
}
@-webkit-keyframes phAnimation {
	0% {
		transform: translate3d(30%, 0, 0)
	}
	to {
		transform: translate3d(-30%, 0, 0)
	}
}