@charset "UTF-8";
/*
Theme Name: GamePlus
Description: Gaming Shop Wordpress Theme
Theme URI: https://shop.artark.ir/product/gameplus-wordpress-theme/
Author: ArtArk
Author URI: https://ArtArk.iR
Version: 1.4.0
*/


@font-face {
  font-family: 'Vazir';
  src: url("fonts/Vazir-FD.eot");
  src: url("fonts/Vazir-FD.eot?") format("embedded-opentype"), url("fonts/Vazir-FD.woff2") format("woff2"), url("fonts/Vazir-FD.woff") format("woff"), url("fonts/Vazir-FD.ttf") format("truetype");
}

@font-face {
  font-family: 'Vazir-Bold';
  src: url("fonts/Vazir-Bold-FD.eot");
  src: url("fonts/Vazir-Bold-FD.eot") format("embedded-opentype"), url("fonts/Vazir-Bold-FD.woff2") format("woff2"), url("fonts/Vazir-Bold-FD.woff") format("woff"), url("fonts/Vazir-Bold-FD.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: 'Vazir-Light';
  src: url("fonts/Vazir-Light-FD.eot");
  src: url("fonts/Vazir-Light-FD.eot") format("embedded-opentype"), url("fonts/Vazir-Light-FD.woff2") format("woff2"), url("fonts/Vazir-Light-FD.woff") format("woff"), url("fonts/Vazir-Light-FD.ttf") format("truetype");
}

@font-face {
  font-family: 'Vazir-Black';
  src: url("fonts/Vazir-Black-FD.eot");
  src: url("fonts/Vazir-Black-FD.eot") format("embedded-opentype"), url("fonts/Vazir-Black-FD.woff2") format("woff2"), url("fonts/Vazir-Black-FD.woff") format("woff"), url("fonts/Vazir-Black-FD.ttf") format("truetype");
}

@font-face {
  font-family: 'Vazir';
  src: url("fonts/Vazir-Thin-FD.eot");
  src: url("fonts/Vazir-Thin-FD.eot") format("embedded-opentype"), url("fonts/Vazir-Thin-FD.woff2") format("woff2"), url("fonts/Vazir-Thin-FD.woff") format("woff"), url("fonts/Vazir-Thin-FD.ttf") format("truetype");
}

@font-face {
  font-family: 'En';
  src: url("fonts/bahnschrift.ttf");
}

@keyframes show_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Vazir;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Vazir-Bold;
}

p {
  color: white;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

html {
  margin: 0 !important;
}

#app {
  width: 100%;
  background: #101820;
  overflow-x: hidden;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

input {
  border: none;
}

section {
  position: relative;
  z-index: 2;
}

main:not(.woo-main):not(.woo-main-page) {
  min-height: 500px;
}

@media (max-width: 800px) {
  main:not(.woo-main):not(.woo-main-page) {
    margin-top: 125px;
  }
}

.owl-carousel {
  text-align: left;
  direction: rtl;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #0d1319;
}

::-webkit-scrollbar-thumb {
  background: #fee715;
}

.goToUp {
  position: fixed;
  right: 20px;
  width: 35px;
  height: 35px;
  bottom: 20px;
  border-radius: 50%;
  background: #fee715;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all .3s;
}

.goToUp i {
  color: black;
  font-weight: 900;
}

.goToUp.show {
  opacity: 1;
}

header#main-header {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  z-index: 10;
}

@media (max-width: 800px) {
  header#main-header {
    display: none;
  }
}

header#main-header #header-container {
  width: 70%;
  margin-left: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 2000px) {
  header#main-header #header-container {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 900px) {
  header#main-header #header-container {
    width: 94%;
    margin-left: 3%;
  }
}

header#main-header #header-container #header-logo {
  width: 20%;
}

header#main-header #header-container #header-logo h2 {
  color: #fee715;
}

header#main-header #header-container #header-logo img {
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 50px;
}

header#main-header #header-container #header-logo p {
  color: white;
}

header#main-header #header-container #left-side {
  float: right;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

header#main-header #header-container #left-side div:last-child #header-navbar {
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header#main-header #header-container #left-side div:last-child #header-navbar .nav-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

header#main-header #header-container #left-side div:last-child #header-navbar .nav-items li {
  position: relative;
}

header#main-header #header-container #left-side div:last-child #header-navbar .nav-items li:hover .sub-menu {
  display: block;
}

header#main-header #header-container #left-side div:last-child #header-navbar a {
  position: relative;
  display: inline-block;
  color: white;
  font-size: .9em;
  margin: 0 15px;
}

@media (max-width: 1000px) {
  header#main-header #header-container #left-side div:last-child #header-navbar a {
    margin: 0 7px;
  }
}

header#main-header #header-container #left-side div:last-child #header-navbar a:hover::after {
  width: 100%;
}

header#main-header #header-container #left-side div:last-child #header-navbar a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  width: 0%;
  height: 2px;
  border-radius: 10px;
  background: #fee715;
  transition: all .3s ease-out;
}

header#main-header #header-container #left-side div:last-child #header-navbar .icon-btn {
  padding: 7px;
  color: #fee715;
}

header#main-header #header-container #left-side div:last-child #header-navbar .icon-btn::after {
  display: none;
}

header#main-header #header-container #left-side div:last-child #header-navbar > div .icon-btn {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: relative;
  margin: 0 5px;
  transition: all .3s;
}

header#main-header #header-container #left-side div:last-child #header-navbar > div .icon-btn:hover {
  background: #fee715;
  color: black;
}

header#main-header #header-container #left-side div:last-child #header-navbar > div .icon-btn:hover .title {
  opacity: 1;
}

header#main-header #header-container #left-side div:last-child #header-navbar > div .icon-btn .title {
  top: 110%;
  left: -8px;
  padding: 4px 8px;
  border-radius: 20px;
  position: absolute;
  background: #fee715;
  text-align: center;
  color: black;
  font-size: .9em;
  opacity: 0;
  transition: all .3s;
}

header#main-header #header-container #left-side div:last-child #header-navbar .sub-menu {
  display: none;
  position: absolute;
  top: 115%;
  left: 0;
  width: auto;
  min-width: 150px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  border-radius: 10px;
  animation: show_fade .3s forwards;
}

header#main-header #header-container #left-side div:last-child #header-navbar .sub-menu li {
  margin: 5px 0;
}

header#main-header #header-container #left-side div:first-child {
  margin-bottom: 7px;
}

header#main-header #header-container #left-side div:first-child #social-navbar {
  height: 28px;
  float: right;
  padding: 0 7px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.2);
}

header#main-header #header-container #left-side div:first-child #social-navbar a {
  position: relative;
  display: inline-block;
  color: white;
  margin-top: 5px;
  padding: 0 15px;
  padding-bottom: 3px;
  transition: all .3s;
}

header#main-header #header-container #left-side div:first-child #shop-navbar {
  float: right;
  margin-left: 10px;
  padding: 3px 7px;
  padding-bottom: 0px;
  border-radius: 50px;
  color: black;
  background: #fee715;
}

header#main-header #header-container #left-side div:first-child #shop-navbar .shop-navbar-item,
header#main-header #header-container #left-side div:first-child #shop-navbar > div {
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 15px;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart {
  position: relative;
  padding: 0 7px;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart:hover #cart-count {
  opacity: 0;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart:hover #cart-overview {
  display: block;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart #cart-count {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 80%;
  right: -4px;
  background: black;
  color: #fee715;
  border-radius: 50%;
  padding: 4px;
  padding-bottom: 0;
  font-size: .8em;
  text-align: center;
  transition: all .3s;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart #cart-overview {
  display: none;
  position: absolute;
  left: -110px;
  width: 300px;
  padding: 5px;
  background: #101820;
  z-index: 3;
  border-radius: 10px;
  animation: show_fade .3s forwards;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart #cart-overview .remove_from_cart_button {
  display: none !important;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart #cart-overview .ti-shopping-cart {
  display: none !important;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart #cart-overview ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  overflow: hidden;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart #cart-overview ul li > a {
  width: 68%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  font-size: .9em;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart #cart-overview ul li > a img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 5px;
  margin-right: 10px;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart #cart-overview ul li .quantity {
  width: 30%;
  color: #fee715 !important;
  font-size: .7em;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart #cart-overview .woocommerce-mini-cart__total {
  margin-top: 15px;
  text-align: center;
  color: white;
  font-size: .9em;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart #cart-overview .woocommerce-mini-cart__buttons {
  margin-top: 5px;
  padding: 4px;
  background: #fee715 !important;
  border-radius: 5px;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart #cart-overview .woocommerce-mini-cart__buttons a {
  display: inline-block;
  width: 50%;
  text-align: center;
  color: black;
  font-size: .9em;
  background: #fee715 !important;
}

header#main-header #header-container #left-side div:first-child #shop-navbar #header-cart #cart-overview .woocommerce-mini-cart__buttons a:last-child {
  border-left: 1px solid black;
}

footer {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding: 0 15%;
  padding-bottom: 40px;
}

@media (max-width: 2000px) {
  footer {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  footer {
    padding: 0 3%;
    padding-bottom: 30px;
  }
}

footer .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

footer .background img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  filter: grayscale(1);
  opacity: .1;
}

footer .background .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #101820, rgba(16, 24, 32, 0.5));
}

footer .footer-title {
  position: relative;
  font-size: 1.3em;
  color: #fee715;
  padding-left: 35px;
}

footer .footer-title::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  bottom: 45%;
  left: 0;
  background: #fee715;
  border-radius: 50%;
  box-shadow: 0 0 10px #fee715;
}

footer .subtitle {
  margin-bottom: 30px;
  color: #c9c9c9;
  font-size: .9em;
}

footer .container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 800px) {
  footer .container {
    flex-wrap: wrap;
  }
}

footer .container .about {
  width: 39%;
}

@media (max-width: 800px) {
  footer .container .about {
    width: 100%;
    margin-bottom: 20px;
  }
}

footer .container .about .text {
  text-align: justify;
  color: #c9c9c9;
  font-size: .9em;
  word-spacing: 4px;
}

footer .container .sitemap {
  width: 26%;
}

@media (max-width: 800px) {
  footer .container .sitemap {
    width: 48%;
  }
}

@media (max-width: 600px) {
  footer .container .sitemap {
    width: 100%;
    margin-bottom: 20px;
  }
  #main-slider .items .slide .slide-container .slide-product{
    display: none;
  }
}

footer .container .sitemap ul li {
  margin-bottom: 5px;
}

footer .container .sitemap ul li a {
  color: #c9c9c9;
  font-size: .9em;
}

footer .container .sitemap ul li a:hover {
  color: white;
}

footer .container .contact {
  width: 26%;
}

@media (max-width: 800px) {
  footer .container .contact {
    width: 48%;
  }
}

@media (max-width: 600px) {
  footer .container .contact {
    width: 100%;
  }
}

footer .container .contact ul li {
  margin-bottom: 15px;
  color: #c9c9c9;
  text-transform: uppercase;
}

footer .container .contact ul li a {
  color: #c9c9c9;
  font-size: .9em;
}

footer .container .contact ul li i {
  color: #fee715;
  margin-right: 15px;
}

footer .social {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 800px) {
  footer .social {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .social .footer-title::after {
    display: none;
  }
  footer .social .footer-title {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  footer .social > div {
    text-align: center;
  }
}

footer .social a {
  display: inline-block;
  color: #c9c9c9;
  margin-left: 20px;
  font-family: Vazir;
  transition: all .3s;
}

@media (max-width: 1000px) {
  footer .social a {
    margin-left: 10px;
  }
}

@media (max-width: 800px) {
  footer .social a {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  footer .social a {
    text-align: center;
  }
}

footer .social a i {
  margin-left: 10px;
}

footer .social a:hover {
  color: #fee715;
}

footer .social a:hover i {
  color: #fee715;
}

footer .trust-logos {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 800px) {
  footer .trust-logos {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .trust-logos .footer-title::after {
    display: none;
  }
  footer .trust-logos .footer-title {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  footer .trust-logos > div {
    text-align: center;
  }
}

footer .trust-logos a {
  display: inline-block;
  color: #c9c9c9;
  margin-left: 20px;
}

footer .trust-logos img {
  width: 100px;
}

footer .creator {
  position: relative;
  padding-top: 20px;
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 500px) {
  footer .creator {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

footer .creator::after {
  content: '';
  position: absolute;
  width: 70%;
  height: 1px;
  top: 0;
  left: 15%;
  background: linear-gradient(to left, rgba(254, 231, 21, 0), #fee715, rgba(254, 231, 21, 0));
}

footer .creator p {
  color: #c9c9c9;
  font-size: .9em;
  font-family: Vazir;
}

footer .creator strong {
  font-weight: normal;
}

#main-slider {
  width: 100%;
}

#main-slider #slide-change-delay {
  position: absolute;
  right: -5000px;
  display: none;
  visibility: hidden;
  opacity: 0;
}

#main-slider .items {
  position: relative;
}

#main-slider .items #slider-control {
  position: absolute;
  top: 160px;
  height: 70%;
  left: 38%;
  z-index: 2;
  padding: 30px;
}

@media (max-width: 2000px) {
  #main-slider .items #slider-control {
    left: 35% !important;
  }
}

@media (max-width: 800px) {
  #main-slider .items #slider-control {
    top: 0;
  }
}

#main-slider .items #slider-control ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

#main-slider .items #slider-control ul li {
  position: relative;
  color: white;
  font-size: .9em;
  opacity: .5;
  text-align: left;
  padding-left: 10px;
  transition: all .3s;
  cursor: pointer;
  margin: 5px 0;
  font-family: Vazir-Bold;
}

@media (max-width: 900px) {
  #main-slider .items #slider-control ul li {
    margin: 2px;
  }
}

#main-slider .items #slider-control ul li:hover {
  opacity: 1;
}

#main-slider .items #slider-control ul li:hover::after {
  opacity: 1;
}

#main-slider .items #slider-control ul li::after {
  position: absolute;
  left: -9px;
  top: 4px;
  content: '';
  width: 11px;
  height: 11px;
  background: transparent;
  border: 1px solid #fee715;
  border-radius: 50%;
  opacity: 0;
  transition: all .3s;
}

#main-slider .items #slider-control ul li::before {
  position: absolute;
  left: -5px;
  top: 8px;
  content: '';
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 50%;
}

#main-slider .items #slider-control ul li.show {
  opacity: 1;
}

#main-slider .items #slider-control ul li.show::before {
  background: #fee715;
}

#main-slider .items #slider-control ul li.show::after {
  opacity: 1;
}

#main-slider .items .slide {
  width: 100%;
  overflow: hidden;
}

#main-slider .items .slide.show {
  animation: show .5s forwards;
}

#main-slider .items .slide.hide {
  animation: hide .5s forwards;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#main-slider .items .slide .slide-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  overflow: hidden;
}

@media (max-width: 2400px) {
  #main-slider .items .slide .slide-background-container {
    height: 800px;
  }
}

@media (max-width: 1800px) {
  #main-slider .items .slide .slide-background-container {
    height: 740px;
  }
}

#main-slider .items .slide .slide-background-container .slide-background {
  width: 100%;
  height: auto;
  filter: grayscale(1) blur(3px);
  opacity: .5;
}

#main-slider .items .slide .slide-background-container .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #101820, rgba(16, 24, 32, 0));
}

#main-slider .items .slide .slide-container {
  padding-top: 160px;
  position: relative;
  width: 70%;
  height: 900px;
  margin-left: 15%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 900px) {
  #main-slider .items .slide .slide-container {
    width: 94%;
    margin-left: 3%;
  }
}

@media (max-width: 2000px) {
  #main-slider .items .slide .slide-container {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 2400px) {
  #main-slider .items .slide .slide-container {
    height: 800px;
  }
}

@media (max-width: 1800px) {
  #main-slider .items .slide .slide-container {
    height: 740px;
  }
}

@media (max-width: 1600px) {
  #main-slider .items .slide .slide-container {
    height: 680px;
  }
}

@media (max-width: 1400px) {
  #main-slider .items .slide .slide-container {
    height: 580px;
  }
}

@media (max-width: 1100px) {
  #main-slider .items .slide .slide-container {
    height: 520px;
  }
}

@media (max-width: 800px) {
  #main-slider .items .slide .slide-container {
    margin-top: 20px;
    height: 330px;
    padding-top: 0;
  }
}

@media (max-width: 700px) {
  #main-slider .items .slide .slide-container {
    height: 290px;
  }
}

#main-slider .items .slide .slide-container .left-side {
  width: 68%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#main-slider .items .slide .slide-container .left-side .slide-photo {
  position: relative;
  overflow: hidden;
  border-radius: 20px 0 20px 20px;
  width: 100%;
  height: 90%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 900px) {
  #main-slider .items .slide .slide-container .left-side .slide-photo {
    border-radius: 10px 0 10px 10px;
  }
}

#main-slider .items .slide .slide-container .left-side .slide-photo img {
  width: 100%;
  height: 100%;
}

#main-slider .items .slide .slide-container .left-side .slide-photo .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, rgba(16, 24, 32, 0.8), rgba(16, 24, 32, 0) 80%);
}

#main-slider .items .slide .slide-container .left-side .description {
  width: 100%;
  height: auto;
  padding: 7px 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

#main-slider .items .slide .slide-container .left-side .description > div {
  cursor: pointer;
}

#main-slider .items .slide .slide-container .left-side .description > div:hover * {
  color: #fee715;
}

#main-slider .items .slide .slide-container .left-side .description > div p {
  display: inline-block;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.3);
  font-size: .9em;
  transition: all .3s;
}

@media (max-width: 900px) {
  #main-slider .items .slide .slide-container .left-side .description > div p {
    font-size: .8em;
  }
}

#main-slider .items .slide .slide-container .left-side .description > div span {
  color: rgba(255, 255, 255, 0.3);
  transition: all .3s;
}

#main-slider .items .slide .slide-container .slide-product {
  position: relative;
  width: 30%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 20px 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: black;
}

@media (max-width: 900px) {
  #main-slider .items .slide .slide-container .slide-product {
    border-radius: 0 10px 10px 10px;
  }
}

#main-slider .items .slide .slide-container .slide-product img {
  width: 100%;
  height: 100%;
}

#main-slider .items .slide .slide-container .slide-product .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-bottom: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  background: linear-gradient(to top, rgba(16, 24, 32, 0.9), rgba(16, 24, 32, 0) 80%);
}

#main-slider .items .slide .slide-container .slide-product .overly .type-of-product {
  text-align: left;
  color: white;
  margin-bottom: 5px;
  font-size: .9em;
  font-family: Vazir;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  #main-slider .items .slide .slide-container .slide-product .overly .type-of-product {
    font-size: .8em;
  }
}

#main-slider .items .slide .slide-container .slide-product .overly > div:first-child {
  text-align: left;
}

#main-slider .items .slide .slide-container .slide-product .overly .product-name {
  display: inline;
  width: auto;
  background: #fee715;
  font-family: Vazir-Bold;
  padding: 3px 5px;
  text-align: left;
  font-size: 1.1em;
  text-transform: uppercase;
  color: black;
}

@media (max-width: 800px) {
  #main-slider .items .slide .slide-container .slide-product .overly .product-name {
    font-size: .9em;
  }
}

#main-slider .items .slide .slide-container .slide-product .overly .product-description {
  margin-top: 10px;
  font-size: .8em;
  color: white;
  text-align: justify;
}

@media (max-width: 900px) {
  #main-slider .items .slide .slide-container .slide-product .overly .product-description {
    display: none;
  }
}

#main-slider .items .slide .slide-container .slide-product .overly > div:last-child {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main-slider .items .slide .slide-container .slide-product .overly > div:last-child .price.padd {
  padding-right: 40px;
}

@media (max-width: 800px) {
  #main-slider .items .slide .slide-container .slide-product .overly > div:last-child .price.padd {
    padding-right: 20px;
  }
}

#main-slider .items .slide .slide-container .slide-product .overly > div:last-child .price .sale-percentage {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fee715;
  padding: 5px;
  border-radius: 20px 0 0 0;
  font-family: Vazir-Bold;
  color: black;
}

@media (max-width: 800px) {
  #main-slider .items .slide .slide-container .slide-product .overly > div:last-child .price .sale-percentage {
    font-size: .8em;
    padding: 3px;
  }
}

#main-slider .items .slide .slide-container .slide-product .overly > div:last-child .price p {
  text-align: right;
  color: #fee715;
}

#main-slider .items .slide .slide-container .slide-product .overly > div:last-child .price p.manual-price {
  font-size: 1.1em;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  #main-slider .items .slide .slide-container .slide-product .overly > div:last-child .price p.manual-price {
    font-size: .9em;
  }
}

#main-slider .items .slide .slide-container .slide-product .overly > div:last-child .price p.sale-price {
  font-size: .8em;
  margin-top: -10px;
  font-family: Vazir;
}

@media (max-width: 800px) {
  #main-slider .items .slide .slide-container .slide-product .overly > div:last-child .price p.sale-price {
    font-size: .7em;
  }
}

#main-slider .items .slide .slide-container .slide-product .overly > div:last-child .price p span {
  text-decoration: line-through;
  opacity: .8;
}

#main-slider .items .slide .slide-container .slide-product .overly > div:last-child .product-icons span {
  color: #fee715;
  font-size: 1.3em;
}

@media (max-width: 800px) {
  #main-slider .items .slide .slide-container .slide-product .overly > div:last-child .product-icons span {
    font-size: 1em;
  }
}

.product {
  position: relative;
  display: block;
  height: 380px;
  width: 280px;
  margin: 0 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  overflow: hidden;
  transition: all .3s;
}

@media (max-width: 1400px) {
  .product {
    width: 240px;
    height: 320px;
  }
}

@media (max-width: 1100px) {
  .product {
    width: 200px;
    height: 280px;
  }
}

@media (max-width: 800px) {
  .product {
    width: 170px;
    height: 240px;
  }
}

@media (max-width: 700px) {
  .product {
    width: 140px;
    height: 200px;
    margin: 0 5px;
  }
}

.product:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.product:hover .anim-obj {
  bottom: -110% !important;
}

.product .anim-obj {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  bottom: 110%;
  left: 0;
  opacity: .3;
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  transition: .7s;
}

.product img {
  width: 100%;
  height: 100%;
}

.product .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  background: linear-gradient(to top, rgba(16, 24, 32, 0.9), rgba(16, 24, 32, 0) 80%);
}

@media (max-width: 800px) {
  .product .overly {
    display: none;
  }
}

.product .overly .heading {
  text-align: left;
}

.product .overly .heading .type-of-product {
  width: auto;
  display: inline-block;
  text-align: left;
  color: Black;
  font-size: .9em;
  font-family: Vazir;
  text-transform: uppercase;
  background: #fee715;
  padding: 3px 5px;
  font-weight: bold;
}

@media (max-width: 1400px) {
  .product .overly .heading .type-of-product {
    font-size: .8em;
  }
}

.product .overly .heading .product-name {
  margin-top: 5px;
  text-align: left;
  font-family: Vazir-Bold;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #fee715;
  line-height: 18px;
}

@media (max-width: 1400px) {
  .product .overly .heading .product-name {
    font-size: .9em;
  }
}

.product .overly .price .sale-percentage {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  padding-right: 10px;
  background: #fee715;
  border-radius: 0 0 0 20px;
}

.product .overly .price .sale-percentage p {
  font-family: Vazir-Black;
  color: black;
  font-size: 1em;
}

.product .overly .price .sale-percentage span {
  position: absolute;
  right: 0;
  bottom: 7px;
  font-size: .8em;
  color: black;
}

.product .overly .price > p {
  text-align: left;
  color: white;
}

.product .overly .price > p:first-child {
  font-size: 1.1em;
}

@media (max-width: 1400px) {
  .product .overly .price > p:first-child {
    font-size: .9em;
  }
}

.product .overly .price > p:last-child {
  font-size: .8em;
  margin-top: -7px;
  font-family: Vazir;
  opacity: .8;
}

@media (max-width: 1400px) {
  .product .overly .price > p:last-child {
    font-size: .7em;
  }
}

.product .overly .price > p span {
  text-decoration: line-through;
  opacity: .8;
}

.product-type2 {
  position: relative;
  display: block;
  direction: ltr;
  width: 22%;
  margin: 10px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  background: #101820;
  padding: 10px;
}

