/*
Theme Name: Decor
Theme URI: #
Author: Maleki
Author URI: http://raysaweb.ir/
Description: Decor Theme v1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: elc
Text Domain: Decor
*/
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: bold;
	src: url('assets/fonts/yekan/eot/iranyekanwebbold(fanum).eot');
	src: url('assets/fonts/yekan/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
	url('assets/fonts/yekan/woff2/iranyekanwebbold(fanum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
	url('assets/fonts/yekan/woff/iranyekanwebbold(fanum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('assets/fonts/yekan/ttf/iranyekanwebbold(fanum).ttf') format('truetype');
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 300;
	src: url('assets/fonts/yekan/eot/iranyekanweblight(fanum).eot');
	src: url('assets/fonts/yekan/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
	url('assets/fonts/yekan/woff2/iranyekanweblight(fanum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
	url('assets/fonts/yekan/woff/iranyekanweblight(fanum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('assets/fonts/yekan/ttf/iranyekanweblight(fanum).ttf') format('truetype');
}
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: normal;
	src: url('assets/fonts/yekan/eot/iranyekanwebregular(fanum).eot');
	src: url('assets/fonts/yekan/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
	url('assets/fonts/yekan/woff2/iranyekanwebregular(fanum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
	url('assets/fonts/yekan/woff/iranyekanwebregular(fanum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('assets/fonts/yekan/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}
body
{
	font-family: iranyekan;
	margin: 0;
	padding: 0;
	direction: rtl;
	text-align: right;
	font-size: 13px;
    line-height: 27px;
	background-color:#fff;
    color: #333
}
#site-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 1;
    visibility: visible;
    transition: opacity .35s ease, visibility .35s ease;
}
#site-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
#site-preloader img {
    display: block;
    width: min(280px, 65vw);
    height: auto;
    animation: site-preloader-pulse 1.4s ease-in-out infinite;
}
@keyframes site-preloader-pulse {
    0%, 100% { opacity: .65; transform: scale(.97); }
    50% { opacity: 1; transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
    #site-preloader,
    #site-preloader img {
        transition: none;
        animation: none;
    }
}
main {
    padding: 50px 0;
}    
.is-front-page main
{
padding: 0 0;
}    
button, input, select, textarea
{
	color: #212121
}
a,a:focus,a:hover,a:visited
{
	text-decoration: none;
	color: #ccc;
}
h1,h2,h3,h4,h5,h6
{
	margin: 0;
}
ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
img
{
    max-width: 100%;
}
#breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    padding: 10px 14px;
    background: linear-gradient(135deg, #fff 0%, #fbf7f0 100%);
    border: 1px solid #eadfce;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
    list-style: none;
    position: relative;
    overflow: hidden;
}
#breadcrumbs::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(224, 49, 49, 0.04), transparent 45%);
    pointer-events: none;
}
#breadcrumbs li {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8c7a60;
    font-size: 13px;
    line-height: 1.8;
    white-space: nowrap;
    z-index: 1;
}
#breadcrumbs li + li::before {
    content: "\f104";
    font-family: FontAwesome;
    color: #caa56a;
    font-size: 12px;
    line-height: 1;
}
#breadcrumbs a {
    color: #5b4528;
    font-weight: 600;
    transition: color 0.2s ease, transform 0.2s ease;
}
#breadcrumbs a:hover,
#breadcrumbs a:focus {
    color: #e20000;
}
#breadcrumbs .item-home a::before {
    content: "\f015";
    font-family: FontAwesome;
    color: #e20000;
    font-size: 13px;
    margin-left: 6px;
}
#breadcrumbs .item-current {
    color: #1f1f1f;
    font-weight: 700;
}
#breadcrumbs .item-current span {
    color: inherit;
}
#breadcrumbs .item-current a,
#breadcrumbs .item-current a:hover,
#breadcrumbs .item-current a:focus {
    color: inherit;
}
.rank-math-breadcrumb {
    margin: 0 0 14px;
    padding: 10px 14px;
    background: linear-gradient(135deg, #fff 0%, #fbf7f0 100%);
    border: 1px solid #eadfce;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    direction: rtl;
}
.rank-math-breadcrumb::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(224, 49, 49, 0.04), transparent 45%);
    pointer-events: none;
}
.rank-math-breadcrumb p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #8c7a60;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}
.rank-math-breadcrumb a {
    color: #5b4528;
    font-weight: 600;
    transition: color 0.2s ease, transform 0.2s ease;
}
.rank-math-breadcrumb a:hover,
.rank-math-breadcrumb a:focus {
    color: #e20000;
}
.rank-math-breadcrumb a:first-child::before {
    content: "\f015";
    font-family: FontAwesome;
    color: #e20000;
    font-size: 13px;
    margin-left: 6px;
}
.rank-math-breadcrumb .separator {
    color: #caa56a;
    font-size: 12px;
    line-height: 1;
}
.rank-math-breadcrumb .last {
    color: #1f1f1f;
    font-weight: 700;
}
.post_header #breadcrumbs {
    margin-bottom: 12px;
}
.shop-page-header {
    margin-bottom: 8px;
}
.shop-page-header h1 {
    color: #1f1f1f;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
}
.shop-page-header #breadcrumbs .item-current {
    color: #e20000;
}
.header {
    width: 100%;
    direction: rtl;
    background-color: #fff;
}
.top-bar {
    background: #c00 url(assets/img/b1.jpg);
    transition: background-color .2s ease;
    padding: 0;
    text-align: center;
}
.top-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-bar ul li {
    position: relative;
    display: inline-block;
    margin: 0;
}
.top-bar ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;    font-size: 14px;
    padding: 10px 15px;
}
.top-bar ul li.menu-item-has-children > a {
    position: relative;
    padding-left: 30px;
}
.products-nav .products-menu > li.menu-item-has-children > a:hover,.products-nav .products-menu > li > a:hover
{
    color:#960202;
}
.top-bar > div > nav > ul > li > a:hover
{
    color:#eddede;
}
.top-bar > div > nav > ul > li > ul > li > a:hover
{
    color:#960202;
}
.top-bar > div > nav > ul > li > ul > li > ul > li > a:hover
{
    color:#960202;
}
.top-bar > div > nav > ul > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.9);
}
.top-bar > div > nav > ul > li > ul > li.menu-item-has-children > a:after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1;
    color:#960202;
}
.top-bar ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 264px;
    z-index: 999;
        text-align: right;
}
.top-bar ul li ul li {
    display: block;
    margin: 0;
        border-bottom: 1px solid #eee;    background: #fff
}
.top-bar ul li ul li a{
color:#333;
}
.top-bar ul li:hover > ul {
    display: block;
}
.top-bar ul li ul li ul {
    top: 0;
    right: 100%;
}
.top-bar ul li ul li:hover > ul {
    display: block;
}
.top-bar nav > ul > li{
    border-right: 1px solid rgba(0, 0, 0, 0.105);
}
.top-bar nav > ul > li:not(:first-child) {
    border-color: rgba(255, 255, 255, 0.25);
}
.top-bar nav > ul > li:first-child{
    border: none;
}
/* نوار وسط */
.middle-bar {
    padding: 5px 0;
    background-color: #fff;
}
.middle-bar > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    flex-wrap: nowrap;
}
.middle-bar .logo img {
    max-height: 60px;
    width: auto;
}
.middle-bar .contact-info {
    font-size: 15px;
    color: #333;
    order: 2;
}
.middle-bar .search-box {
    order: 4;
    flex: 0 0 290px;
    max-width: 290px;
    margin: 0;
}
.middle-bar .logo {
    order: 1;
}
.bottom-bar {
    padding: 10px 0;
    background: rgba(101, 101, 102, 1) url(assets/img/b2.jpg);
}
.bottom-bar > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}
.products-nav-wrap {
    width: 300px;
    position: relative;
    flex: 0 0 300px;
    align-self: flex-start;
}
.products-nav-title {
    background: #efefef;
    color: #1f1f1f;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 14px;
    min-height: 56px;
    border: 1px solid #dedede;
    cursor: pointer;
}
.products-nav-title-icon {
    font-size: 18px;
    color: #2f2f2f;
    text-align: right;
    flex: 0 0 auto;
}
.products-nav-title-text {
    text-align: right;
    line-height: 1.2;
    white-space: nowrap;
    flex: 1 1 auto;
    font-size: 15px;
}
.products-nav-title-caret {
    font-size: 20px;
    color: #6b6b6b;
    text-align: left;
    flex: 0 0 auto;
    margin-right: auto;
}
.products-nav .products-menu {
    display: none;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    z-index: 60;
}
.products-nav-wrap:hover .products-menu,
.products-nav-wrap:focus-within .products-menu,
.products-nav-wrap.open .products-menu {
    display: block;
}
.products-nav .products-menu > li {
    position: relative;
    background: #f9f9f9;
    border-bottom: 1px solid #e4e4e4;
}
.products-nav .products-menu > li > a {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    padding: 10px 18px;
    display: block;
}
.products-nav .products-menu > li.menu-item-has-children > a {
    padding-left: 32px;
}
.products-nav .products-menu > li.menu-item-has-children > a:before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a8a8a;
    font-size: 14px;
}
.products-nav .products-menu li ul {
    display: none;
    position: absolute;
    right: 100%;
    top: -1px;
    min-width: 280px;
    background: #fff;
    border: 1px solid #dedede;
    z-index: 50;
}
.products-nav .products-menu li:hover > ul {
    display: block;
}
.products-nav .products-menu li ul li {
    position: relative;
    border-bottom: 1px solid #ededed;
    background: #fff;
}
.products-nav .products-menu li ul li:last-child {
    border-bottom: none;
}
.products-nav .products-menu li ul a {
    display: block;
    color: #838383;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.6;
}
.products-nav .products-menu li ul a:hover {
    color: #e20000;
}
.products-nav .products-menu li ul a:hover,
.products-nav .products-menu > li > a:hover {
    background: #f1f1f1;
}
body.rtl.archive.tax-product_cat main.site-main {
    padding: 0;
}
.products-nav .products-menu li ul li ul {
    right: 100%;
    top: 0;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 32%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 65%;
}
main.product_wrapper {
    padding: 0;
}
h1.page-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.search-box {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    min-height: 48px;
}
.search-box input {
    border: none;
    background: transparent;
    padding: 0 14px;
    outline: none;
    width: 100%;
    height: 48px;
    color: #6f6f6f;
    font-size: 14px;
    text-align: right;
}
.search-box input::placeholder {
    color: #777;
    opacity: 1;
}
.search-box button {
    width: 36px;
    height: 36px;
    margin: 6px;
    border-radius: 6px;
    background-color: #ff1200;
    color: #fff;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.search-box button i {
    font-size: 18px;
}
.user-actions {
    display: flex;
    align-items: stretch;
    background: #9b9b9b;
    border-radius: 2px;
    overflow: hidden;
    min-height: 58px;
}
.user-actions .action-item,
.user-actions .action-item:visited,
.user-actions .action-item:hover,
.user-actions .action-item:focus {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    padding: 7px 16px;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    transition: background-color .2s ease;
}
.user-actions .action-item:hover {
    background-color: rgba(0, 0, 0, 0.08);
}
.user-actions .action-item:last-child {
    border-left: none;
}
.user-actions .action-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ec0606;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 44px;font-size: 19px;
}
.user-actions .cart-link .action-label {
    font-size: 14px;
}
.user-actions .action-label {
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
}

.user-actions .cart-link .action-label {
    font-size:14px;
}
.user-actions .action-count {
    position: absolute;
    top: -2px;
    right: -1px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    color: #d40000;
    border: 1px solid #d7d7d7;
    font-size: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    line-height: 1;
}
.user-actions .cart-link .action-icon i {
    transform: translateY(1px);
}
div#mobile_menu {
    display: none;
}
/****************home***************/
.ser6, .ser1 {
    min-height: 600px;
    height: 100%;
}
.ser2 .cat-card-wrap, .ser3 .cat-card-wrap, .ser4 .cat-card-wrap, .ser5 .cat-card-wrap
{
height: 268px;
}
.ser6 img, .ser1 img {
    min-height: 600px;
}
.ser {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ser2,.ser4 {
    margin-bottom: 30px;
}
.ser1 {
    height: 100%;
}
.ser6 {
    height: 100%;
}
#services
{
    margin-top:35px;
}

.services_slogan {
    position: relative;
    margin-bottom: 24px;
    text-align: center;
}

.services_slogan::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(226, 0, 0, 0) 0%, rgba(226, 0, 0, 0.3) 18%, rgba(226, 0, 0, 0.3) 82%, rgba(226, 0, 0, 0) 100%);
}

.services_slogan strong {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0;
    padding: 12px 38px 12px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff 0%, #f6f0e7 100%);
    border: 1px solid #eadcca;
    border-right: 5px solid #e20000;
    color: #262626;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.65;
    letter-spacing: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.services_slogan strong::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e20000;
    transform: translateY(-50%);
    box-shadow: 0 0 0 4px rgba(226, 0, 0, 0.14);
}

#services .row {
    align-items: flex-start;
}

