#main {
    padding: 30px 0 50px 0;
}
.shop-mpt {
	margin-bottom: 20px;
}
.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.45);
    background-image: url(../../../uploads/2022/01/bg-dark.webp);
    background-size: cover;
    background-blend-mode: multiply;
}
.mpt-title {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mpt-title svg {
    height: 20px;
}
.mpt-h1 {
    margin: 0 20px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
	text-align: center;
}
.count {
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    margin-top: 10px;
}

/* icon h1 category */
.term-2064 .mpt-h1 {
	font-size: 0px;
	display: inline-flex;
	align-items: center;
}
.term-2064 .mpt-h1::before {
	content: "חוטי";
	font-size: var(--the7-h1-font-size);
	margin-inline-end: 10px;
}
.term-2064 .mpt-h1::after {
	content: "\e900";
	font-size: var(--the7-h1-font-size);
	font-family: 'icomoon' !important;
	color: #e30613;
	font-weight: 400;
}

/* carousel */
.child-cats-container {
    width: 100%;
    margin: 0 auto 0;
    margin-top: 20px;
}
.child-cats {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -15px;
}
.child-cat-item {
    position: relative;
	margin: 0 7.5px;
}
.child-cat-item a {
    font-size: 0;
	text-decoration: none;
}
.child-cat-item h4 {
    padding: 0px 8px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    transition: .5s;
    border: 1px solid;
    border-radius: 5px;
    font-weight: 300;
	margin-bottom: 15px;
}
.child-cat-item h4:hover {
	background: var(--violet);
	border-color:  var(--violet);
}
.owl-carousel .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;	
}
.shop-cats-grid.owl-carousel .owl-prev {right: -30px;}
.shop-cats-grid.owl-carousel .owl-next {left: -30px;}
.owl-carousel .owl-nav button span {
    font-size: 45px;
}
.owl-carousel .owl-nav button:hover span {
	color: var(--violet);
}
#content > .switcher-wrap {
    margin: 20px 0 15px;
}
.switcher-wrap > .woocommerce-ordering > select.orderby {
    padding: 5px 15px 5px 35px;
}
.switcher-wrap .woocommerce-result-count,
.switcher-wrap .woocommerce-result-count2 {
    -ms-flex-order: 1;
    order: 1;
    font-size: 18px;
    line-height: 27px;
}
.cont-id-0 .wf-cell {
    width: auto !important;
}
.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;
    overflow: hidden;
    border-radius: 2px;
}
.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}.ph-row:last-child{margin: 0;}.ph-row div{height:10px;margin-bottom:7.5px;background-color:#ced4da}.ph-row .big,.ph-row.big div{height:20px;margin-bottom:5px}.ph-row .empty{background-color:hsla(0,0%,100%,0)}.ph-col-2{flex:0 0 16.66667%}.ph-col-4{flex:0 0 33.33333%}.ph-col-6{flex:0 0 50%}.ph-col-8{flex:0 0 66.66667%}.ph-col-10{flex:0 0 83.33333%}.ph-col-12{flex:0 0 100%}.ph-avatar{position:relative;width:100%;min-width:60px;background-color:#ced4da;margin-bottom:5px;overflow:hidden}.ph-avatar:before{content:" ";display:block;padding-top:116.666%}.ph-picture{width:100%;height:120px;background-color:#ced4da;margin-bottom:15px;position: relative}.ph-picture::before {content: "";display: block;padding-top: 100%;}@-webkit-keyframes phAnimation{0%{transform:translate3d(30%,0,0)}to{transform:translate3d(-30%,0,0)}}@keyframes phAnimation{0%{transform:translate3d(30%,0,0)}to{transform:translate3d(-30%,0,0)}}.ph-row>*:last-child{margin-bottom: 0;}

@media only screen and (max-width: 480px) {
	.term-2064 .mpt-h1::before,
	.term-2064 .mpt-h1::after,
	.mpt-h1 {
		font-size: 6vw;
	}
	.mpt-h1 {
		margin: 0 12px;
	}
	.mpt-title svg {
		height: 15px;
	}
	.child-cat-item h4 {
		padding: 0px 6px;
		font-size: 14px;
		line-height: 1.8;
	}
}
@media only screen and (max-width: 650px) {
	.mpt-bc {
		display: none;
	}
	.child-cats {
		flex-wrap: nowrap;
		justify-content: normal;
		overflow: auto;
	}
	.child-cat-item {
		flex: 0 0 auto;
		margin: 0 0 0 10px;
	}
	.switcher-wrap > * {
		margin: 0 !important;
	}
	.switcher-wrap > p.woocommerce-result-count,
	.switcher-wrap > p.woocommerce-result-count2 {
		font-size: 14px;
		width: 50px;
		text-align: center;
		line-height: 1.1;
		margin: 0;
	}
	.switcher-wrap > .woocommerce-ordering > select.orderby {
		font-size: 16px;
		height: 35px;
		padding: 5px 5px 5px 35px;
	}
	.dt-css-grid {
		grid-row-gap: 15px !important;
		grid-column-gap: 15px !important;
	}
}

/* shop cT */
.shop-cats-grid {
	margin-top: 15px;
	margin-bottom: 25px;
	display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.shop-cat-item {
    position: relative;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
	box-shadow: var(--shadow);
	box-sizing: border-box;
	transition: .5s;
}
.shop-cats-img {
    position: relative;
	overflow: hidden;
}
.shop-cats-img::before {
    content: "";
    display: block;
    padding-top: 75%;
}
.shop-cats-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: 4s;
	transition-timing-function: linear;
}
.shop-cat-item:hover img {
    transform: scale(1.4);
}
.shop-cat-item .shop-cats-title {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: calc(100% - 10px);
    text-align: center;
    padding: 25% 5px 5%;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    box-sizing: border-box;
}
.shop-cat-item .shop-cats-title span {
	position: relative;
	z-index: 2;
}
.shop-cat-item .shop-cats-title::after {
    content: "";
    background: linear-gradient(to top, var(--violet), transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    filter: grayscale(100%) brightness(0%);
    z-index: 0;
	transition: .5s;
}
.shop-cat-item:hover {
	box-shadow: 0 0 15px -5px var(--violet);
}
.shop-cat-item:hover .shop-cats-title::after {
    filter: grayscale(0%) brightness(100%);
}

@media only screen and (max-width: 480px) {
	.shop-cats-grid {
		display: flex;
		overflow: auto;
		grid-column-gap: normal;
		grid-row-gap: normal;
	}
	.shop-cats-grid > .shop-cat-item {
		flex: 0 0 calc(48% - 15px);
		margin-left: 15px;
		width: calc(48% - 15px);
	}
	.shop-cat-item .shop-cats-title {
		padding: 25% 3px 5%;
	}
}