@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//gprint.ir/wp-content/themes/woodmart/fonts/woodmart-font-2-400.woff2?v=7.3.2") format("woff2");
}

:is(.shop-content-area.wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product) .wd-products-with-bg, :is(.shop-content-area.wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product) .wd-products-with-bg .product-grid-item{
	--wd-prod-bg:rgb(255,255,255); --wd-bordered-bg:rgb(255,255,255);
}

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:rgb(28,97,231);
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
	background-image: none;
}

:root{
--wd-text-font:Yekanbakh, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:15px;
}
:root{
--wd-title-font:Yekanbakh, sans-serif;
--wd-title-font-weight:500;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:Yekanbakh, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:Yekanbakh, sans-serif;
}
:root{
--wd-widget-title-font:Yekanbakh, sans-serif;
--wd-widget-title-font-weight:500;
--wd-widget-title-transform:capitalize;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:Yekanbakh, sans-serif;
--wd-header-el-font-weight:600;
--wd-header-el-transform:capitalize;
--wd-header-el-font-size:13px;
}
html .wd-nav-mobile > li > a{
	text-transform: capitalize;
}

html .post.blog-post-loop .post-title{
	font-size: 18px;
}

:root{
--wd-brd-radius: 10px;
}
:root{
--wd-primary-color:rgb(28,97,231);
}
:root{
--wd-alternative-color:rgba(28,97,231,0.2);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
.page .main-page-wrapper{
	background-color:rgb(242,246,247);
	background-image: url(https://gprint.ir/wp-content/uploads/2025/11/bd-glassmorphism-gradient-simple-scaled-3.webp);
	background-repeat:repeat-y;
	background-size:contain;
	background-attachment:scroll;
	background-position:center top;
}

:root{
--btn-default-bgcolor:rgb(225,235,255);
}
:root{
--btn-default-bgcolor-hover:rgb(219,227,249);
}
:root{
--btn-default-color:rgb(28,97,231);
}
:root{
--btn-default-color-hover:rgb(28,97,231);
}
:root{
--btn-accented-bgcolor:rgb(28,97,231);
}
:root{
--btn-accented-bgcolor-hover:rgb(28,97,231);
}
:root{
--btn-transform:capitalize;
}
html .wd-buy-now-btn{
	background: rgb(107,163,49);
}

html .wd-buy-now-btn:hover{
	background: rgb(95,158,44);
}

:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
							--wd-form-brd-radius: 5px;
			
					
					--wd-form-brd-width: 1px;
		
		
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
					
			
			
							--btn-default-brd-radius: 5px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
					
					
			
			
							--btn-accented-brd-radius: 5px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
					
							
		
			}

	
	
			:root{
			--wd-container-w: 1400px;
		}
	
			@media (min-width: 1417px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1400px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
	body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {

							
							
							
							
									--wd-form-bg: rgb(255,255,255);
						}
.dancing-circle {
            animation: dancingcircle infinite 40s linear;
            background-position: center center;
            background-image: linear-gradient( #365364 0%, #075baa 100%);
        }
        
        @keyframes dancingcircle {
            from {
                border-top-left-radius: 35%;
                border-bottom-right-radius: 50%;
                border-top-right-radius: 42.5%;
                border-bottom-left-radius: 42.5%;
                transform: rotate(0deg) scalex(1.1) scaley(.95) rotate3d(1, 1, 2, 16deg);
            }
            3.125% {
                transform: rotate(5deg) scalex(1.05) scaley(1) rotate3d(1, 1, 2, 24deg);
            }
            6.25% {
                border-top-right-radius: 50%;
                border-bottom-left-radius: 35%;
                transform: rotate(10deg) scalex(1) scaley(1.05) rotate3d(1, 1, 2, 32deg);
            }
            9.375% {
                transform: rotate(15deg) scalex(.95) scaley(1.1) rotate3d(1, 1, 2, 24deg);
            }
            12.5% {
                border-top-left-radius: 50%;
                border-bottom-right-radius: 35%;
                transform: rotate(20deg) scalex(.9) scaley(1.05) rotate3d(1, 1, 2, 16deg);
            }
            15.625% {
                transform: rotate(15deg) scalex(.95) scaley(1) rotate3d(1, 1, 2, 8deg);
            }
            18.75% {
                border-top-right-radius: 35%;
                border-bottom-left-radius: 50%;
                transform: rotate(10deg) scalex(1) scaley(.95) rotate3d(1, 1, 2, 0deg);
            }
            21.875% {
                transform: rotate(5deg) scalex(1.05) scaley(.9) rotate3d(1, 1, 2, 8deg);
            }
            25% {
                border-top-left-radius: 35%;
                border-bottom-right-radius: 50%;
                border-top-right-radius: 42.5%;
                border-bottom-left-radius: 42.5%;
                transform: rotate(0deg) scalex(1.1) scaley(.95) rotate3d(1, 1, 2, 16deg);
            }
            28.125% {
                transform: rotate(-5deg) scalex(1.05) scaley(1) rotate3d(1, 1.1, 2, 12deg);
            }
            31.25% {
                border-top-right-radius: 50%;
                border-bottom-left-radius: 35%;
                transform: rotate(-10deg) scalex(1) scaley(1.05) rotate3d(1, 1.2, 2, 8deg);
            }
            34.375% {
                transform: rotate(-15deg) scalex(1.05) scaley(1.1) rotate3d(1, 1.3, 2, 4deg);
            }
            37.5% {
                border-top-left-radius: 50%;
                border-bottom-right-radius: 35%;
                transform: rotate(-20deg) scalex(1.1) scaley(1.05) rotate3d(1, 1.4, 2, 0deg);
            }
            40.625% {
                transform: rotate(-15deg) scalex(1.15) scaley(1) rotate3d(1, 1.3, 2, -4deg);
            }
            43.75% {
                border-top-right-radius: 35%;
                border-bottom-left-radius: 50%;
                transform: rotate(-10deg) scalex(1.2) scaley(.95) rotate3d(1, 1.2, 2, -8deg);
            }
            47.875% {
                transform: rotate(-5deg) scalex(1.15) scaley(.9) rotate3d(1, 1.1, 2, -12deg);
            }
            50% {
                border-top-left-radius: 35%;
                border-bottom-right-radius: 50%;
                border-top-right-radius: 42.5%;
                border-bottom-left-radius: 42.5%;
                transform: rotate(0deg) scalex(1.1) scaley(.95) rotate3d(1, 1, 2, -16deg);
            }
            53.125% {
                transform: rotate(5deg) scalex(1.05) scaley(1) rotate3d(1, 1, 2, -24deg);
            }
            56.25% {
                border-top-right-radius: 50%;
                border-bottom-left-radius: 35%;
                transform: rotate(10deg) scalex(1) scaley(1.05) rotate3d(1, 1, 2, -32deg);
            }
            59.375% {
                transform: rotate(15deg) scalex(.95) scaley(1.1) rotate3d(1, 1, 2, -24deg);
            }
            62.5% {
                border-top-left-radius: 50%;
                border-bottom-right-radius: 35%;
                transform: rotate(20deg) scalex(.9) scaley(1.05) rotate3d(1, 1, 2, -16deg);
            }
            65.625% {
                transform: rotate(15deg) scalex(.95) scaley(1) rotate3d(1, 1, 2, -8deg);
            }
            68.75% {
                border-top-right-radius: 35%;
                border-bottom-left-radius: 50%;
                transform: rotate(10deg) scalex(1) scaley(.95) rotate3d(1, -1, 2, 0deg);
            }
            71.875% {
                transform: rotate(5deg) scalex(1.05) scaley(.9) rotate3d(1, -1, 2, 8deg);
            }
            75% {
                border-top-left-radius: 35%;
                border-bottom-right-radius: 50%;
                border-top-right-radius: 42.5%;
                border-bottom-left-radius: 42.5%;
                transform: rotate(0deg) scalex(1.1) scaley(.95) rotate3d(1, -1, 2, 16deg);
            }
            78.125% {
                transform: rotate(5deg) scalex(1.05) scaley(1) rotate3d(1, -1, 2, 24deg);
            }
            81.25% {
                border-top-right-radius: 50%;
                border-bottom-left-radius: 35%;
                transform: rotate(10deg) scalex(1) scaley(1.05) rotate3d(1, -1, 2, 32deg);
            }
            84.375% {
                transform: rotate(15deg) scalex(.95) scaley(1.1) rotate3d(1, -1, 2, 24deg);
            }
            87.5% {
                border-top-left-radius: 50%;
                border-bottom-right-radius: 35%;
                transform: rotate(20deg) scalex(.9) scaley(1.05) rotate3d(1, -1, 2, 16deg);
            }
            90.625% {
                transform: rotate(15deg) scalex(.95) scaley(1) rotate3d(1, -.5, 2, 8deg);
            }
            93.75% {
                border-top-right-radius: 35%;
                border-bottom-left-radius: 50%;
                transform: rotate(10deg) scalex(1) scaley(.95) rotate3d(1, 0, 2, 0deg);
            }
            96.875% {
                transform: rotate(5deg) scalex(1.05) scaley(.9) rotate3d(1, .5, 2, 8deg);
            }
            to {
                border-top-left-radius: 35%;
                border-bottom-right-radius: 50%;
                border-top-right-radius: 42.5%;
                border-bottom-left-radius: 42.5%;
                transform: rotate(0deg) scalex(1.1) scaley(.95) rotate3d(1, 1, 2, 16deg);
            }
        }

.dancing-circle-tr-l {
  animation: dancingCircleTrL infinite 40s linear;
  background-position: center center;
  background-image: linear-gradient( #36536450 0%, #075baa50 100%);
}

@keyframes dancingCircleTrL {
  from {
      border-top-left-radius: 15px;
      border-bottom-right-radius: 150px;
      border-top-right-radius: 75px;
      border-bottom-left-radius: 75px;
      transform: rotate(0deg) scalex(1.04) scaley(.98) rotate3d(1, 1, 2, 4deg);
  }
  3.125% {
      transform: rotate(1deg) scalex(1.02) scaley(1) rotate3d(1, 1, 2, 6deg);
  }
  6.25% {
      border-top-right-radius: 150px;
      border-bottom-left-radius: 15px;
      transform: rotate(2deg) scalex(1) scaley(1.02) rotate3d(1, 1, 2, 8deg);
  }
  9.375% {
      transform: rotate(3deg) scalex(.98) scaley(1.04) rotate3d(1, 1, 2, 6deg);
  }
  12.5% {
      border-top-left-radius: 150px;
      border-bottom-right-radius: 15px;
      transform: rotate(4deg) scalex(.96) scaley(1.02) rotate3d(1, 1, 2, 4deg);
  }
  15.625% {
      transform: rotate(3deg) scalex(.98) scaley(1) rotate3d(1, 1, 2, 2deg);
  }
  18.75% {
      border-top-right-radius: 15px;
      border-bottom-left-radius: 150px;
      transform: rotate(2deg) scalex(1) scaley(.98) rotate3d(1, 1, 2, 0deg);
  }
  21.875% {
      transform: rotate(1deg) scalex(1.02) scaley(.96) rotate3d(1, 1, 2, 2deg);
  }
  25% {
      border-top-left-radius: 15px;
      border-bottom-right-radius: 150px;
      border-top-right-radius: 75px;
      border-bottom-left-radius: 75px;
      transform: rotate(0deg) scalex(1.04) scaley(.98) rotate3d(1, 1, 2, 4deg);
  }
  28.125% {
      transform: rotate(-1deg) scalex(1.02) scaley(1) rotate3d(1, 1.1, 2, 3deg);
  }
  31.25% {
      border-top-right-radius: 150px;
      border-bottom-left-radius: 15px;
      transform: rotate(-2deg) scalex(1) scaley(1.02) rotate3d(1, 1.2, 2, 2deg);
  }
  34.375% {
      transform: rotate(-3deg) scalex(1.02) scaley(1.04) rotate3d(1, 1.3, 2, 1deg);
  }
  37.5% {
      border-top-left-radius: 150px;
      border-bottom-right-radius: 15px;
      transform: rotate(-4deg) scalex(1.04) scaley(1.02) rotate3d(1, 1.4, 2, 0deg);
  }
  40.625% {
      transform: rotate(-3deg) scalex(1.15) scaley(1) rotate3d(1, 1.3, 2, -1deg);
  }
  43.75% {
      border-top-right-radius: 15px;
      border-bottom-left-radius: 150px;
      transform: rotate(-2deg) scalex(1.2) scaley(.98) rotate3d(1, 1.2, 2, -2deg);
  }
  47.875% {
      transform: rotate(-1deg) scalex(1.15) scaley(.96) rotate3d(1, 1.1, 2, -3deg);
  }
  150px {
      border-top-left-radius: 15px;
      border-bottom-right-radius: 150px;
      border-top-right-radius: 75px;
      border-bottom-left-radius: 75px;
      transform: rotate(0deg) scalex(1.04) scaley(.98) rotate3d(1, 1, 2, -4deg);
  }
  53.125% {
      transform: rotate(1deg) scalex(1.02) scaley(1) rotate3d(1, 1, 2, -6deg);
  }
  56.25% {
      border-top-right-radius: 150px;
      border-bottom-left-radius: 15px;
      transform: rotate(2deg) scalex(1) scaley(1.02) rotate3d(1, 1, 2, -8deg);
  }
  59.375% {
      transform: rotate(3deg) scalex(.98) scaley(1.04) rotate3d(1, 1, 2, -6deg);
  }
  62.5% {
      border-top-left-radius: 150px;
      border-bottom-right-radius: 15px;
      transform: rotate(4deg) scalex(.96) scaley(1.02) rotate3d(1, 1, 2, -4deg);
  }
  65.625% {
      transform: rotate(3deg) scalex(.98) scaley(1) rotate3d(1, 1, 2, -2deg);
  }
  68.75% {
      border-top-right-radius: 15px;
      border-bottom-left-radius: 150px;
      transform: rotate(2deg) scalex(1) scaley(.98) rotate3d(1, -1, 2, 0deg);
  }
  71.875% {
      transform: rotate(1deg) scalex(1.02) scaley(.96) rotate3d(1, -1, 2, 2deg);
  }
  75% {
      border-top-left-radius: 15px;
      border-bottom-right-radius: 150px;
      border-top-right-radius: 75px;
      border-bottom-left-radius: 75px;
      transform: rotate(0deg) scalex(1.04) scaley(.98) rotate3d(1, -1, 2, 4deg);
  }
  78.125% {
      transform: rotate(1deg) scalex(1.02) scaley(1) rotate3d(1, -1, 2, 6deg);
  }
  81.25% {
      border-top-right-radius: 150px;
      border-bottom-left-radius: 15px;
      transform: rotate(2deg) scalex(1) scaley(1.02) rotate3d(1, -1, 2, 8deg);
  }
  84.375% {
      transform: rotate(3deg) scalex(.98) scaley(1.04) rotate3d(1, -1, 2, 6deg);
  }
  87.5% {
      border-top-left-radius: 150px;
      border-bottom-right-radius: 15px;
      transform: rotate(4deg) scalex(.96) scaley(1.02) rotate3d(1, -1, 2, 6deg);
  }
  90.625% {
      transform: rotate(3deg) scalex(.98) scaley(1) rotate3d(1, -.5, 2, 2deg);
  }
  93.75% {
      border-top-right-radius: 15px;
      border-bottom-left-radius: 150px;
      transform: rotate(2deg) scalex(1) scaley(.98) rotate3d(1, 0, 2, 0deg);
  }
  96.875% {
      transform: rotate(1deg) scalex(1.02) scaley(.96) rotate3d(1, .5, 2, 2deg);
  }
  to {
      border-top-left-radius: 15px;
      border-bottom-right-radius: 150px;
      border-top-right-radius: 75px;
      border-bottom-left-radius: 75px;
      transform: rotate(0deg) scalex(1.04) scaley(.98) rotate3d(1, 1, 2, 4deg);
  }
}