#services .col-md-3 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* ===== Category Card Overlay (novinstone style) ===== */
.cat-card-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    display: block;
    height: 100%;
    min-height: 300px;
}
/* Larger cards for ser1 and ser6 */
.ser1 .cat-card-wrap,
.ser6 .cat-card-wrap {
    min-height: 566px;
}
/* Smaller cards for ser2, ser3, ser4, ser5 */
.ser2 .cat-card-wrap,
.ser3 .cat-card-wrap,
.ser4 .cat-card-wrap,
.ser5 .cat-card-wrap {
    min-height: 260px;
}
.cat-card-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    z-index: 1;
}
.cat-card-wrap:hover img {
    transform: scale(1.05);
}

.cat-card-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 28%, rgba(0, 0, 0, 0.12) 52%, rgba(0, 0, 0, 0) 72%);
    z-index: 2;
    pointer-events: none;
}

/* Overlay container – covers entire card (novinstone style) */
.cat-card-wrap .cat-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 7%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 3;
}

.cat-card-wrap h4.banner-title {
    position: relative;
    background: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    padding: 0;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
    z-index: 3;
    width: auto;
    top: 20px;
    right: 25px;
    max-width: 75%;
    line-height: 29px;
}
/* "ادامه مطلب" link – novinstone style: small, semi-dark, no background */
.cat-card-wrap .cat-read-more {
    position: relative;
    background: none;
    color: #ffffff !important;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.25s;
    text-shadow: 0 2px 8px rgba(0,0,0,0.65);
    z-index: 3;
    margin-top: 15px;
    text-align: left;
}
.cat-card-wrap .cat-read-more::before {
    content: "›";
    font-size: 16px;
    line-height: 1;
}
.cat-card-wrap .cat-read-more:hover {
    color: #ff1200 !important;
}
/* Hide duplicate category name text inside WooCommerce widget link */
.cat-card-wrap ul.product-categories {
    margin: 0;
    padding: 0;
}
.cat-card-wrap ul.product-categories li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cat-card-wrap ul.product-categories a {
    display: block;
    font-size: 0;
    line-height: 0;
}
.cat-card-wrap ul.product-categories a img {
    font-size: initial;
    line-height: initial;
}
.cat-card-wrap .product-categories .count {
    display: none;
}
/* ==================================================== */
#home_about_video {
    background: #f5f5f5;
    padding: 50px 0;
}

.about_page_section {
    padding: 35px 0 50px;
    background: #f5f5f5;
}

.about_page_row {
    display: flex;
    align-items: center;
    gap: 50px;
    direction: rtl;
}

.about_page_slider_column,
.about_page_text_column {
    flex: 1 1 0;
    min-width: 0;
}

.about_page_slider {
    padding: 0;
}

.about_page_slider_frame {
    position: relative;
    padding: 0 54px;
}

.about_page_text_column {
    direction: rtl;
    text-align: right;
}

.about_page_text {
    color: #333;
    font-size: 15px;
    line-height: 2.4;
}

.about_page_text p {
    margin: 0 0 14px;    text-align: justify;
}

.about_page_swiper {
    overflow: hidden;
    border-radius: 12px;
}

.about_page_slider_image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: cover;
}

.about_page_slider_frame .swiper-button-next,
.about_page_slider_frame .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-top: -17px;
color: #8f8f8d;
    background: #fff !important;
    border: 2px solid #8f8f8d;
    border-radius: 50%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .16);
    opacity: 1;
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.about_page_slider_frame .swiper-button-next {
    right: 0;
}

.about_page_slider_frame .swiper-button-prev {
    left: 0;
}

.about_page_slider_frame .swiper-button-next::after,
.about_page_slider_frame .swiper-button-prev::after {
    content: "";
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: currentColor;
}

.about_page_slider_frame .swiper-button-next::after {
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    margin-left: -4px;
}

.about_page_slider_frame .swiper-button-prev::after {
    border-width: 2px 0 0 2px;
    transform: rotate(-45deg);
    margin-right: -4px;
}

.about_page_slider_frame .swiper-button-next:hover,
.about_page_slider_frame .swiper-button-prev:hover {
    color: #fff;
    background: #3b3939 !important;
    box-shadow: 0 7px 18px rgba(228, 223, 223, 0.3);
    transform: scale(1.08);
}

.about_page_slider_frame .swiper-pagination-bullet-active {
    background: #3b3939 !important;
}
.page-template-about main.site-main {
    padding: 0;
}

.home_about_video_row {
    display: flex;
    align-items: center;
    gap: 70px;
    flex-direction: row-reverse;
}

.home_about_content {
    flex: 1 1 0;
    min-width: 0;
}

/* ستون متن */
.home_about_text {
    text-align: right;
}

.home_about_title {
    color: #ff1200;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 18px;
    text-align: right;
}

.home_about_main_text {
    color: #333;
    font-size: 15px;
    line-height: 2.5;
    margin: 0 0;
    text-align: justify;
}

.home_about_text p {
    color: #666;
    font-size: 14px;
    line-height: 2.4;
    margin: 0 0 12px;
    text-align: justify;
}

.home_about_services {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-right: 4px solid #ff1200;
    border-radius: 12px;
    padding: 18px 18px 8px;
    margin: 0 0 18px;
}

.home_about_services_title {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    margin: 0 0 10px;
}

.home_about_group_title {
    color: #ff1200;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.9;
    margin: 0 0 8px;
}

.home_about_list {
    margin: 0 0 14px;
    padding: 0;
}

.home_about_list li {
    position: relative;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 2;
    padding-right: 18px;
    margin-bottom: 2px;
}

.home_about_list li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff1200;
    position: absolute;
    right: 0;
    top: 11px;
}

.home_about_summary {
    color: #505050;
    font-size: 14px;
    line-height: 2.3;
    margin: 0;
    text-align: justify;
}
.home_video_frame_wrap_box
{
    flex: 1 1 0;
    min-width: 0;
}
.home_video_frame_wrap {
margin-bottom: 50px;
    position: relative;
    padding: 20px 0 0 20px;
}
.home_video_frame_wrap:last-child
{
    margin-bottom: 0px;
}
.home_video_frame_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 6px solid #ff1200;
    border-radius: 18px;
    z-index: 0;
}

.home_video_embed {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 18px 45px rgba(0,0,0,.2);
    z-index: 1;
}
.home_video_embed p {
    display: none;
}
.home_video_embed img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.home_video_embed iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.home_video_embed > div[id] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.home_video_embed > div[id] iframe {
    width: 100% !important;
    height: 100% !important;
    border: none;
}

#home_products {
    background: #fff;
    padding:50px 0;
}

.home_products_title {
    text-align: center;
    margin-bottom: 24px;
}

.home_products_title .htitle {
    color: #27282c;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.home_products_wrap {
    position: relative;
}

.home_products_slider {
    padding: 5px 0 32px;
}

.home_products_slider .swiper-slide {
    height: auto;
}

.home_product_card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    height: 100%;
    text-align: center;
    padding: 10px 10px 14px;
}

.home_product_card_img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #fafafa;
    border-radius: 6px;
    overflow: hidden;
}

.home_product_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_product_noimg {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #bcbcbc, #ebebeb);
}

#home_projects .home_product_card_img {
    aspect-ratio: 3 / 4;
}

.home_product_card_body {
    padding: 10px 2px 0;
}

.home_product_title {
    margin: 0;
    min-height: 50px;
}

.home_product_title a {
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
}

.home_product_cat,
.home_product_sku {
    display: block;
    color: #9a9a9a;
    font-size: 13px;
    line-height: 1.9;
}

.home_product_rating {
    min-height: 24px;
    margin: 4px 0 8px;
}

.home_product_empty_rating {
    color: #b4b4b4;
    font-size: 13px;
    letter-spacing: 1px;
}

.home_product_rating .star-rating {
    float: none;
    margin: 0 auto;
}

.home_product_price {
    color: #ff1e1e;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    min-height: 36px;
}

.home_product_price del,
.home_product_price ins,
.home_product_price .amount {
    color: inherit;
    text-decoration: none;
}

/* فروشگاه: کارت محصول مشابه طرح مرجع */
body.woocommerce-shop .woocommerce ul.products,
body.tax-product_cat .woocommerce ul.products,
body.tax-product_tag .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
}

body.woocommerce-shop .woocommerce ul.products li.product,
body.tax-product_cat .woocommerce ul.products li.product,
body.tax-product_tag .woocommerce ul.products li.product {
    width: 100%;
    margin: 0;
    float: none;
    list-style: none;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 10px 10px 14px;
}

body.woocommerce-shop .woocommerce ul.products li.product a img,
body.tax-product_cat .woocommerce ul.products li.product a img,
body.tax-product_tag .woocommerce ul.products li.product a img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    background: #fff;
    border-radius: 5px;
    margin: 0 0 12px;
    border: 1px solid #e2e2e2;
}

body.woocommerce-shop .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
    min-height: 54px;
    padding: 0;
    margin: 0 0 2px;
}

body.woocommerce-shop .woocommerce ul.products li.product .star-rating,
body.tax-product_cat .woocommerce ul.products li.product .star-rating,
body.tax-product_tag .woocommerce ul.products li.product .star-rating {
    color: #b4b4b4;
    margin: 7px auto 10px;
    float: none;
}

body.woocommerce-shop .woocommerce ul.products li.product .price,
body.tax-product_cat .woocommerce ul.products li.product .price,
body.tax-product_tag .woocommerce ul.products li.product .price {
    color: #8d8d8d;
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 20px;
}

body.woocommerce-shop .woocommerce ul.products li.product .product-cat,
body.woocommerce-shop .woocommerce ul.products li.product .product-category,
body.woocommerce-shop .woocommerce ul.products li.product .wc-loop-product-category,
body.tax-product_cat .woocommerce ul.products li.product .product-cat,
body.tax-product_cat .woocommerce ul.products li.product .product-category,
body.tax-product_cat .woocommerce ul.products li.product .wc-loop-product-category,
body.tax-product_tag .woocommerce ul.products li.product .product-cat,
body.tax-product_tag .woocommerce ul.products li.product .product-category,
body.tax-product_tag .woocommerce ul.products li.product .wc-loop-product-category {
    display: none !important;
}

body.woocommerce-shop .woocommerce ul.products li.product .button,
body.woocommerce-shop .woocommerce ul.products li.product .button:visited,
body.tax-product_cat .woocommerce ul.products li.product .button,
body.tax-product_cat .woocommerce ul.products li.product .button:visited,
body.tax-product_tag .woocommerce ul.products li.product .button,
body.tax-product_tag .woocommerce ul.products li.product .button:visited {
    display: inline-block;
    min-width: 145px;
    border-radius: 6px;
    border: 0;
    background: #ef2e3e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 16px;
    margin-top: 2px;
}

body.woocommerce-shop .woocommerce ul.products li.product .button:hover,
body.woocommerce-shop .woocommerce ul.products li.product .button:focus,
body.tax-product_cat .woocommerce ul.products li.product .button:hover,
body.tax-product_cat .woocommerce ul.products li.product .button:focus,
body.tax-product_tag .woocommerce ul.products li.product .button:hover,
body.tax-product_tag .woocommerce ul.products li.product .button:focus {
    background: #d42433;
    color: #fff;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .button:visited,
.woocommerce-page ul.products li.product .button,
.woocommerce-page ul.products li.product .button:visited {
    display: inline-block !important;
    min-width: 140px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #ef2e3e !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    padding: 10px 16px !important;
    margin-top: 2px !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:focus {
    background: #d42433 !important;
    color: #fff !important;
}
body.woocommerce-shop .woocommerce ul.products li.product .onsale,
body.tax-product_cat .woocommerce ul.products li.product .onsale,
body.tax-product_tag .woocommerce ul.products li.product .onsale {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper h1 {
    font-size: 21px;
    margin: 10px 0;
}
.woocommerce-tabs.wc-tabs-wrapper h2 {
    font-size: 19px;
    margin: 10px 0;
    color: #860102;
}
.woocommerce-tabs.wc-tabs-wrapper h3 {
    font-size: 18px;
    margin: 10px 0;    color: #4a4a4a;
}
.woocommerce-tabs.wc-tabs-wrapper h4 {
    font-size: 17px;
    margin: 10px 0;color: #860102;
}
.woocommerce div.product {
    padding: 25px;
}
.home_about_main_text h2{
    font-size: 18px;    margin-bottom: 10px;font-weight: bold;
}
.home_about_main_text h3{
    font-size: 16px;    margin-bottom: 10px;font-weight: bold;
    color: #695858;
}

.home_product_btn,
.home_product_btn:visited,
.home_product_btn:hover,
.home_product_btn:focus {
    display: inline-block;
    min-width: 145px;
    background: #ef2e3e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border-radius: 6px;
    padding: 10px 14px;
    margin-top: 2px;
}

.home_product_btn:hover,
.home_product_btn:focus {
    background: #d42433;
}

.home_products_pagination {
    bottom: 0 !important;
}

.home_products_nav {
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #3a3a3a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: all .2s ease;
}

.home_products_next {
    right: -44px;
}

.home_products_prev {
    left: -44px;
}

.home_products_nav i {
    font-size: 24px;
    line-height: 1;
}

.home_products_nav:hover {
    background: #ef2e3e;
    border-color: #ef2e3e;
    color: #fff;
}

.home_products_slider .swiper-button-disabled {
    opacity: .35;
    cursor: default;
}

.home_products_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #bdbdbd;
    opacity: 1;
}

.home_products_pagination .swiper-pagination-bullet-active {
    background: #2a2a2a;
}

#home_projects .home_projects_pagination {
    bottom: 0 !important;
}

#home_projects .home_projects_nav {
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #3a3a3a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: all .2s ease;
}

