/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2026 | 13:54:15 */
/*-------------- G E N E R A L ---------------*/
*{outline:0!important;list-style:none;text-decoration:none}
.page,.post{margin:0;overflow-x:hidden}
.page-content, .entry-content, .entry-summary, p{margin: 0;}
.widget,.elementor-widget:not(:last-child){margin:0}
::selection{background:#650304;color:#fff}
::-webkit-scrollbar{background:#FFFFFF;width: 10px;}
::-webkit-scrollbar-thumb{background: #650304;border-radius: 30px;}
::-webkit-scrollbar-thumb:hover{background:#c1c1c1}
div#content{min-height:667px}
.full-width-btn,.full-width-btn a{width:100%}
.rtl .wpcf7 input[type="url"],.rtl .wpcf7 input[type="email"],.rtl .wpcf7 input[type="tel"] {text-align: right;}
.elementor-text-editor p {margin: 0 0 15px 0;}
form[data-status="submitting"] input.wpcf7-submit {background: #c9c9c9;pointer-events: none;}
b, strong {font-weight: 600;}


/*-------------- T E M P  ---------------*/

li#menu-item-1315,
li#menu-item-1018 {display: none !important;}


/*-------------- E X T R A S ---------------*/
body {background: #F1EFEB;}
.ltr-it, .ltr-it * {direction: ltr !important;}
.single-project .elementor-element {
    background-size: cover;
    background-position: center;
}


/*-------------- E L E M E N T O R ---------------*/
.elementor-wc-products ul.products.elementor-grid {
    padding: 0;
}
.elementor-wc-products .product-data-image img {
    width: 100%;
    height: 425px;
    object-fit: cover;
    object-position: center;
}
.elementor-wc-products .woocommerce-loop-product__title {
    margin: 15px 0 0;
}
.elementor-wc-products .product-english-name {
    color: #433C35;
}
.swiper-logos .swiper-wrapper {
  transition-timing-function:linear!important
}




/*-------------- H E A D E R ---------------*/
header#masthead {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 20px;
    z-index: 9999;
}
.home header#masthead,
.woocommerce-shop header#masthead,
.tax-product_cat header#masthead {
    position: fixed;
}
.search-wrap {
    position: fixed;
    top: 20px;
    right: 20px;
    width: calc(100% - 40px);
    padding: 80px 30px 20px;
    background: #fdfdfc;
    border-radius: 50px 50px 15px 15px;
    z-index: 999;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.search-is-open .search-wrap {
    opacity: 1;
    visibility: visible;
}
.search-is-open .header-top-bar {
    box-shadow: 0 5px 15px 0 #00000000 !important;
}
.search-wrap input[type="text"] {
    display: flex;
    height: 60px;
    padding: 3px 20px 0;
    width: 100%;
    border: solid 1px #D8D5CE;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 27px;
    border-radius: 7px;
}
.search-wrap .search-results {
    top: 170px;
    right: 0;
    max-height: unset;
	height: 650px;
}
.search-results .results-section h4 {
    margin: 0 0 10px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 31px;
    font-weight: 500;
    color: #301F20;
    letter-spacing: 0.25px;
}

.header-top-bar {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #FCFCFB;
    border-radius: 150px;
    backdrop-filter: blur(0px);
    transition: all 0.3s ease-in-out;
}
.nav-up .header-top-bar {
	box-shadow: 0 5px 15px 0 #00000010;
}
.home:not(.nav-up):not(.search-is-open) .header-top-bar,
.woocommerce-shop:not(.nav-up):not(.search-is-open) .header-top-bar {
	background-color: #ffffff00;
}
.header-top-bar:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #ffffff30;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease-in-out;
    opacity: 1;
	z-index: 1;
	pointer-events: none;
}
.nav-up .header-top-bar:before {
    opacity: 0;
	pointer-events: none;
}
.header-top-bar .header-third {
	position: relative;
    width: 15%;
	z-index: 9;
}
.header-top-bar .header-third.header-top-middle {
    width: 70%;
}
.header-top-right .logo-wrap img {
    height: 45px;
    margin: 0 20px -7px 0;
	transition: all 0.3s ease-in-out;
}
.home:not(.nav-up):not(.search-is-open) .header-top-right .logo-wrap img,
.woocommerce-shop:not(.nav-up):not(.search-is-open) .header-top-right .logo-wrap img {filter: invert(1) brightness(10);}

.header-top-left {
    position: relative;
	display: flex;
    justify-content: end;
}
.header-top-left .actions-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 60px;
    padding: 0 7px;
    background: #F1EFEB;
    border-radius: 150px;
	transition: all 0.3s ease-in-out;
}
.home:not(.nav-up):not(.search-is-open) .header-top-left .actions-box,
.woocommerce-shop:not(.nav-up):not(.search-is-open) .header-top-left .actions-box {background: #FCFCFB;}

.header-top-left .actions-box .button-ui {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 45px;
    cursor: pointer;
}
.header-top-left .actions-box .search-toggle img {
    margin: 0 0 -5px;
}
.header-top-left .actions-box .cart-toggle {
    border-left: solid 1px #D3D0CD;
}
.woocommerce-checkout .header-top-left .actions-box .cart-toggle {pointer-events: none; cursor: default;}
.header-top-left .actions-box .button-ui img {
    transition: all 0.2s ease-in-out;
}
.header-top-left .actions-box .button-ui:hover img {
    transform: translateY(-5px);
}
.header-top-left .cart-count {
    position: absolute;
    top: 20px;
    left: 115px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #fff;
    background: #650304;
    border-radius: 50px;
    line-height: 1;
    font-size: 10px;
    color: #fff;
    pointer-events: none;
	z-index: 9;
}
.header-top-middle ul {
    margin: 0;
    padding: 0;
}
.header-top-middle ul.level-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.header-top-middle a.level-1-child {
	position: relative;
    display: flex;
    align-items: center;
    padding: 15px 10px 12px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 25px;
    font-weight: 300;
    line-height: 0.8;
    letter-spacing: 0.5px;
    color: #433C35;
	transition: all 0.3s ease-in-out;
}

.header-top-middle a.level-1-child:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: #433C35;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}
.home:not(.nav-up):not(.search-is-open) .header-top-bar .header-top-middle a.level-1-child:after {background: #fff;}

.header-top-middle a.level-1-child:hover:after {width: 100%;}
.header-top-middle a.level-1-child img {
    margin: 0 15px 0 0;
	filter: invert(1);
	transition: all 0.3s ease-in-out;
}
.header-top-middle ul.sub-menu.level-2 {
    position: absolute;
    max-width: 950px;
    width: 100%;
    max-height: calc(100vh - 130px);
    padding: 40px 40px 60px;
    background: #FCFCFB;
    border-radius: 20px;
    transform: translateY(30px);
    box-shadow: 0 5px 15px 0 #00000010;
    visibility: hidden;
	overflow: auto;
}
.header-top-middle ul.level-1 .level-1-item.menu-item-has-children:after {
    content: "";
    position: absolute;
    display: block;
    width: 950px;
    height: 30px;
    margin: 0 0 -30px;
	visibility: hidden;
}
.header-top-middle ul.sub-menu.level-2::-webkit-scrollbar {display: none;}
.header-top-middle ul.sub-menu a {
    display: flex;
    align-items: center;
    color: #433C35;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:first-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #DBD8D2;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:first-child a.level-2-child {
    display: none;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:first-child ul.sub-menu.level-3 {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:first-child ul.sub-menu.level-3 .level-3-item:first-child a.level-3-child,
.header-top-middle ul.sub-menu.level-2 li.level-2-item:last-child a.level-2-child {
    margin: 0 0 15px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 31px;
    line-height: 0.8;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:first-child ul.sub-menu.level-3 .level-3-item:first-child ul.sub-menu.level-4 {
    display: flex;
    flex-wrap: wrap;
    max-width: 350px;
    gap: 10px;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:first-child ul.sub-menu.level-3 .level-3-item:first-child ul.sub-menu.level-4 a {
    display: block;
    padding: 5px 15px 3px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 21px;
    letter-spacing: 0.5px;
    background: #F1EFEB;
    border-radius: 5px;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:first-child ul.sub-menu.level-3 .level-3-item:first-child ul.sub-menu.level-4 a:hover {
    background: #e4e2dd;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:first-child ul.sub-menu.level-3 .level-3-item:first-child ul.sub-menu.level-4 li:last-child a {
    background: #A99077;
    color: #fff;
    font-weight: 300;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:first-child ul.sub-menu.level-3 .level-3-item:first-child ul.sub-menu.level-4 li:last-child a:hover {
    background: #97806a;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:first-child ul.sub-menu.level-3 .level-3-item:last-child a {
    display: flex;
    gap: 50px;
    padding: 0 0 5px;
    font-family: 'Ploni ML v2 AAA';
    border-bottom: solid 1px #433C35;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:first-child ul.sub-menu.level-3 .level-3-item:last-child a:hover {
	font-weight: 600;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:last-child ul.sub-menu.level-3 {
    display: flex;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:last-child ul.sub-menu.level-3 .menu-item-object-product {
    width: 33.3%;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:last-child ul.sub-menu.level-3 .menu-item-object-product a {
    display: block;
    padding: 0 0 0 20px;
    font-family: 'Ploni ML v2 AAA';
    font-size: 15px;
    line-height: 1.2;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:last-child ul.sub-menu.level-3 .menu-item-object-product a img {
    height: 175px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:last-child ul.sub-menu.level-3 .menu-item-object-product a:hover img {opacity: 0.85;}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:last-child ul.sub-menu.level-3 .menu-item-object-product a span.menu-product-title {
    display: block;
    margin: 5px 0 2px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 25px;
}
.header-top-middle ul.sub-menu.level-2 li.level-2-item:last-child ul.sub-menu.level-3 .show-all {
    display: flex;
    align-items: center;
}

/*------- S I D E - C A R T-----------*/
.sidecart-widget {
    position: fixed;
    top: 110px;
    left: -120%;
    width: 450px;
    height: calc(100% - 120px);
    background: #F1EFEB;
    box-shadow: 5px 0px 15px 0 #00000020;
    border-radius: 10px;
    font-family: 'Ploni ML v2 AAA';
    font-size: 16px;
    z-index: 999999999999999999999999999999999999;
    overflow: auto;
    transition: all 0.35s ease-in-out;
}
.cart-is-open .sidecart-widget {left: 10px;}
.sidecart-widget .mini-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 20px 15px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 27px;
    background: #ffffff;
    line-height: 1;
}
.sidecart-widget .mini-cart-header img {
    width: 35px;
    margin: 0 0 -10px;
    cursor: pointer;
}
.sidecart-widget ul.product_list_widget {
    margin: 0;
    padding: 15px;
    max-height: 270px;
    overflow: auto;
}
.sidecart-widget ul.product_list_widget::-webkit-scrollbar {display: none;}
.sidecart-widget ul.product_list_widget li.mini_cart_item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    margin: 0 0 10px;
    padding: 10px;
    font-family: 'Ploni ML v2 AAA';
    font-weight: 500;
    color: #433C35;
    background: #fff;
    border-radius: 3px;
}
.sidecart-widget ul.product_list_widget li.mini_cart_item a.remove {
    position: absolute;
    top: 7px;
    left: 10px;
    font-size: 25px;
    color: #433C35;
    cursor: pointer;
    line-height: 1;
}
.sidecart-widget ul.product_list_widget li.mini_cart_item a:not(.remove) {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Ploni ML v2 AAA';
    font-size: 17px;
    font-weight: 400;
    color: #433C35;
}
.sidecart-widget ul.product_list_widget li.mini_cart_item a img {
    min-width: 75px;
    min-height: 75px;
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-position: center;
    border-radius: 3px;
}
.sidecart-widget .woocommerce-mini-cart__total {
    position: absolute;
    right: 0;
    bottom: 85px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #f1efeb;
}
.sidecart-widget .woocommerce-mini-cart__buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    background: #fff;
}
.sidecart-widget .woocommerce-mini-cart__buttons a {
    display: block;
    padding: 7px 20px;
    color: #433C35;
}
.sidecart-widget .woocommerce-mini-cart__buttons a.button.checkout {
    min-width: 50%;
    padding: 15px 15px 10px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 27px;
    font-weight: 300;
    background: #650304;
    color: #fff;
    border-radius: 150px;
    text-align: center;
    line-height: 1;.
	letter-spacing: 0.5px;
}
.sidecart-widget .woocommerce-mini-cart__buttons a.button.checkout:hover {background-color: #7E1516;}
.woocommerce-mini-cart__empty-message {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-weight: 400;
    font-size: 35px;
    line-height: 0.9;
    letter-spacing: 0.5px;
}








/*-------------- F O O T E R ---------------*/
footer#colophon {
    font-family: 'Ploni ML v2 AAA';
    border-top: solid 1px #DBD8D2;
    background: #FCFCFB;
}
.footer-middle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    max-width: 1650px;
    margin: auto;
    padding: 50px 30px;
}
.footer-middle ul {
    margin: 0;
    padding: 0;
}
.footer-middle a {
    display: block;
    padding: 4px 0;
    color: #462D2F;
    opacity: 0.8;
}
.footer-middle a:hover {
    text-decoration: underline;
}
.footer-middle .widget-title, .newsletter-form-wrap .title {
    margin: 0 0 10px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 30px;
    color: #433C35;
    line-height: 1;
}
.newsletter-form-wrap .form-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin: 30px 0 15px;
    border-bottom: solid 1px #462D2F;
}
.newsletter-form-wrap .submit-wrap, .newsletter-form-wrap .submit-wrap input {
    font-size: 0;
    margin: 0;
    padding: 0;
}
.newsletter-form-wrap .submit-wrap span.wpcf7-spinner {
    display: none;
}
.newsletter-form-wrap .submit-wrap .arrow-btn svg {
    width: 40px;
}
.newsletter-form-wrap .email-wrap {
    width: calc(100% - 40px);
}
.newsletter-form-wrap .email-wrap input {
    padding: 10px;
    width: 100%;
    background: none;
    border: 0;
    font-family: 'Ploni ML v2 AAA';
    color: #433C35;
}
.newsletter-form-wrap .email-wrap input::placeholder {
    color: #433C35;
}
.newsletter-form-wrap .title br:first-child {
    display: none;
}
.newsletter-form-wrap .submit-wrap {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsletter-form-wrap .submit-wrap input[type="submit"] {
    position: absolute;
    top: 0;
    background: none;
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer;
    z-index: 9;
}
.newsletter-form-wrap .submit-wrap input[type="submit"]:hover {
    background: #00000010;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 7px;
}
.wpcf7-acceptance .wpcf7-list-item span.wpcf7-list-item-label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    font-size: 15px;
    color: #433C35;
    letter-spacing: 0.25px;
}
.footer-middle .wpcf7-acceptance a {
    text-decoration: underline;
    color: #433C35;
}
.footer-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1650px;
    margin: auto;
	padding: 30px;
}
.credit {
    display: flex;
    align-items: center;
    gap: 10px;
}
.credit .text {
    direction: ltr;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #433C35;
}
.credit .text img {
    display: block;
    margin: 0 0 4px;
}
.footer-right-third {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 15px;
    letter-spacing: 0.35px;
}
.footer-right-third .widget.widget_custom_html:first-child {
    width: 100%;
    margin: 0 0 20px;
}
.footer-right-third .mega-logo {
    font-family: 'Clash Display';
    font-weight: 700;
    font-size: 155px;
    line-height: 1;
    color: #433C35;
}
.footer-right-third ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 10px 0 0;
    gap: 20px;
}









/*----------- P R O J E C T S  ------------*/
.projects-list:not(.swiper-wrapper) {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.projects-list:not(.swiper-wrapper) .project-item {
    width: calc(50% - 20px);
}
.projects-list .project-item .project-image {
    position: relative;
    overflow: hidden;
}
.projects-list .project-item .project-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}
.projects-list .project-item:hover .project-image img {
  transform: scale(1.05);
}
.projects-list .project-item .project-content {
    margin: 5px 0 0;
    padding: 20px;
    background: #FFFFFF;
    color: #433C35;
    border-radius: 7px;
}
.projects-list .project-item .project-content h2.entry-title {
    margin: 10px 0;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-weight: 400;
    font-size: 35px;
    line-height: 0.9;
}
.projects-list .project-item .project-content .project-excerpt {
    margin: 0 0 10px;
    font-family: 'Ploni ML v2 AAA';
    font-size: 16px;
    line-height: 1.35;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.projects-swiper-wrapper .swiper-button-prev:after,.projects-swiper-wrapper  .swiper-rtl .swiper-button-next:after,
.projects-swiper-wrapper .swiper-button-next:after,.projects-swiper-wrapper  .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.projects-swiper-wrapper .projects-swiper-prev,
.projects-swiper-wrapper .projects-swiper-next {
    top: unset;
    bottom: -60px;
    left: 10px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 150px;
}
.projects-swiper-wrapper .projects-swiper-prev svg,
 .projects-swiper-wrapper .projects-swiper-next svg {
    width: 8px;
}
.projects-swiper-wrapper .swiper-button-prev.projects-swiper-prev svg *,
.projects-swiper-wrapper .swiper-button-prev.projects-swiper-next svg * {
    stroke: #650304;
}
.projects-swiper-wrapper .projects-swiper-next {
    left: 70px;
    right: unset;
}







/*----------- B L O G----------------*/
.featured-section {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.featured-section .featured-post {
    width: 65%;
}
.featured-section .top-posts {
    width: 35%;
}
.featured-post .post-container {
	position: relative;
    display: flex;
    align-items: flex-end;
    background: #F3F2EF;
    line-height: 1;
    border-radius: 5px;
    overflow: hidden;
}
.featured-post .post-container .img-wrap {
    width: 50%;
    height: 600px;
    overflow: hidden;
}
.featured-post .post-container .img-wrap img,
.featured-section .top-posts .post-container .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
}
.featured-section .top-posts .post-container .box {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
	width: 60%;
}
.featured-post a:hover .post-container .img-wrap img,
.featured-section .top-posts a:hover .post-container .img-wrap img {
    transform: scale(1.02);
}
.featured-post .post-container .box {
    width: 50%;
    padding: 25px;
    color: #433C35;
    font-family: 'Ploni ML v2 AAA';
}
.featured-section .title {
    margin: 0 0 12px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.35px;
    line-height: 0.9;
}
.featured-post .post-container .title {
    font-size: 45px;
}
.featured-section .excerpt {
    margin: 0 0 30px;
    font-family: 'Ploni ML v2 AAA';
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.featured-section .action-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: 'Ploni ML v2 AAA';
    font-size: 15px;
}
.featured-section .action-bar .reading-time {
    padding: 8px 15px 5px;
    background: #F1EFEB;
    color: #433C35;
    border-radius: 3px;
    line-height: 1;
}
.featured-post .post-container .reading-time {
    background: #fff;
}
.featured-section .top-posts .type-post {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: solid 1px #DBD8D2;
}
.featured-section .top-posts .excerpt {
    display: none !important;
}
.featured-section .top-posts .post-container {
    display: flex;
    align-items: stretch;
    gap: 15px;
}
.featured-section .top-posts .post-container .img-wrap {
    width: calc(40% - 15px);
    height: 165px;
    overflow: hidden;
}
.featured-section .top-posts a {
    color: #433C35;
}
.featured-section .top-posts .post-container .box:before {
    content: "מתוך הבלוג שלנו";
    display: block;
	width: 100%;
    margin: 0 0 7px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 25px;
    letter-spacing: 0.35px;
    color: #851D1E;
}
.featured-post .post-container .box:before {
    content: "מתוך הבלוג שלנו";
    position: absolute;
    top: 40px;
    right: calc(50% + 20px);
    display: block;
    margin: 0 0 7px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 30px;
    letter-spacing: 0.35px;
    color: #851D1E;
}
.featured-section .action-bar .cta {
    display: flex;
    align-items: center;
    gap: 20px;
}





/*------------- S H O P ----------------*/
.woocommerce-shop .woocommerce-products-header, .tax-product_cat .woocommerce-products-header {
    padding: 200px 30px 30px;
    background-image: url(/wp-content/uploads/2025/12/shop_header_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.woocommerce-shop .woocommerce-products-header h1.page-title, .tax-product_cat .woocommerce-products-header h1.page-title {
    max-width: 1850px;
    margin: 0 auto 20px;
    padding: 0 30px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 65px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 0.9;
}
.woocommerce-shop .woocommerce-products-header .product-search-wrap {
    position: relative;
}
.woocommerce-shop .woocommerce-products-header .product-search-bar,
.tax-product_cat .woocommerce-products-header .product-search-bar{
    max-width: 1850px;
    margin: auto;
    padding: 0 30px;
}
.woocommerce-shop .woocommerce-products-header .product-search-bar input[type="text"], .tax-product_cat .woocommerce-products-header .product-search-bar input[type="text"] {
    width: 100%;
    height: 60px;
    padding: 10px 20px 8px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 25px;
    border: 0;
    border-radius: 150px;
    background-image: url(/wp-content/uploads/2025/12/search_circle.svg);
    background-size: 50px;
    background-position: 5px;
    background-repeat: no-repeat;
}
.search-results {
    position: absolute;
    top: 70px;
    width: 100%;
    max-height: calc(100vh - 360px);
    background: #FCFCFB;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 #00000010;
    overflow: auto;
	z-index:	999;
}
.search-results .results-section {
    padding: 20px;
}
.search-results .results-section .res {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #DBD8D2;
}
.search-results .results-section .res a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 25px;
    color: #301F20;
}
.search-results .results-section .res a img {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    object-fit: cover;
    object-position: center;
}
.search-results .results-section.no-results {
    padding: 5px 0 0;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 25px;
    color: #301F20;
    text-align: center;
    line-height: 1;
}
.archive-wrapper {
    display: flex;
    align-items: flex-start;
    max-width: 1850px;
    gap: 50px;
    margin: auto;
    padding: 30px;
}
.archive-wrapper .sidebar {
    width: 400px;
    color: #301F20;
}
.archive-wrapper .products-wrapper {
    width: calc(100% - 450px);
}
.products-wrapper ul.products {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.products-wrapper ul.products li.product {
    width: calc(33.3% - 20px);
}

body.filter-loading .products-wrapper ul.products li.product {
  position: relative;
  pointer-events: none;
}
body.filter-loading .products-wrapper ul.products li.product::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background: linear-gradient(90deg,#fcfcfb 25%,#e6e6e6 37%,#fcfcfb 63%);
  background-size: 400% 100%;
  animation: product-shimmer 1.2s ease-in-out infinite;
  border-radius: inherit;
}
@keyframes product-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}







.products-wrapper li.product a {
    position: relative;
    display: block;
    height: 100%;
}
.products-wrapper li.product a .product-data-image {
    position: relative;
    height: 325px;
    border-radius: 5px;
    overflow: hidden;
}
li.product a .product-data-image .product-labels {
    position: absolute;
    top: 10px;
    right: 10px;
	z-index: 9;
	
}
li.product a .product-data-image .product-labels .product-label {
    display: block;
    width: fit-content;
    margin: 0 0 7px;
    padding: 10px 10px;
    font-family: 'Clash Display', 'Ploni ML v2 AAA';
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    background: #ffffffe0;
    color: #584752;
    border-radius: 3px;
    line-height: 1;
}
li.product a .product-data-image .product-labels .product-label.cat-388 {
    background: #650304;
    color: #ffffff;
}
li.product a .product-data-image img:not(.shopping-bag-icon) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
}
li.product a:hover .product-data-image img:not(.shopping-bag-icon) {
    transform: scale(1.03);
}
li.product a .can-buy-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #A99077;
    border-radius: 30px;
    z-index: 9;
}
.products-wrapper li.product .product-data,
.products-wrapper li.product .product-data-inner {
    height: 100%;
}
.products-wrapper li.product a .product-data-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    height: calc(100% - 325px);
    margin: 5px 0 0;
    padding: 15px 15px 20px;
	font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 22px;
    background: #FFFFFF;
    color: #433C35;
    border-radius: 7px;
}
.products-wrapper li.product .product-data-title .woocommerce-loop-product__title {
    margin: 5px 0 0;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-weight: 400;
    font-size: 25px;
    line-height: 0.9;
}
.products-wrapper li.product .product-data-title .product-english-name {
    font-family: 'Clash Display';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.archive-wrapper .sidebar .sidebar-title, .sidebar .filter-section-title {
    margin: 0 0 10px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 30px;
    line-height: 0.9;
}
.sidebar .filter-section {
    margin: 0 0 35px;
}
.sidebar .filter-toggle-wrapper,
.sidebar .filter-checkboxes-wrapper {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #FCFCFB;
    border-radius: 5px;
}
.sidebar .filter-toggle-wrapper button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 50px;
    padding: 3px 0 0;
    border: 0;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 24px;
    background: none;
    cursor: pointer;
}
.sidebar .filter-toggle-wrapper button.filter-toggle-active {
    background: #EFEBE7;
    cursor: default;
}
.sidebar .filter-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 0 15px;
    padding: 7px 10px;
    font-family: 'Ploni ML v2 AAA';
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 1;
}
.sidebar input[type="checkbox"] {
    width: 22px;
    height: 22px;
    font-family: 'Ploni ML v2 AAA';
    border: solid 1px #c5c1b9;
    border-radius: 2px;
    appearance: none;
    -webkit-appearance: none;
	cursor: pointer;
}
.sidebar input[type="checkbox"]:checked {
    border: solid 1px #8D181B;
    background-color: #8D181B;
    background-image: url(/wp-content/uploads/2025/12/Icon-feather-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}
.sidebar .filter-accordion {
    margin: 0 0 10px;
    padding: 0;
	background: #FCFCFB;
	border-radius: 5px;
}
.sidebar .filter-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 24px;
    cursor: pointer;
}
.sidebar .filter-accordion-toggle-open {
    transform: rotate(-90deg);
}
.sidebar .filter-accordion .filter-checkboxes-wrapper {
    display: block;
    max-height: 200px;
    overflow: auto;
}
.woocommerce-pagination ul.page-numbers {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 20px 0;
    gap: 10px;
}
.woocommerce-pagination ul.page-numbers .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 3px 0 0;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 19px;
    border: solid 1px #c5c1b9;
    color: #433C35;
    border-radius: 3px;
}
.woocommerce-pagination ul.page-numbers span.page-numbers, .woocommerce-pagination ul.page-numbers a.page-numbers:hover {
    border-color: #433C35;
}


/*-------- S I N G L E - P R O D U C T ------------*/
.single-product .content-container {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 70px;
    max-width: 1350px;
    margin: auto;
    padding: 30px;
    font-family: 'Ploni ML v2 AAA';
    color: #433C35;
    line-height: 1.3;
}

.single-product .product-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 50%;
}
.single-product .type-product {
    width: calc(50% - 70px);
}
.single-product .product-images__main {
    width: 100%;
}
.single-product .product-images__main img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
	cursor: pointer;
}
.single-product .product-images__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
.single-product .product-images__thumbs .product-image.product-image--thumb {
    width: calc(50% - 5px);
}
.single-product .product-image--thumb img {
    width: 100%;
    height: 325px;
    object-fit: cover;
    object-position: center;
	cursor: pointer;
}
.single-product button.product-images-lightbox-trigger {
    width: 100%;
    height: 50px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 23px;
    letter-spacing: 0.5px;
    background: #fff;
    border: 0;
    cursor: pointer;
}
.product-images-lightbox[hidden] { display: none !important; }
.product-images-lightbox { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.85); padding: 20px; box-sizing: border-box; }
.product-images-lightbox__content { position: relative; max-width: 90vw; max-height: 90vh; width: 100%; }
/* .product-images-lightbox__content { 
  position: relative; 
  max-width: 90vw; 
  max-height: 90vh; 
  width: 100%; 
  min-width: 0;
} */
.product-images-lightbox .swiper-wrapper {
    align-items: center;
}
.product-images-lightbox__swiper { 
  width: 100%; 
  height: 100%; 
  overflow: hidden; 
}
.product-images-lightbox__slide { text-align: center; }
.product-images-lightbox__slide img { max-width: 90vw; max-height: 80vh; object-fit: contain; margin: 0 auto; }
/* .product-images-lightbox__slide img { 
   max-width: 100%;
   max-height: 80vh; 
   object-fit: contain; 
   margin: 0 auto; 
} */
.product-images-lightbox__close {
    position: absolute;
    top: 0;
    right: 0;
    background: unset;
    border: none;
    cursor: pointer;
    font-size: 40px;
    padding: 0 !important;
    color: #fff !important;
	z-index: 99999;
}
.product-images-lightbox__nav {
    background: none !important;
    width: 45px !important;
    height: 45px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: unset !important;
    filter: invert(1) brightness(100) grayscale(10);
}
.product-images-lightbox__nav svg { pointer-events: none; }
.product-images-lightbox__pagination { position: absolute; bottom: 12px; left: 0; right: 0; }
body.product-lightbox-open { overflow: hidden; }

.woocommerce-breadcrumb {
    font-size: 14px;
    color: #433C35;
}
.woocommerce-breadcrumb a {
    color: #433C35;
    text-decoration: underline;
}
.single-product .type-product h1.product_title {
    margin: 30px 0 10px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-weight: 400;
    font-size: 55px;
    line-height: 0.8;
}
.single-product .type-product .english-name {
    margin: 0 0 20px;
    font-family: 'Clash Display';
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.single-product .type-product .whatsapp-product-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 60px;
    width: 100%;
    margin: 20px 0 0;
    padding: 5px 0 0;
    border-radius: 150px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 27px;
    font-weight: 300;
    letter-spacing: 0.5px;
    background: #A99077;
    color: #fff;
}
.single-product .type-product .whatsapp-product-button:hover {background: #947C65}
.single-product .product-icons {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: solid 1px #D8D5CE;
}
.single-product .type-product .whatsapp-product-button .whatsapp-icon-wrapper {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 150px;
    background: #F1EFEB;
}
.single-product .product-icons .product-icon {
    width: calc(25% - 10px);
    padding: 15px;
    background: #F9F9F7;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 5px;
}
.single-product .product-icons .product-icon img {
    max-width: 35px;
    height: 35px;
    margin: 0 0 7px;
    object-fit: contain;
}
.single-product .product-icons .product-icon .title {
    margin: 0 0 7px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 22px;
    line-height: 0.9;
    letter-spacing: 0.25px;
}
.single-product .info-ui .main-title {
    margin: 35px 0 15px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 35px;
    line-height: 0.9;
}
.single-product .product-info-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 0;
    border-top: solid 1px #D8D5CE;
}
.single-product .product-info-item:last-child {
    border-bottom: solid 1px #D8D5CE;
}
.single-product .product-info-item .value {
    width: 60%;
}
.single-product .product-more-info .accordion-item {
    margin: 0 0 10px;
    padding: 0;
    background: #FCFCFB;
    border-radius: 5px;
}
.single-product .product-more-info .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 25px;
    cursor: pointer;
}
.single-product .product-more-info .accordion-item .accordion-item-content {
    padding: 0 20px 30px;
    font-size: 15px;
}
.single-product .related.products {
	padding: 70px 30px;
    background: #FCFCFB;
}
.single-product .related.products ul.products {
    max-width: 1290px;
    margin: auto;
}
.single-product .related.products h2 {
    margin: 0 0 30px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
}
.single-product .type-product .price {
    margin: 20px 0;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 40px;
    line-height: 0.9;
}
.single-product .type-product form.cart,
.single-product .type-product form.cart.variations_form .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    gap: 20px;
}
.single-product form.cart table.variations {
    display: block;
    margin: 20px 0;
    padding: 20px 0 0;
    border-top: solid 1px #D8D5CE;
}
.single-product form.cart table.variations * {
    display: block;
    width: 100%;
}
.single-product form.cart table.variations th.label {
    margin: 0 0 7px;
    padding: 0;
    text-align: right;
    font-weight: 600;
    font-size: 19px;
}
.single-product form.cart table.variations th.label label:before {
    content: "בחירת ";
}
.single-product form.cart table.variations select {
    margin: 0 0 5px;
    padding: 20px;
    background: #fff;
    cursor: pointer;
}
.single-product form.cart table.variations a.reset_variations {
    display: none !important;
}
.single_variation_wrap .single_variation {
    margin: 0 0 15px;
}
.single_variation_wrap .single_variation .woocommerce-variation-description, .single_variation_wrap .single_variation .woocommerce-variation-availability {
    display: none !important;
}
.single-product .type-product.product-type-variable .price {
    display: none;
}
.single_variation_wrap .single_variation .woocommerce-variation-price .price {
    display: block;
    font-size: 27px;
}
.single_variation_wrap .single_variation .woocommerce-variation-price .price:before {
    content: "מחיר ליחידה: ";
}
.single-product .type-product form.cart.variations_form {
    display: block;
}

.single-product .type-product .quantity {
    display: flex;
    align-items: center;
}
.single-product .type-product .quantity button, .single-product .type-product .quantity input {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 150px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 27px;
    text-align: center;
    border: 0;
    color: #301F20;
    background: none;
}
.single-product .type-product .quantity button {
    background: #fff;
    cursor: pointer;
}
.single-product .type-product .single_add_to_cart_button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 60px;
    width: calc(100% - 45px * 3 - 20px);
    margin: 0;
    padding: 5px 0 0;
    border-radius: 150px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 27px;
    font-weight: 300;
    letter-spacing: 0.5px;
    background: #650304;
    color: #fff;
    border: none;
    cursor: pointer;
}












