:root{--cf7-font:inherit;--cf7-font-size:15px;--cf7-font-weight:300;--cf7-labels:#5a6e81;--cf7-input-text:#8ca3b9;--cf7-accent:#2aaee2;--cf7-accent-hover:#ffb035;--cf7-accent-outline:#2aaee2;--cf7-accent-text:#fff;--cf7-warning:#fb584e;--cf7-warning-bg:#ffedec;--cf7-success:#00b474;--cf7-success-bg:#e6fff0}.wpcf7{font-family:var(--cf7-font);font-weight:var(--cf7-font-weight);width:100% !important}.wpcf7 label{color:var(--cf7-labels)}.wpcf7-list-item{margin-left:0 !important;margin-right:15px !important}.wpcf7 a{color:var(--cf7-accent) !important;text-decoration:none}.wpcf7 a:hover{color:var(--cf7-accent-hover) !important}.wpcf7 input[type=color],.wpcf7 input[type=date],.wpcf7 input[type=datetime-local],.wpcf7 input[type=datetime],.wpcf7 input[type=email],.wpcf7 input[type=month],.wpcf7 input[type=number],.wpcf7 input[type=search],.wpcf7 input[type=tel],.wpcf7 input[type=text],.wpcf7 input[type=time],.wpcf7 input[type=url],.wpcf7 input[type=week],.wpcf7 textarea{border:1px solid #d5e0eb;background-color:#fff;border-radius:12px;line-height:1.3;padding:.375rem .75rem;color:var(--cf7-input-text);min-height:35px;font-size:var(--cf7-font-size);font-weight:var(--cf7-font-weight);font-family:var(--cf7-font);width:100%}.wpcf7 input[type=submit]{background-color:var(--cf7-accent);color:var(--cf7-accent-text);border:0;padding:15px 30px;border-radius:12px;font-size:var(--cf7-font-size);font-family:var(--cf7-font);transition:.2s linear}.wpcf7 input:hover[type=submit]{background-color:var(--cf7-accent-hover);transition:.2s linear;cursor:pointer}.wpcf7 input:focus[type=submit]{background-color:var(--cf7-accent-hover);outline:none;border:0;box-shadow:0 0 0 1px var(--cf7-accent-outline)}.wpcf7 input[type=file]{color:var(--cf7-input-text);font-size:var(--cf7-font-size);font-weight:var(--cf7-font-weight);font-family:var(--cf7-font)}.wpcf7 input:focus[type=file]{outline:none;border:0}.wpcf7 input[type=file]::file-selector-button,.wpcf7 select{border:1px solid #d5e0eb;background-color:#fff;border-radius:12px;line-height:1.3;padding:.7rem 1rem;color:var(--cf7-input-text);min-height:35px;font-size:var(--cf7-font-size);font-weight:var(--cf7-font-weight);font-family:var(--cf7-font)}.wpcf7 input[type=file]::file-selector-button{cursor:pointer;margin-right:20px}.wpcf7 input[type=checkbox]{-webkit-appearance:none;appearance:none;width:18px;height:18px;border:2px solid var(--cf7-accent);border-radius:12px;margin:0;display:grid;place-content:center;cursor:pointer}.wpcf7 input[type=checkbox]:before{content:"\f147";font-family:"dashicons";font-weight:300;font-size:15px;line-height:17px;width:18px;height:18px;color:#fff;text-align:center;border-radius:12px;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 20px 20px var(--cf7-accent)}.wpcf7 input[type=checkbox]:checked:before{transform:scale(1)}.wpcf7-checkbox label,.wpcf7-acceptance label,.wpcf7-radio label{display:flex;align-items:center;gap:10px}.wpcf7 input[type=radio]{-webkit-appearance:none;appearance:none;background-color:transparent;margin:0;font:inherit;color:var(--cf7-accent);width:18px;height:18px;border:2px solid var(--cf7-accent);border-radius:100%;display:grid;place-content:center;cursor:pointer}.wpcf7 input[type=radio]:before{content:"";width:10px;height:10px;border-radius:100%;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em var(--cf7-accent)}.wpcf7 input[type=radio]:checked:before{transform:scale(1)}.wpcf7 input:hover[type=color],.wpcf7 input:hover[type=date],.wpcf7 input:hover[type=datetime-local],.wpcf7 input:hover[type=datetime],.wpcf7 input:hover[type=email],.wpcf7 input:hover[type=month],.wpcf7 input:hover[type=number],.wpcf7 input:hover[type=search],.wpcf7 input:hover[type=tel],.wpcf7 input:hover[type=text],.wpcf7 input:hover[type=time],.wpcf7 input:hover[type=url],.wpcf7 input:hover[type=week],.wpcf7 input:hover[type=file]::file-selector-button,.wpcf7 textarea:hover,.wpcf7 select:hover{border:1px solid #92acc7;outline:none;background-color:#fff;font-size:var(--cf7-font-size)}.wpcf7 input:focus[type=color],.wpcf7 input:focus[type=date],.wpcf7 input:focus[type=datetime-local],.wpcf7 input:focus[type=datetime],.wpcf7 input:focus[type=email],.wpcf7 input:focus[type=month],.wpcf7 input:focus[type=number],.wpcf7 input:focus[type=search],.wpcf7 input:focus[type=tel],.wpcf7 input:focus[type=text],.wpcf7 input:focus[type=time],.wpcf7 input:focus[type=url],.wpcf7 input:focus[type=week],.wpcf7 input:focus[type=checkbox],.wpcf7 textarea:focus,.wpcf7 select:focus,.wpcf7 a:focus{border:1px solid #92acc7;border-radius:12px;outline:none;box-shadow:0 0 0 1px var(--cf7-accent-outline);background-color:#fff}.wpcf7-not-valid-tip{color:var(--cf7-warning) !important;font-size:var(--cf7-font-size) !important;font-weight:var(--cf7-font-weight) !important}.wpcf7-not-valid:not(input[type=file]):not(span){border-color:#ffbab6 !important;background-color:snow !important}.wpcf7 input:disabled[type=submit],.wpcf7 input:disabled[type=submit]:hover{color:#fff;background-color:var(--cf7-warning);border:0;cursor:not-allowed}.wpcf7 form.init .wpcf7-response-output{display:none}.wpcf7 form .wpcf7-response-output{margin:15px 0 !important;padding:10px 20px !important;border:0 !important;border-radius:12px !important}.wpcf7 form.sent .wpcf7-response-output{background-color:var(--cf7-success-bg) !important;color:var(--cf7-success) !important;border:0 !important}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.spam .wpcf7-response-output,.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{background-color:var(--cf7-warning-bg) !important;color:var(--cf7-warning) !important;border:0 !important}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:rtl;border-radius:12px !important}.wpcf7 input[type=submit]{margin-top:10px}.article figure,.article p,.article-three p,.article-three figure .category{display:none !important}.new-article .heading .title,.category-btn-filter,.detail-blog-info{display:none !important}.detail-blog-name{margin:25px 0 25px;color:#2d365d}.product .detail h2 a:hover,.article-three h2 a:hover{color:#2aaee2 !important}.woocommerce-notices-wrapper,.category-sort{display:none !important}.product-thirteen .detail h2+div{display:none !important}.category-heading .counter li:not(:last-child){display:none}.name-category h1{font-size:20px !important;font-weight:600 !important}.icons-detail-product,.detail-product-four-gallery-items,.star-comments,.product_meta .sku_wrapper{display:none !important}.title-detail-product{margin-bottom:0}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{color:#666;font-size:16px;font-weight:400}@media (min-width:992px){.justify-content-lg-end{justify-content:flex-start !important}}.modal-info-product .modal-body ul li span:first-child{max-width:170px !important}@media only screen and (min-width:768px){.modal-info-product .modal-dialog{--bs-modal-width:720px}}.fw-bold{font-weight:500 !important}h1.title-detail-product.fw-semibold.fs-6{font-weight:600 !important}.fw-semibold{font-weight:400 !important}@media (max-width:580px){.top-selling-products-heading .btn{display:none !important}}@media (max-width:580px){.detail-product-four .butboxqr.qwe{min-width:182px !important}}@media (max-width:580px){.swiper-detail-product-four-gallery .swiper-pagination{display:none !important}}@media (max-width:580px){.detail-product-four .product_meta{font-weight:300;border-bottom:1px solid #e1e1e1;margin:33px 0 22px;border:1px solid #e2e2e2;padding:18px 29px 15px;-webkit-border-radius:20px;border-radius:20px}}@media (max-width:580px){.detail-product-four .volume{font-size:14px;color:#494949;line-height:18px;font-weight:300;border-radius:20px;margin:33px 0 22px;border:1px solid #e2e2e2;padding:18px 29px 15px}}.product:hover{-webkit-box-shadow:0 0 25px #2aaee2;-moz-box-shadow:0 0 25px #2aaee2;box-shadow:0 0 25px #2aaee2}.product{transition:box-shadow .3s ease;-webkit-transition:box-shadow .3s ease;-moz-transition:box-shadow .3s ease;-o-transition:box-shadow .3s ease}.elementor-10967 .elementor-element.elementor-element-cf31374 .megamenu-two-content-item .title .name-fa:hover,.elementor-15887 .elementor-element.elementor-element-592cc52 .elementor-icon-box-title a:hover,.elementor-15887 .elementor-element.elementor-element-79d3447 .elementor-icon-box-title a:hover,.elementor-15887 .elementor-element.elementor-element-bf01ac7 .elementor-icon-box-title a:hover,.elementor-15887 .elementor-element.elementor-element-c67dbb2 .elementor-icon-box-title a:hover,.elementor-15887 .elementor-element.elementor-element-2b2bd3a .elementor-icon-box-title a:hover,.elementor-15887 .elementor-element.elementor-element-3c1d3a2 .elementor-icon-box-title a:hover{color:#2aaee2 !important}.megamenu-two-tabs{padding:30px 45px 25px 12px !important}.megamenu-two-content{padding:30px 55px 25px 34px !important}.megamenu-two-tabs-item:not(:last-child){margin-bottom:35px !important}@media only screen and (min-width:768px){.modal-info-product .modal-dialog{--bs-modal-width:950px !important}}.modal-info-product .modal-body ul li span{font-size:15px}.elementor-widget-video .e-hosted-video .elementor-video{border-radius:12px}.detail-product-review-content{height:auto !important}.detail-blog-content table,.term-description table,.single-post table,#tab-description table{width:100% !important;border-collapse:collapse !important;margin:20px 0 !important;box-shadow:0 2px 5px rgba(0,0,0,.05) !important}.detail-blog-content th,.term-description th,.single-post th,#tab-description th{background-color:#f5f5f5 !important;color:#333 !important;font-weight:600 !important;padding:12px !important;border:1px solid #ddd !important}.detail-blog-content td,.term-description td,.single-post td,#tab-description td{padding:12px !important;border:1px solid #ddd !important;color:#444 !important}.detail-blog-content tr:nth-child(even),.term-description tr:nth-child(even),.single-post tr:nth-child(even),#tab-description tr:nth-child(even){background-color:#fafafa !important}.detail-blog-content tr:hover,.term-description tr:hover,.single-post tr:hover,#tab-description tr:hover{background-color:#eaeaea !important;transition:background-color .2s ease-in-out !important}.term-description{color:#232323 !important;line-height:1.9 !important;font-size:16px !important;direction:rtl !important}.term-description h1{font-size:20px !important;color:#1a355b !important;margin:1.5em 0 .8em !important;line-height:1.6 !important;font-weight:700 !important}.term-description h2{font-size:18px !important;color:#163050 !important;margin:1.3em 0 .7em !important;line-height:1.6 !important;font-weight:700 !important}.term-description h3{font-size:16.5px !important;color:#174999 !important;margin:1.1em 0 .6em !important;line-height:1.55 !important;font-weight:700 !important}.term-description h4{font-size:15px !important;color:#345688 !important;margin:1em 0 .5em !important;line-height:1.5 !important;font-weight:700 !important}.term-description p{margin:0 0 1.1em !important;color:#232323 !important;font-size:inherit !important;line-height:1.9 !important}.term-description ul,.term-description ol{margin:0 0 1.1em 2em !important;padding-right:1.2em !important;color:#373737 !important;line-height:1.85 !important}.term-description li{margin-bottom:.5em !important}.term-description a{color:#0073b0 !important;text-decoration:underline !important;transition:color .18s !important}.term-description a:hover{color:#1b2b48 !important}.term-description blockquote{border-right:3.5px solid #19609f !important;background:#f3f7fb !important;padding:.9em 1.5em .9em 1em !important;color:#234 !important;margin:1.2em 0 !important}.term-description ol{list-style-type:persian !important}.term-description img{display:block !important;max-width:100% !important;margin:1.2em auto !important;border-radius:12px !important}.term-description>*:last-child{margin-bottom:0 !important}@media (min-width:575px){.butboxqr.d-flex.align-items-center.justify-content-between{min-width:100% !important}}@media only screen and (max-width:575px){.detail-product-four-related .section-heading-eight .btn{display:none !important}}@media only screen and (max-width:767px){.detail-product-four-related .swiper-bottom{display:none !important}}@media only screen and (max-width:991px){.detailfourprice .price{position:fixed;bottom:20px;left:4.5%;right:4.5%;z-index:15;text-align:center}}.swiper-detail-product-four-related{overflow:unset !important}@media (min-width:992px){.detail-product-four-related .ms-lg-4{display:none !important;margin-right:1.5rem !important}}.detail-product-four-related .section-heading-eight .btn{display:none !important}.butboxqr.qwe{margin:3px 13px !important}.term-description{max-height:400px;overflow-y:auto;margin:25px 0}.wlm-button,.compare-button-wrapper,.product-thirteen-three:hover .btns{display:none !important}.wlm-button,.compare-button-wrapper,.product-thirteen-three:hover .btns{display:none !important}.butboxed{display:flex !important;align-items:center;justify-content:center;flex-wrap:wrap !important;gap:10px;width:calc(100% - 32px) !important;max-width:440px;margin:18px auto 0 !important;padding:0 !important;box-sizing:border-box}.butboxed>a{display:block;flex:0 0 calc(50% - 5px) !important;width:calc(50% - 5px) !important;min-width:0 !important;max-width:calc(50% - 5px) !important;margin:0 !important;padding:0 !important;text-decoration:none;box-sizing:border-box}.butboxed>a>.butboxqr.qwe,.detail-product-four .butboxed>a>.butboxqr.qwe{display:flex !important;flex-direction:row !important;align-items:center;justify-content:space-between;width:100% !important;min-width:0 !important;max-width:100% !important;height:60px;min-height:60px;margin:0 !important;padding:3px 8px !important;font-size:13px;line-height:1.3;overflow:hidden;box-sizing:border-box;border:none;cursor:pointer;direction:rtl}.butboxed .butboxqr.qwe>p{flex:1 1 auto;min-width:0;margin:0 !important;padding-inline:clamp(4px, 2.2vw, 14px) !important;color:#fff;font-size:inherit;line-height:1.3;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.butboxed .butboxqr.qwe>img{display:block;flex:0 0 48px;width:48px !important;height:48px !important;max-width:48px;max-height:48px;margin:0;padding:7px;object-fit:contain;border-radius:12px;box-sizing:border-box}.butboxqr.d-flex.align-items-center.justify-content-between{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;gap:14px !important;box-sizing:border-box}.butboxqr.d-flex.align-items-center.justify-content-between>.divqr:first-child{flex:0 0 58px !important;width:58px !important;min-width:58px !important;max-width:58px !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:0 !important;padding:0 !important}.butboxqr.d-flex.align-items-center.justify-content-between>.divqr:first-child img{display:block !important;width:38px !important;height:38px !important;max-width:38px !important;max-height:38px !important;object-fit:contain !important;margin:0 !important;padding:0 !important}.butboxqr.d-flex.align-items-center.justify-content-between>.divqr:last-child{flex:1 1 auto !important;min-width:0 !important;margin:0 !important;padding:0 !important;text-align:right !important;direction:rtl !important}.butboxed>a>.butboxqr.qwe,.detail-product-four .butboxed>a>.butboxqr.qwe{gap:5px !important;padding:4px 6px !important}.butboxed .butboxqr.qwe>img{flex:0 0 42px !important;width:42px !important;height:42px !important;max-width:42px !important;max-height:42px !important;padding:7px !important}.butboxed .butboxqr.qwe>p{display:block !important;flex:1 1 auto !important;width:auto !important;min-width:0 !important;max-width:calc(100% - 47px) !important;margin:0 !important;padding:0 2px !important;color:#fff !important;font-size:11.5px !important;font-weight:600;line-height:1.35 !important;text-align:center !important;white-space:normal !important;overflow:hidden !important;text-overflow:clip !important;direction:rtl !important;box-sizing:border-box !important}@media only screen and (max-width:991px){.detail-product-four-bottom{position:fixed !important;right:clamp(10px, 3.5vw, 18px) !important;left:clamp(10px, 3.5vw, 18px) !important;bottom:calc(12px + env(safe-area-inset-bottom)) !important;z-index:14 !important;display:flex !important;align-items:center !important;justify-content:center !important;min-height:clamp(64px, 16vw, 74px) !important;padding:clamp(12px, 3.5vw, 18px) clamp(16px, 5vw, 26px) !important;border-radius:clamp(16px, 4vw, 22px) !important;background:rgba(255,255,255,.97) !important;border:1px solid rgba(255,255,255,.85) !important;box-shadow:0 12px 35px rgba(0,0,0,.16) !important;backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%);box-sizing:border-box !important;overflow:hidden !important;pointer-events:none !important}.detail-product-four-bottom:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.55) 0%,rgba(255,255,255,.08) 100%);pointer-events:none}.detailfourprice .price{position:fixed !important;right:clamp(10px, 3.5vw, 18px) !important;left:clamp(10px, 3.5vw, 18px) !important;bottom:calc(12px + env(safe-area-inset-bottom)) !important;z-index:16 !important;min-height:clamp(64px, 16vw, 74px) !important;margin:0 !important;padding:0 clamp(14px, 4.5vw, 24px) !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;line-height:1.6 !important;box-sizing:border-box !important;pointer-events:none !important;background:0 0 !important}.detailfourprice .price a{width:100% !important;min-height:44px !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:7px !important;padding:0 !important;margin:0 !important;text-align:center !important;text-decoration:none !important;font-family:yekanbakh,inherit !important;font-size:clamp(15px, 4.15vw, 19px) !important;font-weight:600 !important;font-weight:600 !important;line-height:1.6 !important;color:#3f3f3f !important;letter-spacing:-.2px !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;direction:rtl !important;unicode-bidi:plaintext !important;pointer-events:auto !important;-webkit-tap-highlight-color:transparent !important}.detailfourprice .price a:active{transform:scale(.985)}body{padding-bottom:calc(96px + env(safe-area-inset-bottom)) !important}}