#home_projects .home_projects_next {
    right: -44px;
}

#home_projects .home_projects_prev {
    left: -44px;
}

#home_projects .home_projects_nav i {
    font-size: 24px;
    line-height: 1;
}

#home_projects .home_projects_nav:hover {
    background: #ef2e3e;
    border-color: #ef2e3e;
    color: #fff;
}

#home_projects .home_projects_slider .swiper-button-disabled {
    opacity: .35;
    cursor: default;
}

#home_projects .home_projects_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #bdbdbd;
    opacity: 1;
}

#home_projects .home_projects_pagination .swiper-pagination-bullet-active {
    background: #2a2a2a;
}

.home_products_empty {
    text-align: center;
    color: #707070;
    font-size: 16px;
    margin: 10px 0 0;
}

/* blog category page */
body.category .page_header {
    padding: 28px 0 20px;
    background: linear-gradient(180deg, #fff 0%, #f6f2ec 100%);
    border-top: 1px solid #f0e7da;
    border-bottom: 1px solid #ebdfcd;
}

body.category .cat_header h1 {
    color: #222;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
}

body.category .cat_header .post_count {
    display: inline-flex;
    margin-top: 10px;
    color: #7e6a4b;
    font-size: 14px;
    line-height: 1.8;
    padding: 4px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e7d9c3;
}

body.tax-product_cat .page_header,
body.woocommerce-shop .page_header {
    padding: 28px 0 20px;
    background: linear-gradient(180deg, #fff 0%, #f6f2ec 100%);
    border-top: 1px solid #f0e7da;
    border-bottom: 1px solid #ebdfcd;
}

body.tax-product_cat .cat_header h1,
body.woocommerce-shop .cat_header h1 {
    color: #222;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
}

body.tax-product_cat .cat_header .post_count,
body.woocommerce-shop .cat_header .post_count {
    display: inline-flex;
    margin-top: 10px;
    color: #7e6a4b;
    font-size: 14px;
    line-height: 1.8;
    padding: 4px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e7d9c3;
}

body.tax-product_cat .cat_header .term_description,
body.woocommerce-shop .cat_header .term_description {
    margin: 12px 0 0;
    color: #656565;
    font-size: 14px;
    line-height: 2;
    max-width: 920px;
}

body.tax-product_cat #single_view,
body.woocommerce-shop #single_view {
    padding: 32px 0 46px;
    background: #fff;
}

body.tax-product_cat .woocommerce-archive-view .woocommerce-result-count,
body.tax-product_cat .woocommerce-archive-view .woocommerce-ordering,
body.woocommerce-shop .woocommerce-archive-view .woocommerce-result-count,
body.woocommerce-shop .woocommerce-archive-view .woocommerce-ordering {
    margin-bottom: 16px;
}

body.tax-product_cat .woocommerce-archive-view .woocommerce-ordering select,
body.woocommerce-shop .woocommerce-archive-view .woocommerce-ordering select {
    min-height: 40px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 6px 10px;
    background: #fff;
}

body.tax-product_cat .woocommerce-archive-view .woocommerce-info,
body.tax-product_cat .woocommerce-archive-view .woocommerce-notices-wrapper,
body.woocommerce-shop .woocommerce-archive-view .woocommerce-info,
body.woocommerce-shop .woocommerce-archive-view .woocommerce-notices-wrapper {
    margin-bottom: 14px;
}

body.category #single_view {
    padding: 32px 0 46px;
    background: #fff;
}

body.category .cat_list_item {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

body.category .cat_list_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.11);
    border-color: #e3d0b2;
}

body.category .cat_list_item_img a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
    aspect-ratio: 4 / 3;
}

body.category .cat_list_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

body.category .cat_list_item:hover .cat_list_item_img img {
    transform: scale(1.06);
}

body.category .cat_list_item_noimg {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(135deg, #bdbdbd 0%, #e8e8e8 100%);
}

body.category .cat_list_item_content {
    padding: 14px 14px 10px;
}

body.category .cat_list_item_content h2 {
    margin: 0;
    min-height: 58px;
}

body.category .cat_list_item_content h2 a {
    color: #212121;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 700;
    transition: color .2s ease;
}

body.category .cat_list_item_content h2 a:hover,
body.category .cat_list_item_content h2 a:focus {
    color: #e20000;
}

body.category .cat_list_item_content p {
    color: #666;
    font-size: 13px;
    line-height: 2;
    margin: 8px 0 0;
    min-height: 76px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.category .cat_list_item_detail {
    border-top: 1px solid #f1f1f1;
    padding: 10px 14px 12px;
    color: #8e8e8e;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

body.category .cat_list_item_detail time,
body.category .cat_list_item_detail span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.category .cat_list_item_detail i {
    color: #e20000;
    font-size: 15px;
}

body.category .navigation {
    margin-top: 24px;
}

body.category .navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

body.category .navigation li {
    display: inline-flex;
}

body.category .navigation li,
body.category .navigation li a {
    min-width: 36px;
    height: 36px;
    border-radius: 7px;
    border: 1px solid #dddddd;
    background: #fff;
    color: #444;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    padding: 0 9px;
}

body.category .navigation li.active,
body.category .navigation li.active a,
body.category .navigation li a:hover,
body.category .navigation li a:focus {
    color: #fff;
    border-color: #e20000;
    background: #e20000;
}

body.category .no_data {
    display: inline-block;
    color: #656565;
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 12px 14px;
}

/* page content */
body.page .page_header,
body.single .page_header {
    padding: 28px 0 20px;
    background: linear-gradient(180deg, #fff 0%, #f6f2ec 100%);
    border-top: 1px solid #f0e7da;
    border-bottom: 1px solid #ebdfcd;
}

body.page .page_header_inner,
body.single .page_header_inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.page .page_header h1,
body.single .page_header h1,h1.product_title.entry-title  {
    color: #222;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
}

body.page #single_view.page_view,
body.single #single_view.page_view {
    padding: 32px 0 52px;
    background: #fff;
}

body.page .page_view article,
body.single .page_view article {
    background: #fff;
    padding: 30px 28px;
    border: 1px solid #eee2d2;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.04);
}

body.page .post_content,
body.single .post_content {
    color: #363636;
    font-size: 15px;
    line-height: 2.15;
}

body.page .post_content > *:first-child,
body.single .post_content > *:first-child {
    margin-top: 0;
}

body.page .post_content > *:last-child,
body.single .post_content > *:last-child {
    margin-bottom: 0;
}

body.page .post_content h1,
body.page .post_content h2,
body.page .post_content h3,
body.page .post_content h4,
body.page .post_content h5,
body.page .post_content h6,
body.single .post_content h1,
body.single .post_content h2,
body.single .post_content h3,
body.single .post_content h4,
body.single .post_content h5,
body.single .post_content h6 {
    color: #222;
    font-weight: 800;
    line-height: 1.5;
    margin: 28px 0 14px;
}

body.page .post_content h2,
body.single .post_content h2 {
    font-size: 20px;
}

body.page .post_content h3,
body.single .post_content h3 {
    font-size:18px;
}

body.page .post_content p,
body.single .post_content p {
    margin: 0 0 16px;
}

body.page .post_content a,
body.single .post_content a {
    color: #e20000;
    font-weight: 600;
}

body.page .post_content a:hover,
body.page .post_content a:focus,
body.single .post_content a:hover,
body.single .post_content a:focus {
    color: #b90000;
}

body.page .post_content ul,
body.page .post_content ol,
body.single .post_content ul,
body.single .post_content ol {
    margin: 0 0 18px;
    padding-right: 22px;
}

body.page .post_content ul li,
body.page .post_content ol li,
body.single .post_content ul li,
body.single .post_content ol li {
    margin-bottom: 8px;
}

body.page .post_content ul,
body.single .post_content ul {
    list-style: disc;
}

body.page .post_content ol,
body.single .post_content ol {
    list-style: decimal;
}

body.page .post_content img,
body.single .post_content img {
    display: block;
    margin: 18px auto;
    border-radius: 14px;
}

body.page .post_content figure,
body.single .post_content figure {
    margin: 18px 0;
}

body.page .post_content figcaption,
body.single .post_content figcaption {
    color: #777;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 8px;
    text-align: center;
}

body.page .post_content blockquote,
body.single .post_content blockquote {
    margin: 22px 0;
    padding: 18px 20px;
    background: #fcfaf7;
    border-right: 4px solid #e20000;
    border-radius: 10px;
    color: #555;
}

body.page .post_content hr,
body.single .post_content hr {
    border: 0;
    border-top: 1px solid #ece2d3;
    margin: 28px 0;
}

body.page .post_content .wp-block-columns,
body.single .post_content .wp-block-columns {
    margin: 18px 0 10px;
    gap: 18px;
}

body.page .post_content .wp-block-column,
body.single .post_content .wp-block-column {
    background: #fff;
}

body.page .post_content .wp-block-group,
body.single .post_content .wp-block-group {
    padding: 16px;
    border: 1px solid #eee2d2;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff 0%, #fcf8f2 100%);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.03);
    margin: 20px 0;
}

body.page .post_content .wp-block-buttons,
body.single .post_content .wp-block-buttons {
    margin-top: 18px;
}

body.page .post_content .wp-block-button__link,
body.single .post_content .wp-block-button__link {
    border-radius: 999px;
    background: #e20000;
    color: #fff;
    padding: 12px 24px;
    transition: background-color .2s ease, transform .2s ease;
}

body.page .post_content .wp-block-button__link:hover,
body.page .post_content .wp-block-button__link:focus,
body.single .post_content .wp-block-button__link:hover,
body.single .post_content .wp-block-button__link:focus {
    background: #b90000;
    transform: translateY(-1px);
}

body.page .post_content table,
body.single .post_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
    overflow: hidden;
    border-radius: 12px;
}

body.page .post_content th,
body.page .post_content td,
body.single .post_content th,
body.single .post_content td {
    border: 1px solid #ece2d3;
    padding: 12px 14px;
}

body.page .post_content th,
body.single .post_content th {
    background: #fbf4ea;
    color: #222;
    font-weight: 700;
}

body.page .no_data,
body.single .no_data {
    display: inline-block;
    color: #656565;
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 12px 14px;
}

/* blog single extras */
body.single .single_article_card {
    overflow: hidden;
}

body.single .single_article_card .post_header {
    margin-bottom: 14px;
}

body.single .single_post_meta {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #7c7c7c;
    font-size: 13px;
    line-height: 1.7;
}

body.single .single_post_meta time,
body.single .single_post_meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.single .single_post_meta i {
    color: #e20000;
    font-size: 16px;
}

body.single .single_article_card .post_thumb {
    margin: 0 0 18px;
    border-radius: 14px;
    overflow: hidden;
    background: #f3f3f3;
}

body.single .single_article_card .post_thumb img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    border-radius: 0;
}

body.single .post_comments {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #eee2d2;
    border-radius: 14px;
    padding: 18px 18px 14px;
}

body.single .post_comments #respond #commentform .btn_left {
    margin-top: 6px;
}

body.single .post_comments #respond #commentform .btn,
body.single .post_comments #respond #commentform .btn:focus,
body.single .post_comments #respond #commentform .btn:visited {
    display: inline-block;
    min-width: 145px;
    border-radius: 6px;
    border: 0;
    background: #ef2e3e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 16px;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

body.single .post_comments #respond #commentform .btn:hover,
body.single .post_comments #respond #commentform .btn:focus {
    background: #d42433;
    color: #fff;
    transform: translateY(-1px);
}

body.single .post_sidebat {
    border: 1px solid #ebdfcd;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff 0%, #fbf7f1 100%);
    box-shadow: 0 14px 30px rgba(53, 40, 18, 0.05);
    padding: 16px;
}

body.single .post_sidebat_title {
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eadfce;
}

body.single .post_sidebat_title h3 {
    color: #1f1f1f;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 800;
    margin: 0;
}

body.single .post_related {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid #efe4d5;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 8px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.single .post_related:last-child {
    margin-bottom: 0;
}

body.single .post_related:first-of-type {
    padding-top: 10px;
}

body.single .post_related:hover {
    border-color: #e3cfb0;
    box-shadow: 0 8px 18px rgba(85, 62, 20, 0.09);
    transform: translateY(-1px);
}

body.single .post_related_img {
    flex: 0 0 92px;
}

body.single .post_related_img a,
body.single .post_related_noimg {
    display: block;
    width: 92px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
}

