/* Responsive header */

@media only screen and (max-width: 1394px) {
  .wrap {
    max-width: 90% !important;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1250px) {
  .wrap {
    max-width: 100% !important;
    padding: 0 10px;
  }

  .top-bar-search {
    width: 233px !important;
    margin-left: 50px !important;
  }
}

@media only screen and (max-width: 1100px) {
  .top-bar {
    font-size: 10px !important;
  }

  .top-bar-search {
    width: 180px !important;
  }

  .top-bar-search input {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .top-bar-right ul {
    font-size: 9px;
  }

  .top-bar-search {
    width: 180px !important;
    margin-left: 10px !important;
  }
}

/* Responsive header */

/* Section title Resposive */

@media only screen and (max-width: 1600px) {
  .cat-off {
    /* width: 310px !important; */
    margin: 64px 40px !important;
  }

  .cat-off-4 {
    margin-right: auto !important;
  }
  .cat-off-5 {
    margin-left: auto !important;
  }
}

/* Section title Resposive */

* {
  margin: 0;
  padding: 0;
}
body {
  direction: rtl;
  font-family: "Yekan Bakh FaNum", Tahoma, sans-serif;
  /*background-color: #f5f5f5 ;*/
  background-color: #fcfcfc;
}
a {
  text-decoration: none;
}
a,
button {
  cursor: pointer;
}
i {
  display: inline-flex;
}

.login-page {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.login-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.1;
}
.login-bg img {
  width: 60%;
  transform: rotate(-45deg);
}
.login-box {
  position: relative;
  width: 60%;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55%;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 25px #e4e4e4;
}
.login-box form {
  width: 50%;
  padding: 10px;
}
.login-box form button {
  font-family: inherit;
  padding: 5px 15px;
  border-radius: 0.2rem;
  border: 2px solid #f390b2;
  cursor: pointer;
  background-color: #f390b2;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.3s;
}
.login-box-seller form button {
  border: 2px solid #d490f3;
  background-color: #d490f3;
}
.login-box form button:hover {
  opacity: 0.8;
}
.login-box form input {
  padding: 10px;
  border-radius: 0.5rem;
  border: 1px solid #e8e8e8;
  width: calc(100% - 20px);
  margin-bottom: 15px;
  font-family: inherit;
  background-color: #fff3f7;
}
.login-box-seller form input {
  background-color: #faf3ff;
}
.login-logo {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff3f7;
}
.login-logo img {
  width: 90%;
  height: auto;
}
.login-logo-seller {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fbf3ff;
  flex-wrap: wrap;
  position: relative;
}
.login-seller-bg {
  background-image: url("img/login-seller.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.login-seller-titles {
  position: relative;
  z-index: 9;
}
.login-logo-seller h2 {
  width: 100%;
  text-align: center;
  font-family: Pinar, sans-serif;
  font-size: 54px;
  font-variation-settings: "wght" 900, "DSTY" 5;
  color: #a42dc6;
}
.login-logo-seller h3 {
  text-align: center;
  font-family: Pinar, sans-serif;
  font-variation-settings: "wght" 500, "DSTY" 5;
  color: #414141;
  font-size: 18px;
}
.login-box form input:-webkit-autofill,
.login-box form input:-webkit-autofill:hover,
.login-box form input:-webkit-autofill:focus,
.login-box form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff3f7 inset !important;
}
.login-box-seller form input:-webkit-autofill,
.login-box-seller form input:-webkit-autofill:hover,
.login-box-seller form input:-webkit-autofill:focus,
.login-box-seller form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #faf3ff inset !important;
}
.login-box form input:-webkit-autofill {
  -webkit-text-fill-color: #ff6599 !important;
}
.login-box-seller form input:-webkit-autofill {
  -webkit-text-fill-color: #b565ff !important;
}
.err-message {
  background-color: #f58585;
  color: #ffffff;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: all 0.3s;
  padding: 0;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  width: 50%;
  left: 5px;
}
.err-message p {
  padding: 4px 8px;
  font-size: 15px;
  font-weight: 400;
}
.err-message span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  font-size: 22px;
  height: 18px;
  display: flex;
  align-items: center;
  width: 18px;
  justify-content: center;
  border-radius: 0 11px 10px 10px;
  background-color: #8415a9;
}
.alert-box {
  position: fixed;
  left: 15px;
  bottom: 15px;
  background-color: #f4f4ae;
  border-radius: 0.3rem;
  width: 190px;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 13px;
  padding: 5px 10px;
  text-align: justify;
  text-justify: inter-character;
  display: none;
  z-index: 999;
}
.alert-hide {
  animation-name: alert-hide;
  animation-delay: 4s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
#cancel-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0e1a4;
  padding: 3px;
  border-radius: 0.3rem;
  box-shadow: 0 0 5px #ccc;
  transition: all 0.3s;
}
.alert-box-content {
  margin-top: 15px;
}
.alert-bar {
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  background-color: sandybrown;
  border-radius: 0.3rem;
}
.bar-time {
  animation-name: bar;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}
@keyframes bar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes alert-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.alert-bg-green {
  background-color: #baffcb;
}
.alert-bg-green .alert-bar {
  background-color: green;
}
.alert {
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fffcea;
  padding: 5px 10px;
  border-radius: 0.3rem;
  margin: 10px auto 0 auto;
  font-size: 14px;
}
.close-alert {
  cursor: pointer;
}
.alert-danger {
  background-color: #e0a3ff;
}
.alert-succsess {
  background-color: #eaffeb;
}
.alert-info {
  background-color: #eae9e9;
  color: #444;
  font-size: 15px;
  font-weight: 400;
}
.alert-info span {
  background-color: #aeaeae;
  color: #ffffff;
}

