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

:root {
	--wd-header-banner-h: 80px;
	--wd-text-font: IRANSansXFaNum;
	--wd-text-font-weight: 500;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: IRANSansXFaNum;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: IRANSansXFaNum;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: IRANSansXFaNum;
	--wd-widget-title-font: IRANSansXFaNum;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: IRANSansXFaNum;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(15,144,192);
	--wd-alternative-color: rgb(255,102,0);
	--wd-link-color: rgb(107,185,226);
	--wd-link-color-hover: #ef5661;
	--btn-default-bgcolor: rgb(15,144,192);
	--btn-default-bgcolor-hover: rgb(30,115,190);
	--btn-accented-bgcolor: rgb(15,144,192);
	--btn-accented-bgcolor-hover: rgb(30,115,190);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: transparent;
	background-image: url(https://uklid.ir/wp-content/uploads/2018/10/Untitled-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgba(173,173,173,0);
	background-image: url(https://uklid.ir/wp-content/uploads/2025/10/ezgif.com-video-to-gif-converter.gif);
	background-repeat: repeat-x;
	background-size: cover;
	background-attachment: scroll;
	background-position: center top;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #f4f4f4;
	background-image: url(https://uklid.ir/wp-content/uploads/2020/03/blog-title-bg5-1.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(219,219,219);
	background-image: url(https://uklid.ir/wp-content/uploads/2017/08/footer-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}
body[class*="wrapper-boxed"] {
	background-color: rgb(246,246,246);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(246,246,246);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(246,246,246);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: #ffffff;
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: #ffffff;
	background-image: none;
}
.single-post .wd-page-content {
	background-color: #ffffff;
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: #ffffff;
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 960px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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;
--wd-brd-radius: 0px;
}

@media (min-width: 1600px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}

rs-slides :is([data-type=text],[data-type=button]) {
font-family: IRANSansXFaNum !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: IRANSansXFaNum !important;
}

#billing_country_field{display:none !important}
ol { counter-reset: item; }
ol li { display: block; }
ol li:before {
            content: counter(item) "- ";
            counter-increment: item;
            color: #0f90c0;
        }

/* *****************************************************/
.namadsite li
{
	float:right;
	padding:8px;
	margin-left: 8px;
    width: 150px;
    height: 140px;
    border-radius: 5px;
    /*background-color: #f0f0f0;
    border: 1px solid #e5e5ea;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	
}
.namadsite img
{
	width:90%;
	height:90%;
}
.namadsite li:before
{
	content:none !important;
}

.product-element-bottom, .labels-rectangular{
display:none !important;
}
/***********hidde anbar **********
p.stock.in-stock{display:none !important}*/

/******** hide compare from menu mobile ****/
.menu-item-compare{
	display:none !important;
}
/***************/
/*.offcanvas-sidebar-mobile{display:none}*/
.wd-sidebar-opener:not(.wd-on-toolbar){border: 1px solid #0f90c0;}

/**************************/
.wd-dropdown-cats {width: 100% !important;}
.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width{width:1000px !important}
.wd-dropdown-menu.wd-design-sized .wd-sub-menu > li, .wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li {
    width: 160px !important;
    margin-bottom: 25px !important;
}

@media only screen and (max-width: 768px){
.migvc_col-sm-4 {
    width: 100% !important;
	}}

.post-date{display:none !important}

.gform_button{background-color: #0f90c0 !important; color:#fff !important;}


.pulsingButton {
  box-shadow: 0 0 0 0 rgb(229, 119, 66, 0.7);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
}


/* Comment-out to have the button continue to pulse on mouseover */

a.pulsingButton:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: #ffffff;
}


/* Animation */

@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.post-img-wrapp{border-radius: 8px 8px 0 0;}
.blog-post-loop .article-body-container {
    padding: 23px 5px !important;
    height: 130px;
    border-radius: 0 0 8px 8px;
}
@media (min-width: 1025px) {
	.margin0{margin:50px !important}
   .alef-tech-footer{
    background: rgb(255 255 255 / 85%);
    padding: 0.5rem;
    border-radius: 5px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.margin0{margin:0 !important}
#wd-6072b916c1d3f > a{padding: 10px 14px}
#wd-6072b916c1d3f{margin-top: 50px;}
.hover-mask{display: none !important;}
}

