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

:root {
	--sd-header-banner-h: 40px;
	--sd-text-font: "iranyekan", Arial, Helvetica, sans-serif;
	--sd-text-font-weight: 400;
	--sd-text-color: #777777;
	--sd-text-font-size: 14px;
	--sd-title-font: "iranyekan", Arial, Helvetica, sans-serif;
	--sd-title-font-weight: 600;
	--sd-title-color: #242424;
	--sd-entities-title-font: "Vazir", Arial, Helvetica, sans-serif;
	--sd-entities-title-font-weight: 500;
	--sd-entities-title-color: #333333;
	--sd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--sd-alternative-font: "Vazir", Arial, Helvetica, sans-serif;
	--sd-widget-title-font: "Vazir", Arial, Helvetica, sans-serif;
	--sd-widget-title-font-weight: 600;
	--sd-widget-title-transform: uppercase;
	--sd-widget-title-color: #333;
	--sd-widget-title-font-size: 16px;
	--sd-header-el-font: "Vazir", Arial, Helvetica, sans-serif;
	--sd-header-el-font-weight: 400;
	--sd-header-el-transform: none;
	--sd-header-el-font-size: 13px;
	--sd-primary-color: rgb(23,61,48);
	--sd-alternative-color: rgb(198,220,120);
	--sd-link-color: rgb(23,61,48);
	--sd-link-color-hover: rgba(23,61,48,0.84);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(23,61,48);
	--btn-accented-bgcolor-hover: rgba(23,61,48,0.88);
	--sd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--sd-sticky-btn-height: 95px;
}
.sandbox-woocommerce-layered-nav .sd-scroll-content {
	max-height: 223px;
}
div.sd-popup.sd-age-verify {
	max-width: 500px;
}
.sd-popup.sd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.sd-popup.sd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: rgb(225,237,247);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgba(26,100,195,0.05);
	background-image: none;
}
.sd-prefooter {
	background-color: #ffffff;
	background-image: none;
}
.product-labels {
	inset-inline-start: 7px;
}
.product-labels .product-label.onsale {
	background-color: rgb(89,214,0);
	color: rgb(255,255,255);
}
.product-labels .product-label.featured {
	background-color: rgb(221,153,51);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(226,45,45);
	color: rgb(255,255,255);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(255,166,0);
	color: rgb(255,255,255);
}
div.sd-popup.popup-quick-view {
	max-width: 920px;
}
.woocommerce-product-gallery {
	--sd-gallery-gap: 8px;
}

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

}

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

}
:root{
--sd-container-w: 1600px;
--sd-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;
--sd-brd-radius: 5px;
}

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

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


