@import url(./fontiran.css);
html {
  width: 100%;
  font-family: IRANSans !important;
  font-weight: 300;
  -ms-overflow-style: none;
  scrollbar-width: none;
  direction: rtl;
  background-color: #eaeded;
  overflow-x: auto;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 1050px;
}

@media (max-width: 77.5rem) {
  .body-main-container-section-category {
    max-width: 63.76rem;
    min-width: 57.5rem;
    white-space: nowrap;
  }
  .body-main-container-section-category .category-container {
    flex-basis: 33.33333%;
    min-width: 33.33333%;
  }
}
@media (min-width: 1280px) {
  #office-home {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  #office-home {
    display: flex;
  }
  #new-arrivals,
#action-figure {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

.border-style {
  border: 1px solid transparent;
  border-radius: 3px;
}

.icon-triangle {
  height: 0;
  width: 0;
  border-right: 0.3rem solid transparent;
  border-left: 0.3rem solid transparent;
  border-top: 0.3rem solid #555;
}
.icon-triangle-left {
  border: solid #888;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  position: absolute;
  left: 10px;
}
.icon-triangle-down {
  border: solid #888;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  position: absolute;
  left: 10px;
}
.icon-triangle-down.rotate {
  transform: rotate(225deg);
}
.icon-triangle-hover {
  height: 0;
  width: 0;
  border-right: 0.7rem solid transparent;
  border-left: 0.7rem solid transparent;
  border-bottom: 0.7rem solid #fff;
  position: absolute;
  top: -10px;
  right: 37px;
}