body.single .post_related_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.single .post_related_noimg {
    background: linear-gradient(135deg, #bdbdbd, #e5e5e5);
}

body.single .post_related_content {
    flex: 1 1 auto;
    min-width: 0;
}

body.single .post_related_content h3 {
    margin: 0 0 6px;
}

body.single .post_related_content h3 a {
    color: #222;
    font-size: 13px;
    line-height: 1.75;
    font-weight: 600;
    transition: color .2s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

body.single .post_related_content h3 a:hover,
body.single .post_related_content h3 a:focus {
    color: #e20000;
}

body.single .post_related .post_item_details {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8b7b62;
    font-size: 12px;
    line-height: 1.5;
    flex-wrap: wrap;
}

body.single .post_related .post_item_details_like,
body.single .post_related .post_item_details_date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

body.single .post_related .post_item_details i {
    color: #cf9f48;
    font-size: 14px;
}
h2.woocommerce-Reviews-title ,section.related.products h2{
    font-size: 20px;    margin-bottom: 10px;
}

#portfolio {
    background: #f2f2f2;
    padding: 50px 0;
}

.portfolio_title
 {
    text-align: center;
    margin-bottom: 35px;
}

.portfolio_title .htitle {
    color: #27282c;
    font-size:24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.portfolio_title p {
    font-size: 15px;
    font-weight: 300;
    line-height: 2.1;
    color: #6f6f6f;
    max-width: 860px;
    margin: 0 auto;
}

.portfolio_item {
    background: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.portfolio_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 24px rgba(0, 0, 0, 0.12);
}

.portfolio_item_img {
    display: block;
    position: relative;
    overflow: hidden;
    background: #d5d5d5;
    aspect-ratio: 4 / 3;
}

.portfolio_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.portfolio_item:hover .portfolio_item_img img {
    transform: scale(1.05);
}

.portfolio_item_noimg {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #b0b0b0, #e0e0e0);
}

.portfolio_item_date {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 56px;
    height: 72px;
    background: #fff;
    color: #2f2f2f;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    line-height: 1.2;
}

.portfolio_item_date strong {
    font-size: 31px;
    font-weight: 700;
}

.portfolio_item_date em {
    font-style: normal;
    font-size: 18px;
    margin-top: 3px;
}

.portfolio_item_cat {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff0d0d;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 7px 14px 8px;
    white-space: nowrap;
}

.portfolio_item_body {
    padding: 18px 18px 20px;
}

.portfolio_item_title {
    margin: 0;
}

.portfolio_item_title a {
    color: #27282c;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 500;
    transition: color 0.2s ease;
}

.portfolio_item_title a:hover {
    color: #d70000;
}

.portfolio_item_meta {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #9a9a9a;
    font-size: 14px;
    margin: 10px 0 12px;
}

.portfolio_item_meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.portfolio_item_excerpt {
    color: #5f5f5f;
    font-size: 13px;
    line-height: 2.1;
    margin: 0;
    min-height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/****************footer***************/
.footer-social-box {
    max-width: 326px;
}
/* باکس دانلود و نمایشگاه بالای فوتر */
.pre-footer-cta {
    background: #e6e6e6;
    padding: 50px 0;
}
section#home_projects {
    padding: 50px 0;
}
.pre-footer-cta-inner {
    max-width:390px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pre-footer-cta-inner .widget {
    margin: 0;
}

.pre-footer-cta-inner .textwidget {
    margin: 0;
}

.pre-footer-cta-inner .widget p {
    margin-bottom: 0;
}

.pre-footer-cta-item,
.pre-footer-cta-item:visited,
.pre-footer-cta-item:hover,
.pre-footer-cta-item:focus,
.pre-footer-cta-inner .textwidget a,
.pre-footer-cta-inner .textwidget a:visited,
.pre-footer-cta-inner .textwidget a:hover,
.pre-footer-cta-inner .textwidget a:focus,
.pre-footer-cta-inner .widget a,
.pre-footer-cta-inner .widget a:visited,
.pre-footer-cta-inner .widget a:hover,
.pre-footer-cta-inner .widget a:focus {
    min-height: 54px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 18px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    transition: transform .2s ease, box-shadow .2s ease;
}

.pre-footer-cta-item:hover,
.pre-footer-cta-item:focus,
.pre-footer-cta-inner .textwidget a:hover,
.pre-footer-cta-inner .textwidget a:focus,
.pre-footer-cta-inner .widget a:hover,
.pre-footer-cta-inner .widget a:focus {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}

.pre-footer-cta-item--red,
.pre-footer-cta-item--red:visited,
.pre-footer-cta-item--red:hover,
.pre-footer-cta-item--red:focus {
    background-color: #ff1717;
}

.pre-footer-cta-inner .widget a,
.pre-footer-cta-inner .widget a:visited,
.pre-footer-cta-inner .widget a:hover,
.pre-footer-cta-inner .widget a:focus {
    background-color: #ff1717;
}

.pre-footer-cta-inner .textwidget a,
.pre-footer-cta-inner .textwidget a:visited,
.pre-footer-cta-inner .textwidget a:hover,
.pre-footer-cta-inner .textwidget a:focus {
    background-color: #ff1717;
}

.pre-footer-cta-inner .textwidget a::before {
    content: "\f103";
    font: normal normal normal 15px/1 FontAwesome;
    flex: 0 0 auto;
}

.pre-footer-cta-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* نوار ویژگی‌ها */
.footer-top {
    background-color: #4a4a4a;
    padding: 18px 0;
    border-bottom: 2px solid #333;
}

.footer-top-inner {
    max-width: 1192px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    direction: rtl;
}

.footer-top .feature {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 8px 15px;
    flex: 1;
    min-width: 160px;
    text-align: right;
}

.footer-top .feature-icon img {
    width: 48px;
    height: 48px;
    filter: invert(25%) sepia(95%) saturate(2500%) hue-rotate(345deg) brightness(90%) contrast(115%);
    flex-shrink: 0;
}

.footer-top .feature-text h3 {
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.footer-top .feature-text p {
    margin: 0;
    font-size: 12px;
    color: #bbb;
    white-space: nowrap;
}

.footer-divider,
.feature-divider {
    width: 1px;
    height: 45px;
    background-color: #666;
    flex-shrink: 0;
}

/* فوتر اصلی */
.footer {
    background-color: #1e1e1e;
    color: #ccc;
    font-size: 14px;
    direction: rtl;
}

.footer-main {
    padding: 45px 0 30px;
    border-bottom: 1px solid #333;
}

/* ستون درباره ما */
.footer-col-about {
    padding-right: 15px;
}

.footer-logo-wrap {
    margin-bottom: 18px;
}

.footer-logo {
    max-height: 70px;
    width: auto;
}

.footer-about-text {
    font-size: 13px;
line-height: 27px;
    color: #aaa;
    margin-bottom: 18px;text-align: justify;
}

.footer-social-box {float:left;
    margin-top: 18px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.footer-social-title {
    margin: 0 0 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.footer-social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-social-link,
.footer-social-link:visited {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 44px;
    padding: 9px 12px;
    border-radius: 11px;
    color: #f1f1f1;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.footer-social-link:hover,
.footer-social-link:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
    color: #fff;
}

.footer-social-rubika {
    background: linear-gradient(135deg, #1c2734 0%, #263b57 100%);
}

.footer-social-rubika:hover,
.footer-social-rubika:focus {
    border-color: #4aa3ff;
}

.footer-social-instagram {
    background: linear-gradient(135deg, #4f36a6 0%, #9f2f90 50%, #eb4d2f 100%);
}

.footer-social-instagram:hover,
.footer-social-instagram:focus {
    border-color: #ff8a65;
}

.footer-social-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.14);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

.footer-social-icon i {
    font-size: 16px;
}

.footer-social-logo {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.footer-social-text {
    font-size: 13px;
    letter-spacing: 0.2px;
    direction: ltr;
}

/* ستون‌های لینک */
.footer-col-links,
.footer-col-trust {
    padding-right: 15px;
}

.footer-col-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e03131;
    display: inline-block;
}

.footer-col-desc {
    margin: 0 0 12px;
    color: #9f9f9f;
    font-size: 12px;
    line-height: 2;
    text-align: justify;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    position: relative;
    padding-right: 14px;
}

.footer-links li::before {
    content: '›';
    position: absolute;
    right: 0;
    color: #e03131;
    font-size: 16px;
    line-height: 1.2;
}

.footer-links li a {
    color: #aaa;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s;
}

.footer-links li a:hover {
    color: #fff;
    padding-right: 4px;
}

/* نوار کپی‌رایت */
.footer-bottom {
    background-color: #161616;
    padding: 14px 0;
    text-align: center;
}

.footer-copyright {
    margin: 0;
    font-size: 13px;
    color: #888;
}

.footer-credit a {
    color: #ffc107;
    text-decoration: none;
}

.floatingphone {
    position: fixed;
    bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
    z-index: 10;
    left: 10px;
    width: 100px;
    height: 100px;
}
.floatingcirlce2 {
    position: absolute;
    z-index: 2;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 40px;
    left: 35%;
    top: 25px;
    margin-top: -10px;
    animation: expand 2s infinite ease;
    border: 1px solid #ef2e3e;
}
.floatingcirlce3 {
    position: absolute;
    z-index: 2;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 40px;
    left: 35%;
    top: 25px;
    margin-top: -10px;
    animation: expand 3s infinite ease;
    background-color: #f7f7f7;
}
.fix_contact a {
    color: #fff;
}

.floatingcirlce1 {
    position: absolute;
    z-index: 2;
    text-align: center;
    background: linear-gradient(135deg, #ef2e3e 0%, #d42433 100%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 55px;
    left: 35%;
    top: 25px;
    margin-top: -10px;
    font-size: 20px;
}
.floatingcirlce1 i {
    color: #fff;
}
.fa-phone:before {
    content: "\f095";
}
nav.woocommerce-pagination {
    margin-top: 15px;
}
@keyframes expand{0%{transform:scale(0.1);opacity:0.1;}50%{transform:scale(1.5);opacity:1;}100%{transform:scale(0.1);opacity:0.1;}}
.woocommerce-product-details__short-description {
    font-size: 16px;
}
/* Force WooCommerce shop card style (global override) */
.woocommerce ul.products,
.woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-flow: row dense !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
    content: none !important;
    display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
    list-style: none !important;
    text-align: center !important;
    background: #f5f5f557 !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 8px !important;
    padding: 10px 10px 14px !important;
}

.woocommerce ul.products li.product.first,
.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.first,
.woocommerce-page ul.products li.product.last,
.woocommerce ul.products li.product:nth-child(n),
.woocommerce-page ul.products li.product:nth-child(n) {
    clear: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    width: 100% !important;
    height: 170px !important;
    object-fit: cover !important;
    background: #fff !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 5px !important;
    margin: 0 0 12px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    color: #1f1f1f !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    font-weight: 500 !important;
    min-height: 54px !important;
    margin: 0 0 2px !important;
    padding: 0 !important;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
    float: none !important;
    margin: 7px auto 10px !important;
    color: #b4b4b4 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    color: #8d8d8d !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    min-height: 20px !important;
}

.woocommerce ul.products li.product .product-cat,
.woocommerce ul.products li.product .product-category,
.woocommerce ul.products li.product .wc-loop-product-category,
.woocommerce-page ul.products li.product .product-cat,
.woocommerce-page ul.products li.product .product-category,
.woocommerce-page ul.products li.product .wc-loop-product-category {
    display: none !important;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
    display: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)
 {
    width: 17%;
    display: inline-block;
    margin: 10px 0 10px 10px;
    border-radius: 8px;
    overflow: hidden;
}
body.single-product .site-main .woocommerce {
    color: #333;
}

body.single-product .woocommerce div.product {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

body.single-product .woocommerce div.product .woocommerce-product-gallery,
body.single-product .woocommerce div.product div.images {
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 10px;
}

body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image img,
body.single-product .woocommerce div.product div.images img.wp-post-image {
    border-radius: 8px;
}

body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image:first-child img {
    display: block;
    width: 75%;
    margin: 0 auto;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
    display: flex;
    gap: 8px;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs li {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

body.single-product .woocommerce div.product .summary {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 18px;
}

body.tax-product_cat #page_view.shop-page,
body.woocommerce-shop #page_view.shop-page {
    background-color: #f4f3f0;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent 42%), linear-gradient(315deg, rgba(218, 213, 205, 0.22), transparent 55%);
    padding: 32px 0 64px;
}

body.tax-product_cat #page_view.shop-page > .container-fluid,
body.woocommerce-shop #page_view.shop-page > .container-fluid {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

body.tax-product_cat .shop-page-breadcrumbs,
body.woocommerce-shop .shop-page-breadcrumbs {
    margin-bottom: 22px;
}

body.tax-product_cat .category-page-row,
body.woocommerce-shop .category-page-row {
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px;
}

body.tax-product_cat .category-page-row > [class*="col-"],
body.woocommerce-shop .category-page-row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

body.tax-product_cat .prosidebar,
body.woocommerce-shop .prosidebar {
    position: sticky;
    top: 18px;
}

body.tax-product_cat .shop_filters_box,
body.tax-product_cat .probox,
body.woocommerce-shop .shop_filters_box,
body.woocommerce-shop .probox {
    background: #fff;
    border: 1px solid #e5e2dc;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(35, 35, 35, 0.06);
}

body.tax-product_cat .shop_filters_box,
body.woocommerce-shop .shop_filters_box {
    padding: 20px 18px;
}

body.tax-product_cat .shop_filters_box .widget_box_title,
body.woocommerce-shop .shop_filters_box .widget_box_title {
    border-bottom: 1px solid #ece9e4;
    margin-bottom: 10px;
    padding-bottom: 12px;
}

body.tax-product_cat .shop_filters_box .widget_box_title h3,
body.woocommerce-shop .shop_filters_box .widget_box_title h3 {
    color: #272727;
    font-size: 18px;
    font-weight: 800;
}

body.tax-product_cat .shop_filters_box a,
body.woocommerce-shop .shop_filters_box a {
    display: block;
    border-bottom: 1px solid #f1efec;
    color: #76736f;
    line-height: 1.9;
    padding: 5px 0;
    transition: color 0.2s ease, padding-right 0.2s ease;
}
body.tax-product_cat .shop_filters_box li.cat-item:last-child a,
body.woocommerce-shop .shop_filters_box li.cat-item:last-child a
{
 border-bottom:0;
}
body.tax-product_cat .shop_filters_box a:hover,
body.tax-product_cat .shop_filters_box a:focus,
body.woocommerce-shop .shop_filters_box a:hover,
body.woocommerce-shop .shop_filters_box a:focus {
    color: #d91f2f;
    padding-right: 4px;
}

body.tax-product_cat .probox,
body.woocommerce-shop .probox {
    padding: 28px;
}

body.tax-product_cat .probox .woocommerce h1,
body.tax-product_cat .probox .woocommerce .woocommerce-products-header__title,
body.woocommerce-shop .probox .woocommerce h1,
body.woocommerce-shop .probox .woocommerce .woocommerce-products-header__title {
    color: #262626;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 20px;
}

body.tax-product_cat .probox .woocommerce .woocommerce-result-count,
body.tax-product_cat .probox .woocommerce .woocommerce-ordering,
body.woocommerce-shop .probox .woocommerce .woocommerce-result-count,
body.woocommerce-shop .probox .woocommerce .woocommerce-ordering {
    margin-bottom: 20px;
}

body.tax-product_cat .probox .woocommerce .woocommerce-result-count,
body.woocommerce-shop .probox .woocommerce .woocommerce-result-count {
    border-top: 1px solid #eeeae5;
    padding-top: 14px;
}

body.tax-product_cat .probox .woocommerce .woocommerce-result-count,
body.tax-product_cat .probox .woocommerce .woocommerce-ordering {
    color: #817d77;
    font-size: 13px;
}

body.tax-product_cat .probox .woocommerce .woocommerce-ordering select {
    height: 38px;
    border: 1px solid #d9d9d5;
    border-radius: 6px;
    padding: 0 10px;
    background: #fff;
    color: #444;
}

body.tax-product_cat .woocommerce ul.products,
body.tax-product_cat .woocommerce-page ul.products,
body.woocommerce-shop .woocommerce ul.products,
body.woocommerce-shop .woocommerce-page ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

body.tax-product_cat .woocommerce ul.products li.product,
body.tax-product_cat .woocommerce-page ul.products li.product,
body.woocommerce-shop .woocommerce ul.products li.product,
body.woocommerce-shop .woocommerce-page ul.products li.product {
    min-width: 0;
    background: #fff !important;
    border: 1px solid #e1e1de !important;
    border-radius: 10px !important;
    padding: 10px 10px 16px !important;
    box-shadow: 0 5px 14px rgba(35, 35, 35, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.tax-product_cat .woocommerce ul.products li.product:hover,
body.tax-product_cat .woocommerce-page ul.products li.product:hover,
body.woocommerce-shop .woocommerce ul.products li.product:hover,
body.woocommerce-shop .woocommerce-page ul.products li.product:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(35, 35, 35, 0.1);
}

body.tax-product_cat .woocommerce ul.products li.product a img,
body.tax-product_cat .woocommerce-page ul.products li.product a img,
body.woocommerce-shop .woocommerce ul.products li.product a img,
body.woocommerce-shop .woocommerce-page ul.products li.product a img {
    height: 190px !important;
    object-fit: contain !important;
    background: #f7f6f3 !important;
    border: 0 !important;
    border-radius: 7px !important;
    margin-bottom: 12px !important;
}

body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-shop .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-shop .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    min-height: 52px;
    color: #292929 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.9 !important;
}

body.tax-product_cat .woocommerce ul.products li.product .button,
body.tax-product_cat .woocommerce-page ul.products li.product .button,
body.woocommerce-shop .woocommerce ul.products li.product .button,
body.woocommerce-shop .woocommerce-page ul.products li.product .button {
    width: 100%;
    min-width: 0;
    margin-top: 6px !important;
    background: #e52332 !important;
}

body.single-product .woocommerce div.product .product_title {
    color: #27282c;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 800;
    margin-bottom: 10px;
}

body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price {
    color: #ef2e3e;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 800;
    margin: 8px 0 14px;
}

body.single-product .woocommerce div.product .woocommerce-product-details__short-description {
    color: #575757;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 16px;
}

body.single-product .woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

body.single-product .woocommerce .quantity .qty {
    height: 42px;
    min-width: 74px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    text-align: center;
    background: #fff;
}

body.single-product .woocommerce div.product form.cart .button,
body.single-product .woocommerce div.product form.cart .button:visited {
    background: #ef2e3e;
    color: #fff;
    border: 0;
    border-radius: 8px;
    min-height: 42px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

body.single-product .woocommerce div.product form.cart .button:hover,
body.single-product .woocommerce div.product form.cart .button:focus {
    background: #d42433;
    color: #fff;
}

body.single-product .woocommerce div.product .product_meta {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ececec;
    color: #777;
    font-size: 13px;
    line-height: 1.9;
}

body.single-product .woocommerce div.product .product_meta a {
    color: #444;
}

body.single-product .woocommerce div.product .product_meta a:hover {
    color: #ef2e3e;
}

body.single-product .woocommerce div.product .woocommerce-tabs {
    margin-top: 20px;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    border: 0;
    margin: 0 0 14px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #e1e1e1;
    background: #f7f7f7;
    border-radius: 8px;
    margin: 0;
    padding: 0;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 14px;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ef2e3e;
    border-color: #ef2e3e;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 16px;
    margin: 0;
    background: #fff;
    color: #4a4a4a;
    line-height: 2;
}

body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description {
    color: #4e4a43;
    line-height: 2.05;
    background: linear-gradient(180deg, #fffdf8 0%, #fff8ef 100%);
    border: 1px solid #f0e0c5;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description > h1,
body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description > h2,
body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description > h3,
body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description > h4 {
    color: #1f1f1f;
    font-weight: 800;
    line-height: 1.45;
    margin: 0 0 12px;
    position: relative;
    padding-right: 14px;
    letter-spacing: -0.2px;
}

body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description > h1,
body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description > h2,
body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description > h3,
body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description > h4 {
    border-right: 4px solid #ef2e3e;
    background: linear-gradient(90deg, rgba(239, 46, 62, 0.08), transparent 80%);
    border-radius: 0 8px 8px 0;
    padding-top: 4px;
    padding-bottom: 4px;
}

body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description > h1 {
    font-size: 24px;
}

body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description > h2 {
    font-size: 20px;
}

body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description > h3 {
    font-size: 18px;
}

body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description > p:first-of-type {
    font-size: 15px;
    color: #5b4a2b;
}

body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description p {
    margin: 0 0 14px;
}

body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description ul,
body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description ol {
    margin: 0 0 14px;
    padding-right: 22px;
}

body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description li {
    margin-bottom: 8px;
    color: #4e4a43;
}

body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description strong,
body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description b {
    color: #1f1f1f;
}

body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description a {
    color: #ef2e3e;
    font-weight: 600;
}

body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description a:hover,
body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description a:focus {
    color: #c81f2d;
}

body.single-product .woocommerce div.product .woocommerce-Tabs-panel--description blockquote {
    margin: 16px 0;
    padding: 12px 16px;
    border-right: 4px solid #ef2e3e;
    border-radius: 10px;
    background: #fff8f8;
    color: #6f4f2d;
}

body.single-product .woocommerce div.product #tab-reviews {
    background: #fff;
}

body.single-product .woocommerce div.product #reviews {
    margin-top: 2px;
}

body.single-product .woocommerce div.product #reviews #comments {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ececec;
}

body.single-product .woocommerce div.product #reviews .woocommerce-Reviews-title {
    color: #2a2a2a;
    font-size: 28px;
    line-height: 1.6;
    font-weight: 800;
    margin: 0 0 8px;
}

body.single-product .woocommerce div.product #reviews .woocommerce-noreviews {
    color: #6a6a6a;
    margin: 0;
}

body.single-product .woocommerce div.product #review_form_wrapper {
    background: #fcfcfc;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 16px;
}

body.single-product .woocommerce div.product #review_form .comment-reply-title {
    display: block;
    color: #2f2f2f;
    font-size: 19px;
    line-height: 1.9;
    font-weight: 700;
    margin-bottom: 10px;
}

body.single-product .woocommerce div.product #review_form .comment-notes {
    color: #666;
    font-size: 13px;
    line-height: 2;
    margin-bottom: 12px;
}

body.single-product .woocommerce div.product #review_form .required {
    color: #ef2e3e;
}

body.single-product .woocommerce div.product #review_form p {
    margin: 0 0 12px;
}

body.single-product .woocommerce div.product #review_form #respond p {
    float: none !important;
    clear: none !important;
    width: auto !important;
}

body.single-product .woocommerce div.product #review_form #respond .comment-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
    margin: 0;
}