@media (max-width: 1200px) {
  .product-type2 {
    width: 28%;
  }
}

@media (max-width: 700px) {
  .product-type2 {
    width: 48%;
    padding: 3px 6px;
  }
}

.product-type2:nth-child(odd) {
  margin: 10px 3%;
}

@media (max-width: 1200px) {
  .product-type2:nth-child(odd) {
    margin: 10px 4%;
  }
}

@media (max-width: 700px) {
  .product-type2:nth-child(odd) {
    margin: 10px 0;
  }
}

.product-type2:hover .img::before {
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.7);
}

.product-type2:hover .buy-btn {
  background: #fee715 !important;
  color: black !important;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
}

.product-type2 .img {
  position: relative;
  display: block;
}

.product-type2 .img img {
  width: 100%;
  height: auto;
  margin-left: -30px;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 700px) {
  .product-type2 .img img {
    margin-left: 0;
    box-shadow: 0;
  }
}

.product-type2 .img::before {
  content: '';
  position: absolute;
  height: 97%;
  width: 3px;
  top: 0;
  right: 10px;
  border-radius: 10px;
  background: #192531;
  transition: .3s all;
}

@media (max-width: 700px) {
  .product-type2 .img::before {
    display: none;
  }
}

.product-type2 .detail {
  margin-top: 5px;
  width: 100%;
}

.product-type2 .detail h5 {
  color: white;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
  font-family: Vazir;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 700px) {
  .product-type2 .detail h5 {
    font-size: 1em;
  }
}

.product-type2 .detail > div {
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #192531;
}

.product-type2 .detail > div p {
  font-size: .9em;
  color: #c9c9c9;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .product-type2 .detail > div p {
    font-size: .8em;
  }
}

.product-type2 .detail > div p span {
  float: right;
  margin-left: 5px;
  color: #c9c9c9;
}

.product-type2 .detail > div .product-price {
  color: #fee715;
}

.product-type2 .detail .buy-btn {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #192531;
  color: white;
  text-align: center;
  font-size: .9em;
  font-family: Vazir-Bold;
  transition: all .3s;
  font-weight: bold;
}

@media (max-width: 700px) {
  .product-type2 .detail .buy-btn {
    padding: 3px 6px;
  }
}

.banner {
  position: relative;
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
}

.banner .background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
}

.banner .background > padd {
  top: 20%;
}

.banner .background .bg {
  position: absolute;
  width: 100%;
  height: 568px;
  filter: blur(4px);
}

.banner .background .overly {
  position: absolute;
  width: 100%;
  height: 105%;
  top: -2.5%;
  left: 0;
  background: linear-gradient(to bottom, #101820 10%, rgba(16, 24, 32, 0.5));
}

.banner .items {
  width: 70%;
  margin-left: 15%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

@media (max-width: 2000px) {
  .banner .items {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 900px) {
  .banner .items {
    width: 94%;
    margin-left: 3%;
  }
}

.banner .items .png {
  position: relative;
  height: 400px;
}

@media (max-width: 1300px) {
  .banner .items .png {
    height: 350px;
  }
}

@media (max-width: 700px) {
  .banner .items .png {
    height: 300px;
  }
}

@media (max-width: 500px) {
  .banner .items .png {
    height: 200px;
  }
}

.banner .items .product,
.banner .items .product * {
  z-index: 2;
}

.banner .items .product:hover,
.banner .items .product *:hover {
  transform: translateY(0);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.banner .items .product:hover .anim-obj,
.banner .items .product *:hover .anim-obj {
  bottom: 110%;
}

.banner .items .texts {
  position: relative;
  width: 50%;
  z-index: 2;
}

.banner .items .texts .title-per {
  font-size: 2.2em;
  color: #fee715;
  animation: tShadow 2s infinite;
}

@media (max-width: 1300px) {
  .banner .items .texts .title-per {
    font-size: 2em;
  }
}

@media (max-width: 700px) {
  .banner .items .texts .title-per {
    font-size: 1.8em;
  }
}

@media (max-width: 500px) {
  .banner .items .texts .title-per {
    font-size: 1.5em;
  }
}

@keyframes tShadow {
  0% {
    text-shadow: 0 0 0 rgba(254, 231, 21, 0.5);
  }
  50% {
    text-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
  }
  100% {
    text-shadow: 0 0 0 rgba(254, 231, 21, 0.5);
  }
}

.banner .items .texts .title-en {
  font-size: 1.5em;
  color: white;
  font-family: Vazir;
  font-weight: 300;
}

@media (max-width: 1300px) {
  .banner .items .texts .title-en {
    font-size: 1.3em;
  }
}

@media (max-width: 700px) {
  .banner .items .texts .title-en {
    font-size: 1em;
  }
}

@media (max-width: 500px) {
  .banner .items .texts .title-en {
    font-size: .8em;
  }
}

.banner .items .texts .description {
  margin-top: 20px;
  position: relative;
  font-size: 1.1em;
  color: white;
  z-index: 2;
}

@media (max-width: 1300px) {
  .banner .items .texts .description {
    font-size: 1em;
  }
}

@media (max-width: 700px) {
  .banner .items .texts .description {
    font-size: .9em;
  }
}

@media (max-width: 500px) {
  .banner .items .texts .description {
    display: none;
  }
}

.banner .items .texts .description::after {
  position: absolute;
  content: '';
  width: 25%;
  height: 2px;
  background: #fee715;
  top: 120%;
  left: 0;
  border-radius: 50px;
  animation: bPlay 3s infinite;
}

@keyframes bPlay {
  0% {
    width: 25%;
  }
  50% {
    width: 40%;
  }
  100% {
    width: 25%;
  }
}

.banner .items .texts a {
  display: inline-block;
  margin-top: 30px;
  padding: 3px 20px;
  color: #fee715;
  border: 1px solid #fee715;
  border-radius: 50px;
  transition: all .3s;
}

@media (max-width: 700px) {
  .banner .items .texts a {
    font-size: .9em;
  }
}

@media (max-width: 500px) {
  .banner .items .texts a {
    font-size: .7em;
  }
}

.banner .items .texts a:hover {
  color: black;
  background: #fee715;
}

.banner > .overly {
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #101820, rgba(16, 24, 32, 0));
}

.banner > .overly > padd {
  bottom: 0 !important;
}

#companies {
  position: relative;
  width: 100%;
  margin-top: 60px;
  padding: 0 15%;
}

@media (max-width: 2000px) {
  #companies {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  #companies {
    padding: 0 3%;
  }
}

#companies .controller {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 10px;
  left: -50px;
  transform: rotate(-30deg);
  animation: floati 10s infinite;
  opacity: .2;
}

@media (max-width: 700px) {
  #companies .controller {
    width: 200px;
    height: 180px;
  }
}

@keyframes floati {
  0% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(-20deg);
    transform: translate(50px, 100px);
  }
  100% {
    transform: rotate(-30deg);
  }
}

#companies .section-heading {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#companies .section-heading h6 {
  position: relative;
  color: white;
  font-size: 1.3em;
}

@media (max-width: 500px) {
  #companies .section-heading h6 {
    font-size: 1em;
  }
}

#companies .section-heading p {
  color: white;
  font-size: .8em;
  opacity: .5;
  font-family: Vazir-Light;
}

@media (max-width: 500px) {
  #companies .section-heading p {
    font-size: .7em;
  }
}

#companies .items {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#companies .company {
  position: relative;
  display: block;
  width: 31%;
  padding: 15px;
  background: linear-gradient(rgba(25, 37, 49, 0.92), rgba(25, 37, 49, 0.92)), url("images/ubisoft-wallpaper.jpg") center no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
  transition: all .4s;
  text-align: center;
}

@media (max-width: 1300px) {
  #companies .company {
    width: 30%;
  }
}

@media (max-width: 650px) {
  #companies .company {
    margin: 10px 0;
  }
}

@media (max-width: 500px) {
  #companies .company {
    width: 48%;
  }
}

#companies .company:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

#companies .company .logo {
  width: 90px;
  height: 90px;
  background: #fee715;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  text-align: center;
  margin: auto;
}

@media (max-width: 800px) {
  #companies .company .logo {
    width: 60px;
    height: 60px;
  }
}

#companies .company .logo img {
  max-width: 100%;
  height: 100%;
  filter: grayscale(1);
}

#companies .company .name {
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 50px;
}

#companies .company .name h6 {
  color: #fee715;
  text-align: center;
  font-size: 1.1em;
}

@media (max-width: 800px) {
  #companies .company .name h6 {
    font-size: .9em;
  }
}

#comments-section {
  margin-top: 20px;
  position: relative;
  width: 100%;
  background: #101820;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#comments-section h2 {
  position: relative;
  font-size: 1.3em;
  color: #fee715;
  padding-left: 35px;
  margin-bottom: 20px;
}

#comments-section h2::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  bottom: 45%;
  left: 0;
  background: #fee715;
  border-radius: 50%;
  box-shadow: 0 0 10px #fee715;
}

#comments-section .commentlist {
  width: 100% !important;
  margin: 0 !important;
}

#comments-section .commentlist .children {
  width: 90%;
  margin-left: 10%;
}

#comments-section .commentlist .comment_container {
  position: relative;
  margin-bottom: 10px;
  border: none !important;
  padding: 5px;
  border-radius: 5px;
  border: none !important;
  background: #192531;
  padding-left: 80px;
}

@media (max-width: 700px) {
  #comments-section .commentlist .comment_container {
    padding-left: 70px;
  }
}

#comments-section .commentlist .comment_container img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  border: 4px solid #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.4);
}

@media (max-width: 700px) {
  #comments-section .commentlist .comment_container img {
    width: 40px;
    height: 40px;
  }
}

#comments-section .commentlist .comment_container .comment-text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

#comments-section .commentlist .comment_container .comment-text .star-rating {
  margin-top: 10px;
  order: 2;
}

#comments-section .commentlist .comment_container .comment-text .star-rating::before {
  color: #fee715;
}

#comments-section .commentlist .comment_container .comment-text .star-rating span::before {
  font-family: star;
  color: #fee715;
}

#comments-section .commentlist .comment_container .comment-text .meta {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  order: 1;
}

#comments-section .commentlist .comment_container .comment-text .meta * {
  display: inline-block;
  font-style: normal;
}

#comments-section .commentlist .comment_container .comment-text .meta strong {
  color: #fee715;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  #comments-section .commentlist .comment_container .comment-text .meta strong {
    font-size: .9em;
  }
}

#comments-section .commentlist .comment_container .comment-text .meta .woocommerce-review__verified {
  float: right;
  margin-left: 5px;
  font-size: .8em;
  color: #fee715;
}

@media (max-width: 700px) {
  #comments-section .commentlist .comment_container .comment-text .meta .woocommerce-review__verified {
    font-size: .7em;
  }
}

#comments-section .commentlist .comment_container .comment-text .meta .woocommerce-review__dash {
  display: none !important;
  visibility: hidden !important;
}

#comments-section .commentlist .comment_container .comment-text .meta time {
  font-size: .9em;
  margin-left: 20px;
}

@media (max-width: 700px) {
  #comments-section .commentlist .comment_container .comment-text .meta time {
    font-size: .8em;
  }
}

#comments-section .commentlist .comment_container .comment-text .description {
  order: 3;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #101820;
}

#comments-section .commentlist .comment_container .comment-text .description p {
  width: 100%;
  text-align: left;
}

@media (max-width: 700px) {
  #comments-section .commentlist .comment_container .comment-text .description p {
    font-size: .9em;
  }
}

#comments-section #review_form {
  margin-top: 40px;
}

#comments-section #review_form #reply-title {
  color: #fee715;
  font-size: 1.2em;
}

#comments-section #review_form form .required {
  color: #ff004c !important;
}

#comments-section #review_form form .comment-notes {
  font-size: .9em;
  font-family: Vazir;
}

#comments-section #review_form form .comment-form-rating .stars a {
  color: #fee715;
}

#comments-section #review_form form textarea,
#comments-section #review_form form input[type="text"],
#comments-section #review_form form input[type="email"] {
  width: 100% !important;
  background: #192531;
  border-radius: 5px;
  padding: 10px;
  border: none !important;
  resize: vertical;
  outline: none !important;
}

#comments-section #review_form form .comment-form-author,
#comments-section #review_form form .comment-form-email {
  display: inline-block;
  width: 49%;
}

@media (max-width: 500px) {
  #comments-section #review_form form .comment-form-author,
  #comments-section #review_form form .comment-form-email {
    width: 100%;
  }
}

#comments-section #review_form form .comment-form-author input,
#comments-section #review_form form .comment-form-email input {
  width: 100%;
}

#comments-section #review_form form .comment-form-email {
  margin-left: 1%;
}

@media (max-width: 700px) {
  #comments-section #review_form form .comment-form-email {
    margin-left: 0;
  }
}

#comments-section #review_form form .form-submit {
  text-align: left;
}

#comments-section #review_form form input[type="submit"] {
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3) !important;
  color: black;
}

@media (max-width: 700px) {
  #comments-section #review_form form input[type="submit"] {
    width: 100%;
  }
}

#comments-section #review_form form input[type="submit"]:hover {
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3) !important;
  color: black;
}

input[type=number] {
  height: 30px;
  line-height: 30px;
  font-size: .9em;
  padding: 0 8px;
  background: #192531;
  border-radius: 5px;
  outline: none;
  border: none;
  color: #dfdfdf;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: white;
  text-align: center;
  position: relative;
}

input[type=number]:hover::-webkit-inner-spin-button {
  background: url("images/nav.png") no-repeat 50% 50%;
  width: 14px;
  height: 14px;
  padding: 4px;
  position: relative;
  left: 4px;
  top: 4px;
  border-radius: 28px;
}

#filters {
  position: relative;
  width: 100%;
  margin-top: 150px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  padding-top: 10px;
  z-index: 3;
}

#filters #left-filters {
  margin-bottom: 10px;
}

#filters #left-filters .count {
  font-size: .9em;
  float: right;
  margin-left: 20px;
}

#filters form {
  margin: 0 !important;
}

#filters .game-plus-filters {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#filters .game-plus-filters .filters-title {
  position: relative;
  font-size: 1.2em;
  color: #fee715;
  padding-left: 35px;
}

#filters .game-plus-filters .filters-title::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  bottom: 45%;
  left: 0;
  background: #fee715;
  border-radius: 50%;
  box-shadow: 0 0 10px #fee715;
}

#filters .game-plus-filters .wpf_item {
  position: unset !important;
  padding: 0 !important;
  margin: 0 20px;
}

#filters .game-plus-filters label {
  position: relative;
  color: white;
  margin: 0 !important;
  font-family: Vazir;
  font-weight: normal !important;
  font-size: 1.1em;
  padding-right: 30px;
  cursor: pointer;
}

#filters .game-plus-filters label.open i {
  transform: rotate(-180deg);
}

#filters .game-plus-filters label i {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: .9em !important;
  opacity: .7;
  transition: all .5s;
}

#filters .game-plus-filters ul li {
  margin: 0 !important;
  margin-right: 10px !important;
}

#filters .game-plus-filters ul li label {
  color: #c9c9c9;
  font-size: .9em;
}

#filters .game-plus-filters ul li input {
  color: white;
  border-radius: 5px;
  background: #101820;
  border: none;
}

#filters .game-plus-filters .bg {
  display: none;
  position: absolute !important;
  top: 100%;
  width: 78%;
  min-height: 43px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px !important;
  border-radius: 5px;
  margin-top: 10px;
}

#filters .game-plus-filters .bg .ui-slider {
  width: 90%;
  margin: 0 !important;
  margin-top: 16px !important;
  margin-left: 2% !important;
}

#filters .game-plus-filters .bg .ui-slider-range {
  background: #fee715 !important;
}

#filters .game-plus-filters .bg .ui-slider-handle {
  top: -3px !important;
  background: #fee715 !important;
  border: none !important;
}

#filters .game-plus-filters .bg .ui-slider-handle span {
  color: #fee715 !important;
}

#product-filters {
  position: relative;
  margin-top: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

#product-filters .filters-header {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

#product-filters .filters-header h6 {
  font-size: 1em;
  color: #fee715;
  margin-right: 50px;
}

@media (max-width: 700px) {
  #product-filters .filters-header h6 {
    font-size: .9em;
  }
}

#product-filters .filters-header > div {
  position: relative;
  margin-right: 40px;
  padding-right: 20px;
  cursor: pointer;
}

#product-filters .filters-header > div i {
  position: absolute;
  right: 0;
  top: 7px;
  color: white;
  font-size: .7em;
  transition: all .6s ease-out;
}

#product-filters .filters-header > div.opened i {
  transform: rotate(-180deg);
}

#product-filters .filters-header .filtersButton {
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  padding: 6px;
  border-radius: 50%;
  font-weight: bold;
  color: black;
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3);
  cursor: pointer;
  transition: all .5s;
}

@media (max-width: 700px) {
  #product-filters .filters-header .filtersButton {
    font-size: .8em;
  }
}

#product-filters .filters-header .filtersButton.opened {
  transform: rotate(-180deg);
}

#product-filters #applyFilters {
  position: absolute;
  right: 10px;
  bottom: 15px;
  padding: 3px 20px;
  border-radius: 5px;
  color: black;
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3);
  font-family: Vazir-Bold;
  opacity: 0;
  transition: all .3s;
}

#product-filters #applyFilters.show {
  opacity: 1;
}

#product-filters .filter {
  position: relative;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
}

#product-filters .filter::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(254, 231, 21, 0), #fee715, rgba(254, 231, 21, 0));
}

#product-filters .filter .items-title {
  font-size: .9em;
  color: white;
}

@media (max-width: 700px) {
  #product-filters .filter .items-title {
    font-size: .8em;
  }
}

#product-filters .filter ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

#product-filters .filter ul li {
  margin: 3px 0;
  margin-right: 10px;
}

#product-filters .filter ul li label {
  color: white;
  font-family: Vazir;
  display: inline-block;
  background: none;
  padding: 4px 10px;
  border: 1px solid #444;
  border-radius: 50px;
  font-size: .8em;
  transition: all .3s;
  cursor: pointer;
}

@media (max-width: 700px) {
  #product-filters .filter ul li label {
    font-size: .6em;
  }
}

#product-filters .filter ul li input[type="radio"],
#product-filters .filter ul li input[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

#product-filters .filter ul li label:hover {
  border-color: white;
}

#product-filters .filter ul li input[type="radio"]:checked + label,
#product-filters .filter ul li input[type="checkbox"]:checked + label {
  border-color: #fee715;
}

#product-filters .filter #price-log {
  margin-top: 15px;
  font-size: .9em;
  margin-left: 5px;
}

@media (max-width: 700px) {
  #product-filters .filter #price-log {
    font-size: .8em;
  }
}

#product-filters .filter #price-log span {
  color: #fee715;
}

#product-filters .filter #slider-range {
  width: 98%;
  margin-left: 1%;
  height: 5px !important;
}

@media (max-width: 700px) {
  #product-filters .filter #slider-range {
    width: 96%;
    margin-left: 2%;
  }
}

#product-filters .filter #slider-range > a {
  border-radius: 50% !important;
  border: none !important;
  background: #fee715 !important;
  outline: none !important;
  cursor: pointer;
  top: -7px !important;
}

#product-filters .filter input[type="text"] {
  width: 70%;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
  margin-left: 10px;
  padding: 5px;
  border-radius: 5px;
  color: white;
}

@media (max-width: 750px) {
  #product-filters .filter input[type="text"] {
    width: 50%;
  }
}

@media (max-width: 350px) {
  #product-filters .filter input[type="text"] {
    width: 40%;
  }
}

#product-filters #min-price,
#product-filters #max-price,
#product-filters #selected-min-price,
#product-filters #selected-max-price,
#product-filters #siteurl,
#product-filters #minInput,
#product-filters #maxInput {
  position: absolute;
  right: -999px;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

#product-filters .filters,
#product-filters .fh {
  display: none;
}

.woocommerce-error {
  background: #192531;
  color: white !important;
  border-radius: 10px;
  border: 1px solid #ff004c !important;
}

.woocommerce-error::before {
  color: #ff004c !important;
}

.woocommerce-notices-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 15%;
}

@media (max-width: 2000px) {
  .woocommerce-notices-wrapper {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  .woocommerce-notices-wrapper {
    padding: 0 3%;
  }
}

.woocommerce-notices-wrapper + p {
  position: relative;
  z-index: 2;
  width: 70%;
  margin: 0 15%;
}

@media (max-width: 2000px) {
  .woocommerce-notices-wrapper + p {
    width: 80%;
    margin: 0 10%;
  }
}

@media (max-width: 900px) {
  .woocommerce-notices-wrapper + p {
    width: 94%;
    margin: 0 3%;
  }
}

.return-to-shop {
  margin-top: 15px;
  text-align: center !important;
}

.return-to-shop a {
  background: #fee715 !important;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.6) !important;
  color: black !important;
  margin: auto !important;
  text-align: center !important;
}

.woocommerce-message {
  background: #192531;
  color: white !important;
  border-radius: 10px;
  border: 1px solid #00ff6a !important;
}

.woocommerce-message::before {
  color: #00ff6a !important;
}

.woocommerce-info {
  background: #192531;
  color: white !important;
  border-radius: 10px;
  border: 1px solid #ffd900 !important;
}

.woocommerce-info::before {
  color: #ffd900 !important;
}

.wpas-alert {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.wpas-alert.wpas-alert-info{
  display: block !important;
  visibility: inherit !important;
  opacity: 1 !important;
}
.wpas-alert-info {
  color: white;
  background-color: #192531;
  font-size: 14px;
  border-color: #192531;
}
.wpas-alert-info a{
  color: #fee715;
}
.availability{
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 3px 10px;
  background: #f44336;
  font-size: 13px;
  border-radius: 0 5px;
}
.product-type3 {
  width: 48%;
  padding: 10px;
  padding-right: 30px;
  border-radius: 10px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
  background: #101820;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.product-type3 .product-thumbnail {
  display: block;
  position: relative;
  padding-right: 25px;
  margin-right: 20px;
}

.product-type3 .product-thumbnail .line {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 97%;
  background: #fee715;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(254, 231, 21, 0.5);
}

.product-type3 .product-thumbnail img {
  width: 150px !important;
  height: 150px !important;
  max-width: none !important;
  margin-left: -30px;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.product-type3 .product-detail {
  width: 100%;
}

.product-type3 .product-detail > a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.product-type3 .product-detail > a h4 {
  display: block;
  width: 100%;
  color: #fee715;
  font-size: 1.2em;
  text-align: center;
  font-weight: normal;
}

.product-type3 .product-detail > p {
  margin-top: 5px;
  font-size: .9em;
  text-align: left;
  padding: 5px;
  border-radius: 5px;
  background: #192531;
}

.product-type3 .product-detail > p i {
  color: #fee715;
  margin-left: 5px;
}

.product-type3 .product-detail > p span {
  font-family: Vazir;
  text-transform: uppercase;
  text-align: right;
}

.product-type3 .product-detail > p span a {
  color: white;
  font-family: Vazir;
}

.product-type3 .product-detail .t2-price {
  margin-top: 8px;
  width: 100%;
  padding: 3px;
  border-radius: 0 5px 0 5px;
  background: #fee715;
}

.product-type3 .product-detail .t2-price p {
  width: 100%;
  text-align: center;
  color: black;
  font-family: Vazir;
}

.product-type3 .product-detail .t2-price p span {
  font-family: Vazir-Bold;
  font-size: .8em;
  color: black;
}

.page-heading {
  position: relative;
}

.page-heading h1,
.page-heading h6:first-child {
  color: #fee715;
  word-spacing: -4px;
  font-size: 4em;
  text-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
  font-family: Vazir-Black;
  text-align: center;
}

.gform_heading .gform_title{
  color: #fee715;
  margin: 0 !important;
}
.gform_heading,.gform_body,.gform_body ul,.gform_body ul li,.gform_body ul li label,.gform_body ul li input,.ginput_container_multiselect,.gform_body select,.gform_footer input[type="submit"]{
  width: 100% !important;
  float: left !important;
}
.gform_description{
  display: none !important;
}
.gform_body ul li{
  padding: 0 !important;
  margin: 0 0 15px 0 !important;
}
.gform_body ul li label{
    margin-bottom: 15px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
.gform_body ul li input,.gform_body textarea{
  border-radius: 5px;
    background-color: #fafafa;
    color: #424242;
}
.ginput_container_multiselect{
  margin-top: 0;
}
.gform_body select{
    padding: 0 !important;
    display: table;
    background: #fafafa;
    border-radius: 5px;
}
.gform_body select option{
  color: #424242;
    padding: 5px 10px !important;
    font-size: 15px !important;
    font-weight: 500;
    cursor: pointer;
}
.gform_body select option:hover{
  background: #f5f5f5;
}
.gform_body .ginput_container_select select{
  color: #424242;
    font-weight: 500;
    padding: 5px !important;
    font-size: 15px;
    cursor: pointer;
}
.gform_footer{
  padding: 0 !important;
    margin: 0 !important;
}
.gform_footer input[type="submit"]{
    padding: 5px 0;
    border-radius: 5px;
    background: #fee715;
    box-shadow: 0 0 10px rgb(254 231 21 / 50%);
    cursor: pointer;
    color: black;
    font-weight: 600;
    display: flex !important;
    justify-content: center !important;
}
@media (max-width: 800px) {
  .page-heading h1,
  .page-heading h6:first-child {
    font-size: 3em;
  }
}

@media (max-width: 500px) {
  .page-heading h1,
  .page-heading h6:first-child {
    font-size: 2.5em;
  }
}

.page-heading h6,
.page-heading h6.per {
  color: white;
  font-family: Vazir;
  font-size: 1.3em;
  word-spacing: 10px;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 800px) {
  .page-heading h6,
  .page-heading h6.per {
    font-size: 1em;
  }
}

@media (max-width: 500px) {
  .page-heading h6,
  .page-heading h6.per {
    font-size: .9em;
  }
}

.page-heading h6.per {
  font-family: Vazir !important;
  word-spacing: 5px !important;
  font-size: 1.1em !important;
}

@media (max-width: 800px) {
  .page-heading h6.per {
    font-size: .9em;
  }
}

@media (max-width: 500px) {
  .page-heading h6.per {
    font-size: .8em;
  }
}

#fixed-search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 30;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#fixed-search button {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 1.2em;
  color: white;
}

#fixed-search form {
  width: 100%;
}

#fixed-search form input {
  display: block;
  width: 90%;
  margin-left: 5%;
  background: transparent;
  font-size: 1.5em;
  text-align: center;
  color: white !important;
  border: none;
  outline: none;
}

#fixed-search #live_search_result {
  display: none;
  width: 90%;
  margin-top: 20px;
  height: 200px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-overflow-style: none;
  overflow-y: scroll;
}