/* 4 0 4*/
.content-404 {
    color: #301F20;
    text-align: center;
    margin: 70px;
}
.content-404 h1.page-title {
    font-size: 80px;
    font-weight: 500;
    font-family: 'Clash Display';
    margin: 0;
}
.content-404 .description {
    font-size: 75px;
    font-family: "Ploni Tzar ML v2 AAA";
    line-height: 1;
}
.content-404 .message {
    font-family: "Ploni Tzar ML v2 AAA";
    font-size: 40px;
}
.content-404 .btn.btn-primary {
    display: block;
    width: fit-content;
    background: #650304;
    color: #fff;
    font-size: 30px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-weight: 300;
    line-height: 1;
    margin: 30px auto;
    border-radius: 150px;
    padding: 17px 45px 13px;
}
.products-404.products-wrapper {
    max-width: 1350px;
    margin: 50px auto;
}

/*-------------------------*/
.blog header {
    padding: 60px 20px;
    text-align: center;
    color: #433C35;
}
.blog header h1.page-title {
    margin: 0 0 10px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0.9;
}
.blog header .description {
    max-width: 500px;
    margin: auto;
    font-family: 'Ploni ML v2 AAA';
    font-size: 18px;
    line-height: 1.3;
}
.blog .posts-wrapper {
    padding: 50px 20px;
    background: #FCFCFB;
}
.blog .posts-wrapper .featured-section {
    max-width: 1450px;
    margin: auto;
}
.blog .posts-wrapper .rest-of-posts {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 1450px;
    margin: auto;
}
.blog .posts-wrapper .rest-of-posts .type-post {
    width: calc(33.3% - 20px);
    margin: 0 0 35px;
}
.blog .posts-wrapper .rest-of-posts .type-post .post-container {
    font-family: 'Ploni ML v2 AAA';
    font-size: 16px;
    line-height: 1.3;
    color: #433C35;
}
.blog .posts-wrapper .rest-of-posts .type-post .post-container .img-wrap {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
}
.blog .posts-wrapper .rest-of-posts .type-post .post-container .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.75s ease-in-out;
}
.blog .posts-wrapper .rest-of-posts .type-post .post-container:hover .img-wrap img {
    transform: scale(1.05);
}
.blog .posts-wrapper .rest-of-posts .type-post .post-container .title {
    margin: 15px 0 10px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-weight: 400;
    font-size: 31px;
    line-height: 0.9;
    letter-spacing: 0.35px;
}
.blog .posts-wrapper .rest-of-posts .type-post .post-container .action-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0 0;
}
.blog .posts-wrapper .rest-of-posts .type-post .post-container .action-bar .reading-time {
    padding: 8px 15px 5px;
    background: #F1EFEB;
    color: #433C35;
    border-radius: 3px;
    line-height: 1;
}
.blog .posts-wrapper .rest-of-posts .type-post .post-container .action-bar .cta {
    display: flex;
    align-items: center;
    gap: 15px;
}



