/*
Theme Name: قالب ارایشی ستیا سالن
Theme URI: https://webkeen.ir
Author: hamid jahanshahi
Author URI: https://webkeen.ir
Description:قالب آرایشی و نبت دهی اختصاصی ستیاسالن
Requires at least: 1.1
Tested up to:1.1
Requires PHP: 7.4
Version: 1.1
Text Domain: setia salon
*/

/* font variable */
@font-face {
    font-family: 'IRANYekanXVF';
    src: url('assets/fonts/IRANYekanX/variable/IRANYekanXVF.woff') format('woff-variations'),
        /* will be the standard and works in Safari now */
        url('assets/fonts/IRANYekanX/variable/IRANYekanXVF.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;

}

/* static font (fallback) */
@font-face {
    font-family: IRANYekanX;
    src: url('assets//fonts/IRANYekanX/static/IRANYekanX-regular.woff') format('woff');
}

@font-face {
    font-family: IRANYekanX;
    src: url('assets//fonts/IRANYekanX/static/IRANYekanX-bold.woff') format('woff');
    font-weight: 700;
}
:root {
  /* رنگ‌های برند */
  --color-primary: #D32F2F;        /* قرمز برند – رنگ اصلی تاکید */
  --color-secondary: #388E3C;      /* سبز برند – رنگ مکمل یا پس‌زمینه */
  --color-accent: #FBC02D;         /* زرد ملایم – برای CTA یا دکمه‌ها */

  /* پس‌زمینه‌ها */
  --color-bg: #FFFFFF;             /* پس‌زمینه کلی صفحات – سفید و تمیز */
  --color-card-bg: #F5F5F5;        /* پس‌زمینه کارت‌های محصول – طوسی خیلی روشن */
  --color-border: #E0E0E0;         /* رنگ خطوط و حاشیه‌ها */

  /* متن‌ها */
  --color-text: #212121;           /* متن اصلی – مشکی تیره برای خوانایی خوب */
  --color-text-muted: #757575;     /* متن توضیحی یا ثانویه */

  /* دکمه‌ها */
  --color-button-bg: #D32F2F;      /* قرمز برای دکمه‌ها مثل "افزودن به سبد" */
  --color-button-text: #FFFFFF;    /* متن سفید روی دکمه */
  --color-button-hover: #B71C1C;   /* حالت hover دکمه‌ها – قرمز تیره‌تر */

  /* نوار بالا و پایین */
  --color-header-bg: #388E3C;      /* سبز برای هدر */
  --color-footer-bg: #2E7D32;      /* سبز تیره‌تر برای فوتر */
  --color-header-text: #FFFFFF;    /* سفید برای نوشته‌ها در هدر/فوتر */
}
/* font family */
body {
	margin: 0;
	padding-bottom: 0;
	background: linear-gradient(0deg, rgba(243, 245, 252, 0.3), rgba(243, 245, 252, 0.3)), #ffffff;
	font-family: 'IRANYekanXVF', tahoma;
}
section {
	padding-top: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
	padding-bottom: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
}
* {
	letter-spacing: 0;
	box-sizing: border-box;
	font-family: 'IRANYekanXVF', tahoma;
}
h4 {
	font-size: 18px;
	line-height: 25px;
	margin: 0;
	color: #222;
}
a {
	cursor: pointer;
}
a {
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	text-decoration: none;
	color: #222;
}
img {
	max-width: 100%;
}
label {
	display: inline-block;
}
button {
	cursor: pointer;
}
select {
	background: #fff;
	border: 1px solid #e0e0e2;
	padding: 5px 8px;
	border-radius: 4px;
	min-width: 100px;
}
.editor-content , .editor-content p{
    line-height:32px;
    font-size:14px;
}
.d-flex{
    display:flex;
}
.d-grid{
    display:grid;
}
.d-inline-flex{
     display:inline-flex;
}
.flex-align-items-center{
    align-items:center;
}
.flex-justify-content-space-between{
    justify-content:space-between;
}
.flex-justify-content-space-around{
    justify-content:space-around;
}
.flex-justify-content-end{
    justify-content:end !important
}
.flex-justify-content-center{
    justify-content:center !important
}
.flex-dir-col{
    flex-direction:column;
}
.grid-template-2{
    grid-template-columns: repeat(2,1fr);
}
.grid-template-3{
    grid-template-columns: repeat(3,1fr);
}
.grid-template-4{
    grid-template-columns: repeat(4,1fr);
}
.grid-template-5{
    grid-template-columns: repeat(5,1fr);
}
.grid-template-6{
    grid-template-columns: repeat(6,1fr);
}
.flex-wrap {
	flex-wrap: wrap;
}
.gap-3{
    gap:3px;
}
.gap-5{
    gap:5px;
}
.gap-8{
    gap:8px;
}
.gap-10{
     gap:10px;
}
.gap-15{
    gap:15px;
}
.gap-25{
    gap:25px;
}
.gap-30{
    gap:30px;
}
.text-center{
    text-align:center;
}
@media (min-width:768px){
    .col-m-15{
    width:15%;
}
.col-m-25{
    width:25%;
}
.col-m-30{
    width:30%;
}
.col-m-35{
    width:35%;
}
.col-m-40{
    width:40%;
}
.col-m-50{
    width:50%;
}
.col-m-60{
    width:60%;
}
.col-m-65{
    width:65%;
}
.col-m-70{
    width:70%;
}
.col-m-75{
    width:75%;
}
.col-m-100{
    width:100%;
}
.col-m-85 {
	width: 85%;
}
.columns-2{
    grid-template-columns: repeat(2,1fr);
}
.columns-3{
    grid-template-columns: repeat(3,1fr);
}
.columns-4{
    grid-template-columns: repeat(4,1fr);
}
.columns-5{
    grid-template-columns: repeat(5,1fr);
}
.columns-6{
    grid-template-columns: repeat(6,1fr);
}
} 
@media (max-width:767px){
    .col-s-15{
    width:15%;
}
.col-s-25{
    width:25%;
}
.col-s-30{
    width:30%;
}
.col-s-40{
    width:40%;
}
.col-s-50{
    width:50%;
}
.col-s-60{
    width:60%;
}
.col-s-70{
    width:70%;
}
.col-s-75{
    width:75%;
}
.col-s-100{
    width:100%;
}
.col-s-85 {
	width: 85%;
}
.col-s-100 {
	width: 100%;
}
}
.col-100{
    width: 100%;
}
.white-color {
	color: #fff;
}
.text-center{
    text-align: center;
}
.header-container {
	max-width: 1320px;
	margin: 0 auto;
}
.p-l-15{
   padding-left:15px; 
}
.p-8{
    padding:8px;
}
.p-12{
    padding:12px;
}
.p-15{
    padding:15px;
}
.p-25{
    padding:25px;
}
.p-15 {
	padding: 15px;
}
.border-1-200 {
	border: 1px solid #e0e0e2;
}
.radius-15 {
	border-radius: 15px;
}
.background-white {
	background-color: #fff;
}
.mb-16 {
	margin-bottom: 16px;
}
.back-white{
    background:#FFF;
}
.color-white{
 color:#fff !important;   
}
.color-gray{
 color:rgba(255,255,255,0.7) !important;   
}
.font-15{
	font-size: 15px;
}
.font-14{
	font-size: 14px;
}
.font-13{
	font-size: 13px;
}
.height-32 {
	line-height: 32px;
}
.relative{
    position:relative;
}
.container {
	max-width: 1366px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}
/* header style */
.setia-menu .menu {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.button {
	padding: 8px 15px !important;
	font-size: 15px !important;
	border-radius: 8px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center;
	min-width: 100px;
}
.button-primmary {
	background-color: #5B5B5B82 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	border-radius: 12px !important;
	padding: 10px 16px 10px 16px !important;
	color: #fff !important;
	border: 0 !important;
}
.button-secondary {
	padding: 14px 26px 14px 26px !important;
	border-radius: 11px 11px 11px 11px !important;
	background-color: #01796f !important;
	color: #fff !important;
    border: 0;
}
.button-secondary:hover{
    background: #015e58;
}
.text-secondary-4 {
	color: #919191;
}
.counseling-text a {
	font-weight: 700;
	font-size: 14px;
}
#header-main {
	position: relative;
	background: #01796f;
}
.header-container {
	padding: 25px 0;
	position: relative;
}
.header-wrapper {
	position: relative;
	background: #47474736;
	border-radius: 8px;
	padding: 6px 15px;
}
#header-main .counseling-text, #header-main .counseling-text a{
	color: #fff;
}
.setia-menu ul li a {
	color: #fff;
}