#fixed-search #live_search_result.show {
  display: block !important;
}

#fixed-search #live_search_result::-webkit-scrollbar {
  display: none;
}

#fixed-search #live_search_result #result-list {
  width: 100%;
  height: 100%;
}

#fixed-search #live_search_result #result-list .live-items a {
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid #777;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#fixed-search #live_search_result #result-list .live-items a img {
  margin-right: 10px;
  border-radius: 3px;
  width: 40px;
  height: 40px;
}

#fixed-search #live_search_result #result-list .live-items a .aj_signer {
  font-size: .8em;
  font-family: Vazir;
  color: white;
}

#fixed-search #live_search_result #result-list .live-items a .aj_title {
  margin-bottom: -5px;
  font-size: .9em;
  font-family: Vazir-Bold;
  color: white;
}

.woocommerce button.button.loading::after {
  content: "";
}

#loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #101820;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 40;
}

#loading-screen img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  opacity: .05;
  filter: grayscale(1);
}

.page-loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
}

.loader-17 .css-square {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 7px;
  background: #fee715;
  box-shadow: -2px 2px 3px 0px black;
}

.loader-17 .square1 {
  right: 70px;
  animation: dominos 1s 0.125s ease infinite;
}

.loader-17 .square2 {
  right: 60px;
  animation: dominos 1s 0.3s ease infinite;
}

.loader-17 .square3 {
  right: 50px;
  animation: dominos 1s 0.425s ease infinite;
}

.loader-17 .square4 {
  right: 40px;
  animation: dominos 1s 0.540s ease infinite;
}

.loader-17 .square5 {
  right: 30px;
  animation: dominos 1s 0.665s ease infinite;
}

.loader-17 .square6 {
  right: 20px;
  animation: dominos 1s 0.79s ease infinite;
}

.loader-17 .square7 {
  right: 10px;
  animation: dominos 1s 0.9s ease infinite;
}

.loader-17 .square8 {
  right: 0px;
  animation: dominos 1s 1s ease infinite;
}

@keyframes dominos {
  50% {
    opacity: 0.7;
  }
  75% {
    transform: rotate(-90deg);
  }
  80% {
    opacity: 1;
  }
}

#main404 {
  min-height: unset !important;
}

@media (max-width: 900px) {
  #main404 .background-container {
    display: none !important;
  }
}

#p404 {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 180px;
  padding-bottom: 80px;
}

@media (max-width: 800px) {
  #p404 {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}

#p404 h1 {
  font-size: 10em;
  font-family: Vazir;
  color: #fee715;
  text-shadow: 0 0 30px rgba(254, 231, 21, 0.5);
}

@media (max-width: 1200px) {
  #p404 h1 {
    font-size: 8em;
  }
}

@media (max-width: 500px) {
  #p404 h1 {
    font-size: 6em;
  }
}

#p404 p {
  font-size: 1.5em;
}

@media (max-width: 1200px) {
  #p404 p {
    font-size: 1.3em;
  }
}

@media (max-width: 500px) {
  #p404 p {
    font-size: 1.1em;
  }
}

.ordered-item {
  width: 95%;
  position: relative;
  padding: 10px;
  padding-bottom: 5px;
  border-radius: 10px;
  background: #101820;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  margin-left: 5%;
}

.ordered-item .product-thumbnail {
  display: block;
  position: relative;
  padding-right: 25px;
  margin-right: 20px;
}

.ordered-item .product-thumbnail .line {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 97%;
  background: #fee715;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(254, 231, 21, 0.5);
}

.ordered-item .product-thumbnail img {
  width: 75px !important;
  height: auto !important;
  max-width: none !important;
  margin-left: -30px;
  border-radius: 0 10px 10px 10px;
}

.ordered-item .right {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 8px;
}

.ordered-item .right .product-detail > a,
.ordered-item .right .product-detail h5 {
  display: block;
  width: 100%;
  color: white;
  font-size: 1.2em;
  text-align: left;
  font-weight: normal;
}

.ordered-item .right .product-detail > a font,
.ordered-item .right .product-detail h5 font {
  text-align: left;
}

.ordered-item .right .product-subtotal,
.ordered-item .right .product-count {
  position: relative;
  margin-top: 0;
  padding-top: 10px;
}

.ordered-item .right .product-subtotal span,
.ordered-item .right .product-count span {
  color: #dfdfdf;
  font-size: .9em;
}

.ordered-item .right .product-subtotal .woocommerce-Price-currencySymbol,
.ordered-item .right .product-count .woocommerce-Price-currencySymbol {
  width: auto;
  color: #fee715;
}

.ordered-item .right .product-subtotal .amount,
.ordered-item .right .product-count .amount {
  color: #fee715;
  font-size: .9em;
}

.ordered-item .right .product-subtotal strong,
.ordered-item .right .product-count strong {
  font-size: .9em;
  color: #fee715;
}

.pagenation {
  margin-top: 10px;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.pagenation .wp-pagenavi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pagenation .wp-pagenavi .pages {
  display: none;
}

.pagenation .wp-pagenavi span,
.pagenation .wp-pagenavi a {
  padding: 5px 15px;
  margin: 2px 10px;
  font-size: 1em;
  background: #192531;
  border-radius: 5px;
  transition: all .3s;
  border: none;
  color: white;
}

@media (max-width: 600px) {
  .pagenation .wp-pagenavi span,
  .pagenation .wp-pagenavi a {
    font-size: 1em;
  }
  #main-slider .items .slide .slide-container .left-side{
    width: 100%;
  }
}

@media (max-width: 450px) {
  .pagenation .wp-pagenavi span,
  .pagenation .wp-pagenavi a {
    margin: 2px 5px;
    padding: 3px 12px;
    font-size: .9em;
  }
}

.pagenation .wp-pagenavi span:hover,
.pagenation .wp-pagenavi a:hover {
  background: #fee715;
  color: black;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3);
}

.pagenation .wp-pagenavi .current {
  background: #fee715;
  color: black;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3);
}

.woocommerce-pagination {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.woocommerce-pagination .page-numbers {
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: none !important;
}

.woocommerce-pagination .page-numbers .pages {
  display: none;
}

.woocommerce-pagination .page-numbers li {
  border: none !important;
  color: white;
  margin: 2px 10px !important;
}

.woocommerce-pagination .page-numbers li:last-child {
  transform: scaleX(-1);
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
  padding: 10px 15px !important;
  font-size: 1em;
  background: #192531 !important;
  border-radius: 5px;
  transition: all .3s;
  color: white;
  text-align: center !important;
}

.woocommerce-pagination .page-numbers li a:hover,
.woocommerce-pagination .page-numbers li span:hover {
  background: #fee715 !important;
  color: black !important;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3) !important;
}

@media (max-width: 600px) {
  .woocommerce-pagination .page-numbers li a,
  .woocommerce-pagination .page-numbers li span {
    font-size: .9em;
  }
}

@media (max-width: 450px) {
  .woocommerce-pagination .page-numbers li a,
  .woocommerce-pagination .page-numbers li span {
    margin: 2px 5px;
    padding: 3px 12px;
    font-size: .9em;
  }
}

.woocommerce-pagination .page-numbers .current {
  color: black !important;
  background: #fee715 !important;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3) !important;
}

header#mobile-header {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 20px;
  height: auto;
  background: #192531;
  z-index: 4;
}

@media (max-width: 800px) {
  header#mobile-header {
    display: block;
  }
}

header#mobile-header .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header#mobile-header .top div {
  background: none !important;
}

header#mobile-header .top h2 {
  color: #fee715;
  font-size: 1.2em;
}

header#mobile-header .top img {
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 40px;
}

header#mobile-header .top .button {
  color: white;
  font-size: 1.2em;
  background: none !important;
  padding: 0 !important;
}

header#mobile-header .bottom {
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #15202a;
}

header#mobile-header .bottom div:first-child {
  flex-grow: 1;
  margin-right: 30px;
}

header#mobile-header .bottom div:first-child #live_search_result2 {
  display: none;
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: -200px;
  left: 0;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-overflow-style: none;
  overflow-y: scroll;
  z-index: 10;
  background: #101820;
  border-bottom: 3px solid #192531;
}

header#mobile-header .bottom div:first-child #live_search_result2.show {
  display: block !important;
}

header#mobile-header .bottom div:first-child #live_search_result2::-webkit-scrollbar {
  display: none;
}

header#mobile-header .bottom div:first-child #live_search_result2 #result-list {
  width: 100%;
  height: 100%;
}

header#mobile-header .bottom div:first-child #live_search_result2 #result-list .live-items a {
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #131d27;
}

header#mobile-header .bottom div:first-child #live_search_result2 #result-list .live-items a:hover .aj_title {
  color: #fee715;
}

header#mobile-header .bottom div:first-child #live_search_result2 #result-list .live-items a img {
  margin-right: 10px;
  border-radius: 3px;
  width: 40px;
  height: 40px;
}

header#mobile-header .bottom div:first-child #live_search_result2 #result-list .live-items a .aj_signer {
  font-size: .8em;
  font-family: Vazir;
  color: black;
}

header#mobile-header .bottom div:first-child #live_search_result2 #result-list .live-items a .aj_title {
  font-size: .7em;
  font-family: Vazir;
  transition: all .3s;
  font-weight: normal;
  color: white;
}

header#mobile-header .bottom div:first-child form {
  position: relative;
  width: 100%;
  height: 100%;
  background: #101820;
  border-radius: 5px;
  overflow: hidden;
}

header#mobile-header .bottom div:first-child form #keyword2 {
  width: 100%;
  height: 100%;
  background: none;
  outline: none;
  border: none;
  padding: 7px 0;
  padding-right: 44px;
  padding-left: 10px;
  color: white;
}

header#mobile-header .bottom div:first-child form #searchsubmit,
header#mobile-header .bottom div:first-child form span {
  position: absolute;
  height: 100%;
  width: 40px;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 1em;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

header#mobile-header .bottom div:first-child form span {
  top: 10px;
  right: 0;
  text-align: center;
  color: white;
  opacity: .6;
}

header#mobile-header .bottom div:last-child a {
  position: relative;
  display: block;
  color: white;
  font-size: 1.3em;
}

header#mobile-header .bottom div:last-child a #cart-count {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 60%;
  left: -12px;
  background: #fee715;
  color: black;
  border-radius: 50%;
  padding: 4px;
  padding-bottom: 0;
  font-size: .7em;
  text-align: center;
  transition: all .3s;
}

#sidenav {
  position: fixed;
  height: 100%;
  width: 200px;
  top: 0;
  left: 0;
  left: -210px;
  background: #192531;
  z-index: 20;
  padding: 30px 20px;
  transition: all .7s ease-out;
}

#sidenav.show {
  left: 0;
}

#sidenav #shop-name {
  padding-bottom: 10px;
  border-bottom: 1px solid #131d27;
}

#sidenav #shop-name a {
  color: #fee715;
  font-family: Vazir-Bold;
  font-size: 1.1em;
}

#sidenav #base-list {
  padding: 5px 0;
  border-bottom: 1px solid #131d27;
}

#sidenav #base-list ul li {
  margin: 10px 0;
}

#sidenav #base-list ul li a {
  color: white;
  font-size: .9em;
  font-family: Vazir;
}

#sidenav #other-list {
  padding: 5px 0;
}

#sidenav #other-list ul li {
  margin: 10px 0;
}

#sidenav #other-list ul li a {
  color: #fee715;
  font-size: .9em;
  font-family: Vazir;
}

#sidenav #other-list ul li a i {
  margin-right: 5px;
  color: #fee715;
}

#black-screen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 19;
}

#post-comments-section {
  margin-top: 40px;
  position: relative;
  width: 70%;
  margin-left: 15%;
  background: #101820;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 2000px) {
  #post-comments-section {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 900px) {
  #post-comments-section {
    width: 94%;
    margin-left: 3%;
  }
}

#post-comments-section .section-title {
  font-size: 1.1em;
  color: #fee715;
}

#post-comments-section .section-title i {
  font-size: .9em;
  margin-right: 5px;
  color: #fee715;
}

#post-comments-section .items {
  margin-bottom: 20px;
}

#post-comments-section ul {
  list-style: none;
}

#post-comments-section .comments-navigation {
  margin-top: 20px;
}

#post-comments-section .comments-navigation:after {
  content: 'ثبت دیدگاه';
  width: 100%;
  font-family: Vazir-Bold;
  font-weight: 300;
  font-size: 1.1em;
  color: #fee715;
}

#post-comments-section .logged #psubmit {
  order: 1;
  width: 100px;
  flex-grow: 0;
}

#post-comments-section .logged #pcomment {
  order: 2;
  width: 100%;
}

#post-comments-section .logged #user {
  position: relative;
  width: auto;
  padding-bottom: 20px;
  width: 50%;
}

#post-comments-section .logged #logout {
  display: block;
}

#post-comments-section .logged #userlink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

#post-comments-section .logged #logout {
  position: absolute;
  bottom: 0;
  width: auto;
  font-size: .8em;
  font-style: normal;
  color: #ff2542;
}

#post-comments-section .comment-edit-link {
  display: none !important;
}

#post-comments-section .postcomment,
#post-comments-section .postcomment a {
  margin-top: 10px;
  font-size: 1em;
}

#post-comments-section #cancel-comment-reply-link {
  font-size: .8em;
  font-style: normal;
  color: #ff2542;
}

#post-comments-section .children {
  width: 97%;
  margin-left: 3%;
}

#post-comments-section #commentform {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#post-comments-section #commentform #pauthor,
#post-comments-section #commentform #pemail {
  width: 40%;
  flex-grow: 1;
  margin: 0 5px;
}

@media (max-width: 700px) {
  #post-comments-section #commentform #pauthor,
  #post-comments-section #commentform #pemail {
    width: 35%;
  }
}

@media (max-width: 600px) {
  #post-comments-section #commentform #pauthor,
  #post-comments-section #commentform #pemail {
    width: 100%;
    margin: 0;
  }
}

#post-comments-section #commentform #psubmit,
#post-comments-section #commentform #psubmit-logged {
  order: 3;
  width: 10%;
  padding: 0 5px;
  flex-grow: 1;
  margin-left: 5px;
}

#post-comments-section #commentform #psubmit input,
#post-comments-section #commentform #psubmit-logged input {
  background: none;
  background: #fee715;
  border-radius: 5px;
  color: black;
  font-family: Vazir-Bold;
  cursor: pointer;
  transition: all .3s;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3);
}

#post-comments-section #commentform #psubmit-logged {
  width: auto;
  padding: 0;
  flex-grow: unset;
}

#post-comments-section #commentform #psubmit-logged input {
  padding: 8px 10px;
}

@media (max-width: 900px) {
  #post-comments-section #commentform #psubmit {
    width: 15%;
  }
}

@media (max-width: 700px) {
  #post-comments-section #commentform #psubmit {
    width: 20%;
  }
}

@media (max-width: 600px) {
  #post-comments-section #commentform #psubmit {
    width: 100%;
    margin: 0;
    padding: 0;
    order: 5;
    margin-top: 10px;
  }
}

#post-comments-section #commentform #pauthor {
  margin-left: 0;
}

#post-comments-section #commentform #purl {
  display: none;
}

#post-comments-section #commentform #pcomment {
  width: 100%;
  height: 150px;
  order: 4;
}

@media (max-width: 900px) {
  #post-comments-section #commentform > div:nth-child(2) {
    margin-top: 5px;
  }
}

#post-comments-section #commentform input {
  display: block;
  width: 100%;
  height: 31%;
  padding: 13px 5px;
  margin-bottom: 5px;
  border: none;
  outline: none;
  background: #192531;
  border-radius: 5px;
}

#post-comments-section #commentform textarea {
  margin-top: 5px;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: none;
  outline: none;
  background: #192531;
  border-radius: 5px;
  resize: none;
  font-size: .9em;
}

@media (max-width: 600px) {
  #post-comments-section #commentform textarea {
    margin: 0;
  }
}

.comment-body {
  margin-top: 10px;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  background: #192531;
}

.comment-body .comment-author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.comment-body .comment-author .avatar {
  display: none;
}

.comment-body .comment-author .fn {
  font-style: normal;
  font-size: 1em;
  font-weight: 300;
  font-family: Vazir-Bold;
  color: #fee715;
}

.comment-body .says {
  display: none;
}

.comment-body .comment-awaiting-moderation {
  font-size: .8em;
  font-style: normal;
  color: #ff2542;
}

.comment-body .commentmetadata a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #fee715;
  font-size: .8em;
}

.comment-body .reply {
  position: relative;
  height: 27px;
}

.comment-body .reply .comment-reply-link {
  position: absolute;
  right: 5px;
  color: #fee715;
}

@media (max-width: 400px) {
  .comment-body .reply .comment-reply-link {
    font-size: .9em;
  }
}

.comment-body .date {
  font-size: .9em;
}

.comment-body .text {
  font-size: 1em;
}

#product-categories {
  margin-top: 80px;
  width: 100%;
}

@media (max-width: 700px) {
  #product-categories {
    margin-top: 30px;
  }
}

#product-categories .items {
  width: 70%;
  margin-left: 15%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 2000px) {
  #product-categories .items {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 900px) {
  #product-categories .items {
    width: 94%;
    margin-left: 3%;
  }
}

@media (max-width: 1000px) {
  #product-categories .items {
    flex-wrap: wrap;
  }
}

#product-categories .items .category {
  position: relative;
  display: block;
  flex-grow: 1;
  height: 130px;
  margin: 0 20px;
  background: url("images/wave.png") center no-repeat, #fee715;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all .3s;
}

@media (max-width: 1000px) {
  #product-categories .items .category {
    height: 100px;
    margin: 0 10px;
  }
}

@media (max-width: 700px) {
  #product-categories .items .category {
    width: 48%;
    flex-grow: unset;
    margin: 20px 0;
  }
}

#product-categories .items .category:hover {
  transform: translateY(-10px);
}

#product-categories .items .category:last-child {
  margin-right: 0;
}

#product-categories .items .category:first-child {
  margin-left: 0;
}

#product-categories .items .category h5 {
  position: relative;
  font-size: 1.3em;
  color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

@media (max-width: 1000px) {
  #product-categories .items .category h5 {
    font-size: 1em;
  }
}

#product-categories .items .category p {
  position: relative;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-family: Vazir-Bold;
  font-size: 1.1em;
  z-index: 2;
  text-transform: capitalize;
}

@media (max-width: 1000px) {
  #product-categories .items .category p {
    font-size: .9em;
  }
}

#product-categories .items .category::before {
  content: '';
  position: absolute;
  width: 90%;
  left: 5%;
  height: 100%;
  bottom: -6px;
  background: #fee715;
  border-radius: 10px;
  opacity: .5;
}

#product-categories .items .category::after {
  content: '';
  position: absolute;
  width: 80%;
  left: 10%;
  height: 100%;
  bottom: -11px;
  background: #fee715;
  border-radius: 10px;
  opacity: .3;
  z-index: 1;
}

#lastest-products,
#suggested-products,
#lastest-products-2 {
  margin-top: 80px;
  width: 100%;
}

#lastest-products .section-heading,
#suggested-products .section-heading,
#lastest-products-2 .section-heading {
  position: relative;
  width: 70%;
  margin-left: 15%;
  margin-bottom: 30px;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 2000px) {
  #lastest-products .section-heading,
  #suggested-products .section-heading,
  #lastest-products-2 .section-heading {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 900px) {
  #lastest-products .section-heading,
  #suggested-products .section-heading,
  #lastest-products-2 .section-heading {
    width: 94%;
    margin-left: 3%;
  }
}

#lastest-products .section-heading .ti-medall,
#suggested-products .section-heading .ti-medall,
#lastest-products-2 .section-heading .ti-medall {
  position: absolute;
  left: 0;
  top: 14px;
  color: #fee715;
  font-size: 1.8em;
}

@media (max-width: 500px) {
  #lastest-products .section-heading .ti-medall,
  #suggested-products .section-heading .ti-medall,
  #lastest-products-2 .section-heading .ti-medall {
    font-size: 1.3em;
  }
}

#lastest-products .section-heading .point,
#suggested-products .section-heading .point,
#lastest-products-2 .section-heading .point {
  position: absolute;
  left: 0;
  top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  background: #fee715;
  border-radius: 50%;
}

#lastest-products .section-heading .point::before,
#suggested-products .section-heading .point::before,
#lastest-products-2 .section-heading .point::before {
  position: absolute;
  content: '';
  width: 10px;
  border: 1px solid #fee715;
  border-radius: 50%;
  animation: bigPoint 1s infinite;
}

@keyframes bigPoint {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  100% {
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}

#lastest-products .section-heading .point::after,
#suggested-products .section-heading .point::after,
#lastest-products-2 .section-heading .point::after {
  position: absolute;
  content: '';
  width: 10px;
  border: 1px solid #fee715;
  border-radius: 50%;
  animation: lessPoint 1s infinite;
}

@keyframes lessPoint {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  100% {
    width: 30px;
    height: 30px;
    opacity: 0;
  }
}

#lastest-products .section-heading h6,
#suggested-products .section-heading h6,
#lastest-products-2 .section-heading h6 {
  color: white;
  font-size: 1.3em;
}

@media (max-width: 500px) {
  #lastest-products .section-heading h6,
  #suggested-products .section-heading h6,
  #lastest-products-2 .section-heading h6 {
    font-size: 1em;
  }
}

#lastest-products .section-heading a,
#lastest-products .section-heading p,
#suggested-products .section-heading a,
#suggested-products .section-heading p,
#lastest-products-2 .section-heading a,
#lastest-products-2 .section-heading p {
  color: white;
  opacity: .5;
  font-family: Vazir;
  font-weight: 300;
  font-size: .9em;
  transition: all .3s;
}