/*----------Single Post-------------*/
.single-post .post-wrap {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    max-width: 1350px;
    margin: auto;
    padding: 20px;
    font-family: 'Ploni ML v2 AAA';
    color: #433C35;
    font-size: 16px;
}
.single-post .post-sidebar {
    width: 550px;
}
.single-post .post-sidebar .popular-posts.more {
    padding: 15px 20px 35px;
    background: #FCFCFB;
    border-radius: 5px;
}
.single-post .post-sidebar .popular-posts.more .subtitle {
    margin: 0 0 5px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 29px;
    letter-spacing: 0.5px;
}
.single-post .post-sidebar .popular-posts .type-post {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: solid 1px #DBD8D2;
}
.single-post .post-sidebar .popular-posts .type-post a {
    display: flex;
    gap: 20px;
}
.single-post .post-sidebar .popular-posts .type-post img {
    min-width: 125px;
    width: 125px;
    min-height: 100px;
    max-height: 100px;
    height: 100px;
	object-fit: cover;
	object-position: center;
}
.single-post .post-sidebar .popular-posts .type-post .mini-post-data {
    width: calc(100% - 145px);
    font-size: 14px;
    line-height: 1.3;
    color: #433C35;
}
.single-post .post-sidebar .popular-posts .type-post .mini-post-data .title {
    margin: 0 0 5px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 27px;
    line-height: 1;
}
.single-post .post-sidebar img.wp-post-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.single-post .main-content {
    width: calc(100% - 600px);
}
.single-post .main-content p#breadcrumbs span {
    font-size: 14px;
}
.single-post .main-content p#breadcrumbs a {
    margin: 0 6px;
    color: #433C35;
    text-decoration: underline;
    font-size: 14px;
}
.single-post .main-content h1.post-title {
    margin: 30px 0 15px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 60px;
    font-weight: 400;
    line-height: 0.9;
}
.single-post .main-content .exerpt {
    font-weight: 500;
    margin: 0 0 20px;
}
.single-post .main-content .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
    padding: 15px 20px;
    background: #FCFCFB;
    border-radius: 5px;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 21px;
    letter-spacing: 0.5px;
}
.single-post .main-content .actions .social, .single-post .main-content .actions .social .list {
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-post .main-content .actions .social .list img {
    margin: 0 0 -7px;
}
.post-share {
    margin: 40px 0 0;
    padding: 70px 20px 60px;
    background: #FCFCFB;
    text-align: center;
    font-family: 'Ploni Tzar ML v2 AAA';
    font-size: 35px;
    line-height: 1.5;
}
.post-share .list img {
    width: 30px;
    margin: 0 5px;
}











