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

:root {
	--wd-header-banner-h: 50px;
	--wd-text-font: "iranyekanwebregular_FaNum", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "iranyekanwebregular_FaNum", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "iranyekanwebregular_FaNum", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "iranyekanwebregular_FaNum", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "iranyekanwebregular_FaNum", Arial, Helvetica, sans-serif;
	--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: "iranyekanwebregular_FaNum", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(0,123,196);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(0,123,196);
	--wd-link-color-hover: rgba(249,0,91,0.87);
	--btn-default-bgcolor: rgb(0,123,196);
	--btn-default-bgcolor-hover: rgb(0,106,169);
	--btn-accented-bgcolor: rgb(0,123,196);
	--btn-accented-bgcolor-hover: rgb(0,106,169);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgba(247,90,0,0.92);
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 400px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgba(2,142,229,0.95);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgba(24,135,33,0.84);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.wd-builder-off .wd-fbt.wd-design-side {
	--wd-form-width: 487px;
}

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

}

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

}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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


.grecaptcha-badge { 
visibility: hidden;
}
.searchsubmit {
color: #007bc4 !important;
}
/* change color categories and hover */
.single-product .posted_in a {
color: rgb(0,123,196); 
}
.single-product .posted_in a:hover {
color: rgba(249,0,91,0.87); 
}
/*End change color categories and hover */
/* change color tags and hover */
.single-product .tagged_as a {
color:inherit			  
padding: 4px;
border-radius: 5px;
background-color: rgba(0,0,0,.05);
}
.single-product  .tagged_as a:hover {
color:white;
background-color: rgb(0,123,196);
}
/*Edd change color tags and hover */
.summary-inner .breadcrumb-link a
{
color: rgb(0,123,196); 	
}
 /* اضافه کردن آیکون خرید به دکمه افزودن به سبد خرید در محصول تکی*/

body .single_add_to_cart_button:before {
	position: absolute;
	inset-inline-start: 0;
	content: "\f105";
  font-family: "woodmart-font";
	opacity: 1;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background-color: rgb(241,89,56);
	transition: all .3s ease;
}
body .single_add_to_cart_button:after {
	inset-inline-start: 20px;
}
body .single_add_to_cart_button.loading:before {
	color: transparent;
}
body .single_add_to_cart_button {
padding-inline-start: 45px;
}
body .single_add_to_cart_button:hover:before {
	background-color: rgb(0,106,169); 
}
/* change visibility (email and reference) in Paypal order-recive */
.wp_pp_button_selection_section{
max-width:300px !important;
font-weight:bold
}
.wp_pp_button_reference{
max-height:1px !important;
visibility: hidden  !important;
}
.wp_pp_button_reference_section{
max-height:1px !important;
visibility: hidden  !important;
}
/* Delete BILLING ADDRESS and Phone/mobile */
.woocommerce-customer-details{
max-height:1px !important;
visibility: hidden  !important;
}
.shop_table.custom-fields{
max-height:1px !important;
visibility: hidden  !important;
}
/* فاصله دکمه افزودن به سبد خرید درصفحه تک محصول   */
.single_add_to_cart_button{
 margin: auto !important;
/* background-color:rgb(241,89,56); */
/*margin-top:calc(var(--wd-single-spacing) * -1 - 90px) !important; چسباندن دکمه به توضیحات کوتاه  */
}
/* فاصله دکمه افزودن افزودن به علاقه مندی درصفحه تک محصول  */
.wd-wishlist-icon{
	display: table;
	margin-right: auto !important;
	margin-left: auto !important;
	/*margin-top:calc(var(--wd-single-spacing) * -2 - 10px) !important; چسباندن دکمه به توضیحات کوتاه  */
}
/* چینش قیمت درصفحه تک محصول  */
body .woocommerce-Price-amount {
    display: block;
    text-align:center ;
}
/* عدم نمایش تعداد کتاب در صفحه تسویه حساب */
.product-quantity{
visibility: hidden  !important;
}
/* فاصله ورنگ نوار چسبان و دکمه اطلاعیه ها در کل سایت */
.woocommerce-message .button{
margin-right: 20px !important;
border-color:red;
}
/* برداشتن تیک نوار چسبان در اطلاعیه هاکل سایت */
.woocommerce-message:before {
visibility:hidden !important;
}
/*عدم نمایش جدول ویژگی ها و با تب توضیح تکمیلی در تک محصول 
.woocommerce-product-attributes{
visibility:hidden !important;
}*/
/*فاصله تب های توضیحات به نوضیح تکمیلی در تک محصول 
.wd-nav-wrapper{
margin-top:calc(var(--wd-single-spacing) * -1 - 40px) !important;
}*/
/*تغییر سایز تصویر برند در صفحه تک محصول */
.wd-product-brands{
max-width: 75px !important;
}
/*گرد کردن دکمه گراویتی فرم در تمام فرمها  */
.gform_button{
border-radius: 20px !important;
border-radius: 20px !important;
border-radius: 20px !important;
border-radius: 20px !important;
}
/* تغییر رنگ دکمه ویدیو در تک محصول   */
.product-360-button>a:before, .product-video-button>a:before, .woodmart-show-product-gallery-wrap>a:before {
    color: #ffffff;
    background: red;
}

@media (min-width: 1025px) {
	/* تغییر سایز عنوان محصول در تک محخصول */
.product_title {
    font-size: 28px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/*عدم نمایش برند در صفحه تک محصول */
.wd-product-brands{
visibility:hidden !important;
max-width: 1px !important;
width:1%!important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	/*عدم نمایش برند در صفحه تک محصول */
.wd-product-brands{
visibility:hidden !important;
max-width: 1px !important;
width:1%!important;
}
}

@media (max-width: 576px) {
	/*عدم نمایش برند در صفحه تک محصول */
.wd-product-brands{
visibility:hidden !important;
max-width: 1px !important;
width:1%!important;
}
/* تغییر سایز نمایش تصویر کتاب در تک محصول */
.woocommerce-product-gallery .woocommerce-product-gallery__image {
max-width: 300px;
max-height: 400px;
display: block;
margin-left: auto;
margin-right: auto;
}
}