.setia-header-counseling button svg {
	width: 32px;
	height: 32px;
}
/* main slider image */
.main-slider {
	background: #01796f;
	border-radius: 0 0 60px 60px;
}
.main-slider .item img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	height: auto;
}
.main-slider .text-top {
	position: absolute;
	left: 0;
	width: 100%;
	color: #a1a1a1;
	font-size: 104px;
	line-height: 193px;
	z-index: -2;
	top: 20%;
	transition-delay: 0.6s;
	transform: translateY(0px) scale(1);
	opacity: 1;
}
.page-content {
	padding: 15px;
	padding-top: 50px;
}
.page-inner {
	background: #fff;
	margin-top: -250px;
	position: relative;
	z-index: 9;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.07);
	border-radius: 30px;
	padding: 15px;
}
.wc-block-components-button {
	background: #de043c;
	color: #fff;
	border-radius: 12px;
	border: 0;
}
.text-slider {
	color: #fff;
	max-width:452px;
}
.text-slider.text1 {
	font-size: 14px;
	line-height: 32px;
}
.text-bottom {
	padding: 15px;
	position: absolute;
	left: 0;
	width: 100%;
	top: 45.7%;
	z-index: 0;
}
.owl-dots {
	position: absolute;
	right: 0;
	bottom: -30px;
	background: url("img/shape-hall-beauty-01.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 267px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:6px
}
.owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	margin: 0;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 0;
}
.owl-dot.active span {
	width: 18px !important;
	background: #01796f !important;
}
.modal {
	position: fixed;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	right: 0;
	left: 0;
	z-index: 101;
}
.fade {
	transition: opacity .15s linear;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 1.75rem;
	pointer-events: none;
}
.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1.75rem*2);
}
@media (min-width: 576px) {
.modal-dialog {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}
}
.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid var(--color-border);
	border-radius: 15px;
	outline: 0;
}
.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	justify-content: space-between;
}
.modal-title {
	line-height: 32px;
	font-size: 1.25rem !important;
	margin: 0;
}
.modal-overlay {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 100;
}
.btn-close {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(67, 56, 202, 0.25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: var(--bs-btn-close-color);
	background: rgba(0,0,0,0) var(--bs-btn-close-bg) center/1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity);
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 15px;
}
.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 15px;
	background-color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.175);
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.form-label {
	margin-bottom: .5rem;
}
.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231f2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);
	background-repeat: no-repeat;
	background-size: 16px 12px;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