@media (max-width: 500px) {
  #lastest-products .section-heading a,
  #lastest-products .section-heading p,
  #suggested-products .section-heading a,
  #suggested-products .section-heading p,
  #lastest-products-2 .section-heading a,
  #lastest-products-2 .section-heading p {
    font-size: .8em;
  }
}

#lastest-products .section-heading a:hover,
#suggested-products .section-heading a:hover,
#lastest-products-2 .section-heading a:hover {
  opacity: 1;
}

#lastest-products #right-shadow,
#suggested-products #right-shadow,
#lastest-products-2 #right-shadow {
  display: none;
  position: absolute;
  width: 10%;
  height: 85%;
  top: 15%;
  left: 0;
  background: #101820;
  opacity: .8;
  z-index: 3;
}

#lastest-products #left-shadow,
#suggested-products #left-shadow,
#lastest-products-2 #left-shadow {
  display: none;
  position: absolute;
  width: 10%;
  height: 85%;
  top: 15%;
  right: 0;
  background: #101820;
  opacity: .8;
  z-index: 3;
}

#lastest-products .owl-carousel,
#suggested-products .owl-carousel,
#lastest-products-2 .owl-carousel {
  width: 80%;
  margin-left: 10%;
}

#lastest-products .owl-carousel .owl-stage-outer,
#suggested-products .owl-carousel .owl-stage-outer,
#lastest-products-2 .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

#lastest-products .items,
#suggested-products .items,
#lastest-products-2 .items {
  width: 80%;
  margin-left: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#all-products {
  width: 100%;
  margin-top: 80px;
  min-height: 915px;
  padding: 0 15%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 2000px) {
  #all-products {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  #all-products {
    padding: 0 3%;
  }
}

@media (max-width: 1100px) {
  #all-products {
    min-height: 660px;
  }
}

@media (max-width: 700px) {
  #all-products {
    flex-direction: column;
  }
}

#all-products > .background-right {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: .8;
  overflow: hidden;
}

@media (max-width: 1000px) {
  #all-products > .background-right {
    display: none;
  }
}

#all-products > .background-right img {
  height: 100%;
  width: auto;
  text-align: left;
  left: 0;
  filter: grayscale(1);
}

#all-products > .background-right .overly-x {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(16, 24, 32, 0.1), #101820 50%);
}

#all-products > .background-right .overly-y {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #101820, rgba(16, 24, 32, 0), #101820);
}

#all-products .background-left {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: .8;
  overflow: hidden;
}

@media (max-width: 1000px) {
  #all-products .background-left {
    display: none;
  }
}

#all-products .background-left img {
  height: 100%;
  width: auto;
  text-align: right;
  right: 0;
  filter: grayscale(1);
}

#all-products .background-left .overly-x {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(16, 24, 32, 0.1), #101820 50%);
}

#all-products .background-left .overly-y {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #101820, rgba(16, 24, 32, 0), #101820);
}

#all-products .right {
  width: 70%;
}

@media (max-width: 700px) {
  #all-products .right {
    width: 100%;
  }
}

#all-products .right .section-heading {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  #all-products .right .section-heading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

#all-products .right .section-heading h6 {
  position: relative;
  color: white;
  font-size: 1.3em;
}

@media (max-width: 500px) {
  #all-products .right .section-heading h6 {
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  #all-products .right .section-heading h6 {
    font-size: 1em;
  }
}

#all-products .right .section-heading nav {
  width: 100%;
}

#all-products .right .section-heading nav ul {
  width: 100%;
}

#all-products .right .section-heading nav ul li {
  display: inline-block;
  margin: 0 5px;
}

#all-products .right .section-heading nav ul li:last-child {
  margin-right: 0;
}

#all-products .right .section-heading nav ul li button {
  display: inline-block;
  color: #fee715;
  font-size: .7em;
  padding: 2px 10px;
  border-radius: 50px;
  border: 1px solid #fee715;
  transition: all .3s;
}

#all-products .right .section-heading nav ul li button:hover {
  background: #fee715;
  color: black;
}

#all-products .right .section-heading nav ul li button.active {
  background: #fee715;
  color: black;
}

#all-products .right .items {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

#all-products .right .items .product {
  width: 24% !important;
  height: auto !important;
  max-height: 580px !important;
  margin: 10px 0 !important;
}

#all-products .right .items .product:nth-child(5), #all-products .right .items .product:nth-child(6) {
  display: none !important;
}

@media (max-width: 2500px) {
  #all-products .right .items .product {
    width: 31% !important;
    max-height: 600px !important;
  }
  #all-products .right .items .product:nth-child(4) {
    display: none !important;
  }
}

@media (max-width: 2000px) {
  #all-products .right .items .product {
    width: 31% !important;
    max-height: 500px !important;
  }
  #all-products .right .items .product:nth-child(5), #all-products .right .items .product:nth-child(6), #all-products .right .items .product:nth-child(4) {
    display: block !important;
  }
}

@media (max-width: 1600px) {
  #all-products .right .items .product {
    max-height: 380px !important;
  }
}

#all-products .left {
  width: 28%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 700px) {
  #all-products .left {
    margin-top: 20px;
    width: 100%;
  }
}

#all-products .left .section-heading-l {
  position: relative;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 10px;
}

#all-products .left .section-heading-l h6 {
  color: white;
  font-size: 1.3em;
}

@media (max-width: 500px) {
  #all-products .left .section-heading-l h6 {
    font-size: 1em;
  }
}

#all-products .left .items {
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

@media (max-width: 700px) {
  #all-products .left .items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

#all-products .left .items .game {
  position: relative;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  padding-right: 30px;
  border-radius: 10px 0 10px 10px;
  text-align: right;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #192531;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

@media (max-width: 1100px) {
  #all-products .left .items .game {
    padding: 3px;
  }
}

@media (max-width: 700px) {
  #all-products .left .items .game {
    width: 49%;
    min-height: 65px;
  }
}

@media (max-width: 500px) {
  #all-products .left .items .game {
    width: 100%;
  }
}

#all-products .left .items .game:hover .ti-angle-right {
  left: 5px;
  color: #fee715;
}

#all-products .left .items .game .background {
  display: none;
  position: absolute;
  width: 120%;
  height: auto;
  left: -10%;
  left: 0;
  transform: translateY(-30%);
  filter: grayscale(1) blur(4px);
}

#all-products .left .items .game .cover {
  position: relative;
  z-index: 2;
  width: 50px;
  border-radius: 10px 0 10px 10px;
}

@media (max-width: 800px) {
  #all-products .left .items .game .cover {
    width: 40px;
    height: 100%;
  }
}

#all-products .left .items .game .ti-angle-left {
  position: absolute;
  right: 10px;
  top: 42%;
  color: white;
  transition: all .3s;
}

@media (max-width: 1000px) {
  #all-products .left .items .game .ti-angle-left {
    font-size: .8em;
  }
}

@media (max-width: 800px) {
  #all-products .left .items .game .ti-angle-left {
    display: none;
  }
}

#all-products .left .items .game > div {
  margin-left: 20px;
}

#all-products .left .items .game > div p {
  position: relative;
  z-index: 2;
  color: white;
  text-align: left;
  font-size: .9em;
  font-family: Vazir;
  text-transform: uppercase;
  margin-top: 5px;
}

@media (max-width: 800px) {
  #all-products .left .items .game > div p {
    font-size: .7em;
  }
}

#all-products .left .items .game > div h5 {
  color: #fee715;
  position: relative;
  z-index: 2;
  text-align: left;
  font-family: Vazir;
  font-weight: normal;
  font-size: 1em;
}

@media (max-width: 800px) {
  #all-products .left .items .game > div h5 {
    font-size: .9em;
  }
}

#blog-posts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 80px 15%;
  margin-top: 70px;
}

@media (max-width: 2000px) {
  #blog-posts {
    padding: 80px 10%;
  }
}

@media (max-width: 900px) {
  #blog-posts {
    padding: 0 3%;
    flex-direction: column;
  }
}

#blog-posts > .background-right {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: .8;
  overflow: hidden;
}

@media (max-width: 900px) {
  #blog-posts > .background-right {
    display: none;
  }
}

#blog-posts > .background-right img {
  height: 100%;
  width: auto;
  text-align: left;
  left: 0;
  filter: grayscale(1);
}

#blog-posts > .background-right .overly-x {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(16, 24, 32, 0.1), #101820 50%);
}

#blog-posts > .background-right .overly-y {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #101820, rgba(16, 24, 32, 0), #101820);
}

#blog-posts .right {
  width: 65%;
}

@media (max-width: 900px) {
  #blog-posts .right {
    width: 100%;
  }
}

#blog-posts .right .big-post {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 450px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}

@media (max-width: 1300px) {
  #blog-posts .right .big-post {
    height: 370px;
  }
}

@media (max-width: 1100px) {
  #blog-posts .right .big-post {
    height: 320px;
  }
}

@media (max-width: 900px) {
  #blog-posts .right .big-post {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 600px) {
  #blog-posts .right .big-post {
    height: 290px;
  }
}

@media (max-width: 500px) {
  #blog-posts .right .big-post {
    height: 250px;
  }
}

@media (max-width: 450px) {
  #blog-posts .right .big-post {
    height: 200px;
  }
}

#blog-posts .right .big-post::after {
  position: absolute;
  content: '';
  width: 95%;
  height: 50%;
  top: 3%;
  left: 2.5%;
  border-right: 2px solid #fee715;
  border-left: 2px solid #fee715;
  border-top: 2px solid #fee715;
  border-radius: 10px 10px 0 0;
  opacity: .5;
}

#blog-posts .right .big-post .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#blog-posts .right .big-post .photo img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

#blog-posts .right .big-post .photo .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(16, 24, 32, 0.9) 20%, rgba(16, 24, 32, 0) 70%);
}

#blog-posts .right .big-post .detail {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}

#blog-posts .right .big-post .detail .info {
  color: #fee715;
}

#blog-posts .right .big-post .detail .info p {
  display: inline-block;
  color: #fee715;
  margin: 0 10px;
}

@media (max-width: 600px) {
  #blog-posts .right .big-post .detail .info p {
    font-size: .8em;
  }
}

#blog-posts .right .big-post .detail .info p:first-child {
  margin-left: 0;
}

#blog-posts .right .big-post .detail .title h4 {
  color: white;
  font-size: 1.5em;
}

@media (max-width: 600px) {
  #blog-posts .right .big-post .detail .title h4 {
    font-size: 1.2em;
  }
}

@media (max-width: 450px) {
  #blog-posts .right .big-post .detail .title h4 {
    font-size: 1em;
  }
}

@media (max-width: 450px) {
  #blog-posts .right .big-post .detail .readmore {
    display: none;
  }
}

#blog-posts .right .big-post .detail .readmore p {
  color: white;
}

#blog-posts .right .big-post .detail .readmore p i {
  margin-left: 10px;
  font-size: .9em;
}

@media (max-width: 600px) {
  #blog-posts .right .big-post .detail .readmore p i {
    font-size: .8em;
  }
}

#blog-posts .right .big-post .detail .statics {
  display: none !important;
  position: absolute;
  right: 15px;
  bottom: -10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #fee715;
  border-right: 2px solid #fee715;
  border-left: 2px solid #fee715;
  padding: 2px 10px;
  padding-bottom: 0;
  border-radius: 10px 10px 0 0;
}

#blog-posts .right .big-post .detail .statics div {
  margin: 0 10px;
  color: #fee715;
}

#blog-posts .right .big-post .detail .statics div i {
  display: inline-block;
  font-size: .9em;
}

#blog-posts .right .big-post .detail .statics div p {
  display: inline-block;
  font-family: Vazir;
  font-weight: 300;
  font-size: .9em;
}

#blog-posts .left {
  position: relative;
  width: 33%;
  padding: 0 5px;
  overflow: hidden;
}

@media (max-width: 900px) {
  #blog-posts .left {
    margin-top: 10px;
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
}

#blog-posts .left .posts {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

@media (max-width: 900px) {
  #blog-posts .left .posts {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

#blog-posts .left .posts .side-post {
  position: relative;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  padding-right: 30px;
  padding-left: 170px;
  border-radius: 10px;
  text-align: right;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #192531;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1300px) {
  #blog-posts .left .posts .side-post {
    border-radius: 5px;
    padding-left: 140px;
  }
}

@media (max-width: 1100px) {
  #blog-posts .left .posts .side-post {
    margin: 3px 0;
  }
}

@media (max-width: 900px) {
  #blog-posts .left .posts .side-post {
    width: 49%;
    margin: 5px 0;
  }
}

@media (max-width: 650px) {
  #blog-posts .left .posts .side-post {
    width: 100%;
    margin: 5px 0;
  }
}

@media (max-width: 500px) {
  #blog-posts .left .posts .side-post {
    flex-direction: column;
    padding: 10px;
  }
}

#blog-posts .left .posts .side-post:first-child {
  margin-top: 0;
}

#blog-posts .left .posts .side-post:last-child {
  margin-bottom: 0;
}

#blog-posts .left .posts .side-post:hover .ti-angle-left {
  right: 5px;
  color: #fee715;
}

#blog-posts .left .posts .side-post:hover #marquee-text {
  animation-play-state: paused;
}

#blog-posts .left .posts .side-post .photo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 170px;
  z-index: 2;
  margin: 0 !important;
}

@media (max-width: 1300px) {
  #blog-posts .left .posts .side-post .photo {
    width: 150px;
  }
}

@media (max-width: 500px) {
  #blog-posts .left .posts .side-post .photo {
    width: 100%;
    position: relative;
  }
}

#blog-posts .left .posts .side-post .photo img {
  width: 100%;
  height: 100%;
}

@media (max-width: 500px) {
  #blog-posts .left .posts .side-post .photo img {
    border-radius: 5px;
  }
}

#blog-posts .left .posts .side-post .ti-angle-left {
  position: absolute;
  right: 10px;
  top: 42%;
  color: white;
  transition: all .3s;
}

@media (max-width: 1300px) {
  #blog-posts .left .posts .side-post .ti-angle-left {
    display: none;
  }
}

#blog-posts .left .posts .side-post > div {
  margin-left: 20px;
}

@media (max-width: 500px) {
  #blog-posts .left .posts .side-post > div {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

#blog-posts .left .posts .side-post > div p {
  position: relative;
  z-index: 2;
  color: white;
  text-align: left;
  font-size: .9em;
  text-transform: uppercase;
  font-family: Vazir;
}

#blog-posts .left .posts .side-post > div h5 {
  color: white;
  position: relative;
  z-index: 2;
  text-align: left;
  font-weight: normal;
  font-size: 1em;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
}

@media (max-width: 650px) {
  #blog-posts .left .posts .side-post > div h5 {
    white-space: unset;
  }
}

#blog-posts .left .posts .side-post > div h5 #marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 12s linear infinite;
}

@media (max-width: 650px) {
  #blog-posts .left .posts .side-post > div h5 #marquee-text {
    animation: none;
    padding-left: 0;
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@media (max-width: 1300px) {
  #blog-posts .left .posts .side-post > div .writer {
    display: none;
  }
}

#blog-posts .left .posts .side-post > div p:last-child {
  color: #fee715;
  font-size: .8em;
}

@media (max-width: 1300px) {
  #blog-posts .left .posts .side-post > div p:last-child {
    margin-top: 5px;
  }
}

@media (max-width: 1100px) {
  #blog-posts .left .posts .side-post > div p:last-child {
    font-size: .7em;
  }
}

#blog-posts .left .see-all {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  color: white;
}

#blog-posts .left .see-all i {
  float: right;
  color: #fee715;
  margin-top: 2px;
}

#product-main .woocommerce-notices-wrapper {
  display: block !important;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 15%;
  margin-top: 40px;
}

@media (max-width: 2000px) {
  #product-main .woocommerce-notices-wrapper {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  #product-main .woocommerce-notices-wrapper {
    padding: 0 3%;
  }
}

#product-main .woocommerce-notices-wrapper a {
  background: #00ff6a;
  outline: none;
  border: none;
  color: black;
}

#product-photos {
  width: 100%;
}

#product-photos #slide-change-delay {
  position: absolute;
  right: -5000px;
  display: none;
  visibility: hidden;
  opacity: 0;
}

#product-photos .items {
  position: relative;
}

#product-photos .items .slide {
  width: 100%;
  overflow: hidden;
}

#product-photos .items .slide.show {
  animation: show .5s forwards;
}

#product-photos .items .slide.hide {
  animation: hide .5s forwards;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#product-photos .items .slide .slide-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  overflow: hidden;
}

@media (max-width: 2400px) {
  #product-photos .items .slide .slide-background-container {
    height: 800px;
  }
}

@media (max-width: 1800px) {
  #product-photos .items .slide .slide-background-container {
    height: 740px;
  }
}

#product-photos .items .slide .slide-background-container .slide-background {
  width: 100%;
  height: auto;
  filter: grayscale(1) blur(3px);
  opacity: .5;
}

#product-photos .items .slide .slide-background-container .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #101820, rgba(16, 24, 32, 0));
}

#product-photos .items .slide .slide-container {
  padding-top: 160px;
  position: relative;
  width: 70%;
  height: 900px;
  margin-left: 15%;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 900px) {
  #product-photos .items .slide .slide-container {
    width: 94%;
    margin-left: 3%;
  }
}

@media (max-width: 2000px) {
  #product-photos .items .slide .slide-container {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 2400px) {
  #product-photos .items .slide .slide-container {
    height: 800px;
  }
}

@media (max-width: 1800px) {
  #product-photos .items .slide .slide-container {
    height: 740px;
  }
}

@media (max-width: 1600px) {
  #product-photos .items .slide .slide-container {
    height: 680px;
  }
}

@media (max-width: 1400px) {
  #product-photos .items .slide .slide-container {
    height: 580px;
  }
}

@media (max-width: 1100px) {
  #product-photos .items .slide .slide-container {
    height: 520px;
  }
}

@media (max-width: 800px) {
  #product-photos .items .slide .slide-container {
    margin-top: 20px;
    height: 330px;
    padding-top: 0;
  }
}

@media (max-width: 700px) {
  #product-photos .items .slide .slide-container {
    height: auto;
    flex-wrap: wrap;
    overflow: visible;
  }
}

@media (max-width: 600px) {
  #product-photos .items .slide .slide-container {
    flex-direction: column;
  }
}

#product-photos .items .slide .slide-container .left-side {
  position: relative;
  width: 62%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 700px) {
  #product-photos .items .slide .slide-container .left-side {
    width: 73%;
  }
}

@media (max-width: 600px) {
  #product-photos .items .slide .slide-container .left-side {
    width: 100%;
  }
}

#product-photos .items .slide .slide-container .left-side .slide-photo {
  position: relative;
  overflow: hidden;
  border-radius: 20px 0 20px 20px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #101820;
  display: flex;
  justify-content: center;
  align-items: center;
}

#product-photos .items .slide .slide-container .left-side .slide-photo .video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#product-photos .items .slide .slide-container .left-side .slide-photo .video-wrapper video {
  width: 100%;
  height: 100%;
}

#product-photos .items .slide .slide-container .left-side .slide-photo img {
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  #product-photos .items .slide .slide-container .left-side .slide-photo img {
    border-radius: 10px 0 10px 10px;
  }
}

#product-photos .items .slide .slide-container .left-side .slide-photo img.active {
  animation: show .5s forwards;
}

#product-photos .items .slide .slide-container .slide-product {
  position: relative;
  width: 25%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 20px 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #101820;
}

@media (max-width: 900px) {
  #product-photos .items .slide .slide-container .slide-product {
    border-radius: 0 10px 10px 10px;
  }
}

@media (max-width: 600px) {
  #product-photos .items .slide .slide-container .slide-product {
    width: 50%;
    margin: auto;
    min-width: 250px;
    margin-bottom: 20px;
  }
}

#product-photos .items .slide .slide-container .slide-product img {
  width: 100%;
  height: 100%;
}

#product-photos .items .slide .slide-container .slide-product .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-bottom: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  background: linear-gradient(to top, rgba(16, 24, 32, 0.9), rgba(16, 24, 32, 0) 80%);
}

#product-photos .items .slide .slide-container .slide-product .overly .type-of-product {
  text-align: right;
  color: white;
  font-size: .9em;
  font-family: Vazir;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#product-photos .items .slide .slide-container .slide-product .overly .product-name {
  display: inline-block;
  width: auto;
  background: #fee715;
  padding: 3px 5px;
  text-align: right;
  font-family: Vazir;
  font-size: 1.1em;
  text-transform: uppercase;
}

#product-photos .items .slide .slide-container .slide-product .overly .product-description {
  margin-top: 10px;
  font-size: .8em;
  color: white;
  text-align: justify;
}

#product-photos .items .slide .slide-container .slide-product .overly > div:last-child {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#product-photos .items .slide .slide-container .slide-product .overly > div:last-child .price.padd {
  padding-right: 40px;
}

#product-photos .items .slide .slide-container .slide-product .overly > div:last-child .price .sale-percentage {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fee715;
  padding: 5px;
  border-radius: 20px 0 0 0;
  font-family: Vazir-Bold;
}

#product-photos .items .slide .slide-container .slide-product .overly > div:last-child .price p {
  text-align: right;
  color: #fee715;
}

#product-photos .items .slide .slide-container .slide-product .overly > div:last-child .price p:first-child {
  font-size: 1.1em;
}

#product-photos .items .slide .slide-container .slide-product .overly > div:last-child .price p:last-child {
  font-size: .8em;
  margin-top: -10px;
  font-family: Vazir;
}

#product-photos .items .slide .slide-container .slide-product .overly > div:last-child .price p span {
  text-decoration: line-through;
  opacity: .8;
}

#product-photos .items .slide .slide-container .slide-product .overly > div:last-child .product-icons a {
  color: #fee715;
  font-size: 1.3em;
}

#product-photos .items .slide .slide-container .slide-product .overly > div:last-child .product-icons a:first-child {
  margin-left: 15px;
}

#product-photos .items .slide .slide-container #slider-control {

  width: 10%;
  margin-bottom: 10px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 700px) {
  #product-photos .items .slide .slide-container #slider-control {
    margin-top: 10px;
    width: 100%;
  }
}

#product-photos .items .slide .slide-container #slider-control button {
  display: none;
  color: #fee715;
  border: 1px solid #fee715;
  border-radius: 50%;
  padding: 4px;
  transition: all .3s;
}

#product-photos .items .slide .slide-container #slider-control button:hover {
  background: #fee715;
  color: black;
}
*#product-photos .items .slide .slide-container #slider-control > div {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

@media (max-width: 700px) {
  #product-photos .items .slide .slide-container #slider-control > div {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}

#product-photos .items .slide .slide-container #slider-control > div img {
  width: 100%;
  height: auto;
  border-radius: 10px 0 10px 10px;
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

@media (max-width: 900px) {
  #product-photos .items .slide .slide-container #slider-control > div img {
    border-radius: 5px 0 5px 5px;
  }
}

@media (max-width: 700px) {
  #product-photos .items .slide .slide-container #slider-control > div img {
    width: 24%;
  }
}

#product-photos .items .slide .slide-container #slider-control > div .vid {
  position: relative;
  margin-bottom: -7px;
}

@media (max-width: 700px) {
  #product-photos .items .slide .slide-container #slider-control > div .vid {
    width: 24%;
  }
  #product-photos .items .slide .slide-container #slider-control > div .vid img {
    width: 100%;
  }
}

#product-photos .items .slide .slide-container #slider-control > div .vid .ti-control-play {
  position: absolute;
  left: 40%;
  top: 15%;
  color: #fee715;
  border-radius: 50%;
  padding: 7px;
  border: 1px solid #fee715;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
}

@media (max-width: 1200px) {
  #product-photos .items .slide .slide-container #slider-control > div .vid .ti-control-play {
    font-size: .8em;
  }
}

@media (max-width: 1000px) {
  #product-photos .items .slide .slide-container #slider-control > div .vid .ti-control-play {
    top: 10%;
    left: 35%;
  }
}

@media (max-width: 700px) {
  #product-photos .items .slide .slide-container #slider-control > div .vid .ti-control-play {
    top: 27%;
    left: 40%;
  }
}