.next {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.top-bar {
  text-align: center;
  line-height: 32px;
  padding: 4px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.top-bar-burger {
  display: none;
  cursor: pointer;
}

.wrap {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
.flex-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.just-flex {
  display: flex;
}
.flex-space-start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.logo h2 {
  font-family: Pinar, sans-serif;
  font-variation-settings: "wght" 900, "DSTY" 5;
  color: #7a5ccd;
}
.logo h3 {
  font-family: Pinar, sans-serif;
  font-variation-settings: "wght" 300, "DSTY" 5;
  color: #4c4a4a;
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-right: 10px;
}
.logo h3::before {
  position: absolute;
  right: 0;
  content: "";
  width: 2px;
  height: 80%;
  background-color: #999999;
  border-radius: 50px;
}
.top-bar-right ul li,
.top-bar-left ul li {
  list-style: none;
}
.top-bar-right ul li {
  margin-left: 15px;
}
.top-bar-right ul li a,
.top-bar-left ul li a {
  display: flex;
  align-items: center;
  color: #444444;
  font-size: 18px;
}
.top-bar-right ul li a span,
.top-bar-left ul li a span {
  margin-right: 5px;
  font-size: 16px;
}
.top-bar-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-bar-search {
  margin-left: 15px;
  width: 320px;
  position: relative;
  display: flex;
  align-items: center;
}
.top-bar-search input {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  font-family: inherit;
  width: 100%;
  height: 31px;
  font-size: 14px;
}
.top-bar-search-btn {
  position: absolute;
  left: 0;
  width: 24px;
  background-color: transparent;
  padding: 0;
  border: none;
}
.top-bar-shop-basket {
  background-color: #66b766;
  color: #ffffff !important;
  padding: 0 10px;
  border-radius: 0.5rem;
}
.top-bar-shop-basket i {
  font-size: 20px;
}
.top-bar-shop-basket-details {
  background-color: #79ca79;
  color: #ffffff;
  padding: 0 5px;
  font-size: 13px;
  border-radius: 5px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 5px 5px -3px;
}
.top-bar-shop-basket-details span:last-child {
  font-size: 12px;
  margin-top: 2px;
}
.top-bar-shop-basket-details span:first-child {
  margin-top: 2px;
  font-weight: 700;
  text-shadow: 0 0 1px #888;
  font-size: 13pt;
}

.top-bar-shop-basket {
  position: relative;
}
.btn-shop-aside {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  padding: 10px;
  left: -50px;
}

.btn-shop-aside :hover {
  opacity: 1;
  visibility: visible;
}
.cart-header {
  justify-content: space-between;
}
.cart-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cart-content img {
  width: 40px;
  height: 40px;
}
.shop-cart-btns {
  border-top: 1px dashed #cccccc;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 5px;
}
.shop-cart-btns a {
  padding: 0 5px;
  border-radius: 0.2rem;
  width: calc(50% - 5px);
  justify-content: center;
  box-sizing: border-box;
  color: #acacac !important;
  border: 1px solid #acacac;
  transition: all 0.3s;
}
.shop-cart-btns a:nth-child(2) {
  border: 1px solid #66b766;
  background-color: #66b766;
  color: #ffffff !important;
}
.shop-cart-btns a:hover {
  opacity: 0.8;
}
.shop-basket-single-title {
  font-size: 13px;
  width: 9ch;
  height: 30px;
  padding-left: 10px;
  overflow: hidden;
  position: relative;
}
.shop-basket-single-title::after {
  content: "...";
  position: absolute;
  left: 0;
  top: 0;
}
.shop-basket-single-price span {
  font-size: 16px;
}
.shop-basket-single-price span:nth-child(2) {
  font-size: 13px;
}
.header-login {
  position: relative;
}
.header-login-container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3;
}
.header-login-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.header-login-box {
  display: none;
  background-color: #ffffff;
  height: 46px;
  position: absolute;
  min-width: 200px;
  left: 0;
  right: -50%;
  margin: 0 auto;
  top: calc(100% + 0px);
  box-shadow: 0 0 5px #ccc;
  border-radius: 0.3rem;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.header-login-box a {
  font-size: 13px;
  margin: 0 5px;
  transition: all 0.3s;
  border-radius: 0.3rem;
}
.header-login-box a:hover {
  opacity: 0.8;
}
.header-login-box a:first-child {
  background-color: mediumseagreen;
  color: #ffffff;
  padding: 0 4px;
}
.header-login-box a:last-child {
  background-color: mediumpurple;
  color: #ffffff;
  padding: 0 4px;
}
.slider {
  top: 34px;
  height: 600px;
  position: relative;
  overflow: hidden;
  direction: ltr;
  z-index: 0;
}
.slider::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32px;
  background-size: 100%;
  background-image: url("img/wave-bg2.png");
  z-index: 9;
}
.slider .slick-list {
  height: 100%;
}
.slider .slick-slide {
  position: relative;
}
.slide-item {
  position: absolute;
  height: 600px;
  width: 100%;
  background-size: cover;
  top: 0;
  left: 0;
}


.products-menu {
  display: none;
  position: absolute;
  max-width: 1500px;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: calc(90vh - 10px);
  background-color: #ffffff;
  z-index: 99;
  border-right: 1px solid #ccc;
  border-left: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.products-menu ul > li {
  list-style: none;
}
.products-menu ul > li a {
  display: block;
  padding: 10px 5px;
  transition: all 0.3s;
  color: #4c4a4a;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.products-menu ul > li a:hover {
  background-color: #f5f5f5;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #7a5ccd;
}

.products-menu ul:first-child {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid #cccccc;
  width: 250px;
}
.products-menu ul > li:first-child > ul {
  display: flex;
}
.products-menu ul > li > ul {
  display: none;
  position: absolute;
  right: 250px;
  top: 0;
  height: calc(100% - 20px);
  background-color: #ffffff;
  padding: 10px;
  width: 1000px;
  align-items: flex-start;
  justify-content: space-between;
  border-right: 1px solid #cccccc;
}
.products-menu ul > li > ul > li > ul {
  position: relative;
  border-right: none;
  height: auto;
  top: auto;
  right: auto;
  width: auto;
  flex-wrap: wrap;
}
.products-menu ul > li > ul > li > ul > li {
  display: block;
  width: 100%;
}
.products-menu ul li:hover ul   {
  display: flex;
  justify-content: flex-start;
}

.products-menu ul li.active ul {
  display: flex;
  justify-content: flex-start;
}
 



.products-menu .sub-menu.depth-1 li {
  margin-right: 5px;
}
.products-menu .sub-menu.depth-1 li a {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid transparent;
}
.products-menu .sub-menu.depth-1 li a:hover {
  background-color: transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #cccccc;
  color: #7a5ccd;
}
.products-menu .sub-menu.depth-2 li a {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  font-size: 13px;
}
/**** sub-menu */


#sub-menu-main{
  width: 1230px !important;
  height: 86vh;
  overflow-y: auto;
}


#sub-menu-main::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#sub-menu-main::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

#sub-menu-main::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #888;
}

#sub-menu-list{
  width: 30% ;
  font-weight: bold;
}


#sub-menu-list-content li a{
  font-weight: 600;
  color: #444;
  padding: 4px 5px !important;
}
#sub-menu-list-content li a:hover{
  color: #7a5ccd;
  font-weight: bold;
}



.sideFlex{
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
}


.sideFlex i {
  font-size: 20px;
  color: #7a5ccd;
}



 
.products-menu ul > li.active > a {
  background-color: #f5f5f5;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #7a5ccd;
}

/**** sub-menu */



.cat-off-box {
  margin-top: 100px;
  margin-bottom: 100px;
}
.cat-off-box .wrap.flex-space {
  justify-content: flex-start;
}
.cat-off {
  position: relative;
  width: 220px;
  height: 220px;
  background-color: #ffe2e6;
  border-radius: 0.2rem;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin: 20px;
}
.cat-off:hover img {
  transform: scale(150%);
  z-index: 9;
  box-shadow: 0 0 16px 0 #ccc;
}
.cat-off img {
  width: 98%;
  transition: all 0.3s;
  border-radius: 0.2rem;
}
.cat-off-title {
  position: absolute;
  padding: 8px 6px;
  border-radius: 0.2rem;
  background-color: #f597a5;
  color: #fff5f8;
  display: flex;
  top: -15px;
  right: -25px;
  box-shadow: 0 0 10px -2px #f597a5;
}
.cat-off-amount {
  position: absolute;
  padding: 8px 6px;
  border-radius: 0.2rem;
  background-color: #f597a5;
  display: flex;
  bottom: -15px;
  left: -25px;
  color: #fff5f8;
  box-shadow: 0 0 10px -2px #f597a5;
}
.cat-off:nth-child(1) .cat-off-title {
  background-color: #d397f5;
  box-shadow: 0 0 10px -2px #d397f5;
}
.cat-off:nth-child(1) .cat-off-amount {
  background-color: #d397f5;
  box-shadow: 0 0 10px -2px #d397f5;
}
.cat-off:nth-child(2) .cat-off-title {
  background-color: #97c5f5;
  box-shadow: 0 0 10px -2px #97c5f5;
}

.cat-off:nth-child(2) .cat-off-amount {
  background-color: #97c5f5;
  box-shadow: 0 0 10px -2px #97c5f5;
}
.cat-off:nth-child(3) .cat-off-title {
  background-color: #97aff5;
  box-shadow: 0 0 10px -2px #97aff5;
}

.cat-off:nth-child(3) .cat-off-amount {
  background-color: #97aff5;
  box-shadow: 0 0 10px -2px #97aff5;
}
.cat-off:nth-child(4) .cat-off-title {
  background-color: #c697f5;
  box-shadow: 0 0 10px -2px #c697f5;
}

.cat-off:nth-child(4) .cat-off-amount {
  background-color: #c697f5;
  box-shadow: 0 0 10px -2px #c697f5;
}
.cat-off:nth-child(3) {
  background-color: #efe2ff;
}
.cat-off:nth-child(2) {
  background-color: #e2e7ff;
}
.cat-off:nth-child(1) {
  background-color: #f5e2ff;
}
.section-title {
  margin-bottom: 50px;
  font-family: Pinar, sans-serif;
  font-size: 28px;
}
.top-off-items {
  margin-bottom: 50px;
}
.top-off,
.product-slide-item,
.product-category-item {
  width: calc(100% - 20px);
  background-color: #ffffff;
  display: block;
  padding-top: 10px;
  position: relative;
}
.product-category-item {
  width: 100%;
}
.top-off::before,
.top-off::after,
.page-product-left::before,
.page-product-left::after,
.product-slide-item::before,
.product-slide-item::after,
.category-all-item::before,
.category-all-item::after,
.shop-store::before,
.shop-store::after,
.product-category-item::before,
.product-category-item::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 25px;
  z-index: -1;
}
.top-off::before,
.page-product-left::before,
.product-slide-item::before,
.category-all-item::before,
.shop-store::before,
.product-category-item::before {
  top: 0;
  right: 0;
  box-shadow: 2px -2px 30px #edf0f5;
}
.top-off::after,
.page-product-left::after,
.product-slide-item::after,
.category-all-item::after,
.shop-store::after,
.product-category-item::after {
  bottom: 0;
  left: 0;
  box-shadow: -2px 2px 30px #edf0f5;
}
.top-off .top-off-thumb,
.product-slide-item .product-slide-item-thumb,
.product-category-item .product-category-item-thumb {
  width: 100% !important;
  position: relative;
}
.top-off .top-off-thumb .first-image,
.top-off .top-off-thumb .second-image,
.product-slide-item .product-slide-item-thumb .first-image,
.product-slide-item .product-slide-item-thumb .second-image,
.product-category-item .product-category-item-thumb .first-image,
.product-category-item .product-category-item-thumb .second-image {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
}
.top-off .top-off-thumb .second-image,
.product-slide-item .product-slide-item-thumb .second-image,
.product-category-item .product-category-item-thumb .second-image {
  opacity: 0;
  transition: all 0.5s;
}
.top-off:hover .top-off-thumb .second-image,
.product-slide-item:hover .product-slide-item-thumb .second-image,
.product-category-item:hover .product-category-item-thumb .second-image {
  opacity: 1;
}
.top-off h3,
.product-slide-item h3,
.product-category-item h3 {
  padding: 10px;
  color: #4c4a4a;
  font-weight: 500;
  word-spacing: -2px;
  font-size: 16px;
  min-height: 40px;
}
.price .real-price,
.price .off-price {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #4c4a4a;
}
.off-price {
  font-weight: 700;
}
.real-price {
  text-decoration: line-through;
  color: #999999 !important;
}
.price span {
  font-family: Pinar, sans-serif;
}
.product-slide-item .price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-off-details,
.product-slide-item-details,
.product-category-item-details {
  padding: 10px;
  min-height: 40px;
}