[dir="rtl"] .form-select {
	padding: .375rem .75rem .375rem 2.25rem;
	background-position: left .75rem center;
}
.modal-body input {
	border: 1px solid var(--color-border);
	padding: 9px;
	border-radius: 8px;
}
.modal-body {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
/* about section */
.about-us {
	padding: 75px;
}
.title-section span {
	color: #919191;
	font-weight: 700;
	font-size: 23px;
}
.title-section {
	margin-bottom: 15px;
	position: relative;
	padding-right: 82px;
}
.section-carousel.blog-section .title-icon {
	right: calc(50% - 130px);
}
.title-section h2 {
	color: #121212;
	font-size: 39px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 0;
}
.about-text p {
	line-height: 32px;
	font-size: 14px;
}
.feature-text p {
	margin: 0;
}
.about-feautures {
	padding: 15px;
}
.feture-item svg {
	fill: #494949;
	box-shadow: -17px 7px 19px rgba(0, 0, 0, 0.059);
	border-radius: 11px;
	padding: 8px;
}
.feature-title {
	color: #919191;
	font-weight: 700;
	font-size: 23px;
}
.feature-subtitle {
	font-size: 12px;
}
.masked-div {
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="91.1143" height="88.9999" viewBox="0 0 91.1143 88.9999"><path d="M82.1749,37.5266l1.6119-1.6119c.9486-.9487-6.37-5.9309-7.0492-6.3782a45.1516,45.1516,0,0,0-5.7766-3.3241c-.2468-.1157-.6016-.3008-.9872-.4782q1.7816-1.8972,3.5863-3.7713c.9486-.98-6.3628-5.9232-7.0492-6.3705A44.1579,44.1579,0,0,0,60.75,12.2606l-.293-.1465,1.3959-1.5425c.9409-1.0489-6.3319-5.9-7.0492-6.37A44.212,44.212,0,0,0,49.0422.8616c-.54-.2467-2.3137-1.2648-2.8458-.6864Q32.7381,15.1682,18.1154,29.066c-7.8436,7.45-16.5663,15.5791-18.1088,26.87-.1157.8253,1.3265,1.9744,1.743,2.3138a40.799,40.799,0,0,0,5.3139,4.0567,44.2174,44.2174,0,0,0,5.7611,3.34c.64.2931,2.175,1.2031,2.8459.6864l2.0747-1.5579c1.45,1.8587,5.9694,4.72,6.6712,5.175l1.4885.9564C24.401,72.7647,22.92,74.6311,21.47,76.5283c-.91,1.1878,6.2625,5.8615,7.0492,6.37a44.1633,44.1633,0,0,0,5.7611,3.3318c.6016.2776,2.2289,1.234,2.8459.6941l9.255-8.098c.8252,2.5682,14.5687,11.63,15.6716,9.9721L91.06,45.3624C91.692,44.4138,86.7252,40.3262,82.1749,37.5266Z"/></svg>');
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	display: inline-block;
}
.masked-div img {
  display: block;
  width: 100%;
  height: auto;
}

/* collaborations */
.collaborations {
	background: #01796f;
	padding-bottom: 100px;
}
.icon-collaborations {
	position: relative;
}
.icon-collaborations svg {
	fill: #ffffffc4;
	box-shadow: -17px 7px 19px rgba(0, 0, 0, 0.059);
	border-radius: 11px;
	padding: 8px;
	width: 70px;
	height: 70px;
}
.icon-collaborations::before {
	background: rgba(181,181,181,.2);
	border-radius: 100px;
	padding: 5px;
	content: "";
	width: 55px;
	height: 55px;
	position: absolute;
	bottom: 0px;
	/* right: 0; */
	left: 0px;
	margin: 0 auto;
}
.item-collaborations {
	background: rgba(181,181,181,.2);
	border-radius: 20px;
	padding: 20px;
}
/* sample section */
.samplework {
	margin-top: -70px;
	background: #fff;
	border-radius: 100px;
}
.sample-wrapper {
	padding: 25px 0;
}
.title-wrapper {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 50px;
}
.all-button {
	color: #919191;
}
.title-wrapper::after {
	height: 1px;
	background: linear-gradient(270deg, rgba(145, 145, 145, 0) 0%, rgba(145, 145, 145, 0.5) 50.07%, rgba(145, 145, 145, 0) 101.19%);
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.sample-item img {
	border-radius: 50rem;
	width: 179px;
	object-fit: cover;
	height: 289px;
	box-shadow: -75px 0px 124px rgba(54, 33, 67, 0.04);
	background-image: linear-gradient(226.34deg, #362143 -18.23%, #9b81ab 60.52%, #a68bb6 114.88%);
	cursor: zoom-in;
}
.title-wrapper a {
	color: #919191;
	font-size: 14px;
}
.title-icon{
	display: block;
	width: 76px;
	height: 76px;
	position: absolute;
	right: 0;
	top: 5px;
}
/* blog section */
.blog-section {
	padding: 50px 0;
}
.item-blog {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.image-blog {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	position: relative;
}
.image-blog::before {
	background: linear-gradient(180deg,#fff0 0%,rgb(0 0 0 / .736316) 77.75%,rgb(0 0 0 / .93) 114.88%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	content: "";
}
.blog-title {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 15px;
}
.blog-title a {
	font-weight: 700;
}
.bottom-link {
	padding: 15px;
	text-align: center;
	position: relative;
	padding-top: 100px;
}
.bottom-link a {
	color: #919191;
	font-size: 14px;
}
.bottom-link::after {
	height: 1px;
	background: linear-gradient(270deg, rgba(145, 145, 145, 0) 0%, rgba(145, 145, 145, 0.5) 50.07%, rgba(145, 145, 145, 0) 101.19%);
	content: "";
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
}

/* product section */
.product-section {
	background: #fff;
	border-radius: 100px;
	position: relative;
}
.product-item {
	padding: 15px;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #F6F6F8;
	background: linear-gradient(0deg, rgba(243, 245, 252, 0.3), rgba(243, 245, 252, 0.3)), #ffffff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.07);
}
.product-title {
	margin: 8px 0;
}
.product-excerpt {
	font-size: 13px;
	color: #6a6a7570;
	line-height: 26px;
}
.card-price {
	font-size: 15px;
	font-weight: bold;
}
.card-price .woocommerce-Price-currencySymbol {
	font-size: 12px;
	color: #919191;
	margin-right: 4px;
	font-weight: normal;
}
.view-product a {
	background: #01796f;
	color: #fff;
	fill: #fff;
	display: block;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}
.card-footer {
	padding-top: 16px;
	position: relative;
}
.card-footer::before {
	content: "";
	background: linear-gradient(270deg, rgba(145, 145, 145, 0) 0%, rgba(145, 145, 145, 0.5) 50.07%, rgba(145, 145, 145, 0) 101.19%);
	width: 100%;
	height: 1px;
	position: absolute;
	top: 8px;
}

/* footer */
.home .main-footer {
	padding-top: 150px;
	margin-top: -60px;
}
.main-footer {
	background: #F6F6F8;
	padding-bottom: 100px;
	margin-top: 60px;
	padding-top: 20px;
}
.links ul {
	padding: 0;
	display: flex;
	gap: 8px;
	flex-direction: column;
	list-style: none;
}
.copy-right {
	background: #fff;
	padding: 15px;
	border-radius: 100px;
	margin-top: 30px;
}

/* شabout page */
.about-us-section {
	background-color: #01796f;
	color: white;
	text-align: center;
	padding: 35px 20px 60px;
	position: relative;
	margin-bottom: 114px;
	border-radius: 0 0 20% 20%;
}

.about-us-section .text-content {
  max-width: 700px;
  margin: 0 auto 40px;
}

.section-subtitle {
  font-size: 24px;
  font-weight: bold;
  opacity: 0.9;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
}

.section-description {
  font-size: 14px;
  line-height: 2.2;
  margin-top: 20px;
  opacity: 0.85;
}
.about-image {
	margin-bottom: -180px;
	position: relative;
	z-index: 999;
}
.about-image img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
  border: 4px solid #ccc;
}
/* tesminal */
.testimonial-video {
  background: #f8f8f8;
  text-align: center;
  padding: 80px 20px;
}

.testimonial-video .section-subtitle {
  font-size: 20px;
  color: #01796f;
  font-weight: bold;
}

.testimonial-video .section-title {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0;
}

.testimonial-video .section-description {
  font-size: 14px;
  opacity: 0.7;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 2.2;
}

.video-carousel .video-item {
  padding: 0 10px;
}
.video-carousel video {
	width: 100%;
	border-radius: 24px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	border: 4px solid #ccc;
}
/* contact page */
.contact-us {
	background: #01796f;
	color: #fff;
	padding: 80px 0;
}

.contact-section-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}


.form-box {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(10px);
  color: #333;
}

.form-box h3 {
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}

.form-box form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-box input,
.form-box textarea {
  background: #f6f6f7;
  border: none;
  border-radius: 20px;
  padding: 15px 20px;
  font-size: 14px;
  resize: none;
}
.contact-text .sub-heading {
	font-size: 20px;
	opacity: 0.8;
	line-height: 100%;
	margin: 0;
}

.contact-text .main-heading {
	font-size: 36px;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
}

.contact-text .description {
  font-size: 14px;
  line-height: 2;
  opacity: 0.85;
  margin-top: 10px;
}

.see-works-btn {
  margin-top: 20px;
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px dashed #fff;
  padding-bottom: 5px;
  transition: opacity 0.3s;
}

.see-works-btn:hover {
  opacity: 0.8;
}
/* mobile */
.setia-menu svg, .setia-header-counseling a svg {
	width: 40px;
	height: 40px;
	stroke: #fff;
}
.mobile-header {
	position: fixed !important;
	top: 0;
	width: 100%;
	background: unset !important;
	padding: 15px;
	max-width: -moz-available;
	max-width: -webkit-fill-available;
	box-sizing: border-box;
	z-index: 10;
}
.setia-menu-mobile {
	display: none;
}
.mobile-header .header-container {
	padding: 0;
	position:relative;
}
.header-container::before {
	content: "";
	background: #01796f;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	border-radius: 12px;
	z-index: 0;
	top: 0;
}

@media (max-width:767px){
    .main-slider {
	padding-top: 120px;
}
.setia-logo img {
	margin: 0 auto;
	display: block;
	height: auto;
	max-width: 100px;
}
.main-slider .text-top {
	position: unset;
	font-size: 20px;
	line-height: 1.6em;
	text-align: center;
	margin-top: 25px;
}
.text-bottom {
	position: unset;
	flex-direction: column;
}
.title-wrapper {
	flex-direction: column;
}
.about-section-wrapper {
	flex-direction: column-reverse;
}
.about-us {
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 50px;
}
.title-section h2 {
	text-align: center;
}
.title-section span {
	text-align: center;
	display: block;
}
.about-text p {
	text-align: justify;
}
.about-feautures {
	overflow-x: auto;
	margin-top: 15px;
}
.about-feautures .feture-item {
	min-width: fit-content;
}
.title-section span {
	font-size: 18px;
}
.title-section h2 {
	font-size: 32px;
}
/* footer */
.footer-inner {
	flex-direction: column;
}
.footer-adress {
	flex-direction: column;
}
.footer-links {
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 50px;
}
.footer-links .links {
	max-width: fit-content;
	width: 100%;
}
.copy-right {
	flex-direction: column;
	gap: 5px;
}
.copy-right div p {
	margin: 0;
}
.footer-actions {
	flex-direction: column;
}

}

/* mobile mrnu */
.modal-menu.toggle {
	right: 0;
	transition: all .3s;
	width: 265px !important;
	background-color: #fff;
}
/* mobile menu */
.modal-menu {
	position: fixed;
	top: 0;
	right: -100%;
	bottom: 0;
	width: 300px;
	height: 100%;
	overflow: auto;
	z-index: 99999999;
	visibility: visible;
	background-color: #fdfdfd;
	-webkit-transition: all .5s;
	transition: all .5s;
  width: 265px !important;
  background-color: #fff;
}
.menu-icon {
	margin-left: 5px;
}
.logo-mobile {
	text-align: right;
	border-bottom: 1px solid #E5E5EA;
	margin: 5px auto;
}
.logo-mobile img {
	padding: 10px 10px;
	max-width: 140px;
	height: auto;
}
.header-logo img {
	width: 150px;
	max-width: 100%;
}
.off-canvas-main {
	/* height: 100%; */
	width: 100%;
	position: relative;
}
.off-canvas-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
.off-canvas-main .menu li {
	margin-bottom: 8px;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	position: relative;
	order: 2;
}
.off-canvas-main .menu li {
	margin-bottom: 8px;
	display: block;
}
body .off-canvas-main .menu li > a {
	padding: 9px;
	font-weight: 400;
	display: flex !important;
	align-items: center;
	text-align: right;
	font-size: 14px;
	line-height: 26px;
	color: #454b55;
	width: 100%;
}
body .off-canvas-main .menu ul {
	display: flex !important;
	flex-direction: column;
	position: fixed;
	background-color: #fff;
	height: 100%;
	z-index: 999;
	right: -100%;
	top: 0px;
	transition: 0.2s all;
}
body .off-canvas-main .menu ul {
	width: 265px !important;
	background-color: #fff;
}
.off-canvas-main li.menu-item-has-children span.toggle-submenu {
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	left: 8px;
	top: calc(50% - 12px);
}
body .off-canvas-main .menu ul.sub-menu li {
	padding: 2px 10px;
	border-bottom: 1px solid #e8e8e8;
}
.modal-menu.toggle {
	right: 0;
	transition: all .3s;
	width: 265px !important;
	background-color: #fff;
}
body .off-canvas-main .menu ul.toggle {
	right: 0;
	transition: 0.3s all;
}
body .modal-menu .off-canvas-main .menu ul.sub-menu span.close-submenu::before {
	content: "";
	background-image: url(assets/images/arrow-narrow-right.svg);
	position: relative;
	margin-left: 8px;
	font-size: 20px;
	font-weight: 100;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
}
.menu-icon {
	cursor: pointer;
}
.close-submenu {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
	border-bottom: 2px solid #d5dbdb;
	font-size: 16px;
	font-weight: 600;
}
.navigation-overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99998;
	display: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: background .5s ease-in-out, visibility .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, visibility .5s ease-in-out;
	transition: background .5s ease-in-out, visibility .5s ease-in-out;
	cursor: url(assets/images/x.png), default;
}
.remodal-overlay, .navigation-overlay, .modal__overlay {
	background-color: #0000004d !important;
}
/* mobile nav */
.mobile-nav {
	padding: 15px 0;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9;
}
.nav-wrapper {
	box-shadow: 0 6px 20px 2px #dfe1e580,0 -2px 20px 2px #f2f3f666;
	width: 100%;
	border-radius: 20px;
	padding: 5px 32px;
	background: #fff;
}
.nav-inner {
	font-size: 12px !important;
	font-weight: 450 !important;
	line-height: 160% !important;
	font-variation-settings: "DOTS" 1 !important;
}
.nav-item {
	padding: 5px;
	display: block;
}

.cart-count-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #de043c;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 999px;
    line-height: 1;
    transform: translate(50%, -50%);
}
/* login register */
.login-block .title-text img {
	margin: 0 auto;
	display: block;
}
.title-text {
	text-align: center;
}
.login-block {
	max-width: 380px;
	margin: 0 auto;
}
.login-block .login-block {

	min-height: 900px;
}
#loginModal .modal-dialog {
	max-width: 380px !important;
}
#loginModal .modal-body {
	padding: 0 !important;
}
#loginModal .backtosite {
	display: none;
}
#loginModal .title-text {
	display: none !important;
}
.slide-controls > label::after, .slide-controls > label::before {
	display: none !important;
}
::selection{
  background: #fa4299;
  color: #fff;
}
#reg_phone::placeholder {
  color: #eee;
  opacity: 1; /* Firefox */
}