@media (max-width: 600px) {
  #product-photos .items .slide .slide-container #slider-control > div .vid .ti-control-play {
    top: 20%;
    left: 38%;
  }
}

@media (max-width: 400px) {
  #product-photos .items .slide .slide-container #slider-control > div .vid .ti-control-play {
    top: 15%;
  }
}

#product-info {
  padding: 0 15%;
  margin-top: 40px;
}

@media (max-width: 2000px) {
  #product-info {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  #product-info {
    padding: 0 3%;
  }
}

#product-info > .background-right {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: .2;
  overflow: hidden;
}

#product-info > .background-right img {
  height: 100%;
  width: auto;
  text-align: left;
  left: 0;
  filter: grayscale(1);
}

#product-info > .background-right .overly-x {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(16, 24, 32, 0.1), #101820 70%);
}

#product-info > .background-right .overly-y {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #101820, rgba(16, 24, 32, 0), #101820);
}

#product-info > .title {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  #product-info > .title {
    width: 100%;
    text-align: center;
  }
}

#product-info > .title h1 {
  color: white;
}

@media (max-width: 900px) {
  #product-info > .title h1 {
    font-size: 1.3em;
  }
}

#product-info > .title div {
  margin-top: 5px;
}

#product-info > .title div p {
  display: inline-block;
  margin: 5px 0;
  margin-right: 20px;
  color: #dfdfdf;
}

@media (max-width: 900px) {
  #product-info > .title div p {
    font-size: .9em;
  }
}

#product-info > .title div p i {
  color: #fee715;
}

#product-info > .title div p span a {
  color: white;
  font-weight: 300;
  font-family: Vazir;
}

#product-info #add-to-cart {
  position: relative;
  padding: 20px;
  width: 100%;
  background: #101820;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 900px) {
  #product-info #add-to-cart {
    flex-wrap: wrap;
  }
}

#product-info #add-to-cart ul {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 900px) {
  #product-info #add-to-cart ul {
    width: 100%;
  }
}

@media (max-width: 700px) {
  #product-info #add-to-cart ul {
    flex-direction: column;
  }
}

#product-info #add-to-cart ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 700px) {
  #product-info #add-to-cart ul li {
    margin-bottom: 20px;
  }
}

#product-info #add-to-cart ul li img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

@media (max-width: 1100px) {
  #product-info #add-to-cart ul li img {
    width: 40px;
    height: 40px;
  }
}

#product-info #add-to-cart ul li .title {
  font-family: Vazir-Bold;
  color: white;
}

@media (max-width: 1100px) {
  #product-info #add-to-cart ul li .title {
    font-size: .9em;
  }
}

#product-info #add-to-cart ul li .subtitle {
  font-family: Vazir;
  color: white;
  font-size: .9em;
}

@media (max-width: 1100px) {
  #product-info #add-to-cart ul li .subtitle {
    font-size: .8em;
  }
}

#product-info #add-to-cart .price-box {
  width: 30%;
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  border-left: 1px solid #213242;
}
.price-box .variations_formو.price-box .variations_form tbody,.price-box .variations_form table,.price-box .variations_form tbody tr,.price-box .variations_form tbody tr td label{
  width: 100%;
  float: left;
}
.price-box .variations_form{
  margin-top: 20px;
}
.price-box .variations_form tbody tr{
  margin-bottom: 10px;
}
.price-box .variations_form tbody tr td{
    width: 50%;
    float: left;
}
.price-box .variations_form tbody tr td label{
  margin-top: 4px;
  opacity: .8;
}
.price-box .variations_form tbody tr td select{
    background: #101820;
    width: 100%;
    float: left;
    padding: 5px;
    border: 1px solid #2b2b2b;
    cursor: pointer;
}
.price-box .variations_form tbody tr td .reset_variations{
  margin-top: 10px;
    float: left;
    background: #ef5350;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 14px;
}
.price-box .variations_form .stock{
  float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    border-radius: 30px;
    padding: 5px 0;
}
.price-box .variations_form .stock.in-stock{
  background: #c8e6c9;
    border: 1px solid #1b5e20;
    color: #4caf50;
}
.price-box .variations_form .stock.out-of-stock{
  background: #ffebee;
    border: 1px solid #b71c1c;
    color: #f44336;
}
@media (max-width: 900px) {
  #product-info #add-to-cart .price-box {
    width: 100%;
    border: none;
    margin-top: 20px;
    padding-left: 0;
  }
}

#product-info #add-to-cart .price-box .price-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#product-info #add-to-cart .price-box .price-container > p {
  color: white;
  opacity: .8;
}

@media (max-width: 1100px) {
  #product-info #add-to-cart .price-box .price-container > p {
    font-size: .9em;
  }
}

#product-info #add-to-cart .price-box .price-container .regular-price,
#product-info #add-to-cart .price-box .price-container .sale-price,
#product-info #add-to-cart .price-box .price-container .price {
  color: white;
  font-size: 1.3em;
  text-align: right;
  font-family: Vazir;
}

@media (max-width: 1100px) {
  #product-info #add-to-cart .price-box .price-container .regular-price,
  #product-info #add-to-cart .price-box .price-container .sale-price,
  #product-info #add-to-cart .price-box .price-container .price {
    font-size: 1.1em;
  }
}

#product-info #add-to-cart .price-box .price-container .regular-price span,
#product-info #add-to-cart .price-box .price-container .sale-price span,
#product-info #add-to-cart .price-box .price-container .price span {
  font-size: .8em;
  font-family: Vazir;
}

#product-info #add-to-cart .price-box .price-container .regular-price {
  position: relative;
  width: 100%;
  text-decoration: line-through;
  font-size: 1em;
}

@media (max-width: 1100px) {
  #product-info #add-to-cart .price-box .price-container .regular-price {
    font-size: .9em;
  }
}

#product-info #add-to-cart .price-box .price-container .sale-price {
  color: #fee715;
}

#product-info #add-to-cart .price-box form {
  margin-top: 10px;
  width: 100%;
}

#product-info #add-to-cart .price-box form button {
  width: 100%;
  width: 100%;
  padding: 12px;
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
  border-radius: 10px;
  font-size: 1.1em;
  font-family: Vazir-Bold;
  color: black;
}

@media (max-width: 1100px) {
  #product-info #add-to-cart .price-box form button {
    font-size: 1em;
    padding: 10px;
    border-radius: 5px;
  }
}

#product-info #add-to-cart .price-box form .quantity {
  display: none !important;
}

#product-info #product-properties {
  position: relative;
  margin-top: 30px;
  width: 100%;
  background: #101820;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
  margin-bottom: 20px;
}

#product-info #product-properties h6 {
  position: relative;
  font-size: 1.3em;
  color: #fee715;
  padding-left: 35px;
}

#product-info #product-properties h6::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  bottom: 45%;
  left: 0;
  background: #fee715;
  border-radius: 50%;
  box-shadow: 0 0 10px #fee715;
}

#product-info #product-properties table {
  width: 100%;
  margin-top: 15px;
}

#product-info #product-properties table tbody {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#product-info #product-properties table tbody .option-row {
  width: 33%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #192531;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
}

@media (max-width: 700px) {
  #product-info #product-properties table tbody .option-row {
    width: 49%;
  }
}

@media (max-width: 500px) {
  #product-info #product-properties table tbody .option-row {
    width: 100%;
  }
}

#product-info #product-properties table tbody .option-row th,
#product-info #product-properties table tbody .option-row td {
  color: #dfdfdf;
}

@media (max-width: 1000px) {
  #product-info #product-properties table tbody .option-row th,
  #product-info #product-properties table tbody .option-row td {
    font-size: .9em;
  }
}

#product-info #product-properties table tbody .option-row th {
  font-family: Vazir-Bold;
}

#product-info #about-product {
  position: relative;
  margin-top: 30px;
  width: 100%;
  background: #101820;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
}

#product-info #about-product h6 {
  position: relative;
  font-size: 1.3em;
  color: #fee715;
  padding-left: 35px;
}

#product-info #about-product h6::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  bottom: 45%;
  left: 0;
  background: #fee715;
  border-radius: 50%;
  box-shadow: 0 0 10px #fee715;
}

#product-info #about-product #text {
  color: #dfdfdf;
  text-align: justify;
  margin-top: 15px;
  font-size: .9em;
  word-spacing: 4px;
}

#related-products {
  margin-top: 40px;
}

#related-products .owl-stage {
  padding: 20px 0;
}

#related-products .section-heading {
  position: relative;
  width: 70%;
  margin-left: 15%;
  margin-bottom: 30px;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 2000px) {
  #related-products .section-heading {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 900px) {
  #related-products .section-heading {
    width: 94%;
    margin-left: 3%;
  }
}

#related-products .section-heading span {
  position: absolute;
  left: 0;
  top: 0px;
  color: #fee715;
  font-size: 1.8em;
}

@media (max-width: 500px) {
  #related-products .section-heading span {
    font-size: 1.3em;
  }
}

#related-products .section-heading h6 {
  color: white;
  font-size: 1.3em;
}

@media (max-width: 500px) {
  #related-products .section-heading h6 {
    font-size: 1em;
  }
}

#related-products .section-heading a,
#related-products .section-heading p {
  color: white;
  opacity: .5;
  font-family: Vazir;
  font-weight: 300;
  font-size: .9em;
  transition: all .3s;
}

@media (max-width: 500px) {
  #related-products .section-heading a,
  #related-products .section-heading p {
    font-size: .8em;
  }
}

#tags {
  position: relative;
  margin-top: 1rem;
}

#tags span {
  margin-right: 1rem;
}

#tags a {
  margin-right: 5px;
  padding: 3px 7px;
  border-radius: 50rem;
  font-size: .8rem;
  border: 1px dashed #fee715;
}

.background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

@media (max-width: 800px) {
  .background-container {
    top: 90px;
  }
}

.background-container .slide-background {
  width: 100%;
  height: auto;
  filter: grayscale(1) blur(3px);
  opacity: .3;
}

.background-container .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #101820, rgba(16, 24, 32, 0));
}

#way {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 900px) {
  #way {
    width: 70%;
    margin-left: 15%;
  }
}

@media (max-width: 600px) {
  #way {
    width: 100%;
    margin-left: 0%;
    padding: 0 3%;
  }
}

#way .line {
  position: relative;
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 5px;
  background: #dfdfdf;
  margin-top: -35px;
  border-radius: 50px;
  overflow: hidden;
}

#way .activeLine::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fee715;
}

#way .fullLine {
  background: #fee715;
}

#way .level.active h6 {
  color: #fee715;
}

#way .level.active .icon {
  border: 2px solid #fee715;
}

#way .level .icon {
  margin: auto;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  border: 2px solid #dfdfdf;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 900px) {
  #way .level .icon {
    width: 65px;
    height: 65px;
  }
}

#way .level .icon img {
  width: 50px;
  height: 50px;
}

@media (max-width: 900px) {
  #way .level .icon img {
    width: 35px;
    height: 35px;
  }
}

#way .level h6 {
  width: 100%;
  margin-top: 10px;
  font-size: 1em;
  font-family: Vazir;
  font-weight: normal;
  text-align: center;
  color: #dfdfdf;
}

@media (max-width: 900px) {
  #way .level h6 {
    font-size: .9em;
  }
}

.cart-form {
  margin-top: 50px;
  width: 100%;
  padding: 0 15%;
}

@media (max-width: 2000px) {
  .cart-form {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  .cart-form {
    padding: 0 3%;
  }
}

.cart-form .items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cart-form .item {
  width: 100%;
  position: relative;
  padding: 10px;
  padding-bottom: 0;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  background: #101820;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0;
}

@media (max-width: 700px) {
  .cart-form .item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 25px;
  }
}

@media (max-width: 450px) {
  .cart-form .item {
    padding-right: 10px;
    padding-bottom: 30px;
    overflow: hidden;
  }
}

.cart-form .item .right {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 900px) {
  .cart-form .item .right {
    width: 52%;
  }
}

@media (max-width: 700px) {
  .cart-form .item .right {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .cart-form .item .right {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.cart-form .item .right .product-thumbnail {
  display: block;
  position: relative;
  padding-right: 25px;
  margin-right: 20px;
}

@media (max-width: 450px) {
  .cart-form .item .right .product-thumbnail {
    margin: 0;
    padding-right: 0;
  }
}

.cart-form .item .right .product-thumbnail .line {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 97%;
  background: #fee715;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(254, 231, 21, 0.5);
}

@media (max-width: 450px) {
  .cart-form .item .right .product-thumbnail .line {
    display: none;
  }
}

.cart-form .item .right .product-thumbnail img {
  width: 150px !important;
  height: 150px !important;
  max-width: none !important;
  margin-left: -30px;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {
  .cart-form .item .right .product-thumbnail img {
    width: 120px !important;
    height: 120px !important;
  }
}

@media (max-width: 700px) {
  .cart-form .item .right .product-thumbnail img {
    margin-left: 0;
  }
}

.cart-form .item .right .product-detail {
  margin-top: 10px;
}

.cart-form .item .right .product-detail > a {
  display: block;
  width: 100%;
  color: white;
  font-size: 1.2em;
  text-align: left;
}

@media (max-width: 450px) {
  .cart-form .item .right .product-detail > a {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .cart-form .item .right .product-detail > a {
    font-size: 1em;
  }
}

.cart-form .item .right .product-detail > a font {
  text-align: left;
}

@media (max-width: 450px) {
  .cart-form .item .right .product-detail > a font {
    text-align: center;
  }
}

.cart-form .item .right .product-detail .product-type,
.cart-form .item .right .product-detail .product-creator {
  margin-top: 10px;
  font-size: .9em;
}

@media (max-width: 1200px) {
  .cart-form .item .right .product-detail .product-type,
  .cart-form .item .right .product-detail .product-creator {
    font-size: .8em;
  }
}

@media (max-width: 450px) {
  .cart-form .item .right .product-detail .product-type,
  .cart-form .item .right .product-detail .product-creator {
    text-align: center;
  }
}

.cart-form .item .right .product-detail .product-type span,
.cart-form .item .right .product-detail .product-creator span {
  font-family: Vazir;
  text-transform: uppercase;
}

.cart-form .item .right .product-detail .product-type span a,
.cart-form .item .right .product-detail .product-creator span a {
  color: white;
  font-family: Vazir;
}

.cart-form .item .price-row {
  width: 30%;
  height: 100%;
  margin-top: 10px;
  border-left: 1px solid #192531;
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

@media (max-width: 900px) {
  .cart-form .item .price-row {
    width: 40%;
  }
}

@media (max-width: 700px) {
  .cart-form .item .price-row {
    width: 100%;
    border: none;
    margin-top: 10px;
    padding-left: 0;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
  }
}

@media (max-width: 570px) {
  .cart-form .item .price-row {
    flex-wrap: wrap;
  }
}

.cart-form .item .price-row .quantity {
  display: inline-block;
  margin-left: 20px;
  margin-top: -5px;
}

@media (max-width: 700px) {
  .cart-form .item .price-row .quantity {
    margin-top: 5px;
  }
}

.cart-form .item .price-row span {
  color: #dfdfdf;
  font-size: 1em;
}

@media (max-width: 1200px) {
  .cart-form .item .price-row span {
    font-size: .9em;
  }
}

.cart-form .item .price-row .product-price {
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .cart-form .item .price-row .product-price {
    font-size: .9em;
  }
}

.cart-form .item .price-row .amount {
  font-family: Vazir-Light;
}

@media (max-width: 1200px) {
  .cart-form .item .price-row .amount {
    font-size: .9em;
  }
}

.cart-form .item .price-row .product-subtotal {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
}

@media (max-width: 570px) {
  .cart-form .item .price-row .product-subtotal {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .cart-form .item .price-row .product-subtotal {
    margin-top: 5px;
    padding-top: 5px;
  }
}

.cart-form .item .price-row .product-subtotal .woocommerce-Price-currencySymbol {
  width: auto;
  color: #fee715;
}

@media (max-width: 1200px) {
  .cart-form .item .price-row .product-subtotal .woocommerce-Price-currencySymbol {
    font-size: .9em;
  }
}

.cart-form .item .price-row .product-subtotal .amount {
  color: #fee715;
}

@media (max-width: 1200px) {
  .cart-form .item .price-row .product-subtotal .amount {
    font-size: .9em;
  }
}

.cart-form .item .before-buy {
  border-left: 1px solid #192531;
  margin-top: 10px;
  padding-left: 30px;
  width: 25%;
}

@media (max-width: 900px) {
  .cart-form .item .before-buy {
    display: none;
  }
}

.cart-form .item .before-buy p {
  color: #dfdfdf;
}

.cart-form .item .before-buy a {
  color: white;
  margin: 5px 0;
  display: block;
  width: 100%;
  padding: 5px;
  background: #192531;
  font-size: .9em;
  border-radius: 5px;
  text-align: center;
}

@media (max-width: 1200px) {
  .cart-form .item .before-buy a {
    font-size: .8em;
    padding: 3px;
  }
}

.cart-form .item .product-remove {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
  right: 0;
}

@media (max-width: 700px) {
  .cart-form .item .product-remove {
    width: 20px;
  }
}

@media (max-width: 450px) {
  .cart-form .item .product-remove {
    width: 100%;
    height: 30px;
    top: unset;
    bottom: 0;
  }
}

.cart-form .item .product-remove a.remove {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-top: 80px;
  text-align: center;
  font-size: 1em;
  font-family: Vazir;
  font-weight: normal;
  background: #192531;
  color: white !important;
  border-radius: 0 10px 10px 0 !important;
}

@media (max-width: 700px) {
  .cart-form .item .product-remove a.remove {
    padding: 0;
    padding-top: 80px;
  }
}

@media (max-width: 450px) {
  .cart-form .item .product-remove a.remove {
    padding: 10px;
    border-radius: 0 !important;
  }
}

.cross-sells {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.under-basket {
  width: 100%;
  position: relative;
  padding: 0 15%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 10px 0;
}

@media (max-width: 2000px) {
  .under-basket {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  .under-basket {
    padding: 0 3%;
  }
}

@media (max-width: 600px) {
  .under-basket {
    flex-wrap: wrap;
  }
}

.under-basket form {
  width: 25%;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  background: #101820;
}

@media (max-width: 1000px) {
  .under-basket form {
    width: 38%;
  }
}

@media (max-width: 600px) {
  .under-basket form {
    width: 100%;
    margin-bottom: 20px;
  }
}

.under-basket form > div {
  width: 100%;
  padding: 10px;
}

.under-basket form .coupon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.under-basket form .coupon img {
  width: 40%;
  margin: auto;
  max-width: 100px;
}

.under-basket form .coupon label {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  color: white;
}

@media (max-width: 1000px) {
  .under-basket form .coupon label {
    font-size: 1em;
  }
}

.under-basket form .coupon input {
  width: 100%;
  padding: 6px;
  border-radius: 5px;
  margin-top: 5px;
  background: none;
  border: 1px solid #192531;
  outline: none;
  color: white;
  text-align: center;
}

.under-basket form .coupon button {
  width: 100%;
  padding: 10px 6px;
  border-radius: 5px;
  margin-top: 15px;
  border: 2px solid #fee715;
  background: none !important;
  outline: none;
  color: #fee715 !important;
  text-align: center;
  font-family: Vazir;
  font-weight: normal;
}

@media (max-width: 1000px) {
  .under-basket form .coupon button {
    font-size: .9em;
  }
}

.under-basket form button[name="update_cart"] {
  width: 100%;
  padding: 10px 6px;
  border-radius: 5px;
  margin-top: 15px !important;
  background: #fee715 !important;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5) !important;
  outline: none;
  color: black !important;
  text-align: center;
}

@media (max-width: 1000px) {
  .under-basket form button[name="update_cart"] {
    font-size: 1em;
  }
}

.under-basket .cart-collaterals {
  position: relative;
  width: 73%;
  padding: 10px;
  padding-bottom: 0;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  background: #101820;
}

@media (max-width: 1000px) {
  .under-basket .cart-collaterals {
    width: 60%;
  }
}

@media (max-width: 600px) {
  .under-basket .cart-collaterals {
    width: 100%;
  }
}

.under-basket .cart-collaterals .cart_totals {
  width: 100%;
  padding-bottom: 70px;
}

.under-basket .cart-collaterals .cart_totals h2 {
  position: relative;
  font-size: 1.3em;
  color: #fee715;
  padding-left: 35px;
}

@media (max-width: 1000px) {
  .under-basket .cart-collaterals .cart_totals h2 {
    font-size: 1em;
  }
}

.under-basket .cart-collaterals .cart_totals h2::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  bottom: 45%;
  left: 0;
  background: #fee715;
  border-radius: 50%;
  box-shadow: 0 0 10px #fee715;
}

.under-basket .cart-collaterals .cart_totals table {
  margin-top: 10px;
  border: none !important;
}

.under-basket .cart-collaterals .cart_totals table * {
  color: white;
}

.under-basket .cart-collaterals .cart_totals table td,
.under-basket .cart-collaterals .cart_totals table th {
  border-top: 1px solid #192531 !important;
}

.under-basket .cart-collaterals .cart_totals table tr:first-child td,
.under-basket .cart-collaterals .cart_totals table tr:first-child th {
  border: none !important;
}

.under-basket .cart-collaterals .cart_totals table th {
  font-weight: normal;
}

.under-basket .cart-collaterals .cart_totals table td,
.under-basket .cart-collaterals .cart_totals table td * {
  font-family: Vazir;
}

.under-basket .cart-collaterals .cart_totals table .woocommerce-remove-coupon {
  color: #ff004c;
}

.under-basket .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.under-basket .cart-collaterals .cart_totals .checkout-button {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 200px;
  font-size: 1em;
  border-radius: 5px;
  background: #fee715 !important;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5) !important;
  outline: none;
  color: black !important;
  text-align: center;
}

@media (max-width: 1000px) {
  .under-basket .cart-collaterals .cart_totals .checkout-button {
    font-size: .9em;
  }
}

#checkout {
  width: 100%;
  padding: 0 15%;
  position: relative;
  margin-top: 50px;
}

@media (max-width: 2000px) {
  #checkout {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  #checkout {
    padding: 0 3%;
  }
}

#checkout form {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  background: #101820;
  padding: 10px;
}

#checkout form h3 {
  position: relative;
  font-size: 1.3em;
  color: #fee715;
  padding-left: 35px;
  margin-bottom: 20px;
}

#checkout form h3::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  bottom: 45%;
  left: 0;
  background: #fee715;
  border-radius: 50%;
  box-shadow: 0 0 10px #fee715;
}

#checkout form .woocommerce-billing-fields {
  width: 100%;
}

#checkout form .woocommerce-billing-fields__field-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  #checkout form .form-row {
    width: 100% !important;
  }
}

#checkout form #billing_first_name_field,
#checkout form #billing_last_name_field {
  width: 30%;
  order: 1;
}

#checkout form #billing_phone_field {
  width: 30%;
  order: 2;
}

#checkout form #billing_country_field {
  width: 30%;
  order: 3;
}

#checkout form #billing_city_field {
  width: 30%;
  order: 4;
}

#checkout form #billing_state_field {
  width: 30%;
  order: 5;
}

#checkout form #billing_address_2_field {
  display: none !important;
}

#checkout form #billing_address_1_field {
  width: 65%;
  order: 6;
}

#checkout form #billing_postcode_field {
  width: 30%;
  order: 7;
}

#checkout form #billing_email_field {
  width: 65%;
  order: 8;
}

#checkout form #billing_company_field {
  width: 30%;
  order: 9;
}

#checkout form input, #checkout form textarea {
  padding: 10px;
  background: none;
  border-radius: 5px;
  border: 1px solid #192531;
  color: #dfdfdf;
}

#checkout form input::placeholder, #checkout form textarea::placeholder {
  opacity: 0 !important;
}

@media (max-width: 900px) {
  #checkout form label {
    font-size: .8em;
  }
}

#checkout form .required {
  color: #ff004c !important;
}

#checkout form .select2-container {
  outline: none !important;
}

#checkout form .select2-container .select2-selection {
  height: auto !important;
  padding: 6px;
  background: none !important;
  border-radius: 5px;
  border: 1px solid #192531 !important;
  color: white;
  outline: none !important;
}

#checkout form .select2-container .select2-selection .select2-selection__rendered {
  color: #dfdfdf !important;
}

