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

:root {
	--wd-text-font: "YekanBakhFaNum", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 500;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "YekanBakhFaNum", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: rgb(40,40,40);
	--wd-entities-title-font: "YekanBakhFaNum", 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: "YekanBakhFaNum", 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: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "YekanBakhFaNum", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 16px;
	--wd-primary-color: rgb(18,74,132);
	--wd-alternative-color: rgb(15,1,1);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(229,229,229);
	--btn-default-bgcolor-hover: rgb(234,234,234);
	--btn-accented-bgcolor: rgb(18,74,132);
	--btn-accented-bgcolor-hover: rgba(18,74,132,0.74);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 90px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 201px;
}
.wd-page-title {
	background-color: rgb(224,224,224);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
body[class*="wrapper-boxed"] {
	background-color: rgb(250,250,250);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(30,115,190);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.product-labels .product-label.featured {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(18,74,132);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 8px;
}

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

}

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

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

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


strong, b {
    font-weight: 700;
}
.menu-opener:not(.has-bg) {
    background-color: var(--wd-alternative-color);
}
.wd-dropdown-menu.wd-design-sized .wd-sub-menu>li>a:before,.wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li>a:before {
    top: 0;
    right: 0;
    width: 2px;
    height: 14px;
    content: " ";
    margin-left: 8px;
    border-radius: 50px;
    background-color: var(--wd-alternative-color);
 }
.text-dark {
    color: #343a40;
}
.home .wd-hover-tiled .product-element-bottom {
	    min-height: 150px;
}
.home .product-grid-item .wd-entities-title {
	text-align: center;
}
.home .product-grid-item .price {
	position: absolute;
	bottom: 10px;
}
.home .product-grid-item .price > .amount, .product-grid-item .price ins > .amount {
    font-size: 14px;
}
.home .wd-hover-tiled .product-element-bottom {
	    border-radius: 0 0 15px 15px;
}
.home .wd-hover-tiled .product-element-top {
    border-radius: 15px 15px 0 0;
}
.home .wd-hover-tiled .product-wrapper {
    border-radius: 15px;
	  box-shadow: 0 0 0px -2px rgb(0 0 0 / 12%);
}
.tabs-layout-tabs .tabs {
	text-align: unset;
}
.product_title {
    font-size: 24px;
}
div[class*="wd-carousel-spacing"] .owl-nav>div[class*="prev"] {
    margin-right: 50px;
}
div[class*="wd-carousel-spacing"] .owl-nav>div[class*="next"] {
    margin-left: 50px;
}
.price del {
    font-size: 80%;
}
.main-page-wrapper {
	    background-color: #f5f5f5;
}
.shop_attributes td {
	text-align: revert;
}
th.woocommerce-product-attributes-item__label {
    width: 125px;
}
[class*="wd-header-search-form"] input[type='text'] {
    min-width: 480px;
 }

.woodmart-add-btn{
	display:none;
}



.home .product-grid-item .wd-entities-title a {
    max-height: 2.4rem;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.platform-Windows .home .product-grid-item .wd-entities-title a:hover, .home .product-grid-item:hover .wd-entities-title a {
    max-height: 4.6rem;
    line-height: 1.2rem;
    width: 100%;
    overflow: hidden;
    white-space: unset;
}
body.home .whb-header {
    margin-bottom: 0!important;
}
.main-slider .banner-image img {
    border-radius: 12px;
}
.menu-opener:not(.has-bg) {
    background-color: var(--wd-alternative-color)!important;
}
 .wd-dropdown-menu.wd-design-sized .wd-sub-menu>li>a:before,.wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li>a:before {
    top: 0;
    right: 0;
    width: 2px;
    height: 14px;
    content: " ";
    margin-left: 8px;
    border-radius: 50px;
    background-color: var(--wd-alternative-color);
 }
.text-dark {
    color: #343a40;
}
.home .wd-hover-tiled .product-element-bottom {
      min-height: 150px;
}
.home .product-grid-item .wd-entities-title {
  text-align: center;
}
.home .product-grid-item .price {
  position: absolute;
  bottom: 10px;
}
.home .product-grid-item .price > .amount, .product-grid-item .price ins > .amount {
    font-size: 14px;
}
.home .wd-hover-tiled .product-element-bottom {
      border-radius: 0 0 15px 15px;
}
.home .wd-hover-tiled .product-element-top {
    border-radius: 15px 15px 0 0;
}
.home .wd-hover-tiled .product-wrapper {
    border-radius: 15px;
    box-shadow: 0 0 0px -2px rgb(0 0 0 / 12%);
}
.tabs-layout-tabs .tabs {
  text-align: unset;
}
.product_title {
    font-size: 24px;
}
div[class*="wd-carousel-spacing"] .owl-nav>div[class*="prev"] {
    margin-right: 50px;
}
div[class*="wd-carousel-spacing"] .owl-nav>div[class*="next"] {
    margin-left: 50px;
}
.price del {
    font-size: 80%;
}
.main-page-wrapper {
      background-color: #f5f5f5;
}
.shop_attributes td {
  text-align: revert;
}
th.woocommerce-product-attributes-item__label {
    width: 125px;
}
[class*="wd-header-search-form"] input[type='text'] {
    min-width: 480px;
 }
.crs .owl-nav {
    display: none!important;
}
.single-product-page .summary-inner {
  margin-bottom: 0!important;
}

.wd-product .wd-buttons .wd-add-cart-icon {
    display: none;
}

.product-label.attribute-label:not(.label-with-img) {
    background-color: #dfbf9f;
    color: var(--color-gray-900);
}
.table-scroller {
  overflow-x: auto; /* allow horizontal scroll */
  overflow-y: visible; /* allow sticky header to work */
  display: block;
  max-width: 100%; /* optional: to constrain width */
  white-space: nowrap;
  border: 1px solid #ddd;
}

.table-scroller td, .table-scroller th {
  border: 1px solid #f9f9f9
}

.table-scroller th a {
    color: #fff;
    text-decoration: underline;
}

.table-scroller table {
  border-collapse: collapse; /* optional: cleaner borders */
  width: 100%;
}

.table-scroller thead th {
  position: sticky;
  top: 0; /* usually sticky headers stick to top 0, unless you want 50px */
  z-index: 2;
  background: #000;
  color: #fff;
}
.elementor-icon-list-icon {
	display: inline-block;
}
.post-content--container video.ig {
    max-width: 380px;
    text-align: center;
    margin: 1rem auto;
    aspect-ratio: 9 / 16;
    border-radius: 1rem;
}


.woocommerce-notices-wrapper {
    max-width: 1200px;
    margin: 1rem auto;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0;
}

.woocommerce-notices-wrapper .woocommerce-message .button,
.wc-block-components-button {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
    border-radius: 12px 12px 12px 12px;
    padding: 15px 30px 15px 30px;
    text-decoration: none;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover,
.wc-block-components-button:hover {
    background-color: var(--e-global-color-accent);
}
.entry-content > [class*="wp-block-woocommerce"] {
    margin: 0 auto;
    max-width: 1200px;
}
.wc-block-components-sidebar {
    padding: 1rem !important;
    background-color: #fff;
    border-radius: 16px
}
.wc-block-cart, .wc-block-checkout {
    gap: 1rem
}
.wc-block-components-main {
    padding: 1rem !important;
    background-color: #fff;
    border-radius: 16px
}
@media (min-width: 768px) {
    .wc-block-components-sidebar-layout {
        flex-wrap: nowrap !important;
    }
}
.wc-block-cart-item__quantity input[type="number"] {
    padding: .4em 0 !important;
    border-radius: 0 !important;
}
.wc-block-components-sidebar {
    margin-top: 0 !important;
    align-self: flex-start;
    position: sticky;
    top: 0;
}
.wc-block-cart__submit {
    margin: 0 !important
}

body.woocommerce-account .entry-content .woocommerce {
    margin: 0 auto;
    max-width: 1200px;
}

body.woocommerce-account nav.woocommerce-MyAccount-navigation {
    background-color: #fff;
    border-radius: 16px;
}

body.woocommerce-account .woocommerce-my-account-wrapper li.woocommerce-MyAccount-navigation-link {
    margin: 0.5rem 0;
    list-style: none;
}

body.woocommerce-account li.woocommerce-MyAccount-navigation-link a {
    color: var(--e-global-color-primary);
    text-decoration: none;
}

body.woocommerce-account .woocommerce-my-account-wrapper .woocommerce-MyAccount-navigation ul {
    padding: 10px;
}

body.woocommerce-account .woocommerce-MyAccount-content {
    background-color: #fff;
    border-radius: 16px;
    padding: 1rem;
}
#billing_country_field,#billing_phone_field {
	display: none
}
@media (min-width: 1025px) {
	#billing_email_field {
		float: left 
	}
}
.woocommerce-additional-fields>h3 {
    clear: both;
}
body.woocommerce-account .woocommerce-Button,
body.woocommerce-account .button {
    background-color: var(--e-global-color-primary);
    border-radius: 12px 12px 12px 12px;
    padding: 15px 30px 15px 30px;
    text-decoration: none;
}
body.woocommerce-account .woocommerce-Button:hover,
body.woocommerce-account .button:hover {
    background-color: var(--e-global-color-accent);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-radius: 16px;
	border: solid 1px #eee;
	background-color: #fff;
}
.woocommerce-notices-wrapper .woocommerce-message.hidden-notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-notices-wrapper .woocommerce-message.hidden-notice .button {
    color: #fff;
    font-family: inherit
}

form.woocommerce-form-login,
form.woocommerce-form-register,
.woocommerce-ResetPassword {
	background-color: #fff;
	border-radius: 16px !important;
	border: 1px solid #eee !important;
}
.woocommerce-ResetPassword {
	padding: 1rem;
}
.wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account {
    padding: 5px;
}
body.woocommerce-account li.woocommerce-MyAccount-navigation-link a,
.wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account a {
    color: var(--e-global-color-text);
    border-radius: 16px;
    padding: 8px 15px;
    text-decoration: none;
    display: block;
}
body.woocommerce-account li.woocommerce-MyAccount-navigation-link a:hover,
.wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account a:hover {
    background-color: #eee;
    opacity: .8
}
fieldset {
	border-radius: 16px;
	border-color: #eee;
	border-width: 1px;
}
body.woocommerce-account .woocommerce-my-account-wrapper li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke='currentColor' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9v6c0 5 2 7 7 7ZM9 2v20' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E"); 
}
body.woocommerce-account .woocommerce-my-account-wrapper li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke='currentColor' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2 2h1.74c1.08 0 1.93.93 1.84 2l-.83 9.96a2.796 2.796 0 0 0 2.79 3.03h10.65c1.44 0 2.7-1.18 2.81-2.61l.54-7.5c.12-1.66-1.14-3.01-2.81-3.01H5.82M16.25 22a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM8.25 22a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM9 8h12' stroke='currentColor' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
body.woocommerce-account .woocommerce-my-account-wrapper li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 11v6l2-2M9 17l-2-2' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M22 10v5c0 5-2 7-7 7H9c-5 0-7-2-7-7V9c0-5 2-7 7-7h5' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M22 10h-4c-3 0-4-1-4-4V2l8 8Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
body.woocommerce-account .woocommerce-my-account-wrapper li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 13.43a3.12 3.12 0 1 0 0-6.24 3.12 3.12 0 0 0 0 6.24Z' stroke='currentColor' stroke-width='1.5'%3E%3C/path%3E%3Cpath d='M3.62 8.49c1.97-8.66 14.8-8.65 16.76.01 1.15 5.08-2.01 9.38-4.78 12.04a5.193 5.193 0 0 1-7.21 0c-2.76-2.66-5.92-6.97-4.77-12.05Z' stroke='currentColor' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E");
}
body.woocommerce-account .woocommerce-my-account-wrapper li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods a::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M1.996 8.5h9.5M5.996 16.5h2M10.496 16.5h4' stroke='currentColor' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M21.996 12.03v4.08c0 3.51-.89 4.39-4.44 4.39H6.436c-3.55 0-4.44-.88-4.44-4.39V7.89c0-3.51.89-4.39 4.44-4.39h8.06' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='m19.076 4.13-3.71 3.71c-.14.14-.28.42-.31.62l-.2 1.42c-.07.51.29.87.8.8l1.42-.2c.2-.03.48-.17.62-.31l3.71-3.71c.64-.64.94-1.38 0-2.32-.95-.95-1.69-.65-2.33-.01Z' stroke='currentColor' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M18.546 4.66c.32 1.13 1.2 2.01 2.32 2.32' stroke='currentColor' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
body.woocommerce-account .woocommerce-my-account-wrapper li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 2H9C4 2 2 4 2 9v6c0 5 2 7 7 7h6c5 0 7-2 7-7v-2' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M16.04 3.02 8.16 10.9c-.3.3-.6.89-.66 1.32l-.43 3.01c-.16 1.09.61 1.85 1.7 1.7l3.01-.43c.42-.06 1.01-.36 1.32-.66l7.88-7.88c1.36-1.36 2-2.94 0-4.94-2-2-3.58-1.36-4.94 0Z' stroke='currentColor' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14.91 4.15a7.144 7.144 0 0 0 4.94 4.94' stroke='currentColor' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
body.woocommerce-account .woocommerce-my-account-wrapper li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='M17.44 14.62L20 12.06 17.44 9.5M9.76 12.06h10.17M11.76 20c-4.42 0-8-3-8-8s3.58-8 8-8'%3E%3C/path%3E%3C/svg%3E");
}
.woocommerce-order-pay .woocommerce {
	margin: 0 auto;
	max-width: 1200px;
}
.woocommerce-order-pay .woocommerce .order_details {
	border-radius: 1rem;
	border: 1px solid #eee;
	background-color: #fff;
	padding: 1rem;
}
.woocommerce-orders-table__cell .woocommerce-button {
    margin-inline: 2.5px !important;
}
/* close sidebar menu mobile*/
.mobile-nav .wd-heading {
	justify-content: flex-start;
}@media (max-width: 576px) {
	.main-slider .owl-dots {
	display: none;
}
}