.bigModal {
  display: none;
  position: fixed;
  z-index: 1000; /* Ensures the modal is on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Dark semi-transparent background */
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  width: 400px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Box shadow for depth */
  animation: fadeIn 0.3s ease-in-out;
}

/* Close button styles */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

/* Fade in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

div[id*="timer"] {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /*background-image: linear-gradient( 135deg, #FFD3A5 10%, #FD6585 100%);*/
  background-color: #f9f9f9;
  border-radius: 0.3rem;
  padding: 5px;
  position: relative;
}
div[id*="timer"]::before {
  content: "";
  width: 38px;
  height: 34px;
  position: absolute;
  background-image: url("img/papion.png");
  top: -14px;
  left: calc(50% - 19px);
  background-size: 100%;
  background-repeat: no-repeat;
  display: none;
}
div[id*="timer"] div {
  width: 45%;
  background-color: #ffffff;
  border-radius: 0.3rem;
  margin: 3px;
}
div[id*="timer"] div span {
  width: 100%;
  display: block;
  text-align: center;
  color: #4c4a4a;
}
div[id*="timer"] div span:nth-child(1) {
  font-weight: 700;
  font-size: 18px;
}
div[id*="timer"] div span:nth-child(2) {
  font-family: Pinar, sans-serif;
  margin-top: -10px;
  color: #f89ca9;
}
.top-off-percent {
  background-color: mediumseagreen;
  color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 0.2rem;
  padding: 0 10px;
  width: 100%;
  margin-top: 20px;
}
.top-off-percent i {
  font-size: 22px;
  margin-left: 10px;
}
.top-off-percent span {
  font-weight: 700;
  margin-top: 3px;
}
.stock-number {
  direction: ltr;
  padding: 10px;
  position: relative;
}
.kala-stock {
  direction: rtl;
  font-size: 11px;
  position: absolute;
  top: 14px;
  right: 10px;
  border: 1px dashed #ccc;
  color: #666;
  background-color: #fff;
  padding: 2px 5px;
  width: 83px;
}
.stock-number progress {
  width: calc(100% - 90px);
  position: relative;
  height: 4px;
  border: none;
  border-radius: 0.3rem;
}
.stock-number progress[value]::-webkit-progress-bar {
  background-color: #eee;
}

.stock-number progress[value]::-webkit-progress-value {
  background-color: #ff3f77;
}

.stock-number progress[value]::-moz-progress-bar {
  background-color: #ff3f77;
}
.top-off-finished div[id*="timer"] {
  display: none;
}
.top-off-finished div[id*="timer"] {
  display: none;
}
.top-off-finished .price {
  width: 100%;
}
.top-off-finished .top-off-percent {
  position: relative;
  visibility: hidden;
}
.top-off-finished .top-off-percent::before {
  content: "زمان این تخفیف به پایان رسیده است";
  position: absolute;
  top: 0;
  right: -20px;
  width: calc(100% - 40px);
  height: 100%;
  background-color: #f9f9f9;
  color: #b9b9b9;
  visibility: visible;
  margin: 0 auto;
  left: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-off-finished .top-off-percent {
  visibility: hidden;
  position: relative;
}
.top-off-finished .top-off-percent::before {
  content: "زمان این تخفیف به اتمام رسیده است";
  position: absolute;
  width: 90%;
  right: 0;
  color: #bdbdbd;
  visibility: visible;
  display: flex;
  justify-content: center;
  text-align: center;
  left: 0;
  background: #fcfcfc;
  padding: 5px;
  border-radius: 0.2rem;
  margin: 0;
}
.top-off-finished .price {
  width: 100%;
}
.top-off-finished .real-price,
.top-off-finished .off-price {
  justify-content: center;
}
.banner-box {
  margin-bottom: 100px;
}
.banner-item {
  width: calc(33.33% - 15px);
  display: block;
  position: relative;
  opacity: 1;
  transition: all 0.3s;
}
.banner-item img {
  width: 100%;
  display: block;
}
.banner-item:hover {
  opacity: 0.8;
}
.top-seller-items {
  margin-bottom: 100px;
  justify-content: flex-start;
}
.top-seller-item {
  width: calc(24% - 15px);
  background-color: #ffffff;
  padding: 10px;
  position: relative;
  border-radius: 0.2rem;
  flex-wrap: wrap;
  margin: 20px;
}
.top-seller-item::before,
.top-seller-item::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 25px;
  z-index: -1;
}
.top-seller-item::before {
  top: 0;
  right: 0;
  box-shadow: 2px -2px 30px #edf0f5;
}
.top-seller-item::after {
  top: 0;
  right: 0;
  box-shadow: 2px -2px 30px #edf0f5;
}
.top-seller-main-banner {
  width: 66.66%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.2rem;
}
.top-seller-products {
  margin-top: 10px;
}
.top-seller-product {
  display: block;
  width: 30%;
  border-radius: 0.2rem;
  transition: all 0.3s;
}
.top-seller-product:nth-child(n + 3) {
  margin-top: 10px;
}
.top-seller-product:hover {
  opacity: 0.8;
}
.top-seller-product img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  border: 1px solid #f0f0f1;
}
footer {
  border-top: 1px solid #bbbbbb;
  min-height: 300px;
  padding-top: 25px;
  margin-top: 50px;
}
.footer-second-row .wrap {
  padding-top: 25px;
}
footer .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-box .footer-box-title {
  color: #777;
}
.footer-box ul li {
  list-style-position: inside;
  margin-top: 8px;
}
.footer-box ul li::marker {
  color: #67af58;
}
.footer-box ul li a {
  color: #4c4a4a;
}
footer .footer-first-row .wrap {
  border-bottom: 1px solid #f1f1f1;
}
.footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-social li {
  list-style: none;
  display: inline-flex;
  padding: 10px;
}
.footer-box .footer-social li a {
  display: inline-flex;
  font-size: 28px;
  color: #888888;
  transition: all 0.3s;
}
.footer-box .footer-social li a i {
  transition: all 0.3s;
}
.footer-social li a img {
  height: 32px;
  width: auto;
  filter: grayscale(100%);
  transition: all 0.3s;
}
.footer-social li:hover a img {
  filter: grayscale(0);
}
.footer-contacts li a span {
  display: inline-flex;
}
.pi-instagram:hover {
  color: mediumpurple;
}
.pi-youtube:hover {
  color: darkred;
}
.pi-linkedin2:hover {
  color: dodgerblue;
}
.pi-telegram:hover {
  color: cornflowerblue;
}
.pi-whatsapp:hover {
  color: limegreen;
}