body.single-product .woocommerce div.product #review_form #respond .comment-form > * {
    grid-column: 1 / -1;
}

body.single-product .woocommerce div.product #review_form label {
    display: block;
    color: #444;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    float: none !important;
}

body.single-product .woocommerce div.product #review_form .comment-form-rating {
    margin-bottom: 12px;
}

body.single-product .woocommerce div.product #review_form .stars {
    margin: 6px 0 0;
    line-height: 1;
}

body.single-product .woocommerce div.product #review_form .stars a {
    display: inline-block;
    margin-left: 6px;
    text-indent: -9999px;
    overflow: hidden;
    width: 22px;
    height: 22px;
    position: relative;
}

body.single-product .woocommerce div.product #review_form .stars a::before {
    content: "★";
    position: absolute;
    inset: 0;
    text-indent: 0;
    color: #c6c6c6;
    font-size: 20px;
    line-height: 1;
    font-family: inherit;
}

body.single-product .woocommerce div.product #review_form .stars a:hover::before,
body.single-product .woocommerce div.product #review_form .stars a.active::before,
body.single-product .woocommerce div.product #review_form .stars.selected a::before,
body.single-product .woocommerce div.product #review_form .stars:hover a::before {
    color: #f3ba2f;
}

body.single-product .woocommerce div.product #review_form .stars.selected a.active ~ a::before,
body.single-product .woocommerce div.product #review_form .stars:hover a:hover ~ a::before {
    color: #c6c6c6;
}

body.single-product .woocommerce div.product #review_form textarea,
body.single-product .woocommerce div.product #review_form input[type="text"],
body.single-product .woocommerce div.product #review_form input[type="email"] {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fff;
    color: #2f2f2f;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.8;
    transition: border-color .2s ease, box-shadow .2s ease;
}

body.single-product .woocommerce div.product #review_form textarea {
    min-height: 140px;
    resize: vertical;
}

body.single-product .woocommerce div.product #review_form textarea:focus,
body.single-product .woocommerce div.product #review_form input[type="text"]:focus,
body.single-product .woocommerce div.product #review_form input[type="email"]:focus {
    border-color: #ef2e3e;
    box-shadow: 0 0 0 3px rgba(239, 46, 62, 0.12);
    outline: 0;
}

body.single-product .woocommerce div.product #review_form .comment-form-author,
body.single-product .woocommerce div.product #review_form .comment-form-email {
    width: 100%;
    display: block;
    vertical-align: baseline;
    margin: 0;
    float: none !important;
    clear: none !important;
}

body.single-product .woocommerce div.product #review_form .comment-form-author {
    grid-column: 1 / 2;
}

body.single-product .woocommerce div.product #review_form .comment-form-email {
    grid-column: 2 / 3;
}

body.single-product .woocommerce div.product #review_form .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #666;
    font-size: 13px;
    line-height: 1.9;
}

body.single-product .woocommerce div.product #review_form .comment-form-cookies-consent input[type="checkbox"] {
    width: 16px;
    max-width: 16px;
    height: 16px;
    margin-top: 3px;
    accent-color: #ef2e3e;
}

body.single-product .woocommerce div.product #review_form .comment-form-cookies-consent label {
    margin: 0;
    font-weight: 400;
    color: inherit;
}

body.single-product .woocommerce div.product #review_form .form-submit {
    margin: 6px 0 0;
}

body.single-product .woocommerce div.product #review_form .form-submit input[type="submit"] {
    appearance: none;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel#tab-reviews {
    padding: 16px;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel#tab-reviews::after {
    content: "";
    display: table;
    clear: both;
}

body.single-product .woocommerce div.product #review_form .form-submit .submit,
body.single-product .woocommerce div.product #review_form .form-submit .submit:visited {
    border: 0;
    border-radius: 8px;
    background: #ef2e3e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    min-height: 42px;
    padding: 11px 24px;
    cursor: pointer;
}

