@font-face {
  font-family: 'Samim';
  src: url('fonts/Samim-Regular.woff2') format('woff2'),
       url('fonts/Samim-Regular.woff')  format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samim';
  src: url('fonts/Samim-Medium.woff2') format('woff2'),
       url('fonts/Samim-Medium.woff')  format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samim';
  src: url('fonts/Samim-Bold.woff2') format('woff2'),
       url('fonts/Samim-Bold.woff')  format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 { font-family: "Samim", sans-serif;}
a {font-family: "Samim", sans-serif;}
body {
	font-family: "Samim", sans-serif;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    color: #131200;
    direction: rtl;
    margin: 0;
    background-color: #F2F4FD;
    overflow-x: hidden;
}

/* 3. اطمینان از اعمال فونت روی عناصر فرم و دکمه‌ها */
input,
textarea,
select,
button {
  font-family: 'Samim', Tahoma, Arial, sans-serif !important;
}

/* 4. اگر از Quasar استفاده می‌کنید، ممکن است نیاز باشد کلاس‌های خاص آن را هم هدف قرار دهید */
.q-field__label,
.q-field__native,
.q-btn,
.q-toolbar,
.q-card,
.q-item__label,
.q-tab,
.q-list,
.q-menu {
  font-family: 'Samim', Tahoma, Arial, sans-serif !important;
}


.button.wapf_btn_prev {
    margin-right: auto !important ;
    margin-left: 0 !important ;
}

.button wapf_btn_next{
    margin-left: auto !important ;
    margin-left: 0 !important ;
}

.woocommerce-js div.product form.cart .button {
    vertical-align: middle;
    float: left!important ;
    width: auto;
    margin-bottom: 1em;
}



.wapf select {
    font-family:  "Samim" !important ;
}

.wapf-field-input {
    font-family:  "Samim" !important ;
}

.wapf-product-totals div span:last-child {
    float: left !important;
}





/* تمام صفحه
@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-header .header-inner, body:not([class*=elementor-page-]) .site-main {
        max-width: 85% !important ;
		padding: 5% 0 0 0 !important ;
		 float: left !important ;
 }
*/


/*    */

.wapf-swatch--image.wapf-checked {
	background: aliceblue;
    border-color: #353c4e;
    border-radius: 10px;
}
.wapf-swatch--image {
    border: 2px solid transparent;
    text-align: center;
    transition: all .1s;
    padding: 9px;
}
	
.wapf-swatch-label {
    font-family: 'Samim';
}	
.cart-count- {
    font-family: 'Samim';
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: red;
    border-radius: 50%;
    padding: 2px;
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
}

.cart-count{
	    background-color: var(--items-indicator-background-color, #d9534f);
    border-radius: 100%;
    color: var(--items-indicator-text-color, #fff);
    display: block;
    font-size: 10px;
    height: 1.6em;
    inset-inline-end: -.7em;
    line-height: 1.5em;
    min-width: 1.6em;
    position: absolute;
    text-align: center;
    top: -.7em;
}
}

 /*محصولات چند مرحله ایی*/

.product_tag-steps div.quantity, .product_tag-steps .button[name=add-to-cart] {
    display:none;
}

.product_tag-steps .wapf-wrapper {
    border-radius: 4px;
    border: 1px solid #ededed;
    padding: 15px 20px;
    margin-bottom:20px;
}

.product_tag-steps .wapf-field-group .step {
    display:none;
}

.product_tag-steps .wapf-field-group .step:first-child {
    display:flex;
}

.product_tag-steps .wapf_btn_next {
    float:right !important;
}

.product_tag-steps .wapf-progress {
    position:relative;
    max-width:450px;
    width:100%;
    margin: 0 auto;
}

.product_tag-steps .wapf-progress:before, .product_tag-steps .wapf-progress-bar {
    content:'';
    position:absolute;
    height:3px;
    width:100%;
    background:#ededed;
    top:14px;
    right:0;
}

.product_tag-steps .wapf-progress-steps {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    display: flex;
    justify-content: space-between;
}

.product_tag-steps .wapf-progress-steps div {
    position:relative;
}

.product_tag-steps .wapf-progress-steps div:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height:30px;
    font-size:16px;
    line-height:30px;
    border-radius:50%;
    text-align:center;
    display: block;
    font-size: 10px;
    background: #ededed;
}

.product_tag-steps .wapf-progress-steps div.active:before {
    background:#f0632b; /*The finished step color. Feel free to change*/
    color:white;
}

.product_tag-steps .wapf-progress-bar {
    background:#f0632b; /*The finished step color. Feel free to change*/
    width:0%;
}
.wapf-product-totals div span:last-child {
    float: none!important ;
}

.wapf-product-totals .wapf--inner {
	 padding: 20px;
    background-color: #F2F2F2;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}



/* کد اصلی */