/* category page */
.category-page {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.category-page-right {
  width: 340px;
  min-height: 300px;
}
.category-page-left {
  width: calc(100% - 360px);
  min-height: 300px;
}
.category-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(25% - 10px));
  justify-content: space-between;
  grid-gap: 0;
}
.category-product {
  width: 100%;
  margin-bottom: 20px;
}
.sort-bar {
  border-bottom: 1px solid pink;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.sort-options {
  margin-bottom: 0;
}
.sort-options a {
  position: relative;
  color: #4c4a4a;
  margin-right: 10px;
  padding: 10px;
}
.sort-options a.active::before {
  content: "";
  bottom: -2px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ff3f77;
}
.filter-box li {
  list-style: none;
}
.filter-title {
  padding: 10px 0;
  border-bottom: 1px solid pink;
  display: flex;
  margin-bottom: 15px;
}
.filter-icon {
  display: inline-flex;
}
.filter-box .filter-box-content {
  display: none;
}
.filter-box.active ul {
  display: block;
}
.filter-box {
  background-color: #ffffff;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 0.3rem;
  border: 1px solid #f0f0f1;
}
.filter-box-title {
  cursor: pointer;
  font-size: 18px;
  padding: 10px;
  color: #4c4a4a;
}
.filter-box-content {
  border-top: 1px solid pink;
  padding: 10px;
}
.filter-box-content .filter-search-box {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  font-family: inherit;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  margin-bottom: 10px;
}
.filter-box-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.filter-box-content ul li label {
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  color: #4c4a4a;
}
.filter-box-content ul li input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .slider {
    height: 450px;
  }
  .slide-item {
    height: 450px;
  }
}
.register-page {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cart-page {
  margin-top: 70px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.cart-right {
  width: calc(100% - 270px);
  min-height: 300px;
  border: 1px solid #f0f0f1;
  background-color: #ffffff;
}
.cart-left {
  width: 250px;
}
.cart-left-one {
  height: auto;
  border: 1px solid #f0f0f1;
  background-color: #ffffff;
  position: sticky;
  top: 50px;
}
.cart-page h1,
.cart-relative-products h2 {
  border-bottom: 1px solid #f0f0f1;
  font-size: 18px;
  font-weight: 600;
  color: #4c4a4a;
  padding: 10px;
  display: flex;
  align-items: center;
}
.cart-page h1 span,
.cart-relative-products h2 span {
  margin-right: 10px;
}
.cart-right ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}
.cart-right ul li:last-child {
  border-bottom: none;
}
.cart-right ul li img {
  width: 140px;
  height: auto;
}
.cart-item-right {
  width: 70%;
  display: flex;
  align-items: center;
}
.cart-item-details {
  margin-right: 10px;
}
.cart-item-details h2 {
  font-size: 16px;
  font-weight: 500;
  color: #777777;
}
.cart-item-left {
  width: 20%;
  display: flex;
  align-items: center;
}
.cart-item-left a {
  display: flex;
  align-items: center;
}
.cart-item-left a i {
  font-size: 14px;
}
.cart-item-left a span {
  margin-right: 10px;
}
.red-light {
  padding: 4px 8px;
  border-radius: 0.3rem;
  background-color: #ffdada;
  border: 1px solid #ffa5a5;
  color: #4c4a4a;
}
.blue {
  color: #2c9cff;
  font-weight: 600;
}
.green {
  color: #3dae5a;
  font-weight: 600;
}

.red {
  cursor: pointer;
  color: #f64444;
  font-weight: 600;
  border: none;
  background-color: transparent;
}
.cart-left-header {
  border-bottom: 1px solid #f0f0f1;
  font-size: 14px;
  font-weight: 600;
  color: #4c4a4a;
  padding: 10px;
  display: flex;
  align-items: center;
}
.cart-left-item-number {
  margin-top: 10px;
  font-size: 18px;
}
.subtotal-price {
  margin-top: 10px;
  font-size: 18px;
  color: #4c4a4a;
}
.subtotal-price span {
  margin-left: 5px;
}
.subtotal-price span:last-child {
  font-weight: 700;
}
.cart-checkout-btn {
  background-color: #0ea294;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  margin: 10px;
  border-radius: 0.3rem;
}
.cart-left-two {
  margin-top: 10px;
  border: 1px solid #f0f0f1;
  background-color: #ffffff;
}
.vslider {
  overflow: hidden;
}
.vslider-item img {
  width: 100%;
  height: auto;
}
.slider-arrows i {
  display: inline-flex;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #f0f0f1;
}
.cart-relative-products {
  background-color: #ffffff;
  border: 1px solid #f0f0f1;
}
.cart-relative-products h2 {
  margin-bottom: 10px;
}
.relative-slider {
  margin-bottom: 50px;
}
.relative-slider-btns i {
  display: inline-flex;
  padding: 5px;
  border: 1px solid #f0f0f1;
  cursor: pointer;
}
.page-product {
  margin-top: 70px;
}
.product-page-row {
  background-color: #ffffff;
  border: 1px solid #f0f0f1;
  padding: 15px;
}
.page-product-right {
  width: 25%;
  border: 1px solid #f0f0f1;
  background: #f5f5f5;
}
.page-product-center {
  width: 50%;
}
.page-product-left {
  width: 20%;
}
.page-product-left::before,
.page-product-left::after {
  display: none;
}
.page-product-left-row {
  background-color: #fdfdfd;
  border: 1px solid #f0f0f1;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
.product-page-thumb {
  margin: 5px;
}
.product-page-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.product-gallery a {
  width: 33.333%;
  display: block;
  margin: 5px;
}
.product-gallery a img {
  width: 100%;
  height: auto;
  display: block;
}
.page-product-title {
  font-weight: 600;
  font-size: 1.4rem;
  border-bottom: 1px solid #cccccc;
  color: #1e1e1e;
}
.page-product-title span {
  padding-bottom: 10px;
  display: inline-flex;
  padding-left: 10px;
  margin-bottom: -1px;
  border-bottom: 2px solid red;
}
.page-product-title .add-to-wishlist {
  color: #ff5333;
}
.product-short-description {
  margin-top: 15px;
}
.product-seller-support {
  flex-wrap: wrap;
  margin: 10px auto;
  padding-top: 10px;
  border-top: 1px solid #f0f0f1;
}
.product-seller-support h5,
.product-seller-support h3 {
  width: 100%;
  text-align: center;
}
.product-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: mediumseagreen; */
  color: #19bfd3;
  padding: 8px;
  font-weight: bold;
  border-radius: 0.2rem;
  border: 1px solid;
  margin-top: 10px;
}
.product-add-to-cart i {
  margin-left: 10px;
}
.page-product-left-row h4 {
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
  color: #4c4a4a;
}
.product-seller-details h3 {
  color: #ff5333;
  background-color: #ffffff;
  padding: 3px 5px;
  border-radius: 0.1rem;
}
.page-product-price h5 {
  font-weight: 300;
  color: #c3c3c3;
  text-align: center;
  text-decoration: line-through;
  font-size: 18px;
}
.category-all {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 70px;
}
.category-all-item {
  position: relative;
  width: calc(25% - 25px);
  padding: 5px;
  background-color: #ffffff;
  margin: 5px;
}
.category-all-item-thumb {
  margin-bottom: 5px;
  width: 100%;
  height: 135px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.1rem;
  transition: all 0.3s;
}
.category-all-item:hover .category-all-item-thumb {
  opacity: 0.8;
}
.category-all-item-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.category-all-item h2 {
  text-align: center;
  color: #4c4a4a;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #f3e4ff;
  margin-bottom: 10px;
}
.cat-more-btn {
  background-color: mediumseagreen;
  color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 0.2rem;
  padding: 5px 10px;
  border: 1px solid mediumseagreen;
  width: calc(50% - 50px);
  font-weight: 500;
  font-size: 14px;
  justify-content: center;
  transition: all 0.3s;
}
.cat-more-btn:hover {
  opacity: 0.8;
}
.cat-store-number {
  display: flex;
  align-items: center;
  border-radius: 0.2rem;
  padding: 5px 10px;
  border: 1px solid #f0f0f1;
  width: 50%;
  font-weight: 300;
  font-size: 14px;
}
.cat-store-number i {
  margin-left: 5px;
}
.shops {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  align-items: start;
}
.shops.flex-space {
  align-items: stretch;
}
.shop-store {
  position: relative;
  /*width: calc(20% - 30px);*/
  padding: 5px;
  background-color: #ffffff;
  margin: 5px;
  align-items: stretch;
  align-content: flex-start;
  flex-wrap: wrap;
}
.shop-thumb {
  width: 100%;
}
.shop-thumb img {
  width: 100%;
  display: block;
}
.shop-last-items {
  width: 100%;
}
.shop-last-items img {
  margin: 5px;
  width: calc(30% - 5px);
  height: auto;
  display: block;
}
.shop-page {
  margin-top: 40px;
}
.shop-page-cover {
  position: relative;
  height: 220px;
  background-size: cover;
  border-bottom: 1px solid #cecece;
  display: flex;
  align-items: center;
}
.shop-page-cover-overly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.shop-page-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-page-stats {
  width: 50%;
}
.shop-stats-item {
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
  border-radius: 0.3rem;
  background-color: #ffffff;
  box-shadow: 0 0 2px #ccc;
}
.shop-stats-item span {
  width: 100%;
  text-align: center;
}
.shop-page-info {
  margin-top: 10px;
  color: #4c4a4a;
}
.shop-page-info i {
  margin-left: 10px;
  color: #555555;
}
.shop-page-phone {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
  border-radius: 0.3rem;
  background-color: #ffffff;
  box-shadow: 0 0 2px #ccc;
  color: dodgerblue;
}
.shop-page-address {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
  border-radius: 0.3rem;
  background-color: #ffffff;
  box-shadow: 0 0 2px #ccc;
}
.shop-page-seller-logo {
  height: 100px;
  overflow: hidden;
  border-radius: 0.2rem;
  border: 1px solid #f0f0f1;
}
.shop-page-seller-logo img {
  height: 100%;
  width: auto;
}
.brand-page {
  margin-top: 40px;
}
.brand-page-cover {
  position: relative;
  height: 220px;
  background-size: cover;
  border-bottom: 1px solid #cecece;
  display: flex;
  align-items: center;
}
.brand-page-cover-overly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 251, 255, 0.95);
}
.brand-page-header h1 {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 3px solid lightpink;
  color: #4c4a4a;
  font-weight: 600;
}
.brand-page-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.profile-page {
  margin-top: 120px;
}
.profile-page .wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.profile-sidebar {
  width: 200px;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #f0f0f1;
}
.profile-sidebar ul li {
  list-style: none;
}
.profile-sidebar ul li a {
  color: #4c4a4a;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  background: #fdfdfd;
  margin: 5px;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
}
.profile-sidebar ul li a i {
  color: hotpink;
  margin-left: 10px;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.profile-sidebar h2 {
  text-align: center;
  font-weight: 500;
  color: #75b1ff;
  font-size: 16px;
  padding: 10px 0;
  background: #f9ffff;
  margin: 10px 0;
  border: 1px solid #edf4ff;
}
.profile-sidebar ul li a:hover {
  background-color: #f5f5f5;
}
.profile-sidebar ul li a:hover i {
  margin-right: 10px;
}
.profile-content-box {
  width: calc(100% - 280px);
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #f0f0f1;
}
.profile-content-box h1 {
  border-bottom: 1px solid #f0f0f1;
}
.profile-content-box h1 .profile-title {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid palevioletred;
  font-size: 14px;
}
.profile-user-avatar {
  border: 1px solid #f0f0f1;
  overflow: hidden;
  border-radius: 0.2rem;
}
.profile-user-avatar img {
  width: 100%;
  height: auto;
  display: block;
}
.stats-widgets {
  margin-bottom: 15px;
}
.profile-widget {
  width: 22%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 0.2rem;
  flex-wrap: wrap;
  background-color: #eefbff;
  color: #3099ff;
  border: 1px solid #e4f2ff;
}
.profile-widget span {
  display: flex;
  width: 100%;
  justify-content: center;
}
.profile-widget span:first-child {
  font-size: 24px;
  text-shadow: 0 0 1px #0026b9;
}
.user-profile-second-row {
  margin-top: 50px;
}
.user-info {
  width: 48%;
  border: 2px solid #f5f5f5;
}
.letter {
  min-height: 300px;
  padding: 1em;
  border: 10px solid transparent;
  border-image: 16
    repeating-linear-gradient(
      -45deg,
      #ff5454 0,
      #ff5454 1em,
      transparent 0,
      transparent 2em,
      #58a 0,
      #58a 3em,
      transparent 0,
      transparent 4em
    );
}
.user-info-row {
  margin-top: 15px;
}
.user-notes {
  width: 48%;
  padding: 10px;
  border-radius: 0.2rem;
  border: 1px solid #f0f0f1;
}
.user-notes-header {
  margin-bottom: 5px;
}
.user-notes-header button {
  font-family: inherit;
  background: #fff7ca;
  padding: 3px 8px;
  border: 1px solid #eedd53;
  border-radius: 0.2rem;
}
.user-notes textarea {
  width: 100%;
  min-height: 300px;
  padding: 10px;
  font-family: inherit;
  color: #4c4a4a;
  border: 2px dashed #f0f0f1;
  border-radius: 0.2rem;
  box-sizing: border-box;
  background-color: #fdfdfd;
}
.user-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 9;
  align-items: center;
  justify-content: center;
}
.user-modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 8;
}
.user-modal-box {
  background-color: #ffffff;
  border-radius: 0.5rem;
  width: 500px;
  min-height: 300px;
  position: relative;
  z-index: 9;
  box-shadow: 0 0 5px #e3e3e3;
  padding: 15px;
}
.user-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
}
.user-modal-close:hover {
  color: plum;
}
.user-modal-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.user-modal-content {
  margin-top: 35px;
  text-align: right;
}
.user-modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 8px 0;
}
.user-modal-header-left {
  text-align: center;
  color: #8a2d8a;
  font-weight: 600;
  width: calc(100% - 40px);
  margin-right: 40px;
}
.user-modal-header span:nth-child(1) {
  margin-left: 5px;
  font-weight: 600;
  color: #4c4a4a;
}
.user-modal-footer-right {
  padding-right: 5px;
  font-size: 12px;
  color: #555;
}
.user-read-btn {
  padding: 5px 10px;
  background-color: #66b766;
  color: #fff;
  border-radius: 0.2rem;
  margin-left: 3px;
  transition: all 0.3s;
}
.user-read-btn:hover {
  opacity: 0.8;
}
.user-list table {
  width: 100%;
  border-collapse: collapse;
}
.user-list table tbody tr {
  border-top: 1px solid #cccccc;
}
.user-list table thead tr th {
  padding: 10px;
}
.user-list table tbody tr td {
  text-align: center;
  padding: 10px;
}
.user-view-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
  color: dodgerblue;
  cursor: pointer;
  transition: all 0.3s;
}
.user-view-btn:hover {
  color: cornflowerblue;
}
.user-view-btn i {
  margin-left: 5px;
}
.user-profile-product-image {
  width: 10%;
}
.user-profile-product-image img {
  width: 100%;
  height: auto;
}
.profile-content-box .status {
  padding: 3px 10px;
  border: 1px solid #cccccc;
  color: #4c4a4a;
  border-radius: 0.2rem;
}
.profile-content-box .status.status-completed {
  border: none !important;
  color: mediumseagreen;
  padding: 0 !important;
}
.profile-content-box .status.status-uncompleted {
  border: none !important;
  color: palevioletred;
  padding: 0 !important;
}
.profile-content-box .status.status-blue {
  border: 1px solid #7082db;
  color: #7095db;
}
.user-profile-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-profile-btn i {
  margin-left: 5px;
  font-size: 18px;
}
.user-profile-btn.user-view-transaction-btn {
  color: cornflowerblue;
}
.user-profile-btn.user-pay-btn {
  color: cornflowerblue;
}
.user-ticket-page-header {
  border-bottom: 1px solid #f0f0f1;
}
.btn {
  padding: 5px;
  border-radius: 0.2rem;
  cursor: pointer;
  transition: all 0.3s;
}
.btn:hover {
  opacity: 0.8;
}
.btn i {
  margin-left: 10px;
}
.btn-green {
  background-color: #2cd093;
  border: none;
  font-family: inherit;
  color: #ffffff;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.btn-violet {
  background-color: #19bfd3;
  border: none;
  font-family: inherit;
  color: #ffffff;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.ticket-file-attach label {
  padding: 5px;
  border: 1px solid #aa0;
  color: #aa0;
  border-radius: 0.2rem;
  cursor: pointer;
}
#ticket-file-attach {
  display: none;
}
.ticket-field {
  margin-bottom: 10px;
}
.ticket-field input {
  width: 100%;
  border: 1px solid #f0f0f1;
  box-sizing: border-box;
  border-radius: 0.2rem;
  padding: 5px;
  font-family: inherit;
}
.ticket-field textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #f0f0f1;
  border-radius: 0.2rem;
  box-sizing: border-box;
  font-family: inherit;
}
.user-ticket-modal-box {
  width: 640px;
}
.user-ticket-user-reply,
.user-ticket-support-reply {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #333333;
  font-size: 16px;
}
.user-ticket-support-reply {
  flex-direction: row-reverse;
}
.user-ticket-avatar {
  width: 80px;
  border-radius: 0.2rem;
  overflow: hidden;
}
.user-ticket-avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.user-ticket-answer {
  border: 1px solid #f0f0f1;
  padding: 5px;
  border-radius: 0.2rem;
  width: calc(100% - 100px);
  min-height: 80px;
}
.user-ticket-editor {
  margin-top: 15px;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  position: relative;
  margin-bottom: 35px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.user-ticket-editor textarea {
  border: 1px solid #f0f0f1;
  border-radius: 0.2rem;
  background-color: #f5f5f5;
  padding: 5px;
  min-height: 70px;
  box-sizing: border-box;
  width: calc(100% - 50px);
  font-family: inherit;
}
.user-ticket-editor button {
  width: 40px;
  padding: 20px;
  background-color: #66b4ff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 0.2rem;
  font-size: 24px;
  transition: all 0.3s;
}
.user-ticket-editor button:hover {
  opacity: 0.8;
}
.user-ticket-modal-box .user-modal-content {
  height: 340px;
  overflow-y: scroll;
  scrollbar-color: #ccc white;
  scrollbar-width: thin;
}
.user-setting-form-field {
  display: flex;
  align-items: center;
  width: 30%;
  gap: 30px;
}

.user-profile-settings {
  margin-top: 15px;
}
.user-setting-form-field input {
  padding: 5px;
  min-width: 300px;
  box-sizing: border-box;
  border: 1px solid #f0f0f1;
  border-radius: 0.3rem;
  font-family: inherit;
  color: #4c4a4a;
  margin-top: 10px;
}
.user-setting-form-field textarea {
  padding: 5px;
  min-width: 300px;
  box-sizing: border-box;
  border: 1px solid #f0f0f1;
  border-radius: 0.3rem;
  font-family: inherit;
  color: #4c4a4a;
  margin-top: 10px;
  font-size: 13px;
}
.user-profile-separator {
  border-top: 1px dashed #cccccc;
  margin-top: 15px;
  padding-top: 10px;
}
.user-profile-separator h2 {
  font-weight: 500;
  color: #555;
  font-size: 14px;
  margin-bottom: 10px;
}
.user-profile-separator span {
  font-weight: 400;
  color: #999999;
  font-size: 12px;
}
.user-setting-form-field.profile-avatar input {
  display: none;
}
.user-setting-form-field.profile-avatar label {
  margin-top: 10px;
  padding: 5px;
  background-color: palevioletred;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0.2rem;
  transition: all 0.3s;
}
.user-setting-form-field.profile-avatar label:hover {
  opacity: 0.8;
}
.user-setting-form-field button {
  margin-top: 10px;
}
.menu-editor {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.menu-editor #right-column {
  width: 18%;
  padding: 0px;
  border-radius: 0.5rem;
}
.menu-editor #left-column {
  width: 77%;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 0.5rem;
}
.menu-editor select,
.menu-editor input,
.menu-editor button {
  display: block;
  font-family: inherit;
  width: 100%;
  margin-bottom: 10px;
}
.menu-editor input {
  border-radius: 0.3rem;
  border: 1px solid #bbb;
  padding: 4px 8px;
  box-sizing: border-box;
}
.menu-editor button {
  transition: all 0.3s;
}
.menu-editor button:hover {
  opacity: 0.8;
}
.menu-editor .item {
  position: relative;
  width: 300px;
  margin-top: 10px;
  padding: 0 10px;
}
.menu-editor .item div {
  position: relative;
  padding-top: 4px;
  z-index: 1;
}
.menu-editor .sub-item div {
  position: relative;
  padding-top: 0px;
  z-index: 1;
}
.menu-editor .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-color: #fff8f8;
  border-radius: 0.5rem;
  border: 1px solid #ffeaea;
}
.menu-editor .item div:nth-child(2) {
  position: absolute;
  left: 0;
  top: -3px;
  display: flex;
  margin-right: 10px;
  margin-top: 5px;
}
.menu-editor .sub-item div:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0px;
  display: flex;
  margin-right: 10px;
  margin-top: 5px;
}
.menu-editor .item div:nth-child(2) button {
  cursor: pointer;
  padding: 3px 5px 0 5px;
  margin-left: 3px;
  background-color: #ffe5e5;
  border: 1px solid #ffd4d4;
  display: inline-flex;
  border-radius: 0.5rem;
  align-items: center;
  margin-bottom: 0;
  color: #4c4a4a;
  font-size: 11px;
}
.menu-editor .sub-item {
  margin-right: 20px;
  width: 100%;
  margin-top: 10px;
  padding: 0 10px;
}
.menu-editor .sub-sub-item {
  margin-right: 40px;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
}
.menu-editor textarea {
  width: 100%;
  height: 200px;
  direction: ltr;
}
.menu-editor .select2-container {
  margin-bottom: 10px;
}
#clear-btn {
  position: absolute;
  top: 11px;
  left: 32px;
  z-index: 1;
  padding: 0 3px;
  color: #acacac;
  border-right: 1px solid;
  border-left: 1px solid;
  cursor: pointer;
}
.menu-add-category,
.menu-add-link,
.parent-box,
.assign-image {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
}
.menu-add-category h4,
.menu-add-link h4,
.parent-box h4,
.assign-image h4 {
  padding: 5px 10px;
  background-color: #eee;
  color: #4c4a4a;
  font-size: 14px;
  font-weight: 600;
}
.menu-box-content {
  padding: 10px;
  position: relative;
}
.parent-box {
  border: 1px solid #ffe5e5;
}
.parent-box h4 {
  background-color: #ffefef;
  color: #ff7a7a;
}
.menu-add-category {
  border: 1px solid #e5f5ff;
}
.menu-add-category h4 {
  background-color: #eff9ff;
  color: #66a9ff;
}
.menu-add-link {
  border: 1px solid #e5eaff;
}
.menu-add-link h4 {
  background-color: #eff2ff;
  color: #b18eff;
}
.assign-image {
  border: 1px solid #fff9e5;
}
.assign-image h4 {
  background-color: #fffbef;
  color: #b5a06a;
}
.menu-add-category button {
  background: #e1f7ff;
  border-radius: 0.3rem;
  padding: 4px 0;
  border: 1px solid #c8efff;
  cursor: pointer;
  color: #009fff;
}
.menu-add-link button {
  background: #f8eefd;
  border-radius: 0.3rem;
  padding: 4px 0;
  border: 1px solid #e7d1fd;
  cursor: pointer;
  color: #c376c6;
}
.assign-image button {
  background: #fdf9e1;
  border-radius: 0.3rem;
  padding: 4px 0;
  border: 1px solid #e6db97;
  cursor: pointer;
  color: #a8994d;
}
#save-manu {
  background: #e5fde1;
  border-radius: 0.3rem;
  padding: 4px 0;
  border: 1px solid #b3e697;
  cursor: pointer;
  color: #7fa84d;
  font-weight: 600;
}
label[for="payment-seller"] {
  margin-left: 25px;
}
.product-tabs {
  margin-top: 15px;
}
.product-tabs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-tabs ul li {
  list-style: none;
  margin-left: 10px;
}
.product-tabs ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4c4a4a;
}
.product-tabs ul li a i {
  margin-left: 5px;
}
.product-tab-content {
  margin-bottom: 15px;
  min-height: 130px;
  background-color: #ffffff;
}
.product-tab-content p {
  padding: 20px;
}