body.single-product .woocommerce div.product #review_form .form-submit .submit:hover,
body.single-product .woocommerce div.product #review_form .form-submit .submit:focus {
    background: #d42433;
    color: #fff;
}

body.single-product .woocommerce div.product .related > h2,
body.single-product .woocommerce div.product .upsells > h2 {
    color: #27282c;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 800;
    margin: 26px 0 14px;
}

body.single-product .woocommerce div.product .related {
    margin-top: 16px;
}

body.single-product .woocommerce div.product .related ul.products {
    margin-top: 0;
}

body.single-product .woocommerce div.product p.stock {
    color: #2f7d32;
    font-weight: 600;
    margin-bottom: 10px;
}

body.single-product .woocommerce .woocommerce-breadcrumb {
    margin-bottom: 14px;
    color: #8a8a8a;
    font-size: 13px;
}

body.single-product .woocommerce .woocommerce-breadcrumb a {
    color: #5b4528;
    font-weight: 600;
}

body.single-product .woocommerce .woocommerce-breadcrumb a:hover {
    color: #ef2e3e;
}

body.single-product .woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 24px;
    align-items: start;
    background: linear-gradient(135deg, #ffffff 0%, #fffdf8 100%);
    border: 1px solid #f0e0c5;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.06);
}

body.single-product .woocommerce div.product .woocommerce-product-gallery,
body.single-product .woocommerce div.product .summary {
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
}

body.single-product .woocommerce div.product .woocommerce-product-gallery {
    background: linear-gradient(180deg, #fcfaf7 0%, #f7f2ea 100%);
    border: 1px solid #f0e0c5;
    border-radius: 18px;
    padding: 14px;
    position: sticky;
    top: 16px;
}

body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li {
    border: 1px solid #e8dbc1;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
}

body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 100%;
    height: 74px;
    object-fit: cover;
    display: block;
}

body.single-product .woocommerce div.product .summary {
    background: linear-gradient(180deg, #ffffff 0%, #fefaf4 100%);
    border: 1px solid #efe0c8;
    border-radius: 18px;
    padding: 22px 22px 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

body.single-product .woocommerce div.product .summary .woocommerce-product-details__short-description {
    background: #fff8ef;
    border: 1px dashed #ebceb2;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 16px;
    color: #5b4a2b;
}

body.single-product .woocommerce div.product .product_title {
    font-size: 30px;
    margin-bottom: 12px;
    color: #1f1f1f;
}

body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #fff3f4 0%, #ffe8eb 100%);
    border: 1px solid #ffd3d9;
    border-radius: 999px;
    padding: 8px 14px;
    margin: 8px 0 14px;
}

body.single-product .woocommerce div.product form.cart {
    margin-bottom: 18px;
    padding: 14px;
    border-radius: 14px;
    background: #fcf7f0;
    border: 1px solid #f0e0c5;
}

body.single-product .woocommerce div.product form.cart .button,
body.single-product .woocommerce div.product form.cart .button:visited {
    background: linear-gradient(135deg, #ef2e3e 0%, #cf1c2d 100%);
    box-shadow: 0 10px 20px rgba(239, 46, 62, 0.18);
}

body.single-product .woocommerce div.product .product_meta {
    background: #faf8f4;
    border: 1px solid #efe0c8;
    border-radius: 12px;
    padding: 12px 14px;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    gap: 10px;
    margin-bottom: 16px;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: linear-gradient(135deg, #ef2e3e 0%, #b61a28 100%);
    box-shadow: 0 8px 16px rgba(239, 46, 62, 0.16);
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
    padding: 18px;
}

body.single-product .woocommerce div.product .related ul.products li.product {
    border: 1px solid #efe0c8;
    border-radius: 16px;
    padding: 12px;
    background: linear-gradient(180deg, #fff 0%, #fffaf2 100%);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

body.single-product .woocommerce div.product .related ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    min-height: 48px;
    margin-bottom: 8px;
    color: #1f1f1f;
}

body.single-product .woocommerce div.product .related ul.products li.product .button {
    border-radius: 999px;
    padding: 9px 16px;
}

/* Final hard override for single product review form layout */
body.single-product #tab-reviews #review_form #respond .comment-form {
    display: block !important;
    max-width: 445px !important;
    margin: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span
 {
    min-width: 2em;
}
body.single-product #tab-reviews #review_form #respond .comment-form p,
body.single-product #tab-reviews #review_form #respond .comment-form .comment-form-author,
body.single-product #tab-reviews #review_form #respond .comment-form .comment-form-email,
body.single-product #tab-reviews #review_form #respond .comment-form .comment-form-comment,
body.single-product #tab-reviews #review_form #respond .comment-form .comment-form-cookies-consent,
body.single-product #tab-reviews #review_form #respond .comment-form .form-submit {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 0 12px !important;
}

body.single-product #tab-reviews #review_form #respond .comment-form label {
    display: block !important;
    width: auto !important;
    float: none !important;
    margin: 0 0 6px !important;
}

body.single-product #tab-reviews #review_form #respond .comment-form textarea,
body.single-product #tab-reviews #review_form #respond .comment-form input[type="text"],
body.single-product #tab-reviews #review_form #respond .comment-form input[type="email"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

body.single-product #tab-reviews #review_form #respond .comment-form .form-submit {
    margin-bottom: 0 !important;
}

body.single-product #tab-reviews #review_form #respond .comment-form .form-submit .submit {
    width: auto !important;
    min-width: 145px;
    border: 0 !important;
    border-radius: 6px !important;
    background: #ef2e3e !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    padding: 10px 16px !important;
    transition: background-color .2s ease, transform .2s ease;
    cursor: pointer;
}

body.single-product #tab-reviews #review_form #respond .comment-form .form-submit .submit:hover,
body.single-product #tab-reviews #review_form #respond .comment-form .form-submit .submit:focus {
    background: #d42433 !important;
    color: #fff !important;
    transform: translateY(-1px);
}



/* Modern single-product page styling */
body.single-product {
    background: #fcf7ee;
}

body.single-product main {
    background: linear-gradient(180deg, #fffdf8 0%, #fcf7ee 100%);    padding: 30px 0 0px;
}

body.single-product .woocommerce-single-view .container {
    max-width: 1320px;
}

body.single-product .woocommerce a,
body.single-product .woocommerce a:focus,
body.single-product .woocommerce a:hover,
body.single-product .woocommerce a:visited {
    color: inherit;
    text-decoration: none;
}

body.single-product .woocommerce div.product {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 28px;
    align-items: start;
    background: linear-gradient(135deg, #ffffff 0%, #fffdf7 100%);
    border: 1px solid #f0e0c5;
    border-radius: 26px;
    padding: 24px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
}

body.single-product .woocommerce div.product::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(239, 46, 62, 0.04), transparent 40%, rgba(239, 46, 62, 0.03));
    pointer-events: none;
}

body.single-product .woocommerce div.product .woocommerce-product-gallery,
body.single-product .woocommerce div.product .summary {
    position: relative;
    z-index: 1;
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
}

body.single-product .woocommerce div.product .woocommerce-product-gallery {
    background: linear-gradient(180deg, #fcfaf7 0%, #f7f2ea 100%);
    border: 1px solid #f0e0c5;
    border-radius: 20px;
    padding: 14px;
    position: sticky;
    top: 16px;
}

body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li {
    border: 1px solid #e8dbc1;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
}

body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 100%;
    height: 74px;
    object-fit: cover;
    display: block;
}

body.single-product .woocommerce div.product .summary {
    background: linear-gradient(180deg, #ffffff 0%, #fefaf4 100%);
    border: 1px solid #efe0c8;
    border-radius: 20px;
    padding: 22px 22px 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

body.single-product .woocommerce div.product .summary .woocommerce-product-details__short-description {
    background: #fff8ef;
    border: 1px dashed #ebceb2;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 16px;
    color: #5b4a2b;
}

body.single-product .woocommerce div.product .product_title {
    font-size: 30px;
    margin-bottom: 12px;
    color: #1f1f1f;
}

body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #fff3f4 0%, #ffe8eb 100%);
    border: 1px solid #ffd3d9;
    border-radius: 999px;
    padding: 8px 14px;
    margin: 8px 0 14px;
    color: #ef2e3e;
}

body.single-product .woocommerce div.product form.cart {
    margin-bottom: 18px;
    padding: 14px;
    border-radius: 14px;
    background: #fcf7f0;
    border: 1px solid #f0e0c5;
}

body.single-product .woocommerce div.product form.cart .button,
body.single-product .woocommerce div.product form.cart .button:visited {
    background: linear-gradient(135deg, #ef2e3e 0%, #cf1c2d 100%);
    box-shadow: 0 10px 20px rgba(239, 46, 62, 0.18);
}

body.single-product .woocommerce div.product .product_meta {
    background: #faf8f4;
    border: 1px solid #efe0c8;
    border-radius: 12px;
    padding: 12px 14px;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: linear-gradient(135deg, #ef2e3e 0%, #b61a28 100%);
    box-shadow: 0 8px 16px rgba(239, 46, 62, 0.16);
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
    padding: 18px;
}

body.single-product .woocommerce div.product .related ul.products li.product,
body.single-product .woocommerce div.product .upsells ul.products li.product {
    border: 1px solid #efe0c8;
    border-radius: 16px;
    padding: 12px;
    background: linear-gradient(180deg, #fff 0%, #fffaf2 100%);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

body.single-product .woocommerce div.product .related ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    min-height: 48px;
    margin-bottom: 8px;
    color: #1f1f1f;
}

body.single-product .woocommerce div.product .related ul.products li.product .button {
    border-radius: 999px;
    padding: 9px 16px;
}

/* Responsive fixes for header, home and footer */
#menu_toggle {
    display: none;
}
div#mobile_menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    max-width: calc(100% - 42px);
    height: 100vh;
    background: #1f1f1f;
    z-index: 9999;
    transition: right .28s ease;
    overflow-y: auto;
    display: block;
    box-shadow: -10px 0 28px rgba(0, 0, 0, 0.35);
}

div#mobile_menu.open {
    right: 0;
}

#close_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 14px 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 25px;
    cursor: pointer;
}

#mobile_menu nav > ul > li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#mobile_menu nav > ul > li > a {
    display: block;
    color: #fff;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.8;
}

#mobile_menu nav > ul > li > i {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#mobile_menu nav > ul > li > ul {
    display: none;
    background: #2a2a2a;
}

#mobile_menu nav > ul > li > ul a {
    display: block;
    color: #d7d7d7;
    padding: 10px 26px 10px 12px;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#mobile_menu nav > ul > li.opened > i {
    transform: rotate(180deg);
}

/* ========== CONTACT PAGE STYLES ========== */
.contact-page {
    background: #fff;
}

.contact-main {
background: url(assets/img/contact-bk.jpg) center / contain no-repeat;
    height: 642px;
    position: relative;
}


.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;    height: 642px;
}

/* Left Column - Contact Information */
.contact-info-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-item-icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
}

.contact-item-content h3 {
    color: #7c8690;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.4;
}

.contact-item-content p {
    color:#7d8288;
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 2px;
}

.contact-item-content p:last-child {
    margin-bottom: 0;
}

.contact-item-content a {
    color: #ef2e3e;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
        font-size: 13px;
}

.contact-item-content a:hover {
    color: #ef2e3e;
}

.contact-item-value {
    font-weight: 600;
    color: #ef2e3e;
    margin-top: 4px !important;
    font-size: 13px !important;
}