#reg_phone::-ms-input-placeholder { /* Edge 12-18 */
  color: #eee;
}
.login-block .wrapper {
	overflow: hidden;
	max-width: 390px;
	background: #fff;
	padding: 30px;
	border-radius: 15px;

	direction: rtl;
}
.login-block .wrapper .title-text{
  width: 100%;
}
.login-block .wrapper .title {
	width: 100%;
	font-size: 25px;
	font-weight: 600;
	padding-top: 15px;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
	margin-bottom: 0;
}
.title.login p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
}
.title-text img {
	margin: 0 auto;
	display: block;
}
#register_form p {
	text-align: center;
	font-size: 14px;
	padding: 15px 0;
}
#send_code_res {
	padding: 15px 0;
	float: right;
	width: 100%;
	text-align: center;
	font-size: 13px;
	display: none !important;
}

.login-block .wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid var(--color-border);
  border-radius: 5px;
}
.slide-controls .slide {
	height: 100%;
	width: 100%;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 48px !important;
	cursor: pointer;
	z-index: 1;
	transition: all 0.6s ease;
	padding: 0 !important;
}
.slide-controls label.signup{
  color: #000;
}
.slide-controls .slider-tab {
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0;
	z-index: 0;
	border-radius: 5px;
	background: -webkit-linear-gradient(left, #a445b2, #7B08B0);
	transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
#login-phone:checked ~ .slider-tab{
  left: 50%;
}
#login-phone:checked ~ label.phone{
  color: #fff;
  cursor: default;
  user-select: none;
}
#login-email:checked ~ label.email {
	color: #fff;
	cursor: default;
	user-select: none;
}
#login-phone:checked ~ label.login{
  color: #000;
}
#login-email:checked ~ label.phone{
  color: #000;
}
#login-email:checked ~ label.email{
  cursor: default;
  user-select: none;
}
.login-block .wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container .form-inner{
  display: flex;
  width: 100%;
}
.form-container .form-inner form{
  width: 100%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.form-inner form .field {
	width: 100%;
	margin-top: 20px;
	float: right;
}
.rename_number {
	margin: 0 auto;
	display: block;
	text-align: center;
	float: unset !important;
	border: 0;
	padding: 8px;
	background: unset;
	font-size: 15px;
	color: #040404;
	font-weight: 500;
	cursor: pointer;
}
.form-inner form .field input {
	font-size: 17px;
	transition: all 0.3s ease;
	direction: rtl;
	width: 100%;
	padding: 12px;
	border: 2px solid var(--color-border);
	outline: none;
	border-radius: 10px;
	font-weight: 700;
	height: auto;
	background: #fff;
	accent-color: blue;
	text-align: center;
}
#send_reg_code {
	background: #c4b187;
	color: #fff;
}
.form-inner form .field input:focus{
  border-color: #fc83bb;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}
.form-inner form .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}
form .field input:focus::placeholder{
  color: #b3b3b3;
}
.form-inner form .pass-link{
  margin-top: 5px;
}
.form-inner form .signup-link-sp{
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link-sp a{
  color: #fa4299;
  text-decoration: none;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}
form .btn{
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.disabled-button {
	background: #ccc !important;
	pointer-events: none;
}
#timer {
	margin: 0;
	color: #c4b187;
	font-weight: bold;
}
form .btn .btn-layer {
	height: 100%;
	width: 300%;
	position: absolute;
	left: -100%;
	background: -webkit-linear-gradient(right, #a445b2, #7B08B0, #a445b2, #fa4299);
	border-radius: 5px;
	transition: all 0.4s ease;
}
.woocommerce form.login, .woocommerce form.register {
	border: 0 !important;
	padding: 0 !important;
	margin: 0;
	text-align: right;
	border-radius: 5px;
}
form .btn:hover .btn-layer{
  left: 0;
}
form .btn input[type="button"] {
	height: 100%;
	width: 100%;
	z-index: 1;
	position: relative;
	background: #c4b187;
	border: none;
	color: #fff;
	padding-left: 0;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}

.backtosite a{
    text-decoration: unset;
    color: black;
}
.backtosite {
	margin: 2px;
	padding: 10px 25px;
	border-radius: 10px;
	text-align: center;
}
#login_btn_box {
	padding: 0px !important;
}
#verify_reg_code_field {
	padding: 0 !important;
}
.rp-btn{
  cursor: pointer;
  text-decoration: unset;
}
#rp_number{
  padding: 5px 20px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  outline: none;
  border: solid 1px var(--color-border);
  margin-bottom: 20px;
}
#rp_send_link{
  background: #d63384;
  border: none;
  padding: 5px 20px;
  border-radius: 10px;
  color: white;
}
.modal-body{
  text-align: center !important; 
}
#send_login_code{
  border: unset;
  background: linear-gradient(to left,#f96c85,#995bd7);
  padding: 5px 20px;
  border-radius: 5px;
  margin-top: 5px;
  color: white;
  font-size: 14px;
  font-weight: initial;
}
.modal-title {
	color:#000;
}
#loginModal {
	top: 25% !important;
}
.modal-content {
	border-radius: 15px !important;
}
.login-block .wrapper {
	background: #fff;
	color: #333;
}