#checkout form .select2-container .select2-selection .select2-selection__arrow {
  top: 10px;
}

.select2-dropdown {
  background: #101820 !important;
  border: 1px solid #192531;
}

.select2-dropdown .select2-search {
  background: #101820;
}

.select2-dropdown .select2-search .select2-search__field {
  padding: 10px;
  background: none;
  border-radius: 5px;
  border: 1px solid #192531;
  color: #dfdfdf;
  outline: none !important;
}

.select2-dropdown ul li {
  color: #dfdfdf !important;
  outline: none !important;
  font-size: .9em !important;
}

.select2-dropdown ul li:hover {
  background: #192531 !important;
}

.select2-dropdown ul li.select2-results__option--highlighted {
  background: #192531 !important;
}

.select2-dropdown ul li[data-selected="true"] {
  background: #192531 !important;
}

#order_review_heading {
  margin-top: 30px;
}

#payment {
  margin-top: 40px;
  background: none !important;
}

#payment ul {
  background: none !important;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  border-bottom: 1px solid #192531 !important;
  padding-bottom: 10px;
}

@media (max-width: 1200px) {
  #payment ul {
    padding-bottom: 0;
  }
}

@media (max-width: 700px) {
  #payment ul {
    flex-direction: column;
  }
}

#payment ul li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  margin: 10px 10px 0 10px !important;
  border: none !important;
  padding: 10px;
  border-radius: 5px;
  background: #192531 !important;
}

#payment ul li label {
  order: 2;
  color: white;
  text-align: center;
  cursor: pointer;
}

#payment ul li input {
  order: 3;
  margin: 0 !important;
}

#payment ul li div {
  display: none !important;
  order: 4;
  background: #213242 !important;
  border-radius: 5px !important;
}

#payment ul li div::before {
  display: none !important;
}

#payment ul li div p {
  font-size: .9em;
  text-align: justify;
}

#payment .woocommerce-terms-and-conditions-wrapper {
  width: auto !important;
  display: inline-block !important;
}

#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  width: auto !important;
  display: inline-block !important;
}

#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: .9em;
}

#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  color: white;
}

#payment button {
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3) !important;
  color: black;
}

@media (max-width: 780px) {
  #payment button {
    margin-top: 10px;
  }
}

.order-review {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 25px;
}

.order-review .item {
  width: 31%;
  position: relative;
  padding: 10px;
  padding-bottom: 0;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  background: #101820;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}

@media (max-width: 1200px) {
  .order-review .item {
    width: 48%;
  }
}

@media (max-width: 700px) {
  .order-review .item {
    width: 100%;
    margin: 10px 0;
  }
}

.order-review .item .product-thumbnail {
  display: block;
  position: relative;
  padding-right: 25px;
  margin-right: 20px;
}

.order-review .item .product-thumbnail .line {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 97%;
  background: #fee715;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(254, 231, 21, 0.5);
}

.order-review .item .product-thumbnail img {
  width: 75px !important;
  height: 75px !important;
  max-width: none !important;
  margin-left: -30px;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 500px) {
  .order-review .item .product-thumbnail img {
    width: 60px !important;
    height: 60px !important;
  }
}

.order-review .item .right {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 8px;
}

.order-review .item .right .product-detail > a {
  display: block;
  width: 100%;
  color: white;
  font-size: 1.2em;
  text-align: left;
}

@media (max-width: 500px) {
  .order-review .item .right .product-detail > a {
    font-size: 1em;
  }
}

@media (max-width: 400px) {
  .order-review .item .right .product-detail > a {
    font-size: .9em;
  }
}

.order-review .item .right .product-detail > a font {
  text-align: left;
}

.order-review .item .right .product-subtotal {
  position: relative;
  margin-top: 0;
  padding-top: 10px;
}

@media (max-width: 400px) {
  .order-review .item .right .product-subtotal {
    padding-top: 5px;
  }
}

.order-review .item .right .product-subtotal span {
  color: #dfdfdf;
  font-size: .9em;
}

.order-review .item .right .product-subtotal .woocommerce-Price-currencySymbol {
  width: auto;
  color: #fee715;
}

@media (max-width: 500px) {
  .order-review .item .right .product-subtotal .woocommerce-Price-currencySymbol {
    font-size: .8em;
  }
}

@media (max-width: 400px) {
  .order-review .item .right .product-subtotal .woocommerce-Price-currencySymbol {
    font-size: .7em;
  }
}

.order-review .item .right .product-subtotal .amount {
  color: #fee715;
  font-size: .9em;
}

@media (max-width: 500px) {
  .order-review .item .right .product-subtotal .amount {
    font-size: .8em;
  }
}

@media (max-width: 400px) {
  .order-review .item .right .product-subtotal .amount {
    font-size: .7em;
  }
}

.search-container {
  margin-top: 160px;
  width: 100%;
  padding: 0 15%;
  min-height: 600px;
}

@media (max-width: 2000px) {
  .search-container {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  .search-container {
    padding: 0 3%;
  }
}

.search-container #product-list {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.archive-container {
  width: 100%;
  padding: 0 15%;
  margin-top: 150px;
}

@media (max-width: 2000px) {
  .archive-container {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  .archive-container {
    padding: 0 3%;
  }
}

@media (max-width: 800px) {
  .archive-container {
    margin-top: 30px;
  }
}

.archive-container ul.products {
  padding: 0 !important;
}

.archive-title {
  position: relative;
  color: #fee715;
  word-spacing: -4px;
  font-size: 4em;
  text-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
  font-family: Vazir-Black;
  text-align: center;
}

@media (max-width: 700px) {
  .archive-title {
    font-size: 3em;
  }
}

.orderby {
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 5px;
  border-radius: 5px;
  margin-top: 10px;
}

.woocommerce-breadcrumb {
  display: none !important;
}

.wpf-search-container {
  position: unset !important;
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none !important;
}

ul.products {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px !important;
  min-height: 500px !important;
}

@media (max-width: 700px) {
  ul.products {
    justify-content: space-between;
    padding-left: 27px !important;
  }
}

ul.products::before, ul.products::after {
  display: none !important;
}

.contact-page {
  margin-top: 160px;
  position: relative;
  width: 100%;
  padding: 0 15%;
}

@media (max-width: 2000px) {
  .contact-page {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  .contact-page {
    padding: 0 3%;
  }
}

@media (max-width: 800px) {
  .contact-page {
    margin-top: 30px;
  }
}

.contact-page .heading h1 {
  color: #fee715;
  word-spacing: -4px;
  font-size: 4em;
  text-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
  font-family: Vazir-Black;
  text-align: center;
}

.contact-page .heading h6 {
  color: white;
  font-family: Vazir;
  font-size: 1.3em;
  word-spacing: 10px;
  text-align: center;
  font-weight: normal;
}

.contact-page .subtitle {
  margin-top: 30px;
  position: relative;
}

.contact-page .subtitle h6 {
  font-size: 1.3em;
  color: #fee715;
  text-align: center;
}

.contact-page .subtitle p {
  font-size: .9em;
  font-family: Vazir;
  text-align: center;
}

.contact-page .items {
  margin-top: 50px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.contact-page .items .way {
  position: relative;
  width: 23%;
  height: 210px;
  background: #101820;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 1100px) {
  .contact-page .items .way {
    height: 180px;
  }
}

@media (max-width: 800px) {
  .contact-page .items .way {
    height: 160px;
  }
}

@media (max-width: 700px) {
  .contact-page .items .way {
    height: 140px;
  }
}

@media (max-width: 600px) {
  .contact-page .items .way {
    width: 48%;
    margin: 10px 0;
  }
}

.contact-page .items .way img {
  width: 80px;
  height: 80px;
}

@media (max-width: 1100px) {
  .contact-page .items .way img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 800px) {
  .contact-page .items .way img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 700px) {
  .contact-page .items .way img {
    width: 40px;
    height: 40px;
  }
}

.contact-page .items .way p {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  font-family: Vazir;
  font-size: 1.2em;
  text-transform: uppercase;
  word-wrap: break-word;
}

@media (max-width: 1100px) {
  .contact-page .items .way p {
    font-size: 1em;
  }
}

@media (max-width: 800px) {
  .contact-page .items .way p {
    font-size: .9em;
  }
}

.contact-page .items .way p.per {
  font-family: Vazir;
}

.contact-page .items .way span {
  position: absolute;
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
  border-radius: 50px;
}

.contact-page .items .way .line-y-t {
  width: 30px;
  height: 3px;
  top: 10px;
  right: 10px;
}

@media (max-width: 800px) {
  .contact-page .items .way .line-y-t {
    width: 10px;
  }
}

.contact-page .items .way .line-x-l {
  width: 3px;
  height: 30px;
  top: 10px;
  right: 10px;
}

@media (max-width: 800px) {
  .contact-page .items .way .line-x-l {
    height: 10px;
  }
}

.contact-page .items .way .line-y-b {
  width: 30px;
  height: 3px;
  bottom: 10px;
  left: 10px;
}

@media (max-width: 800px) {
  .contact-page .items .way .line-y-b {
    width: 10px;
  }
}

.contact-page .items .way .line-x-r {
  width: 3px;
  height: 30px;
  bottom: 10px;
  left: 10px;
}

@media (max-width: 800px) {
  .contact-page .items .way .line-x-r {
    height: 10px;
  }
}

.contact-page .items .address {
  width: 100%;
  padding: 10px;
  margin-top: 30px;
  background: #101820;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  word-spacing: 2px;
}

@media (max-width: 1100px) {
  .contact-page .items .address {
    font-size: .9em;
  }
}

.contact-page .items .address i {
  color: #fee715;
  margin-right: 5px;
}

.contact-page .items .address span {
  color: #fee715;
  margin-right: 15px;
}

.contact-page .contact-form {
  width: 60%;
  margin-left: 20%;
}

@media (max-width: 900px) {
  .contact-page .contact-form {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 600px) {
  .contact-page .contact-form {
    width: 100%;
    margin-left: 0;
  }
}

.contact-page .contact-form form p label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.contact-page .contact-form form p label span {
  width: 100%;
}

.contact-page .contact-form form p label span input,
.contact-page .contact-form form p label span textarea {
  width: 100% !important;
  background: #192531 !important;
  border: none;
  outline: none;
  color: white;
  padding: 10px;
  border-radius: 5px;
  resize: vertical;
}

.contact-page .contact-form form p input[type="submit"] {
  width: 100%;
  padding: 6px 10px;
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
  border-radius: 5px;
  font-size: 1.1em;
  font-family: Vazir-Bold;
  margin-top: 20px;
  cursor: pointer;
}

.about-page {
  margin-top: 160px;
  position: relative;
  width: 100%;
  padding: 0 15%;
}

@media (max-width: 2000px) {
  .about-page {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  .about-page {
    padding: 0 3%;
  }
}

@media (max-width: 800px) {
  .about-page {
    margin-top: 30px;
  }
}

.about-page .subtitle {
  margin-top: 60px;
  position: relative;
}

.about-page .subtitle h6 {
  font-size: 1.3em;
  color: #fee715;
  text-align: center;
}

.about-page .subtitle p {
  font-size: .9em;
  font-family: Vazir;
  text-align: center;
}

.about-page .services {
  position: relative;
  padding: 0 40px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 700px) {
  .about-page .services {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .about-page .services {
    flex-direction: column;
  }
}

.about-page .services::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  top: 55%;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(to left, rgba(254, 231, 21, 0), #fee715, rgba(254, 231, 21, 0));
}

@media (max-width: 700px) {
  .about-page .services::before {
    display: none;
  }
}

.about-page .services .service {
  position: relative;
  width: 30%;
  padding: 40px 20px;
  border-radius: 10px;
  background: #192531;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  text-align: center;
}

@media (max-width: 800px) {
  .about-page .services .service {
    width: 32%;
    padding: 30px 10px;
  }
}

@media (max-width: 600px) {
  .about-page .services .service {
    width: 100%;
    padding: 30px 10px;
    margin: 10px 0;
  }
}

.about-page .services .service img {
  width: 90px;
  height: 90px;
  margin: auto;
}

@media (max-width: 1200px) {
  .about-page .services .service img {
    width: 70px;
    height: 70px;
  }
}

.about-page .services .service h6 {
  font-size: 1.5em;
  color: #fee715;
}

@media (max-width: 1200px) {
  .about-page .services .service h6 {
    font-size: 1.2em;
  }
}

.about-page .services .service p {
  font-family: Vazir;
  margin-top: 20px;
  text-align: .9em;
  color: #eeeeee;
}

@media (max-width: 1200px) {
  .about-page .services .service p {
    font-size: .8em;
  }
}

.about-page .about-content {
  width: 100%;
  margin-top: 50px;
}

.about-page .about-content > p {
  text-align: center;
  line-height: 30px;
}

@media (max-width: 700px) {
  .about-page .about-content > p {
    text-align: justify;
    font-size: .8em;
  }
}

.about-page .customer-items {
  position: relative;
  margin-top: 30px;
  margin-bottom: 100px;
  width: 100%;
}

.about-page .customer-items .customer {
  position: relative;
  margin: 0 40px;
}

.about-page .customer-items .customer .customer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
}

.about-page .customer-items .customer .customer-wrapper .photo {
  text-align: center;
}

.about-page .customer-items .customer .customer-wrapper .photo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.4);
}

@media (max-width: 600px) {
  .about-page .customer-items .customer .customer-wrapper .photo img {
    width: 80px;
    height: 80px;
  }
}

.about-page .customer-items .customer .customer-wrapper .customer-name {
  margin-top: 10px;
}

.about-page .customer-items .customer .customer-wrapper .customer-name p:first-child {
  font-size: 1.1em;
  font-family: Vazir-Bold;
  text-align: center;
}

@media (max-width: 600px) {
  .about-page .customer-items .customer .customer-wrapper .customer-name p:first-child {
    font-size: 1em;
  }
}

.about-page .customer-items .customer .customer-wrapper .customer-name p:last-child {
  font-family: Vazir;
  text-align: center;
}

@media (max-width: 600px) {
  .about-page .customer-items .customer .customer-wrapper .customer-name p:last-child {
    font-size: .8em;
  }
}

.about-page .customer-items .customer .customer-wrapper .customer-comment {
  width: 400px;
  max-width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

@media (max-width: 600px) {
  .about-page .customer-items .customer .customer-wrapper .customer-comment {
    width: 300px;
  }
}

.about-page .customer-items .customer .customer-wrapper .customer-comment p {
  width: 100%;
  text-align: center;
  font-family: Vazir;
}

@media (max-width: 600px) {
  .about-page .customer-items .customer .customer-wrapper .customer-comment p {
    font-size: .8em;
  }
}

.about-page .customer-items .controller {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-page .customer-items .controller button {
  position: relative;
  margin: 0 7px;
  width: 13px;
  height: 13px;
  background: transparent;
  border: 1px solid #fee715;
  border-radius: 50%;
  transition: all .3s;
}

.about-page .customer-items .controller button:hover::before {
  opacity: 1;
}

.about-page .customer-items .controller button::before {
  position: absolute;
  right: 3px;
  top: 3px;
  content: '';
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 50%;
  opacity: 0;
  transition: .3s opacity;
}

.about-page .customer-items .controller button.show::before {
  background: #fee715;
  opacity: 1;
}

.about-page .customer-items .controllerBtn {
  position: absolute;
  font-size: 4em;
  color: white;
  top: 40%;
  opacity: .2;
}

@media (max-width: 700px) {
  .about-page .customer-items .controllerBtn {
    font-size: 3em;
  }
}

@media (max-width: 500px) {
  .about-page .customer-items .controllerBtn {
    font-size: 2em;
  }
}

.about-page .customer-items .controller-next {
  left: 0;
}

.about-page .customer-items .controller-per {
  right: 0;
}

.about-page .timeline {
  width: 100%;
  margin-top: 10px;
}

.about-page .timeline .container {
  position: relative;
  width: 70%;
  margin-left: 15%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 800px) {
  .about-page .timeline .container {
    width: 90%;
    margin-left: 5%;
  }
}

.about-page .timeline .container .line {
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: linear-gradient(to top, rgba(25, 37, 49, 0), #192531, rgba(25, 37, 49, 0));
}

.about-page .timeline .container .item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.about-page .timeline .container .item .time {
  width: 20%;
  padding-left: 33%;
}

@media (max-width: 700px) {
  .about-page .timeline .container .item .time {
    width: 10%;
    padding-left: 0;
  }
}

.about-page .timeline .container .item .time p {
  color: #fee715;
  font-family: Vazir-Bold;
  font-size: 1.3em;
}

@media (max-width: 700px) {
  .about-page .timeline .container .item .time p {
    font-size: 1.1em;
  }
}

.about-page .timeline .container .item .shapes {
  width: 30%;
  height: 100%;
  padding-left: 7%;
}

@media (max-width: 700px) {
  .about-page .timeline .container .item .shapes {
    width: 10%;
    padding-left: 0;
  }
}

.about-page .timeline .container .item .shapes .point {
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  background: #fee715;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.4);
}

.about-page .timeline .container .item .event {
  width: 45%;
  padding: 20px 30px;
  border-radius: 10px;
  background: #192531;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-left: 2px solid #fee715;
}

@media (max-width: 700px) {
  .about-page .timeline .container .item .event {
    width: 77%;
  }
}

.about-page .timeline .container .item .event h6 {
  color: white;
  font-size: 1em;
}

.about-page .timeline .container .item .event p {
  margin-top: 10px;
  font-family: Vazir;
  text-align: .9em;
  color: #eeeeee;
}

.about-page .timeline .container .item:nth-child(even) .time {
  order: 3;
  padding-left: 0 !important;
  padding-right: 33%;
}

@media (max-width: 700px) {
  .about-page .timeline .container .item:nth-child(even) .time {
    width: 10%;
    padding-right: 0;
  }
}

.about-page .timeline .container .item:nth-child(even) .shapes {
  order: 2;
  padding-left: 0 !important;
  padding-right: 7%;
}

@media (max-width: 700px) {
  .about-page .timeline .container .item:nth-child(even) .shapes {
    width: 10%;
    padding-right: 0;
  }
}

.about-page .timeline .container .item:nth-child(even) .event {
  order: 1;
}

#login-main {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#login-main .woocommerce-notices-wrapper {
  position: absolute;
  top: 10px;
}

#login-main .background-l-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#login-main .background-l-container .slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1) blur(3px);
  opacity: .3;
  background: url("images/cyberpunk.jpg") center no-repeat;
  background-size: cover;
}

#login-main .background-l-container .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #101820;
  opacity: .5;
}

#login-main #customer_login {
  position: relative;
  width: 70%;
  background: #101820;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 4;
}

@media (max-width: 1200px) {
  #login-main #customer_login {
    width: 90%;
  }
}

#login-main #customer_login .login-container,
#login-main #customer_login .signin-container {
  width: 100%;
  display: none;
  animation: show forwards 1s;
  padding-left: 60%;
}

@media (max-width: 900px) {
  #login-main #customer_login .login-container,
  #login-main #customer_login .signin-container {
    padding-left: 0;
  }
}

#login-main #customer_login .login-container.active,
#login-main #customer_login .signin-container.active {
  display: block;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#login-main #customer_login .login-container .photo,
#login-main #customer_login .signin-container .photo {
  position: absolute;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  background: #fee715;
}

@media (max-width: 900px) {
  #login-main #customer_login .login-container .photo,
  #login-main #customer_login .signin-container .photo {
    display: none;
  }
}

#login-main #customer_login .login-container .photo .bg,
#login-main #customer_login .signin-container .photo .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("images/cyberpunk.jpg") center no-repeat;
  background-size: cover;
}

#login-main #customer_login .login-container .photo .detail,
#login-main #customer_login .signin-container .photo .detail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#login-main #customer_login .login-container .photo .detail h2,
#login-main #customer_login .signin-container .photo .detail h2 {
  color: #fee715;
  font-size: 2.5em;
  font-family: Vazir-Black;
  text-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
}

#login-main #customer_login .login-container .content,
#login-main #customer_login .signin-container .content {
  position: relative;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#login-main #customer_login .login-container .content form,
#login-main #customer_login .signin-container .content form {
  width: 100%;
}

#login-main #customer_login .login-container .content form > p,
#login-main #customer_login .signin-container .content form > p {
  width: 100%;
}

#login-main #customer_login .login-container .content img,
#login-main #customer_login .signin-container .content img {
  width: 100px;
  width: 100px;
}

#login-main #customer_login .login-container .content input[type="text"],
#login-main #customer_login .login-container .content input[type="text"]::placeholder,
#login-main #customer_login .login-container .content input[type="text"]:active,
#login-main #customer_login .login-container .content input[type="text"]:focus,
#login-main #customer_login .login-container .content input[type="text"]:enabled,
#login-main #customer_login .login-container .content input[type="text"]:indeterminate,
#login-main #customer_login .login-container .content input[type="text"]:checked,
#login-main #customer_login .login-container .content input[type="text"]:default,
#login-main #customer_login .login-container .content input[type="text"]:valid,
#login-main #customer_login .signin-container .content input[type="text"],
#login-main #customer_login .signin-container .content input[type="text"]::placeholder,
#login-main #customer_login .signin-container .content input[type="text"]:active,
#login-main #customer_login .signin-container .content input[type="text"]:focus,
#login-main #customer_login .signin-container .content input[type="text"]:enabled,
#login-main #customer_login .signin-container .content input[type="text"]:indeterminate,
#login-main #customer_login .signin-container .content input[type="text"]:checked,
#login-main #customer_login .signin-container .content input[type="text"]:default,
#login-main #customer_login .signin-container .content input[type="text"]:valid {
  background: #192531 !important;
  border: none;
  outline: none;
}

#login-main #customer_login .login-container .content input[type="password"],
#login-main #customer_login .login-container .content input[type="password"]::placeholder,
#login-main #customer_login .login-container .content input[type="password"]:active,
#login-main #customer_login .login-container .content input[type="password"]:focus,
#login-main #customer_login .login-container .content input[type="password"]:enabled,
#login-main #customer_login .login-container .content input[type="password"]:indeterminate,
#login-main #customer_login .login-container .content input[type="password"]:checked,
#login-main #customer_login .login-container .content input[type="password"]:default,
#login-main #customer_login .login-container .content input[type="password"]:valid,
#login-main #customer_login .signin-container .content input[type="password"],
#login-main #customer_login .signin-container .content input[type="password"]::placeholder,
#login-main #customer_login .signin-container .content input[type="password"]:active,
#login-main #customer_login .signin-container .content input[type="password"]:focus,
#login-main #customer_login .signin-container .content input[type="password"]:enabled,
#login-main #customer_login .signin-container .content input[type="password"]:indeterminate,
#login-main #customer_login .signin-container .content input[type="password"]:checked,
#login-main #customer_login .signin-container .content input[type="password"]:default,
#login-main #customer_login .signin-container .content input[type="password"]:valid {
  background: #192531 !important;
  border: none;
  outline: none;
}

#login-main #customer_login .login-container .content input[type="email"],
#login-main #customer_login .login-container .content input[type="email"]::placeholder,
#login-main #customer_login .login-container .content input[type="email"]:active,
#login-main #customer_login .login-container .content input[type="email"]:focus,
#login-main #customer_login .login-container .content input[type="email"]:enabled,
#login-main #customer_login .login-container .content input[type="email"]:indeterminate,
#login-main #customer_login .login-container .content input[type="email"]:checked,
#login-main #customer_login .login-container .content input[type="email"]:default,
#login-main #customer_login .login-container .content input[type="email"]:valid,
#login-main #customer_login .signin-container .content input[type="email"],
#login-main #customer_login .signin-container .content input[type="email"]::placeholder,
#login-main #customer_login .signin-container .content input[type="email"]:active,
#login-main #customer_login .signin-container .content input[type="email"]:focus,
#login-main #customer_login .signin-container .content input[type="email"]:enabled,
#login-main #customer_login .signin-container .content input[type="email"]:indeterminate,
#login-main #customer_login .signin-container .content input[type="email"]:checked,
#login-main #customer_login .signin-container .content input[type="email"]:default,
#login-main #customer_login .signin-container .content input[type="email"]:valid {
  background: #192531 !important;
  border: none;
  outline: none;
}

