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

:root {
	--wd-text-font: YekanBakhFaNum;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: YekanBakhFaNum;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: YekanBakhFaNum;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: YekanBakhFaNum;
	--wd-widget-title-font: YekanBakhFaNum;
	--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: YekanBakhFaNum;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(20,133,166);
	--wd-alternative-color: rgb(20,133,166);
	--wd-link-color: rgb(243,185,26);
	--wd-link-color-hover: rgb(20,133,166);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(46,107,198);
	--btn-accented-bgcolor-hover: rgb(42,97,180);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(http://armatelecom.com/wp-content/uploads/2022/09/accessories-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://armachemical.com/wp-content/uploads/2025/05/Untitled-6-1.png);
	background-size: cover;
	background-attachment: inherit;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(220,221,222);
	background-image: none;
}
html .product.category-grid-item .wd-entities-title, html .product.category-grid-item.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .category-grid-item:first-child .wd-entities-title, html .product.wd-cat .wd-entities-title {
	font-size: 18px;
	text-transform: none;
}
html .wd-nav-mobile > li > a, html .wd-nav-mobile .wd-sub-menu li a {
	text-transform: none;
}
html .wd-buy-now-btn {
	background: rgb(36,36,36);
}
html .wd-buy-now-btn:hover {
	background: rgb(51,51,51);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1320px;
--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: 8px;
}

@media (min-width: 1337px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1320px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


@font-face {
	font-family: "hkgroteskpro";
	font-weight: 600;
	font-style: normal;
}

/* حذف محصولات پیشنهادی از کنار محصول */
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
    display: none;
}
/* وسط چین کردن گالری عکس محصول */
.woocommerce div.product div.images {
    margin: 0 auto;
    text-align: center;
}

/* بزرگ کردن عکس محصول */
.woocommerce div.product div.images img {
    width: 400px; /* یا هر عددی که خواستی */
    height: auto;
}

/* مخفی کردن کادر یا حاشیه اضافی دور عکس */
.woocommerce div.product div.images .woocommerce-product-gallery__image {
    border: none;
}
.woocommerce div.product {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}


}

/* وسط چین کردن دکمه قیمت تماس */
.woocommerce div.product .price,
.woocommerce div.product form.cart {
    text-align: center;
    margin-top: 20px;
}
/* حذف کامل محصولات پیشنهادی */
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
    display: none !important;
}
/* وسط چین فقط گالری عکس محصول */
.woocommerce div.product div.images {
    margin: 0 auto !important;
    text-align: center !important;
}

/* بزرگ کردن عکس محصول */
.woocommerce div.product div.images img {
    width: 400px !important;
    height: auto !important;
}

/* وسط چین فقط قیمت و دکمه خرید */
.woocommerce div.product .summary .price,
.woocommerce div.product .summary form.cart {
    text-align: center !important;
}

/* جلوگیری از وسط چین شدن تب توضیحات */
.woocommerce div.product .woocommerce-tabs {
    text-align: initial !important;
}



@media (min-width: 768px) and (max-width: 1024px) {
	.tp-bullets{
	display:none !important;
}

rs-arrow.hesperiden.tparrows:before{
display:none !important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.shop_table_responsive :is(tbody,tfoot,tr)
{
	    padding-left: 10px;
}


.tp-bullets{
	display:none !important;
}

rs-arrow.hesperiden.tparrows:before{
display:none !important;
}

.wd-hover-base .wd-product-countdown>span, .wd-hover-fw-button .wd-product-countdown>span, .wd-hover-tiled .wd-product-countdown>span
{
	font-size:10px;
}


}

@media (max-width: 576px) {
	.shop_table_responsive :is(tbody,tfoot,tr)
{
	    padding-left: 10px;
}
.tp-bullets{
	display:none !important;
}
.wd-hover-base .wd-product-countdown>span, .wd-hover-fw-button .wd-product-countdown>span, .wd-hover-tiled .wd-product-countdown>span
{
	font-size:10px;
}
rs-arrow.hesperiden.tparrows:before{
display:none !important;
}

rs-arrow.hesperiden .tparrows{
display:none !important;
}
div[class*=wd-carousel-spacing] .owl-nav>div[class*=prev]
{
	margin-right:40px !important; 
}
div[class*=wd-carousel-spacing] .owl-nav>div[class*=next]
{
	margin-left:40px !important;
}

#rev_slider_2_1_wrapper .hesperiden.tparrows {
    cursor: pointer;
    background: rgb(0 0 0 / 0%) !important;
}

/* .whb-col-right, .whb-mobile-right {
 
    justify-content: flex-start !important;
    margin-right: 26%;
} */
}