/*=> end login style */

/* shop */
/* استایل کارت‌های فروشگاه */
.woocommerce ul.products li.product {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
}

/* تصویر محصول */
.woocommerce ul.products li.product img {
  border-radius: 16px;
  height: 200px;
  object-fit: contain;
}

/* دکمه افزودن به سبد خرید */
.woocommerce ul.products li.product .button {
  background-color: #00796B !important;
  color: #fff !important;
  border-radius: 12px;
  padding: 8px 16px;
  margin-top: 10px;
  font-weight: bold;
}

/* عنوان محصول */
.woocommerce ul.products li.product h2 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin: 12px 0 8px;
}

/* قیمت محصول */
.woocommerce ul.products li.product .price {
  color: #00796B;
  font-weight: bold;
  font-size: 1rem;
}

/* استایل اصلی برای بردکرامپ */
.woocommerce-breadcrumb {
	background-color: #01796f;
	color: white !important;
	padding: 10px 15px !important;
	border-radius: 5px;
	font-size: 14px !important;
	display: inline-block;
}
.woocommerce-product-details__short-description {
	font-size: 14px;
	line-height: 26px;
}
/* استایل برای لینک‌ها داخل بردکرامپ */
.woocommerce-breadcrumb a {
	color: #ffffff !important;
	text-decoration: none;
	transition: color 0.3s ease;
}

