:root {
	--wd-text-font: "YekanBakhFaNum", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "YekanBakhFaNum", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(86,86,86);
	--wd-entities-title-font: "YekanBakhFaNum", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(89,89,89);
	--wd-entities-title-color-hover: rgb(240, 25, 25);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "YekanBakhFaNum", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(109,109,109);
	--wd-widget-title-font-size: 14px;
	--wd-header-el-font: "YekanBakhFaNum", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 50px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(240,25,25);
	--wd-alternative-color: rgb(25,111,240);
	--btn-default-bgcolor: rgb(240,25,25);
	--btn-default-bgcolor-hover: rgb(196,19,19);
	--btn-default-color: rgb(255,255,255);
	--btn-accented-font-family: "IRANSansXFaNum", Arial, Helvetica, sans-serif;
	--btn-accented-bgcolor: rgb(240,25,25);
	--btn-accented-bgcolor-hover: rgb(196,19,19);
	--btn-accented-color: rgb(255,255,255);
	--btn-accented-color-hover: rgb(255,255,255);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(104,104,104);
	--wd-link-color-hover: #rgb(240,25,25);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgba(255,255,255,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 1000px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd .product-label.onsale {
	background-color: rgb(25,111,240);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-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;
}

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


.wd-page-title {
background-color: #0a0a0a;
}

.blog-design-masonry .post-title
{
	font-size:18px;
}

.blog-design-masonry.wd-add-shadow .article-inner:hover
{
	box-shadow: 1px 5px 3px 0px rgb(0 0 0 / 12%);
}

/* ------------------------------------------ */

/* =========================================
   GAME HOUSE - WOODMART DARK MODE
   ========================================= */

body.gh-dark {
    background: #101114 !important;
    color: #e8e8e8 !important;
}

/* Main backgrounds */
body.gh-dark .main-page-wrapper,
body.gh-dark .site-content,
body.gh-dark .page-wrapper,
body.gh-dark .container-wrapper {
    background-color: #101114 !important;
}

/* Header */
body.gh-dark .whb-header,
body.gh-dark .whb-main-header,
body.gh-dark .whb-row,
body.gh-dark .whb-general-header {
    background-color: #15161a !important;
}

/* Header text */
body.gh-dark .whb-header a,
body.gh-dark .whb-header .wd-nav > li > a {
    color: #eeeeee !important;
}

/* Product cards */
body.gh-dark .product-grid-item,
body.gh-dark .wd-product,
body.gh-dark .product-wrapper {
    background-color: #191a1f !important;
    color: #eeeeee !important;
}

/* Product titles */
body.gh-dark .wd-entities-title,
body.gh-dark .product-title,
body.gh-dark .product-grid-item .wd-entities-title a {
    color: #eeeeee !important;
}

/* Prices */
body.gh-dark .price,
body.gh-dark .price *,
body.gh-dark .amount {
    color: #ffffff !important;
}

/* Old prices */
body.gh-dark del,
body.gh-dark del .amount {
    color: #999999 !important;
}

/* WooCommerce notices */
body.gh-dark .woocommerce-info,
body.gh-dark .woocommerce-message,
body.gh-dark .woocommerce-error {
    background-color: #1b1c21 !important;
    color: #eeeeee !important;
}

/* Inputs */
body.gh-dark input,
body.gh-dark textarea,
body.gh-dark select {
    background-color: #1b1c21 !important;
    color: #eeeeee !important;
    border-color: #3a3b40 !important;
}

/* Search */
body.gh-dark .wd-search-form input,
body.gh-dark .searchform input {
    background-color: #1b1c21 !important;
    color: #ffffff !important;
}

/* Dropdown / Mega menu */
body.gh-dark .wd-dropdown,
body.gh-dark .wd-sub-menu,
body.gh-dark .wd-nav-dropdown {
    background-color: #18191d !important;
}

body.gh-dark .wd-dropdown a,
body.gh-dark .wd-sub-menu a {
    color: #eeeeee !important;
}

/* Cart / Side cart */
body.gh-dark .wd-side-hidden,
body.gh-dark .cart-widget-side,
body.gh-dark .wd-close-side {
    background-color: #15161a !important;
    color: #eeeeee !important;
}

/* Footer */
body.gh-dark .footer-container,
body.gh-dark .footer-container > div {
    background-color: #0b0c0e !important;
}

body.gh-dark .footer-container,
body.gh-dark .footer-container p,
body.gh-dark .footer-container a,
body.gh-dark .footer-container h1,
body.gh-dark .footer-container h2,
body.gh-dark .footer-container h3,
body.gh-dark .footer-container h4 {
    color: #dddddd !important;
}

/* Blog / Magazine */
body.gh-dark .wd-post,
body.gh-dark .article-body-container {
    background-color: #191a1f !important;
    color: #eeeeee !important;
}

body.gh-dark .wd-post .wd-entities-title a {
    color: #eeeeee !important;
}