#login-main #customer_login .login-container .content input[type="text"],
#login-main #customer_login .login-container .content input[type="password"],
#login-main #customer_login .login-container .content input[type="email"],
#login-main #customer_login .signin-container .content input[type="text"],
#login-main #customer_login .signin-container .content input[type="password"],
#login-main #customer_login .signin-container .content input[type="email"] {
  margin-top: 10px;
  width: 100%;
  color: white;
  padding: 10px;
  border-radius: 5px;
}

#login-main #customer_login .login-container .content label,
#login-main #customer_login .signin-container .content label {
  margin-top: 10px;
  width: 100%;
  color: white;
  text-align: center;
}

#login-main #customer_login .login-container .content button[type="submit"],
#login-main #customer_login .signin-container .content button[type="submit"] {
  width: 100%;
  padding: 6px 10px;
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
  border-radius: 5px;
  font-size: 1.1em;
  font-family: Vazir-Bold;
  margin-top: 20px;
  color: black;
}

#login-main #customer_login .login-container .content .two-part,
#login-main #customer_login .signin-container .content .two-part {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#login-main #customer_login .login-container .content .rounded-button,
#login-main #customer_login .signin-container .content .rounded-button {
  width: 49%;
  position: relative;
  color: white;
  font-family: Vazir;
  display: inline-block;
  background: none;
  padding: 6px 10px;
  border: 1px solid #192531;
  border-radius: 50px;
  font-size: .8em;
  transition: all .3s;
  cursor: pointer;
  margin: 0;
  text-align: left;
}

#login-main #customer_login .login-container .content .rounded-button i,
#login-main #customer_login .signin-container .content .rounded-button i {
  position: absolute;
  right: 4px;
  top: 3px;
  background: #192531;
  color: #101820;
  border-radius: 50%;
  padding: 7px;
  transition: all .3s;
}

#login-main #customer_login .login-container .content input[type="checkbox"],
#login-main #customer_login .signin-container .content input[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

#login-main #customer_login .login-container .content .rounded-button:hover,
#login-main #customer_login .signin-container .content .rounded-button:hover {
  border-color: white;
}

#login-main #customer_login .login-container .content .rounded-button:hover i,
#login-main #customer_login .signin-container .content .rounded-button:hover i {
  background: white;
}

#login-main #customer_login .login-container .content input[type="checkbox"]:checked + #for-rememberme,
#login-main #customer_login .signin-container .content input[type="checkbox"]:checked + #for-rememberme {
  border-color: #fee715;
}

#login-main #customer_login .login-container .content input[type="checkbox"]:checked + #for-rememberme i,
#login-main #customer_login .signin-container .content input[type="checkbox"]:checked + #for-rememberme i {
  background: #fee715;
  color: black;
}

#login-main #customer_login .login-container .content .lost_password a,
#login-main #customer_login .signin-container .content .lost_password a {
  display: block;
  font-size: .8em;
  margin-top: 15px;
  color: #c9c9c9;
  font-family: Vazir;
}

.signin-container {
  padding-left: 0 !important;
  padding-right: 60% !important;
}

@media (max-width: 900px) {
  .signin-container {
    padding-right: 0 !important;
  }
}

.signin-container .photo {
  left: unset !important;
  right: 0;
}

.signin-container .photo .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.signin-container .rounded-button {
  width: 100% !important;
  margin-top: 10px !important;
}

.signin-container .woocommerce-privacy-policy-text {
  display: none !important;
}

#panel-container {
  width: 100%;
  height: 570px;
  padding: 0 15%;
  margin-top: 150px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 2000px) {
  #panel-container {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  #panel-container {
    padding: 0 3%;
  }
}

@media (max-width: 800px) {
  #panel-container {
    height: auto;
    margin-top: 140px;
  }
}

@media (max-width: 700px) {
  #panel-container {
    flex-direction: column;
  }
}

#panel-container .panel-nav {
  position: relative;
  width: 20%;
  height: 100%;
  padding: 10px;
  background: #192531;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  #panel-container .panel-nav {
    width: 25%;
  }
}

@media (max-width: 700px) {
  #panel-container .panel-nav {
    width: 100%;
    margin-bottom: 20px;
  }
}

#panel-container .panel-nav::before {
  content: '';
  position: absolute;
  width: 130%;
  height: 350px;
  top: -270px;
  right: -15%;
  border-radius: 50%;
  background: #101820;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
  border-bottom: 2px solid #fee715;
  animation: shadow 3s infinite;
}

@keyframes shadow {
  0% {
    box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(254, 231, 21, 0.8);
  }
  100% {
    box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
  }
}

#panel-container .panel-nav .user-detail {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#panel-container .panel-nav .user-detail .photo {
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
  background: #fee715;
  padding: 3px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
}

#panel-container .panel-nav .user-detail .photo img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

#panel-container .panel-nav .user-detail P:first-child {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #a7a7a7;
  font-family: Vazir;
}

#panel-container .panel-nav .user-detail p:nth-child(2) {
  width: 100%;
  text-align: center;
  color: #fee715;
  text-transform: uppercase;
  font-family: Vazir-Bold;
  font-size: 1.2em;
  text-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
}

#panel-container .panel-nav .navigation-top {
  width: 100%;
}

#panel-container .panel-nav .navigation-top ul li {
  position: relative;
  text-align: center;
}

#panel-container .panel-nav .navigation-top ul li a {
  position: relative;
  display: inline-block;
  padding: 10px;
  margin: 0 10px;
  background: #101820;
  border-radius: 50%;
  color: #fee715;
  text-align: center;
  transition: all .2s;
}

@media (max-width: 900px) {
  #panel-container .panel-nav .navigation-top ul li a {
    margin: 5px;
    font-size: .9em;
  }
}

#panel-container .panel-nav .navigation-top ul li a:hover {
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
  color: black;
}

#panel-container .panel-nav .navigation-top ul li a:hover span {
  opacity: 1;
}

#panel-container .panel-nav .navigation-top ul li a span {
  position: absolute;
  bottom: 110%;
  width: 300%;
  padding: 5px;
  border-radius: 5px;
  left: -100%;
  font-size: .8em;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  word-break: keep-all;
  opacity: 0;
  transition: all .2s;
  color: white !important;
}

#panel-container .panel-nav .navigation {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #15202a;
  width: 100%;
}

@media (max-width: 700px) {
  #panel-container .panel-nav .navigation ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

#panel-container .panel-nav .navigation ul li {
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  transition: all .3s;
}

@media (max-width: 700px) {
  #panel-container .panel-nav .navigation ul li {
    width: 49%;
  }
}

#panel-container .panel-nav .navigation ul li:hover {
  background: #101820;
}

#panel-container .panel-nav .navigation ul li a {
  color: white;
  font-size: .9em;
}

@media (max-width: 900px) {
  #panel-container .panel-nav .navigation ul li a {
    font-size: .8em;
  }
}

#panel-container .panel-nav .navigation ul li a i {
  color: #fee715;
  margin-right: 10px;
}

#panel-container .panel-nav .navigation ul li.active {
  background: #101820;
}

#panel-container .user-content {
  position: relative;
  width: 78%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  #panel-container .user-content {
    width: 73%;
  }
}

@media (max-width: 700px) {
  #panel-container .user-content {
    width: 100%;
    height:7rem;
  }
}

#panel-container .user-content #admin-message {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  background: #192531;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#panel-container .user-content #admin-message h6 {
  font-size: 1em;
  color: #fee715;
}

@media (max-width: 900px) {
  #panel-container .user-content #admin-message h6 {
    font-size: .9em;
  }
}

#panel-container .user-content #admin-message p {
  color: white;
  font-size: .9em;
}

@media (max-width: 900px) {
  #panel-container .user-content #admin-message p {
    font-size: .8em;
  }
}

#panel-container .user-content #main-buttons {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 800px) {
  #panel-container .user-content #main-buttons {
    flex-wrap: wrap;
    margin-top: 5px;
  }
}

#panel-container .user-content #main-buttons > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 24%;
  height: 200px;
  background: #192531;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

@media (max-width: 1200px) {
  #panel-container .user-content #main-buttons > a {
    height: 160px;
  }
}

@media (max-width: 1000px) {
  #panel-container .user-content #main-buttons > a {
    height: 140px;
  }
}

@media (max-width: 800px) {
  #panel-container .user-content #main-buttons > a {
    width: 48%;
    margin: 10px 0;
  }
}

#panel-container .user-content #main-buttons > a i {
  font-size: 2em;
  color: #fee715;
}

@media (max-width: 1200px) {
  #panel-container .user-content #main-buttons > a i {
    font-size: 1.7em;
  }
}

#panel-container .user-content #main-buttons > a span {
  font-size: 1.2em;
  margin-top: 10px;
  color: white;
}

@media (max-width: 1200px) {
  #panel-container .user-content #main-buttons > a span {
    font-size: 1em;
  }
}

#panel-container .user-content #big-offer {
  margin-top: 20px;
  width: 100%;
  position: relative;
  padding: 25px;
  overflow-y: hidden;
  background: #192531;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

@media (max-width: 800px) {
  #panel-container .user-content #big-offer {
    margin-top: 5px;
  }
}

#panel-container .user-content #big-offer #line-x-l {
  position: absolute;
  width: 2px;
  height: 0%;
  bottom: 3%;
  right: 1%;
  background: #fee715;
  animation: line1 5s infinite;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
}

@keyframes line1 {
  0% {
    height: 0%;
  }
  10% {
    height: 94%;
  }
  80% {
    height: 94%;
  }
  90% {
    height: 0%;
  }
  100% {
    height: 0;
  }
}

#panel-container .user-content #big-offer #line-y-t {
  position: absolute;
  width: 0%;
  height: 2px;
  top: 3%;
  right: 1%;
  background: #fee715;
  animation: line2 5s infinite;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
}

@keyframes line2 {
  0% {
    width: 0%;
  }
  10% {
    width: 0%;
  }
  20% {
    width: 98%;
  }
  70% {
    width: 98%;
  }
  80% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}

#panel-container .user-content #big-offer #line-x-r {
  position: absolute;
  width: 2px;
  height: 0%;
  top: 3%;
  left: 1%;
  background: #fee715;
  animation: line3 5s infinite;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
}

@keyframes line3 {
  0% {
    height: 0%;
  }
  20% {
    height: 0%;
  }
  30% {
    height: 94%;
  }
  60% {
    height: 94%;
  }
  70% {
    height: 0%;
  }
  100% {
    height: 0%;
  }
}

#panel-container .user-content #big-offer #line-y-b {
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 3%;
  left: 1%;
  background: #fee715;
  animation: line4 5s infinite;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
}

@keyframes line4 {
  0% {
    width: 0%;
  }
  30% {
    width: 0%;
  }
  40% {
    width: 98%;
  }
  50% {
    width: 98%;
  }
  60% {
    width: 0%;
  }
  100% {
    width: 0;
  }
}

#panel-container .user-content #big-offer #sale-icon {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -20px;
  left: -20px;
}

#panel-container .user-content #big-offer #offer-bg {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
  top: 0;
  left: 0;
  filter: grayscale(1);
  opacity: .1;
}

#panel-container .user-content #big-offer h5 {
  position: relative;
  font-size: 4em;
  font-family: Vazir-Black;
  font-weight: 900;
  color: #fee715;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
}

@media (max-width: 1200px) {
  #panel-container .user-content #big-offer h5 {
    font-size: 3em;
  }
}

@media (max-width: 800px) {
  #panel-container .user-content #big-offer h5 {
    font-size: 2.5em;
  }
}

@media (max-width: 500px) {
  #panel-container .user-content #big-offer h5 {
    font-size: 1.9em;
  }
}

#panel-container .user-content #big-offer > div {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#panel-container .user-content #big-offer > div strong {
  font-family: Vazir;
  color: transparent;
  -webkit-text-stroke: 0.5px #fee715;
  font-size: 4em;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  #panel-container .user-content #big-offer > div strong {
    font-size: 3em;
    -webkit-text-stroke: 1.5px #fee715;
  }
}

@media (max-width: 800px) {
  #panel-container .user-content #big-offer > div strong {
    font-size: 2.5em;
  }
}

@media (max-width: 500px) {
  #panel-container .user-content #big-offer > div strong {
    font-size: 1.9em;
  }
}

#panel-container .user-content #big-offer > div > p {
  color: white;
  font-size: 2em;
  text-align: center;
  font-family: Vazir-Bold;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  #panel-container .user-content #big-offer > div > p {
    font-size: 1.5em;
  }
}

@media (max-width: 800px) {
  #panel-container .user-content #big-offer > div > p {
    font-size: 1.3em;
  }
}

@media (max-width: 500px) {
  #panel-container .user-content #big-offer > div > p {
    font-size: 1em;
  }
}

#panel-container .user-content #big-offer > div > div {
  position: relative;
}

#panel-container .user-content #big-offer > div > div p:last-child {
  position: relative;
  font-size: 3em;
  font-family: Vazir;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px;
  background: #fee715;
}

@media (max-width: 1200px) {
  #panel-container .user-content #big-offer > div > div p:last-child {
    font-size: 2em;
  }
}

@media (max-width: 800px) {
  #panel-container .user-content #big-offer > div > div p:last-child {
    font-size: 1.7em;
  }
}

@media (max-width: 500px) {
  #panel-container .user-content #big-offer > div > div p:last-child {
    font-size: 1.3em;
  }
}

#panel-container .user-content #suggested-product {
  display: none;
  margin-top: 20px;
  position: relative;
  width: 100%;
  padding: 10px;
}

#panel-container .user-content #suggested-product .heading {
  width: 100%;
}

#panel-container .user-content #suggested-product .heading h5 {
  color: #fee715;
  font-size: 1em;
}

#panel-container .user-content #suggested-product .product {
  margin-top: 20px;
  height: 300px !important;
  width: 220px !important;
  margin-left: 0 !important;
}

.shop_table {
  width: 100%;
  text-align: left;
}

.shop_table .table-head {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  padding-right: 60px;
}

@media (max-width: 500px) {
  .shop_table .table-head {
    padding: 0 5px;
    padding-right: 5px;
    justify-content: space-between;
  }
}

.shop_table .table-head > p {
  width: 25%;
  color: #fee715;
}

@media (max-width: 1000px) {
  .shop_table .table-head > p {
    font-size: .9em;
  }
}

@media (max-width: 1000px) {
  .shop_table .table-head > p:first-child {
    width: 15%;
  }
}

@media (max-width: 500px) {
  .shop_table .table-head .order-total {
    display: none;
  }
}

.shop_table .table-head .order-actions {
  display: none;
}

.shop_table .table-body .order {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px !important;
  padding: 20px 10px;
  padding-right: 60px;
  border-radius: 5px !important;
  background: #192531;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 500px) {
  .shop_table .table-body .order {
    padding: 15px 5px;
    padding-right: 5px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.shop_table .table-body .order > div {
  width: 25%;
  color: white;
  word-wrap: break-word;
}

@media (max-width: 1000px) {
  .shop_table .table-body .order > div:first-child {
    width: 15%;
  }
}

@media (max-width: 1000px) {
  .shop_table .table-body .order > div {
    font-size: .9em;
  }
}

.shop_table .table-body .order > div a {
  color: #fee715;
}

@media (max-width: 500px) {
  .shop_table .table-body .order .order-total {
    margin-top: 10px;
    width: 100% !important;
  }
}

.shop_table .table-body .order .order-actions {
  width: auto !important;
  position: absolute;
  right: 10px;
}

@media (max-width: 500px) {
  .shop_table .table-body .order .order-actions {
    bottom: 20px;
  }
}

.woocommerce-order {
  position: relative;
  text-align: center;
  padding: 0 15%;
}

@media (max-width: 2000px) {
  .woocommerce-order {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  .woocommerce-order {
    padding: 0 3%;
  }
}

.woocommerce-order .successful img {
  width: 80px;
  height: 80px;
}

.woocommerce-order .successful p {
  color: #fee715;
}

.woocommerce-order ul.order_details {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #101820;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.woocommerce-order ul.order_details li {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  color: #fee715;
}

.woocommerce-order ul.order_details li strong {
  margin-top: 5px;
  font-family: Vazir;
  font-weight: normal;
  color: white;
}

.woocommerce-order .order-detail-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.woocommerce-order .order-detail-wrapper .a-order-details {
  width: 49%;
  background: #192531;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.woocommerce-order .order-detail-wrapper .a-order-details h2 {
  color: #fee715;
}

.woocommerce-order .order-detail-wrapper .a-order-details a {
  color: white;
}

.woocommerce-order .order-detail-wrapper .a-order-details table td,
.woocommerce-order .order-detail-wrapper .a-order-details table th {
  font-family: Vazir-Bold;
}

.woocommerce-order .order-detail-wrapper .a-customer-details {
  width: 49%;
  background: #192531;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.woocommerce-order .order-detail-wrapper .a-customer-details h2 {
  color: #fee715;
}

.woocommerce-order .order-detail-wrapper .a-customer-details address {
  margin-top: 5px;
  font-style: normal !important;
  color: white;
}

.no-max-height {
  height: auto !important;
  overflow: visible !important;
}

.my-games {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 2%;
  height: auto !important;
  overflow-y: scroll;
}

.my-games .purchased-game {
  width: 48%;
  padding: 10px;
  padding-bottom: 5px;
  padding-right: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  background: #192531;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .my-games .purchased-game {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .my-games .purchased-game {
    padding-right: 10px;
  }
}

.my-games .purchased-game .product-thumbnail {
  display: block;
  position: relative;
  padding-right: 25px;
  margin-right: 20px;
}

@media (max-width: 500px) {
  .my-games .purchased-game .product-thumbnail {
    padding-right: 0;
  }
}

.my-games .purchased-game .product-thumbnail .line {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 97%;
  background: #fee715;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(254, 231, 21, 0.5);
}

@media (max-width: 400px) {
  .my-games .purchased-game .product-thumbnail .line {
    display: none;
  }
}

.my-games .purchased-game .product-thumbnail img {
  width: 150px !important;
  height: 150px !important;
  max-width: none !important;
  margin-left: -30px;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 900px) {
  .my-games .purchased-game .product-thumbnail img {
    width: 120px !important;
    height: 120px !important;
  }
}

@media (max-width: 500px) {
  .my-games .purchased-game .product-thumbnail img {
    width: 100px !important;
    height: 100px !important;
  }
}

.my-games .purchased-game .product-detail > h4 {
  display: block;
  width: 100%;
  color: #fee715;
  font-size: 1.2em;
  text-align: right;
  font-weight: normal;
}

@media (max-width: 900px) {
  .my-games .purchased-game .product-detail > h4 {
    font-size: 1em;
  }
}

.my-games .purchased-game .product-detail .product-username,
.my-games .purchased-game .product-detail .product-password {
  margin-top: 10px;
  font-size: .9em;
  text-align: right;
  padding: 5px;
  border-radius: 5px;
  background: #101820;
}

@media (max-width: 900px) {
  .my-games .purchased-game .product-detail .product-username,
  .my-games .purchased-game .product-detail .product-password {
    font-size: .8em;
  }
}

.my-games .purchased-game .product-detail .product-username i,
.my-games .purchased-game .product-detail .product-password i {
  color: #fee715;
  margin-left: 5px;
}

.my-games .purchased-game .product-detail .product-username span,
.my-games .purchased-game .product-detail .product-password span {
  font-family: Vazir;
  text-align: right;
  word-wrap: break-word;
}

.my-games .purchased-game .product-detail .product-username span a,
.my-games .purchased-game .product-detail .product-password span a {
  color: white;
  font-family: Vazir;
}

.adddress-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.adddress-container .address-row {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #192531;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.adddress-container .address-row .address-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #15202a;
}

.adddress-container .address-row .address-title h3 {
  color: #fee715;
  font-size: 1em;
}

.adddress-container .address-row .address-title a {
  color: black;
  padding: 3px 10px;
  border-radius: 50px;
  background: #fee715;
  font-size: .8em;
  font-family: Vazir-Bold;
}

.adddress-container .address-row address {
  color: white;
  font-style: normal !important;
  font-size: .9em;
  margin-top: 10px;
}

.woocommerce-MyAccount-content {
  width: 100% !important;
  float: unset !important;
}

.woocommerce-MyAccount-navigation {
  display: none !important;
}

.page-panel {
  height: auto !important;
}

.page-panel .user-content {
  height: auto !important;
}

.page-panel .address-form {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #192531;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.page-panel .address-form label {
  font-size: .9em;
}

.page-panel .address-form h3 {
  color: #fee715;
  font-size: 1em;
}

.page-panel .address-form input {
  padding: 10px;
  background: none;
  border-radius: 5px;
  background: #101820;
  color: #dfdfdf;
}

.page-panel .address-form input::placeholder {
  opacity: 0 !important;
}

.page-panel .address-form #billing_address_2_field {
  display: none !important;
}

.page-panel .address-form .select2-container {
  outline: none !important;
}

.page-panel .address-form .select2-container .select2-selection {
  height: auto !important;
  padding: 6px;
  border-radius: 5px;
  background: #101820 !important;
  border: none !important;
  color: white;
  outline: none !important;
}

.page-panel .address-form .select2-container .select2-selection .select2-selection__rendered {
  color: #dfdfdf !important;
}

.page-panel .address-form .select2-container .select2-selection .select2-selection__arrow {
  top: 10px;
}

.page-panel .address-form button[type="submit"] {
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3) !important;
  color: black;
  text-align: right;
  margin-right: 5px;
}

.page-panel .address-form .woocommerce-address-fields > p {
  text-align: right;
  margin-top: 10px;
}

.downloads-table {
  width: 100%;
  text-align: left;
}

.downloads-table .table-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.downloads-table .table-head > p {
  width: 25%;
  color: #fee715;
}

@media (max-width: 600px) {
  .downloads-table .table-head > p {
    font-size: .8em;
  }
}

.downloads-table .table-head .download-remaining {
  width: 35%;
}

.downloads-table .table-head .download-expires {
  width: 15%;
}

.downloads-table .table-head .order-actions {
  display: none;
}

@media (max-width: 600px) {
  .downloads-table .table-head .download-file {
    width: 15%;
  }
}

.downloads-table .table-body .downloads {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px !important;
  padding: 20px 10px;
  border-radius: 5px !important;
  background: #192531;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.downloads-table .table-body .downloads > div {
  width: 25%;
  color: white;
}

@media (max-width: 600px) {
  .downloads-table .table-body .downloads > div {
    font-size: .8em;
  }
}

.downloads-table .table-body .downloads > div a {
  color: #fee715;
}

.downloads-table .table-body .downloads div:nth-child(2) {
  width: 35%;
}

.downloads-table .table-body .downloads div:nth-child(3) {
  width: 15%;
}

@media (max-width: 600px) {
  .downloads-table .table-body .downloads div:last-child {
    width: 15%;
  }
}

.downloads-table .table-body .downloads .order-actions {
  width: auto !important;
  position: absolute;
  right: 10px;
}

.notfound {
  width: 100%;
  padding: 10px;
  border-radius: 5px !important;
  background: #192531;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-panel {
  height: auto !important;
  margin-top: 0 !important;
}

.page-panel .user-content {
  height: auto !important;
}

.page-panel .edit-account-form {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #192531;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.page-panel .edit-account-form h3 {
  color: #fee715;
  font-size: 1em;
}

.page-panel .edit-account-form input {
  padding: 10px;
  background: none;
  border-radius: 5px;
  background: #101820;
  color: #dfdfdf;
}

.page-panel .edit-account-form input::placeholder {
  opacity: 0 !important;
}

.page-panel .edit-account-form .change-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

.page-panel .edit-account-form .change-avatar img {
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.page-panel .edit-account-form .change-avatar input {
  width: 100%;
}

.page-panel .edit-account-form #billing_address_2_field {
  display: none !important;
}

.page-panel .edit-account-form .select2-container {
  outline: none !important;
}

.page-panel .edit-account-form .select2-container .select2-selection {
  height: auto !important;
  padding: 6px;
  border-radius: 5px;
  background: #101820 !important;
  border: none !important;
  color: white;
  outline: none !important;
}

.page-panel .edit-account-form .select2-container .select2-selection .select2-selection__rendered {
  color: #dfdfdf !important;
}

.page-panel .edit-account-form .select2-container .select2-selection .select2-selection__arrow {
  top: 10px;
}