.phone-ext {
    color: #333;
    font-size: 11px;
    font-weight: 400;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.social-icons a {
 width: 32px;
    height: 32px;
    color: #8c8f94;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: all 0.2s ease;
    text-decoration: none;
    backdrop-filter: blur(10px);
}
.contact-item-icon i {
    font-size: 37px;
    margin-left: 28px;
    color:#dadee7;
}
/* Right Column - Phone Icon */
.contact-icon-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.phone-icon-wrapper {
    position: relative;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-icon-wrapper i {
    font-size: 160px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
    position: relative;
    z-index: 1;
}
.contact-page-text p {
    color: #444;
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
}
.page-template-contact main.site-main
{
padding: 0;
}

/* ========== CONTACT PAGE STYLES ========== */
.contact-page {
    background: #fff;
}

.contact-main {
background: url(assets/img/contact-bk.jpg) center / contain no-repeat;
    height: 642px;
    position: relative;
}

.contact-container {
    position: relative;
    z-index: 1;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;    height: 642px;
}

/* Left Column - Contact Information */
.contact-info-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-item-icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
}

.contact-item-content h3 {
    color: #7c8690;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.4;
}

.contact-item-content p {
    color:#7d8288;
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 2px;
}

.contact-item-content p:last-child {
    margin-bottom: 0;
}

.contact-item-content a {
    color: #ef2e3e;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.contact-item-content a:hover {
    color: #ef2e3e;
}

.contact-item-value {
    font-weight: 600;
    color: #ef2e3e;
    margin-top: 4px !important;
    font-size: 13px !important;
}

.phone-ext {
    color: #333;
    font-size: 11px;
    font-weight: 400;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 28px;
    margin-top: 8px;
    flex-direction: row-reverse;
}

.social-icons a {
 width: 32px;
    height: 32px;
    color: #8c8f94;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: all 0.2s ease;
    text-decoration: none;
}
.contact-item-icon i {
    font-size: 37px;
    margin-left: 28px;
    color:#dadee7;
}
/* Right Column - Phone Icon */
.contact-icon-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.phone-icon-wrapper {
    position: relative;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-icon-wrapper i {
    font-size: 160px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
    position: relative;
    z-index: 1;
}
.contact-page-text p {
    color: #444;
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
}
.page-template-contact main.site-main
{
padding: 0;
}
 
 
 .contact-main {
        padding: 30px 0;
    }

    .contact-container {
        gap: 30px;
    }

    .contact-item-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .contact-item-content h3 {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .contact-item-content p {
        font-size: 11px;
    }

    .social-icons a {
        width: 28px;
        height: 28px;
        font-size: 28px;
    }


    .phone-icon-wrapper i {
        font-size: 100px;
    }

    .phone-icon-wrapper::before {
        width: 140px;
        height: 140px;
        border-width: 5px;
    }

    .phone-icon-wrapper::after {
        width: 110px;
        height: 110px;
        border-width: 4px;
    }

.contact-container {
    height: auto;
}
.contact-info-column {
    padding-right: 50px;
    gap: 31px;
    margin-top: 55px;        height: auto;
}

.contact-page-text h2 {
    color: #1a3a52;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 8px;
    line-height: 1.3;
}
.woocommerce-tabs.wc-tabs-wrapper p {
    text-align: justify;
}
.woocommerce-product-details__short-description p {
    text-align: justify;
}
.product_meta a {
    color: #333;
}
@media (min-width: 1200px) {
        .home_about_text p {
    font-size: 15px;
    margin: 0 0 35px;
}
    .home_about_text h3 {
        margin: 35px 0 15px;
}
    .container {
        max-width: 1192px;
    }
      .container {
        max-width: 1192px;
    }
    .contact-container {
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .contact-info-column {
width:743px;
        justify-self: center;
        justify-content: stretch;
        margin-top: 0;
        gap: 0;
        height: 642px;
        display: grid;
        grid-template-rows: 103px 149px 150px 130px;
    }

    .contact-item {
        min-height: 0;
        align-items: center;
    }

    .contact-item-content h3 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .contact-item-content p {
        font-size: 13px;        line-height: 33px;
    }

    .contact-item-value {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }

    .phone-ext {
        font-size: 14px;
    }

    .contact-page-text h2 {
        font-size: 30px;
    }

    .contact-page-text p {
        font-size: 18px;
    }

    .contact-icon-column {
        justify-content: flex-start;
        gap: 85px;
    }
}
@media (min-width: 1600px) {
    .contact-info-column {
        width: 811px;
    }
}
@media (min-width: 1920px) {
    .contact-info-column {
        width: 969px;
    }
}
@media (max-width: 1199px) {
        body.woocommerce-shop .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .contact-container {
        gap: 40px;
    }

    .phone-icon-wrapper {
        width: 240px;
        height: 240px;
    }

    .phone-icon-wrapper i {
        font-size: 130px;
    }

    .phone-icon-wrapper::before {
        width: 180px;
        height: 180px;
    }

    .phone-icon-wrapper::after {
        width: 150px;
        height: 150px;
    }
    .contact-container {
        gap: 40px;
    }

    .phone-icon-wrapper {
        width: 240px;
        height: 240px;
    }

    .phone-icon-wrapper i {
        font-size: 130px;
    }

    .phone-icon-wrapper::before {
        width: 180px;
        height: 180px;
    }

    .phone-icon-wrapper::after {
        width: 150px;
        height: 150px;
    }
	    .contact-main {
        padding: 40px 0;
        min-height: auto;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-icon-column {
        margin-top: 20px;
    }

    .contact-page-text h2 {
        font-size: 20px;
    }
    .portfolio_title .htitle {
        font-size: 36px;
    }

    .portfolio_title p {
        font-size: 14px;
    }

    .portfolio_item_title a {
        font-size: 17px;
    }

    .portfolio_item_excerpt {
        font-size: 13px;
    }
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 991px) {
        #mobile_menu,
    #menu_toggle {
        display: none !important;
    }
        .footer-top-inner {
        flex-wrap: wrap;
        gap: 5px;
    }
    .feature-divider {
        display: none;
    }
    .footer-top .feature {
        flex: 0 0 45%;
        min-width: auto;
    }
        .contact-main {
        padding: 40px 0;
        min-height: auto;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-icon-column {
        margin-top: 20px;
    }

    .contact-page-text h2 {
        font-size: 20px;
    }
    body.woocommerce-shop .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.single-product .woocommerce div.product {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    body.single-product .woocommerce div.product .woocommerce-product-gallery {
        position: static;
    }

    body.single-product .woocommerce div.product .summary {
        margin-top: 0;
        padding: 14px;
    }

    body.single-product .woocommerce div.product .product_title {
        font-size: 24px;
    }
        body.single-product .woocommerce div.product {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    body.single-product .woocommerce div.product .woocommerce-product-gallery {
        position: static;
    }

    body.single-product .woocommerce div.product .summary {
        margin-top: 0;
        padding: 14px;
    }

    body.single-product .woocommerce div.product .product_title {
        font-size: 24px;
    }
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_cat .woocommerce-page ul.products,
    body.woocommerce-shop .woocommerce ul.products,
    body.woocommerce-shop .woocommerce-page ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    #menu_toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 8px;
        color: #c20000;
        background: #fff;
        border: 1px solid #d6d6d6;
        font-size: 23px;
        margin: 0;
        order: 2;
        flex: 0 0 auto;
        justify-self:end;
    }

    .top-bar nav {
        display: none;
    }

    .top-bar {
        display: none;
    }

    .middle-bar > .container {
        display: grid;
        grid-template-columns: auto auto;
        align-items: center;
        justify-content: space-between;
        row-gap: 12px;
        column-gap: 10px;
    }

    .middle-bar .logo {
        order: 1;
        flex: 0 0 auto;
        justify-self: start;
    }

    .middle-bar .logo img {
        max-height: 56px;
    }

    .middle-bar .contact-info {
        order: 3;
        grid-column: 1 / -1;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 2;
    }

    .middle-bar .search-box {
        order: 4;
        grid-column: 1 / -1;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bottom-bar {
        padding: 8px 0;
    }

    .bottom-bar > .container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .products-nav-wrap {
        width: 100%;
        flex: 0 0 100%;
    }

    .products-nav .products-menu {
        display: none;
        position: static;
        border: 1px solid #d9d9d9;
        max-height: 300px;
        overflow-y: auto;
    }

    .products-nav-wrap:hover .products-menu,
    .products-nav-wrap:focus-within .products-menu {
        display: none;
    }

    .products-nav-wrap.open .products-menu {
        display: block;
    }

    .products-nav .products-menu li ul {
        position: static;
        min-width: 100%;
        border: 0;
    }

    .user-actions {
        width: 100%;
        max-width: 480px;
    }

    #services {
        margin-top: 20px;
    }

    .services_slogan strong {
        font-size: 23px;
        padding: 11px 20px 11px 30px;
    }

    .ser1 .cat-card-wrap,
    .ser6 .cat-card-wrap,
    .ser1,
    .ser6 {
        min-height: 360px;
    }

    .ser2 .cat-card-wrap,
    .ser3 .cat-card-wrap,
    .ser4 .cat-card-wrap,
    .ser5 .cat-card-wrap {
        min-height: 220px;
        height: auto;
    }

    .ser6 img,
    .ser1 img {
        min-height: 360px;
    }

    .home_products_next,
    #home_projects .home_projects_next {
        right: 6px;
    }

    .home_products_prev,
    #home_projects .home_projects_prev {
        left: 6px;
    }

    .footer-main .row {
        row-gap: 24px;
    }

    .footer-col-title {
        white-space: normal;
        line-height: 1.8;
    }
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    body.category .cat_header h1 {
        font-size: 27px;
    }

    body.tax-product_cat .cat_header h1,
    body.woocommerce-shop .cat_header h1 {
        font-size: 27px;
    }
    body.category #single_view {
        padding: 26px 0 36px;
    }

    body.tax-product_cat #single_view,
    body.woocommerce-shop #single_view {
        padding: 26px 0 36px;
    }

    body.page #single_view.page_view,
    body.single #single_view.page_view {
        padding: 26px 0 40px;
    }

    body.page .page_view article,
    body.single .page_view article {
        padding: 22px 18px;
    }

    body.single .post_sidebat {
        margin-top: 20px;
    }

    body.single .post_sidebat_title h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .about_page_row {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    .about_page_slider_column,
    .about_page_text_column {
        flex: none;
        width: 100%;
    }

    .about_page_slider_frame {
        padding: 0 46px;
    }

    .about_page_slider_frame .swiper-button-next,
    .about_page_slider_frame .swiper-button-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    body.single-product main {
    padding: 8px 0;
}
    .woocommerce div.product {
    padding: 15px;
}
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
}
    .woocommerce-tabs.wc-tabs-wrapper h1 {
    font-size: 17px;
    line-height: 27px;
}
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
}
      body.tax-product_cat #page_view.shop-page > .container-fluid,
    body.woocommerce-shop #page_view.shop-page > .container-fluid {
        padding: 0 12px;
    }

    body.tax-product_cat .category-page-row,
    body.woocommerce-shop .category-page-row {
        display: flex;
    }

    body.tax-product_cat .category-page-row > .col-md-9,
    body.woocommerce-shop .category-page-row > .col-md-9 {
        order: 1;
    }

    body.tax-product_cat .category-page-row > .col-md-3,
    body.woocommerce-shop .category-page-row > .col-md-3 {
        order: 2;
        margin-top: 18px;
    }

    body.tax-product_cat .probox,
    body.woocommerce-shop .probox {
        padding: 16px 12px;
    }

    body.tax-product_cat .probox .woocommerce h1,
    body.tax-product_cat .probox .woocommerce .woocommerce-products-header__title,
    body.woocommerce-shop .probox .woocommerce h1,
    body.woocommerce-shop .probox .woocommerce .woocommerce-products-header__title {
        font-size: 24px;
    }

    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_cat .woocommerce-page ul.products,
    body.woocommerce-shop .woocommerce ul.products,
    body.woocommerce-shop .woocommerce-page ul.products {
        gap: 12px !important;
    }

    body.tax-product_cat .woocommerce ul.products li.product a img,
    body.tax-product_cat .woocommerce-page ul.products li.product a img,
    body.woocommerce-shop .woocommerce ul.products li.product a img,
    body.woocommerce-shop .woocommerce-page ul.products li.product a img {
        height: 140px !important;
    }

    body.single-product .woocommerce div.product {
        border-radius: 10px;
        padding: 10px;
    }

    body.single-product .woocommerce div.product .product_title {
        font-size: 21px;
    }

    body.single-product .woocommerce div.product p.price,
    body.single-product .woocommerce div.product span.price {
        font-size: 20px;
    }

    body.single-product .woocommerce div.product form.cart {
        gap: 8px;
        flex-direction: column;
        align-items: stretch;
    }

    body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.single-product .woocommerce div.product form.cart .button,
    body.single-product .woocommerce div.product form.cart .button:visited {
        width: 100%;
    }

    body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 8px 12px;
        font-size: 13px;
    }

    body.single-product .woocommerce div.product #reviews .woocommerce-Reviews-title {
        font-size: 23px;
    }

    body.single-product .woocommerce div.product #review_form_wrapper {
        padding: 12px;
    }

    body.single-product .woocommerce div.product #review_form .comment-reply-title {
        font-size: 16px;
    }

    body.single-product .woocommerce div.product #review_form .comment-form-author,
    body.single-product .woocommerce div.product #review_form .comment-form-email {
        width: 100%;
        margin-left: 0;
        grid-column: 1 / -1;
    }

    body.single-product .woocommerce div.product #review_form #respond .comment-form {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    body.single-product .woocommerce div.product #review_form .stars a {
        width: 20px;
        height: 20px;
    }

    body.single-product .woocommerce div.product #review_form .stars a::before {
        font-size: 18px;
    }

    body.single-product .woocommerce div.product #review_form .form-submit .submit,
    body.single-product .woocommerce div.product #review_form .form-submit .submit:visited {
        width: 100%;
    }
    body.single-product #tab-reviews #review_form #respond .comment-form {
        max-width: 100% !important;
    }

    body.single-product #tab-reviews #review_form #respond .comment-form .form-submit .submit {
        width: 100% !important;
    }
    body.single-product .woocommerce div.product {
        border-radius: 10px;
        padding: 10px;
    }

    body.single-product .woocommerce div.product .product_title {
        font-size: 21px;
    }

    body.single-product .woocommerce div.product p.price,
    body.single-product .woocommerce div.product span.price {
        font-size: 20px;
    }

    body.single-product .woocommerce div.product form.cart {
        gap: 8px;
        flex-direction: column;
        align-items: stretch;
    }

    body.single-product .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.single-product .woocommerce div.product form.cart .button,
    body.single-product .woocommerce div.product form.cart .button:visited {
        width: 100%;
    }
    .middle-bar > .container {
        row-gap: 10px;
        column-gap: 8px;
    }

    .middle-bar .logo img {
        max-height: 50px;
    }

    #menu_toggle {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .middle-bar .contact-info {
        font-size: 13px;
    }

    .products-nav-title {
        min-height: 48px;
        font-size: 15px;
        padding: 0 10px;
    }

    .products-nav-title-text {
        font-size: 14px;
    }

    .user-actions .action-label,
    .user-actions .cart-link .action-label {
        font-size: 12px;
    }

    .user-actions .action-item,
    .user-actions .action-item:visited,
    .user-actions .action-item:hover,
    .user-actions .action-item:focus {
        gap: 6px;
        padding: 7px 8px;
    }

    #services .row {
        margin-right: -8px;
        margin-left: -8px;
    }

    .services_slogan {
        margin-bottom: 14px;
    }

    .services_slogan::before {
        display: none;
    }

    .services_slogan strong {
        display: block;
        width: 100%;
        font-size: 19px;
        padding: 10px 12px 10px 24px;
        border-radius: 10px;
        border-right-width: 4px;
    }

    .services_slogan strong::before {
        width: 8px;
        height: 8px;
        right: 9px;
    }

    #services .col-md-3 {
        padding-right: 8px;
        padding-left: 8px;
        margin-bottom: 16px;
    }

    .ser1,
    .ser6,
    .ser1 .cat-card-wrap,
    .ser6 .cat-card-wrap,
    .ser6 img,
    .ser1 img {
        min-height: 290px;
    }

    .ser2,
    .ser4 {
        margin-bottom: 16px;
    }

    .ser2 .cat-card-wrap,
    .ser3 .cat-card-wrap,
    .ser4 .cat-card-wrap,
    .ser5 .cat-card-wrap,
    .cat-card-wrap {
        min-height: 210px;
    }

    .home_products_nav,
    #home_projects .home_projects_nav {
        display: none;
    }

    .home_products_title .htitle,
    .portfolio_title .htitle {
        font-size: 24px;
    }

    .portfolio_title p {
        font-size: 14px;
        line-height: 2;
    }

    .pre-footer-cta-text {
        white-space: normal;
        text-overflow: clip;
    }
    .contact-main {
        padding: 30px 0;
    }
    .contact-container {
        gap: 30px;
    }

    .contact-item-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .contact-item-content h3 {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .contact-item-content p {
        font-size: 11px;
    }

    .social-icons a {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .phone-icon-wrapper {
        width: 200px;
        height: 200px;
    }

    .phone-icon-wrapper i {
        font-size: 100px;
    }

    .phone-icon-wrapper::before {
        width: 140px;
        height: 140px;
        border-width: 5px;
    }

    .phone-icon-wrapper::after {
        width: 110px;
        height: 110px;
        border-width: 4px;
    }
    .contact-page-text p {
        font-size: 12px;
    }
    body.woocommerce-shop .woocommerce ul.products,
    body.tax-product_cat .woocommerce ul.products,
    body.tax-product_tag .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    body.woocommerce-shop .woocommerce ul.products li.product,
    body.tax-product_cat .woocommerce ul.products li.product,
    body.tax-product_tag .woocommerce ul.products li.product {
        padding: 8px 8px 12px;
    }

    body.woocommerce-shop .woocommerce ul.products li.product a img,
    body.tax-product_cat .woocommerce ul.products li.product a img,
    body.tax-product_tag .woocommerce ul.products li.product a img {
        height: 140px;
    }
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        padding: 8px 8px 12px !important;
    }

    .woocommerce ul.products li.product a img,
    .woocommerce-page ul.products li.product a img {
        height: 140px !important;
    }
    body.category .page_header {
        padding: 20px 0 16px;
    }

    body.tax-product_cat .page_header,
    body.woocommerce-shop .page_header {
        padding: 20px 0 16px;
    }

    body.category .cat_header h1 {
        font-size: 23px;
    }

    body.tax-product_cat .cat_header h1,
    body.woocommerce-shop .cat_header h1 {
        font-size: 23px;
    }

    body.category .cat_header .post_count {
        font-size: 13px;
    }

    body.tax-product_cat .cat_header .post_count,
    body.woocommerce-shop .cat_header .post_count {
        font-size: 13px;
    }

    body.page .page_header,
    body.single .page_header {
        padding: 20px 0 16px;
    }

    body.page .post_content,
    body.single .post_content {
        font-size: 14px;
        line-height: 2.05;
    }

    body.page .post_content h2,
    body.single .post_content h2 {
        font-size: 20px;
    }

    body.page .post_content h3,
    body.single .post_content h3 {
        font-size: 18px;
    }

    body.single .single_post_meta {
        font-size: 12px;
        gap: 10px;
        flex-wrap: wrap;
    }

    body.single .post_comments {
        margin-top: 16px;
        padding: 14px 12px 10px;
    }

    body.single .post_comments #respond #commentform .btn,
    body.single .post_comments #respond #commentform .btn:focus,
    body.single .post_comments #respond #commentform .btn:visited {
        width: 100%;
        min-width: 0;
    }

    body.single .post_sidebat {
        padding: 12px;
    }

    body.single .post_sidebat_title h3 {
        font-size: 20px;
    }

    body.single .post_related {
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 8px;
        padding: 8px;
        border-radius: 10px;
    }

    body.single .post_related_img {
        flex-basis: 84px;
    }

    body.single .post_related_img a,
    body.single .post_related_noimg {
        width: 84px;
        height: 66px;
    }

    body.single .post_related_content h3 a {
        font-size: 14px;
        line-height: 1.7;
    }

    body.single .post_related .post_item_details {
        font-size: 11px;
        gap: 6px;
    }

    body.category .cat_list_item_content h2 {
        min-height: 0;
    }

    body.category .cat_list_item_content p {
        min-height: 0;
        -webkit-line-clamp: 2;
    }

    body.category .navigation li,
    body.category .navigation li a {
        min-width: 34px;
        height: 34px;
    }
    #home_about_video {
        padding: 50px 0;
    }

    .home_about_video_row {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .home_video_frame_wrap {
        width: 100%;
        padding: 16px 0 0 16px;
    }

    .home_video_frame_wrap::before {
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        border-width: 4px;
    }

    .home_about_title {
        font-size: 24px;
    }

    .home_about_main_text {
        font-size: 14px;
    }

    .home_about_text p {
        font-size: 13px;
    }

    .home_about_services {
        padding: 14px 14px 4px;
    }

    .home_about_services_title {
        font-size: 16px;
    }

    .home_about_group_title {
        font-size: 14px;
    }

    .home_about_list li,
    .home_about_summary {
        font-size: 13px;
        line-height: 2.2;
    }

    .home_about_btn {
        padding: 11px 32px;
        font-size: 14px;
    }

    #home_products {
        padding: 35px 0 55px;
    }
    .home_product_title {
        min-height: 0;
    }

    .home_product_title a {
        font-size: 14px;
        line-height: 1.7;
    }

    .home_product_cat,
    .home_product_sku {
        font-size: 12px;
    }

    .home_product_price {
        font-size: 17px;
        min-height: 32px;
    }

    .home_product_btn,
    .home_product_btn:visited,
    .home_product_btn:hover,
    .home_product_btn:focus {
        font-size: 13px;
        min-width: 132px;
        padding: 10px 12px;
    }

    .home_products_nav {
        width: 30px;
        height: 30px;
        top: 40%;
    }

    .home_products_nav i {
        font-size: 21px;
    }

    .home_products_next {
        right: -16px;
    }

    .home_products_prev {
        left: -16px;
    }

    #portfolio {
        padding: 50px 0 35px;
    }
    .portfolio_title p {
        font-size: 16px;
        line-height: 1.8;
    }

    .portfolio_item_title {
        min-height: 0;
    }

    .portfolio_item_title a {
        font-size: 17px;
        line-height: 1.5;
    }

    .portfolio_item_excerpt {
        font-size: 13px;
        min-height: 0;
    }

    .portfolio_item_cat {
        font-size: 14px;
    }
    body.woocommerce-shop .woocommerce ul.products li.product .button,