.tab-content-header {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}
.tab-content-header p {
  padding: 10px;
}
.product-tab-title {
  font-weight: 600;
  font-size: 18px;
  color: #323232;
  display: inline-flex;
}
.product-details-box table {
  margin-top: 25px;
}
.product-details-box table tr td {
  padding: 10px;
}
.product-details-box table tr td:first-child {
  padding-left: 25px;
  color: #777777;
}
.product-details-box table tr td:last-child {
  border-bottom: 1px solid #f0f0f1;
}
.rating-stars ul {
  list-style-type: none;
  padding: 0;

  -moz-user-select: none;
  -webkit-user-select: none;
}
.rating-stars ul > li.star {
  display: inline-block;
}
.rating-stars ul > li.star > i.icon {
  font-size: 1.2em;
  color: #ccc;
}
.rating-stars ul > li.star.hover > i.icon {
  color: #ffcc36;
}
.rating-stars ul > li.star.selected > i.icon {
  color: #ff912c;
}
.product-add-comment a {
  margin-right: 10px;
}
.product-comments ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eee8ff;
  margin-bottom: 15px;
}
.user-comment-right {
  width: 100px;
}
.user-comment-left {
  width: calc(100% - 120px);
  color: #4c4a4a;
  font-size: 15px;
}
.user-comment-left h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.user-comment-left h5.status-1 {
  color: #58b963;
}
.user-comment-left h5.status-2 {
  color: #ff6e6e;
}
.user-comment-avatar {
  overflow: hidden;
  border-radius: 0.3rem;
}
.user-comment-avatar img {
  width: 100%;
  height: auto;
  display: block;
}
.user-comment-date {
  color: #aeaeae;
  margin-top: 10px;
}
.user-comment-date span {
  font-size: 13px;
}
.submit-comment {
  background-color: #66b766;
  color: #ffffff;
  font-family: inherit;
  border: none;
  border-radius: 0.2rem;
  display: inline-flex;
  padding: 5px;
  margin-top: 10px;
  font-weight: 600;
}
.pamisha-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 9;
  align-items: center;
  justify-content: center;
}
.pamisha-modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 8;
}
.pamisha-modal-box {
  background-color: #ffffff;
  border-radius: 0.5rem;
  width: 500px;
  height: 300px;
  position: relative;
  z-index: 9;
  box-shadow: 0 0 5px #e3e3e3;
  padding: 15px;
}
.pamisha-comment-box {
  height: auto;
}
.pamisha-modal-content {
  margin-top: 35px;
  text-align: right;
}
.pamisha-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
  color: #6f6f6f;
  transition: all 0.3s;
}
.pamisha-modal-close:hover {
  color: plum;
}
.pamisha-modal-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.pamisha-modal-header span:nth-child(1) {
  margin-left: 5px;
  font-weight: 600;
  color: #4c4a4a;
}
.pamisha-modal-header span:nth-child(2) {
}
.pamisha-modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 8px 0;
}
.pamisha-modal-header-left {
  color: #8a2d8a;
  font-weight: 600;
}
.comment-modal {
  flex-wrap: wrap;
}
.comment-modal input,
.comment-modal textarea,
.comment-modal select {
  width: 100%;
  margin-top: 15px;
  font-family: inherit;
  box-sizing: border-box;
}
.product-comment-box ul li {
}
.comment-modal .pamisha-modal-header h4 {
  padding-right: 40px;
  color: #6f6f6f;
}
.quantity-form {
  margin-left: 15px;
}
.quantity-form button {
  border: none;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
  background-color: transparent;
  font-family: inherit;
  color: #ae35ae;
}
.quantity-form input {
  border: none;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
  width: 50px;
  text-align: center;
  font-size: 18px;
  font-family: inherit;
  margin-left: 3px;
  margin-right: 3px;
}