.mar-pad-style {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.strong {
  font-weight: 600;
}

.small {
  font-size: 10px;
  color: #ccc;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}

.background-tr {
  background-color: transparent !important;
}

html.sidepanel-opened .header-navbar-sidepanel {
  visibility: visible;
}
html.sidepanel-opened .header-navbar-sidepanel .nav-sidepanel-container {
  transform: translate(0);
}
html.sidepanel-opened .header-navbar-sidepanel .nav-sidepanel-close {
  opacity: 1;
  z-index: 0;
}

header {
  width: 100%;
  min-width: 65.625rem;
  height: 6.25rem;
  background-color: #232f3e;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  margin-bottom: 6.25rem;
  z-index: 1;
}
header .header-head {
  width: 100%;
  height: 3.75rem;
  background-color: #131921;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header-logo {
  margin-right: 0.5rem;
  height: 3rem;
  padding-right: 0.5rem;
}
header .header-logo:hover {
  cursor: pointer;
  border: 1px solid #fff;
}
header .header-logo-img {
  width: 6.25rem;
  padding-top: 0.5rem;
}
header .header-location {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 10.5rem;
  height: 3rem;
  overflow: hidden;
  margin-right: 1rem;
  text-decoration: none;
}
header .header-location:hover {
  border: 1px solid #fff;
  cursor: pointer;
}
header .header-location-icon-img {
  filter: invert(1);
}
header .header-location-texts {
  color: #fff;
  padding-bottom: 0.1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
header .header-location-texts strong {
  padding-bottom: 0.1rem;
}
header .header-searchbox {
  height: 2.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 3px transparent;
  margin-left: 0.5rem;
}
header .header-searchbox-category {
  min-width: 3.25rem;
  background-color: #eee;
  height: 100%;
  border-radius: 0px 5px 5px 0px;
  border-right: 1px solid #ccc;
}
header .header-searchbox-category-btn {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  border-radius: 0px 5px 5px 0px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #555;
  padding: 0 0.5rem;
  position: relative;
}
header .header-searchbox-category-btn span {
  font-size: 12px;
  font-weight: 500;
}
header .header-searchbox-category-btn-list {
  position: absolute;
  top: 40px;
  right: 0%;
  width: 12rem;
  background-color: #fff;
  height: 12rem;
  overflow: auto;
  border-radius: 5px;
  display: none;
}
header .header-searchbox-category-btn-list li {
  width: 100%;
  padding: 0.5rem;
}
header .header-searchbox-category-btn-list li:hover {
  background-color: #f08804;
}
header .header-searchbox-category-btn-list.open {
  display: unset;
}
header .header-searchbox-category-btn:focus {
  box-shadow: 0px 0px 0px 3px #f90;
}
header .header-searchbox-category-btn:hover {
  background-color: #ccc;
  cursor: pointer;
  color: #000000;
}
header .header-searchbox-category-btn:hover .icon-triangle {
  border-top: 0.3rem solid #000000;
}
header .header-searchbox-inputbox {
  flex-grow: 1;
  height: inherit;
  overflow: hidden;
}
header .header-searchbox-inputbox-input {
  width: 100%;
  height: 100%;
  padding: 0rem 0.5rem;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 16px;
}
header .header-searchbox-inputbox-input:focus #header-searchbox {
  box-shadow: 0px 0px 0px 3px #f90;
}
header .header-searchbox-icon {
  background-color: #ccc;
  height: 100%;
  min-width: 2.75rem;
  border-radius: 5px 0px 0px 5px;
}
header .header-searchbox-icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd813;
  border-radius: 5px 0px 0px 5px;
  height: 100%;
}
header .header-searchbox-icon-btn:hover {
  background-color: #ffc32a;
}
header .header-searchbox-icon-btn:focus {
  box-shadow: 0px 0px 0px 3px #f90;
  background-color: #ffc32a;
}
header .header-searchbox-icon-btn-img {
  height: 60%;
}
header .header-left {
  display: flex;
  flex-direction: row;
}
header .header-language {
  position: relative;
}
header .header-language:hover .header-language-nav {
  border: 1px solid #fff;
}
header .header-language-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  margin-left: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
header .header-language-nav:hover {
  cursor: pointer;
}
header .header-language-nav:hover ~ .header-language-hidden {
  transition: 0.5s all;
  width: 13rem;
  height: auto;
  opacity: 1;
  z-index: 15;
  transition-delay: 500ms;
  overflow: visible;
}
header .header-language-nav-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
header .header-language-nav-icon-img {
  width: 60%;
}
header .header-language-hidden {
  display: flex;
  flex-direction: column;
  opacity: 0;
  width: 13rem;
  height: 0rem;
  overflow: hidden;
  background-color: #fff;
  z-index: -1;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 5px;
  right: 11.6px;
}
header .header-language-hidden:hover {
  width: 13rem;
  opacity: 1;
  z-index: 10;
  transition: 0.5s all;
  overflow: unset;
  height: auto;
}
header .header-language-hidden-change-language {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}
header .header-language-hidden-change-language h2 {
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
header .header-language-hidden-change-language ul {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
header .header-language-hidden-change-language ul li {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-language-hidden-change-language ul li input {
  height: 90%;
  width: 10%;
}
header .header-language-hidden-change-language ul li label {
  width: 100%;
  color: #000000;
}
header .header-language-hidden-change-language ul li label:hover {
  color: #c7511f;
}
header .header-language-hidden-change-currency {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  line-height: 2rem;
}
header .header-language-hidden-change-currency small {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
header .header-language-hidden-change-currency span {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #ccc;
}
header .header-language-hidden-change-currency a {
  text-decoration: none;
}
header .header-language-hidden-change-currency a:hover {
  color: #c7511f;
}
header .header-language-hidden-change-region {
  padding: 0.5rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-language-hidden-change-region a {
  text-decoration: none;
  font-size: 15px;
}
header .header-language-hidden-change-region a:hover {
  color: #c7511f;
}
header .header-signin {
  position: relative;
}
header .header-signin:hover .header-signin-nav {
  border: 1px solid #fff;
}
header .header-signin-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  text-decoration: none;
  gap: 0.5rem;
}
header .header-signin-nav:hover {
  cursor: pointer;
}
header .header-signin-nav:hover ~ .header-signin-hidden {
  transition: 0.5s all;
  width: 30rem;
  height: auto;
  opacity: 1;
  z-index: 15;
  transition-delay: 500ms;
  overflow: visible;
}
header .header-signin-nav-container {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  color: #fff;
  font-size: 15px;
}
header .header-signin-hidden {
  display: flex;
  flex-direction: column;
  opacity: 0;
  width: 30rem;
  height: 0rem;
  overflow: hidden;
  background-color: #fff;
  z-index: -1;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 5px;
  left: -4.83rem;
  padding: 0 0.5rem;
}
header .header-signin-hidden:hover {
  width: 30rem;
  opacity: 1;
  z-index: 15;
  transition: 0.5s all;
  overflow: unset;
  height: auto;
}
header .header-signin-hidden .triangle-position {
  left: 87px;
  right: unset;
}
header .header-signin-hidden-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7rem;
  border-bottom: 1px solid #ccc;
}
header .header-signin-hidden-top-btn {
  padding: 0.5rem 3rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  background-color: #ffd813;
  text-decoration: none;
  color: #000000;
}
header .header-signin-hidden-top-btn:hover {
  background-color: #ffc32a;
}
header .header-signin-hidden-top small {
  font-size: 12px;
}
header .header-signin-hidden-top small a {
  text-decoration: none;
}
header .header-signin-hidden-top small a:hover {
  color: #c7511f;
}
header .header-signin-hidden-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 1.25rem 0.5rem;
}
header .header-signin-hidden-bottom-section {
  min-width: 45%;
}
header .header-signin-hidden-bottom-section h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
header .header-signin-hidden-bottom-section li {
  padding: 0.22rem 0;
}
header .header-signin-hidden-bottom-section li a {
  text-decoration: none;
  color: #000000;
}
header .header-signin-hidden-bottom-section li a:hover {
  color: #c7511f;
}
header .header-orders {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 3rem;
  gap: 0.12rem;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
header .header-orders:hover {
  border: 1px solid #fff;
  cursor: pointer;
}
header .header-shopping-cart {
  height: 3rem;
  width: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0.5rem;
  padding-left: 1px;
  text-decoration: none;
}
header .header-shopping-cart:hover {
  border: 1px solid #fff;
  cursor: pointer;
}
header .header-shopping-cart-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .header-shopping-cart-icon img {
  width: 60%;
  height: 50%;
  filter: invert(1);
}
header .header-shopping-cart-icon-number {
  color: #f08804;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: -0.5rem;
}
header .header-shopping-cart-text {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 15px;
  align-self: flex-end;
  margin-left: -0.5rem;
}

.header-navbar {
  height: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 2.5px;
}
.header-navbar a {
  text-decoration: none;
  color: #fff;
}
.header-navbar-sidepanel {
  width: 100%;
  visibility: hidden;
  position: fixed;
  height: 100%;
  z-index: 1;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: 0.4s all, 0s width;
  display: flex;
}
.header-navbar-sidepanel .nav-sidepanel-container {
  width: 25rem;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  overflow-y: scroll;
  transform: translate(100%);
  transition: 0.4s transform;
  position: absolute;
}
.header-navbar-sidepanel .nav-sidepanel-container-account {
  width: 100%;
  height: 3rem;
  background-color: #232f3e;
  display: flex;
  padding: 0.5rem 1rem;
  align-items: center;
  gap: 0.5rem;
}
.header-navbar-sidepanel .nav-sidepanel-container-account img {
  filter: invert(1);
  height: 100%;
}
.header-navbar-sidepanel .nav-sidepanel-container-account a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.header-navbar-sidepanel .nav-sidepanel-container-category {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.header-navbar-sidepanel .nav-sidepanel-container-category #sidepanel-expanding-menu {
  min-height: 0;
}
.header-navbar-sidepanel .nav-sidepanel-container-category #sidepanel-expanding-menu:hover {
  background-color: unset;
}
.header-navbar-sidepanel .nav-sidepanel-container-category #sidepanel-expanding-menu:hover .icon-triangle-left {
  border: solid #888;
  border-width: 0 3px 3px 0;
}
.header-navbar-sidepanel .nav-sidepanel-container-category h2 {
  font-size: 16px;
  font-weight: 600;
  padding: 1rem 1.5rem;
}
.header-navbar-sidepanel .nav-sidepanel-container-category-img {
  padding-right: 1.5rem;
  margin-left: -15px;
  display: flex;
}
.header-navbar-sidepanel .nav-sidepanel-container-category-img img {
  width: 40%;
}
.header-navbar-sidepanel .nav-sidepanel-container-category li {
  width: 100%;
  min-height: 2rem;
  display: flex;
  align-items: center;
  position: relative;
}
.header-navbar-sidepanel .nav-sidepanel-container-category li .show-more-departments {
  font-weight: 500;
}
.header-navbar-sidepanel .nav-sidepanel-container-category li .show-more-departments.hidden {
  display: none;
}
.header-navbar-sidepanel .nav-sidepanel-container-category li .show-less-departments {
  display: none;
  font-weight: 500;
}
.header-navbar-sidepanel .nav-sidepanel-container-category li .show-less-departments.visible {
  display: unset;
}
.header-navbar-sidepanel .nav-sidepanel-container-category li a {
  padding: 0 1.5rem;
  color: #000000;
  text-decoration: none;
  width: 100%;
}
.header-navbar-sidepanel .nav-sidepanel-container-category li:hover {
  background-color: #ddd;
}
.header-navbar-sidepanel .nav-sidepanel-container-category li:hover .icon-triangle-left {
  border: solid #000000;
  border-width: 0 3px 3px 0;
}
.header-navbar-sidepanel .nav-sidepanel-container-category li:hover .icon-triangle-down {
  border: solid #000000;
  border-width: 0 3px 3px 0;
}
.header-navbar-sidepanel .nav-sidepanel-container-category-hidden {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
  width: 100%;
}
.header-navbar-sidepanel .nav-sidepanel-container-category-hidden.collapsed {
  max-height: 500px;
}
.header-navbar-sidepanel .nav-sidepanel-container-category-hidden li:hover {
  background-color: #ddd;
}
.header-navbar-sidepanel .nav-sidepanel-container-category-hidden li:hover .icon-triangle-left {
  border: solid #000000 !important;
  border-width: 0 3px 3px 0 !important;
}
.header-navbar-sidepanel .nav-sidepanel-close {
  position: relative;
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.4s;
}
.header-navbar-sidepanel .nav-sidepanel-close img {
  position: relative;
  right: 25rem;
  width: 3.5%;
  filter: invert(1);
}
.header-navbar-right {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  height: 2rem;
  margin-right: 0.25rem;
}
.header-navbar-right img {
  filter: invert(1);
}
.header-navbar-right:hover {
  border: 1px solid #fff;
}
.header-navbar .header-navbar-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-grow: 1;
  margin-right: -0.5rem;
  height: 2rem;
}
.header-navbar .header-navbar-nav-style {
  align-items: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem;
}
.header-navbar .header-navbar-nav-style:hover {
  border: 1px solid #fff;
}
.header-navbar-specials {
  margin-left: 0.5rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
  padding-bottom: 1px;
}
.header-navbar-specials:hover {
  border: 1px solid #fff;
  border-radius: 5px;
}

main {
  min-width: 1050px;
  margin-top: -6.25rem;
}
main .body-main-carousel {
  width: 100%;
  position: relative;
  margin: auto;
}
main .body-main-carousel-fade {
  background: linear-gradient(to bottom, transparent, #eaeded);
  width: 100%;
  height: 10rem;
  z-index: 0;
  position: absolute;
  bottom: 0;
}
main .body-main-carousel-slides {
  display: none;
  align-self: center;
  text-align: center;
  justify-content: center;
  justify-self: center;
}
main .body-main-carousel-slides img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
main .body-main-carousel-prev, main .body-main-carousel-next {
  cursor: pointer;
  position: absolute;
  height: 13rem;
  top: 0%;
  width: auto;
  padding: 16px;
  color: #000000;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  z-index: 0;
  user-select: none;
}
main .body-main-carousel-prev:focus, main .body-main-carousel-next:focus {
  border: 1px solid #000000;
}
main .body-main-carousel-next {
  right: 0;
}
main .body-main-carousel-prev {
  left: 0;
}
main .body-main-carousel-section-middle {
  width: 100%;
  min-width: 1025px;
  height: 17.594rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
main .body-main-carousel-section-middle-list-container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
  border-radius: 5px;
}
main .body-main-carousel-section-middle-text {
  margin-right: 1rem;
  margin-top: 0.5rem;
  font-size: 20px;
}
main .body-main-carousel-section-middle-book-list {
  display: flex;
  flex-direction: row;
  overflow: auto;
  gap: 2rem;
  width: 100%;
  user-select: none;
  cursor: grab;
  scroll-snap-stop: inherit;
}
main .body-main-carousel-section-middle-book-list.smoothScroll {
  scroll-behavior: smooth;
}
main .body-main-carousel-section-middle-book-list.moving {
  cursor: grabbing !important;
}
main .body-main-carousel-section-middle-slides {
  margin: 0.5rem;
  user-select: none;
}
main .body-main-carousel-section-middle-slides img {
  height: 100%;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
main .body-main-carousel-section-middle .btn-scroll {
  font-size: 40px;
  position: absolute;
  color: #aaa;
  cursor: pointer;
  padding: 1rem;
  height: 5rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  opacity: 70%;
  user-select: none;
}
main .body-main-carousel-section-middle .btn-scroll:hover {
  color: #000000;
  opacity: 100%;
}
main .body-main-carousel-section-middle .left {
  left: 0;
  margin-left: 0.5rem;
}
main .body-main-carousel-section-middle .right {
  margin-right: 0.5rem;
}
main .body-main-container {
  min-width: 1025px;
  display: flex;
  flex-direction: column;
  top: 50%;
  z-index: 2;
  width: 100%;
  margin-top: -16.5rem;
}
main .body-main-container-section-category {
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 92.5rem;
  line-height: 1.184;
}
main .body-main-container .carousel-section-middle-container {
  width: 100%;
  overflow: hidden;
  display: block;
  margin: auto;
  min-width: 1025px;
  max-width: 92.5rem;
  padding-left: 0.675rem;
  padding-right: 0.675rem;
  margin-bottom: 1.5rem;
}
main .body-main-container .category-container {
  min-width: 18.125rem;
  max-width: 26.5rem;
  height: 26.25rem;
  min-height: 26.25rem;
  flex: 1 0 20rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.5rem;
}
main .body-main-container .category-container .c-container {
  background-color: #fff;
  height: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
main .body-main-container .category-container .c-container .ad-container-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .body-main-container .category-container-header {
  font-weight: 600;
  font-size: 20px;
  min-height: 1rem;
  padding: 20px 20px 56px 20px;
}
main .body-main-container .category-container-products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  flex-grow: 1;
}
main .body-main-container .category-container-products li {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin-bottom: 0.5rem;
}
main .body-main-container .category-container-products li a {
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .body-main-container .category-container-products li a img {
  width: 7.5rem;
  height: 6.5rem;
  object-fit: fill;
  margin-bottom: 0.5rem;
}
main .body-main-container .category-container-products-single-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: -1.5rem;
  flex: 1 0 290px;
  max-width: 90%;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}
main .body-main-container .category-container-products-single-img img {
  padding: 5px;
  min-height: 105%;
  object-fit: fill;
  position: relative;
}
main .body-main-container .category-container .category-container-products-office {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  margin-bottom: 1.75rem;
  margin-top: -1.5rem;
}
main .body-main-container .category-container .category-container-products-office-container-small {
  margin: 0 1rem;
  margin-bottom: -1.5rem;
}
main .body-main-container .category-container .category-container-products-office-big {
  margin-right: 1rem;
}
main .body-main-container .category-container .category-container-products-office-big a {
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main .body-main-container .category-container .category-container-products-office-big a img {
  width: 95%;
}
main .body-main-container .category-container .category-container-products-office-small {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 93%;
}
main .body-main-container .category-container .category-container-products-office-small li a {
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
main .body-main-container .category-container .category-container-products-office-small li a img {
  min-height: 100%;
  min-width: 120%;
}
main .body-main-container .category-container-link {
  margin-right: 1rem;
  width: 100%;
  height: 15%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  width: 95%;
  min-height: 2rem;
  display: flex;
  align-items: center;
}
main .body-main-container .category-container-link:hover {
  color: #c7511f;
}
main .body-main-container .ad-container-signin {
  height: 8.375rem;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto 0 0 0;
}
main .body-main-container .ad-container-signin-text {
  font-size: 20px;
  font-weight: 600;
  margin: 1rem;
  white-space: normal;
  text-align: center;
}
main .body-main-container .ad-container-signin-btn {
  align-self: center;
  width: 85%;
  height: 1.938rem;
  text-align: center;
  margin-bottom: 1.5rem;
  background-color: #ffd813;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}
main .body-main-container .ad-container-signin-btn:hover {
  background-color: #f2ca00;
}
main .body-main-container-footer {
  width: 100%;
  height: 10rem;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
  display: block;
  padding: 1.5rem 0;
}
main .body-main-container-footer-container {
  height: 7rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .body-main-container-footer-container-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
main .body-main-container-footer-container-content-sign-in {
  width: 14.375rem;
  height: 1.75rem;
  padding: 0.15rem 0;
  text-align: center;
  background-color: #ffc32a;
  display: inherit;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  border-radius: 5px;
}
main .body-main-container-footer-container-content-sign-in:hover {
  background-color: #fcbb17;
}
main .body-main-container-footer-container-content-text {
  color: #000000;
  font-weight: 500;
}
main .body-main-container-footer-container-content-text a {
  text-decoration: none;
}
main .body-main-container-footer-container-content-text a:hover {
  color: #c7511f;
}
main .body-main-container-footer-container-content small {
  font-size: 10px;
  font-weight: 400;
}

footer {
  width: 100%;
  min-width: 57.5rem;
  min-height: 25rem;
  display: flex;
  flex-direction: column;
}
footer .footer {
  min-width: 1050px;
}
footer .footer-top-btn {
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-top-btn a {
  background-color: #37475a;
  min-width: 100%;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 1.1rem 0;
  box-sizing: border-box;
  color: #fff;
}
footer .footer-top-btn a:hover {
  background-color: #4d596a;
}
footer .footer-container {
  flex-grow: 1;
  background-color: #232f3e;
  box-sizing: border-box;
  min-width: 1050px;
}
footer .footer-container-sm {
  display: none;
}
footer .footer-container-bg {
  display: table;
  margin: 0 auto;
  padding: 2rem 0;
  box-sizing: border-box;
}
footer .footer-container-section {
  display: table-row;
  box-sizing: border-box;
}
footer .footer-container-section-col {
  display: table-cell;
  color: #fff;
  padding: 0 3rem;
}
footer .footer-container-section-col h4 {
  font-size: 16px;
  font-weight: 700;
}
footer .footer-container-section-col ul {
  margin-top: 10px;
  max-width: 14rem;
}
footer .footer-container-section-col ul li {
  padding: 6px 0;
  margin: 0;
}
footer .footer-container-section-col ul li a {
  text-decoration: none;
  color: #ddd;
}
footer .footer-container-section-col ul li a:hover {
  color: #c7511f;
}
footer .footer-logo {
  display: flex;
  background-color: #131921;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
}
footer .footer-logo-container {
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
}
footer .footer-logo-container img {
  width: 100%;
}

@media screen and (max-width: 26.25rem) {
  html {
    height: 100%;
    width: 100vw;
    font-family: IRANSans !important;
    font-weight: 300;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: hidden;
    scroll-behavior: smooth !important;
  }
  body {
    max-width: 100vw;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    min-width: 0;
  }
  header {
    min-height: 10rem;
    max-width: 100vw !important;
    position: fixed;
    z-index: 10;
  }
  header .header-head {
    max-width: 100vw;
    height: 7rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  header .header-head .header-location {
    display: none;
  }
  header .header-head .header-logo {
    padding: 0.25rem;
    margin: 0;
  }
  header .header-head .header-language-nav:hover ~ .header-language-hidden {
    transition: 0.4s all;
    width: 13rem;
    opacity: 1;
  }
  header .header-head .header-searchbox {
    max-width: 60vw;
    box-sizing: border-box;
    margin: 5px;
    border-radius: 5px;
  }
  header .header-head .header-searchbox-category {
    display: none;
  }
  header .header-head .header-searchbox-inputbox {
    border-radius: 5px;
  }
  header .header-head .header-signin-hidden {
    width: 17rem;
  }
  header .header-head .header-signin-hidden:focus, header .header-head .header-signin-hidden:hover {
    opacity: 1;
    width: 17rem;
    height: auto;
    transition: 0.4s all;
  }
  header .header-head .header-signin-nav:hover ~ .header-signin-hidden {
    transition: 0.4s all;
    overflow: unset;
    height: auto;
    opacity: 1;
    z-index: 50;
    width: 17rem;
  }
  header .header-head .header-orders {
    display: none;
  }
  header .header-navbar {
    max-width: 100vw;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 3rem;
  }
  header .header-navbar-nav {
    white-space: nowrap;
  }
  header .header-navbar-specials {
    white-space: nowrap;
  }
  header .header-navbar-sidepanel .nav-sidepanel-container {
    width: 85vw;
    height: 100vh;
  }
  header .header-navbar-sidepanel .nav-sidepanel-close img {
    right: 85vw;
    width: 5%;
  }
  main {
    min-width: unset;
    position: relative;
    margin-top: 18.76rem;
  }
  main .body-main-carousel {
    margin-top: -8.75rem;
    display: block;
    width: 100%;
    height: 13rem;
    position: relative;
    overflow: hidden;
  }
  main .body-main-carousel-slides {
    height: 100%;
  }
  main .body-main-carousel-prev, main .body-main-carousel-next {
    display: none !important;
  }
  main .body-main-carousel-fade {
    bottom: 0;
  }
  main .body-main-carousel-section-middle {
    min-width: unset;
  }
  main .body-main-carousel-section-middle-book-list {
    gap: 0.5rem;
    align-items: center;
  }
  main .body-main-carousel-section-middle-slides img {
    max-width: 35vw;
    min-width: 20vw;
    min-height: 17vh;
    max-height: 17vh;
  }
  main .body-main-carousel-section-middle .btn-scroll {
    display: none;
  }
  main .body-main-container {
    display: flex;
    flex-direction: column;
    width: 100vw;
    margin-top: -5rem;
  }
  main .body-main-container-section-category {
    display: flex;
    flex-flow: column wrap;
    overflow: hidden;
    margin: 0;
    width: 100vw;
  }
  main .body-main-container .carousel-section-middle-container {
    overflow: hidden;
    display: block;
    margin: 0;
    min-width: unset;
    max-width: 100vw;
    padding-left: 0.675rem;
    padding-right: 0.675rem;
    margin-bottom: 1.5rem;
  }
  main .body-main-container .category-container {
    max-width: 100vw;
    min-width: unset;
  }
  main .body-main-container .category-container .category-container-products-office-small {
    width: 92.5%;
  }
  main .body-main-container .category-container-link {
    height: 3rem;
  }
  main .body-main-container-footer {
    width: 100vw;
  }
  footer {
    width: 100vw;
    min-width: unset;
  }
  footer .footer-container {
    min-width: unset;
    width: 100vw;
    max-width: 100vw;
  }
  footer .footer-container-bg {
    display: none;
  }
  footer .footer-container-sm {
    display: flex;
    padding: 1rem 1rem;
  }
  footer .footer-container-sm-list {
    display: flex;
    flex-flow: row wrap;
  }
  footer .footer-container-sm-list-item {
    width: 50%;
    padding: 1rem;
  }
  footer .footer-container-sm-list-item a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  footer .footer-container-sm-list-item a:focus {
    color: #c7511f;
  }
  footer .footer-logo-container {
    width: 30vw;
  }
}

/*# sourceMappingURL=style.css.map */