.page-panel .edit-account-form button[type="submit"] {
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3) !important;
  color: black;
  text-align: right;
  margin-right: 5px;
}

.page-panel .edit-account-form p:last-child {
  text-align: right;
  margin-top: 10px;
}

.page-panel .edit-account-form label,
.page-panel .edit-account-form em {
  font-size: .9em;
  font-style: normal !important;
}

.page-panel .edit-account-form fieldset {
  margin-top: 20px;
  border: none !important;
}

.page-panel .edit-account-form fieldset legend {
  color: #fee715;
}

.ticket-list-container {
  width: 100%;
}

.ticket-list-container #ticketlist {
  width: 100%;
}

.ticket-list-container #ticketlist .table-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.ticket-list-container #ticketlist .table-head > p {
  width: 25%;
  color: #fee715;
  text-align: left;
}

.ticket-list-container #ticketlist .table-head .order-actions {
  display: none;
}

.ticket-list-container #ticketlist .table-body .ticket {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px !important;
  padding: 20px 10px;
  border-radius: 5px !important;
  background: #192531;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ticket-list-container #ticketlist .table-body .ticket > div {
  width: 25%;
  color: white;
  text-align: left;
}

.ticket-list-container #ticketlist .table-body .ticket > div span {
  text-align: left;
}

.ticket-list-container #ticketlist .table-body .ticket > div a {
  color: #fee715;
  text-align: left;
}

.ticket-list-container #ticketlist .table-body .ticket .wpas-label-status {
  background: none !important;
}

.ticket-container .wpas-ticket-details-header {
  background: #192531;
  padding: 10px;
  border-radius: 5px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.ticket-container .wpas-ticket-details-header thead tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.ticket-container .wpas-ticket-details-header thead tr th {
  width: 25%;
  padding: 0 !important;
  color: #fee715 !important;
  font-family: Vazir-Bold;
  text-align: left !important;
}

.ticket-container .wpas-ticket-details-header tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ticket-container .wpas-ticket-details-header tbody tr td {
  width: 25%;
  color: white;
  text-align: left !important;
}

.ticket-container .wpas-ticket-details-header tbody tr td a {
  color: #fee715;
}

.ticket-container .tickets-history {
  margin-top: 20px;
}

.ticket-container .tickets-history tbody {
  width: 100%;
}

.ticket-container .tickets-history tbody tr {
  width: 100%;
}

.ticket-container .tickets-history tbody tr td {
  display: block;
  width: 100%;
  text-align: left !important;
  padding: 10px !important;
  border-radius: 5px !important;
  background: #192531;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: none !important;
  margin-bottom: 10px;
}

.ticket-container .tickets-history tbody tr td .ticket-username,
.ticket-container .tickets-history tbody tr td .ticket-time {
  display: inline-block;
}

.ticket-container .tickets-history tbody tr td .ticket-username strong,
.ticket-container .tickets-history tbody tr td .ticket-time strong {
  font-family: Vazir-Bold;
  color: #fee715;
}

.ticket-container .tickets-history tbody tr td .ticket-time {
  margin-left: 10px;
  font-size: .9em;
  opacity: .8;
}

.ticket-container .tickets-history tbody tr td .ticket-username {
  color: #fee715;
}

.ticket-container .tickets-history tbody tr td .reply-content {
  margin-top: 10px;
}

.ticket-container .tickets-history tbody tr td .wpas-reply-attachements {
  background: none !important;
  border: none !important;
  border-top: 1px solid #15202a !important;
  padding: 0 !important;
  padding-top: 10px !important;
}

.ticket-container .tickets-history tbody tr td .wpas-reply-attachements strong {
  border: none !important;
  font-family: Vazir-Bold;
  font-size: .9em;
}

.ticket-container .tickets-history tbody tr td .wpas-reply-attachements a {
  color: white;
  font-size: .9em;
}

.ticket-container h3 {
  color: #fee715;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.ticket-container .wpas-wysiwyg-textarea {
  width: 100%;
  text-align: left !important;
  border-radius: 5px !important;
  background: #192531;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: none !important;
}

.ticket-container .wpas-wysiwyg-textarea .mce-panel,
.ticket-container .wpas-wysiwyg-textarea .mce-container-body,
.ticket-container .wpas-wysiwyg-textarea .mce-edit-area,
.ticket-container .wpas-wysiwyg-textarea .wp-editor-container,
.ticket-container .wpas-wysiwyg-textarea .mce-edit-area,
.ticket-container .wpas-wysiwyg-textarea .mce-widget {
  background: none !important;
  border: none !important;
  outline: none !important;
}

.ticket-container .wpas-wysiwyg-textarea .mce-widget button i {
  color: white !important;
}

.ticket-container #wpas_files_wrapper {
  width: 100%;
  text-align: left !important;
  border-radius: 5px !important;
  background: #192531;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: none !important;
  padding: 10px;
}

.ticket-container #wpas_files_wrapper label {
  color: #fee715;
  font-size: 1.2em;
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.ticket-container #wpas_files_wrapper #wpas_files {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.ticket-container .checkbox label {
  color: white;
}

.ticket-container button[type="submit"] {
  width: 98%;
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3) !important;
  color: black;
  text-align: right;
  margin-right: 5px;
  border-radius: 5px;
  padding: 6px;
  font-size: 1em;
  font-family: Vazir-Bold;
  border: none !important;
  outline: none !important;
  text-align: center;
}

#create-new-ticket {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3) !important;
  color: black;
  text-align: right;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 1em;
  font-family: Vazir-Bold;
  border: none !important;
  outline: none !important;
  text-align: center;
}

.wpas-submit-ticket {
  padding: 20px 10px;
  border-radius: 5px !important;
  background: #192531;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.wpas-submit-ticket .wpas-ticket-buttons-top {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.wpas-submit-ticket input {
  padding: 10px;
  background: none;
  border-radius: 5px;
  background: #101820;
  color: #dfdfdf;
  border: none !important;
  outline: none !important;
}

.wpas-submit-ticket input::placeholder {
  opacity: 0 !important;
}

.wpas-submit-ticket .wpas-submit-ticket-wysiwyg {
  width: 100%;
  text-align: left !important;
  border-radius: 5px !important;
  background: #101820;
  box-shadow: none !important;
  border: none !important;
}

.wpas-submit-ticket .wpas-submit-ticket-wysiwyg .mce-panel,
.wpas-submit-ticket .wpas-submit-ticket-wysiwyg .mce-container-body,
.wpas-submit-ticket .wpas-submit-ticket-wysiwyg .mce-edit-area,
.wpas-submit-ticket .wpas-submit-ticket-wysiwyg .wp-editor-container,
.wpas-submit-ticket .wpas-submit-ticket-wysiwyg .mce-edit-area,
.wpas-submit-ticket .wpas-submit-ticket-wysiwyg .mce-widget {
  background: none !important;
  border: none !important;
  outline: none !important;
}

.wpas-submit-ticket .wpas-submit-ticket-wysiwyg .mce-widget button i {
  color: white !important;
}

.wpas-submit-ticket #wpas_files_wrapper {
  box-shadow: none !important;
  padding: 0 !important;
}

.wpas-submit-ticket select {
  background: #101820;
  border: none !important;
  padding: 5px;
  border-radius: 5px;
  outline: none !important;
}

#view-order-container {
  width: 100%;
  padding: 10px;
  background: #192531;
  padding-left: 20px;
}

#view-order-container .view-order-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #15202a;
}

#view-order-container .view-order-heading > div:first-child {
  margin-top: 7px;
}

#view-order-container .view-order-heading > div:first-child h6 {
  display: inline-block;
  color: #fee715;
  font-size: 1em;
}

#view-order-container .view-order-heading > div:first-child p {
  display: inline-block;
  margin-left: 10px;
  font-size: 1em;
  font-family: Vazir;
}

@media (max-width: 500px) {
  #view-order-container .view-order-heading > div:first-child p {
    font-size: .9em;
    margin-left: 5px;
  }
}

#view-order-container .view-order-heading span {
  padding: 5px;
  background: #fee715;
  border-radius: 50px;
  color: black;
  font-weight: bold;
  font-size: .8em;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3);
}

#view-order-container .downloads-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

#view-order-container .order-items {
  margin-bottom: 10px !important;
}

#view-order-container .order-items .ordered-item {
  width: 98%;
  margin-left: 2%;
}

#view-order-container h2,
#view-order-container .woocommerce-order-details__title {
  display: none !important;
}

#view-order-container .order_details {
  border: 2px solid #101820 !important;
}

#view-order-container .order_details th {
  color: #fee715 !important;
  font-family: Vazir-Bold;
}

#view-order-container .order_details th,
#view-order-container .order_details td {
  border-bottom: 1px solid #101820 !important;
  color: white;
}

#view-order-container .order_details tr:last-child th,
#view-order-container .order_details tr:last-child td {
  border: none !important;
}

#view-order-container .a-customer-details {
  margin-top: 20px;
}

#view-order-container .a-customer-details address {
  background: #101820;
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-style: normal !important;
}

#view-order-container .order-again a {
  display: block;
  width: 100%;
  background: #fee715;
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.3) !important;
  color: black;
  text-align: center;
  border-radius: 5px !important;
  padding: 15px !important;
}

.blog-page {
  width: 100%;
  padding: 0 15%;
  margin-top: 150px;
  position: relative;
}

@media (max-width: 2000px) {
  .blog-page {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  .blog-page {
    padding: 0 3%;
  }
}

@media (max-width: 800px) {
  .blog-page {
    margin-top: 30px;
  }
}

.blog-page .blog-posts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.post {
  display: inline-block;
  position: relative;
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  margin: 20px 0;
  background: #192531;
  transition: all .5s;
}

@media (max-width: 700px) {
  .post {
    width: 48%;
  }
}

@media (max-width: 500px) {
  .post {
    width: 100%;
  }
}

.post:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.post:hover .readmore p {
  color: #fee715 !important;
}

.post::after {
  position: absolute;
  content: '';
  width: 95%;
  height: 50%;
  top: 3%;
  left: 2.5%;
  border-right: 2px solid #fee715;
  border-left: 2px solid #fee715;
  border-top: 2px solid #fee715;
  border-radius: 10px 10px 0 0;
  opacity: 1;
}

@media (max-width: 1000px) {
  .post::after {
    display: none;
  }
}

.post .photo {
  position: relative;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .post .photo {
    height: 150px;
  }
}

.post .photo img {
  width: 100% !important;
  min-height: 100% !important;
  height: auto !important;
}

.post .photo .overly {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(16, 24, 32, 0.9) 20%, rgba(16, 24, 32, 0) 70%);
}

.post .detail {
  width: 100%;
  padding: 10px;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}

.post .detail .info {
  width: 100%;
  color: #fee715;
  text-align: left;
  direction: ltr;
}

.post .detail .info p {
  display: inline-block;
  color: #fee715;
  margin: 0 7px;
  font-size: .8em;
  text-align: left;
}

@media (max-width: 1100px) {
  .post .detail .info p {
    font-size: .7em;
  }
}

.post .detail .info p:first-child {
  margin-left: 0;
}

.post .detail .title {
  width: 100%;
  text-align: left;
}

.post .detail .title h4 {
  width: 100%;
  color: white;
  font-size: 1.1em;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
  text-align: left;
}

@media (max-width: 1100px) {
  .post .detail .title h4 {
    font-size: 1em;
  }
}

.post .detail .title h4 #marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 12s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.post .detail .readmore {
  width: 100%;
  text-align: right;
}

.post .detail .readmore p {
  color: white;
  text-align: right;
  font-size: .9em;
  transition: all .3s;
}

@media (max-width: 1100px) {
  .post .detail .readmore p {
    font-size: .8em;
  }
}

.post .detail .readmore p i {
  margin-left: 5px;
  font-size: .7em;
}

#post-container {
  width: 100%;
  margin-top: 150px;
  padding: 0 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 2000px) {
  #post-container {
    padding: 80px 10%;
  }
}

@media (max-width: 900px) {
  #post-container {
    padding: 0 3%;
  }
}

@media (max-width: 800px) {
  #post-container {
    margin-top: 30px;
  }
}

#post-container #post-photo {
  width: 100%;
}

#post-container #post-photo img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

#post-container #post-heading {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #fee715;
}

@media (max-width: 800px) {
  #post-container #post-heading {
    border-bottom: 2px solid #192531;
    padding-bottom: 10px;
    flex-direction: column;
  }
}

#post-container #post-heading h2 {
  color: black;
  padding: 5px;
  border-radius: 5px 5px 0 0;
  font-size: 1.4em;
  background: #fee715;
}

@media (max-width: 1200px) {
  #post-container #post-heading h2 {
    font-size: 1.1em;
  }
}

@media (max-width: 800px) {
  #post-container #post-heading h2 {
    background: none;
    color: #fee715;
    text-align: center;
  }
}

#post-container #post-heading .info {
  color: white;
}

#post-container #post-heading .info p {
  display: inline-block;
  color: white;
  margin: 0 7px;
  font-size: 1em;
}

@media (max-width: 1200px) {
  #post-container #post-heading .info p {
    font-size: .8em;
  }
}

#post-container #post-heading .info p:first-child {
  margin-left: 0;
}

#post-container #post-content {
  margin-top: 20px;
  text-align: justify;
  word-spacing: 5px;
  line-height: 30px;
  color: #e9e9e9;
}

@media (max-width: 1200px) {
  #post-container #post-content {
    font-size: .9em;
  }
}

#more-posts {
  width: 100%;
  margin-top: 50px;
  padding: 0 15%;
}

@media (max-width: 2000px) {
  #more-posts {
    padding: 0 10%;
  }
}

@media (max-width: 900px) {
  #more-posts {
    padding: 0 3%;
  }
}

#more-posts .section-heading {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#more-posts .section-heading h6 {
  position: relative;
  color: #fee715;
  font-size: 1.3em;
}

@media (max-width: 500px) {
  #more-posts .section-heading h6 {
    font-size: 1em;
  }
}

#more-posts .section-heading p {
  color: white;
  font-size: .8em;
  opacity: .5;
  font-family: Vazir-Light;
}

@media (max-width: 500px) {
  #more-posts .section-heading p {
    font-size: .7em;
  }
}

#more-posts .post {
  width: 400px !important;
}

@media (max-width: 1200px) {
  #more-posts .post {
    width: 300px !important;
  }
}

@media (max-width: 900px) {
  #more-posts .post {
    width: 250px !important;
  }
}

@media (max-width: 600px) {
  #more-posts .post {
    width: 200px !important;
  }
  #more-posts .post .info p {
    margin: 0 2px;
  }
}

#suggested-products-shop-page {
  margin-top: 80px;
  width: 100%;
}

#suggested-products-shop-page .owl-carousel {
  width: 100%;
}

#suggested-products-shop-page .owl-carousel .owl-stage {
  padding: 20px 0;
}

.section-heading-p {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-heading-p div {
  width: 100%;
}

.section-heading-p .ti-medall {
  position: absolute;
  left: 0;
  top: 14px;
  color: #fee715;
  font-size: 1.8em;
}

.section-heading-p h6 {
  color: #fee715;
  font-size: 1.3em;
  text-align: center;
}

.section-heading-p a,
.section-heading-p p {
  color: white;
  opacity: .8;
  font-family: Vazir;
  font-weight: 300;
  font-size: .9em;
  transition: all .3s;
  text-align: center;
}

.section-heading-p a:hover {
  opacity: 1;
}

#net {
  width: 100%;
}

#net #net-blocks {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1300px) {
  #net #net-blocks {
    height: 450px;
  }
}

@media (max-width: 1100px) {
  #net #net-blocks {
    height: 400px;
  }
}

@media (max-width: 800px) {
  #net #net-blocks {
    height: 350px;
  }
}

@media (max-width: 700px) {
  #net #net-blocks {
    height: 300px;
  }
}

@media (max-width: 600px) {
  #net #net-blocks {
    height: 250px;
  }
}

@media (max-width: 500px) {
  #net #net-blocks {
    display: none;
  }
}

#net #net-blocks img.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: unset !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 5px;
}

#net #net-blocks .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transform: rotateY(-180deg);
  background: #fee715;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
}

#net #net-blocks .flip-card-back h5 {
  font-size: 1.1em;
  color: black;
}

@media (max-width: 1000px) {
  #net #net-blocks .flip-card-back h5 {
    font-size: 1em;
  }
}

#net #net-blocks .flip-card-back p {
  color: black;
  font-family: Vazir;
}

@media (max-width: 1000px) {
  #net #net-blocks .flip-card-back p {
    font-size: .8em;
  }
}

#net #net-blocks a.flip-card {
  display: block;
  perspective: 1000px;
  color: black;
}

#net #net-blocks a.flip-card:hover .flip-card-inner {
  transform: rotateY(-180deg);
}

#net #net-blocks a.flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

#net #net-blocks #left-block {
  width: 30%;
  height: 100%;
}

#net #net-blocks #left-block #left-all-block {
  width: 100%;
  height: 100%;
}

#net #net-blocks #right-block {
  width: 69%;
  height: 100%;
}

#net #net-blocks #right-block #right-top-block {
  width: 100%;
  height: 60%;
}

#net #net-blocks #right-block #right-bottom {
  width: 100%;
  height: 39%;
  margin-top: 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#net #net-blocks #right-block #right-bottom .block {
  width: 32%;
  height: 100%;
}

#net #net-blocks #right-block #right-bottom .block p {
  font-size: .9em;
}

@media (max-width: 800px) {
  #net #net-blocks #right-block #right-bottom .block p {
    display: none;
  }
}

.woo-main-page {
  position: relative;
  min-height: 600px;
  padding: 0 15%;
  padding-top: 150px;
}

@media (max-width: 2000px) {
  .woo-main-page {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 900px) {
  .woo-main-page {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.woo-main-page .content {
  position: relative;
}

.woo-main {
  padding-top: 150px;
}

.table-body{
max-height:520px;
overflow:scroll;}


/* by wphelper star-rating span*/
.woocommerce .star-rating span::before {
   display:none;
}


 
/* by wphelper  ywf_make_a_deposit_form*/

.ywf_history_container span.nobr {
    color: #fee715 !important;
}

.ywf_history_container  , .ywf_make_a_deposit_form , .ywf_make_a_deposit_endpoint , .yith_ywf_show_user_fund * {
    
    align:center;
    
    margin-left:100px;
}


table.shop_table.shop_table_responsive.my_account_orders.my_funds_history {
    border-style: double;
    border-collapse: separate;
    margin-left: -100px;
}
.ywf_history_container .filter_container{  margin-left: -100px; }

.ywf_show_user_fund input.button.ywf_button  {

 
    background: none;
    text-decoration: underline;

}
.ywf_make_a_deposit_form{
    text-align: left ;
}

.ywf_summary input.button , .filter_container input.button {

    margin-top:20px;
    min-width:50px;
    background-color: #fee715;
    border-radius:5px;
    color: black;
    padding: 5px;
}
.ywf_make_a_deposit_form input.button {      margin-left: 60px;
}

 .ywf_history_container .filter_container select , .ywf_history_container .filter_container option {
  
     
    color:black !important;
 }
 
.ywf_summary input[type=number] {
    background: #fefeff;
    color: #dfdfdf;
}

.ywf_summary input[type=number] {
    background: #fefeff;
    color: black;
}


.ywf_summary {
    width: 70%;
   /* margin-right: 100px;*/
}

.ywf_product_image {

    display: none;
}

p.ywf_fund_message {
    display: none;
}

/*by wphelper mobile slider*/
@media (max-width: 800px){
#main-slider .items #slider-control {
left: 10% !important;
}}



/*by wphelper change single productpage*/
/* by wphelper change single productpage-responsive:no change */
#product-photos .items .slide .slide-container #slider-controlresponsive {

  width: 10%;
  margin-bottom: 10px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 700px) {
  #product-photos .items .slide .slide-container #slider-controlresponsive {
    margin-top: 10px;
    width: 100%;
  }
}

#product-photos .items .slide .slide-container #slider-controlresponsive button {
  display: none;
  color: #fee715;
  border: 1px solid #fee715;
  border-radius: 50%;
  padding: 4px;
  transition: all .3s;
}

#product-photos .items .slide .slide-container #slider-controlresponsive button:hover {
  background: #fee715;
  color: black;
}
*#product-photos .items .slide .slide-container #slider-controlresponsive > div {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

@media (max-width: 700px) {
  #product-photos .items .slide .slide-container #slider-controlresponsive > div {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}

#product-photos .items .slide .slide-container #slider-controlresponsive > div img {
  width: 100%;
  height: auto;
  border-radius: 10px 0 10px 10px;
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

@media (max-width: 900px) {
  #product-photos .items .slide .slide-container #slider-controlresponsive > div img {
    border-radius: 5px 0 5px 5px;
  }
}

@media (max-width: 700px) {
  #product-photos .items .slide .slide-container #slider-controlresponsive > div img {
    width: 24%;
  }
}

#product-photos .items .slide .slide-container #slider-controlresponsive > div .vid {
  position: relative;
  margin-bottom: -7px;
}

@media (max-width: 700px) {
  #product-photos .items .slide .slide-container #slider-controlresponsive > div .vid {
    width: 24%;
  }
  #product-photos .items .slide .slide-container #slider-controlresponsive > div .vid img {
    width: 100%;
  }
}

#product-photos .items .slide .slide-container #slider-controlresponsive > div .vid .ti-control-play {
  position: absolute;
  left: 40%;
  top: 15%;
  color: #fee715;
  border-radius: 50%;
  padding: 7px;
  border: 1px solid #fee715;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(254, 231, 21, 0.5);
}

@media (max-width: 1200px) {
  #product-photos .items .slide .slide-container #slider-controlresponsive > div .vid .ti-control-play {
    font-size: .8em;
  }
}

@media (max-width: 1000px) {
  #product-photos .items .slide .slide-container #slider-controlresponsive > div .vid .ti-control-play {
    top: 10%;
    left: 35%;
  }
}

@media (max-width: 700px) {
  #product-photos .items .slide .slide-container #slider-controlresponsive > div .vid .ti-control-play {
    top: 27%;
    left: 40%;
  }
}

@media (max-width: 600px) {
  #product-photos .items .slide .slide-container #slider-controlresponsive > div .vid .ti-control-play {
    top: 20%;
    left: 38%;
  }
}

@media (max-width: 400px) {
  #product-photos .items .slide .slide-container #slider-controlresponsive > div .vid .ti-control-play {
    top: 15%;
  }
}

/*by wphelper change single productpage :change gallery view:scroll */
@media only screen and (min-width: 800px){
    
#product-photos .items .slide .slide-container #slider-controlresponsive{display:none;}

#product-photos .items .slide .slide-container .slide-product {overflow: inherit; }

#product-photos .items .slide .slide-container .left-side {
    position: relative;
    width: 70%;}

#product-photos .items .slide .slide-container .slide-product {width: 29%;}

#product-photos .items .slide .slide-container .slide-product img {

    border-radius: 0px 10px 10px 10px;
    height: 68%;}
    
#product-photos .items .slide  .slide-container .slide-product #slider-control {
  
    min-width: 86%;
    margin-bottom: 10px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    overflow-x: scroll;
    margin-top: -8px;
    margin-left: 20px;

}

#product-photos .items .slide  .slide-container .slide-product #slider-control > div {
    max-height: 10%;
    display: flex;   
    justify-content: flex-start;
    flex-direction: row;
}


#product-photos .items .slide .slide-container #slider-control > div img {min-width: 56%; height:25%; margin:5px 5px;}
#product-photos .items .slide .slide-container .slide-product {height: 100% !important;}
#product-photos .items .slide .slide-container #slider-control > div .vid {min-width: 54%; margin:5px 5px;}

}


@media (max-width: 600px){ 
#product-photos .items .slide .slide-container #slider-control{display:none;}

#product-photos .items .slide .slide-container .slide-product {width: 100%;}  }


/*by wphelper add quantity box to single productpage*/
#product-info #add-to-cart .price-box form .quantity {display:inherit !important;}
#product-info #add-to-cart .price-box form button {
    margin-left: 40px;
    width: 80%;
    height: 40px;
}
#product-info #add-to-cart .price-box form .quantity {width: 20px;}
#product-info #add-to-cart .price-box form {
    display: flex;
    flex-direction: row;
    align-items: center;
}