/* header */
.site-content {
  margin-bottom: 0 !important;
}
.sd-tools-element:is(.sd-design-6, .sd-design-7) :is(.sd-tools-inner, .sd-tools-icon) {
  border-radius: 5px !important;
}
.sdn-top-bar  :is(.sdn-col-left, .sdn-col-right) {
  flex: 0 0 10% !important;
}
.sdn-top-bar .sdn-col-center{
	flex: 0 0 70% !important;
}
.sdn-top-bar .sdn-col-center .sd-header-html {
	width:100%;
}
#menu-item-10658 .sd-dropdown-menu {
  padding: 0 !important;
	border-radius:5px;
}
.megaMenuItems ul {
	list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
  gap: 5px;
  padding: 0;
}
.megaMenuItems .sub-menu li {
  list-style: none !important;
  font-size: 12px;
}
.megaMenuItems ul li::before {
  content: '';
  border-right: 2px solid #ffa600;
  padding-left: 8px;
}
.megaMenuItems ul li a {
  color: #222;
}
.sub-menu li a {
  color: #626262 !important;
}
.sub-menu li::before {
  border: none !important;
}
#mega_menu .sd-nav-tabs.sd-icon-pos-right .img-wrapper {
    background-color: #09224314;
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    font-size: 23px;
    align-items: center;
    justify-content: center;
    padding: 0;
}
#mega_menu .img-wrapper img {
  max-width: 25px !important;
  height: 25px;
}
#mega_menu .sd-tabs.tabs-design-aside .sd-tab-content-wrapper {
    padding: 12px 20px;
    background-color: #0922430a;
    min-height: 510px;
}
#mega_menu .sd-tabs.tabs-design-aside .sd-tabs-header {
    padding: 0 20px;
}
/* info box section */
.detail-section .info-box-icon {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
/* shop */
.product-archive .product-grid-item .price {
	height: 42px;
	align-content: end;
  display: grid;
}
.widget_price_filter [class*="price_slider_amount"] .price_label > span {
  font-size: 12px;
}
/* category-section */
.category-section .sd-nav-product-cat {
  gap: 15px;
}

.category-section .cat-item a {
  background-color: #1a64c30d;
  padding: 8px 11px !important;
  border-radius: 5px;
	display: flex;
  gap: 10px;
  text-align: center;
	height:111px;
	justify-content:center;
	flex-direction:column;
}
.category-section .cat-item a img {
  width: 45px !important;
  max-height: 45px !important;
	margin:0;
	border-radius:50%;
}
/* blog section */
.blog-archive .blog-design-meta-image .sd-post-inner {
  border: 1px solid #ededed;
  border-radius: 5px;
}
.blog-archive .blog-design-meta-image .sd-entities-title {
  font-size: 18px;
  height: 35px;
}
.blog-archive .sd-post-img img {
  height: 200px;
  object-fit: cover;
}
.blog-archive .blog-design-meta-image .sd-post-content {
  padding: 15px !important;
}
/* single blog */
.post-single-page .entry-header img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
/* portfolio page */
.portfolio-filter {
	text-align: right;
}
.portfolio-entry figure a img {
  height: 215px;
  object-fit: cover;
}
/* wishlist page */
.page-id-10433 .sd-my-account-sidebar {
  display: none;
}
/* contact us page */
.contact-us-form .wpcf7-submit {
  background-color: #0f5183;
  color: #fff;
  border-radius: 5px;
  float: left;
}
/* single product */
.product-brand .sd-product-brands {
	display: inline;
}
.jet-listing-grid__item:not(:last-child) {
  border-bottom: 1px solid #f7f7f7;
}
.tablepress > :where(thead, tfoot) > * > th {
	background-color: #e1edf7;
}
/* dashboard */
.woocommerce-MyAccount-navigation ul li {
	border-radius: 5px;
}
/* footer */
.footer-sidebar {
	flex-direction: row-reverse;
}
.widget_nav_menu ul li {
  display: list-item;
  list-style: inside;
}
.custom-html-widget ,
.custom-html-widget a,
.copyrights-wrapper div,
.widget_nav_menu ul li a{
  color: #001E35;
}
.widget_nav_menu ul li::marker {
  color: #ed1b23;
}
.footer-column-1,
.footer-column-2 {
  border-bottom: 3px solid #00173a0f;
  padding-bottom: 40px;
}
#custom_html-2 a {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-inline-start: 10px;
}
#custom_html-4 p {
  line-height: 24px;
  font-size: 13px;
	color: #001E35;
}
.footer-column-4 {
  display: none;
}
.custom-footer-logo {
  display: inline;
}
.product-image-link img {
  height: 200px; /* ارتفاع ثابت مورد نظر شما */
  width: 100%; /* پهنا برای هماهنگی */
	object-fit: contain;
	background-color: #fff; /* در صورت نیاز برای پس‌زمینه‌ی خالی اطراف تصویر */
	display: block;
}
/* فقط وقتی کلاس contact-us-text وجود داره، استایل درست اعمال بشه */
.woocommerce .price.contact-us-text {
    visibility: visible !important;
    word-spacing: normal !important;
    color: #173d30 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.main-page-wrapper {
  @media (max-width: 1024px) {
    & .sd-carousel-dis-mb .sd-carousel-wrap {
      padding: 10px 0;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -webkit-mask-image: none !important;
		}
	}
}
@media (min-width: 1025px) {
	/* header */
.sdn-general-header {
	border-bottom-width: 0;
}
.uil-invoice::before {
  font-size: 20px;
}
/* category section */
.category-section .cat-item{
	width:111px;
}
/* single product */

.product-counter  .elementor-widget-container{
	display: flex;
}
.product-counter .title{
	width: 30%;
  text-align: right;
}
.product-counter .sd-product-countdown{
		width: 80%;
}
.sd-v-thumb-custom .product-image-thumbnail img {
    height: auto !important;
}
.reapeater 
/* blog page */
.single-post .sidebar-container {
  flex: 20%;
  max-width: 20%;
}
.single-post .site-content {
  flex: 80%;
  max-width: 80%;
}
/* footer */
#custom_html-3 {
  text-align: left;
}
.footer-img-custom {
	width: 136px;
	margin-bottom: 8px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* header */
.sdn-general-header {
	border-bottom-width: 0;
}
.sdn-general-header {
  border-color: rgba(244, 244, 244, 1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.sd-nav-mob-tab > li > a {
  font-weight: 500 !important;
}
/* category section */
.category-section .cat-item a {
  margin-top: 10px;
	flex-direction: row;
}
.category-section .cat-item a img {
  width: 50px !important;
	max-height: 50px !important;
}
/* blog section */
.blog-archive .blog-design-meta-image .sd-post-content {
	height: 200px;
}
/* single product */
.product-counter  .elementor-widget-container{
	display: flex;
}
.product-counter .title{
	width: 30%;
  text-align: right;
}
.product-counter .sd-product-countdown{
		width: 80%;
}
/* footer */
#custom_html-2 a {
	padding: 8px 20px;
}
.footer-column-2 {
  border: none;
  padding-bottom: 0px;
  order: 1;
}
.footer-column-1 {
  order: 2;
}
.footer-column-7 {
  order: 3;
}
.footer-column-4 {
  order: 4;
}
.footer-column-5 {
  order: 5;
}
.footer-column-6 {
  order: 6;
}
.footer-column-3 {
  order: 7;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	/* header */
.sd-nav-mob-tab > li > a {
  font-weight: 500 !important;
}
/* category section */
.category-section .cat-item a {
  margin-top: 10px;
}
/* footer */
#custom_html-2 a {
	padding: 8px 20px;
}
.footer-column-2 {
  border: none;
  padding-bottom: 10px;
  order: 1;
}
.footer-column-1 {
  order: 2;
}
.footer-column-7 {
  order: 3;
}
.footer-column-4 {
  order: 4;
}
.footer-column-5 {
  order: 5;
}
.footer-column-6 {
  order: 6;
}
.footer-column-3 {
  order: 7;
}

}

@media (max-width: 576px) {
	/* header */
.sdn-top-bar .sd-header-html {
  padding-inline: 0;
}
.sd-nav-mob-tab > li > a {
  font-weight: 500 !important;
}
/* single product */
.product .sd-single-tabs .elementor-widget-container {
  padding: 0 !important;
}
.woocommerce-product-gallery .owl-nav .sd-btn-arrow {
  display: none;
}
.product-counter .countdown-sec {
	display: none;
}
.product-counter  .elementor-widget-container{
	display: flex;
}
.product-counter .title{
	width: 40%;
  text-align: right;
}
.product-counter .sd-product-countdown{
		width: 80%;
}

/* category section */
.category-section .cat-item a {
  margin-top: 10px;
}
/* blog section */
.blog-archive .sd-post-img img {
	height: 160px;
}
/* footer */
#custom_html-3 {
  font-size: 13px;
}
#custom_html-2 a {
	padding: 8px 20px;
}
.footer-column-2 {
  border: none;
  padding-bottom: 0px;
  order: 1;
}
.footer-column-1 {
  order: 2;
}
.footer-column-7 {
  order: 3;
}
.footer-column-4 {
  order: 4;
}
.footer-column-5 {
  order: 5;
}
.footer-column-6 {
  order: 6;
}
.footer-column-3 {
  order: 7;
}
.footer-img-custom {
	width: 136px;
	margin-bottom: 8px;
}

.sd-carousel-dis-mb .sd-carousel-wrap {
  -webkit-mask-image: none !important;
}
}