.nav-modal {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

.nav-modal-content {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  margin-bottom: 20px;
}

.nav-modal-flex {
  width: 80% !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}

.modal-header {
  width: 100%;
  background-color: #fff;
  height: 60px;
  z-index: 101;
  box-shadow: 10px 10px 10px rgb(0, 0, 0);
  margin-top: 50px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-header button {
  border: none;
  background: none;
}

.modal-header a {
  display: flex;
  align-items: center;
  padding: 2px 10px;
}

.modal-header-icon i {
  font-weight: bold;
  transition: all 0.4s;
  /* display: inline-block; */
}

.modal-main {
  z-index: 102;
  margin-top: 40px;
  margin-bottom: auto;
  width: 80%;
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  height: 25rem;
}

.modal-header i {
  font-weight: bold;
  transition: all 0.4s;
  display: inline-block;
}

/* checkout page */
.checkout-page {
  margin-top: 70px;
  margin-bottom: 50px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.checkout-right {
  width: 70%;
}
.checkout-left {
  width: calc(30% - 15px);
  border: 1px solid #f0f0f1;
  background-color: #ffffff;
}
.checkout-section {
  min-height: 150px;
  border: 1px solid #f0f0f1;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.checkout-section:last-child {
  margin-bottom: 0;
}
.checkout-section h2,
.checkout-left h2 {
  border-bottom: 1px solid #f0f0f1;
  font-size: 18px;
  font-weight: 600;
  color: #4c4a4a;
  padding: 10px;
  display: flex;
  align-items: center;
}
.checkout-section h2 span,
.checkout-left h2 span {
  margin-right: 10px;
}
.address-boxes {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.address-box {
  width: 80%;
  border-radius: 0.3rem;
  color: #4c4a4a;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  min-height: 80px;
  cursor: pointer;
}
.address-box-selected {
  border: 2px solid #b84fff;
}
.add-address-btn {
  font-size: 48px;
  color: #ccc;
  border: 1px dashed;
  cursor: pointer;
}
.payment-methods form {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.payment-method {
  height: 80px;
  margin: 15px;
  border: 1px solid #f0f0fa;
  padding: 10px;
  border-radius: 0.2rem;
  cursor: pointer;
}
.payment-method label {
  cursor: pointer;
}
.payment-method input[type="radio"] {
  display: none;
}
.payment-method-selected {
  border: 2px solid #b84fff;
}
.payment-method img {
  height: 100%;
  width: auto;
  display: block;
}
.checkout-invoice-item {
  padding: 10px 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-invoice-item::before {
  content: "";
  position: absolute;
  top: 30%;
  width: calc(100% - 40px);
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 10px;
  border-bottom: 1px dashed #cccccc;
  z-index: 0;
}
.checkout-invoice-item span {
  background-color: #ffffff;
  padding: 3px;
  position: relative;
}
.checkout-btn {
  background-color: #7a5bcd;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  margin: 25px 10px 10px 10px;
  border-radius: 0.3rem;
  transition: all 0.3s;
}
.checkout-btn:hover {
  opacity: 0.8;
}
.checkout-btn i {
  font-size: 28px;
  margin-left: 10px;
}
.address-modal {
  flex-wrap: wrap;
  display: flex;
}
.address-modal .pamisha-modal-header h4 {
  padding-right: 40px;
  color: #6f6f6f;
}
.address-modal input,
.address-modal textarea,
.address-modal select {
  width: 100%;
  margin-top: 15px;
  font-family: inherit;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #f0f0f1;
}
.submit-address {
  display: inline-flex;
  margin-top: 10px;
}

.modal-header {
  display: flex;
}

.modal-btn {
  width: 100%;
  display: flex;
  justify-content: center;

  margin-bottom: 130px;
}

.modal-btn button {
  width: 50px;
  height: 50px;
  background-color: #fff;
  font-weight: bold;
  border-radius: 100%;
  border: none;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.modal-btn button:hover {
  transform: scale(1.2);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.modal-search input {
  background-color: rgba(245, 245, 245, 0.7);
  border-radius: 15px;
  height: 47px;
  padding: 0 42px 0 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
  color: #000;
  border: none;
  width: 90%;
  font-family: inherit;
  outline: none;
}

.modal-list {
  margin-top: 40px;
}

.modal-list li {
  list-style: none;
  padding: 0.5rem;
}

.modal-list li a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.modal-search {
  position: relative;
}

.modal-search button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-login-box {
  /* transform: translateX(300px);
  transition: all 0.5s; */

  width: 290px !important;
  top: 40px;
  transform: translateX(-50px) !important;
}
.add-address-modal-container .field-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.add-address-modal-container label {
  width: 100px;
  color: #555;
  font-size: 14px;
}
.add-address-modal-container .field-row input {
  font-family: inherit;
  box-sizing: border-box;
  width: calc(100% - 110px);
  padding: 5px;
  border-radius: 0.2rem;
  border: 1px solid #eaeaea;
}
.submit-address {
  background-color: #66b766;
  color: #ffffff;
  font-family: inherit;
  border: none;
  border-radius: 0.2rem;
  display: inline-flex;
  padding: 5px;
  margin-top: 10px;
  font-weight: 600;
}
.main-page {
  margin: 40px auto;
}
.main-page-header {
  height: 150px;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  margin-bottom: 15px;
}
.main-page-header h1 {
  color: #555555;
}
.main-page-content {
  border: 1px solid #f2f2f2;
  padding: 15px;
  border-radius: 0.2rem;
  min-height: 300px;
}
.pre-total input {
  background-color: #ffffff;
  position: relative;
  border: 1px solid#cccccc;
  border-radius: 4px;
  font-size: 18px;
  font-family: inherit;
  padding: 5px;
}
.dis-btn {
  position: relative;
  font-family: inherit;
  background: #2a5fff;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  border: none;
  transition: all 0.3s;
}
.dis-btn:hover {
  opacity: 0.8;
}

/* 404 */
.page-404 h1 {
  font-size: 42px;
  font-family: Pinar, sans-serif;
  text-align: center;
  width: 100%;
  color: #5b5b5b;
}
.page-404 h2 {
  font-size: 36px;
  font-family: Pinar, sans-serif;
  text-align: center;
  width: 100%;
  color: #454545;
}
.error-container {
  text-align: center;
  font-size: 106px;
  font-family: Pinar, sans-serif;
  font-weight: 800;
  height: 60vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.error-container > span {
  display: inline-block;
  position: relative;
}
.error-container > span.four {
  width: 136px;
  height: 43px;
  border-radius: 999px;
  background: linear-gradient(
      140deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.07) 43%,
      transparent 44%,
      transparent 100%
    ),
    linear-gradient(
      105deg,
      transparent 0%,
      transparent 40%,
      rgba(0, 0, 0, 0.06) 41%,
      rgba(0, 0, 0, 0.07) 76%,
      transparent 77%,
      transparent 100%
    ),
    linear-gradient(to right, #d89ca4, #e27b7e);
}
.error-container > span.four:before,
.error-container > span.four:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 999px;
}
.error-container > span.four:before {
  width: 43px;
  height: 156px;
  left: 60px;
  bottom: -43px;
  background: linear-gradient(
      128deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.07) 40%,
      transparent 41%,
      transparent 100%
    ),
    linear-gradient(
      116deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.07) 50%,
      transparent 51%,
      transparent 100%
    ),
    linear-gradient(to top, #99749d, #b895ab, #cc9aa6, #d7969e, #e0787f);
}
.error-container > span.four:after {
  width: 137px;
  height: 43px;
  transform: rotate(-49.5deg);
  left: -18px;
  bottom: 36px;
  background: linear-gradient(
    to right,
    #99749d,
    #b895ab,
    #cc9aa6,
    #d7969e,
    #e0787f
  );
}

.error-container > span.zero {
  vertical-align: text-top;
  width: 156px;
  height: 156px;
  border-radius: 999px;
  background: linear-gradient(
      -45deg,
      transparent 0%,
      rgba(0, 0, 0, 0.06) 50%,
      transparent 51%,
      transparent 100%
    ),
    linear-gradient(
      to top right,
      #99749d,
      #99749d,
      #b895ab,
      #cc9aa6,
      #d7969e,
      #ed8687,
      #ed8687
    );
  overflow: hidden;
  animation: bgshadow 5s infinite;
}
.error-container > span.zero:before {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
  width: 90px;
  height: 90px;
  background-color: transparent;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(
      95deg,
      transparent 0%,
      transparent 8%,
      rgba(0, 0, 0, 0.07) 9%,
      transparent 50%,
      transparent 100%
    ),
    linear-gradient(
      85deg,
      transparent 0%,
      transparent 19%,
      rgba(0, 0, 0, 0.05) 20%,
      rgba(0, 0, 0, 0.07) 91%,
      transparent 92%,
      transparent 100%
    );
}
.error-container > span.zero:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 999px;
  width: 70px;
  height: 70px;
  left: 43px;
  bottom: 43px;
  background: #fdfaf5;
  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

@keyframes bgshadow {
  0% {
    box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
  }
  45% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  55% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
  }
}

/* 500 */
.page-500 section {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
}
.page-500 h1 {
  font-size: 42px;
  font-family: Pinar, sans-serif;
  text-align: center;
  width: 100%;
  color: #5b5b5b;
}
.page-500 h2 {
  font-size: 36px;
  font-family: Pinar, sans-serif;
  text-align: center;
  width: 100%;
  color: #454545;
}
@-webkit-keyframes cross1 {
  0% {
    transform: rotate(45deg) scaleX(0) scaleY(0.7);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0);
  }
  100% {
    transform: rotate(45deg) scaleX(1) scaleY(1);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
  }
}
@keyframes cross1 {
  0% {
    transform: rotate(45deg) scaleX(0) scaleY(0.7);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0);
  }
  100% {
    transform: rotate(45deg) scaleX(1) scaleY(1);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes cross2 {
  0% {
    transform: rotate(-45deg) scaleX(0) scaleY(0.7);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0);
  }
  100% {
    transform: rotate(-45deg) scaleX(1) scaleY(1);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
  }
}
@keyframes cross2 {
  0% {
    transform: rotate(-45deg) scaleX(0) scaleY(0.7);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0);
  }
  100% {
    transform: rotate(-45deg) scaleX(1) scaleY(1);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes cross1Reverse {
  100% {
    transform: rotate(45deg) scaleX(0) scaleY(0.7);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0);
    opacity: 0;
  }
  0% {
    transform: rotate(45deg) scaleX(1) scaleY(1);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
}
@keyframes cross1Reverse {
  100% {
    transform: rotate(45deg) scaleX(0) scaleY(0.7);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0);
    opacity: 0;
  }
  0% {
    transform: rotate(45deg) scaleX(1) scaleY(1);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
}
@-webkit-keyframes cross2Reverse {
  100% {
    transform: rotate(-45deg) scaleX(0) scaleY(0.7);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0);
    opacity: 0;
  }
  0% {
    transform: rotate(-45deg) scaleX(1) scaleY(1);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
}
@keyframes cross2Reverse {
  100% {
    transform: rotate(-45deg) scaleX(0) scaleY(0.7);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0);
    opacity: 0;
  }
  0% {
    transform: rotate(-45deg) scaleX(1) scaleY(1);
    box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
}
@-webkit-keyframes flip {
  0% {
    transform: rotate(-90deg) rotateY(0deg) translateX(0);
  }
  60% {
    transform: rotate(-90deg) rotateY(200deg) translateX(3vmin);
  }
  80% {
    transform: rotate(-90deg) rotateY(170deg) translateX(3vmin);
  }
  100% {
    transform: rotate(-90deg) rotateY(180deg) translateX(3vmin);
  }
}
@keyframes flip {
  0% {
    transform: rotate(-90deg) rotateY(0deg) translateX(0);
  }
  60% {
    transform: rotate(-90deg) rotateY(200deg) translateX(3vmin);
  }
  80% {
    transform: rotate(-90deg) rotateY(170deg) translateX(3vmin);
  }
  100% {
    transform: rotate(-90deg) rotateY(180deg) translateX(3vmin);
  }
}
@-webkit-keyframes flipReverse {
  100% {
    transform: rotate(-90deg) rotateY(0deg) translateX(0);
  }
  0% {
    transform: rotate(-90deg) rotateY(180deg) translateX(3vmin);
  }
}
@keyframes flipReverse {
  100% {
    transform: rotate(-90deg) rotateY(0deg) translateX(0);
  }
  0% {
    transform: rotate(-90deg) rotateY(180deg) translateX(3vmin);
  }
}

.internal {
  font-size: 50vmin;
  text-align: center;
  color: #f190ff;
  text-shadow: 0 1vmin 5vmin rgba(255, 150, 229, 0.5);
  position: relative;
  margin-bottom: 10vmin;
  transition: transform 300ms;
}
.internal:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.internal:hover:before {
  -webkit-animation: flipReverse 300ms;
  animation: flipReverse 300ms;
}
.internal:hover .zero:before {
  -webkit-animation: cross1Reverse 300ms;
  animation: cross1Reverse 300ms;
}
.internal:hover .zero:after {
  -webkit-animation: cross2Reverse 300ms;
  animation: cross2Reverse 300ms;
}
.internal:before {
  content: "(";
  position: absolute;
  transform: rotate(-90deg);
  right: 25vmin;
  bottom: -30vmin;
  display: block;
  font-size: 115%;
  -webkit-animation: flip 1000ms 1.6s ease-in-out forwards;
  animation: flip 1000ms 1.6s ease-in-out forwards;
  transition: transform 300ms;
}

.zero {
  position: relative;
}
.zero:before,
.zero:after {
  position: absolute;
  display: block;
  content: "";
  width: 140%;
  height: 10vmin;
  background: #3fe9ea;
  background-image: linear-gradient(90deg, #3fe9ea, #4ea6d0);
  left: -20%;
  top: 45%;
  box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
}
.zero:before {
  transform: rotate(45deg) scaleX(0) scaleY(0.7);
  -webkit-animation: cross1 300ms 1s ease-in-out forwards;
  animation: cross1 300ms 1s ease-in-out forwards;
}
.zero:after {
  transform: rotate(-45deg) scaleX(0) scaleY(0.7);
  -webkit-animation: cross2 400ms 1.2s ease-in-out forwards;
  animation: cross2 400ms 1.2s ease-in-out forwards;
}
.zero:nth-child(2):before {
  transform: rotate(45deg) scaleX(0) scaleY(0.7);
  -webkit-animation: cross1 400ms 1.1s ease-in-out forwards;
  animation: cross1 400ms 1.1s ease-in-out forwards;
}
.zero:nth-child(2):after {
  transform: rotate(-45deg) scaleX(0) scaleY(0.7);
  -webkit-animation: cross2 500ms 1.3s ease-in-out forwards;
  animation: cross2 500ms 1.3s ease-in-out forwards;
}

.filter-box-content .price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
  direction: rtl;
}

.filter-box-content .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.filter-box-content .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-right: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
  font-family: inherit;
}
.filter-box-content input[type="number"]::-webkit-outer-spin-button,
.filter-box-content input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.filter-box-content .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.filter-box-content .range-slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.filter-box-content .range-slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.filter-box-content .range-input {
  position: relative;
}
.filter-box-content .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filter-box-content input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.filter-box-content input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.price-range-slider {
  direction: ltr;
}
.price-filter-btn {
  margin-top: 25px;
  width: 100%;
  border: none;
  font-family: inherit;
  padding: 5px;
  font-size: 18px;
  border-radius: 4px;
  background-color: #ffabba;
  color: #fff;
  text-shadow: 0 0 1px #7a5ccd;
  transition: all 0.3s;
}
.price-filter-btn:hover {
  opacity: 0.8;
}
.top-bar .flex-space {
  flex-wrap: wrap;
}
.top-bar .top-bar-right {
  width: 100%;
  margin-top: 10px;
}
.logo a {
  display: flex;
  align-items: center;
  height: 40px;
}
.logo a img {
  display: block;
  height: 100%;
  width: auto;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  list-style: none;
  background-color: #FFFFFF;
  margin: 0 3px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid pink;
}
.pagination ul li.current {
  background-color: mediumseagreen;
  border: 1px solid mediumseagreen;
}
.pagination ul li.current a {
  color: #FFFFFF;
}
.pagination ul li a {
  display: block;
  padding: 0 8px;
  color: #4c4a4a;
}
.pagination-prev, .pagination-next {
  background-color: #ffffff;
  display: block;
  padding: 0 3px;
  color: #ff7e94;
  border: 1px solid pink;
  border-radius: 3px;
}
.intro-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 80%;
  margin: 120px auto 0 auto;
  /*background: #ffcb00;*/
  background: #99ffc5;
  border-radius: 50% 10px 10px 10px;
  padding: 15px;
}
.intro-banner h2 {
  font-size: 42px;
  font-family: Pinar, sans-serif;
  font-variation-settings: "wght" 600, "DSTY" 5;
}

.intro-banner p {
  font-size: 18px;
}

.login-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto;
  /*background-color: darkblue;*/
  /*background-color: #f5f5f5;*/
  /*background-color: #001c60;*/
  background-color: #00777d;
  min-height: 300px;
  width: 80%;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
}
.login-banner img {
  height: 300px;
  width: auto;
  display: block;
  border-radius: 10px;
}
.login-banner-client {
  width: 50%;
  border-left: 1px solid #eaeaea;
  display: flex;
}
.login-banner-seller {
  width: 50%;
  border-right: 1px solid #eaeaea;
  display: flex;
  flex-direction: row-reverse;
}
.login-banner-details {
  color: #FFFFFF;
  text-align: center;
}
.login-banner-details a {
  display: block;
  background-color: orange;
  border-radius: 5px;
  padding: 7px 5px;
  width: 80%;
  margin: 20px auto;
  color: #001c60;
  font-family: Pinar, sans-serif;
  font-variation-settings: "wght" 600, "DSTY" 5;
  transition: all 0.3s;
}
.login-banner-details a:hover {
  opacity: 0.8;
}
.login-banner-details h3 {
  font-size: 28px;
  font-family: Pinar, sans-serif;
  font-variation-settings: "wght" 600, "DSTY" 5;
}