body.woocommerce-shop .woocommerce ul.products li.product .button:visited,
body.tax-product_cat .woocommerce ul.products li.product .button,
body.tax-product_cat .woocommerce ul.products li.product .button:visited,
body.tax-product_tag .woocommerce ul.products li.product .button,
body.tax-product_tag .woocommerce ul.products li.product .button:visited,
body.single-product ul.products li.product .button,
body.single-product ul.products li.product .button:visited ,.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .button:visited, .woocommerce-page ul.products li.product .button, .woocommerce-page ul.products li.product .button:visited
{
    width: auto !important;
    min-width: 116px !important;
    font-size: 13px !important;
}
    .footer-social-box {float:none;
}
    .pre-footer-cta {
        padding: 24px 0 18px;
    }

    .pre-footer-cta-inner {
        max-width: 100%;
        padding: 0 15px;
        gap: 12px;
    }

    .pre-footer-cta-item,
    .pre-footer-cta-item:visited,
    .pre-footer-cta-item:hover,
    .pre-footer-cta-item:focus,
    .pre-footer-cta-inner .textwidget a,
    .pre-footer-cta-inner .textwidget a:visited,
    .pre-footer-cta-inner .textwidget a:hover,
    .pre-footer-cta-inner .textwidget a:focus,
    .pre-footer-cta-inner .widget a,
    .pre-footer-cta-inner .widget a:visited,
    .pre-footer-cta-inner .widget a:hover,
    .pre-footer-cta-inner .widget a:focus {
font-size: 13px;
        min-height: 48px;
        padding: 9px 6px;
    }

    .pre-footer-cta-item i {
        font-size: 14px;
        margin-left: 0;
    }

    .middle-bar > .container {
        flex-direction: column;
        text-align: center;
        flex-wrap: wrap;
    }

    .middle-bar .search-box {
        margin: 0;
        max-width: 100%;
        flex-basis: 100%;
    }

    .bottom-bar > .container {
        flex-direction: column;
        text-align: center;
    }

    .products-nav-wrap {
        width: 100%;
        flex-basis: auto;
    }

    .products-nav .products-menu {
        display: none;
        position: static;
        border-bottom: none;
    }

    .products-nav .products-menu li ul,
    .products-nav .products-menu li ul li ul {
        position: static;
        display: block;
        min-width: 100%;
        border: none;
    }

    .products-nav .products-menu > li,
    .products-nav .products-menu li ul li {
        background: #fff;
    }

    .search-box {
        margin-bottom: 10px;
        width: 100%;
    }

    .search-box input {
        width: 100%;
    }

    .user-actions {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .user-actions .action-item,
    .user-actions .action-item:visited,
    .user-actions .action-item:hover,
    .user-actions .action-item:focus {
        flex: 1 1 50%;
        justify-content: center;
        padding: 8px 10px;
    }

    .user-actions .action-label,
    .user-actions .cart-link .action-label {
        font-size: 14px;
    }

    .user-actions .action-icon {
        width: 38px;
        height: 38px;
        font-size: 19px;
        flex-basis: 38px;
    }
        .footer-top-inner {
        gap: 0;
    }

    .footer-top .feature {
        flex: 0 0 calc(50% - 1px);
        max-width: calc(50% - 1px);
        min-width: 0;
        box-sizing: border-box;
        border-bottom: 1px solid #555;
        padding: 12px 10px;
    }
    .footer-top .feature:last-child {
        border-bottom: none;
    }
    .footer-col-about,
    .footer-col-links,
    .footer-col-trust {
        margin-bottom: 25px;
        text-align: right;
    }

    .footer-social-box {
        padding: 12px;
    }

    .footer-social-link,
    .footer-social-link:visited {
        min-height: 42px;
        padding: 8px 10px;
    }
    .contact-main {
        background: url(assets/img/contact-bk-mobile.jpg) center -35px / 100% auto no-repeat;
        min-height: 590px;
        height: auto;
        padding: 0 27px 34px;
    }

    .contact-container {
        display: flex;
        flex-direction: column;
        gap: 0;
        height: auto;
        align-items: stretch;
    }

    .contact-icon-column {
        order: 1;
        margin: 0;
        gap: 0;
        padding-top:154px;
    }

    .phone-icon-wrapper {
        width: 174px;
        height: 174px;
    }

    .phone-icon-wrapper i {
        font-size: 112px;
    }

    .contact-info-column {
        order: 2;
        width: 100%;
        padding-right: 0px;
        margin-top:40px;
        gap: 0;
        display: grid;
        grid-template-rows: 85px 97px 77px;
    }

    .contact-item {
        width: 100%;
        height: 95px;
        align-items: center;
        gap: 30px;
        padding: 0 0 0px;
        margin-bottom: 0;
    }

    .contact-item:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .contact-item-icon {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
    }

    .contact-item-icon i {
        font-size: 34px;
        margin-left: 0;
    }

    .contact-item-content h3 {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .contact-item-content p {
        font-size: 11px;
        line-height: 1.8;
    }

    .contact-item-value {
        font-size: 12px !important;
    }

    .social-icons {
        gap: 17px;
        margin-top: 5px;
    }

    .social-icons a {
        width: 25px;
        height: 25px;
        font-size: 21px;
    }

    .contact-page-text p {
        display: none;
    }

    .contact-page-text h2 {
        color: #1a3a52;
        font-size: 16px;
        margin-top:46px;
    }
}