/* Buttons */
body.gh-dark .btn,
body.gh-dark button:not(#gh-theme-toggle),
body.gh-dark .button {
    border-color: #444 !important;
}

/* Borders */
body.gh-dark hr,
body.gh-dark .wd-product,
body.gh-dark .product-grid-item {
    border-color: #2d2e33 !important;
}


/* =========================================
   GAME HOUSE - THEME TOGGLE SWITCH
   ========================================= */

#gh-theme-toggle {
    position: static !important;

    width: 50px !important;
    height: 26px !important;
    min-height: 26px !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 0 !important;
    border-radius: 50px !important;

    background: #111 !important;
    color: #fff !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    box-sizing: border-box !important;

    position: relative !important;

    cursor: pointer;

    box-shadow: none !important;

    font-size: 14px !important;
    line-height: 1 !important;

    overflow: hidden !important;

    transition: background .25s ease;
}


/* Moon & Sun */

#gh-theme-toggle .gh-theme-icon {
    position: relative;

    z-index: 2;

    width: 26px !important;
    height: 26px !important;

    min-height: 0 !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 14px !important;
    line-height: 1 !important;

    pointer-events: none;
}


/* Moon / Sun */

.fa-moon {color: #f1c40f;}

.fa-sun {color: #f39c12;}


/* Moving ball */

#gh-theme-toggle .gh-theme-ball {
    position: absolute !important;

    width: 22px !important;
    height: 22px !important;

    min-width: 22px !important;
    min-height: 22px !important;

    left: 2px !important;
    top: 2px !important;

    padding: 0 !important;
    margin: 0 !important;

    border-radius: 50% !important;

    background: #ffffff !important;

    z-index: 3;

    pointer-events: none;

    transition: transform .25s ease;
}


/* =========================================
   DARK MODE
   ========================================= */

body.gh-dark #gh-theme-toggle {
    background: #111 !important;
}

body.gh-dark #gh-theme-toggle .gh-theme-ball {
    transform: translateX(24px);
}


/* =========================================
   HOVER
   ========================================= */

#gh-theme-toggle:hover {
    transform: none !important;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    #gh-theme-toggle {
        width: 45px !important;
        height: 24px !important;
        min-height: 24px !important;
    }

    #gh-theme-toggle .gh-theme-icon {
        width: 24px !important;
        height: 24px !important;
    }

    #gh-theme-toggle .gh-theme-ball {
        width: 20px !important;
        height: 20px !important;

        min-width: 20px !important;
        min-height: 20px !important;

        left: 2px !important;
        top: 2px !important;
    }

    body.gh-dark #gh-theme-toggle .gh-theme-ball {
        transform: translateX(21px);
    }
}@media (min-width: 1025px) {
	.wd-dropdown-menu.wd-design-sized:not(.wd-scroll), .wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner
{
	    padding: 0px 15px 0px 15px;
}
.site-logo
{
	margin-top:-20px;
}
.otherdemoes a
{
    background-color: #f01919;
    border-radius: 10px;
    padding: 0px 8px;
    color: white !important;
    font-size: 14px;
    font-family: iranyekan;	
}

.wd-post-content h3 a
{
    font-size: 16px !important;	
}

.menu-opener .menu-opener-icon:before{
	    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 112px;
    height: 50px;
    transform: translateY(-50%);
    border-radius: 0 60px 60px 0;
    box-shadow: 17px 0 30px -14px rgb(0 0 0 / 28%);
    transition: 0.3s;
    pointer-events: none;
}
.menu-opener,.wd-dropdown-cats
{
	    min-width: 210px !important;
}
.wd-nav-vertical.wd-design-default
{
	border-radius:20px !important;
}


.infode .info-box-content{
	background-color: white;
	padding:20px
}
.wd-tools-element:is(.wd-design-6,.wd-design-7):not(.wd-with-wrap) .wd-tools-icon{
	box-shadow: 0 0 0 4px #fff, 0 0 0 5px #eee, 0 0 0 8px #fff, 0 0 0 9px #f5f5f5;
}
.menu-opener .menu-opener-icon:before {
box-shadow: 17px 0 30px -14px rgba(0, 0, 0, 0.2);}

.whb-general-header:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -435px;
    left: -420px;
    height: 6px;
    background-color: #a2a2a2;
    background-image: linear-gradient(to right, #8E2DE2 0%, #8E2DE2 8.33%, #E0224F 17.19%, #E0224F 25.52%, #EBD513 34.9%, #EED816 46.88%, #1BEC23 59.9%, #1BEC23 72.4%, #1B52BB 84.9%, #1B52BB 96.36%);
	border-radius: 100%}
.whb-general-header:after{
	content: "";
    position: absolute;
    bottom: px;
    right: -435px;
    left: -420px;
    height: 9px;
    background-color: #a2a2a2;
    background-image: linear-gradient(to right, #8E2DE2 0%, #8E2DE2 8.33%, #E0224F 17.19%, #E0224F 25.52%, #EBD513 34.9%, #EED816 46.88%, #1BEC23 59.9%, #1BEC23 72.4%, #1B52BB 84.9%, #1B52BB 96.36%);
    border-radius: 100%;
    filter: blur(12px);
    opacity: 0.5;
}
.wd-nav-wrapper.wd-nav-tabs-wrapper.text-center{
	border: 1px solid #E8E2E2;
	border-radius:10px;
	padding:8px
}

}