/* تغییر رنگ لینک‌ها هنگام هاور */
.woocommerce-breadcrumb a:hover {
    color: #ffd700; /* رنگ طلایی برای هاور */
}

/* جداکننده‌ها بین لینک‌ها */
.woocommerce-breadcrumb span {
    color: #ffffff; /* رنگ جداکننده‌ها سفید */
}

/* فاصله بین لینک‌ها و جداکننده‌ها */
.woocommerce-breadcrumb a + span {
    padding: 0 5px; /* فاصله بین لینک‌ها */
}

.woocommerce #review_form #respond p {
	margin: 0 0 10px;
}
.woocommerce p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	font-size: 0;
	display: inline-block;
	text-decoration: none;
}

.woocommerce p.stars a::before { 
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: 'FontAwesome', 'WooCommerce';
	content: "\e021"/"";
	text-indent: 0;
}

.woocommerce p.stars.selected a.active::before {
    content: "\f005"; /* ستاره پر شده */
}

.woocommerce p.stars a:hover::before {
    content: "\f089"; /* ستاره نیمه پر شده یا آیکون دیگری برای حالت هاور */
}

/* بکگراند بالای صفحه محصول */
.product-header-bg {
	background: #01796f;
	height: 250px;
	width: 100%;
	border-bottom-left-radius: 80px;
	border-bottom-right-radius: 80px;
	position: relative;
	z-index: 1;
}
.single-product-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: start;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.07);
	border-radius: 30px;
	padding: 15px;
}
/* کانتینر صفحه محصول */
.product-container {
    margin: -150px auto 100px auto;
    position: relative;
    z-index: 2;
}
.woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}
/* باکس کلی محصول */
.product-box {
    background: #fff;
    padding: 50px;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* تنظیمات کلی صفحه محصول */

/* عکس محصول */
.woocommerce div.product div.images {
    border-radius: 30px;
    overflow: hidden;
}

/* اطلاعات محصول */
.woocommerce div.product div.summary {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

/* نام محصول */
.woocommerce div.product .product_title {
    font-size: 28px;
    color: #222;
    font-weight: bold;
    margin-bottom: 20px;
}

/* قیمت محصول */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 24px;
    color: #de043c;
    font-weight: bold;
}

/* دکمه افزودن به سبد خرید */
.woocommerce div.product form.cart .button {
	background: #de043c !important;
	color: #fff;
	font-size: 18px !important;
	padding: 15px 30px !important;
	border-radius: 15px !important;
	transition: background 0.3s;
	display: inline-block !important;
	border: none;
}
.product-summary .quantity {
	display: inline-block;
}
.woocommerce div.product form.cart .button:hover {
    background: #c80334;
}

/* توضیحات تب بندی محصول */
.woocommerce-tabs {
	margin-top: 50px;
	background: #fafafa;
	padding: 30px 15px;
	border-radius: 30px;
}

/* استایل تب ها */
.woocommerce-tabs ul.tabs {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-bottom: 30px !important;
}

.woocommerce-tabs ul.tabs li {
	list-style: none;
	background: #fff !important;
	padding: 10px 20px !important;
	border-radius: 15px !important;
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	cursor: pointer;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}
.woocommerce-tabs ul.tabs li.active {
	background: #de043c !important;
	color: #fff !important;
	box-shadow: unset !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before , .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}
/* محتوای تب ها */
.woocommerce-Tabs-panel {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

/* استایل نمره نقد و بررسی ها */
.woocommerce #reviews h2 {
    font-size: 24px;
    color: #222;
    margin-bottom: 20px;
}

    .single-product-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

/* گالری عکس محصول */
.product-gallery {
    border-radius: 30px;
    overflow: hidden;
}

/* خلاصه اطلاعات محصول */
.product-summary {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: right;
	width: 100%;
}
.woocommerce div.product div.images img {
	display: block;
	height: auto;
	box-shadow: none;
	margin: 0 auto;
}
.woocommerce .quantity .qty {
	text-align: center;
	border: 1px solid #ccc;
	width: 60px;
	height: 44px;
	border-radius: 8px;
}
.woocommerce-products-header {
	margin-top: -260px;
}
.shop-sorting {
	margin-bottom: 20px;
}
.woocommerce-products-header .woocommerce-breadcrumb {
	text-align: center;
	color: var(--color-bg);
}
.woocommerce-products-header__title.page-title {
	text-align: center;
	color: var(--color-bg);
}
.orderby {
	background: unset;
	border: unset;
	color: #fff;
}
.woocommerce-result-count {
	color: #fff;
}
.card-price .price bdi {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.orderby option {
	color: #000;
}
.comment-form-comment textarea {
	max-width: 100%;
	height: auto !important;
	border-radius: 12px;
	border: 1px solid #dadada;
}
.form-submit input#submit {
	background: #de043c !important;
	color: #fff !important;
	font-size: 18px !important;
	padding: 15px 30px !important;
	border-radius: 15px !important;
	transition: background 0.3s;
	display: inline-block !important;
	border: none;
}
.woocommerce-message {
	display: flex;
	align-items: center;
	gap: 15px;
	background: #47474736;
	color: #fff;
	border-top-color: #47474736 !important;
	justify-content: space-between;
}
.woocommerce-error::after, .woocommerce-error::before, .woocommerce-info::after, .woocommerce-info::before, .woocommerce-message::after, .woocommerce-message::before {
	display: none;
}
.wc-block-components-address-form__address_2-hidden-input {
	display: none;
}
@media (max-width:1024px){
    .setia-header-counseling button{
background: unset;
  border: unset;
  color: #fff;   
}
.product-header-bg {
	height: 310px;
}
.single-product-inner {
	grid-template-columns: 1fr;
}
.woocommerce-message {
	flex-direction: column;
}
.contact-section-wrapper {
	flex-direction: column-reverse;
}
.wc-block-components-product-metadata {
	display: none;
}
.page-content {
	padding: 0;
}
}